a img {
  border: none;
}

section.container {
  max-width: 100%;
  margin: 0 auto;
}
section.container h1 {
  color: #DDD;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 0px #000;
  margin-bottom: 0.2em;
}
section.container > h2 {
  font-size: 0.8em;
  color: #666;
  text-align: center;
  margin-bottom: 2em;
  text-shadow: 0 1px 0px rgba(0,  0,  0,  0.5);
}

#transitiongallery section.container #slidercontainer { /* .gallery-wrapper */
  margin: 0 0 30px;
  max-width: 1200px;
  width: 100%;
}

section.container #slider { /* gallery-container */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  background: rgba(0,  0,  0,  0.3);
  -webkit-box-shadow: 0 1px 0 rgba(255,  255,  255,  0.1),  0 0 8px rgba(0,  0,  0,  0.9) inset;
  position: relative;
  padding-top: 0px; /* adjustment for player controls or video sizing slightly off */
  height: 0; /* fix for IE, to give the element "layout" */    
}

section.container #slider img {
  width: 100% !important;
  height: auto;  
}  
  
section.container #slider .fluxslider { /* gallery */
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;    
}
  
section.container #slider .fluxslider .surface {
  width: 100%;
  height: 100%;    
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

.image1, .image2 {
  background-size: 100% auto;   
}  

section.container #slider .fluxslider ul.pagination {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  position: absolute;
  bottom: -30px;
}
section.container #slider .fluxslider ul.pagination li {
  text-indent: 10000px;
  height: 10px;
  width: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 50%;
  background: #969696;
  -webkit-box-shadow: 0 -1px 1px rgba(0,  0,  0,  1);
  box-shadow: 0 -1px 1px rgba(0,  0,  0,  1);
}
section.container #slider .fluxslider ul.pagination li.current {
  background: #2645AC;
}

#transitiongallery section.container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
#transitions {
  font-size: 0.85em;
}
#transitions .pull-left {
  float: left;
  width: 45%;
}

