.error {
  color: red;
}

* {
  margin: 0;
  padding: 0;
}

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

body {
  font-size: 12px;
  color: #000;
  margin: 0;
  padding: 0;
  font-family: 'Ubuntu', sans-serif;
  background: #fff8ab;
  border-top: 4px solid #ffcc00;
}

.hide {
  display: none;
}

h3 {
  margin: 0 0 10px;
}

form p.row {
  margin-bottom: 10px;
}

header {
  width: 100%;
  background-color: #fff8ab;
  height: 98px;
  padding-top: 20px;
}
header h1 {
  float: left;
}
header nav {
  float: right;
}
header nav > ul {
  margin-top: 65px;
}
header nav > ul > li {
  display: inline;
}
header nav > ul > li > a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding: 0 15px;
}
header nav > ul > li > a:hover, header nav > ul > li > a.active {
  background: #5c2e00;
  border-radius: 15px;
  padding: 10px 15px;
  color: #fff;
}
header nav > ul .userName span {
  font-weight: bold;
  font-size: 14px;
}
header nav ul#userNav {
  display: none;
  list-style: none;
  margin-top: 16px;
  background: #fff8ab;
  position: absolute;
  z-index: 10;
  right: 0;
  padding: 0 20px 12px 20px;
  border: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
header nav ul#userNav li a {
  color: #000;
  font-size: 12px;
  line-height: 25px;
}

.btn, #profile-container button, #contact-us form.contact button, button {
  border-radius: 25px;
  background: #5c2e00;
  padding: 2px;
  text-align: center;
  outline: 0;
  cursor: pointer;
}
.btn:hover, #profile-container button:hover, #contact-us form.contact button:hover, button:hover {
  background: #5c2e00;
  color: #ffcc00;
}

.content {
  padding: 20px 0;
  background: url(../images/bg.jpg) repeat-x #fff;
  min-height: 482px;
}
.content h1 {
  font-size: 58px;
  color: #5c2e00;
  font-family: 'Lobster', cursive;
  text-align: center;
  margin-bottom: 20px;
  /*margin-top: 20px;*/
}
.content .container p {
  line-height: 21px;
  font-size: 14px;
}

.btn {
  margin: 20px auto auto;
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  width: 200px;
}

.card-panel {
  overflow: hidden;
  width: 700px;
  margin: 0 auto;
}
.card-panel .card {
  border: 1px solid #e4d100;
  background: #f9f5c9;
  padding: 24px 10px;
  width: 214px;
  text-align: center;
  margin: 30px 8px 8px;
  float: left;
}
.card-panel .card h4 {
  margin-top: 14px;
  font-weight: 600;
  color: #894400;
  text-shadow: 1px 1px 0 #e4ad77;
  font-size: 15px;
}
.card-panel .card p {
  margin: 15px 0;
  font-family: arial;
  line-height: 19px;
}
.card-panel .card:first-child {
  width: 185px;
  margin-top: 60px;
}
.card-panel .card:nth-child(3) {
  width: 185px;
  margin-top: 60px;
}
.card-panel .card:nth-child(2) {
  min-height: 300px;
}
.card-panel a {
  color: #000;
}

.intro-content {
  font-size: 16px;
  line-height: 25px;
  margin: 50px 0;
  font-family: 'Ubuntu', sans-serif;
}

.how-work {
  margin-bottom: 70px;
}
.how-work ul {
  width: inherit;
  border-radius: 20px;
  padding: 10px 27px;
  background: #f9f5c9;
  border: 1px solid #e8e8e6;
  list-style: none;
}
.how-work ul li {
  display: inline;
  font-size: 23px;
  margin-right: 55px;
  line-height: 40px;
  color: #6a6a6a;
}
.how-work ul li .number {
  width: 37px;
  border-radius: 65px;
  background: #a68564;
  color: #feffe7;
  padding: 10px;
  font-size: 24px;
  display: inline-block;
  height: 39px;
  text-align: center;
  line-height: 39px;
}
.how-work ul li:last-child {
  margin-right: 0;
}
.how-work h4 {
  font-family: 'Lobster', cursive;
  font-size: 52px;
  text-align: center;
  margin-bottom: 20px;
}

.profile {
  border-top: 10px solid #ffcc00;
  border-bottom: 10px solid #ffcc00;
  background: url(../images/cover-pic.jpg) repeat-x;
  height: 395px;
  margin: 20px 0;
}

.stories {
  margin: 30px 0 0;
}
.stories .story {
  text-align: left;
}
.stories .story p {
  text-align: left !important;
}
.stories .story .text {
  font-size: 13px;
  margin: 10px 0;
}
.stories .story .controls {
  margin: 10px 0 0;
}
.stories .story .controls button {
  width: 100px;
  height: 30px;
  font-size: 13px;
  margin: 0 10px 0 0;
}

#profile-list h1 + p {
  line-height: 19px;
  margin-bottom: 40px;
}

