@charset "utf-8";

.row .col-md-6.col-sm-6.col-xs-12 a {
	color: rgba(255,61,217,1.00);
}
.row .col-md-6.col-sm-6.col-xs-12 h5 {
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 130%;

}
.row .col-md-6.col-sm-6.col-xs-12 h4 {
	color: rgba(255,255,255,1.00);
	background-color: rgba(116,51,255,1.00);
	padding-top: 40px;
	padding-right: 12px;
	padding-bottom: 30px;
	padding-left: 12px;
	line-height: 146%;
	text-align: center;
	text-decoration: none;
	font-weight: lighter;
	margin-left: -5px;
	margin-bottom: 10px;
}

.row .col-md-6.col-sm-6.col-xs-12 p {
	text-align: left;
	margin-left: 10px;
    margin-right: 10px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 30px;
	border: 0px solid transparent;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.6) 94%, rgba(255,255,255,0.4) 97%, rgba(255,255,255,0.0) 99.5%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 94%,rgba(255,255,255,0.4) 97%,rgba(255,255,255,0.0) 99.5%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.6) 94%,rgba(255,255,255,0.4) 97%,rgba(255,255,255,0.0) 99.5%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.container-fluid .content .row {
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.col-md-10.col-sm-10.col-xs-12 .row .col-md-6.col-sm-6.col-xs-12 {
	margin-left: auto;
	margin-right: auto;
}

.col-md-6.col-sm-6.col-xs-12 .embed-responsive.embed-responsive-16by9 iframe {
	border: 3px solid white;
	background-color: rgba(255,255,255,0.1);
}
.row .col-md-6.col-sm-6.col-xs-12 .img-responsive {
	border: 3px solid black;
	margin-left: 5px;
	background-color: rgba(255,255,255,0.1);
}
.row .col-md-8.col-sm-8.col-xs-12 h1 {
	color: rgba(66,44,55,1.00);
}
.row .col-md-8.col-sm-8.col-xs-12 h3 {
	color: rgba(66,44,55,0.7);
	background-color: rgba(116,51,255,0);
}
.row .col-md-6.col-sm-6.col-xs-12 .legend {
	text-align: center;
	font-style: italic;
	background-color: rgba(116,51,255,1.00);
	color: rgba(255,255,255,1.00);
	padding-bottom: 3px;
	font-size: 80%;
	margin-left: 1px;
}
.row .col-md-6.col-sm-6.col-xs-12 .legend-img {
	text-align: center;
	font-style: italic;
	background-color: rgba(116,51,255,1.00);
	color: rgba(255,255,255,1.00);
	padding-bottom: 3px;
	font-size: 80%;
	margin-top: -15px;
	margin-left: -1px;
	margin-right: 1px;
}
#fixed_active {
  position: fixed;
  top: -4px;
  left: 30%;
  width: 125px;
  height: 22px;
  background-color: rgba(100,149,237,1.0);
  border: 1px solid white;
  text-align: center;
  color: white;
  width: 130px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
}
#fixed_active p:hover {
  background-color: black;
  color:rgba(100,149,237,1.0);
}
#fixed_active p:first-child i {
    color: rgba(255,255,255,0.6);
}
#pLeft{
    margin-top: -11%;
    margin-bottom: -2px;
    padding: 13% 11% 2% 11%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 10%, rgba(255,255,255,0.4) 25%, rgba(255,255,255,0.6) 30%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,10) 0%,rgba(255,255,255,0.4) 25%,rgba(255,255,255,0.6) 30%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 10%,rgba(255,255,255,0.4) 25%,rgba(255,255,255,0.6) 30%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    border: none;
}
@media (min-width:2400px){

.row .col-md-6.col-sm-6.col-xs-12 p {
	text-align: left;
	margin-left: 10px;
    margin-right: 10px;
	padding-left: 10%;
	padding-right: 8%;
	padding-top: 20px;
	padding-bottom: 7%;
	font-size: 150%;
    font-weight: light;
}
.row .col-md-12.col-sm-12.col-xs-12 {
	font-size: 130%;
    font-weight: light;
}
}