@charset "utf-8";
/*---------------
Table of Contents:

- Preloader
- Titles
- Home

---------------*/

/*---- Stylesheets ----*/
@import "bootstrap.min.css";
@import "animate.css";

/*---- Fonts ----*/
/*@import "../fonts/et-lineicons/css/style.css";
@import "../fonts/ionicons.min.css";
@import "../fonts/font-awesome.min.css";*/

/*---- General ----*/
html,
body {
	height: 100%;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family:Raleway,sans-serif;
	font-weight: 400;
	color: #444;
}
a {
	background: transparent;
	outline: none;
	text-decoration: none;
	color:#0c95f0;
	-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
	transition: .4s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	transition-property: background-color,color;
}
a:active,
a:hover,
a:focus {
	outline: 0;
	background: transparent;
	color: #121212;
	text-decoration: none;
}
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

.margin_reset {
margin:0!important;
}

.fullwidth { width:100%; height:auto; }


h1, h2, h3, h4, h5, h6 {
	font-family: 'Asap', sans-serif;
	font-weight: 500;
	line-height: 1;
	text-shadow:none;
	/*text-transform:uppercase*/
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-family: 'Asap', sans-serif;
	font-weight: 400;
	text-transform:none;
}

.icon48 { font-size:48px; padding:15px; display:block }

