.title>h2{
  color:#CC0000;
}
.title>p{
  margin-bottom:30px;
  font-size: 14px;
}
.p_register{ 
    color:#ffffff;
    background-color: #CC0000;
    width: 250px;
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
    display: block;
    margin: auto;
}
.p_register:hover{
  cursor:pointer;
  color:#ffffff;
}

/*.sub-menu>li>.submenu{
  margin-right: 200px;
}*/
.sub-menu>li>ul{
  display: none !important;
      margin-left: 19rem;
    width: 150px;
    top: 0rem;
}
.sub-menu>li:hover>ul{
  display: block !important;
}
.search_controls>p{
  font-size: 14px;
}
.search-header>hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #eee;
}
.red-line{
    background-color: #CC0000;
    color: #ffffff;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.red-line h1{
	font-size: 32px;
	font-weight: normal;
}
.title>h2{
	margin-top: 50px;
	margin-bottom: 50px;
}
.btn-red, .btn-red:hover{
	background-color: #CC0000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
}
.register{
	margin-top: 30px;
	margin-bottom: 30px;
}
.side_bar_left >h4{
	margin-top: 20px;
	margin-bottom: 20px;
  color: #CC0000;
  font-weight: 600;
}
.title_type{
	display: none;
}
.sub_side_bar{
	display: none;
}
.type_side_bar{
	margin-left: 20px;
	display: none;
}
#img_profile{
	max-width: 300px;
  width: 100%;
  border-radius: 50%;
  margin-bottom: 20px;
}
.data-general p{
	line-height: 15px;
	font-size: 14px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.range_active{
	color: #0080FF;
	font-weight: 600;
}
.range_inactive{
	color: #D8D8D8;
	font-weight: 600;
}
.professional_p{
	margin-top:20px;
	font-size: 14px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.link_portafolio{
	border: solid 1px #CC0000;
    padding: 3px 6px;
    text-decoration: none !important;
    font-weight: bold;
    color: #CC0000 !important;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    background: #ffffff;
    width: 150px;

}
.profile-filter >hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 2px solid #eee;
}
.link_contacto{
text-align: center;
margin-top: 30px;
}
.side_bar_left{
	padding-bottom: 150px;
}
/*.side_bar_left >h4{
	color:#333;
	font-weight: 600;
}	*/
.btn-plus, .btn-plus:hover, .btn-plus:visited {
    background-color: #CC0000;
    color: #ffffff;
    float: right;
    border-radius: 10px;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
}
/* The container_radio */
.container_radio {
  /*display: block;*/
  position: relative;
  /*padding-left: 25px;
  margin-bottom: 12px;*/
  cursor: pointer;
  font-size: 13.5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #484848;
  font-weight: 500;
  text-align: left;
}

/* Hide the browser's default radio button */
.container_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_radio input:checked ~ .checkmark {
  background-color: #CC0000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container_radio .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: white;
}
.fil-category{
  margin-bottom: 20px;
  margin-top: 20px;
}
.account-buttons{
margin-top: 10px;
}
#register .modal-dialog .modal-content .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #CC0000;
}
#register .modal-dialog .modal-content .modal-header h4{
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}
#register .modal-dialog .modal-body{
  margin-top: 20px;
  margin-bottom: 20px;
}
#btn_register{
  float:right;
  background-color: #CC0000;
  border-color:#CC0000;
}
.link-access, .link-access:hover,.link-access:active,.link-access:visited,.link-access:link{
  text-decoration: none;
  cursor: pointer;
  color: #CC0000;
  font-weight: 400;
  font-size: 14px;
}
.link-cuenta{
  text-align: right;
  margin-top: 20px;
}
/*.g-recaptcha{
    transform: scale(0.84);
    transform-origin: 0 0;
}*/
@media (max-width: 991px) {  
	#side_bar_left{
		position: absolute;
	    z-index: 9;
	    background-color: #fafafa;
	    top:-2rem;
	    text-align: center;
	    height: 100%;
	}
    #panel{
    	position: relative;
    }

  
}
@media (max-width: 767px) { 
.container-img{
 margin-bottom: 50px;
}
}
@media screen and (max-width: 991px ) {
  .menu-item-has-children:hover .sub-menu{
  /*display: table-caption;*/
  position:relative;
  list-style: none;
  background-color: transparent;
  padding: 0;
  margin-left: none;/
  }
  .sub-menu>li>ul{
    display: none !important;
    margin-left: none;
    text-align: center;
   /* top: 0rem;*/
}
.sub-menu>li:hover>ul{
  display: block !important;
      background-color: #181818;
}
}

/*@media (min-width: 992px){
.fil-category {
    width: 30%;
}
}*/