#profile-container {
  margin-top: 20px;
}
#profile-container .container {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
#profile-container .profile-panel {
  position: relative;
  min-height: 250px;
  width: 310px;
  margin: 0 10px;
}
#profile-container .profile-cover {
  height: 150px;
  background: #ccc;
  border: 1px solid #eee;
}
#profile-container .profile-pic {
  border-radius: 150px;
  width: 100px;
  height: 100px;
  background: #ccc;
  border: 1px solid #eee;
  position: absolute;
  top: 100px;
  left: 20px;
  display: block;
  overflow: hidden;
}
#profile-container .profile-pic img {
  border-radius: 50px;
  width: 100%;
}
#profile-container h1 {
  font-size: 20px;
  width: 180px;
  margin-left: 130px;
  text-align: left;
  margin-bottom: 0;
  margin-top: 5px;
}
#profile-container a {
  margin: 1px 0 0 130px;
  display: block;
  color: #5c2e00;
  text-decoration: none;
}

#profile-container a:hover {
  text-decoration: underline;
}

#profile-container button {
  background: #ffcc00;
  margin: 0 auto;
  display: block;
  color: #5c2e00;
}
#profile-container p {
  margin-left: 26px;
}

#profile-detail header {
  height: 40px;
  padding-top: 10px;
}
#profile-detail header nav ul {
  margin-top: 10px;
}
#profile-detail header img {
  width: 117px;
}
#profile-detail #profile-container-cover .profile-panel {
  width: 100%;
  position: relative;
}
#profile-detail #profile-container-cover .profile-cover {
  height: 70px;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
}
#profile-detail #profile-container-cover .profile-cover img {
  width: 100%;
}
#profile-detail #profile-container-cover .profile-pic {
  top: 10px;
  left: 417px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 150px;
  position: absolute;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px #CCC;
}
#profile-detail #profile-container-cover .profile-pic img {
  width: 100%;
}
#profile-detail #profile-container-cover h1 {
  margin-top: 100px;
}
#profile-detail #profile-container-cover p {
  margin-left: initial;
}
#profile-detail #profile-container-cover .icon {
  position: absolute;
  top: 212px;
  left: 903px;
  height: 30px;
  overflow: hidden;
  display: none;
}
#profile-detail #profile-container-cover .icon img:first-child {
  margin-right: 10px;
}
#profile-detail #profile-content-cover p {
  text-align: left;
  line-height: 21px;
  font-size: 15px;
  margin: 10px 0;
}
#profile-detail #profile-content-cover h2 {
  font-size: 32px;
  margin-top: 20px;
  font-family: 'Lobster', cursive;
  text-align: center;
}
#profile-detail #profile-content-cover .story {
  font-size: 14px;
  line-height: 1.3em;
  margin: 15px 0 0;
}
#profile-detail #profile-container {
  margin: 20px auto;
  background: #fffded;
  padding: 5px 0;
  border-top: 1px solid #fff8ab;
  border-bottom: 1px solid #fff8ab;
}
#profile-detail #profile-container h2 {
  text-align: center;
  margin: 20px 0;
  font-family: 'Lobster', cursive;
  font-size: 24px;
  color: #5c2e00;
}
#profile-detail .images {
  margin: 20px 0;
}

.profile-edit textarea {
  width: 100%;
  height: 250px;
  border: 1px solid #eee;
  outline: 0;
  margin: 10px 0 30px 0;
}
.profile-edit .change-cta {
  z-index: 10;
  position: relative;
  bottom: 130px;
  display: inline-block;
  border-radius: 10px;
  background: #fff;
  opacity: 0.5;
  line-height: 21px;
  padding: 8px;
  font-size: 14px;
}
.profile-edit .change-txt {
  font-size: 12px;
  margin: 10px 0;
  display: inline-block;
}

footer {
  background: url(../images/footerbg.jpg) repeat-x;
  padding-top: 20px;
}
footer .footer-wrap {
  width: 300px;
  margin: 0 auto;
  text-align: left;
}
footer .logo {
  margin: 0 auto;
  width: 180px;
  margin-bottom: 10px;
}
footer .form {
  border-radius: 30px;
  border: 1px solid #ffee67;
  background: #fff58b;
  padding: 2px;
}
footer .form input {
  border: 0;
  background: none;
  line-height: 25px;
  color: #894400;
  padding: 2px 10px;
  width: 233px;
  outline: 0;
  margin-bottom: 0;
}
footer .form button {
  border-radius: 50px;
  width: 35px;
  background: #ffcc00;
  border: 0;
  height: 31px;
}
footer nav {
  padding: 0;
  background: #ffcc00;
}
footer nav a {
  font-size: 11px;
  color: #fff04e;
  margin: 0 10px;
  text-decoration: none;
}
footer nav a:hover {
  color: #fff;
}
footer nav .container {
  text-align: center;
  line-height: 35px;
}