#transitions ul {
  margin-bottom: 1.5em;
}
#transitions ul li {
  font-size: 0.8em;
  margin-bottom: 0.7em;
  float: left;
  margin-right: 3px;
}
#transitions ul li a {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 0.5em;
  background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #444444),  color-stop(100%,  #333333));
  background-image: -webkit-linear-gradient(top,  #444444, #333333);
  background-image: -moz-linear-gradient(top,  #444444, #333333);
  background-image: -o-linear-gradient(top,  #444444, #333333);
  background-image: -ms-linear-gradient(top,  #444444, #333333);
  background-image: linear-gradient(top,  #444444, #333333);
  border: 1px solid rgba(255,  255,  255,  0.1);
  -webkit-box-shadow: 0px 1px 0px rgba(0,  0,  0,  0.2) inset;
  -moz-box-shadow: 0px 1px 0px rgba(0,  0,  0,  0.2) inset;
  -o-box-shadow: 0px 1px 0px rgba(0,  0,  0,  0.2) inset;
  box-shadow: 0px 1px 0px rgba(0,  0,  0,  0.2) inset;
  position: relative;
}
#transitions ul li a:active {
  top: 1px;
}
/*
#transitions ul li a.new:after {
  content: 'New';
  font-size: 0.8em;
  padding: 0.2em 0.4em;
  color: #FFF;
  background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #dd4c10),  color-stop(100%,  #d23a13));
  background-image: -webkit-linear-gradient(top,  #dd4c10, #d23a13);
  background-image: -moz-linear-gradient(top,  #dd4c10, #d23a13);
  background-image: -o-linear-gradient(top,  #dd4c10, #d23a13);
  background-image: -ms-linear-gradient(top,  #dd4c10, #d23a13);
  background-image: linear-gradient(top,  #dd4c10, #d23a13);
  border: 1px solid #FFF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 1px 3px rgba(0,  0,  0,  0.2);
  -webkit-box-shadow: 0px 1px 3px rgba(0,  0,  0,  0.2);
  -o-box-shadow: 0px 1px 3px rgba(0,  0,  0,  0.2);
  box-shadow: 0px 1px 3px rgba(0,  0,  0,  0.2);
  position: absolute;
  top: -0.5em;
  right: -0.5em;
}
*/

.with-bullets {
  list-style: disc outside;
  margin-left: 1.5em;  
}  

.with-bullets li {
  list-style: disc;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
} 


.slidercontainer {
    position:relative;
    background:url(img/loaderondark.gif) no-repeat 50% 50%;
}
.slidercontainer img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.slidercontainer a {
    border:0;
    display:block;
}

.mainpicture {
	position: relative;
	margin-top:-20px;
}

@media (min-width: 1200px)  {
	.mainpicture {
	min-height:488px;
}
}

@media (min-width: 980px) and (max-width: 1200px) {
	.mainpicture {
	min-height:392px;
}
}

@media (min-width: 768px) and (max-width: 979px) {
	.mainpicture {
	min-height:300px;
	position: relative;
	margin-right:-20px !important;
	margin-left:-20px !important;
}
}

@media (max-width: 767px){
.mainpicture {
	position: relative;
	margin-right:-20px;
	margin-left:-20px;
}
}


#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
width: 100% !important;
}

.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
    width: 100% !important; 
}

.fb-like, .fb-like span, .fb-like.fb_iframe_widget span iframe {
    width: 100% !important; 
}

fieldset {
	margin-top:-10px;
		border: 1px solid;
		border-color: rgba(59, 172, 38, 1);
		padding: 0px 10px 10px 10px;
		padding-bottom:0px;
		margin-bottom:20px;
		}





.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:20px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



img{
	height: auto;
	width:100%;
}

ul#thumbs { width: 100%; text-align: center; margin: 5px; auto 0;  }
ul#thumbs li { display: inline-block; margin: 0 1em; border: 5px solid #FFF; -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7); -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7); -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7); box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7); -moz-transition: -moz-transform 200ms ease; -o-transition: -o-transform 200ms ease; -ms-transition: -ms-transform 200ms ease; -webkit-animation: thumbout 500ms linear; -webkit-animation-fill-mode: forwards; margin-bottom:15px;}
ul#thumbs li:hover { -webkit-animation: thumbover 500ms linear; -webkit-animation-fill-mode: forwards; -moz-transform: scale(1.3); -o-transform: scale(1.3); -ms-transform: scale(1.3); }
ul#thumbs li img { width: 120px; height: 50px; display: block; cursor: pointer; }

@-webkit-keyframes thumbover { 
  0% { -webkit-transform: matrix(1.013, 0, 0, 1.013, 0, 0); }
  1% { -webkit-transform: matrix(1.025, 0, 0, 1.025, 0, 0); }
  2% { -webkit-transform: matrix(1.04, 0, 0, 1.04, 0, 0); }
  3% { -webkit-transform: matrix(1.057, 0, 0, 1.057, 0, 0); }
  4% { -webkit-transform: matrix(1.076, 0, 0, 1.076, 0, 0); }
  5% { -webkit-transform: matrix(1.094, 0, 0, 1.094, 0, 0); }
  6% { -webkit-transform: matrix(1.114, 0, 0, 1.114, 0, 0); }
  7% { -webkit-transform: matrix(1.132, 0, 0, 1.132, 0, 0); }
  8% { -webkit-transform: matrix(1.151, 0, 0, 1.151, 0, 0); }
  9% { -webkit-transform: matrix(1.168, 0, 0, 1.168, 0, 0); }
  10% { -webkit-transform: matrix(1.198, 0, 0, 1.198, 0, 0); }
  11% { -webkit-transform: matrix(1.211, 0, 0, 1.211, 0, 0); }
  12% { -webkit-transform: matrix(1.223, 0, 0, 1.223, 0, 0); }
  13% { -webkit-transform: matrix(1.232, 0, 0, 1.232, 0, 0); }
  15% { -webkit-transform: matrix(1.24, 0, 0, 1.24, 0, 0); }
  16% { -webkit-transform: matrix(1.246, 0, 0, 1.246, 0, 0); }
  17% { -webkit-transform: matrix(1.25, 0, 0, 1.25, 0, 0); }
  18% { -webkit-transform: matrix(1.253, 0, 0, 1.253, 0, 0); }
  19% { -webkit-transform: matrix(1.254, 0, 0, 1.254, 0, 0); }
  20% { -webkit-transform: matrix(1.254, 0, 0, 1.254, 0, 0); }
  21% { -webkit-transform: matrix(1.252, 0, 0, 1.252, 0, 0); }
  22% { -webkit-transform: matrix(1.25, 0, 0, 1.25, 0, 0); }
  23% { -webkit-transform: matrix(1.247, 0, 0, 1.247, 0, 0); }
  24% { -webkit-transform: matrix(1.243, 0, 0, 1.243, 0, 0); }
  25% { -webkit-transform: matrix(1.239, 0, 0, 1.239, 0, 0); }
  26% { -webkit-transform: matrix(1.234, 0, 0, 1.234, 0, 0); }
  27% { -webkit-transform: matrix(1.229, 0, 0, 1.229, 0, 0); }
  28% { -webkit-transform: matrix(1.224, 0, 0, 1.224, 0, 0); }
  29% { -webkit-transform: matrix(1.219, 0, 0, 1.219, 0, 0); }
  30% { -webkit-transform: matrix(1.214, 0, 0, 1.214, 0, 0); }
  31% { -webkit-transform: matrix(1.209, 0, 0, 1.209, 0, 0); }
  32% { -webkit-transform: matrix(1.205, 0, 0, 1.205, 0, 0); }
  33% { -webkit-transform: matrix(1.201, 0, 0, 1.201, 0, 0); }
  34% { -webkit-transform: matrix(1.198, 0, 0, 1.198, 0, 0); }
  35% { -webkit-transform: matrix(1.195, 0, 0, 1.195, 0, 0); }
  36% { -webkit-transform: matrix(1.192, 0, 0, 1.192, 0, 0); }
  37% { -webkit-transform: matrix(1.19, 0, 0, 1.19, 0, 0); }
  38% { -webkit-transform: matrix(1.188, 0, 0, 1.188, 0, 0); }
  39% { -webkit-transform: matrix(1.187, 0, 0, 1.187, 0, 0); }
  40% { -webkit-transform: matrix(1.186, 0, 0, 1.186, 0, 0); }
  41% { -webkit-transform: matrix(1.186, 0, 0, 1.186, 0, 0); }
  42% { -webkit-transform: matrix(1.186, 0, 0, 1.186, 0, 0); }
  43% { -webkit-transform: matrix(1.186, 0, 0, 1.186, 0, 0); }
  44% { -webkit-transform: matrix(1.187, 0, 0, 1.187, 0, 0); }
  45% { -webkit-transform: matrix(1.187, 0, 0, 1.187, 0, 0); }
  46% { -webkit-transform: matrix(1.188, 0, 0, 1.188, 0, 0); }
  47% { -webkit-transform: matrix(1.19, 0, 0, 1.19, 0, 0); }
  48% { -webkit-transform: matrix(1.191, 0, 0, 1.191, 0, 0); }
  49% { -webkit-transform: matrix(1.192, 0, 0, 1.192, 0, 0); }
  50% { -webkit-transform: matrix(1.193, 0, 0, 1.193, 0, 0); }
  51% { -webkit-transform: matrix(1.195, 0, 0, 1.195, 0, 0); }
  52% { -webkit-transform: matrix(1.196, 0, 0, 1.196, 0, 0); }
  53% { -webkit-transform: matrix(1.197, 0, 0, 1.197, 0, 0); }
  54% { -webkit-transform: matrix(1.198, 0, 0, 1.198, 0, 0); }
  55% { -webkit-transform: matrix(1.199, 0, 0, 1.199, 0, 0); }
  56% { -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0); }
  57% { -webkit-transform: matrix(1.201, 0, 0, 1.201, 0, 0); }
  58% { -webkit-transform: matrix(1.202, 0, 0, 1.202, 0, 0); }
  59% { -webkit-transform: matrix(1.203, 0, 0, 1.203, 0, 0); }
  60% { -webkit-transform: matrix(1.203, 0, 0, 1.203, 0, 0); }
  61% { -webkit-transform: matrix(1.203, 0, 0, 1.203, 0, 0); }
  62% { -webkit-transform: matrix(1.204, 0, 0, 1.204, 0, 0); }
  63% { -webkit-transform: matrix(1.204, 0, 0, 1.204, 0, 0); }
  64% { -webkit-transform: matrix(1.204, 0, 0, 1.204, 0, 0); }
  65% { -webkit-transform: matrix(1.204, 0, 0, 1.204, 0, 0); }
  66% { -webkit-transform: matrix(1.204, 0, 0, 1.204, 0, 0); }
  67% { -webkit-transform: matrix(1.203, 0, 0, 1.203, 0, 0); }
  68% { -webkit-transform: matrix(1.203, 0, 0, 1.203, 0, 0); }
  69% { -webkit-transform: matrix(1.203, 0, 0, 1.203, 0, 0); }
  70% { -webkit-transform: matrix(1.203, 0, 0, 1.203, 0, 0); }
  71% { -webkit-transform: matrix(1.202, 0, 0, 1.202, 0, 0); }
  72% { -webkit-transform: matrix(1.202, 0, 0, 1.202, 0, 0); }
  73% { -webkit-transform: matrix(1.201, 0, 0, 1.201, 0, 0); }
  74% { -webkit-transform: matrix(1.201, 0, 0, 1.201, 0, 0); }
  75% { -webkit-transform: matrix(1.201, 0, 0, 1.201, 0, 0); }
  76% { -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0); }
  77% { -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0); }
  78% { -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0); }
  79% { -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0); }
  80% { -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0); }
  81% { -webkit-transform: matrix(1.199, 0, 0, 1.199, 0, 0); }
  82% { -webkit-transform: matrix(1.199, 0, 0, 1.199, 0, 0); }
  83% { -webkit-transform: matrix(1.199, 0, 0, 1.199, 0, 0); }
  84% { -webkit-transform: matrix(1.199, 0, 0, 1.199, 0, 0); }
  85% { -webkit-transform: matrix(1.199, 0, 0, 1.199, 0, 0); }
  86% { -webkit-transform: matrix(1.199, 0, 0, 1.199, 0, 0); }
  87% { -webkit-transform: matrix(1.199, 0, 0, 1.199, 0, 0); }
  88% { -webkit-transform: matrix(1.199, 0, 0, 1.199, 0, 0); }
  89% { -webkit-transform: matrix(1.199, 0, 0, 1.199, 0, 0); }
  90% { -webkit-transform: matrix(1.199, 0, 0, 1.199, 0, 0); }
  91% { -webkit-transform: matrix(1.199, 0, 0, 1.199, 0, 0); }
  92% { -webkit-transform: matrix(1.199, 0, 0, 1.199, 0, 0); }
  93% { -webkit-transform: matrix(1.199, 0, 0, 1.199, 0, 0); }
  94% { -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0); }
  95% { -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0); }
  96% { -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0); }
  97% { -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0); }
  98% { -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0); }
  99% { -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0); }
  100% { -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0); } }
  
  
  
  .glyphicons {
  color: #7c7c7c;
}
ul.icons {
  text-align: left;
  padding: 0;
}
ul.icons li {
  display: block;
  padding: 0 0 0 25px;
  line-height: 22px;
  color: #7c7c7c;
}
ul.icons li i:before {
  color: #7c7c7c;
  font-size: 17px;
  left: 0;
  top: 4px;
}

