@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);

body {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2 {
  font-family: "Roboto", sans-serif;
}

h1 {
  color: #fafafa;
  font-size: 30px;
  font-weight: 100;
  line-height: 60px;
  letter-spacing: 6px;
}

h2 {
  color: #504b61;
  font-size: 30px;
  font-weight: 200;
  letter-spacing: 4px;
}

p {
  color: #333;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: #655E7A;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #655E7A;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #655E7A;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.block {
  margin-bottom: 50px;
}

.ad-block {
  margin: 50px auto 50px;
}

.title {
  padding: 20px 0 30px;
}

.section-title {
  margin-bottom: 50px;
}

.section-title p {
  font-style: italic;
  color: #666;
  font-family: "Volkhov", serif;
}


.page-title {
  padding: 100px 0;
}

.page-title .block {
  text-align: center;
}

.page-title .block h1 {
  color: #fff;
  font-weight: 200;
  letter-spacing: 6px;
  margin-top: 0;
  text-transform: capitalize;
}

.page-title .block p {
  color: #fff;
}

.overly, .page-title, .header {
  position: relative;
}

.overly:before, .page-title:before, .header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}

#success, #error {
  display: none;
}

hr.divider {
  margin: 20px auto;
  border: none;
  height: 1px;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    letter-spacing: 10px;
  }

  h2 {
    font-size: 45px;
    letter-spacing: 6px;
  }

  hr.divider {
    margin: 80px auto;
  }
}





/*=================================================================
  #IMAGE SEARCH
==================================================================*/

.header {
  background: url("../images/background1.png") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 10% 0%;
  position: relative;
  padding: 50px 0;
}

.header .block {
  text-align: center;
}

.header .block h1,
.header .block p {
  color: #fafafa;
}

.header .block h1 {
  padding-bottom: 15px;
  text-transform: uppercase;
}

.header .block p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.file-upload {
  height: 110px;
}


.files-upload {
  display: block;
  border: 2px dashed #fafafa;
  padding: 50px;
  color: #fafafa;
}

.files-upload .progress {
  height: 10px;
  width: 50%;
  margin: 20px auto;
  display: none;
}

.files-upload .progress.active {
  display: block;

  margin-bottom: 80px;
}

.files-upload .all-uploaded-images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: center;

  /* margin-top: 80px; */
}

#all-uploaded-images .search-on-google {
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.2s ease;
  font-weight: normal;

  background-color: transparent;
  border: 1px solid #fafafa;
  color: #fafafa;
}

#all-uploaded-images .search-on-google:hover {
  color: #655E7A;
  border: 1px solid #fafafa;
  background-color: #fafafa;
}

#all-uploaded-images .search-on-google::focus {
  outline: 0;
}

.fileinput-button #file-upload {
  font-size: 110px !important;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .header {
    padding: 200px 0;
  }

  .files-upload .uploaded-image-container {
    width: calc(100% * (1/4) - 10px - 1px);
    margin-bottom: 30px;
  }

}




/*=================================================================
  #INFORMATION AREA
==================================================================*/

.information-area {
  padding: 50px auto;
  text-align: center;
  background-color: #fafafa;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.information-area p {
  text-align: justify;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .information-area {
    padding: 10px;
  }
}





/*=================================================================
  FOOTER
==================================================================*/
.footer {
  background: #1d192c;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 55px;
}

.footer p {
  color: #fafafa;
  font-weight: 100;
  margin-bottom: 0;
}
