@charset "utf-8";
/* CSS Document */
img { max-width: 100%; height:auto; }

#headerMenuLogin .navbar-nav>li>a {
	padding-top: 0px;
	padding-bottom: 0px;
}

/********************** END BASE CSS ***********************/
body { 
	background: url(images/template/bg2.jpg); 
	background-position: left; 
	background-attachment: fixed;
}


.bg-gray { background-color:#e9e9e9; }

.blacker {
	background-color: rgba(0, 0, 0, 0.67);
    margin: 43px auto;
	padding: 20px 0px;
	color: #FFF;
}

.blacker h1,
.blacker h2,
.blacker h3,
.blacker h4,
.blacker h5,
.blacker h6{
	color: #FFF;
}

.big-footer {
	margin-top: 60px;
	border-top: 1px solid #dedede;
	background: #474747;
	padding-top: 55px;
	padding-bottom: 40px;
	text-align: center;
	color: rgba(169,169,169,0.7);
}

.big-footer-inside h1,
.big-footer-inside h2,
.big-footer-inside h3,
.big-footer-inside h4,
.big-footer-inside h5,
.big-footer-inside h6{
	color: #e0a607 !important;
}

.copyright {
	background-color: #414141;
	color: #a9a9a9;
	padding: 15px;
	text-align: center;
}

.copyright a{
	color: #fff;
}

.copyright a:hover{
	color: #e0a607;
	text-decoration: none;
}

.text-info {
  margin-bottom: 0;
  text-align: left;
  padding: 0px;
}

.text-info li:first-child  {
  border-left: 1px solid #cecece;
}

.text-info li {
  display: inline-block;
  padding: 2px 8px;
  border-right: 1px solid #cecece;
  color: #777;
}


.social-info {
  margin-bottom: 0;
  /*text-align: right;*/
  padding-left: 0px;	
}

.social-info li:first-child  {
  border-left: 1px solid #cecece;
}

.social-info li {
  display: inline-block;
  padding: 2px 8px;
  border-right: 1px solid #cecece;
}

.social-info li a {
  color: #777;
}
.social-info li a:hover {
  color: #e0a607;
}

.social-center {
  text-align: center;
}

.social-right {
  text-align: right;
}

/** ICONS **/
.iconz {
	top: 12px;
    position: absolute;
}


/** SPEAKER **/
.nav.nav-justified > li > a { position: relative; }
.nav.nav-justified > li > a:hover,
.nav.nav-justified > li > a:focus { background-color: transparent; }
.nav.nav-justified > li > a > .quote {
    position: absolute;
    left: 0px;
    top: 0;
    opacity: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #999;
    border-radius: 15px;
    color: #fff;  
}
.nav.nav-justified > li.active > a > .quote { opacity: 1; }
.nav.nav-justified > li > a > img { box-shadow: 0 0 0 5px #999; }
.nav.nav-justified > li > a > img { 
    max-width: 100%; 
    opacity: .3; 
    -webkit-transform: scale(.8,.8);
            transform: scale(.8,.8);
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav.nav-justified > li.active > a > img,
.nav.nav-justified > li:hover > a > img,
.nav.nav-justified > li:focus > a > img { 
    opacity: 1; 
    -webkit-transform: none;
            transform: none;
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.tab-pane .tab-inner { padding: 30px 0 20px; }

@media (min-width: 768px) {
    .nav.nav-justified > li > a > .quote {
        left: auto;
        top: auto;
        right: 20px;
        bottom: 0px;
    }  
}