@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);
body{
  font-family: 'Open Sans', sans-serif;
  margin-bottom: -20px;
  background: #f8f3f0;
}

img{
  max-width: 100%;
}

a:focus {
  text-decoration: none;
}

blockquote {
  border: 0px;
  font-weight: bold;
}

.container-fluid {
  max-width: 1420px;
}

.main-header {
  background: url(../img/main-bg.jpg);
  background-size: cover;
  min-height: 560px;
  text-align: center;
}

.main-header h1 {
  color: white;
  font-size: 58px;
  margin-top: 10px;
  text-shadow: 0 1px 1px rgba(6,6,6,.45);
}

.main-header h2 {
  color: white;
  text-shadow: 0 1px 1px rgba(6,6,6,.45);
  margin-bottom: 10%;
}

.box-wrapper{
  max-width: 207px;
  border: 1px solid #e8e8e8; /* stroke */
  background-color: #fbfbfb; /* layer fill content */
  -moz-box-shadow: 1px 2px 2px rgba(6,6,6,.18); /* drop shadow */
  -webkit-box-shadow: 1px 2px 2px rgba(6,6,6,.18); /* drop shadow */
  box-shadow: 1px 2px 2px rgba(6,6,6,.18); /* drop shadow */
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.header-form {
  width: 38%;
  margin: auto;
  margin-top: 5%;
}

.header-form input {
  height: 63px;
  font-size: 18px;
}

.project-category {
  border: 5px solid rgba(6,6,6,.22);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: inset 0 1px 1px 0 rgba(6,6,6,.3);
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(6,6,6,.3);
  box-shadow: inset 0 1px 1px 0 rgba(6,6,6,.3);
  width: 30%;
  color: white;
  font-size: 20px;
  position: absolute;
  margin: auto;
  padding: 12px;
  left: 35%;
  bottom: -30px;
}

.project-picture {
  position: relative;
  max-height: 140px;
  overflow-y: hidden;
  /*height: 100px;*/
}

.category-bubble {
  position: relative;
}

.profile-listing .project-listing .project-category {
  width: 30%;
  left: 36%;
}

.project-name {
    font-size: 16px;
    font-weight: 500;
    margin-top: 38px;
    margin-bottom: 10px;
    color: #8d8d8d;
    min-height: 44px;
}

.author-name {
  color: #8d8d8d;
  font-size: 12px;
}

.bold{
  font-weight: bold;
}

.project-misc {
  background: #efefef;
  max-height: 30px;
}

.project-misc p {
  margin-top: 5px;
  font-size: 14px;
  color: #9a9a9a;
}

.main-menu {
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.12);
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.12);
  box-shadow: 1px 2px 5px rgba(0,0,0,.12);
  margin-bottom: 30px;
  background: white;
}

.main-menu li {
  display: inline-block;
  list-style-type: none;
  padding: 10px 0px;
  margin-right: 50px;
  font-size: 16px;
  font-weight: 600;
}

.main-menu ul{
  padding-left: 15px;
  margin: 0px;
}

.category-title{
  width: 100%;
  padding: 0px 15px;
  position: relative;
}

.category-title p {
    font-size: 24px !important;
    margin-bottom: 25px;
    color: #585858;
}

.category-more {
  text-align: right;
  padding-right: 15px;
  margin: 30px 0px;
  font-size: 24px;
}

.category-more a {
  color: #585858;
  padding-bottom: 5px;
  font-size: 20px;
  border-bottom: 2px dotted #585858;
}

.category-more a:hover{
  text-decoration: none;
}

.top-cta {
  margin-bottom: 20px;
}

.top-cta i{
  margin-right: 10px;
}

.top-cta h2 {
  font-weight: 100;
}

.top-cta a{
  border: 1px solid #e8e8e8;
  -moz-box-shadow: 1px 2px 2px rgba(6,6,6,.18);
  -webkit-box-shadow: 1px 2px 2px rgba(6,6,6,.18);
  box-shadow: 1px 2px 2px rgba(6,6,6,.18);
  padding: 10px 30px;
  color: white;
}

.top-cta a:hover{
  border: 1px solid #e8e8e8; /* stroke */
  background-color: #4187c1; /* layer fill content */
  -moz-box-shadow: 1px 2px 2px rgba(6,6,6,.18); /* drop shadow */
  -webkit-box-shadow: 1px 2px 2px rgba(6,6,6,.18); /* drop shadow */
  box-shadow: 1px 2px 2px rgba(6,6,6,.18); /* drop shadow */
  text-decoration: none;
}

.top-overlay {
  position: relative;
  left: 10px;
  background-image: url(../img/top-cta-overlay.png);
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 60px;
}

.homepage-nav{
  position: relative;
}

.search-item {
  position: absolute;
  right: 20px;
  top: 5px;
}

.search-item input {
  border: 1px solid #f6f6f6;
  -moz-border-radius: 4px / 3px;
  -webkit-border-radius: 4px / 3px;
  border-radius: 4px / 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  font-weight: 400;
  color: #909090;
  padding-left: 35px;
}

li.search-item{
  margin-right: 0px;
}

.main-nav-search .fa {
  position: absolute;
  top: 20px;
  left: 10px;
}

.process {
  background: #4187c2;
  padding: 45px 0px;
  margin-bottom: 40px;
  color: white;
}

.process h2 {
  margin-bottom: 38px;
}

.project-misc i{
  margin-right: 10px;
}
.project-misc i.fa.fa-video-camera, .project-misc i.fa.fa-headphones {
    margin-right: 0;
}

.process p {
  line-height: 2;
}

.process img {
  margin-bottom: 19px;
}

.header-span {
  position: relative;
  top: -4px;
}

.not-member {
  background: #4187c2;
  margin: 0px 0px 30px 0px;
  padding-bottom: 40px;
}

.not-member h2 {
  color: white;
  font-size: 30px;
  margin-top: 30px;
}

.not-member p {
  color: white;
  font-size: 16px;
  margin-bottom: 30px;
}

.not-member a {
  border: 1px solid #e8e8e8;
  background-color: #ffa921;
  -moz-box-shadow: 1px 2px 2px rgba(6,6,6,.18);
  -webkit-box-shadow: 1px 2px 2px rgba(6,6,6,.18);
  box-shadow: 1px 2px 2px rgba(6,6,6,.18);
  padding: 10px;
  color: white;
  font-weight: bold;
  font-size: 24px;
}

.project-details {
  min-height: 69px;
}

.not-member img {
  position: relative;
  bottom: -39px;
}