.separator {
  padding: 15px 0;
  display: block;
}
.separator.bottom {
  padding: 0 0 15px;
}
.separator.top {
  padding: 15px 0 0;
}


.innerLR {
  padding: 0 15px;
  position: relative;
}
.innerTB {
  padding: 15px 0;
  position: relative;
}
.innerAll {
  padding: 15px;
  position: relative;
}
.innerL {
  padding-left: 15px;
  position: relative;
}
.innerR {
  padding-right: 15px;
  position: relative;
}
.innerT {
  padding-top: 15px;
  position: relative;
}
.innerB {
  padding-bottom: 15px;
  position: relative;
}
.center {
  text-align: center !important;
}

.margin-none {
  margin: 0 !important;
}
.padding-none {
  padding: 0 !important;
}
.border-none {
  border: none !important;
}

.whiteBg {
  background: #fff;
}
.row-merge {
  position: relative;
}
.row-merge > [class*="span"] ~ [class*="span"] {
  margin-left: 0;
}
.row-merge > [class*="span"] ~ [class*="span"]:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #dbdbdb;
  content: "";
}
.row-merge > [class*="span"] ~ [class*="span3"] {
  width: 25.26315789473684%;
}
.row-merge > [class*="span"] ~ [class*="span4"] {
  width: 33.68421052631579%;
}
.row-merge > [class*="span"] ~ [class*="span5"] {
  width: 42.10526315789473%;
}
.row-merge > [class*="span"] ~ [class*="span6"] {
  width: 50.74626865671642%;
}
.row-merge > [class*="span"] ~ [class*="span8"] {
  width: 67.66169154228855%;
}
.row-merge > [class*="span"] ~ [class*="span9"] {
  width: 75.78947368421052%;
}
.row-merge.border-top,
.row-merge ~ .row-merge {
  border-top: 1px solid #dbdbdb;
}
.row-merge.border-bottom {
  border-bottom: 1px solid #dbdbdb;
}
#wrapper {
  overflow: hidden;
  overflow-y: auto;
  float: left;
  width: 100%;
}


