 /*!
 * Semabase 1.0 (http://getbootstrap.com)
 * Copyright 2016-2017 Brightery.
 *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */
 /*
 * - Buttons
 * - Inputs
 * - General
 * Extas:
 * - cards
 * - Ui Kit
*/
/*=========
 = Buttons=
 ========*/

.btn {
	cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: none;
    border: none;
    vertical-align: baseline;
    background: #e0e1e2 none;
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin: 0em 0.25em 0em 0em;
    padding: 0.78571429em 1.5em 0.78571429em;
    text-transform: none;
    text-shadow: none;
    font-weight: bold;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 0.28571429rem;
    box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
    user-select: none;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
}

.btn:hover {
	background-color: #cacbcd; 
	background-image: none; 
    box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; 
	color: rgba(0, 0, 0, 0.8);
}

.btn.active:active {
    background-color: #C0C1C2;
    background-image: none;
    color:#000;
}
.disabled {
    cursor: default;
    opacity: .45!important;
    background-image: none!important;
    box-shadow: none!important;
    pointer-events: none!important;
}

.primary {
    box-shadow: 0px 0px 0px 1px #3B88C3 inset, 0 2px 0 rgba(255, 255, 255, 0.15) inset;
    background-color: #2185D0;
    color: #FFF;
    text-shadow: none;
    background-image: none;
}

.primary:hover {
    background-color: #1678c2;
    color: #ffffff;
    text-shadow: none;
}

.secoundry, .btn-primary {
    background-color: #1B1C1D;
    color: #FFF;
    text-shadow: none;
    background-image: none;
}

div.panel-heading  {
    background-color: #1B1C1D !important;
    color: #FFF !important;
    text-shadow: none;
    background-image: none;
}

.secoundry:hover {
    background-color: #27292a;
    color: #FFF;
    text-shadow: none;
}

.basic {
    background: 0 0!important;
    color: rgba(0,0,0,.6)!important;
    font-weight: 400;
    border-radius: .28571429rem;
    text-transform: none;
    text-shadow: none!important;
    box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset;
}

.basic:hover {
    background: #FFF!important;
    color: rgba(0,0,0,.8)!important;
    box-shadow: 0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset;
}

.btn-success {
    background-color: #21BA45;
    color: #FFF;
    text-shadow: none;
    background-image: none;
}

.btn-success:hover {
    background-color: #16ab39;
    color: #FFF;
    text-shadow: none;
}

.btn-warning {
    background-color: #fbb450;
    color: #FFF;
    text-shadow: none;
    background-image: none;
}

.btn-warning:hover {
    background-color: #f89406;
    color: #FFF;
    text-shadow: none;
}

.btn-danger {
    background-color: #DB2828;
    color: #FFF;
    text-shadow: none;
    background-image: none;
}

.btn-danger:hover {
    background-color: #d01919;
    color: #FFF;
    text-shadow: none;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -4px;
}

/*=========
 = inputs =
 ========*/


input {
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    text-align: left;
    line-height: 1.2142em;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    padding: .67861429em 1em;
    background: #FFF;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    -webkit-transition: box-shadow .1s ease,border-color .1s ease;
    transition: box-shadow .1s ease,border-color .1s ease;
    box-shadow: none;
}

input:focus {
border-left-color: #85B7D9;
}

