@font-face {
  font-family: "TrajanPro-Regular";
  src: url("../fonts/TrajanPro-Regular.ttf");
}
body {
  background: #ccc;
  font-size: 19px;
}
.container {
  width: 1366px;
  background: #fff;
  text-align: center;
}
.container .carousel-control.left,
.container .carousel-control.right {
  background-image: none;
}
h1 {
  margin: 30px 0 0 0;
  font-family: TrajanPro-Regular;
  font-size: 36px;
  padding-bottom: 10px;
}
.link,
.link:hover,
.link:active,
.link:visited {
  color: #333;
}
.row-fluid {
  margin-top: 10px;
}
.row-fluid .span4 {
  display: inline-block;
  max-width: 442px;
}
.row-fluid .span4.first {
  float: left;
}
.row-fluid .span4.last {
  margin-right: 0;
  float: right;
}
.carousel-control .glyphicon-chevron-right {
  right: 30%;
}
.carousel-control .glyphicon-chevron-left {
  left: 30%;
}
.carousel-indicators li {
  width: 13px;
  height: 13px;
  background-color: #bbb;
  border-color: #bbb;
  margin-right: 7px;
}
.carousel-indicators .active {
  width: 14px;
  height: 14px;
  background-color: #555;
  border-color: #555;
  margin-right: 7px;
}
.carousel-indicators {
  bottom: 0;
}
.footer {
  margin: 20px 0;
  padding-top: 10px; 
  clear: both;
}
.back {
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .row-fluid .span4 {
    width: 32.9%;
  }
}
@media screen and (max-width: 992px) {
  .container {
    width: 100%;
  }
  .row-fluid .span4 {
    width: 32.7%;
  }
}
@media screen and (max-width: 768px) {
  body {
    background: #fff;
    font-size: 14px;
  }
  .container {
    width: 100%;
  }
  .row-fluid .span4 {
    width: 32.6%;
  }
  h1 {
    font-size: 29px;
  }
  .carousel-indicators li {
    width: 12px;
    height: 12px;
  }
  .carousel-indicators .active {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 480px) {
  body {
    background: #fff;
    font-size: 10px;
  }
  .container {
    width: 100%;
  }
  .row-fluid .span4 {
    width: 32%;
  }
  h1 {
    font-size: 24px;
  }
  .carousel-indicators li {
    width: 10px;
    height: 10px;
  }
  .carousel-indicators .active {
    width: 11px;
    height: 11px;
  }
}
/*---------------User form------------------*/
.form-wrapper-user {
  margin-top: 10px;
}
.form-wrapper .btn {
  margin-top: 10px;
}
.form-wrapper .label {
  margin-bottom: 10px;
  display: inline-block;
}
.img-preview {
  max-width: 140px;
}
.form-wrapper .form-insite {
  margin-bottom: 45px;
}
.logout {
  margin: 10px -15px;
}
.modal-header {
  border-bottom: none;
}
/*---------File upload button------------*/
.item-img {
  float: left;
  margin: 0 5px 5px 0;
  position: relative;
}
#fileupload_big,
#fileupload_small {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 60px;
  border: none;
  font-size: 0;
}
.btn-upload-photo {
  position: relative;
  background-color: #cccbd4;
  background-image: linear-gradient(77deg, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 100%);
  height: 60px;
  width: 60px;
  padding: 17px 0 0 3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-upload-photo:hover {
  background-color: #d4d3db;
  transition: all .15s;
}
.wrap-img-content {
  width: 60px;
  height: 60px;
  margin: 0 10px 10px 15px;
  position: relative;
  vertical-align: middle;
  float: left;
  clear: both;
}
.glyphicon-plus {
  color: #fff;
  font-size: 19px;
}
.item-img:hover img {
  opacity: 0.5;
}
.item-img:hover.item-img:before {
  content: "\e014";
  font-family: 'Glyphicons Halflings';
  font-weight: 400;
  position: absolute;
  left: 47%;
  top: 33%;
  color: #FF0700;
  font-size: 20px;
}
.hint {
  visibility: hidden;
  opacity: 0;
  padding: 10px 15px;
  background-color: #ffe;
  border-radius: 2px;
  font: 12px/1.2em Arial, sans-serif;
  box-shadow: 0 0 5px rgba(0,0,0,.25);
  margin: 10px 0;
  position: absolute;
  transition: all .2s ease .2s;
  -webkit-transform: perspective(100px) rotate3d(.1, 0, 0, -30deg) translate3d(0, 50px, 0px);
  -webkit-transform-origin: 50% 0%;
  transform: perspective(100px) rotate3d(.1, 0, 0, -30deg) translate3d(0, 50px, 0px);
  transform-origin: 50% 0%;
}
.hint:before {
  border: solid;
  border-color: #ddd transparent;
  border-width: 0 6px 6px 6px;
  bottom: 34px;
  content: "";
  left: 11px;
  position: absolute;
  z-index: 999;
}
*:hover+.hint,
.hint:hover  {
  opacity: 1;
  visibility: visible;
  transition: all .2s;
  -webkit-transform: perspective(100px) rotate3d(.1, 0, 0, 0deg) translate3d(0, 0, 0);
  transform: perspective(100px) rotate3d(.1, 0, 0, 0deg) translate3d(0, 0, 0);
}
.item-img .hint {
  z-index: 3;
  transition: all .15s;
  left: 25%;
  text-align: center;
}
.item-img .hint:before {
  margin: -20px 0 0 14px;
}
.hint.add-img {
  width: 89px;
  margin: 25px 0 0 -47px;
}
.hint.add-img:before {
  left: 37px;
}
.url-icon {
  display: block;
  position: absolute;
  right: 0;
  z-index: 999;
  display: none;
  font-size: 20px;
  background-color: #337ab7;
  border-radius: 3px;
  padding: 3px;
  color: #fff;
}
.item-img:hover .url-icon {
  display: block;
}
#submit-url {
  margin-top: 10px;
}
.tooltip-url:hover:after {
  background: #ffe;
  border-radius: 5px;
  bottom: 32px;
  color: #333;
  content: attr(data-title);
  left: -19px;
  padding: 5px 0px 7px 0px;
  position: absolute;
  z-index: 100;
  width: 70px;
  text-align: center;
  font-size: 11px;
  box-shadow: 0 0 5px rgba(0,0,0,.25);
}
.panel-text {
  padding: 15px 25px;
}
.panel-title {
  font-weight: bold;
}
.loader-wrapper {
  border: 1px solid #337ab7;
  padding: 2px;
  position: absolute;
  top: 30%;
  left: 48.55%;
  background-color: #fff;
  border-radius: 7px;
  z-index: 100;
  display: none;
}
.loader {
  background-image: url('../images/loader.gif');
  width: 48px;
  height: 48px;
  z-index: 999;
}