ul#socialMedia {
  width: 168px;
  margin: 30px auto;
}
ul#socialMedia li {
  list-style: none;
  background: url(../images/social-icon.png) no-repeat;
  width: 39px;
  height: 50px;
  display: inline-block;
  overflow: hidden;
  text-indent: -999999px;
}
ul#socialMedia li.fb {
  background-position: -37px 0;
}
ul#socialMedia li.gplus {
  background-position: -74px 0;
}
ul#socialMedia li.insta {
  background-position: -115px 0;
}

#about-us .content p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 12px;
  text-align: left;
}

#contact-us p {
  margin: 5px 0 0;
}
#contact-us p.intro-content {
  margin: 25px 0;
}
#contact-us form.contact {
  width: 334px;
  margin: 0 auto;
  text-align: left;
}
#contact-us form.contact input {
  border-radius: 30px;
  border: 1px solid #ffee67;
  background: #fff58b;
  font-size: 15px;
  line-height: 25px;
  color: #894400;
  padding: 2px 10px;
  width: 300px;
  outline: 0;
  margin-bottom: 10px;
}
#contact-us form.contact textarea {
  width: 300px;
  height: 171px;
  border-radius: 9px;
  border: 1px solid #ffee67;
  background: #fff58b;
  color: #894400;
  padding: 10px;
  margin-bottom: 10px;
  outline: 0;
  font-size: 15px;
}
#contact-us form.contact button {
  border-radius: 50px;
  width: 326px;
  background: #ffcc00;
  border: 0;
  height: 48px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
  color: #5c2e00;
}

.pic-collection {
  margin: 20px 0;
  text-align: center;
}
.pic-collection .picRound {
  border-radius: 150px;
  overflow: hidden;
}
.pic-collection .pic {
  border: 4px solid #ffcc00;
  transform: rotate(7deg);
  display: inline-block;
}
.pic-collection .pic-frame-second {
  border: 4px solid #ffcc00;
  transform: rotate(-10deg);
  margin-top: 10px;
  display: inline-block;
}
.pic-collection .pic-frame-third {
  border: 4px solid #ffcc00;
  transform: rotate(7deg);
  display: inline-block;
}

#privacy-policy .content .container {
  text-align: left;
}
#privacy-policy .intro-content {
  margin-bottom: 0px;
}
#privacy-policy .row {
  margin: 10px 0;
  padding: 5px 0;
  font-size: 12px;
  line-height: 18px;
}
#privacy-policy .row p, #privacy-policy .row .answer {
  font-size: 12px;
  line-height: 18px;
}
#privacy-policy .row .heading {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#privacy-policy .row ul, #privacy-policy .row ol {
  margin: 10px 0 10px 30px;
}

#login p {
  margin: 0 0 5px;
}
#login p label {
  display: block;
}
#login .login-wrap {
  width: 360px;
}

.login-container {
  display: flex;
  justify-content: center;
}
.login-container button {
  margin-bottom: 20px;
  cursor: pointer;
}
.login-container a {
  color: #000;
}

.registration-form select {
  width: 320px;
  border-radius: 30px;
  border: 1px solid #ffee67;
  background: #fff58b;
  line-height: 25px;
  color: #894400;
  padding: 2px 10px;
  height: 30px;
  outline: 0;
  margin-bottom: 10px;
}

input {
    border-radius: 20px;
    border: 1px solid #ffee67;
    background: #fff58b;
    font-size: 15px;
    line-height: 35px;
    color: #894400;
    padding: 2px 15px;
    width: 300px;
    outline: 0;
    margin-bottom: 10px;  
}

button {
  display: inline-block;
  padding: 10px;
  border: 1px solid #ffcc00;
  background: #ffcc00;
  border-radius: 15px;
  margin: 0 0 0 10px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #5c2e00;
  float: right
}
button.small-button {
  width: auto;
  padding: 0 20px;
  height: 30px;
  font-size: 12px;
}

input[type=file] {
  /* color: transparent !important; */
  /* background: url(../images/uploadPic.png) no-repeat !important; */
  border: none;
  background: none;
}

form h2 {
  font-family: 'Lobster', cursive;
  margin: 10px 0;
  text-align: center;
}
form .file-path {
  list-style: none;
}

.picture-grid {
  width: 1000px;
  border-collapse: collapse;
  table-layout: fixed;
}
.picture-grid .row {
    overflow: auto;
}

.picture-grid figure {
  float: left;
  margin :3px;
}


.picture-grid a{
    background-size: cover;
    background-position: left top;
    height: 50px;
    width: 50px;
    display: block;
}

.button-strip {
    padding : 10px;
    border-bottom: 1px solid #5c2e00;
    overflow: auto;
}

.button-strip  a{
    display: inline-block;
    padding: 10px;
    border: 1px solid #ffcc00;
    background: #ffcc00;
    border-radius: 15px;
    margin: 0 0 0 10px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    float: right;
}


/*# sourceMappingURL=style.css.map */