.dropdown-menu {
    margin: 5px;
    outline: none;
    border: none;
    vertical-align: baseline;
    background: #e0e1e2 none;

    text-decoration: none;
    border-radius: 0.28571429rem;
    box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.input-group-addon {
    line-height: 1;
    margin: 0 .14285714em;
    background-color: #E8E8E8;
    background-image: none;
    padding: .5833em .833em;
    color: rgba(0,0,0,.6);
    text-transform: none;
    font-weight: 700;
    border: 0 solid transparent;
    border-radius: .28571429rem;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
}

.input-group-addon.inversed {
    background-color: #27292a;
    color: #FFF;
    text-shadow: none;
}

/*=========
 = General=
 ========*/


.form-control:focus {
    webkit-box-shadow: none;
     box-shadow: none; 
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: rgba(0,0,0,.6);
    background-color: #E8E8E8;
}

a, a:hover, a:focus {
    color: rgba(0,0,0,.6);
}

.badge {
    background: #1B1C1D;
}
.btn-primary .badge {
    color: #1B1C1D;
}

.justify {
    text-align: justify;
}

/*Navbar*/
.navbar-nav>li.active, .navbar-nav>li:hover {
    border-top: 3px solid #66afe9 !important;
    transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
}
/*=========
 = cards  =
 ========*/

.card-item-1 {
    background: #27292a;
    padding: 0px;
    overflow: hidden;

}

.card-item-1 .image {
    min-height: 250px;
    max-height: 250px;
    overflow: hidden;
}

.card-item-1 img {
    width: 100%;
    min-height: 250px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.3s;
}

.card-item-1 .title, .card-item-1 a {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 30px;
    font-weight: lighter;
    left: 10px;
    text-decoration: none;
}

.card-item-1 .description {
    color: #fff;
    padding: 20px 15px;
}

.card-item-1:hover img {
    transform: scale(1.5);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.3s;
}

/*card 2 */
.card-item-2 {
    background: #27292a;
    padding: 0px;
    overflow: hidden;

}

.card-item-2 .image {
    min-height: 250px;
    max-height: 250px;
    overflow: hidden;
}

.card-item-2 img {
    width: 100%;
    min-height: 250px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.3s;
}

.card-item-2 .title, .card-item-2 a {
    position: absolute;
    top: 1%;
    color: #fff;
    font-size: 30px;
    font-weight: lighter;
    left: 10px;
    text-decoration: none;
    opacity: 0;
}

.card-item-2 .description {
    color: #fff;
    position: absolute;
    top: 21%;
    padding: 0px 40px 0px 10px;
    width: 100%;
    opacity: 0;
}

.card-item-2:hover img {
    transform: scale(1.5);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.3s;
    opacity: 0.5;
}

.card-item-2:hover .title, .card-item-2:hover a, .card-item-2:hover .description {
    opacity: 1;
}


/*card 3 */
.card-item-3 {
    background: #27292a;
    padding: 0px;
    overflow: hidden;

}

.card-item-3 .image {
    min-height: 250px;
    max-height: 250px;
    overflow: hidden;
}

.card-item-3 img {
    width: 100%;
    min-height: 250px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.3s;
    opacity: 1;
}

.card-item-3 .title, .card-item-3 a {
    position: absolute;
    bottom: 2%;
    right: 6% !important;
    color: #fff;
    font-size: 30px;
    font-weight: lighter;
    text-decoration: none;
    opacity: 0;
}

.card-item-3 .description {
    color: #fff;
    position: absolute;
    top: 21%;
    padding: 0px 40px 0px 10px;
    width: 100%;
    opacity: 0;
}

.card-item-3:hover img {
    transform: scale(1.5);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.3s;
    opacity: 0.8;
}

.card-item-3:hover .title, .card-item-3:hover a, .card-item-3:hover .description {
    opacity: 1;
}

/* card 4 */
.card-item-4 {
    background: #27292a;
    padding: 0px;
    overflow: hidden;

}

.card-item-4 .image {
    min-height: 250px;
    max-height: 250px;
    overflow: hidden;
}

.card-item-4 img {
    width: 100%;
    min-height: 250px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.3s;
    opacity: 1;
}

.card-item-4 .title{
    position: absolute;
    bottom: 2%;
    right: 6% !important;
    color: #fff;
    font-size: 30px;
    font-weight: lighter;
    text-decoration: none;
    opacity: 0;
}

.card-item-4 .description {
    color: #fff;
    position: absolute;
    top: 21%;
    padding: 0px 40px 0px 10px;
    width: 100%;
    opacity: 0;
}

.card-item-4:hover img {
    transform: scale(1.5);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.3s;
    opacity: 0.8;
}

.card-item-4 ul {
    background: #27292a;
    padding: 0px 20px;
    margin: 0px -5px 0px 0px;
}

.card-item-4 li {

    display: inline-block;
    text-decoration: none;
    padding: 5px 5px;
    color: #fff;
}

.card-item-4 li a {
    color: #fff;
    font-size: 23px;
}
.card-item-4:hover .title, .card-item-4:hover a, .card-item-4:hover .description {
    opacity: 1;
}

.breadcrumb.secoundry a {
    color: white;
}

.pagination>li>a, .pagination>li>span {
    color: #1B1C1D;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #1B1C1D;
    border-color: #1B1C1D;
}

#myCarousel img {
    width: 100%;
}

.carousel-control {
    background: #27292a;
    width: 5%;
}

