/*OWN*/

.navbar-inverse .navbar-nav > li > a {
	//color: #999;
	//transition: background-color 0.2s linear 0s;
}

.navbar-toggle > li > a {
	text-align: center;
}

@media (max-width: 767px){
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}
}



/*.navbar-nav li a {
	color: #999;
	//background: #fff;
	-webkit-transition: all 0.2s ease !important;
	-moz-transition: all 0.2s ease !important;
	-o-transition: all 0.2s ease !important;
	transition: all 0.2s ease !important;
}

.navbar-nav li a:hover {
	background: blue !important;
	
}

.navbar-nav li a:active {
	background: #353535 !important;
}*/

.navbar-inverse .navbar-nav > li
{
	-webkit-transition: all 0.2s ease !important;
	-moz-transition: all 0.2s ease !important;
	-o-transition: all 0.2s ease !important;
	transition: all 0.2s ease !important;
}

.navbar-inverse .navbar-nav > li > a {
	color: #2d00ff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #2d00ff;
    background: none;
}

/*.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ccc;
    background: url('images/BB_TITLE_BG_D1.png');
}*/

.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background: none;
    color:#fff;
    
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: none;
    color:#2d00ff;
}

/*#cc-tag a {
	display: none !important;
}

#gkContentWrap {
	margin-top: 14px !important;
}*/



.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #eee;
    color: #2d00ff
    }

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #2d00ff;
}

.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #2d00ff;
}

///////////////////////////
  //a {background:green;}
  //a:hover{background:blue;}
  //nav navbar-nav ul li a:hover {background: red;} 
  //nav ul li a:hover {
    //color:red !important;
    //background-color:rgba(123, 45, 198, .9) !important;
    
//}

/*.navbar-inverse {
	background: #353535;
}*/

nav ul li a {
	-webkit-transition: all 1s ease !important;
	-moz-transition: all 1s ease !important;
	-o-transition: all 1s ease !important;
	transition: all 1s ease !important;
}

.navbar-nav.navbar-right:last-child {
	margin: 0px;
}

/*.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}*/

.menu {
	text-align: center;
}

@media (max-width: 766px){
.header {
	display: none;	
}
.spacer {
	height: 60px;
}
.fa-stack {
	font-size: 1em;
}
.logo-min {
	//display: block;
}
.logo-max {
	display: none;
}
.navbar-brand {
	padding: 10px;
}
.logo-slogan {
	padding-left: 10px;
	padding-top: 5px
}
.navbar-inverse {
    background: url('../images/BB_TITLE_BG_D1_85.png');
    //background: white opacity: 0.1;
    //opacity: 0.5;
    border: none;
}
}

@media (min-width: 767px){

.navbar-inverse {
    //background: #eee ;
    background: url('../images/BB_TITLE_BG_D1b.png');
    //background: white opacity: 0.1;
    border: none;
    //color: #2d00ff;
    //opacity: 0.5;
}
.navbar {
	min-height: 55px;
}

.header {
  display: block;
  text-align: center;
}
.spacer {
	height: 65px;
}
.fa-stack {
	font-size: 1.5em;
}
.logo-min {
	display: none;
}
.logo-max {
	//display: block;
}
.logo-slogan {
	padding-left: 0px;
	//padding-top: 5px
}
}

img.logo {
	padding: 2px 0px 2px 0px;
	//margin: 0px;
}

span.slogan {
	padding: 0px 0px 0px 10px;
	color: #2d00ff;
	text-align: center;
	font-style: italic;
}	

.banner {
	//height: 100px;
	display: block;
	color: #333;
	background: #eee;
	padding: 10px;
	text-align: center;
	margin-top:10px;
	
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	-o-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
}

.banner a {
	padding: 0px 10px 0px 10px;
}

/////GOOGLE/////
a.fa-g {
	color: #e12a2c;
}
a:link .fa-g {
	color: #e12a2c;
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	-o-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
}
a:visited .fa-g {
	color: #e12a2c;
}
a:hover .fa-g {
	color: #999;
}
a:active .fa-g {
	color: #e12a2c;
}