.icon_inline_sm { display:block; clear:both; font-size:1.4em!important; margin-bottom:8px; background:#ecece4; width:64px; height:64px; text-align:center; border-radius:100%; border:1px solid #d5d5bf; }
.icon_inline_sm:before { line-height:64px; }

.box_padding { padding:0 40px}

.highlight { color:#518d2e }

.headline1 { line-height:1em; margin-bottom:0.4em; }
.headline2 { line-height:1em; margin-bottom:0.4em; }
.headline3 { line-height:1em; font-family: 'Asap', sans-serif; font-weight:700; text-transform:uppercase; margin-bottom:0.4em; }

.lead1 { line-height:1em; font-family: 'Asap', sans-serif; font-weight:500; margin-bottom:0.6em; }
.lead2 { line-height:1.4em; font-family: 'Asap', sans-serif; font-weight:500; margin-bottom:0.6em; }
.lead3 { line-height:1.4em; font-family: 'Asap', sans-serif; font-weight:500; margin-bottom:0.6em; }
.lead4 { line-height:1.2em; font-family: 'Asap', sans-serif; font-weight:500; margin-bottom:0.6em; }


@media (max-width: 768px) {
.headline1 { font-size:2.2em!important; }
.headline2 { font-size:2em!important; }
.headline3 { font-size:1.2em!important; }
.lead1 { font-size:1.4em!important; }
.lead2 { font-size:1.2em!important; }
.lead3 { font-size:1em!important; }
}
@media (min-width: 769px) and (max-width: 1090px) {
.headline1 { font-size:2.4em!important; }
.headline2 { font-size:2.2em!important; }
.headline3 { font-size:1.6em!important; }
.lead1 { font-size:1.6em!important; }
.lead2 { font-size:1.4em!important; }
.lead3 { font-size:1.2em!important; }
}
@media (min-width: 1091px) {
.headline1 { font-size:2.6em!important; }
.headline2 { font-size:2.2em!important; }
.headline3 { font-size:2em!important; }
.lead1 { font-size:1.8em!important; }
.lead2 { font-size:1.6em!important; }
.lead3 { font-size:1.4em!important; }
}

@media (max-width: 990px) {
.consejo p { text-align:center}
}

.glosario { padding:0; margin:0}
.glosario li {list-style:none; margin-bottom:0.8em; }

/*---- Titles ----*/
.blue_light { color:#89b241!important}
.blue_normal { color:#518d2e!important}
.blue_dark { color:#0c95f0!important}
.grey { color: #555}

.violet_light { color:#b7dd76!important}
.violet_normal { color:#0c95f0!important}
.violet_dark { color:#644aaf!important}

.yellow {color: #ffdd00}

/*---- Bg Color ----*/
.bg_blue_light { background-color:#5cccf5}
.bg_blue_normal { background-color:#518d2e}
.bg_blue_dark { background-color:#0c95f0}

.bg_violet_light { background-color:#ba75b7}
.bg_violet_normal { background-color:#8c3d9c}
.bg_violet_dark { background-color:#644aaf}

.bg_grey_light { background-color:#fbfbfc}
.bg_beige { background:#ecece4 /*#eaeae2*/ /*e5e5dc*/; }

/*---- Titles ----*/

.section_header {
	color:#fff
}

@media (max-width: 768px) {
.section_header {
	padding:40px 0 20px;
}
.body_container { margin-top:80px}
.section_header .headline1 {
	text-align:left;
	margin-bottom:20px;
	padding:0 25px
}
}
@media (min-width: 769px) {
	.section_header {
	padding:40px 0 20px;
}
.body_container { margin-top:100px}
.section_header .headline1 {
	/*text-align:right; */
	margin-top:0;

}
}

.section_title {

	}
.subtitle {
    font-family: Raleway,sans-serif;
    line-height: 1.4em;
    color: grey;
    font-weight: 400;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
}



@media (max-width: 990px) {
.subtitle {
    font-size: 16px;
}
.home_title { padding:40px }
}
@media (min-width: 991px) and (max-width: 1280px) {
.subtitle {
    font-size: 14px;
}
.home_title { padding:40px}
}
@media (min-width: 1281px) {
.subtitle {
    font-size: 18px;
}
.home_title { padding:50px 60px }
}

@media (min-width: 180px) {
h1 {
	font-size: 30px;

}
h1 small {
	font-size: 30px;
}
.lead {
	font-size: 16px;
	font-weight: 300;
}
h2 {
	font-size: 30px;
	/*letter-spacing: -2px;*/

}
h2 small {
	font-size: 30px;
}
h3 {
	font-size: 20px;
}
h3 small {
	font-size: 20px;
}
h5 small {
	font-size: 13px;
}
}
@media (min-width: 480px) {
h1 {
	font-size: 40px;

}
h1 small {
	font-size: 42px;
}
.lead {
	font-size: 16px;
	font-weight: 300;
}
h2 {
	font-size: 40px;
	/*letter-spacing: -2px;*/

}
h2 small {
	font-size: 40px;
}
h3 {
	font-size: 34px;line-height:0.8em;
}
h3 small {
	font-size: 22px;
}
}
@media (min-width: 768px) {
h1 {
	font-size: 48px;

}
h1 small {
	font-size: 56px;
}
.lead {
	font-size: 18px;
	font-weight: 300;
}
h2 {
	font-size: 50px;
	/*letter-spacing: -2px;*/

}
h2 small {
	font-size: 50px;
}
}
@media (min-width: 992px) {
h1 {
	font-size: 48px;

}
h1 small {
	font-size: 56px;
}
.lead {
	font-size: 20px;
	font-weight: 300;
}
h2 {
	font-size: 48px;
	/*letter-spacing: -3px;*/

}
h2 small {
	font-size: 50px;
}
}
@media (min-width: 1200px) {
h1 {
	font-size: 52px;
	letter-spacing: -1px;
}
h1 small {
	font-size: 52px;
}
.lead {
	font-size: 20px;
	font-weight: 300;
}
h2 {
	font-size: 48px;
	/*letter-spacing: -3px;*/

}
h2 small {
	font-size: 50px;
}
}

.center { text-align:center}

/*---- Fun Facts ----*/
#fun-facts {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 1;
	padding-top:30px;
	padding-bottom:30px;
}
#fun-facts .row {
    margin-top: 10px;
}
.fact-container {
	padding-top:60px;
	padding-bottom:13px;
}
.counter {
	font-size: 70px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 0px;
}
.fact {
	text-align:center;
}

/* backgrounds */
.gradient1 {
background: #0c95f0;
background: -moz-linear-gradient(left, #0c95f0 0%, #8c3d9c 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #0c95f0), color-stop(100%, #8c3d9c));
background: -webkit-linear-gradient(left, #0c95f0 0%, #8c3d9c 100%);
background: -o-linear-gradient(left, #0c95f0 0%, #8c3d9c 100%);
background: -ms-linear-gradient(left, #0c95f0 0%, #8c3d9c 100%);
background: linear-gradient(to right, #0c95f0 0%, #8c3d9c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c95f0', endColorstr='#8c3d9c', GradientType=1 );
}
.back_fixed {
    background-position: center 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #fff;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
    /*color: #fff;*/
}

/*---- Header ----*/
#header .navbar.navbar-default.navbar-fixed-top .container .navbar-header .navbar-brand {
	font-family: 'Montserrat', sans-serif;
}
.bottom-header,
.home-top-header {
    margin-top: -70px;
}
.header-bottom {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.header-top .navbar-default {
    position: fixed;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 4;
	top:-100px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#home-slideshow {
    top: -70px;
}
.navbar-brand {
	float: left;
    margin-top: 4px;
	padding: 10px;
}
.navbar-logo {
	padding:15px 0;
	display:block
}
@media (max-width: 768px) {
.navbar-logo img {
	max-height:70px;
}
}
@media (min-width: 769px) {
.navbar-logo img {
	max-height:90px;
}
}

.navbar-default .navbar-brand h3{
	letter-spacing: -2px;
	color: #121212;
	font-size: 30px;
	margin-bottom:0px;
	margin-top:10px;
	line-height: 20px;
}
.navbar {
	/*min-height: 70px;*/
	/*height:110px;*/
	border: none;
}
.navbar-default {
	border-color: none;
	border-bottom: none;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 4;
	background-color: #fff;
    opacity: 1;

    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}
.navbar-right {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;.
	font-weight: 400;
	height: 100%;
	margin-top:30px;
	color: ;
}

.navbar-collapse {
	margin-top:6px;
	padding-right: 15px;
	padding-left: 35px;
	color: #121212;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 18px;
  margin-right: 0px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: none;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #999;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;

}
.nav > li > span {
	position: relative;
	display: block;
	padding: 10px 15px;
	font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
	cursor: pointer;
	color:#777;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 15px;
    clear: both;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 1em;
    color: #777;
    white-space: nowrap;
}
.navbar-default .navbar-nav > li > a.highlight {
        color: #fff; background:#518d2e;
    }
.navbar-default .navbar-nav > li > a i {
        margin-right:0.2em;
    }
.navbar-default .navbar-nav > li > a.highlight:hover {
        color:#fff; background:#0c95f0;
    }
@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        color: #777;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 768px) {
   .navbar-collapse {
      max-height: none;
      overflow-x: hidden;
   }
}
.dropdown-menu {
	font-size: 13px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);

}
.navbar-default .navbar-nav > li > a:hover {
    color:#518d2e;
    }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color:#518d2e;
}
.menu-padding {
    padding-top:70px;
}
.content {
    margin-top:0px;
}



/*Navbar Collapse*/
@media (max-width: 992px) {
    .navbar-default .container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-default .navbar-collapse {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }
    .navbar-default .navbar-collapse {
        background-color: #1C1C1C;
    }
    .navbar-small .navbar-collapse {
        margin-top: 0px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .nav > li > span {
        color: #fff;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: none;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
        padding-left: 35px;
        padding-right: 35px;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .collapse.in{
  		display:block !important;
	}
    .navbar-default ul.nav li {
		border-bottom: 1px dotted #2A2A2A;
	}
    .dropdown-menu {
        position: relative;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: none;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 13px;
        list-style: none;
        background-color: transparent;
        background-clip: padding-box;
        border: none;
        border: none;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu > li {
        border-bottom: none!important;
    }
    .dropdown-menu > li > a {
        color: #fff;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        text-decoration: none;
        background-color: transparent!important;
    }
}
.navbar .icon {
    font-size: 18px;
}
.navbar .social-icon {
    padding-left: 15px;
    padding-right: 0;
    margin-top: 2px;
}
@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        right: auto;
        left: 10px;
        top: -155px;
    }
}
@media (min-width: 992px) {
    .rez .dropdown-menu {
        right: auto;
        left: 10px;
        top: 36px!important;
    }
}
@media (min-width: 992px) {
    .rez-drop .dropdown-menu {
        right: auto;
        left: 10px;
        top: 36px!important;
    }
}

/* ==== 21) Footer ==== */

.logos { text-align:center}
.logos img { display:inline-block; margin:10px; }

#footer {
	background-color: #444;
    padding-bottom: 15px;
}
.back-to-top {
	display: block;
	/*background: #121212;*/
	width: 45px;
	height: 40px;
	font-size: 28px;
	line-height: 38px;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-webkit-transform: translateZ(0);
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	transition: 0.2s all linear;
    cursor: pointer;
}
.footer-social {
	margin-top: 60px;
	margin-bottom: 10px;
}
.footer-social li a:hover {
	color: #fff;
}
.footer-info {
	margin-bottom: 20px;
}
.footer-copyright {
	font-size:13px;
}
footer p {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #f5f5f5;
}
.footer-logo a {
    color: #f5f5f5;
}
footer .footer-menu {
    margin-top: 45px;
    border-top: 1px solid #333;
    padding-top: 30px;
    font-size: 12px;
    font-weight: 400;
    height: 64px;
    color: #999;
}
footer .footer-menu a {
    color: #999;
    margin-left: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
footer .footer-menu a:hover {
    color: #fff;
}
footer .connected-icons {
	margin: 0;
	list-style-type: none;
    display: inline-block;
    list-style: none;
}
footer .connected-icons li {
	display: inline-block;
    padding: 17px 17px;
}
footer .connected-icons li .fa-2-5x {
    font-size: 2.5em;
}
.btn-buy {
padding: 1px 5px;
font-size: 10px;
line-height: 1.5;
border-radius: 3px;
}

/*---- Contact Details ----*/
#contact-details {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
    background-color: #111;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	color: #fff;
}
.details {
	margin-top: 60px;
	margin-bottom: 80px;
	color: #fff;
	z-index: 3;
}
.phone-info {
	line-height: 0;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
}

.white { color:#fff; }

/* ==== 19) Contact Form ==== */

#contact-form {
	padding-top: 60px;
	padding-bottom: 60px;
}


#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #fff; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }



/* Form style */

#contact input, select {
	width: 100%;
	max-width: ;
	padding: 12.9px;
	color: #444;
	background: #fff;
	border: 1px solid #9198a4;
	margin: 7px 0px;
	-webkit-border-radius:2px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
border-color: none;
box-shadow: none;
outline: 0 none;
}
textarea {
	width: 100%;
	max-width:  ;
	height: 165px;
	padding: 13px;
	color: #444;
	background: #fff;
	border: 1px solid #9198a4;
	margin-top: 7px;
	margin-left: ;
	margin-right:15px;
	-webkit-border-radius:2px;
}
#contact input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #fff;
	color:#333;
}

#contact input.submit {
	width: 185px;
	margin: 15px 0px;
	cursor: pointer;
	color:#fff;
	border-radius: 3px;
	border-color: none;
	-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
	transition: .4s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	transition-property: background-color,color;
}
#contact input.submit:hover {
	background:#444;
}
#contact input[type="submit"][disabled] { background:#888; }

#contact span.required {
	font-size: 13px;
	color: #ff0000;
}
#message {
	margin: 10px 0;
	padding: 0;
}
.error_message {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 22px;
	padding: 3px 10px 3px 35px;
	color: #8a1f11;
	-webkit-border-radius: 5px;
	background-color: #FBE3E4;
	background-image: url(../img/error.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
}

.loader {
	padding: 0 10px;
}
acronym {
border-bottom:1px dotted #ccc;
}


/* ---- 9.11 Feature Hover Box ---- */
.ft-hover-item .ft-item {
  position: relative;
  height: 440px;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}

.ft-hover-item .ft-item .content-wrapper {
  position: absolute;
  left: 100px;
  right: 100px;
  bottom: 0;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.ft-hover-item .ft-item .content-wrapper p {
  margin: 0;
  padding-bottom: 45px;
  color: #ececec;
}

.ft-hover-item .ft-item .content-wrapper .ft-button {
  opacity: 0;
}

.ft-hover-item .ft-item:hover {
  background-size: 103%;
}

.ft-hover-item .ft-item:hover .bg-overlay {
  background: rgba(17, 17, 17, 0.8);
}

.ft-hover-item .ft-item:hover .content-wrapper {
  bottom: 100px;
}

.ft-hover-item .ft-item:hover .content-wrapper .ft-button {
  opacity: 1;
}

.ft-hover-item .ft-1, .ft-hover-item .ft-2 {
  background: url(http://placehold.it/900x580);
  background-size: 100%;
  background-position: 50%;
  -webkit-transition: background-size 0.3s;
          transition: background-size 0.3s;
}

.ft-hover-item .ft-1 .bg-overlay, .ft-hover-item .ft-2 .bg-overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.55);
  -webkit-transition: background 0.4s;
          transition: background 0.4s;
}

.ft-hover-item .ft-2 {
  background: url(http://placehold.it/900x580);
  background-size: 100%;
  background-position: 50%;
}

.ft-hover-item .ft-2 .bg-overlay {
  background: rgba(17, 17, 17, 0.4);
}

/* form  */

.panel {
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    /*padding: 14px;*/
    color: #555;
	height:42px;
	margin:0;
}

a.btn, a.btn2 {
    display: inline-block!important; margin:0 10px 10px 0
}
/*
.btn {
    margin:1em 0; border:none; text-transform:uppercase;
}*/

.btn2 {
    /*margin:1em 0; */border:none;
	font-family: 'Asap', sans-serif;
    font-weight: 700;
}

.btn-default {
    /*color: #fff;
    background-color: #64bfef*/;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #8c3d9c;
}
.btn-info {
    background-color: #0c95f0!important;
	color:#fff
}
.btn-go {
    background-color: #bbdd6e!important;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.btn-go:hover {
    background-color: #374d58!important;
}
.btn-lg, .btn-group-lg>.btn {
    padding: 16px 32px;
    font-size: 14px;
}
.btn-lg:hover, .btn-group-lg>.btn:hover {
    background-color: #001f5f;
	color:#fff
}

.btn-md, .btn-group-md>.btn {
    padding: 12px 16px;
    font-size: 12px;
}
.btn-md:hover, .btn-group-md>.btn:hover {
    background-color: #001f5f;
	color:#fff
}

/*--- REGISTER ---*/



@media (max-width: 480px) {
.logo_register { padding:0 15px; text-align:center; width:100% }
}
@media (min-width: 481px) {
.logo_register { padding:0 15px; float:left; margin-right:30px }
}

@media (max-width: 480px) {
.head_register { float:none }
.head_register h2 { text-align:center; margin-top:20px; letter-spacing:-1px; margin-bottom:20px }
.head_register h4 { text-align:center; }
}
@media (min-width: 481px) {
.head_register { float:left}
.head_register h2 { text-align:left; margin-top:0; letter-spacing:-1px; margin-bottom:20px }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /*-moz-appearance: none;*/
    appearance: none;
    margin: 0;
	-moz-appearance: textfield;
}

/*--- VUE.js ---*/
[v-cloak] { display:none; }


/*--- DEFINITY ---*/

/* --------------------------------------------------
	0.2 Utility
-------------------------------------------------- */
hr {
  margin-top: 0;
  margin-bottom: 0;
  border-color: #ccc;
}

.no-gap {
  padding-left: 0;
  padding-right: 0;
}

.no-gap-left {
  padding-left: 0;
}

.no-gap-right {
  padding-right: 0;
}

.center-block {
  margin: 0 auto;
  display: block !important;
}

.no-style-link {
  color: inherit;
}

.no-style-link:focus,
.no-style-link:visited {
  text-decoration: none;
  color: inherit;
}

.no-style-link:hover {
  color: #919191;
}

.clear {
  clear: both;
}

/* ----------
News
-------------- */

.blog-post .main_img {
    margin: 20px 40px 40px -50px;
}

@media (max-width: 768px) {
.blog-post .main_img {
    margin: 0;
}
}
@media (min-width: 769px) {
.blog-post .main_img {
    margin: 20px 40px 40px -50px;
}
}

/* --------------------------------------------------
	9.0 Feature
-------------------------------------------------- */
/* ---- 9.1 Feature - Cards ---- */
.ft-cards .ft-item {
  padding: 50px 40px;
  border: 1px solid #f8f8f8;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.ft-cards .ft-item:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.ft-cards .ft-item span {
  font-size: 64px;
  color: #111;
}

.ft-cards .ft-item h4, .ft-cards .ft-item .ft-tabs .tabs-list li a .tab-group .tab-heading, .ft-tabs .tabs-list li a .tab-group .ft-cards .ft-item .tab-heading, .ft-cards .ft-item .testimonials-3col .t-item blockquote footer cite, .testimonials-3col .t-item blockquote footer .ft-cards .ft-item cite, .ft-cards .ft-item .testimonials-3col .t-item .wrapper-404 .content-wrapper .info-wrapper .info-404 footer cite, .testimonials-3col .t-item .wrapper-404 .content-wrapper .info-wrapper .info-404 footer .ft-cards .ft-item cite, .ft-cards .ft-item .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404 footer cite, .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404 footer .ft-cards .ft-item cite, .ft-cards .ft-item .testimonials-3col .t-item .bg-maintenance .content-wrapper .content-inner p footer cite, .testimonials-3col .t-item .bg-maintenance .content-wrapper .content-inner p footer .ft-cards .ft-item cite, .ft-cards .ft-item .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item p footer cite, .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item p footer .ft-cards .ft-item cite, .ft-cards .ft-item .team-3col .t-item .t-info .t-role, .team-3col .t-item .t-info .ft-cards .ft-item .t-role, .ft-cards .ft-item .team-4col .t-item .t-info .t-role, .team-4col .t-item .t-info .ft-cards .ft-item .t-role, .ft-cards .ft-item .freelancer-about .t-item .t-info .t-role, .freelancer-about .t-item .t-info .ft-cards .ft-item .t-role, .ft-cards .ft-item .t-join .t-info .t-role, .t-join .t-info .ft-cards .ft-item .t-role, .ft-cards .ft-item .login-2 .bg-overlay .form-wrapper .form-content .cards-header, .login-2 .bg-overlay .form-wrapper .form-content .ft-cards .ft-item .cards-header, .ft-cards .ft-item .login-2 .bg-overlay .form-wrapper .social-signup .social-card .sc-lead, .login-2 .bg-overlay .form-wrapper .social-signup .social-card .ft-cards .ft-item .sc-lead {
  margin-top: 40px;
  margin-bottom: 30px;
}

.ft-cards .ft-item p {
  padding: 0;
  margin: 0;
}

.ft-cards .ft-item a {
  padding-top: 50px;
  display: block;
  text-align: right;
  color: #999;
}

.ft-cards .ft-item a:hover {
  color: #111;
}

.ft-cards .ft-item a:focus {
  text-decoration: none;
}

.ft-cards .ft-item a span {
  display: inline-block;
  font-size: 25px;
  vertical-align: top;
  color: inherit;
}

/* ---- 9.2 Feature - Cards 2 ---- */
.ft-cards-2 .ft-card-item {
  margin-bottom: 50px;
  height: 254px;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.ft-cards-2 .ft-card-item:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.ft-cards-2 .ft-card-item img {
  display: inline-block;
  max-width: 240px;
  float: left;
}

.ft-cards-2 .ft-card-item .ft-content {
  display: inline-block;
  padding: 50px 40px;
  width: 56%;
}

.ft-cards-2 .ft-card-item .ft-content h5, .ft-cards-2 .ft-card-item .ft-content .ft-boxed-hover ul li .hover-content .ft-heading, .ft-boxed-hover ul li .hover-content .ft-cards-2 .ft-card-item .ft-content .ft-heading, .ft-cards-2 .ft-card-item .ft-content .ft-tabs .tabs-list li a .tab-group .tab-info, .ft-tabs .tabs-list li a .tab-group .ft-cards-2 .ft-card-item .ft-content .tab-info, .ft-cards-2 .ft-card-item .ft-content .sidebar .comments-widget .widget-item span .widget-comm-title, .sidebar .comments-widget .widget-item span .ft-cards-2 .ft-card-item .ft-content .widget-comm-title, .ft-cards-2 .ft-card-item .ft-content .comingsoon .content-wrapper .content-inner .cs-timer .item .title-timer, .comingsoon .content-wrapper .content-inner .cs-timer .item .ft-cards-2 .ft-card-item .ft-content .title-timer {
  margin: 0;
  padding-bottom: 20px;
}

.ft-cards-2 .ft-card-item .ft-content p {
  margin: 0;
  color: #999;
}

.ft-cards-2 .ft-card-item .ft-content .link-btn {
  display: inline-block;
  margin-top: 30px;
  float: right;
  color: #777;
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: -webkit-transform 0.4s;
          transition: transform 0.4s;
}

.ft-cards-2 .ft-card-item .ft-content .link-btn span {
  display: inline-block;
  font-size: 23px;
  vertical-align: top;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}

.ft-cards-2 .ft-card-item .ft-content .link-btn:hover {
  color: #111;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.ft-cards-2 .ft-card-item .ft-content .link-btn:hover span {
  opacity: 1;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.ft-cards-2 .ft-card-item .ft-content .link-btn:focus {
  text-decoration: none;
}

/* ---- 9.3 Feature - Steps Numbers ---- */
.ft-steps-numbers .ft-item {
  display: block;
  position: relative;
}

.ft-steps-numbers .ft-item .ft-nbr {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  color: rgba(204, 204, 204, 0.4);
  font-weight: lighter;
  font-size: 165px;
}

.ft-steps-numbers .ft-item h4, .ft-steps-numbers .ft-item .ft-tabs .tabs-list li a .tab-group .tab-heading, .ft-tabs .tabs-list li a .tab-group .ft-steps-numbers .ft-item .tab-heading, .ft-steps-numbers .ft-item .testimonials-3col .t-item blockquote footer cite, .testimonials-3col .t-item blockquote footer .ft-steps-numbers .ft-item cite, .ft-steps-numbers .ft-item .testimonials-3col .t-item .wrapper-404 .content-wrapper .info-wrapper .info-404 footer cite, .testimonials-3col .t-item .wrapper-404 .content-wrapper .info-wrapper .info-404 footer .ft-steps-numbers .ft-item cite, .ft-steps-numbers .ft-item .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404 footer cite, .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404 footer .ft-steps-numbers .ft-item cite, .ft-steps-numbers .ft-item .testimonials-3col .t-item .bg-maintenance .content-wrapper .content-inner p footer cite, .testimonials-3col .t-item .bg-maintenance .content-wrapper .content-inner p footer .ft-steps-numbers .ft-item cite, .ft-steps-numbers .ft-item .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item p footer cite, .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item p footer .ft-steps-numbers .ft-item cite, .ft-steps-numbers .ft-item .team-3col .t-item .t-info .t-role, .team-3col .t-item .t-info .ft-steps-numbers .ft-item .t-role, .ft-steps-numbers .ft-item .team-4col .t-item .t-info .t-role, .team-4col .t-item .t-info .ft-steps-numbers .ft-item .t-role, .ft-steps-numbers .ft-item .freelancer-about .t-item .t-info .t-role, .freelancer-about .t-item .t-info .ft-steps-numbers .ft-item .t-role, .ft-steps-numbers .ft-item .t-join .t-info .t-role, .t-join .t-info .ft-steps-numbers .ft-item .t-role, .ft-steps-numbers .ft-item .login-2 .bg-overlay .form-wrapper .form-content .cards-header, .login-2 .bg-overlay .form-wrapper .form-content .ft-steps-numbers .ft-item .cards-header, .ft-steps-numbers .ft-item .login-2 .bg-overlay .form-wrapper .social-signup .social-card .sc-lead, .login-2 .bg-overlay .form-wrapper .social-signup .social-card .ft-steps-numbers .ft-item .sc-lead {
  margin: 0;
  padding-bottom: 20px;
  padding-left: 85px;
}

.ft-steps-numbers .ft-item p {
  margin: 0;
  padding-left: 85px;
}

/* ---- 9.4 Feature - Centered ---- */
.ft-centered .ft-item, .ft-x .ft-item, .ft-y .ft-item {
  text-align: center;
}

.ft-centered .ft-item h5, .ft-x .ft-item h5, .ft-y .ft-item h5, .ft-centered .ft-item .ft-boxed-hover ul li .hover-content .ft-heading, .ft-boxed-hover ul li .hover-content .ft-centered .ft-item .ft-heading, .ft-x .ft-item .ft-boxed-hover ul li .hover-content .ft-heading, .ft-boxed-hover ul li .hover-content .ft-x .ft-item .ft-heading, .ft-y .ft-item .ft-boxed-hover ul li .hover-content .ft-heading, .ft-boxed-hover ul li .hover-content .ft-y .ft-item .ft-heading, .ft-centered .ft-item .ft-tabs .tabs-list li a .tab-group .tab-info, .ft-tabs .tabs-list li a .tab-group .ft-centered .ft-item .tab-info, .ft-x .ft-item .ft-tabs .tabs-list li a .tab-group .tab-info, .ft-tabs .tabs-list li a .tab-group .ft-x .ft-item .tab-info, .ft-y .ft-item .ft-tabs .tabs-list li a .tab-group .tab-info, .ft-tabs .tabs-list li a .tab-group .ft-y .ft-item .tab-info, .ft-centered .ft-item .sidebar .comments-widget .widget-item span .widget-comm-title, .sidebar .comments-widget .widget-item span .ft-centered .ft-item .widget-comm-title, .ft-x .ft-item .sidebar .comments-widget .widget-item span .widget-comm-title, .sidebar .comments-widget .widget-item span .ft-x .ft-item .widget-comm-title, .ft-y .ft-item .sidebar .comments-widget .widget-item span .widget-comm-title, .sidebar .comments-widget .widget-item span .ft-y .ft-item .widget-comm-title, .ft-centered .ft-item .comingsoon .content-wrapper .content-inner .cs-timer .item .title-timer, .comingsoon .content-wrapper .content-inner .cs-timer .item .ft-centered .ft-item .title-timer, .ft-x .ft-item .comingsoon .content-wrapper .content-inner .cs-timer .item .title-timer, .comingsoon .content-wrapper .content-inner .cs-timer .item .ft-x .ft-item .title-timer, .ft-y .ft-item .comingsoon .content-wrapper .content-inner .cs-timer .item .title-timer, .comingsoon .content-wrapper .content-inner .cs-timer .item .ft-y .ft-item .title-timer {
  margin-top: 30px;
  margin-bottom: 20px;
}

.ft-centered .ft-item span, .ft-x .ft-item span, .ft-y .ft-item span {
  padding: 0;
  width: 110px;
  height: 110px;
  font-size: 45px;
  line-height: 109px;
}

.ft-centered .ft-material:hover span,
.ft-x .ft-material:hover span,
.ft-y .ft-material:hover span, .ft-centered .ft-material:hover i, .ft-x .ft-material:hover i, .ft-y .ft-material:hover i {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.ft-centered .ft-material span,
.ft-x .ft-material span,
.ft-y .ft-material span, .ft-centered .ft-material i, .ft-x .ft-material i, .ft-y .ft-material i {
  display: inline-block;
  border: 1px solid #f8f8f8;
  border-radius: 100px;
  background: #fff;
  color: #777;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.ft-centered .ft-diagonal span,
.ft-x .ft-diagonal span,
.ft-y .ft-diagonal span, .ft-centered .ft-diagonal i, .ft-x .ft-diagonal i, .ft-y .ft-diagonal i {
  display: inline-block;
  color: #111;
  background: url(../images/pat-diagonal.png) 100% repeat;
  border-radius: 100px;
}

.ft-centered .ft-circle-frame:hover span,
.ft-x .ft-circle-frame:hover span,
.ft-y .ft-circle-frame:hover span, .ft-centered .ft-square-frame:hover span, .ft-x .ft-square-frame:hover span, .ft-y .ft-square-frame:hover span, .ft-centered .ft-circle-frame-dark:hover span, .ft-x .ft-circle-frame-dark:hover span, .ft-y .ft-circle-frame-dark:hover span, .ft-centered .ft-square-frame-dark:hover span, .ft-x .ft-square-frame-dark:hover span, .ft-y .ft-square-frame-dark:hover span, .ft-centered .ft-circle-frame:hover i, .ft-x .ft-circle-frame:hover i, .ft-y .ft-circle-frame:hover i, .ft-centered .ft-square-frame:hover i, .ft-x .ft-square-frame:hover i, .ft-y .ft-square-frame:hover i, .ft-centered .ft-circle-frame-dark:hover i, .ft-x .ft-circle-frame-dark:hover i, .ft-y .ft-circle-frame-dark:hover i, .ft-centered .ft-square-frame-dark:hover i, .ft-x .ft-square-frame-dark:hover i, .ft-y .ft-square-frame-dark:hover i {
  border-color: #ececec;
  box-shadow: 0 0 0 0 #ececec;
}

.ft-centered .ft-circle-frame span,
.ft-x .ft-circle-frame span,
.ft-y .ft-circle-frame span, .ft-centered .ft-square-frame span, .ft-x .ft-square-frame span, .ft-y .ft-square-frame span, .ft-centered .ft-circle-frame-dark span, .ft-x .ft-circle-frame-dark span, .ft-y .ft-circle-frame-dark span, .ft-centered .ft-square-frame-dark span, .ft-x .ft-square-frame-dark span, .ft-y .ft-square-frame-dark span, .ft-centered .ft-circle-frame i, .ft-x .ft-circle-frame i, .ft-y .ft-circle-frame i, .ft-centered .ft-square-frame i, .ft-x .ft-square-frame i, .ft-y .ft-square-frame i, .ft-centered .ft-circle-frame-dark i, .ft-x .ft-circle-frame-dark i, .ft-y .ft-circle-frame-dark i, .ft-centered .ft-square-frame-dark i, .ft-x .ft-square-frame-dark i, .ft-y .ft-square-frame-dark i {
  display: inline-block;
  color: #111;
  background: #ececec;
  border: 5px solid white;
  box-shadow: 0 0 0 1px #ececec;
  border-radius: 100px;
  line-height: 102px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.ft-centered .ft-square-frame span,
.ft-x .ft-square-frame span,
.ft-y .ft-square-frame span, .ft-centered .ft-square-frame i, .ft-x .ft-square-frame i, .ft-y .ft-square-frame i {
  width: 100px;
  height: 100px;
  border-radius: 0;
  font-size: 45px;
  text-align: center;
  line-height: 90px;
}

.ft-centered .ft-dark-spin:hover span,
.ft-x .ft-dark-spin:hover span,
.ft-y .ft-dark-spin:hover span, .ft-centered .ft-dark-spin:hover i, .ft-x .ft-dark-spin:hover i, .ft-y .ft-dark-spin:hover i {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  border: 1px solid #cccccc;
  background: #fff;
  color: #111;
}

.ft-centered .ft-dark-spin span,
.ft-x .ft-dark-spin span,
.ft-y .ft-dark-spin span, .ft-centered .ft-dark-spin i, .ft-x .ft-dark-spin i, .ft-y .ft-dark-spin i {
  display: inline-block;
  color: #f8f8f8;
  border: 1px solid rgba(17, 17, 17, 0);
  background: #111;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.ft-centered .ft-circle-frame-dark:hover span,
.ft-x .ft-circle-frame-dark:hover span,
.ft-y .ft-circle-frame-dark:hover span, .ft-centered .ft-square-frame-dark:hover span, .ft-x .ft-square-frame-dark:hover span, .ft-y .ft-square-frame-dark:hover span, .ft-centered .ft-circle-frame-dark:hover i, .ft-x .ft-circle-frame-dark:hover i, .ft-y .ft-circle-frame-dark:hover i, .ft-centered .ft-square-frame-dark:hover i, .ft-x .ft-square-frame-dark:hover i, .ft-y .ft-square-frame-dark:hover i {
  border-color: #644aaf;
}

.ft-centered .ft-circle-frame-dark span,
.ft-x .ft-circle-frame-dark span,
.ft-y .ft-circle-frame-dark span, .ft-centered .ft-square-frame-dark span, .ft-x .ft-square-frame-dark span, .ft-y .ft-square-frame-dark span, .ft-centered .ft-circle-frame-dark i, .ft-x .ft-circle-frame-dark i, .ft-y .ft-circle-frame-dark i, .ft-centered .ft-square-frame-dark i, .ft-x .ft-square-frame-dark i, .ft-y .ft-square-frame-dark i {
  color: #f8f8f8;
  background: #644aaf;
  border: 5px solid white;
  box-shadow: 0 0 0 1px #644aaf;
}

.ft-centered .ft-square-frame-dark span,
.ft-x .ft-square-frame-dark span,
.ft-y .ft-square-frame-dark span, .ft-centered .ft-square-frame-dark i, .ft-x .ft-square-frame-dark i, .ft-y .ft-square-frame-dark i {
  width: 100px;
  height: 100px;
  border-radius: 0;
  font-size: 45px;
  text-align: center;
  line-height: 90px;
}

.ft-centered .ft-small-card, .ft-x .ft-small-card, .ft-y .ft-small-card {
  padding: 50px 30px;
  background: #f8f8f8;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.ft-centered .ft-small-card:hover, .ft-x .ft-small-card:hover, .ft-y .ft-small-card:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.ft-centered .ft-small-card:hover span,
.ft-x .ft-small-card:hover span,
.ft-y .ft-small-card:hover span, .ft-centered .ft-small-card:hover i, .ft-x .ft-small-card:hover i, .ft-y .ft-small-card:hover i {
  color: #644aaf;
}

.ft-centered .ft-small-card span,
.ft-x .ft-small-card span,
.ft-y .ft-small-card span, .ft-centered .ft-small-card i, .ft-x .ft-small-card i, .ft-y .ft-small-card i {
  display: block;
  margin-top: 30px;
  padding-bottom: 30px;
  width: auto;
  height: auto;
  line-height: 0;
  font-size: 64px;
  color: #777;
  -webkit-transition: color 0.7s;
          transition: color 0.7s;
}

.ft-centered .ft-circle-overlay:hover span,
.ft-x .ft-circle-overlay:hover span,
.ft-y .ft-circle-overlay:hover span, .ft-centered .ft-square-overlay:hover span, .ft-x .ft-square-overlay:hover span, .ft-y .ft-square-overlay:hover span, .ft-centered .ft-circle-overlay:hover i, .ft-x .ft-circle-overlay:hover i, .ft-y .ft-circle-overlay:hover i, .ft-centered .ft-square-overlay:hover i, .ft-x .ft-square-overlay:hover i, .ft-y .ft-square-overlay:hover i {
  background: #f4f4f4;
}

.ft-centered .ft-circle-overlay span,
.ft-x .ft-circle-overlay span,
.ft-y .ft-circle-overlay span, .ft-centered .ft-square-overlay span, .ft-x .ft-square-overlay span, .ft-y .ft-square-overlay span, .ft-centered .ft-circle-overlay i, .ft-x .ft-circle-overlay i, .ft-y .ft-circle-overlay i, .ft-centered .ft-square-overlay i, .ft-x .ft-square-overlay i, .ft-y .ft-square-overlay i {
  display: inline-block;
  color: #111;
  border-radius: 100px;
  background: #ececec;
  border: 10px solid #f4f4f4;
  line-height: 90px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.ft-centered .ft-square-overlay span,
.ft-x .ft-square-overlay span,
.ft-y .ft-square-overlay span, .ft-centered .ft-square-overlay i, .ft-x .ft-square-overlay i, .ft-y .ft-square-overlay i {
  border-radius: 0;
}

.ft-centered .ft-basic span,
.ft-x .ft-basic span,
.ft-y .ft-basic span, .ft-centered .ft-basic i, .ft-x .ft-basic i, .ft-y .ft-basic i {
  font-size: 60px;
  line-height: 60px;
}

/* ---- 9.5 Feature - Horizontal Aligned ---- */
.ft-x .ft-item, .ft-y .ft-item {
  text-align: left;
  clear:both;
}

.ft-x .ft-item h5, .ft-y .ft-item h5, .ft-x .ft-item .ft-boxed-hover ul li .hover-content .ft-heading, .ft-boxed-hover ul li .hover-content .ft-x .ft-item .ft-heading, .ft-y .ft-item .ft-boxed-hover ul li .hover-content .ft-heading, .ft-boxed-hover ul li .hover-content .ft-y .ft-item .ft-heading, .ft-x .ft-item .ft-tabs .tabs-list li a .tab-group .tab-info, .ft-tabs .tabs-list li a .tab-group .ft-x .ft-item .tab-info, .ft-y .ft-item .ft-tabs .tabs-list li a .tab-group .tab-info, .ft-tabs .tabs-list li a .tab-group .ft-y .ft-item .tab-info, .ft-x .ft-item .sidebar .comments-widget .widget-item span .widget-comm-title, .sidebar .comments-widget .widget-item span .ft-x .ft-item .widget-comm-title, .ft-y .ft-item .sidebar .comments-widget .widget-item span .widget-comm-title, .sidebar .comments-widget .widget-item span .ft-y .ft-item .widget-comm-title, .ft-x .ft-item .comingsoon .content-wrapper .content-inner .cs-timer .item .title-timer, .comingsoon .content-wrapper .content-inner .cs-timer .item .ft-x .ft-item .title-timer, .ft-y .ft-item .comingsoon .content-wrapper .content-inner .cs-timer .item .title-timer, .comingsoon .content-wrapper .content-inner .cs-timer .item .ft-y .ft-item .title-timer {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size:1.4em;
  text-transform:uppercase;
}

.ft-x .ft-item span,
.ft-y .ft-item span,
.ft-x .ft-item i, .ft-y .ft-item i {
  display: inline-block;
  margin: 25px 35px 50px 0;
  padding: 28px 26px;
  width: 85px;
  height: 85px;
  float: left;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  vertical-align: top;
}

.ft-x .ft-material span,
.ft-y .ft-material span,
.ft-x .ft-material i, .ft-y .ft-material i {
  color: #111;
}

.ft-x .ft-circle-frame span,
.ft-y .ft-circle-frame span,
.ft-x .ft-square-frame span, .ft-y .ft-square-frame span, .ft-x .ft-circle-frame-dark span, .ft-y .ft-circle-frame-dark span, .ft-x .ft-square-frame-dark span, .ft-y .ft-square-frame-dark span, .ft-x .ft-circle-frame i, .ft-y .ft-circle-frame i, .ft-x .ft-square-frame i, .ft-y .ft-square-frame i, .ft-x .ft-circle-frame-dark i, .ft-y .ft-circle-frame-dark i, .ft-x .ft-square-frame-dark i, .ft-y .ft-square-frame-dark i {
  padding: 24px 25px;
}

.ft-x .ft-square-frame span,
.ft-y .ft-square-frame span,
.ft-x .ft-square-frame i,
.ft-y .ft-square-frame i,
.ft-x .ft-square-frame-dark span,
.ft-y .ft-square-frame-dark span,
.ft-x .ft-square-frame-dark i, .ft-y .ft-square-frame-dark i {
  width: 80px;
  height: 80px;
  padding: 21px 23px;
}

.ft-x .ft-circle-overlay span,
.ft-y .ft-circle-overlay span,
.ft-x .ft-square-overlay span, .ft-y .ft-square-overlay span, .ft-x .ft-circle-overlay i, .ft-y .ft-circle-overlay i, .ft-x .ft-square-overlay i, .ft-y .ft-square-overlay i {
  padding: 20px;
  border: 10px solid #f4f4f4;
}

.ft-x .ft-basic span,
.ft-y .ft-basic span,
.ft-x .ft-basic i, .ft-y .ft-basic i {
  padding: 0;
  font-size: 64px;
  line-height: 64px;
}

.ft-x .right-align .ft-content, .ft-y .right-align .ft-content {
  display: inline-block;
  width: 62%;
  text-align: right;
}

.ft-x .right-align .ft-icon, .ft-y .right-align .ft-icon {
  float: right;
  display: inline-block;
  margin-left: 20px;
  width: 30%;
}


/* --------------------------------------------------
	2.0 Buttons
-------------------------------------------------- */
/* ---- 2.1 Defualt Buttons ----

.btn, .btn-ghost, .btn-ghost-light, .btn-text, .btn-text-light, .btn-light {
  position: relative;
  display: inline-block;
  padding: 12px 38px;
  color: #ececec;
  font-family: 'Asap', sans-serif;
  font-weight:700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 0.9em;
  line-height: 1.8em;
  border-radius: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.btn:visited, .btn-ghost:visited, .btn-ghost-light:visited, .btn-text:visited, .btn-text-light:visited, .btn-light:visited {
  color: #fff;
  background: #8c3d9c;
}

.btn:visited:hover, .btn-ghost:visited:hover, .btn-ghost-light:visited:hover, .btn-text:visited:hover, .btn-text-light:visited:hover, .btn-light:visited:hover {
  color: #ececec;
  background: #3f3f3f;
}

.btn:hover, .btn-ghost:hover, .btn-ghost-light:hover, .btn-text:hover, .btn-text-light:hover, .btn-light:hover {
  color: #ececec;
  background: #3f3f3f;
}

.btn:focus, .btn-ghost:focus, .btn-ghost-light:focus, .btn-text:focus, .btn-text-light:focus, .btn-light:focus {
  color: #ececec;
  outline: none;
}*/

/* ---- 2.2 Ghost Buttons ---- */
.btn-ghost, .btn-ghost-light {
  background: none;
  color: #111;
  border: 2px solid #111;
  overflow: hidden;
  z-index: 1;
}

.btn-ghost:after, .btn-ghost-light:after {
  content: '';
  position: absolute;
  background: #111;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: top 0.3s;
          transition: top 0.3s;
  z-index: -1;
}

.btn-ghost:visited,
.btn-ghost-light:visited,
.btn-ghost:focus, .btn-ghost-light:focus {
  color: #111;
  text-decoration: none;
}

.btn-ghost:hover, .btn-ghost-light:hover {
  color: #ececec;
  background: none;
}

.btn-ghost:hover:visited, .btn-ghost-light:hover:visited {
  color: #ececec;
  text-decoration: none;
}

.btn-ghost:hover:after, .btn-ghost-light:hover:after {
  top: 0;
}

input[class="btn-ghost"]:hover {
  color: #ececec;
  background: #111;
}

input[class="btn-ghost"]:after {
  content: none;
}

/* ---- 2.3 Buttons Rounded ---- */
.btn-round {
  border-radius: 25px;
}

/* ---- 2.4 Text Buttons ---- */
.btn-text, .btn-text-light {
  background: none;
  border: 2px solid rgba(17, 17, 17, 0);
  color: #777;
}

.btn-text:visited, .btn-text-light:visited {
  color: #777;
  background: none;
}

.btn-text:visited:hover, .btn-text-light:visited:hover {
  color: #111;
  background: none;
  border: 2px solid #111111;
}

.btn-text:hover, .btn-text-light:hover {
  color: #111;
  background: none;
  border: 2px solid #111111;
}

.btn-text:focus, .btn-text-light:focus {
  color: #111;
  outline: none;
  text-decoration: none;
}

/* ---- 2.5 Button Sizes ---- */
.btn-large {
  padding: 10px 54px;
  font-size: 1.1em;
  letter-spacing: 3px;
}

.btn-small {
  padding: 6px 33px;
  font-size: 0.75em;
}

/* ---- 2.6 Light Buttons ---- */
.btn-light {
  color: #111;
  background: #ececec;
}

.btn-light:visited {
  color: #111;
  background: #ececec;
}

.btn-light:visited:hover {
  color: #111;
  background: #bebebe;
}

.btn-light:hover {
  color: #111;
  background: #bebebe;
}

.btn-light:focus {
  color: #111;
}

.btn-ghost-light {
  z-index: 1;
  border-color: #ececec;
  color: #ececec;
}

.btn-ghost-light:after {
  background: #ececec;
}

.btn-ghost-light:hover {
  color: #111;
}

.btn-ghost-light:hover:visited {
  color: #111;
}

.btn-ghost-light:visited {
  color: #ececec;
}

input[class="btn-ghost-light"] {
  z-index: 1;
}

input[class="btn-ghost-light"]:hover {
  z-index: 1;
  color: #111;
  background: #ececec;
}

.btn-text-light {
  border: 2px solid rgba(235, 235, 235, 0);
}

.btn-text-light:visited:hover {
  color: #ececec;
  border: 2px solid #ebebeb;
}

.btn-text-light:hover {
  color: #ececec;
  border: 2px solid #ebebeb;
}

.btn-text-light:focus {
  color: #ececec;
}

.img_back {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.preguntas .panel { border-bottom:1px solid #ccc; overflow:auto; padding:0.9em; margin:0}
.preguntas .panel:last-child { border-bottom:none}

.preguntas .panel:hover { background:#f8f8f8; }

/*.preguntas input[type="radio"] { width:25px; }*/

.preguntas textarea { height:50px; }

.preguntas i {
    font-size: 22px;
    color: #518d2e;
    cursor: pointer;
    margin-left: 15px;
    border-left: 1px solid #666;
    padding-left: 15px;
    width: 30px;
    text-align: center;
}
.preguntas i:hover {
    color: #444;
}

.indicador { border-bottom: 1px solid #999; padding-bottom: 15px; }
.puntajes { }
.puntajes span { display: inline-block; width:28px; text-align:center }
.tip {
	padding: 20px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	border: 1px solid #ccc;
}
.tip p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1em;
	font-size: 14px;
	line-height: 1.4em
}
.tip span.niveles {
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 1em;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	background: #003399;
	width: 20px;
	line-height: 20px;
	border-radius: 100%;
	text-align: center
}

.tip h1 { font-size: 2em }
.tip h2 { font-size: 1.8em }
.tip h3 { font-size: 1.6em }
.tip h4 { font-size: 1.4em }
.tip h5 { font-size: 1.2em }

.puntuacion {
	position: relative;
	margin: 1px auto;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px
}
.puntuacion a {
	background-color: #00a9dd;
	font-size: 14px;
	padding: 5px 10px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	line-height: 2em;
	display: block;
	width: 200px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.modulos { padding:40px 0;}
.modulos.guide { text-align:center }
.modulos.guide div[class^='col-'] { float:none; display:inline-block; vertical-align:top}
.modulo_title { min-height:80px; }
.article { clear:both; padding-bottom:30px; margin-bottom:30px; border-bottom:1px solid #ccc; overflow:auto}

.modulo { margin-bottom:30px }
.modulo .modulo_title { padding:30px; color:#333; float:left; width:100%; color:#444; font-size:1.2em}
/*.modulo img { width: 60%; height:auto; margin-bottom:2em; }*/
/*.modulo a.btn { position:absolute; bottom:0}*/

.modulo .bt { width:80px; height:80px; line-height:70px; border-radius:100%; color:#fff; display:block; margin-top:-40px; position:absolute; top:0; left:25px; text-align:center; border:3px solid #fff; position:relative; }
.modulo .t-item { text-align:center }
.modulo .puntaje { color:#444; font-size: 1.5em; font-family: 'Asap', sans-serif; position:absolute; bottom:90px; width:100%  }
.bt_acciones { position:absolute; bottom:10px; width:100%  }
.modulo .puntos { font-size:2em;  }
.modulo .bt.bt_puntos { background:#374d58; z-index:20px }
.modulo .puntaje .txt_puntos { font-size:11px; text-transform:uppercase; margin-bottom:0.2em }
.modulo .bt.bt_eval { background:#5cb85c; font-weight:600; }
.modulo .bt.bt_eval:hover { background:#333; }
.modulo .bt.bt_reeval { background:#7eb66f; font-weight:600; left:100px; /*top:65px;*/ z-index:10; top:-40px }
.modulo .bt.bt_puntos span.puntos { font-size:2.2em; letter-spacing:-1px; }
.modulo .bt.bt_puntos { font-family: 'Asap', sans-serif; }



@media (max-width: 991px){
.modulo {
    width: 90%!important;
}
}
@media (min-width: 992px){
.modulo {
    width: 48%!important;
}
}
@media (min-width: 1100px){
.modulo {
    width: 24%!important;
}
}
.referencias span { display:inline-block; margin-right:15px; margin-bottom:0.8em; padding-right:15px; border-right:1px solid #666; }
.referencias span:last-child { border:none }
.referencias i { font-size:20px; color:#518d2e; margin-right:10px }

.bt.disabled, .bt[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
	background:#ccc!important;
    /*opacity: .65;*/
}

.bootstrap-dialog .bootstrap-dialog-close-button button.close {
    font-size: 30px;
    opacity: 1;
    color: #fff;
	line-height:20px;
}

.modal-backdrop { position: fixed !important; }

.alert-nomargin { margin-bottom: 0; }

/* ==== transformer tabs ===== */

.transformer-tabs ul {
	list-style: none;
	margin: 0;
	padding-left: 30px;
	/*background-color: #616b72;*/
	background:rgba(0, 0, 0, 0.3) none repeat scroll right
}
.transformer-tabs li {
	display: inline;
	vertical-align: bottom;
	margin-left: -3px;
}
.transformer-tabs li .active {
	color: #fff;
	background-color: #00A7E4;
	border-top: 4px solid #00A7E4;
	margin-top: -4px;
}
.transformer-tabs li .active:hover {
	background-color: #00a6de;
}
.tabs-title {
	color: #fff;
	margin-bottom: 30px;
}
.transformer-tabs a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
	font-weight:600;
}
@media screen and (max-width: 1030px) {
.transformer-tabs a { padding: 16px 11px; font-size:0.9em }
}
@media screen and (min-width: 1031px) {
.transformer-tabs a { padding: 20px; }
}
.transformer-tabs a:hover {
	background-color: rgba(255,255,255,.1); text-decoration:none; color:#FFFFFF
}
.tabs p {
	color: #fff; margin-bottom:1em
}
/* Skin White */
.tabs-white .transformer-tabs li .active {
	color: #518d2e;
	background-color: #fff;
	border-top: 4px solid #5cccf5;
	margin-top: -4px;
}
.tabs.tabs-white > div {
	background: #fff;
	color: #616b72;
}
.tabs.tabs-white p {
	color: #616b72;
}
 @media (min-width: 768px) and (max-width: 991px) {
.transformer-tabs > ul {
	padding-left: 30px!important;
}
.transformer-tabs li i {
	display: none;
}
.tabs > div {
	padding: 30px !important;
}
}
 @media (max-width: 767px) {
.transformer-tabs ul {
	border-bottom: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	background-color: #555c61;
}
.transformer-tabs ul::after {
	font-family: 'FontAwesome';
	content: '\f0c9' !important;
	position: absolute;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	top: 15px;
	right: 20px;
	z-index: 2;
	pointer-events: none;
}
.transformer-tabs ul.open a {
	position: relative;
	display: block;
	color: rgba(255,255,255,.5);
}
.transformer-tabs ul.open a:hover {
	/* background-color: #5b656d;  */
	color: #fff;
}
.transformer-tabs li {
	display: block;
	overflow: hidden;
}
.transformer-tabs a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.transformer-tabs a.active, .tabs-white .transformer-tabs li .active {
	position: relative;
	border: 0;
	margin: 0;
	z-index: 1;
	background-color: #00a7e1 /*#616b72*/;
	color: #fff !important;
}
.transformer-tabs li .active:hover {
	background-color: #616b72;
	color: #fff;
}
}
.tabs > div {
	display: none;
	padding: 30px;
}
.tabs > div {
	background: #00A7E4;
	color: #fff;
}
.tabs > .active {
	display: block;
}

nav.top {
  position:fixed;
  width:100%;
  z-index:1000;
  height:120px;
  // set animation
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;

}


.eval_volver {
  width:100%;
  display:block;
  text-align: center;
  line-height: 60px;
  background:#518d2e;
}

.eval_volver.sticky {
  position: fixed;
  left: 0;
  top: 100px;
  z-index: 100;
}
nav.top.sticky {
  height: 100px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow:         0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.logo_sticky {
  display: none;
}
nav.top.sticky .logo {
  display:none;
}
nav.top.sticky .logo_sticky {
  display: block; height:70px;
}

header.sticky #navtop {
  top:10px;
}

header.sticky #headermenu {
  width: 100%;
  margin: auto;
  height:60px;
  position:relative;
  background:none;
}

header.sticky #headermenu .menu_top {
  display:none;
}

header.sticky #headermenu .logolate {
  background:none;
}

header.sticky #headermenu .logolate .logo1 {
  display:none;
}

header.sticky #headermenu .logolate .logo2 {
  display:block!important;
}

.nomargin { margin:0; }

.step_holder .step {
	border-right:1px dotted #666;
	}
.step_holder .step:last-child, .step_holder .step:first-child {
	border-right:none;
	}
.step_holder .step_inner {
	padding:20px 30px
	}
.step_holder .step_inner img {
	width:60%; height:auto; margin-bottom:2em; clear:both; display:block
	}
.step_holder .step_inner small {
	font-size: 1.4em;
	text-transform:uppercase;
	font-family: 'Asap', sans-serif;
    font-weight: 700;
	color:#8c3d9c
	}
.beneficios span { font-size:2.6em; color:#518d2e; margin:0 0 0.3em 0; display:block}

.nivel { padding:30px; color:#fff; }
.nivel.inicial { }

.tools { display: table}
.tools p { font-size:0.9em;  }
.tools li { display:table-cell; padding:30px; text-align:left }
.tools img { width:140px; height:auto; margin-bottom:1em}

.col-centered{
    /*float: none;*/
}


/* --------------------------------------------------
	14.0 Team Blocks
-------------------------------------------------- */
/* ---- 14.1 Team - 3 Columns ---- */
.t-item {
  display: block;
  border-top: 1px solid #f8f8f8;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.t-item:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.t-item:hover .t-image .t-description, .team-4col .t-item:hover .t-image .t-description, .freelancer-about .t-item:hover .t-image .t-description {
  bottom: 0;
}

.team-3col .t-item:hover .t-image .t-description .content-wrapper, .team-4col .t-item:hover .t-image .t-description .content-wrapper, .freelancer-about .t-item:hover .t-image .t-description .content-wrapper {
  padding-top: 0;
  border-bottom: 1px solid #ebebec;
  opacity: 1;
}

.team-3col .t-item .t-image, .team-4col .t-item .t-image, .freelancer-about .t-item .t-image {
  position: relative;
  /*height: 375px;*/
  overflow: hidden;
}

.team-3col .t-item .t-image .t-description, .team-4col .t-item .t-image .t-description, .freelancer-about .t-item .t-image .t-description {
  display: block;
  position: absolute;
  padding: 100px 30px 30px 30px;
  bottom: -100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  -webkit-transition: bottom 0.4s;
          transition: bottom 0.4s;
}

.team-3col .t-item .t-image .t-description .content-wrapper, .team-4col .t-item .t-image .t-description .content-wrapper, .freelancer-about .t-item .t-image .t-description .content-wrapper {
  opacity: 0;
  padding-top: 100px;
  padding-bottom: 73px;
  /*border-bottom: 1px solid rgba(235, 235, 236, 0);*/
  -webkit-transition: opacity 1s, padding-top 0.8s, border 1.5s ease-out;
          transition: opacity 1s, padding-top 0.8s, border 1.5s ease-out;
}

.team-3col .t-item .t-image .t-description .content-wrapper h4, .team-4col .t-item .t-image .t-description .content-wrapper h4, .freelancer-about .t-item .t-image .t-description .content-wrapper h4, .team-3col .t-item .t-image .t-description .content-wrapper .ft-tabs .tabs-list li a .tab-group .tab-heading, .ft-tabs .tabs-list li a .tab-group .team-3col .t-item .t-image .t-description .content-wrapper .tab-heading, .team-4col .t-item .t-image .t-description .content-wrapper .ft-tabs .tabs-list li a .tab-group .tab-heading, .ft-tabs .tabs-list li a .tab-group .team-4col .t-item .t-image .t-description .content-wrapper .tab-heading, .freelancer-about .t-item .t-image .t-description .content-wrapper .ft-tabs .tabs-list li a .tab-group .tab-heading, .ft-tabs .tabs-list li a .tab-group .freelancer-about .t-item .t-image .t-description .content-wrapper .tab-heading, .team-3col .testimonials-3col .t-item .t-image .t-description .content-wrapper blockquote footer cite, .testimonials-3col .team-3col .t-item .t-image .t-description .content-wrapper blockquote footer cite, .team-3col .testimonials-3col .t-item blockquote footer .t-image .t-description .content-wrapper cite, .testimonials-3col .team-3col .t-item blockquote footer .t-image .t-description .content-wrapper cite, .team-4col .testimonials-3col .t-item .t-image .t-description .content-wrapper blockquote footer cite, .testimonials-3col .team-4col .t-item .t-image .t-description .content-wrapper blockquote footer cite, .team-4col .testimonials-3col .t-item blockquote footer .t-image .t-description .content-wrapper cite, .testimonials-3col .team-4col .t-item blockquote footer .t-image .t-description .content-wrapper cite, .freelancer-about .testimonials-3col .t-item .t-image .t-description .content-wrapper blockquote footer cite, .testimonials-3col .freelancer-about .t-item .t-image .t-description .content-wrapper blockquote footer cite, .freelancer-about .testimonials-3col .t-item blockquote footer .t-image .t-description .content-wrapper cite, .testimonials-3col .freelancer-about .t-item blockquote footer .t-image .t-description .content-wrapper cite, .team-3col .testimonials-3col .t-item .t-image .t-description .wrapper-404 .content-wrapper .info-wrapper .info-404 footer cite, .testimonials-3col .team-3col .t-item .t-image .t-description .wrapper-404 .content-wrapper .info-wrapper .info-404 footer cite, .team-3col .testimonials-3col .t-item .wrapper-404 .t-image .t-description .content-wrapper .info-wrapper .info-404 footer cite, .testimonials-3col .team-3col .t-item .wrapper-404 .t-image .t-description .content-wrapper .info-wrapper .info-404 footer cite, .team-4col .testimonials-3col .t-item .t-image .t-description .wrapper-404 .content-wrapper .info-wrapper .info-404 footer cite, .testimonials-3col .team-4col .t-item .t-image .t-description .wrapper-404 .content-wrapper .info-wrapper .info-404 footer cite, .team-4col .testimonials-3col .t-item .wrapper-404 .t-image .t-description .content-wrapper .info-wrapper .info-404 footer cite, .testimonials-3col .team-4col .t-item .wrapper-404 .t-image .t-description .content-wrapper .info-wrapper .info-404 footer cite, .freelancer-about .testimonials-3col .t-item .t-image .t-description .wrapper-404 .content-wrapper .info-wrapper .info-404 footer cite, .testimonials-3col .freelancer-about .t-item .t-image .t-description .wrapper-404 .content-wrapper .info-wrapper .info-404 footer cite, .freelancer-about .testimonials-3col .t-item .wrapper-404 .t-image .t-description .content-wrapper .info-wrapper .info-404 footer cite, .testimonials-3col .freelancer-about .t-item .wrapper-404 .t-image .t-description .content-wrapper .info-wrapper .info-404 footer cite, .team-3col .t-item .t-image .t-description .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404 footer cite, .wrapper-404 .team-3col .t-item .t-image .t-description .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404 footer cite, .team-4col .t-item .t-image .t-description .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404 footer cite, .wrapper-404 .team-4col .t-item .t-image .t-description .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404 footer cite, .freelancer-about .t-item .t-image .t-description .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404 footer cite, .wrapper-404 .freelancer-about .t-item .t-image .t-description .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404 footer cite, .team-3col .testimonials-3col .t-item .t-image .t-description .bg-maintenance .content-wrapper .content-inner p footer cite, .testimonials-3col .team-3col .t-item .t-image .t-description .bg-maintenance .content-wrapper .content-inner p footer cite, .team-3col .testimonials-3col .t-item .bg-maintenance .t-image .t-description .content-wrapper .content-inner p footer cite, .testimonials-3col .team-3col .t-item .bg-maintenance .t-image .t-description .content-wrapper .content-inner p footer cite, .team-4col .testimonials-3col .t-item .t-image .t-description .bg-maintenance .content-wrapper .content-inner p footer cite, .testimonials-3col .team-4col .t-item .t-image .t-description .bg-maintenance .content-wrapper .content-inner p footer cite, .team-4col .testimonials-3col .t-item .bg-maintenance .t-image .t-description .content-wrapper .content-inner p footer cite, .testimonials-3col .team-4col .t-item .bg-maintenance .t-image .t-description .content-wrapper .content-inner p footer cite, .freelancer-about .testimonials-3col .t-item .t-image .t-description .bg-maintenance .content-wrapper .content-inner p footer cite, .testimonials-3col .freelancer-about .t-item .t-image .t-description .bg-maintenance .content-wrapper .content-inner p footer cite, .freelancer-about .testimonials-3col .t-item .bg-maintenance .t-image .t-description .content-wrapper .content-inner p footer cite, .testimonials-3col .freelancer-about .t-item .bg-maintenance .t-image .t-description .content-wrapper .content-inner p footer cite, .team-3col .t-item .t-image .t-description .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item p footer cite, .bg-maintenance .team-3col .t-item .t-image .t-description .content-wrapper .content-inner .testimonials-3col .t-item p footer cite, .team-4col .t-item .t-image .t-description .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item p footer cite, .bg-maintenance .team-4col .t-item .t-image .t-description .content-wrapper .content-inner .testimonials-3col .t-item p footer cite, .freelancer-about .t-item .t-image .t-description .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item p footer cite, .bg-maintenance .freelancer-about .t-item .t-image .t-description .content-wrapper .content-inner .testimonials-3col .t-item p footer cite, .team-3col .t-item .t-image .t-description .content-wrapper .t-info .t-role, .team-3col .t-item .t-info .t-image .t-description .content-wrapper .t-role, .team-4col .t-item .t-image .t-description .content-wrapper .t-info .t-role, .team-4col .t-item .t-info .t-image .t-description .content-wrapper .t-role, .freelancer-about .t-item .t-image .t-description .content-wrapper .t-info .t-role, .freelancer-about .t-item .t-info .t-image .t-description .content-wrapper .t-role, .t-join .t-info .team-3col .t-item .t-image .t-description .content-wrapper .t-role, .t-join .t-info .team-4col .t-item .t-image .t-description .content-wrapper .t-role, .t-join .t-info .freelancer-about .t-item .t-image .t-description .content-wrapper .t-role, .team-3col .t-item .t-image .t-description .content-wrapper .login-2 .bg-overlay .form-wrapper .form-content .cards-header, .login-2 .bg-overlay .form-wrapper .form-content .team-3col .t-item .t-image .t-description .content-wrapper .cards-header, .team-4col .t-item .t-image .t-description .content-wrapper .login-2 .bg-overlay .form-wrapper .form-content .cards-header, .login-2 .bg-overlay .form-wrapper .form-content .team-4col .t-item .t-image .t-description .content-wrapper .cards-header, .freelancer-about .t-item .t-image .t-description .content-wrapper .login-2 .bg-overlay .form-wrapper .form-content .cards-header, .login-2 .bg-overlay .form-wrapper .form-content .freelancer-about .t-item .t-image .t-description .content-wrapper .cards-header, .team-3col .t-item .t-image .t-description .content-wrapper .login-2 .bg-overlay .form-wrapper .social-signup .social-card .sc-lead, .login-2 .bg-overlay .form-wrapper .social-signup .social-card .team-3col .t-item .t-image .t-description .content-wrapper .sc-lead, .team-4col .t-item .t-image .t-description .content-wrapper .login-2 .bg-overlay .form-wrapper .social-signup .social-card .sc-lead, .login-2 .bg-overlay .form-wrapper .social-signup .social-card .team-4col .t-item .t-image .t-description .content-wrapper .sc-lead, .freelancer-about .t-item .t-image .t-description .content-wrapper .login-2 .bg-overlay .form-wrapper .social-signup .social-card .sc-lead, .login-2 .bg-overlay .form-wrapper .social-signup .social-card .freelancer-about .t-item .t-image .t-description .content-wrapper .sc-lead {
  margin: 0;
  padding-bottom: 25px;
}

.team-3col .t-item .t-info, .team-4col .t-item .t-info, .freelancer-about .t-item .t-info {
  padding: 25px 30px;
}

.team-3col .t-item .t-info h4, .team-4col .t-item .t-info h4, .freelancer-about .t-item .t-info h4, .team-3col .t-item .t-info .ft-tabs .tabs-list li a .tab-group .tab-heading, .ft-tabs .tabs-list li a .tab-group .team-3col .t-item .t-info .tab-heading, .team-4col .t-item .t-info .ft-tabs .tabs-list li a .tab-group .tab-heading, .ft-tabs .tabs-list li a .tab-group .team-4col .t-item .t-info .tab-heading, .freelancer-about .t-item .t-info .ft-tabs .tabs-list li a .tab-group .tab-heading, .ft-tabs .tabs-list li a .tab-group .freelancer-about .t-item .t-info .tab-heading, .team-3col .testimonials-3col .t-item .t-info blockquote footer cite, .testimonials-3col .team-3col .t-item .t-info blockquote footer cite, .team-3col .testimonials-3col .t-item blockquote footer .t-info cite, .testimonials-3col .team-3col .t-item blockquote footer .t-info cite, .team-4col .testimonials-3col .t-item .t-info blockquote footer cite, .testimonials-3col .team-4col .t-item .t-info blockquote footer cite, .team-4col .testimonials-3col .t-item blockquote footer .t-info cite, .testimonials-3col .team-4col .t-item blockquote footer .t-info cite, .freelancer-about .testimonials-3col .t-item .t-info blockquote footer cite, .testimonials-3col .freelancer-about .t-item .t-info blockquote footer cite, .freelancer-about .testimonials-3col .t-item blockquote footer .t-info cite, .testimonials-3col .freelancer-about .t-item blockquote footer .t-info cite, .team-3col .testimonials-3col .t-item .t-info .wrapper-404 .content-wrapper .info-wrapper .info-404 footer cite, .testimonials-3col .team-3col .t-item .t-info .wrapper-404 .content-wrapper .info-wrapper .info-404 footer cite, .team-3col .testimonials-3col .t-item .wrapper-404 .content-wrapper .info-wrapper .info-404 footer .t-info cite, .testimonials-3col .team-3col .t-item .wrapper-404 .content-wrapper .info-wrapper .info-404 footer .t-info cite, .team-4col .testimonials-3col .t-item .t-info .wrapper-404 .content-wrapper .info-wrapper .info-404 footer cite, .testimonials-3col .team-4col .t-item .t-info .wrapper-404 .content-wrapper .info-wrapper .info-404 footer cite, .team-4col .testimonials-3col .t-item .wrapper-404 .content-wrapper .info-wrapper .info-404 footer .t-info cite, .testimonials-3col .team-4col .t-item .wrapper-404 .content-wrapper .info-wrapper .info-404 footer .t-info cite, .freelancer-about .testimonials-3col .t-item .t-info .wrapper-404 .content-wrapper .info-wrapper .info-404 footer cite, .testimonials-3col .freelancer-about .t-item .t-info .wrapper-404 .content-wrapper .info-wrapper .info-404 footer cite, .freelancer-about .testimonials-3col .t-item .wrapper-404 .content-wrapper .info-wrapper .info-404 footer .t-info cite, .testimonials-3col .freelancer-about .t-item .wrapper-404 .content-wrapper .info-wrapper .info-404 footer .t-info cite, .team-3col .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .t-info .info-404 footer cite, .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .team-3col .t-item .t-info .info-404 footer cite, .team-3col .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404 footer .t-info cite, .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .team-3col .t-item .info-404 footer .t-info cite, .team-4col .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .t-info .info-404 footer cite, .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .team-4col .t-item .t-info .info-404 footer cite, .team-4col .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404 footer .t-info cite, .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .team-4col .t-item .info-404 footer .t-info cite, .freelancer-about .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .t-info .info-404 footer cite, .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .freelancer-about .t-item .t-info .info-404 footer cite, .freelancer-about .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404 footer .t-info cite, .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .freelancer-about .t-item .info-404 footer .t-info cite, .team-3col .testimonials-3col .t-item .t-info .bg-maintenance .content-wrapper .content-inner p footer cite, .testimonials-3col .team-3col .t-item .t-info .bg-maintenance .content-wrapper .content-inner p footer cite, .team-3col .testimonials-3col .t-item .bg-maintenance .content-wrapper .content-inner p footer .t-info cite, .testimonials-3col .team-3col .t-item .bg-maintenance .content-wrapper .content-inner p footer .t-info cite, .team-4col .testimonials-3col .t-item .t-info .bg-maintenance .content-wrapper .content-inner p footer cite, .testimonials-3col .team-4col .t-item .t-info .bg-maintenance .content-wrapper .content-inner p footer cite, .team-4col .testimonials-3col .t-item .bg-maintenance .content-wrapper .content-inner p footer .t-info cite, .testimonials-3col .team-4col .t-item .bg-maintenance .content-wrapper .content-inner p footer .t-info cite, .freelancer-about .testimonials-3col .t-item .t-info .bg-maintenance .content-wrapper .content-inner p footer cite, .testimonials-3col .freelancer-about .t-item .t-info .bg-maintenance .content-wrapper .content-inner p footer cite, .freelancer-about .testimonials-3col .t-item .bg-maintenance .content-wrapper .content-inner p footer .t-info cite, .testimonials-3col .freelancer-about .t-item .bg-maintenance .content-wrapper .content-inner p footer .t-info cite, .team-3col .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item .t-info p footer cite, .bg-maintenance .content-wrapper .content-inner .testimonials-3col .team-3col .t-item .t-info p footer cite, .team-3col .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item p footer .t-info cite, .bg-maintenance .content-wrapper .content-inner .testimonials-3col .team-3col .t-item p footer .t-info cite, .team-4col .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item .t-info p footer cite, .bg-maintenance .content-wrapper .content-inner .testimonials-3col .team-4col .t-item .t-info p footer cite, .team-4col .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item p footer .t-info cite, .bg-maintenance .content-wrapper .content-inner .testimonials-3col .team-4col .t-item p footer .t-info cite, .freelancer-about .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item .t-info p footer cite, .bg-maintenance .content-wrapper .content-inner .testimonials-3col .freelancer-about .t-item .t-info p footer cite, .freelancer-about .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item p footer .t-info cite, .bg-maintenance .content-wrapper .content-inner .testimonials-3col .freelancer-about .t-item p footer .t-info cite, .team-3col .t-item .t-info .t-role, .team-4col .t-item .t-info .t-role, .freelancer-about .t-item .t-info .t-role, .team-3col .t-item .t-info .login-2 .bg-overlay .form-wrapper .form-content .cards-header, .login-2 .bg-overlay .form-wrapper .form-content .team-3col .t-item .t-info .cards-header, .team-4col .t-item .t-info .login-2 .bg-overlay .form-wrapper .form-content .cards-header, .login-2 .bg-overlay .form-wrapper .form-content .team-4col .t-item .t-info .cards-header, .freelancer-about .t-item .t-info .login-2 .bg-overlay .form-wrapper .form-content .cards-header, .login-2 .bg-overlay .form-wrapper .form-content .freelancer-about .t-item .t-info .cards-header, .team-3col .t-item .t-info .login-2 .bg-overlay .form-wrapper .social-signup .social-card .sc-lead, .login-2 .bg-overlay .form-wrapper .social-signup .social-card .team-3col .t-item .t-info .sc-lead, .team-4col .t-item .t-info .login-2 .bg-overlay .form-wrapper .social-signup .social-card .sc-lead, .login-2 .bg-overlay .form-wrapper .social-signup .social-card .team-4col .t-item .t-info .sc-lead, .freelancer-about .t-item .t-info .login-2 .bg-overlay .form-wrapper .social-signup .social-card .sc-lead, .login-2 .bg-overlay .form-wrapper .social-signup .social-card .freelancer-about .t-item .t-info .sc-lead {
  margin: 0;
}

.team-3col .t-item .t-info .t-name, .team-4col .t-item .t-info .t-name, .freelancer-about .t-item .t-info .t-name {
  font-size: 16px;
}

.team-3col .t-item .t-info .t-role, .team-4col .t-item .t-info .t-role, .freelancer-about .t-item .t-info .t-role {
  display: block;
  font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 3.5px;
  color: #999;
}

.team-3col .t-item .t-info .social-links, .team-4col .t-item .t-info .social-links, .freelancer-about .t-item .t-info .social-links {
  margin: 0;
  padding: 15px 0 0 0;
  list-style: none;
}

.team-3col .t-item .t-info .social-links li, .team-4col .t-item .t-info .social-links li, .freelancer-about .t-item .t-info .social-links li {
  display: inline-block;
}

.team-3col .t-item .t-info .social-links li a, .team-4col .t-item .t-info .social-links li a, .freelancer-about .t-item .t-info .social-links li a {
  display: block;
  padding-right: 12px;
  font-size: 21px;
  color: #111;
}

.team-3col .t-item .t-info .social-links li a:hover, .team-4col .t-item .t-info .social-links li a:hover, .freelancer-about .t-item .t-info .social-links li a:hover {
  color: #999;
}

/* ---- 14.2 Team - 4 Columns ---- */
.t-item .t-image {
  height: 250px;
}

.arrow_next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 15px;
  border-color: transparent transparent transparent #ffffff;
  position:absolute; top:30px; right:2px
}

.team-4col .t-item .t-image .t-description {
  padding: 30px;
  bottom: -100%;
}

.team-4col .t-item .t-image .img_holder {
  position:absolute; bottom:0; width:100%; height:60px; overflow:visible
}

.modulo_1 .t-item .t-image .img_holder { background:#2ba5e4 }
.modulo_2 .t-item .t-image .img_holder { background:#64bfef }
.modulo_3 .t-item .t-image .img_holder { background:#a7ddfa }
.modulo_4 .t-item .t-image .img_holder { background:#862791 }
.t-item .t-image .img_holder .btn { margin:10px }

.team-4col .t-item .t-image .img_holder img {
  position:absolute; right:0; bottom:0; height:auto; display:none
}

.team-4col .t-item .t-info {
  padding: 15px 30px;
}

.team-4col .t-item .t-info .t-name {
  font-size: 14px;
}

.team-4col .t-item .t-info .t-role {
  font-size: 12px;
}

.team-4col .t-item .t-info .social-links {
  padding-top: 7px;
}

.team-4col .t-item .t-info .social-links li a {
  padding-right: 10px;
  font-size: 19px;
}

.mod_personas {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ba5e4+0,64bfef+100 */
background: rgb(43,165,228); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(43,165,228,1) 0%, rgba(100,191,239,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(43,165,228,1) 0%,rgba(100,191,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(43,165,228,1) 0%,rgba(100,191,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba5e4', endColorstr='#64bfef',GradientType=1 ); /* IE6-9 */
color:#fff;

}

.mod_gestion {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b66aaf+0,862791+100 */
background: rgb(182,106,175); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(182,106,175,1) 0%, rgba(134,39,145,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(182,106,175,1) 0%,rgba(134,39,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(182,106,175,1) 0%,rgba(134,39,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b66aaf', endColorstr='#862791',GradientType=1 ); /* IE6-9 */
color:#fff;
}

.owl-buttons {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
}
.owl-controls .owl-buttons div {
    opacity: 1;
    padding: 0;
    height: 50px;
    width: 50px;
    position: absolute;
    text-indent: 0;
    overflow: hidden;
    border-radius: 100%;
	background:#333
}

.scroller.back {
    height: 50px;
    width: 50px;
    text-indent: 0;
    overflow: hidden;
    border-radius: 100%;
	background:#374d58;
	color:#fff;
	display:table;
	margin:20px auto;
	cursor:pointer;
}
.scroller.back:hover {
    background:#7eb66f;
}
.scroller.back:before {
    font-family: FontAwesome;
    content: "\f077 ";
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    display: block;
}

/*  REGISTER WIZARD */
body{
    margin-top:40px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    /*display: table-row;*/
	text-align:center;
}

.stepwizard {
    /*display: table;*/
    width: 100%;
    position: relative;
	margin:30px 0;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
	left:0;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    /*display: table-cell;*/
	display:inline-block;
	float:none;
    text-align: center;
    position: relative;
	margin:0 15px;
}

.tab-pane { padding:15px}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 1;
}
.add-item { border-bottom:1px solid #eee; margin-bottom:15px;}

.upload { margin:1em 0; padding:0 }

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background-color: #0e3a60;
    border-color: #204d74;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/lib/fancybox/fancybox_sprite.png) !important;
}

/* Estilos para el preloader de la autoevaluación */
.contents { display: block; }
.preloader { display: none; }
.contents.loading { display: none; }
.preloader.loading { display: block; }

.messages_sidebar { border-right:1px solid #ccc}
.messages_sidebar a { padding:8px; line-height:40px; border-bottom:1px solid #ccc; border-top:3px solid #eee; width:100%; display:block }

.cat_container { padding:0}

.bt_guardar {
position:fixed;
bottom:0;
right:-1px;
background:#fff;
border-radius: 4px 0 4px 0;
border:1px solid lightgrey;
-webkit-box-shadow: -3px 3px 8px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    -3px 3px 8px 0px rgba(0, 0, 0, 0.5);
box-shadow:         -3px 3px 8px 0px rgba(0, 0, 0, 0.5); z-index:999; padding:30px;
}

.overlay_white {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(255, 255, 255, 0.7);
display:none;
}

.row_margin_botton div.row { margin-bottom:15px; }

.d-flex {
  display:flex
}
.align-items-center {
  align-items:center
}
.ml-auto {
  margin-left:auto!important
}