h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}
body,
button,
input,
optgroup,
select,
textarea,
p,
a {
  font-family: 'Lato', sans-serif;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
/* GO TO TOP BUTTON */
.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 1em;
    display: none;
    z-index: 1000;
    cursor: pointer;
}
.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    color: #d2a024;
}
.go-top i {
    font-size: 30px;
}
.no-padding {
	padding: 0!important;
}
.navbar-toggle {
    border: 1px solid #141515;
}
.navbar-toggle .icon-bar {
    background: #141515;
}
#logo {
	height: 75px;
    margin-top: 8px;
    position: relative;
    z-index: 2;
}
.overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(20,21,21,0.6);
}
.top {
	background: url(../images/back.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	min-height: 800px;
} 
.navigare {
	margin-bottom: 0!important;
	border-radius: 0;
	background-color: #fffdfd;
	border:0;
	height: 120px;
}
.navbar-brand {
	background-image: url(../images/calinda_white.png);
  height: 75px;
  width: 75px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 22px;
  cursor: pointer;   
}
.smallNav {
	margin-top: 42px;
}
.smallNav li a {
	color: #141515;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0px 35px;
    padding: 8px 0px;
    cursor: pointer;
}
.icons {
	margin-left: 10px!important;
	margin-right: 10px!important;
	padding-right: 15px!important;
	padding-left: 15px!important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}
.hvr-underline-reveal:before {
	background: #d2a024!important;	
}
.hvr-reveal:before {
	border-color: #d2a024!important;
}
.dropdown-menu {
	background-color: #d2a024;
}
.dropdown-menu li a:hover {
	background-color: transparent;
	color: #fffdfd;
}
.theFirm {
	margin-top: 200px;
}
.theFirm h1 {
	color: #fffdfd;
	font-size: 60px;
	font-weight: 900;
	text-transform: uppercase;
	background-color: rgba(20,21,21,0.8);
	padding: 15px 25px;
	width: 320px;
	transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    -moz-transform: skew(-15deg, 0deg);
    -o-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
}
.theFirm h2 {
	color: #fffdfd;
	background-color: rgba(210,160,36,0.8);
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 15px 25px;
	margin-top: -10px;
    margin-left: -22px;
    width: 440px;
	transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    -moz-transform: skew(-15deg, 0deg);
    -o-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
}
#formular {
	background-color: #fffdfd;
	padding: 25px 30px;
	width: 360px;
	margin-top: 70px;
	float: right;
}
#formular h1 {
	font-weight: 400;
	font-style: italic;
	font-size: 24px;
  color:#d2a024;
  margin-top: 0;
}
#formular h2 {
	font-weight: 400;
	font-size: 30px;
	color:#d2a024;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 25px;
}
#formular .send {
	width: 100%;
	height: 40px;
	background-color: #d2a024;
	border:0;
	color: #fffdfd;
	font-size: 22px;
	text-transform: uppercase;
}
#formular input, #formular textarea {
	margin-top: 20px;
	border:0;
	border-radius: 0;
	box-shadow: none;
	background-color: #f1f1f1;
}
.hvr-sweep-to-bottom:before {
	background: #141515!important;
}
.offer {
	padding-top: 60px;
	padding-bottom: 60px;
}
.offer .box {
	height: 70px;
    width: 70px;
    border: 1px solid #ccc;
    padding: 20px 20px;
    float: left;
    margin-top: 12px;
}
.offer .box i {
	font-size: 30px;
}
.offer h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.offer p {
	font-size: 16px;
    color: #727272;
    line-height: 25px;
}
.offer p strong {
	font-size: 20px;
	color: #d2a024;;
}
.showAll {
	margin-bottom: 30px;
}
.showMe {
	min-height: 300px;
	color: #fffdfd;
}
.showMe h3, .showMe p {
	position: relative;
	z-index: 2;
	color: #fffdfd;
}
.showMe:hover .front-view {
	opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.showMe:hover .back-view {
	opacity: 1;
    visibility: visible;
    z-index: 2;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #d2a024;
}
.front-view {
	background-size: cover;
    background-repeat: no-repeat;
    background-color: #eaeaea;
    padding: 30px 25px;
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.front-view h3, .back-view h3 {
	font-size: 18px;
}
.front-view p, .back-view p {
	font-size: 14px!important;
}
.back-view {
	position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
}
.front-view h3:after {
	content: "";
    height: 2px;
    width: 30px;
    display: block;
    margin: 10px 0 5px;
    background-color: #d2a024;
}
.back-view h3:after {
	content: "";
    height: 2px;
    width: 30px;
    display: block;
    margin: 10px 0 5px;
    background-color: #141515;
}
.box_details {
	background-color: transparent;
	border: 2px solid #fffdfd;
	color: #fffdfd;
	padding: 5px 10px;
}
.box_details:hover {
	text-decoration: none;
	color:#fffdfd;
}
.back-view .hvr-rectangle-in {
	background: #141515!important;
}
.back-view .hvr-rectangle-in:before {
	background: #d2a024!important;
}
.overlay_hard {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(20,21,21,0.8);
}
.rezident {
	background: url(../images/rezident.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.rezident .box {
	height: 70px;
    width: 70px;
    border: 1px solid #ccc;
    padding: 20px 20px;
    float: left;
    margin-top: 60px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -35px;
    margin-bottom: 30px;
}
.rezident .box i {
	font-size: 30px;
	color: #fffdfd;
}
.rezident h2 {
	font-size: 20px;
	color: #fffdfd;
	text-transform: uppercase;
}
.rezident p {
	font-size: 16px;
  color: #b7b7b7;
  line-height: 25px;
  margin-bottom: 50px;
}
.rezident h5 {
	color: #fffdfd;
	font-size: 30px;
	line-height: 40px;
}
.motherInfo {
	margin-top: 90px;
	margin-bottom: 60px;
}
.info {
	height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    display: block;
    float: left;
    padding: 0;
    margin-right: 25px;
	background-color: rgba(210,160,36,0.5);
}
.info i {
	color: #fffdfd;
	font-size: 26px;
	vertical-align: middle;
	margin:0;
}
.infoText {
	color: #fcf9f9;
    padding: 10px 0;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 25px;
    font-weight: 700;
    float: right;
    text-transform: uppercase;
    width: 70%;
    width: -webkit-calc(100% - 95px);
    width: -moz-calc(100% - 95px);
    width: calc(100% - 95px);
    margin-right: 0;
}
.infoText small {
	font-size: 14px;
}
.mai_mult_yellow {
	color: #fff;
    padding: 5px 30px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 25px;
    font-weight: 700;
    border: 2px solid transparent;
    text-transform: uppercase;
    background-color: #d2a024;
    margin-bottom: 65px;
    cursor: pointer;
    outline: 0;
}
.mai_mult_yellow:hover {
	border-color: #d2a024;
    color: #d2a024;
    background: transparent !important;
	background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
.mai_mult_black {
	color: #fffdfd;
    padding: 5px 30px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 25px;
    font-weight: 700;
    border: 2px solid transparent;
    text-transform: uppercase;
    background-color: #141515;
    cursor: pointer;
    outline: 0;
}
.mai_mult_black:hover {
	border-color: #141515;
    color: #141515;
    background: transparent !important;
	background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
.testimoniale {
	padding-top: 60px;
	padding-bottom: 60px;
}
.testimoniale .box {
	height: 70px;
    width: 70px;
    border: 1px solid #ccc;
    padding: 20px 20px;
    float: left;
    margin-top: 12px;
}
.testimoniale .box i {
	font-size: 30px;
}
.testimoniale h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.testimoniale p {
	font-size: 16px;
    color: #727272;
    line-height: 25px;
}
.smallMonial p {
	color: #141515;
    font-size: 13px;
    line-height: 25px;
    margin: 0 0 15px;
    font-style: italic;
}
.smallMonial .autor {
	font-size: 16px;
  letter-spacing: 2px;
  line-height: 25px;
  font-weight: 700;
  color: #141515;
}
.autor small {
  color: #b7b7b7;
}
.avatar {
	width: 102px;
	height: 102px;
	border-radius: 50%;
	background-color: #f1f1f1;
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.call {
	background-color: #d2a024;
}
.call p {
	text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 40px 0;
    text-transform: uppercase;
}
.footer {
	padding-top: 90px;
	padding-bottom: 60px;
	background-color: #212121;
}
.footer-brand {
    background-image: url(../images/calinda_black.png);
    height: 75px;
    width: 75px;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 22px;
    cursor: pointer;
    margin-bottom: 20px;
    position: absolute!important;
    top: 0;
    right: 0;
    margin-right: 25px;
    margin-top: 65px;
}
.contact p {
	font-size: 14px;
    color: #727272;
    line-height: 19px;
    margin-bottom: 15px;
}
.contact i {
	font-size: 18px;
	color: #727272;
	margin-right: 10px;
}
address {
	font-size: 13px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0.8em;
    line-height: 1.4;
}
.address-info {
	font-size: 14px;
    color: #727272;
    line-height: 19px;
    margin-bottom: 15px;
}
.call-info, .mail-info {
	margin-bottom: 15px;
}
.call-info a, .mail-info a {
	font-size: 14px;
    color: #727272;
    line-height: 19px;
    cursor: pointer;
}
.call-info a:hover, .mail-info a:hover {
	color: #d2a024;
}
.widget-icons {
	margin: 30px 0 10px;
}
.widget-icons a {
	font-size: 18px;
    margin-right: 10px;
    cursor: pointer;
}
.widget-icons i {
	margin-right: 10px;
    font-size: 18px;
    color: #727272;
}
.widget-icons i:hover {
	color: #d2a024;
}
.meniu {
    padding: 0 80px;
}
.informatii {
    padding:0 40px;
}
.meniu h2, .informatii h2, .newsletter h2 {
	font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}
.meniu h2:after, .informatii h2:after, .newsletter h2:after {
	content: "";
    margin-top: 12px;
    width: 30px;
    height: 1px;
    display: block;
    background: #d2a024;
}
.meniu ul, .informatii ul {
	padding-left: 0;
}
.meniu ul li, .informatii ul li {
	list-style-type: none;
	margin-bottom: 15px;
}
.meniu ul li a, .informatii ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #727272;
	cursor: pointer;
}
.meniu ul li a:hover, .informatii ul li a:hover {
	color: #d2a024;
}
.copyright {
	background-color: #010101;
    padding: 31px 0px;
}
.copyright p {
	font-size: 13px;
    color: #727272;
}
.copyright p strong a {
	color:#727272;
	cursor: pointer;
}
#map {
   width: 100%;
   height: 400px;
   background-color: #212121;
}
.newsletter label {
    color: #727272;
}
.newsletter input {
    border:0;
    border-radius: 0;
    background-color: #010101;
}
.form-control:focus {
    border-color: #d2a024;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(210,160,36,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(210,160,36,0.6);
}
.about {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #ccc;
}
.about .box {
    height: 70px;
    width: 70px;
    border: 1px solid #ccc;
    padding: 20px 20px;
    float: left;
    margin-top: 12px;
}
.about .box i {
    font-size: 30px;
}
.about h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.about p {
    font-size: 16px;
    color: #727272;
    line-height: 25px;
}
.about p strong {
    font-size: 20px;
    color: #d2a024;;
}
.about ul li {
    font-size: 16px;
    color: #727272;
    line-height: 25px;
}
.about dl dt {
    font-size: 18px;
    color: #727272;
    line-height: 40px;
}
.about dl dd {
    font-size: 16px;
    color: #727272;
    line-height: 25px;
}
.contactPage {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #ccc;
}
.contactPage .box {
    height: 70px;
    width: 70px;
    border: 1px solid #ccc;
    padding: 20px 20px;
    float: left;
    margin-top: 12px;
}
.contactPage .box i {
    font-size: 30px;
}
.contactPage h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.contactPage p {
    font-size: 16px;
    color: #727272;
    line-height: 25px;
}
.contactPage p strong {
    font-size: 20px;
    color: #d2a024;;
}
.zone {
    background-color: #d2a024;
}
.single {
    padding: 60px 100px 70px;
}
.single span, .single address, .single .phone, .single .mail {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 1px;
}
.single span i {
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.single .address {
    font-weight: normal;
    font-style: normal;
    padding: 0px 20px;
}
.formular {
    padding: 40px 0px;
}
.formular input {
    color: rgb(255, 255, 255);
    font-size: 13px;
    line-height: 22px;
    background-color: rgb(114, 114, 114);
    margin-bottom: 25px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 0;
    height: 50px;
}
.formular textarea {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    background-color: #727272;
    width: 100%;
    border: none;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}
.left {
    padding-left: 0!important;
}
.right {
    padding-right: 0!important;
}
.formular input::-webkit-input-placeholder {
   color: #a9a9a9;
   padding-left: 15px;
}

.formular input:-moz-placeholder { /* Firefox 18- */
   color: #a9a9a9; 
   padding-left: 15px;
}

.formular input::-moz-placeholder {  /* Firefox 19+ */
   color: #a9a9a9;  
   padding-left: 15px;
}

.formular input:-ms-input-placeholder {  
   color: #a9a9a9; 
   padding-left: 15px;
}
.formular textarea::-webkit-input-placeholder {
   color: #a9a9a9;
   padding-left: 15px;
}

.formular textarea:-moz-placeholder { /* Firefox 18- */
   color: #a9a9a9; 
   padding-left: 15px;
}

.formular textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #a9a9a9;  
   padding-left: 15px;
}

.formular textarea:-ms-input-placeholder {  
   color: #a9a9a9; 
   padding-left: 15px;
}
.newsletter input::-webkit-input-placeholder {
   color: #484848;
}

.newsletter input:-moz-placeholder { /* Firefox 18- */
   color: #484848;
}

.newsletter input::-moz-placeholder {  /* Firefox 19+ */
   color: #484848;  
}

.newsletter input:-ms-input-placeholder {  
   color: #484848;
}
.theBigBox {
    margin-bottom: 50px;
}
#logoSmall {
    height: 75px;
    width: 75px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -37px;
    margin-top: 75px;
    background-position: center center;
    background-size: 100%;
}
.notification_ok {
    font-size: 24px;
    color: #d2a024;
}
.notification_error, .acf_error {
    color: #d2a024;
}
img.acf_captcha_vertical {
    margin-top: 1px!important;
}
#acf_sec_div_two {
    float: left;
    clear: both;
    display: none;
    margin: 5px 0 5px 0;
}
#acf_verified {
    background: url(../images/icon-tick-circle-frame.png) no-repeat scroll 0 47%;
    color: green;
    margin: 0 0 10px 0;
    padding: 2px 0 0 23px !important;
    min-height: 16px !important;
}
#acf_ajax_loading {
    margin: 16px 0 21px -4px;
    padding: 0 0 0 29px;
    display: none;
    float: left;
    width: 324px;
    background: white url(../images/icon-ajax-loader.gif) no-repeat scroll 8px 66%;
}
#acf input.acf_ok, select.acf_ok, textarea.acf_ok {
    border: 1px solid #B9E7AE;
}
#acf_security_code {
    width: 50%;
    float: left;
}
#acf_submit_button {
    color: #fff;
    padding: 5px 30px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 25px;
    font-weight: 700;
    border: 2px solid transparent;
    text-transform: uppercase;
    background-color: #d2a024;
    margin-top: 65px;
    cursor: pointer;
    width: 170px;
    height: 40px;
    outline: 0;
}
#acf_submit_button:hover {
    border-color: #d2a024;
    color: #d2a024;
    background: transparent !important;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