/////FACEBOOK/////
a.fa-f {
	color: #4663a0;
}
a:link .fa-f {
	color: #4663a0;
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	-o-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
}
a:visited .fa-f {
	color: #4663a0;
}
a:hover .fa-f {
	color: #999;
}
a:active .fa-f {
	color: #4663a0;
}

/////TWITTER/////
a.fa-t {
	color: #3b90cc;
}
a:link .fa-t {
	color: #3b90cc;
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	-o-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
}
a:visited .fa-t {
	color: #3b90cc;
}
a:hover .fa-t {
	color: #999;
}
a:active .fa-t {
	color: #3b90cc;
}

/////YOUTUBE/////
a.fa-y {
	color: #e42e2d;
}
a:link .fa-y {
	color: #e42e2d;
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	-o-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
}
a:visited .fa-y {
	color: #e42e2d;
}
a:hover .fa-y {
	color: #999;
}
a:active .fa-y {
	color: #e42e2d;
}

/////LINKEDIN/////
a.fa-l {
	color: #3287c8;
}
a:link .fa-l {
	color: #3287c8;
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	-o-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
}
a:visited .fa-l {
	color: #3287c8;
}
a:hover .fa-l {
	color: #999;
}
a:active .fa-l {
	color: #3287c8;
}

.jumbotron {
	text-align: center;
	//font-family: ariel;
	color: #003DF9;
	margin-bottom: 0px;
	padding-bottom: 10px;
	//border-radius: 10px;
	background: #333;
}

img {
	border-radius: 25px;
}

p.main-text {
	color: #ccc; text-align: justify; border: 1px solid #ccc; padding: 20px; border-radius: 25px;
}


.footer {
	text-align: center;
	color: #eee;
	background: #333333;
	padding: 5px 10px 1px 10px;
	//margin: 0px;
	font-size: 0.9em;
}

body {
	font-family: Arial Rounded MT Bold,Helvetica Rounded,Arial,sans-serif;
}

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
}
 
/*h3 {
 	color: #2d00ff;
}*/

div.carousel-caption {
	background: url('../images/BB_TITLE_BG_D1_85.png');/*url('images/navbar_bg_ccc_90.png');*/
	width: 50%;
	margin: auto;
	padding-top: 0px;
	-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;
	color: #2d00ff;
	text-shadow: none;
}

div.carousel-caption h3 {
	margin-top: 10px;
}

@media (max-width: 480px){
	div.carousel-caption h3 {
		font-size: 16px;
		margin: 2px;
	}
	div.carousel-caption {
		font-size: 12px;
		width: 70%;
		margin: 2px auto;
	}
	div.carousel-caption p {
		margin: 0px;
	}
}

ol.carousel-indicators li {
	background-color: #2d00ff;
	border: 1px solid #fff;
}
 
 .news {
 	padding: 5px;
 }
 
 .img-news {
 	//width: 90%;
 	margin: auto;
 	//text-align: center;
 }
 
p.heading {
	position: absolute;
	bottom: -5px;
	text-align: center;
	//width:100%;
	left: 5px;
	right: 5px;
	height: 50px;
	padding: 5px;
	background: url('../images/navbar_bg_ccc_90.png');
	-webkit-transition: all 1s ease !important;
	-moz-transition: all 1s ease !important;
	-o-transition: all 1s ease !important;
	transition: all 1s ease !important;
	color: #2d00ff;
}

a:hover {
	text-decoration: none;
}

p:hover.heading {
	height: 100px;
	font-size: 1.3em;
}
 
 .spacer10px {
 	height: 10px;
 }

@media (min-width: @screen-sm-min) {
	 
}

.carsl {
	padding: 0px;
}

a:link {
	color: #2d00ff;
	-webkit-transition: all 1s ease !important;
	-moz-transition: all 1s ease !important;
	-o-transition: all 1s ease !important;
	transition: all 1s ease !important;
}
a:visited {
	color: #2d00ff;
}
a:active {
	color: #2d00ff;
}
a:hover {
	color: #fff;
}

.social, .mail {
	padding: 5px; 0px;
}

////////////