.author-category.video p, 
.author-category.audio p, 
.author-category.graphic p {
    background: #f24444;
    position: absolute;
    text-align: center;
    color: white;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    width: 67%;
    top: 56px;
    font-size: 18px;
    padding: 7px 0px;
    right: -56px;
}
.author-category.audio p{
  background: #1d95d3;
}
.author-category.graphic p{
  background: #ffa921;
}
.pagination li{
  display: inline-block;
  list-style-type: none;
}
.pagination ul{
  margin: 0px;
  padding: 0px;
}
.page-item {
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
  background-image: -moz-linear-gradient(bottom, #efefef 0%, rgba(240,240,240,0) 100%);
  background-image: -o-linear-gradient(bottom, #efefef 0%, rgba(240,240,240,0) 100%);
  background-image: -webkit-linear-gradient(bottom, #efefef 0%, rgba(240,240,240,0) 100%);
  background-image: linear-gradient(bottom, #efefef 0%, rgba(240,240,240,0) 100%);
  font-size: 18px;
  font-weight: 600;
  padding: 5px 15px;
  margin-right: 5px;
  color: #9a9a9a;
}
.newest {
  position: relative;
  overflow: hidden;
}
.newest-authors{
  margin-bottom: 40px;
}
.steps .col-md-4{
  text-align: center;
}
.process h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.special-separator {
  background: #585858;
  width: 14px;
  margin-right: 20px;
  height: 22px;
  top: 2px;
  position: relative;
  display: inline-block;
}
.category-icon{
  margin-right: 10px;
}

.videolance-footer{
  background: #1a1d1f;
}

footer h2{
  color: white;
}

footer h3 {
  padding-top: 0px;
  margin-top: 0px;
  color: white;
  font-weight: bold;
}

footer p {
  color: white;
  font-size: 14px;
  margin-top: 22px;
}

.footer-navigation li {
  display: inline-block;
  width: 49%;
  color: white;
  line-height: 2;
  list-style-type: square;
}

.footer-navigation li a {
  color: white;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}

.footer-navigation li a:hover{
  text-decoration: none;
  color: #ffa921;
}

.footer-navigation ul {
  margin: 18px 0px;
  padding: 0px;
}

.latest-posts{
  margin-bottom: 30px;
}

.clear{
  clear: both;
}

.separator {
  background: url(../img/separator.png);
  width: 100%;
  height: 3px;
  margin: 30px 0px;
}

.video-icon{
  background-color: #f14343; /* layer fill content + color overlay */
}

.audio-icon{
  background-color: #1c94d3; /* layer fill content */
}

.graphic-icon{
  background-color: #ffa921; /* layer fill content + color overlay */
}
.main-menu a {
  color: #585858;
}

.main-menu a:hover {
  color: #000000;
}

.category-more i{
  margin-right: 10px;
}

.header-link {
  font-size: 20px;
  border-bottom: dotted 1px;
}

.header-link:hover{

}

.search-label {
  float: left;
  position: relative;
  top: 5px;
  left: 3%;
  color: #dad7d7;
  text-decoration: underline;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}

.next-step {
  background: url(../img/next-step.png);
  width: 55px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 15%;
}

.step{
  position: relative;
}

a.header-link{
  color: white;
}
a.header-link:hover{
  text-decoration: none;
}

.get-in-touch p {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: -10px;
}

.footer-get {
  font-size: 22px;
  margin-right: 30px;
  position: relative;
  top: 4px;
}

.footer-navigation {
  padding-left: 5%;
}

.footer-form{
  margin-top: 20px;
}

.footer-form input{
  height: 50px;
}

.footer-form .btn-default {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
  height: 50px;
  -moz-border-radius: 1px / 2px;
  -webkit-border-radius: 1px / 2px;
  border-radius: 1px / 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffa921;
}

.facebook-btn {
  border: 1px solid #25649E;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
  background-color: #1572AD;
  color: white;
  font-size: 18px;
  padding: 5px;
  padding-right: 15px;
}

.facebook-btn:hover{
  color: white;
  text-decoration: none;
  border: 1px solid #00509b; /* stroke */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
  background-color: #258ed2; /* layer fill content */
}

.fb-icon {
  padding: 0px 10px;
  border-right: 1px solid rgb(85, 143, 207);
  margin-right: 8px;
}

.email-icon {
  border-right: 1px solid rgb(241, 200, 32);
  margin-right: 8px;
}

.email-btn {
  border: 1px solid #d3a300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #FFC200;
  color: white;
  font-size: 18px;
  padding: 5px;
  padding-right: 10px;
  padding-left: 10px;
}
.email-btn:hover{
  color: white;
  text-decoration: none;
  border: 1px solid #dbb11b; /* stroke */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
  background-color: #2f81c7; /* layer fill content */
  -moz-box-shadow: inset 0 0 0 1px rgba(252,247,192,.15); /* inner glow */
  -webkit-box-shadow: inset 0 0 0 1px rgba(252,247,192,.15); /* inner glow */
  box-shadow: inset 0 0 0 1px rgba(252,247,192,.15); /* inner glow */
  background-image: -moz-linear-gradient(bottom, #ffc819 0%, #ffd946 100%); /* gradient overlay */
  background-image: -o-linear-gradient(bottom, #ffc819 0%, #ffd946 100%); /* gradient overlay */
  background-image: -webkit-linear-gradient(bottom, #ffc819 0%, #ffd946 100%); /* gradient overlay */
  background-image: linear-gradient(bottom, #ffc819 0%, #ffd946 100%); /* gradient overlay */
}

.as-seen-on,
.why-choose {
  background-color: #f9f9f9;
  padding: 30px;
}

.coming-soon-label {
  position: absolute;
  top: -28px;
  margin-left: 10px;
}

.users-testimonials {
  text-align: center;
  padding: 60px 0px;
}

.carousel-indicators li {
  border: 1px solid #9B9B9B;
}

.carousel-indicators .active {
  background-color: #838080;
}

.carousel-indicators {
  bottom: -20px;
}

.why-choose {
  color: #585858;
  padding: 60px;
}

.why-choose i {
  color: #47abdf;
  width: 18px;
  text-align: center;
  margin-right: 10px;
}

.reasons {
  padding-top: 50px;
}

.why-choose ul{
  padding: 0px;
}

.why-choose li {
  list-style-type: none;
  margin-bottom: 10px;
}

.as-seen-on li{
  display: inline-block;
}

.as-seen-on ul {
  margin-bottom: 30px;
  padding: 0px;
  text-align: center;
}

.as-seen-on h2{
  text-align: center;
  color: #585858;
  font-weight: 600;
  margin-bottom: 30px;
}

.blue-box{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
  background-color: #14aeff; /* layer fill content */
  background-image: -moz-radial-gradient(center center, circle, #17a3eb 0%, #1b8fcb 100%); /* gradient overlay */
  background-image: -o-radial-gradient(center center, 100px 100px, #17a3eb 0%, #1b8fcb 100%); /* gradient overlay */
  background-image: -webkit-radial-gradient(center center, 100px 100px, #17a3eb 0%, #1b8fcb 100%); /* gradient overlay */
  background-image: radial-gradient(center center, 100px 100px, #17a3eb 0%, #1b8fcb 100%); /* gradient overlay */
  height: 291px;
  color: white;
  padding: 80px 20px;
  border-bottom: 1px solid white;
}

.blue-box h3 {
  font-size: 20px;
  margin-top: 0px;
}

.blue-box i {
  font-size: 60px;
  text-shadow: 0 1px 1px rgba(6,6,6,.23);
}

.blue-box a{
  color: white;
}

.blue-box a:hover{
  text-decoration: none;
}

.inner-header{
  background: #1c1c1c;
  background: url(../img/inner-header.png) center;
  min-height: 185px;
}
.inner-page{
  margin-bottom: 0px;
}
.author-listing {
    text-align: center;
}
.author-listing{
  color: white;
}
.author-listing h1 {
  font-weight: 600;
  padding-top: 30px;
}
.inner-header h2 {
  margin-bottom: 45px;
}
.author-listing-content,
.project-page{
  margin-top: 25px;
  margin-bottom: 50px;
}
.not-member a:hover {
  text-decoration: none;
  background-color: #FFB135;
}
.filter-menu {
  padding: 10px 0px;
}
.author-card{
  border: 1px solid #e8e8e8; /* stroke */
  background-color: #fbfbfb; /* layer fill content */
  margin-bottom: 20px;
}
.author-card .col-md-3 {
  padding-left: 0px;
}
.author-card .author-category.video p, 
.author-card .author-category.audio p, 
.author-card .author-category.graphic p {
    width: 66%;
    top: 55px;
    font-size: 17px;
    right: -41px;
}
.author-card h1 {
  color: #585858;
  font-size: 24px;
  margin-bottom: 25px;
}
.author-card p {
  margin-bottom: 22px;
}
.filter-label{
  color: #bcb5b5;
}
.filter-menu a {
  color: #292929;
}
.filter-menu a:hover{
  color: #ffa921;
  text-decoration: none;
}
.tags {
  border: 1px solid rgba(167,167,167,.5);
  background-color: #f6f6f6;
  padding: 5px;
  font-size: 14px;
  margin: 10px;
}
.author-listing-content .col-md-9{
  width: 67%;
}
.author-listing-content .col-md-3.sidebar {
  width: 33%;
}
.author-card .col-md-9 {
  width: 75%;
  padding-bottom: 20px;
}
.col-md-2.projects {
  padding-top: 12px;
  border-left: 1px solid rgb(236, 236, 236);
  text-align: left;
  position: relative;
  left: 3px;
}
.col-md-2.projects p {  
  font-size: 20px;
}
.follow{
  text-align: right;
}
.follow a {
  color: #505050;
}
.follow i{
  margin: 0px 5px;
}
.last {
  margin-bottom: 10px !important;
  position: relative;
}
.video-count {
  color: #505050;
  margin-right: 10px;
}
.author-card:hover .video-count {
  color: #f24444;
}
.audio-count {
  color: #505050;
  margin-right: 10px;
}
.author-card:hover .audio-count {
  color: #1d95d3;
}
.graphic-count {
  color: #505050;
  margin-right: 10px;
}
.author-card:hover .graphic-count {
  color: #ffa921;
}
.author-card .col-md-7 {
  width: 66%;
}
.author-card .col-md-2 {
  width: 9%;
}
.author-job, 
.author-address {
    font-size: 14px;
    font-weight: 300;
}
.author-job {
  margin: 0px 20px;
}
.address-marker {
  margin-right: 10px;
  font-size: 26px;
  color: #505050;
}
.author-portret i {
  margin: 0px 5px;
}
.work-focus li {
    display: inline-block;
    margin-bottom: 20px;
}
.work-focus a {  
  border: 1px solid rgba(167,167,167,.5);
  background-color: #f6f6f6;
  padding: 5px;
  margin: 5px 0px 5px 0px;
  color: rgb(94, 94, 94);
}
.work-focus a:hover{
    text-decoration: none;
    color: rgb(94, 156, 190);
}
.normal-list li {
  list-style-type: none;
  border-bottom: 1px dotted grey;
  font-size: 18px;
  color: grey;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.work-focus ul {
    margin-top: 18px;
    padding-left: 34px;
    margin-bottom: 5px;
}
.sidebar p {
  font-size: 20px;
}
.sidebar input {
  height: 45px;
}
.project-listing{
  margin-bottom: 30px;
}
.project-listing .project-category, .project-misc .project-category, .project-misc .project-category.video-icon {
  width: 30%;
  position: absolute;
  left: 36%;
  bottom: 120px;
  text-align: center;
  color: #fff;
}
.profile-header {
  background: url(../img/profile-bg.jpg);
  width: 100%;
  padding: 30px 0px;
}
.profile-card{
  border: 1px solid #e8e8e8; /* stroke */
  background-color: #fff; /* layer fill content */
  -moz-box-shadow: 1px 2px 2px rgba(6,6,6,.18); /* drop shadow */
  -webkit-box-shadow: 1px 2px 2px rgba(6,6,6,.18); /* drop shadow */
  box-shadow: 1px 2px 2px rgba(6,6,6,.18); /* drop shadow */
}
.profile-card h1 {
  font-size: 20px;
  font-weight: 600;
  color: #585858;
  margin-top: 4px;
}
.profile-card .follow-artist,
.project-author-info .follow-artist{
  border: 1px solid #5aadcf;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  -moz-box-shadow: inset 0 1px 0 #b7e5f4;
  -webkit-box-shadow: inset 0 1px 0 #b7e5f4;
  box-shadow: inset 0 1px 0 #b7e5f4;
  background-image: -moz-linear-gradient(bottom, #61bbe3 0%, #93dbef 99.46%, #93dbef 100%);
  background-image: -o-linear-gradient(bottom, #61bbe3 0%, #93dbef 99.46%, #93dbef 100%);
  background-image: -webkit-linear-gradient(bottom, #61bbe3 0%, #93dbef 99.46%, #93dbef 100%);
  background-image: linear-gradient(bottom, #61bbe3 0%, #93dbef 99.46%, #93dbef 100%);
  color: white;
  padding: 5px 10px;
}
.project-author-info .follow-artist{
    font-size: 16px;
}
.profile-card .follow-artist:hover,
.project-author-info .follow-artist:hover{
  border: 1px solid #5aadcf; /* stroke */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
  background-color: #fff; /* layer fill content */
  -moz-box-shadow: inset 0 1px 0 #b7e5f4; /* inner shadow */
  -webkit-box-shadow: inset 0 1px 0 #b7e5f4; /* inner shadow */
  box-shadow: inset 0 1px 0 #b7e5f4; /* inner shadow */
  background-image: -moz-linear-gradient(bottom, #6ec3ea 0%, #a1e5f9 99.46%, #a1e5f9 100%); /* gradient overlay */
  background-image: -o-linear-gradient(bottom, #6ec3ea 0%, #a1e5f9 99.46%, #a1e5f9 100%); /* gradient overlay */
  background-image: -webkit-linear-gradient(bottom, #6ec3ea 0%, #a1e5f9 99.46%, #a1e5f9 100%); /* gradient overlay */
  background-image: linear-gradient(bottom, #6ec3ea 0%, #a1e5f9 99.46%, #a1e5f9 100%); /* gradient overlay */
  text-decoration: none;
}
.profile-info {
  padding: 15px 10px;
}
.profile-info ul {
  padding-left: 0;
}
.profile-info .email-btn {
  font-size: 14px;
}
.profile-info .email-btn {
  background: grey;
  border: 1px solid #707070;
}
.profile-info .email-btn {
  margin-left: 5px;
}
.about .col-md-6 {
  margin-bottom: -11px;
}
.additional-info {
  background: #efefef;
  padding: 0px 13px;
  -moz-box-shadow: 1px 2px 2px rgba(6,6,6,.18);
  -webkit-box-shadow: 1px 2px 2px rgba(6,6,6,.18);
  box-shadow: 1px 2px 2px rgba(6,6,6,.18);
}
.additional-info p {
    padding: 4px 0px;
    font-size: 15px;
}
.col-md-9 .category-title{
    padding: 0px 0px;
}

.additional-info i {
    font-size: 16px;
    margin: 0px 0px;
}
.about i {
  color: #37cde7;
  font-size: 22px;
  margin-right: 10px;
}
.profile-info .email-btn:hover {
  background: #868686;
}
.divider {
  background: url(../img/divider.png);
  width: 100%;
  height: 1px;
  margin: 10px 0px;
}
.focus{
  margin-bottom: 20px;
}
.about p {
  line-height: 28px;
}
.achievements {
  background: url(../img/achievements.png);
  width: 100%;
  position: relative;
  top: 30px;
}
.achievements li {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: 100;
  padding: 20px 0px;
  position: relative;
  margin-right: 69px;
}
.achievements li i{
  margin: 0px 10px;
}
.achievements ul{
  padding: 0px;
  margin: 0px;
}
.feedback{
  border: 1px solid #e8e8e8; /* stroke */
  background-color: #fbfbfb; /* layer fill content */
  -moz-box-shadow: 1px 2px 2px rgba(6,6,6,.18); /* drop shadow */
  -webkit-box-shadow: 1px 2px 2px rgba(6,6,6,.18); /* drop shadow */
  box-shadow: 1px 2px 2px rgba(6,6,6,.18); /* drop shadow */
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  float: right;
}
.feedback h1 {
  color: #777777;
  font-size: 13px;
  font-weight: 700;
}
.feedback textarea{
  border: 2px solid #d8d8d8;
}
.feedback-comment {
  padding-top: 30px;
}
.feedback-comment .col-md-2 {
  width: 19.666667%;
}
.feedback-comment .col-md-10 {
  width: 80.333333%;
  margin-left: 0px;
  padding-left: 0px;
}
.feedback .separator{
  height: 3px;
  width: 100%;
  background: #777777;
}
.feedback .divider{
  background: url(../img/feedback-divider.png);
  width: 100%;
  height: 2px;
  margin-bottom: 30px;
}
.feedback-rating {
    background: #f7f7f7;
    border: 2px solid #d8d8d8;
    -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;
    margin-top: -137px;
    margin-bottom: 55px;
}
.feedback-rating p {
  color: #777777;
  font-weight: 700;
  font-size: 16px;
  margin-top: 6px;
  padding-bottom: 0px;
}
.feedback-rating .col-md-8{
  text-align: right;
}
.full-star {
  background: url(../img/full-star.png);
  width: 28px;
  height: 27px;
  position: relative;
  top: 5px;
  display: inline-block;
}
.empty-star {
  background: url(../img/empty-star.png);
  width: 28px;
  height: 27px;
  position: relative;
  top: 2px;
  display: inline-block;
}
.user-comment{
  margin-bottom: 30px;
}
.user-comment h2{
  font-size: 20px;
  margin-top: 5px;
}
footer i{
    margin-right: 5px;
}
.user-comment p {
  color: #c7c7c7;
  font-size: 12px;
  margin-top: -8px;
}
.user-comment .col-md-12 p {
  font-size: 17px;
  margin-top: 14px;
  font-weight: 100;
  font-style: italic;
}
.user-comment i {
  margin-right: 10px;
}
.quote{
  background: url(../img/quote.png);
  width: 23px;
  height: 24px;
  display: inline-block;
}
.filter-menu .dropdown-menu{
  padding-right: 15px;
}
.sidebar .btn-default {
  height: 45px;
}
.sidebar .form-inline {
  margin-bottom: 30px;
}
.sidebar input {
  width: 362px !important;
}
.author-bio i{
  margin-right: 5px;
}
.author-title {
    color: #585858;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 14px;
}
.profile-card h2 {
    font-size: 20px;
    font-weight: 600;
    color: #585858;
    margin-top: 4px;
}
.feedback h2{
    color: #777777;
    font-size: 13px;
    font-weight: 700;
}
.col-md-10 h2{
    font-size: 24px;
}
.category-title li {
    display: inline-block;
    font-size: 18px;
    margin-right: 22px;
    color: #333333;
}
.category-title li a {
    color: #333333;
}
a.video-filter{
    color: #ff8b8b !important;
}
a.video-filter:hover{
    color: #f24444 !important;
}
a.audio-filter{
    color: #afd0e5 !important;
}
a.audio-filter:hover{
    color: #85bbd9 !important;
}
a.graphic-filter{
    color: #ffd19d !important;
}
a.graphic-filter:hover{
    color: #ffa921 !important;
}
.filter-list {
    text-align: right;
}
.feedback-btn {
    margin-top: 40px;
    margin-bottom: 45px;
    font-weight: 700;
    height: 35px !important;
    background: #F3F3F3;
    color: rgb(114, 112, 112);
}
.clients ul {
    padding: 0;
}
.clients li {
    display: inline-block;
    width: 49%;
}

.about-info {
    position: relative;
    left: 0px;
}
.profile-listing .category-title p {
    font-size: 18px !important;
}
.profile-listing .special-separator {
    height: 18px;
}
.profile-listing .category-title {
    padding: 0px 0px;
}
.col-md-2.newest{
    padding-left: 15px;
    padding-right: 5px;
}
.dashboard-header h1,
.dashboard-header h3,
.dashboard-header p{
    color: white;
}
.dashboard-header h1 {
    font-size: 49px;
    font-weight: 600;
}
.dashboard-header span{
    position: relative;
    top: -5px;
}
.dashboard-header-box{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #121111; /* layer fill content */
    -moz-box-shadow: 2px 3px 0 rgba(0,0,0,.28); /* drop shadow */
    -webkit-box-shadow: 2px 3px 0 rgba(0,0,0,.28); /* drop shadow */
    box-shadow: 2px 3px 0 rgba(0,0,0,.28); /* drop shadow */
    width: 50%;
    padding: 5px 20px;
    float: right;
    margin-top: 5%;
    position: relative;
}
.dashboard-header-box h3 {
    margin: 0;
    padding: 5px 0px;
}
.dashboard-content{
    padding: 30px 0px;
}
.dashboard-content .nav-tabs{
    background-color: #efefef;
}
.dashboard-content .tab-content {
    border: 1px solid #e8e8e8; /* stroke */
    background-color: #fff; /* layer fill content */
}
p.complete-profile{
    color: #ffa921;
}
.dashboard-header-box i{
    margin-right: 10px;
}
.dashboard-header-box .close {
    color: white;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 5px;
}
p.first-project{
    color: #8ae844;
}
p.unread-messages{
    color: #f24444;
}
.add-new-projects{
    text-align: center;
}
.add-new-projects h2 {
    color: #848484;
    font-size: 24px;
    margin-top: 5px;
}
.add-new-projects p {
    color: #848484;
    margin-bottom: 30px;
}
.add-new-projects i {
    font-size: 90px;
    color: #848484;
}
.upload-project {
    border: 1px solid #e8e8e8;
    background-color: #ffa921;
    -moz-box-shadow: 1px 2px 2px rgba(6,6,6,.18);
    -webkit-box-shadow: 1px 2px 2px rgba(6,6,6,.18);
    box-shadow: 1px 2px 2px rgba(6,6,6,.18);
    padding: 5px 10px;
    font-size: 20px;
    color: white;
}
.complete-project-box,
.dashboard-project-box{
    background-color: #ffa921;
    text-align: center;
    padding: 35px 0px;
}
.dashboard-project-box{
    background-color: #848484;
}
.complete-project-box p,
.dashboard-project-box p{
    color: white;
    font-size: 30px;
}
.dashboard-sidebar .col-md-12{
    padding: 0px;
    margin: 0px;
}
.dashboard-sidebar .col-md-6 {
    padding: 0px;
    margin: 10px 13px 0px 0px;
}
.last-dashboard-sidebar{
    margin: 10px 0px 0px 0px !important;
}
.col-md-6.dashboard-sidebar{
    width: 48%;
}
.project-stats{
    margin-top: 30px !important;
}
.dashboard-sidebar .project-stats .col-md-6 {
    margin: 0px !important;
}
.project-stats ul {
    margin: 0px;
    padding: 0px 34px;
}
.project-stats li {
    list-style-type: none;
    font-size: 20px;
}
.project-stats i{
    color: #1d95d3;
    margin-right: 10px;
}
.right-align{
    text-align: right;
}
.stats-separator{
    background: url('../img/stats-separator.png');
    width: 100%;
    height: 1px;
    margin: 15px 0px;
}
.email-sidebar{
    background-color: #fff; /* layer fill content */
}
.email-sidebar h2 {
    margin-top: 5px;
}
.dashboard-email-sidebar{
    padding: 16px;
}
.email-sidebar i{
    margin-right: 10px;
}
.mail-content {
    padding: 15px;
}
.mail-content .col-md-2 {
    margin: 0px;
    padding: 0px;
}
.mail-content p {
    font-size: 14px;
    color: #b5b5b5;
}
p.sidebar-email-title{
    color: #1d95d3;
    font-size: 18px;
    font-weight: 600;
}
p.sidebar-email-author{
    color: rgb(70, 70, 70);
    margin-top: -10px;
    font-size: 18px;
    font-weight: 600;
}
.dashboard-project-box i {
    font-size: 35px;
    margin-right: 8px;
    margin-left: 8px;
    float: left;
    color: white;
}
.dashboard-project-box p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
}
.unread-emails{
    background: #f24444;
}
.nav>li>a {
    font-size: 17px;
    color: rgb(36, 36, 36);
    font-weight: 600;
    padding: 18px 35px;
}
.add-project-sidebar li {
    list-style-type: none;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #464545;
}
.add-project-sidebar i {
    color: #b4b4b4;
    font-size: 28px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.add-project-sidebar ul {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 30px;
}
i.active-step{
    color: rgb(87, 87, 87);
}
i.checked-step{
    color: #96c835;
}
li.type-selected{
    color: #f24444 !important;
    font-weight: 600;
}
.add-project-content{
    border: 1px solid #e8e8e8; /* stroke */
    background-color: #fff; /* layer fill content */
    position: relative;
}
.add-project-main {
    padding: 70px 0px;
}
.add-project-main .form-horizontal .control-label {
    text-align: left;
    font-size: 18px;
}
.add-project-main .form-control {
    height: 45px;
}
.add-project-main textarea {
    height: 100px !important;
}
.add-project-main .form-group {
    margin-bottom: 30px;
}
.add-project-main .col-sm-2 {
    width: 27.666667%;
}
.add-project-main .col-sm-10 {
    width: 72.333333%;
}
i.info-label {
    color: #8ebfd8;
    margin-left: 10px;
}
i.icon-label {
    margin-right: 10px;
}
ul.add-project-breadcrumb {
    padding: 0px 0px 0px 14px;
    background: #efefef;
    position: absolute;
    width: 100%;
    left: 0;
}
.add-project-breadcrumb li {
    display: inline-block;
    font-size: 18px;
    margin: 15px 0px;
    margin-right: 25px;
    color: #464545;
}
li.highlighted{
    color: #1d95d3;
    font-weight: 600;
}
.add-project-breadcrumb i{
    margin-right: 10px;
}
.drawn-arrow {
    background: url('../img/arrow.png');
    width: 100px;
    height: 54px;
    position: absolute;
    right: 0;
    top: 30px;
}
.add-project-main-info{
    color: #8ebfd9;
    margin-right: 10px;
}
.add-project-main p {
    font-size: 15px;
    color: #cbcbcb;
    font-weight: 300;
}
.add-project-sidebar-green {
    border: 1px solid #e8e8e8;
    background-color: #95c834;
    color: white !important;
    font-size: 17px;
    font-weight: 600;
    padding: 5px 3px;
}
.add-project-sidebar-black {
    border: 1px solid #e8e8e8; /* stroke */
    background-color: #616161; /* layer fill content */
    color: white !important;
    font-size: 17px;
    font-weight: 600;
    padding: 5px 3px;
}
.add-project-sidebar-green:hover{
    border: 1px solid #e8e8e8; /* stroke */
    background-color: #9dd03b; /* layer fill content */
    text-decoration: none;
}
.add-project-sidebar-black:hover{
    border: 1px solid #e8e8e8; /* stroke */
    background-color: #6c6c6c; /* layer fill content */
    text-decoration: none;
}
.add-project-sidebar-green i {
    color: white;
    font-size: 16px;
    position: relative;
    top: 0px;
    left: 5px;
}
.add-project-sidebar-black i {
    color: white;
    font-size: 16px;
    position: relative;
    top: 0px;
    left: 5px;
}
.preview-project {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 20px;
    padding-bottom: 50px;
    margin-top: 30px;
}
.preview-project p{
    font-size: 20px;
    text-align: center;
    color: #c0c0c0;
}
.box-preview {
    max-width: 69%;
    margin: auto;
}
.dashboard-content .author-listing-content .col-md-3.sidebar {
    width: 25%;
}
.dashboard-content .author-listing-content .col-md-9 {
    width: 75%;
}
.preview-project i{
    color: white;
    font-size: 20px;
}
.dashboard-submit{
    margin: 60px 0px;
    text-align: right;
}
i.blue-link{
    margin-left: 10px;
    font-size: 15px; 
}
.nav-tabs>li>a {
    border-radius: 0px 0px 0 0;
}
.shadow-left {
    background: url('../img/shadow-left.png') no-repeat;
    width: 9px;
    height: 72px;
    z-index: 2;
    position: absolute;
    left: -8px;
    top: -3px;
    display: none;
}
.shadow-right {
    background: url('../img/shadow-right.png') no-repeat;
    width: 9px;
    height: 72px;
    z-index: 2;
    position: absolute;
    right: -6px;
    top: -3px;
    display: none;
}
.active .shadow-left,
.active .shadow-right{
    display: block;
}
.half-input .col-md-4{
    padding: 0;
}
.half-input .col-md-8{
     padding-right: 0;
}
.input-label-break{
    margin-left: 11%;
}
.url-label{
    float: left;
}
.url-input{
    float: left;
    width: 84%;
    margin-left: 14px;
}
.add-tags {
    -moz-border-radius: 3px / 2px;
    -webkit-border-radius: 3px / 2px;
    border-radius: 3px / 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #1d95d3;
    position: relative;
    left: -20px;
    top: 8px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 18px;
}
.project-tags ul{
    padding: 0px;
}
.project-tags li{
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #d4d4d4; /* layer fill content */
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 0px;
}
.tag-multiply {
    color: white;
    padding: 5px 12px;
    background-color: #575757;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.tag-close {
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top: -10px;
    padding: 0px 5px;
    color: #585858;
}
.tag-close:hover{
    text-decoration: none;
    color: #1d95d3;
}
.add-tags:hover{
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #24a1e2; /* layer fill content */
    color: white;
    text-decoration: none;
}
.add-photos{
    text-align: right;
}
.add-new-photo {
    border: 1px solid #e0e0e0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    float: left;
    text-align: center;
    margin-right: 10px;
    padding: 10px 10px;
    position: relative;
    font-weight: 400;
}
a .add-new-photo{
    color: #8e8e8e;
}
.add-photo-wrap{
    position: absolute;
    left: 6px;
    top: 7px;
}
.col-md-9.dashboard-home {
    max-width: 71%;
}
.col-md-3.sidebar.dashboard-sidebar.dashboard-home {
    width: 29%;
}
.add-new-project-box {
    border: 1px solid #e8e8e8;
    background-color: #fbfbfb;
    -moz-box-shadow: 1px 2px 2px rgba(6,6,6,.18);
    -webkit-box-shadow: 1px 2px 2px rgba(6,6,6,.18);
    box-shadow: 1px 2px 2px rgba(6,6,6,.18);
    text-align: center;
    padding: 20px 0px 75px 0px;
    position: relative;
}
.add-new-project-box p {
    font-size: 30px;
}
.add-new-project-box a{
    color: #8e8e8e;
}
.add-new-project-box a:hover{
    text-decoration: none;
}
.add-project-wrapp{
    position: absolute;
    left: 15px;
    top: 15px;
    max-height: 260px;
    width: 190px;
}
p.plus-sign {
    font-size: 90px;
    margin-bottom: -30px;
}
.main-content-photo {
    padding: 10px 20px;
    margin-left: 35px;
}

.main-content-photo a{
    color: #8e8e8e;
    font-weight: 600;
}

.main-content-photo a:hover{
    text-decoration: none;
}

.different-platform{
    cursor: pointer;
}

.embedded-code{
    display: none;
}

.content-green-btn{
    padding-right: 10px;
}

.long-label{
    position: relative;
    top: -10px;
}

.project-page h2 {
    color: #575757;
    font-size: 30px;
    font-weight: 100;
    padding-bottom: 20px;
}

.project-info {
  border: 1px solid #ebebeb;
  background-color: #fbfbfb;
  padding: 30px;
  margin-top: 25px;
}

.project-previews {
  margin-top: 18px;
  text-align: center;
}


.project-info .col-md-8{
    width: 64.666667%;
}

.project-info .col-md-4{
    width: 35.333333%;
}

.project-info p {
    color: #808080;
    font-family: "Open Sans", sans-serif;
    padding-top: 20px;
    font-size: 17px;
    font-weight: 100;
}
.project-features img{
    margin-bottom: 10px;
}
.project-features ul{
    padding: 0px;
}
.project-features li{
    list-style-type: none;
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 18px;
}
.project-features i{
    color: #88b352; /* text color */
    font-size: 30px;
    margin-right: 10px;
}
.comment-username h3{
    color: #3585bd; /* text color */
    font-size: 24px;
    font-weight: 500;
}
.col-md-6.comment-date,
.col-md-6.comment-stats{
    text-align: right;
}
.comment-reply a{
    color: #3585bd; /* text color */
    font-size: 24px;
}
.comment-date{
    color: #808080; /* text color */
    font-size: 20px;
    font-style: italic;
}
.comment-approve a{
    color: #9bbd35; /* text color */
    font-size: 24px;
    margin-right: 10px;
}
.comment-disapprove a{
    color: #df4242; /* text color */
    font-size: 24px;
}
.comment-separator{
    background: url('../img/comment-separator.png');
    height: 1px;
    width: 100%;
    margin: 30px 0px;
}

.project-sidebar-separator {
    background: url('../img/comment-separator.png');
    height: 1px;
    width: 100%;
    margin: 20px 0px;
    margin-top: -10px;
}

.more-comments{
    text-align: right;
}

.project-page-header {
    background: url('../img/project-header.jpg');
    padding: 30px 0px;
    position: relative;
}

.project-page-header{
    color: white;
}

.project-top-border{
    background: url('../img/project-top.jpg');
    height: 8px;
    width: 100%;
    position: absolute;
    top: 0px;
}

.project-profile {
  background-color: #fff;
  padding: 15px;
  margin-top: 1px;
  padding-bottom: 30px;
}

.project-author-info{
    padding-left: 0px;
}

.project-author-spec{
    color: #3f3939; /* text color */
    font-size: 15px;
}

p.project-author-name {
    color: #3f3939;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 10px;
}

.profile-details .project-contact {
  position: absolute;
  top: 40px;
  right: 30px;
}

.project-contact {
    border: 1px solid #e2a400;
    -moz-border-radius: 5px / 5px 5px 5px 5px;
    -webkit-border-radius: 5px / 5px 5px 5px 5px;
    border-radius: 5px / 5px 5px 5px 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    background-image: -moz-linear-gradient(bottom, #ffc600 0%, #ffea00 99.46%, #ffea00 100%);
    background-image: -o-linear-gradient(bottom, #ffc600 0%, #ffea00 99.46%, #ffea00 100%);
    background-image: -webkit-linear-gradient(bottom, #ffc600 0%, #ffea00 99.46%, #ffea00 100%);
    background-image: linear-gradient(bottom, #ffc600 0%, #ffea00 99.46%, #ffea00 100%);
    color: white;
    padding: 5px 10px;
    margin-left: 5px;
    font-size: 16px;
}

.project-contact:hover{
    border: 1px solid #e2a400; /* stroke */
    -moz-border-radius: 5px / 5px 5px 5px 5px;
    -webkit-border-radius: 5px / 5px 5px 5px 5px;
    border-radius: 5px / 5px 5px 5px 5px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #fff; /* layer fill content */
    background-image: -moz-linear-gradient(bottom, #ffcc1f 0%, #ffea00 99.46%, #ffea00 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #ffcc1f 0%, #ffea00 99.46%, #ffea00 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #ffcc1f 0%, #ffea00 99.46%, #ffea00 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #ffcc1f 0%, #ffea00 99.46%, #ffea00 100%); /* gradient overlay */
    color: white;  
}
.view-all-projects{
    padding-top: 20px;
    padding-bottom: 32px;
}
.view-all-projects a {
    font-size: 20px;
    padding-top: 20px;
}
.actions .col-md-6 {
    width: 49%;
    padding-bottom: 60px;
}
.project-views {
    width: 60%;
    height: 86px;
    margin: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #5eb5d2;
    text-align: center;
    padding-top: 15px;
    font-size: 40px;
}
.project-favs {
    width: 60%;
    height: 86px;
    margin: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #d42f2f;
    text-align: center;
    padding-top: 15px;
    font-size: 40px;
}
.actions h2{
    color: #575757; /* text color */
    font-size: 27px;
    font-weight: 600;
}
.project-social ul {
    padding: 0px;
    margin-top: 8px;
    margin-bottom: -22px;
}
.facebook-share{
    background-color: #306199; /* layer fill content */
}
.linkedin-share{
    background-color: #007bb5; /* layer fill content */
}
.twitter-share{
    background-color: #26c3f1; /* layer fill content */
}
.google-share{
    background-color: #e93f2e; /* layer fill content */

}
.project-social li {
    display: inline-block;
    font-size: 16px;
    padding: 13px 16px;
}
.project-page-listing {
    background: white;
    padding: 30px 0px;
}
.project-page.sidebar p {
    color: #575757;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 28px;
}

.project-page.sidebar .col-md-4{
    text-align: right;
}

.project-page.sidebar h2 {
    font-size: 25px;
    font-weight: 500;
    margin-top: 40px;
}

.work-focus.project-page ul{
    padding: 0px;
}

.project-info-img .project-hover {
  position: absolute;
  display: inline;
}

.project-info-img a{
  text-decoration: none;
}

.project-info-img:hover .project-hover{
    display: block;
    position: absolute;
    top: -60px;
    text-decoration: none;
}

.project-info .col-md-4 a:hover{
    text-decoration: none;
}

.sidebar-right{
    text-align: right;
}

.project-social .fa {
  margin-right: 12px;
}

.project-video iframe {
  width: 100%;
  height: 536px;
}

.project-social a {
  display: block;
  color: white;
}

.user-stats {
  text-align: center;
  padding-top: 16px;
  font-weight: 600;
}

.alternative-profile-mask,
.log-mask{
    vertical-align: bottom;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box;
}

.log-mask{
    width: 50px;
    height: 50px;
}

.alternative-profile-mask {
  width: 190px;
  height: 190px;
}

.profile-details {
  text-align: center;
}

.profile-details h1 {
  font-size: 30px;
  margin-top: -17px;
  margin-bottom: 2px;
}

.profile-details p {
  margin-bottom: 17px;
  color: #a1a1a1;
}

.profile-card.about {
  min-height: 295px;
}

.alterntive-logo-img {
    text-align: center;
    margin-bottom: -13px;
    padding: 4px 0px;
}

.video-author {
  background: rgb(255, 255, 255);
}

.log-img{
    float: right;
    margin-right: 12px;
    position: relative;
}

.log-info {
    float: right;
    padding-top: 4px;
}

.log-info .user{
    font-weight: bold;
}

.notifications {
    text-align: center;
    background: url(../img/notifications.png) no-repeat;
    position: absolute;
    width: 22px;
    color: white;
    z-index: 3;
    left: -6px;
    font-size: 14px;
    font-weight: 700;
}
.logged-user {
    padding-top: 8px;
}
.project-page-preheader .col-md-8 h2 {
    padding-top: 0;
    margin-top: 12px;
    padding-bottom: 5px;
}
.project-page-preheader .col-md-4 p {
    text-align: right;
}
.project-page-preheader .col-md-4 p {
    text-align: right;
    padding-top: 20px;
}
.project-content {
    margin-top: 5px;
}
.alterntive-logo-img {
    text-align: center;
    margin-bottom: -13px;
    padding: 20px 0px;
}

.actions {
    margin-top: 29px;
}

.centered-pic {
  text-align: center;
  padding-top: 50px !important;
}

.footer-join-us a{
  border: 1px solid #e8e8e8;
  background-color: #ffa921;
  -moz-box-shadow: 1px 2px 2px rgba(6,6,6,.18);
  -webkit-box-shadow: 1px 2px 2px rgba(6,6,6,.18);
  box-shadow: 1px 2px 2px rgba(6,6,6,.18);
  padding: 10px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  margin-left: 10px;
}

.footer-join-us a:hover{
  text-decoration: none;
  background-color: #FFB135
}

.slicknav_menu {
  display:none;
}

/* ========================= NEW HEADER ============================= */

.new-header {
  min-height: 628px;
  margin-bottom: 30px;
}

.top-logo img {
  margin-top: 15px;
}

.top-navigation{
  text-align: right;    
}

.top-navigation li{
  display: inline-block;
  margin-left: 25px;
}

.top-navigation ul {
  margin-top: 30px;
}

.special-top-link{
  text-transform: uppercase;
  font-weight: 600;
}

.btn-signup,
.btn-find-freelancers{
  padding: 5px 7px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
  background-color: #ffa921; /* layer fill content */
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

a.btn-find-freelancers{
  color: white;
  padding: 9px 20px;
  display: inline-block;
  margin-left: 15px;
}

a.btn-showcase {
  color: white;
  padding: 7px 20px;
  display: inline-block;
}

a.btn-signup:hover,
a.btn-login:hover,
a.btn-find-freelancers:hover,
a.btn-showcase:hover{
  text-decoration: none;
  color: white;
}

.btn-login,
.btn-showcase{
  padding: 3px 7px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
  background-color: transparent; /* layer fill content */
  border: 2px solid white;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.btn-login:hover,
.btn-showcase:hover{
  background-color: white;
  color: #333 !important;
}

.btn-find-freelancers:hover,
.btn-signup:hover{
    background-color: #FFB746;
}

.header-content {
  padding-top: 8%;
  position: relative;
  z-index: 2;
}

.header-video {
  padding-top: 35px;
  text-align: center;
}

#video-header-modal .modal-dialog {
  width: 51%;
  margin: auto;
  margin-top: 50px;
}   

#video-header-modal .modal-body iframe {
  width: 100%;
  height: 550px;
  border: 1px solid black;
}

#video-header-modal .modal-content {
  background: black;
}

#video-header-modal .modal-body {
  position: relative;
  padding: 3px;
}

.vl-play-btn{
  position: absolute;
  top: 50%;
  left: 47%;
  z-index:  0px;
}

/* ========================= Dark Header ============================= */

.new-header.dark{
  background: url(../img/vl_dark_header_impr.jpg);
  background-size: cover;
  background-position: center;
}

.top-navigation li a{
  color: white;
}

.dark .header-content h1,
.dark .header-content h3{
  color: white;
}

.dark .header-content h1 {
  font-weight: 100;
  font-size: 55px;
}

.dark .header-content h3 {
  margin-top: 0px;
  font-size: 28px;
  font-weight: 100;
  margin-bottom: 45px;
}

.slicknav_nav .btn-login {
  border: 0px;
}

/* ========================= Light Header ============================= */

.new-header.light{
  background: url(../img/vl_light_header.jpg);
  background-size: cover;
  background-position: center;
}

.light .header-content h1 {
  font-weight: 100;
  font-size: 55px;
}

.light .header-content h3 {
  margin-top: 0px;
  font-size: 28px;
  font-weight: 100;
  margin-bottom: 45px;
}

.light .top-navigation li a{
  color: #333;
}

.light .btn-login,
.light .btn-showcase{
  border: 2px solid #333;
}

.light .btn-login, .light .btn-showcase {
  border: 2px solid #333;
  color: #333;
}

.light .btn-signup{
  color: white !important;
}

header.inner-top-nav {
  margin-bottom: 10px;
}
.inner-top-nav li a, .light .top-navigation li a {
  color: #333;
}
.inner-top-nav .btn-login, .light .btn-login, .light .btn-showcase {
  border: 2px solid #333;
}
.inner-top-nav .btn-signup, .light .btn-signup {
  color: white !important;
}
.project-previews figure{
    display: inline;
}


img.desaturate{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");

}

.no-margin{
    margin: 0;
}
.bg-success, .bg-danger{
    padding: 15px;
    color: #000;
}
.reasons{
    padding-top: 0px;
}
.message{
    display: none;
}
.main-header {
  background: url(../img/main-bg.jpg);
  background-size: cover;
  min-height: 560px;
  text-align: center;
}
.main-header h1 {
  color: white;
  font-size: 58px;
  margin-top: 10px;
  text-shadow: 0 1px 1px rgba(6,6,6,.45);
}
.main-header h2 {
  color: white;
  text-shadow: 0 1px 1px rgba(6,6,6,.45);
  margin-bottom: 10%;
}
.box-wrapper{
  max-width: 207px;
  border: 1px solid #e8e8e8; /* stroke */
  background-color: #fbfbfb; /* layer fill content */
  -moz-box-shadow: 1px 2px 2px rgba(6,6,6,.18); /* drop shadow */
  -webkit-box-shadow: 1px 2px 2px rgba(6,6,6,.18); /* drop shadow */
  box-shadow: 1px 2px 2px rgba(6,6,6,.18); /* drop shadow */
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.header-form {
  width: 38%;
  margin: auto;
  margin-top: 5%;
}
.header-form input {
  height: 63px;
  font-size: 18px;
}
.project-details {
    margin: 20px 0;
}
.project-picture {
  position: relative;
  max-height: 140px;
  overflow-y: hidden;
}
.project-picture > img {
    height: 140px;
    width: 100%;
}
.project-listing .project-category, 
.project-misc .project-category, 
.project-misc .project-category.video-icon {
    bottom: 130px;
}
.category-bubble {
  position: relative;
}

#profile-image {
    width: 192px;
    height: 192px; 
    /* width: 275px;
    height: 175px; */
    position:relative; /* or fixed or absolute */
    border: 1px solid #ccc;
}
#profile-image img{
    max-width: initial;
}
.cropImgWrapper {
    background-clip: content-box;
}
#profile-image img#defaultImg{
    background-clip: content-box;
    border-radius: 100%;
}

.tag-container {
    line-height: 30px;
}

.tag:hover{
    cursor: pointer;
}
.tag.label-info {
    background: #9CD4E5;
    font-size: 85%;
}

.tag.label-info.selected {
    background: none repeat scroll 0 0 #3f98b3;
}
#step2 .tag.label-info, #step3 .tag.label-info {
    line-height: 3;
    font-size: 90%;
}

.project-name {
    font-size: 16px;
    font-weight: 500;
    margin-top: 38px;
    margin-bottom: 10px;
    color: #8d8d8d;
    min-height: 44px;
}
.author-name {
  color: #8d8d8d;
  font-size: 12px;
}
.bold{
  font-weight: bold;
}
.project-misc {
  background: #efefef;
  max-height: 30px;
}
/* Alerts */
.alert{
  display: none;
}
/* End of alerts */


.loader{
    display: none;
}
#register, .centered-form-wrapper{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    margin: 20px auto;
    padding: 20px 100px;
    width: 602px;
}
#register h1, .centered-form-wrapper h1 {
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 1px 0 #fff;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 15px;
    text-align: center;
    line-height: 1.1;
}
/*
#register .form-horizontal .control-label, .centered-form-wrapper .form-horizontal .control-label {
    padding: 10px;
    text-align: right;
    width: 40%;
}
#register input, .centered-form-wrapper input {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    color: #bbbbbb;
    font-size: 24px;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 20px;
}
*/
#register input[type="submit"], .centered-form-wrapper input[type="submit"] {
    width: 50%;
    margin: 20px auto 40px 25%;
    position: relative;
    outline: none;
    font-size: 36px;
    font-weight: lighter;
    color: #fff;
    background-color: #79b142;
    border-radius: 5px;
    border-bottom: 2px solid #69973b;
}
#forgotPasswordForm input[type="submit"]{
    font-size: 26px;
    border: 0;
}

input.error, #register input.error, .centered-form-wrapper input.error{
    border: 1px solid #ff0600;
}

.successMessage, .errorMessage, .noticeMessage, .warningMessage{
    width: 100%;
    padding: 10px 0;
    color: #000;
    text-align: center;
    font-size:20px;
    position: fixed;
    top: 0;
    left: 0;
}
.successMessage{
    background-color:#79b142;
    color: #fff;
}
.errorMessage{
    background-color:#f2dede;
    color: #a94442;
}
.noticeMessage{
    background-color:#d9edf7;
}
.warningMessage{
    background-color:#fcf8e3;
}

#login {
    text-align: center;
}
#login .form-horizontal .control-label{
    text-align: left;
    float: left;
    margin-left: 20px;
}
#login input[type="checkbox"] {
    width: auto;
}
#login input[type="submit"] {
    margin-left: auto;
    border: 0;
}

/* Project page */
/* Video Player */
.project-video{
    max-width: 885px;
    max-height: 477px;
    width: 100%;
    position: relative;
}
.project-video .video-js.vjs-fullscreen {
    /* position: fixed; */
    position: relative;
    padding-top: 55%;
    margin-bottom: 10px;
}
.user-stats .col-md-4{
    color: #000;
}

/* Pagination */
.pagination li{
  display: inline-block;
  list-style-type: none;
}
.pagination ul{
  margin: 0px;
  padding: 0px;
}
.page-item, .pagination ul li a {
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(bottom, #efefef 0%, rgba(240,240,240,0) 100%);
  background-image: -o-linear-gradient(bottom, #efefef 0%, rgba(240,240,240,0) 100%);
  background-image: -webkit-linear-gradient(bottom, #efefef 0%, rgba(240,240,240,0) 100%);
  background-image: linear-gradient(bottom, #efefef 0%, rgba(240,240,240,0) 100%);
  font-size: 18px;
  font-weight: 600;
  padding: 5px 15px;
  margin-right: 5px;
  color: #9a9a9a;
}

/* Freelancers page */
.author-card {
    /*height: 130px;
    overflow: hidden;*/
}
.author-card .author-portret img{
    height: 130px;
    /*width: 100%;*/
}

/* combobox */
.dropdown .chosen-container-single .chosen-single {
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #292929;
    display: block;
    font-size: 16px;
    height: 25px;
    line-height: 24px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

/* Add Feedback container padding for disqus */
.feedback {
    padding: 20px;
}
.achievements li{
    font-size: 18px;
}
.author-card .tags{
    margin: 5px;
}
.not-member{
    margin-bottom: 0;
}
/*
 * Private messages
 *
*/
.email-sidebar{
    background-color: #fff; /* layer fill content */
}
.email-sidebar h2 {
    margin-top: 5px;
}
.dashboard-email-sidebar{
    padding: 16px;
}
.email-sidebar i{
    margin-right: 10px;
}
.mail-content {
    padding: 15px;
    background: none repeat scroll 0 0 #e8e8e8;
    border-left: 5px solid #e8e8e8;
}
#current-partner .mail-content {
    border-left: 5px solid #89e844;
}
.mail-user-img {
    border-radius: 100%;
}
.message-summary .fa-user {
    color: #b8b8b8;
    font-size: 36px;
    padding-left: 10px;
    line-height: 48px;
}
#conv-cnt{
    height:400px;
    padding: 20px 0;
    margin: 10px 0;
}
.mail-content .col-md-2 {
    margin: 0px;
    padding: 0px;
}
.mail-content p {
    font-size: 14px;
    color: #b5b5b5;
}
p.sidebar-email-title{
    color: #464445;
    font-size: 18px;
    font-weight: 600;
}
p.sidebar-email-author{
    color: rgb(70, 70, 70);
    margin-top: -10px;
    font-size: 16px;
    font-weight: 400;
}
ul.conversation {
    padding-right: 20px;
}
ul.conversation li{
    list-style-type: none;
}

ul.conversation li .msg-content {
    background: none repeat scroll 0 0 #f8f8f8;
    border-radius: 5px;
    margin-right: 55px;
    padding: 10px;
}

ul.conversation li:nth-child(odd) .user-profile-img {
    float: right;
}

ul.conversation li:nth-child(even) .user-profile-img {
    float: left;
}

ul.conversation li:nth-child(even) .msg-content {
    background: none repeat scroll 0 0 #d7f1fe;
    margin-left: 40px;
    padding: 10px;
}

ul.conversation li.conversationGroup.clearfix {
    padding: 10px 0;
}

img.small-profile {
    width: 32px;
}

li.conversationGroup .small-profile{
    margin-right: 10px;
}

li.conversationGroup div.cnv-msg{
}

#send-message, #start-cnv {
    padding-left: 5px 0;
}

#send-message textarea, #start-cnv textarea {
    border: 0 none;
    height: 55px;
    padding-top: 15px;
    padding-left: 15px;
    resize: none;
    width: 75%;
    border: 1px solid #e8e8e8;
    margin-left: 5%;
}

#send-message #msg-subject, #start-cnv #msg-subject {
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid #eeeeee;
}

#send-message input[type="submit"], #start-cnv input[type="submit"] {
    background: none repeat scroll 0 0 #96c835;
    border: 0 none;
    color: #fff;
    float: right;
    margin-top: 15px;
    padding: 5px 0;
    resize: none;
    width: 18%;
}

#send-message input[type="submit"]:hover, #start-cnv input[type="submit"]:hover {
    background: #85b12f;
}

#new-msg .mail-content{
    padding: 0 15px;
}
.new-msg-ico{
    color: rgb(70, 70, 70);
    font-size: 32px;
    line-height: 32px;
    text-align: center;
}
#new-msg .mail-content p{
    font-size: 14px;
    line-height: 36px;
    margin: 0;
    color: rgb(70, 70, 70);
}
.msg-date {
    color: #919191;
    font-size: 12px;
}
/*
 * End of private messages
 *
*/

i.cropControlCrop{
    display:inline-block;
    margin:0;
    background-image:url('../img/cropperIcons.png');
    background-position:-120px 0px;
    width:30px;
    height:30px;
    text-align:center;
    line-height:20px;
    color:#FFF;
    font-size:13px;
    font-weight: bold;
    font-style: normal;
}

/* Add project */
.add-project-main .form-horizontal .add-photos .control-label, #uploadImages {
    border: 1px dashed #e0e0e0;
    float: left;
    margin: 0 5px 10px;
    padding: 20px;
    color: #000;
    text-align: center;
}
#uploadImages:hover {
    text-decoration: none;
}
.add-project-main .add-new-photo {
    font-size: 14px;
    margin: 0;
}
.add-project-main input[type="file"] {
    display: none;
}
.project_features {
    margin-bottom: 10px;
}
.add-project-main .project_features .form-control {
    width: 90%;
    display: inline-block;
}
.edit-project-btn{
    background: none repeat scroll 0 0 #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

/* Homepage Animation
.project-picture {
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
}
.box-wrapper:hover .project-picture {
	max-height: 0;
}
*/

/* project images */
.added-photos{
    float: left;
    height: 80px;
    margin: 0 5px;
    position: relative;
    width: 80px;
}
.added-photos img {
    height: 80px;
    width: 100px;
}
.added-photos span.d-img{
    background: none repeat scroll 0 0 #fff;
    color: red;
    cursor: pointer;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 0;
}

/* Haruki */

.input--haruki {
    margin-top: 35px;
}

.input__field--haruki {
    padding: 10px 0px;
    width: 100%;
    background: transparent;
    color: #AFB5BB;
    font-size: 18px;
}

.input__label--haruki {
    position: absolute;
    width: 100%;
    text-align: left;
    pointer-events: none;
}

.input__label-content--haruki {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label--haruki::before,
.input__label--haruki::after {
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 1px;
    background: #6a7989;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label--haruki::before {
    top: 0;
}

.input__label--haruki::after {
    bottom: 0;
}

.input__field--haruki:focus + .input__label--haruki .input__label-content--haruki,
.input--filled .input__label-content--haruki {
    -webkit-transform: translate3d(0, -90%, 0);
    transform: translate3d(0, -90%, 0);
}

.input__field--haruki:focus + .input__label--haruki::before,
.input--filled .input__label--haruki::before {
    -webkit-transform: translate3d(0, -0.5em, 0);
    transform: translate3d(0, -0.5em, 0);
}

.input__field--haruki:focus + .input__label--haruki::after,
.input--filled .input__label--haruki::after {
    -webkit-transform: translate3d(0, 0.5em, 0);
    transform: translate3d(0, 0.5em, 0);
}

/* Juro */
span.input {
    display: inline-block;
    font-size: 20px;
    height: 80px;
    max-width: 100%;
    position: relative;
    vertical-align: top;
    width: 100%;
    z-index: 1;
}
.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: normal;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
      display: inline-block;
      float: right;
      /* padding: 0 1em; */
      width: 40%;
      color: #6a7989;
      font-weight: normal;
      font-size: 20px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 12px 0px;
    font-size: 17px;
    width: 100%;
}

.input--juro {
    overflow: hidden;
}

.input__field--juro {
    position: absolute;
    z-index: 100;
    padding: 2.15em 0.75em 0;
    width: 100%;
    background: transparent;
    color: #333;
    font-size: 15px;
    padding-top: 45px;
    padding-left: 15px;
}

.input__label--juro {
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: left;
}

.input__label-content--juro {
    padding: 2em 1em;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;

    text-rendering: geometricPrecision;
}

.input__label--juro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px solid transparent;
    -webkit-transition: border-width 0.3s, border-color 0.3s;
    transition: border-width 0.3s, border-color 0.3s;
}

.input__field--juro:focus + .input__label--juro::before,
.input--filled .input__label--juro::before {
    border-width: 8px;
    border-color: #1784cd;
    border-top-width: 2em;
}

.input__field--juro:focus + .input__label--juro .input__label-content--juro,
.input--filled .input__label--juro .input__label-content--juro {
    color: #fff;
    -webkit-transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1) translateZ(1px);
}

.form-wrapper form {
    padding: 0px 20px;
    border-top: 1px solid rgb(248, 243, 240);
}

.form-wrapper section {
    margin-bottom: 20px;
}

.form-error{
    border-color: #FB5761;
}