.oferta {
    color: #fff;
    padding: 15px 30px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 25px;
    font-weight: 700;
    border: 2px solid transparent;
    text-transform: uppercase;
    background-color: #d2a024;
    margin-top: 90px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    right: 50%;
    width: 350px;
    margin-left: -175px;
    height: 60px;
    outline: 0;
}
.oferta:hover {
    border-color: #d2a024;
    color: #d2a024;
    background: transparent !important;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
#form .trimite {
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 25px;
    font-weight: 700;
    border: 2px solid transparent;
    text-transform: uppercase;
    background-color: #d2a024;
    cursor: pointer;
    width: 350px;
    height: 60px;
    outline: 0; 
    margin-top: 15px;
}
#form .trimite:hover {
    border-color: #d2a024;
    color: #d2a024;
    background: transparent !important;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
.socialNav {
    padding-left: 0;
    position: absolute;
    top: 0;
    vertical-align: middle;
    margin-top: 12px;
}
.socialNav li {
    list-style-type: none;
    display: inline-block;
}
.socialNav li:first-child {
  margin-right: 10px;
}
.socialNav li a {
    color: #141515;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 8px 0px;
    cursor: pointer;
    margin: 0!important;
}
.tabcordion .tab-content {
  box-shadow: none;
}
.nav-tabs > li > a::before {
  -moz-transition: -moz-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  background: #d2a024;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  top: 40px;
  transition: transform 0.3s;
  width: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.nav-tabs.nav-primary > li > a::before {
  background-color: #319db5;
}
.nav-tabs.nav-blue > li > a::before {
  background-color: #00a2d9;
}
.nav-tabs.nav-red > li > a::before {
  background-color: #c75757;
}
.nav-tabs.nav-green > li > a::before {
  background-color: #18a689;
}
.nav-tabs.nav-yellow > li > a::before {
  background-color: #ff9122;
}
.nav-tabs .active a::before {
  width: 100%;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.nav-tabs a:hover::before {
  width: 100%;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.nav-tabs a:focus::before {
  width: 100%;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.nav-tabs:after {
  bottom: 3px;
  position: relative;
  width: 100%;
  z-index: 120;
}
.nav.nav-tabs > li > a {
  background-color: transparent;
  border: none;
  color: #939393;
}
.nav.nav-tabs > li > a i {
  padding-right: 8px;
}
.nav.nav-tabs > li.active > a {
  background-color: #fff;
  border: none;
  color: #121212;
}
.nav.nav-tabs > li:hover > a {
  background-color: #fff;
  color: #121212;
}
.tab-content {
  background-color: #fff;
  border-top: 1px solid #dfdfdf;
  padding: 15px;
}
.error-captcha {
  color: red;
  padding: 5px;
}

.not-found {
  min-height: 400px;
}