.ui-resizable-helper.menu {
  border: 1px dotted gray;
  border-left: none;
  background: rgba(0, 0, 0, 0.3);
}
.ui-resizable-handle {
  width: 3px;
  border-style: solid;
  border-width: 0;
  border-color: rgba(0, 0, 0, 0.4);
}
.dropdown-menu {
  z-index: 100000;
}


.navbar.main {
  margin: 0;
}
.navbar.main .btn-navbar {
  padding: 0 10px;
  margin: 0;
  float: left;
  display: block;
  border: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.navbar.main .btn-navbar.ui-state-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar.main .topnav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget {
  background: #ffffff;
  margin: 0 auto 15px;
  position: relative;
  border: 1px solid #dbdbdb;
  box-shadow: 0 3px 0 0 #dbdbdb;
  -moz-box-shadow: 0 3px 0 0 #dbdbdb;
  -webkit-box-shadow: 0 3px 0 0 #dbdbdb;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}


.widget .widget-body {
  padding: 15px;
}
.widget .widget-body form {
  margin: 0;
}
.widget .widget-body > pre:last-child,
.widget .widget-body > p:last-child {
  margin: 0;
}


.widget.widget-gray {
  background: #f5f5f5;
}

.widget.widget-heading-simple {
  border: none;
  background: none;
}

.widget.widget-body-simple {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.widget.widget-body-simple > .widget-body {
  background: none;
  border: none;
  padding: 0;
}
.widget.widget-body-white > .widget-body {
  background: #ffffff;
}

.widget.widget-body-gray > .widget-body {
  background: #EDF1F4;
}

.widget.widget-body-blue > .widget-body {
  background: #5871BD;
  color: #ffffff;
}

.box-generic {
  border: 1px solid #dbdbdb;
  padding: 15px;
  position: relative;
  background: #ffffff;
  box-shadow: 0 3px 0 0 #dbdbdb;
  -moz-box-shadow: 0 3px 0 0 #dbdbdb;
  -webkit-box-shadow: 0 3px 0 0 #dbdbdb;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 0 0 15px;
}


.glyphicons.primary i:before {
  color: #4a8bc2;
}
.glyphicons.single {
  color: #087215;
  padding: 0 0 0 20px;
}
.glyphicons.single i:before {
  font-size: 13px;
  top: 4px;
  color: #087215;
}
.glyphicons.single + .single {
  margin-left: 8px;
}
.glyphicons.single.regular {
  color: #7c7c7c;
}
.glyphicons.single.regular i:before {
  color: #7c7c7c;
}

.glyphicons.single.regular2 {
  color: #087215;
}
.glyphicons.single.regular2 i:before {
  color: #087215;
}

.glyphicons.single.regular3 {
  color: #fff;
}
.glyphicons.single.regular3 i:before {
  color: #fff;
}
.glyphicons.text-error {
  color: #4a8bc2;
}
.glyphicons.text-error i:before {
  color: #4a8bc2;
}
.glyphicons.text-info {
  color: #5d92b3;
}
.glyphicons.text-info i:before {
  color: #5d92b3;
}
.glyphicons.text-success {
  color: #719d46;
}
.glyphicons.text-success i:before {
  color: #719d46;
}

h4.glyphicons {
  padding: 0 0 0 35px;
  display: block;
}
h4.glyphicons i:before {
  font-size: 22px;
  font-weight: normal;
  color: #575655;
}
h3.glyphicons,
h2.glyphicons {
  padding: 0 0 0 45px;
  display: block;
}
h3.glyphicons i:before,
h2.glyphicons i:before {
  font-size: 27px;
  font-weight: normal;
  left: 2px;
  top: 3px;
  color: #575655;
}
h3.glyphicons.cogwheels i:before,
h2.glyphicons.cogwheels i:before {
  left: 5px;
}

div.glyphicons {
  padding: 0 0 0 35px;
}
div.glyphicons i:before {
  color: #cccccc;
}
div.glyphicons.glyphicon-large {
  padding: 0 0 0 75px;
}
div.glyphicons.glyphicon-large i:before {
  font-size: 50px;
  left: 0;
}
div.glyphicons.glyphicon-large.group-column {
  padding: 0 0 0 85px;
}
div.glyphicons.glyphicon-large.group-column i:before {
  font-size: 45px;
  left: 12px;
}
div.glyphicons.glyphicon-top {
  padding: 0;
  text-align: center;
}
div.glyphicons.glyphicon-top i {
  display: block;
  position: relative;
}
div.glyphicons.glyphicon-top i:before {
  position: relative;
  left: auto;
  top: auto;
}
div.glyphicons.glyphicon-top.glyphicon-xlarge i {
  padding: 0 0 10px;
}
div.glyphicons.glyphicon-top.glyphicon-xlarge i:before {
  font-size: 70px;
}
div.glyphicons.glyphicon-primary i:before {
  color: #4a8bc2;
}



.strong {
  font-weight: bold;
}





.layout-timeline {
  border-top-color: #d2d1d0 !important;
  border-top-width: 2px !important;
}
.layout-timeline > [class*="span"] ~ [class*="span"]:after {
  width: 2px;
  background: #d2d1d0;
  z-index:-2;
}
.layout-timeline .media {
  margin: 0 0 15px;
}
.layout-timeline .media .media-body {
  padding: 10px 0 0;
  line-height: 17px;
}
.layout-timeline .media .media-body .author {
  font-size: 14px;
}
.layout-timeline .glyphicons.pencil {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}
.layout-timeline .glyphicons.pencil i:before {
  top: 0;
  right: 0;
  font-size: 17px;
  color: #cccccc;
}
.layout-timeline ul.timeline {
  list-style: none;
  margin: 0;
  padding: 15px 15px 15px 30px;
}
.layout-timeline ul.timeline > li {
  position: relative;
  padding: 0 0 15px;
}
.layout-timeline ul.timeline > li .date {
  width: 50px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  left: -70px;
  top: 0;
  z-index: 2;
}
.layout-timeline ul.timeline > li .date strong {
  display: block;
  line-height: 10px;
  padding: 3px 0 0;
}
.layout-timeline ul.timeline > li .type {
  position: absolute;
  text-transform: uppercase;
  color: #7c7c7c;
  font-weight: 600;
  padding: 0 35px 0 0;
  top: 15px;
  width: 100px;
  text-align: right;
  left: -195px;
  line-height: 24px;
  z-index: 2;
}
.layout-timeline ul.timeline > li .type i:before {
  left: auto;
  right: 0;
  color: #c6c6c5;
}
.layout-timeline ul.timeline > li .type .time {
  position: absolute;
  top: 24px;
  right: -10px;
  color: #8F8F8F;
  font-size:12px;
  font-weight:normal;
}
.layout-timeline ul.timeline > li .type .poster {
  position: absolute;
  top: 45px;
  right: -10px;
  color: #c6c6c5;
  font-size:12px;
  font-weight:normal;
}
.layout-timeline ul.timeline > li .type:after {
  display: block;
  content: "";
  position: absolute;
  right: -60px;
  top: 12px;
  width: 45px;
  height: 2px;
  background: #d2d1d0;
}
.layout-timeline ul.timeline > li .type:before {
  display: block;
  content: "";
  position: absolute;
  right: -20px;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #d2d1d0;
}
.layout-timeline ul.timeline > li .separator .type {
  top: 60px;
}
.layout-timeline ul.timeline > li .alert-gray {
  background: #f8f8f8;
  color: #7c7c7c;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  margin: 0;
}
.layout-timeline ul.timeline > li p.glyphicons {
  padding: 5px 0 5px 25px;
}
.layout-timeline ul.timeline > li p.glyphicons i:before {
  color: #dfdfdf;
  font-size: 17px;
  top: 5px;
  left: 0;
}
.layout-timeline ul.timeline > li .widget-body-gray .glyphicons i:before {
  color: #7c7c7c;
}
.layout-timeline ul.timeline > li .widget-body-gray a {
  color: #000;
  text-decoration: underline;
}
.layout-timeline ul.timeline > li .widget-body-gray strong {
  font-weight: 400;
  color: #000;
}
.layout-timeline ul.timeline > li.active .type {
  color: #54C24A;
}
.layout-timeline ul.timeline > li.active .type i:before {
  color: #54C24A;
}
.layout-timeline ul.timeline > li.active .type:before,
.layout-timeline ul.timeline > li.active .type:after {
  background: #54C24A;
}
.layout-timeline ul.timeline > li.active:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -45px;
  width: 2px;
  z-index: -1;
  background: #54C24A;
}


.thumb {
  display: block;
  padding: 3px;
  /* border: 1px solid #dbdbdb; */
}
.thumb,
.thumb img {
  /*
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
*/
}


@media (max-width: 767px) {

  
  .widget .widget-body {
    padding: 5px;
  }
  
  
  .layout-timeline ul.timeline {
    padding: 0;
  }
  .layout-timeline ul.timeline > li .date {
    position: relative;
    left: auto;
    display: block;
    top: auto;
  }
  .layout-timeline ul.timeline > li .type {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0 60px 10px 0;
  }
  .layout-timeline ul.timeline > li .type:before,
  .layout-timeline ul.timeline > li .type:after {
    display: none;
  }
  .layout-timeline ul.timeline > li .type .time {
    top: 0;
    right: -40px;
  }
  .layout-timeline ul.timeline > li .type .poster {
    top: -5px;
    right: -80px;
  }
  .layout-timeline ul.timeline > li.active .separator .type {
    margin-bottom: 0;
  }
  .layout-timeline ul.timeline > li .separator .type {
    top: auto;
  }
  
  
  .row-merge > [class*="span"] ~ [class*="span"] {
    width: auto;
  }
  .row-merge > [class*="span"] ~ [class*="span"]:after {
    display: none;
  }
  .row-merge.border-top,
  .row-merge ~ .row-merge {
    border-top: 1px solid #e5e5e5;
  }
  
}
@media (max-width: 480px) {
  
 
  .separator {
    padding: 5px 0;
    margin: 0;
  }
  
  p.glyphicons {
    padding: 5px 0 10px 55px;
  }
  p.glyphicons i:before {
    color: #D67170;
    font-size: 35pt;
    top: 0;
  }
  p.glyphicons.right {
    padding: 0 55px 0 0;
  }
}


.nopad {
	padding-right: 0px !important;
padding-left: 0px !important;
}

.hide1 {
  display: none;
} 
.hide2 {
  display: none;
} 

.biguser img{
	height: 120px;
	width: 120px;
}

.top-bar {
  background: #143C97;  
}

.top-bar::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: -100%;
  opacity: 0;
  background: radial-gradient(#FFF, #090);
  -webkit-animation: pulse 1s ease alternate infinite;
}

@-webkit-keyframes pulse {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.7;
  }
}

.textwhite {
	color:#FFF !important;
}

.commentArea{
				margin: 5px;
			}
			
			.bubbledLeft,.bubbledLeftee,.bubbledRight{
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	max-width: 80%;
	clear: both;
	
}

.bubbledLeft{
	font-weight: bold;
	float: left;
	margin-right: 40px;
	margin-left: 40px;
	padding: 4px 10px 4px 15px; /*position within the border*/
	
  padding: 10px;
  
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px 4px 4px 4px;
  -moz-border-radius: 0px 4px 4px 4px;
  border-radius: 0px 4px 4px 4px;
  
  
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #FDFEFF);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#FDFEFF));
  background-image: -webkit-linear-gradient(top, #ffffff, #FDFEFF);
  background-image: -o-linear-gradient(top, #ffffff, #FDFEFF);
  background-image: linear-gradient(to bottom, #ffffff, #FDFEFF);
  background-repeat: repeat-x;
  
}

.bubbledLeft:before{
	z-index: -1;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	content: "";

	border-width: 8px 10px 8px 17px; 
	
}

.bubbledLeft:after{
	z-index: -1;
	position: absolute;
	left: -32px;
	width: 32px;
	top: 0px;
	height: 32px;
	content:"";

	background-size: 32px 32px;
	background-position: bottom left;

	border-radius: 3px;
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	-o-border-radius: 3px;	
	-ms-border-radius: 3px;	
}

.bubbledRight{
	font-weight: bold;
	float: right;
margin-right: 40px;
margin-left: 40px;
padding: 4px 10px 4px 15px;
background: white;
padding: 10px;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 4px 4px 0px 4px;
-moz-border-radius: 4px 4px 0px 4px;
border-radius: 4px 4px 0px 4px;
background-color: #22AF22;
background-image: -moz-linear-gradient(top, #42CF42, #22AF22);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#42CF42), to(#22AF22));
background-image: -webkit-linear-gradient(top, #42CF42, #22AF22);
background-image: -o-linear-gradient(top, #42CF42, #22AF22);
background-image: linear-gradient(to bottom, #42CF42, #22AF22);
background-repeat: repeat-x;
color: white;
order: 1;
  
  
  
}

.bubbledRight:before{
	z-index: -1;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	content: "";

	border-width: 8px 17px 8px 10px; 
	
}

.bubbledRight:after{
	z-index: -1;
	position: absolute;
	right: -32px;
	width: 32px;
	bottom: 0px;
	height: 32px;
	content:"";

	
	background-size: 32px 32px;
	background-position: bottom left;

	border-radius: 3px;
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	-o-border-radius: 3px;	
	-ms-border-radius: 3px;	
	
	
	
}

time {
  font-size: 0.7rem;
  color: #023800;
}



.bubbledRight .avatar{
	position: absolute;
  bottom: 0;
	max-width:40px;
	right:-40px;
}

.bubbledLeft .avatar{
	position: absolute;
  top: 0;
	max-width:40px;
	left:-40px;
}

.avatar img {
  display: block;
  width: 100%;
  max-width:40px; 
  height:auto; 
  max-height:40px;
}

.bubbledRight .avatar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid #23B023;
  border-right-color: transparent;
  border-top-color: transparent;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.bubbledLeft .avatar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 5px solid white;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.inchatpic {
	display:block;
	overflow:hidden;
	max-width:300px; 
	max-height:300px;
}

@media (min-width: 768px) {

	



	.qwe::-webkit-scrollbar {
    width: 16px;
	display: block;
pointer-events: none;
position: absolute;
right: 2px;
top: 2px;
-webkit-user-select: none;
width: 7px;
z-index: 5;
}
 
/* Track */
.qwe::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
	display: block;
pointer-events: none;
position: absolute;
right: 2px;
top: 2px;
-webkit-user-select: none;
width: 7px;
z-index: 5;
}
 
/* Handle */
.qwe::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(226, 226, 226, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	display: block;
pointer-events: none;
position: absolute;
right: 2px;
top: 2px;
-webkit-user-select: none;
width: 7px;
z-index: 5;
}
.qwe::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(226,226,226,0.4); 
	display: block;
pointer-events: none;
position: absolute;
right: 2px;
top: 2px;
-webkit-user-select: none;
width: 7px;
z-index: 5;
}


.max100per:hover {
    overflow-y:scroll;
}



.max100per{
	margin: 0 ;
display:block;
overflow:hidden;
padding-left: 10px;
}
.max100cper{
	
	margin: 0 auto;
	padding-right:0px;
display:block;

overflow:hidden;
}

.max100cper:hover {
    overflow-y:scroll;
	padding-right:0;
}
div.mousescroll {
    overflow: hidden;
}
div.mousescroll:hover {
    overflow-y: scroll;
}

.messagelist .badge {
	margin-right: -20px;
}
}


ul {
    list-style-type: none;
}
.slimScrollDiv { border: 1px solid #CCC; margin:10px; }

.leftavatar {
	float: left;
padding-right: 10px;
 margin-top: -3px; 
}

.messagelist  > a {
	height: 34px;
	margin-left: -20px !important;}
.messagelist  {
	white-space: nowrap;
	line-height: 33px;}	
	
@media (max-width: 767px) {
.messagelist  {
	overflow: hidden;	
}
.messagelist > a {
padding-left: 15px !important; }

.bubbledRight {
margin-right: 20px;
}

.bubbledLeft {
margin-left: 20px;
}
}

.max100per:hover {
    overflow-y:scroll;
}
@media (max-width: 767px) {
.max100per{
	margin: 0 ;
display:block;
overflow:hidden;
padding-left: 10px;
max-height:300px;
}

	.qwe::-webkit-scrollbar {
    width: 16px;
	display: block;
pointer-events: none;
position: absolute;
right: 2px;
top: 2px;
-webkit-user-select: none;
width: 7px;
z-index: 5;
}
 
/* Track */
.qwe::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
	display: block;
pointer-events: none;
position: absolute;
right: 2px;
top: 2px;
-webkit-user-select: none;
width: 7px;
z-index: 5;
}
 
/* Handle */
.qwe::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(226, 226, 226, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	display: block;
pointer-events: none;
position: absolute;
right: 2px;
top: 2px;
-webkit-user-select: none;
width: 7px;
z-index: 5;
}
.qwe::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(226,226,226,0.4); 
	display: block;
pointer-events: none;
position: absolute;
right: 2px;
top: 2px;
-webkit-user-select: none;
width: 7px;
z-index: 5;
}
}