.carousel-caption-heading {
    text-align: left;
}
#myCarousel p {
    background: #27292a;
    text-align: left;
    padding: 5px;
}

/* ******************
* UI KIT
********************/

.ui.card, .ui.card2 {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #eee;
    text-align: center;
    padding: 30px;
    border-bottom: 3px solid #eee;
}

.ui .image img {
    text-align: center;
    border-radius: 100%;
    max-height: 170px;
    max-width: 170px;
    border: 1px solid #eee;
}

.ui .name h1 {
    font-size: 20px !important;
    text-align: center;
    color: #000;
    padding:0px;
}

.ui h1::first-letter {
    font-weight: normal;
}

.ui.prof p {
    font-size: 12px;
    text-align: center;
    color: #e3e3e3;
    padding:0px;
}

.ui .btn {
    border-radius: 3px;
    padding:10px 20px;
    color: #fff;
}

.ui .twitter-bk {
    background-color: #00aced;
}

.ui .twitter-bk:hover {
    background-color: #0184d4;
}

.ui .facebook-bk {
    background-color: #3b5998;
}

.ui .facebook-bk:hover {
    background-color: #223973;
}

.card2 .image img {
    text-align: center;
    border-radius: 100%;
    max-height: 130px;
    max-width: 130px;
    border: 1px solid #eee;
}

.card2 .name h1 {
    font-size: 20px !important;
    text-align: left;
    color: #000;
    padding:0px;
}

.card2 .prof p {
    font-size: 12px;
    text-align: left;
    color: #e3e3e3;
    padding:0px;
}

.card2 .social {
    text-align: left;
}

.card2 .social i {
    padding-right: 3px;
}

.sign-in {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-width: 0 1px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.sign-in .log-in input {
    margin: 10px 0px;
    width: 100%;
}

.sign-in .forget-password {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 14px;
    position: relative;
    border: 0px;
    margin: 20px 0px 0px 0px;
}

.sign-in .forget-password:hover {
    background-color: #cacbcd;
    background-image: none;
    box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
    color: rgba(0, 0, 0, 0.8);
}
.sign-in .input-group-addon, .sign-in .input-group-addon em {
    background-color: #fff;
    color: #1B1C1D;
}
/* Checkboxs */
.ui.flat input[type="checkbox"]:not(:checked),
.ui.flat input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.ui.flat input[type="checkbox"]:not(:checked) + label,
.ui.flat input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 75px;
  cursor: pointer;
}
.ui.flat input[type="checkbox"]:not(:checked) + label:before,
.ui.flat input[type="checkbox"]:checked + label:before,
.ui.flat input[type="checkbox"]:not(:checked) + label:after,
.ui.flat input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
}
.ui.flat input[type="checkbox"]:not(:checked) + label:before,
.ui.flat input[type="checkbox"]:checked + label:before {
  left:0; top: -3px;
  width: 65px; height: 30px;
  background: #DDDDDD;
  border-radius: 15px;
  transition: background-color .2s;
}
.ui.flat input[type="checkbox"]:not(:checked) + label:after,
.ui.flat input[type="checkbox"]:checked + label:after {
  width: 20px; height: 20px;
  transition: all .2s;
  border-radius: 50%;
  background: #7F8C9A;
  top: 2px; left: 5px;
}

/* on checked */
.ui.flat input[type="checkbox"]:checked + label:before {
  background:#1B1C1D; 
}
.ui.flat input[type="checkbox"]:checked + label:after {
  background: #fff;
  top: 2px; left: 40px;
}

.ui.flat input[type="checkbox"]:checked + label .ui,
.ui.flat input[type="checkbox"]:not(:checked) + label .ui:before,
.ui.flat input[type="checkbox"]:checked + label .ui:after {
  position: absolute;
  left: 6px;
  width: 65px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  transition: all .2s;
}
.ui.flat input[type="checkbox"]:not(:checked) + label .ui:before {
  content: "no";
  left: 32px
}
.ui.flat input[type="checkbox"]:checked + label .ui:after {
  content: "yes";
  color: #fff;
}
.ui.flat input[type="checkbox"]:focus + label:before {
  border: 1px dashed #777;
  box-sizing: border-box;
  margin-top: -1px;
}

.twitter-look  {
    text-align: center;
    margin-top: -60px;
}
.twitter-look img {
    width: 150px;
}

.tac {
    text-align: center;
}