

/***********************************/
/***********************************/
/* Welcome */
/***********************************/
/***********************************/

.full {
  background: url(img/bg1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
.full:before {
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:0;
  /*background-color: rgba(0,0,0,.0);*/
}
.fullbody body {
  background: transparent;
}


/***********************************/
/***********************************/
/* Login */
/***********************************/
/***********************************/


.home-content {
  color: #fff;
  padding-top: 50px;
}
.home-content h1 {
  font-size: 3em;
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: #fff;
  padding-bottom: 10px;
}
.home-content p {
  font-weight: 300;
  font-size: 2em;
}

@media (max-width: 767px) {
  .home-content {
    text-align: center;
  }
}


.welcome-wrapper .help-block {
  color: #fff;
}
.welcome-wrapper {
  padding-top: 50px;
}
.welcome-wrapper .tab-content {
  padding: 30px 20px 20px 20px;
  background-color: rgba(255,255,255,.2);
  border: none;
  box-shadow: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.welcome-button {
  text-align: right;
}

.nav-pills li.active a {
  background-color: rgba(255,255,255,.2);
  color: #fff;
  font-weight: 800;
}
.nav-pills a {
  background-color: rgba(255,255,255,.1);
  color: #fff;
  border-radius: 0 !important;
}
.nav-pills a:hover,
.nav-pills a:focus {
  background-color: rgba(255,255,255,.3) !important;
  color: #fff;
}
.nav-pills li.active a:hover {
  background-color: rgba(255,255,255,.2) !important;
  color: #fff;
}


.welcome-wrapper input {
  box-shadow: none;
  color: #fff;
  outline: 0;
  border: none !important;
  border-radius: 4px !important;
  background-color: rgba(255,255,255,.3);
}
.welcome-wrapper input:hover {
  box-shadow: none;
  outline: 0;
  border: 0;
  background-color: rgba(255,255,255,.2) !important;
}
.welcome-wrapper input:focus {
  box-shadow: none;
  outline: 0;
  border: 0;
  background-color: rgba(255,255,255,.2) !important;
}
.welcome-wrapper input::-webkit-input-placeholder { color: #fff; }
.welcome-wrapper input:-moz-placeholder { color: #fff; }
.welcome-wrapper input::-moz-placeholder { color: #fff; }
.welcome-wrapper input:-ms-input-placeholder { color: #fff; }


.btn-signin {
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 4px;
  background-color: #2196F3;
  border: none;
  outline: 0;
  text-decoration: none;
}
.btn-signin:hover,
.btn-signin:focus {
  text-decoration: none;
  color: #fff;
  background-color: #64B5F6;
}

.btn-signup {
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 4px;
  background-color: #E91E63;
  border: none;
  outline: 0;
  text-decoration: none;
}
.btn-signup:hover,
.btn-signup:focus {
  text-decoration: none;
  color: #fff;
  background-color: #EC407A;
}






/***********************************/
/***********************************/
/* Globals */
/***********************************/
/***********************************/

/*

font-family: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;

-moz-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition: all 0.5s ease;

*/


body {
  background-color: #f6f6f6;
  font-family: 'Lato', sans-serif;
  color: #767676;
}
.modal.in { display: block!important; }


select,
input[type=text],
input[type=password] {
  box-shadow: none;
  outline: 0;
  border: 1px solid #ddd;
  border-radius: 4px !important;
}
input[type=text]:hover,
input[type=password]:hover {
  box-shadow: none;
  outline: 0;
  border-color: #aaa;
  background-color: #fff;
}
input[type=text]:focus,
input[type=password]:focus {
  box-shadow: none;
  outline: 0;
  border-color: #aaa;
  background-color: #fff;
}


.clean {
  background-color: #0093E9;
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}
.mango {
  background-color: #FBAB7E;
  background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
}
.light {
  background-color: #8EC5FC;
  background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);
}
.mild {
  background-color: #8BC6EC;
  background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);
}
.bold {
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.wild {
  background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
}
.turquoise {
  background-color: #1abc9c;
}
.emeraland {
  background-color: #2ecc71;
}
.peterriver {
  background-color: #3498db;
}
.amethyst {
  background-color: #9b59b6;
}
.wetasphalt {
  background-color: #34495e;
}
.sunflower {
  background-color: #f1c40f;
}
.carrot {
  background-color: #e67e22;
}
.alizarin {
  background-color: #e74c3c;
}
.transparent {
  background-color: rgba(0,0,0,.6);
}




.btn-custom {
  color: #b3bac2;
  display: inline-block;
  padding: 7px 20px;
  text-align: left;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  outline: 0;
  text-decoration: none;
  box-shadow: none;
}
.btn-custom:hover,
.btn-custom:focus {
  outline: 0;
  box-shadow: none;
  text-decoration: none;
  color: #131518;
  background-color: transparent;
}
.btn-first {
  color: #fff;
  background-color: #039BE5;
}
.btn-first:hover,
.btn-first:focus {
  color: #fff;
  background-color: #0288D1;
}
.btn-second {
  color: #767676;
  background-color: #f6f6f6;
}
.btn-second:hover,
.btn-second:focus {
  color: #000;
  background-color: #f6f6f6;
}
.btn-delete {
  color: #fff;
  background-color: #ef5350;
}
.btn-delete:hover,
.btn-delete:focus {
  color: #fff;
  background-color: #f44336;
}
.btn-small {
  padding: 3px 10px;
  font-size: .9em;
}


.update-post {
  position: fixed;
  top: 15px;
  right: 15px;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0 20px 60px 0 rgba(0,0,0,.35);
  z-index: 999;
}
.update-post .close {
  padding-left: 10px;
}



/***********************************/
/***********************************/
/* background image classes */
/***********************************/
/***********************************/

.addShadow header,
.addShadow .tabentry {
  box-shadow: 0 10px 40px 0 rgba(0,0,0,.1);
}
.addShadow .lists {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0 10px 40px 0 rgba(0,0,0,.1);
}


/***********************************/
/***********************************/
/* Header */
/***********************************/
/***********************************/



.main-wrapper {
  padding: 30px 0;
}
header {
  padding: 15px 0;
}
header h1 {
  font-size: 1.6em;
  font-weight: 600;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
header h1 a {
  color: #fff;
}
header h1 a:hover,
header h1 a:focus {
  color: #f6f6f6;
  text-decoration: none;
}
.search .q {
  display: block;
  padding: 20px 15px;
  width: 100%;
  box-shadow: none;
  outline: 0;
  border: none;
  border-radius: 4px;
  background-color: rgba(255,255,255,.3);
  color: #fff;
}
.search .q:hover,
.search .q:focus {
  box-shadow: none;
  outline: 0;
  border: none;
  background-color: rgba(255,255,255,.2);
}
.search .q::-webkit-input-placeholder { color: #fff; }
.search .q:-moz-placeholder { color: #fff; }
.search .q::-moz-placeholder { color: #fff; }
.search .q:-ms-input-placeholder { color: #fff; }


.nav-links {
  float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-links > li {
  display: inline-block;
  padding: 0 0 0 5px;
  margin: 0;
}
.nav-link-item {
  color: #fff;
  text-align: center;
  padding: 11px 15px;
  height: 40px;
  width: 40px;
  background-color: rgba(255,255,255,.3);
  border: none;
  outline: 0;
  font-size: 1em;
  border-radius: 30px;
  text-decoration: none;
}
.nav-link-item:hover,
.nav-link-item:focus {
  text-decoration: none;
  color: #fff;
  outline: 0;
  background-color: rgba(255,255,255,.2);
}

@media (max-width: 767px) {
  .nav-links {
    text-align: center;
    float: none;
    padding-top: 10px;
  }
}





/***********************************/
/***********************************/
/* Mobile list menu */
/***********************************/
/***********************************/
.navmenu .btn-list-item {
  padding: 5px 15px;
}
.navmenu .list-action {
  right: 20px;
  visibility: visible;
}
.navmenu .counter {
  visibility: visible;
}


/***********************************/
/***********************************/
/* Lists */
/***********************************/
/***********************************/


/* lists */
.tab-item {
  position: relative;
}
.tab-item:hover .list-action,
.tab-item:hover .counter {
  visibility: visible;
}
.btn-list-item {
  padding: 5px 0;
  margin: 2px 0;
  font-size: 1.1em;
  width: 100%;
  font-weight: 600;
  color: #767676;
  text-align: left;
  background-color: transparent;
  border-radius: 4px;
  display: block;
  border: 0;
  outline: 0;
  box-shadow: none;
}
.btn-list-item:hover,
.btn-list-item:focus {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
.list-action {
  position: absolute;
  top: 6px;
  right: 0;
  visibility: hidden;
  padding: 0;
  color: #767676;
  background-color: transparent;
  border-radius: 4px;
  display: block;
  border: 0;
  outline: 0;
  box-shadow: none;
}
.list-action:hover,
.list-action:focus {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
.counter {
  visibility: hidden;
  display: inline-block;
  padding-left: 8px;
  color: #aaa;
  font-weight: 400;
}





/***********************************/
/***********************************/
/* Tabs */
/***********************************/
/***********************************/
.noresults {
  padding: 15px 20px;
  font-weight: 600;
  color: #767676;
  background-color: #fff;
  border-radius: 4px;
}
.entry {
  margin-bottom: 10px;
  position: relative;
}
.tabactions {
  position: absolute;
  top: 8px;
  right: 17px;
  visibility: hidden;
}
.entry:hover .tabactions {
  visibility: visible;
}
.tabentry {
  padding: 8px 15px;
  font-weight: 600;
  color: #767676;
  background-color: #fff;
  border-radius: 4px;
  display: block;
}
.entry a:hover,
.entry a:active {
  color: #000;
  text-decoration: none;
  background-color: #fff;
}
.btn-entry {
  color: #b3bac2;
  display: inline-block;
  padding: 0;
  text-align: left;
  background-color: transparent;
  border: none;
  outline: 0;
  text-decoration: none;
}
.btn-entry:hover,
.btn-entry:focus {
  text-decoration: none;
  color: #131518;
  background-color: transparent;
}
.favtab {
  margin-right: 15px;
}
.favourited > i {
  color: #FDD835;
}





.deletecategory {
  float: right;
  padding-right: 15px;
}
.tab-item:hover .btn-list-action {
  color: #767676;
}
.btn-list-action {
  color: transparent;
  display: inline-block;
  padding: 4px 6px;
  background-color: transparent;
  border: none;
  outline: 0;
  text-decoration: none;
}
.btn-list-action:hover,
.btn-list-action:focus {
  text-decoration: none;
  color: #6b6b6b;
  outline: 0;
  background-color: transparent;
}
.btn-list-action i {
  padding-top: 5px;
}
