﻿/* ==============================================================================================
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.script-tutorials.com/responsive-website-using-angularjs/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */

/* general settings */
html {
  min-height:100%;
  overflow-x:hidden;
  overflow-y:scroll;
  position:relative;
  width:100%;
}
body {
  background-color:#171717;
  color:#FFF;
  font-weight:100;
  margin:0;
  min-height:100%;
  width:100%;
}
a {
  text-decoration:none;
}
a img {
  border:none;
}
h1 {
  font-size:3.5em;
  font-weight:100;
}
p {
  font-size:1.2em;
}
input,textarea {
  -webkit-appearance:none;
  background-color:#f7f7f7;
  border:none;
  border-radius:3px;
  font-size:1em;
  font-weight:100;
}
input:focus,textarea:focus {
  border:none;
  outline:2px solid #7ed7b9;
}
.left {
  float:left;
}
.right {
  float:right;
}
.btn {
  background-color:#fff;
  border-radius:24px;
  color:#595959;
  display:inline-block;
  font-size:1.4em;
  font-weight:400;
  margin:30px 0;
  padding:10px 30px;
  text-decoration:none;
}
.btn:hover {
  opacity:0.8;
}
.wrap {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin:0 auto;
  max-width:1420px;
  overflow:hidden;
  padding:0px;
  position:relative;
  width:100%;
  line-height: 0;
}
.wrap:before {
  content:'';
  display:inline-block;
  height:100%;
  margin-right:-0.25em;
  vertical-align:middle;
}

/* About Us section */
.aboutUs_panel {
  padding: 70px 0;
  background: #171717;
  text-align: center;
}
.aboutUs_panel .row {
  max-width: 900px;
}
.aboutUs_panel .panel_title {
  color: #FFF;
  padding-bottom: 20px;
}
.aboutUs_container {
  padding: 20px 0;
}
.aboutUs_panel p {

}
.aboutUs_panel h5 {
 color: #FFF;
 font-size: 1.4rem;
}
/* Artists section*/

.artists_panel{
  background: #FFF;
  padding: 50px 0;
  }
.name {
  color: #000
}
.panel_title {
  text-align: center;
  margin: 0;
  color: #000;
  font-family: Oswald;
  text-transform: uppercase;
  font-size: 2rem;
  text-decoration: underline;
  padding: 10px 0 50px;
   }
.contact_panel {
  padding: 50px 0;
}
.contact_panel .row {
  max-width: 1020px;
}
.contact_panel p {
  font-size: 0.8em;
  font-weight: bold;
}
.contact_panel_notice {
  text-align: center;
}
.contact_panel .panel_title {
  padding: 10px 0 50px;
  color: #FFF;
}
.artists_panel .row {
    max-width: 1200px;
}
.artist_page .wrap.about {
    max-width: 1020px;
}
.artist_page img.abIcon {
    width: 100%;
}
/* header section */
header {
}

header .wrap {
  height:100%;
}
header .logo {
  margin-top:1px;
}
header nav {
  float:right;
  margin-top:17px;
  text-align: center;
}
header nav ul {
  margin:1em 0;
  padding:0;
}
header nav li {
  display: inline-block;
  font-family: Oswald;
  font-weight: bold;
  font-size: 40px;
  padding: 0 10px;
}
header nav ul li {
  display:block;
  float:left;
  margin-right:20px;
}
header nav ul li a {
  border-radius:24px;
  color:#aaa;
  font-size:1.4em;
  font-weight:400;
  padding:10px 27px;
  text-decoration:none;
}
header nav ul li a.active {
  background-color:#c33c3a;
  color:#fff;
}
header nav ul li a.active:hover {
  background-color:#d2413f;
  color:#fff;
}
header nav ul li a:hover,header nav ul li a.activeSmall {
  color:#c33c3a;
}
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 50vh;
}
.parallax-container.cover_withLogo {
    height: 100vh;
}
.parallax_bottom .medium.material-icons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.parallax-container-bottom {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.parallax-container-bottom .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax-container-bottom .parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* footer section */
footer {
  border-top: 1px solid #171717;
}
footer .copyright {
  color:#adadad;
  margin-bottom:50px;
  margin-top:50px;
  text-align:center;
}

/* other objects */
.projectObj {
  color:#fff;
  display:block;
}
.projectObj .name {
  font-size:2em;
  font-weight:100;
  font-family: Oswald;
  text-align: center;
}
.projectObj .img {
  width: 100%;
}
.projectObj .wrap:hover .description{
  transform: translateY(0px);
}
.projectObj .wrap:hover .social-links {
  transform: translateY(0px);
}
.description {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in-out;
  transform: translateY(260px);
  line-height: 1.5;
}
.social-links {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transition: all 0.5s ease-in-out;
  transform: translateY(-500px);
}
.social-links i{
  margin: 10px;
}
.social-links .fa {
  width: 100%;
  margin: 5px 0;
}
h3.fb-album-heading {
  display: none !important;
}
.fb-preview-overlay {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
iframe.map {
    width: 100%;
    height: 300px;
}
.copyright img {
    width: 150px;
}
.paddRow {
  background-color:#dadada;
  color:#818181;
  display:none;
  padding-bottom:40px;
}
.paddRow.aboutRow {
  background-color:#78c2d4;
  color:#FFF !important;
  display:block;
}
.paddRow .head {
  font-size:4em;
  font-weight:100;
  margin:40px 0;
}
.paddRow .close {
  cursor:pointer;
  position:absolute;
  right:50px;
  top:80px;
  width:38px;
}

.about {
  color:#818181;
}
.about section {
  margin:0 0 10%;
}
.about .head {
  font-size:4em;
  font-weight:100;
  margin:3% 0;
}
.about .subHead {
  font-size:2.5em;
  font-weight:100;
  margin:0 0 3%;
}
.about .txt {
  width:60%;
}
.about .image {
  width:26%;
}
.about .flLeft {
  float:left;
}
.about .flRight {
  float:right;
}

.projectHead.product {
  background-color:#87b822;
}
.projectHead .picture {
  margin-bottom:6%;
  margin-top:6%;
}
.projectHead .picture.right {
  margin-right:-3.5%;
}
.projectHead .text {
  position:absolute;
  width:49%;
}
.projectHead .centerText {
  margin:0 auto;
  padding-bottom:24%;
  padding-top:6%;
  text-align:center;
  width:55%;
}

.image {
  text-align:center;
}
.image img {
  vertical-align:top;
  width:100%;
}

.contactForm {
  width:50%;
}

.input {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin:1% 0;
  padding:12px 14px;
  width:47%;
}
.input.email {
  float:right;
}

button {
  border:none;
  cursor:pointer;
}
.textarea {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  height:200px;
  margin:1% 0;
  overflow:auto;
  padding:12px 14px;
  resize:none;
  width:100%;
  border: 1px solid #9e9e9e;
}
.contact-form input[type="submit"] {
    background: rgba(0, 0, 0, 0) url(../images/thread.png) repeat scroll 0 0;
    text-transform: uppercase;
    border: 5px solid black;
    padding: 0.5em 1em;
    cursor: pointer;
    color: #FFF;
    outline: none;
    font-size: 28px;
    width: 70%;
    text-align: center;
    margin-top: 1.5em;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
::-webkit-input-placeholder {
  color:#a7a7a7;
}
:-moz-placeholder {
  color:#a7a7a7;
}
::-moz-placeholder { /* FF18+ */
  color:#a7a7a7;
}
:-ms-input-placeholder {
  color:#a7a7a7;
}

.loader {
  -moz-animation:loader_rot 1.3s linear infinite;
  -o-animation:loader_rot 1.3s linear infinite;
  -webkit-animation:loader_rot 1.3s linear infinite;
  animation:loader_rot 1.3s linear infinite;
  height:80px;
  width:80px;
}
@-moz-keyframes loader_rot {
  from {
    -moz-transform:rotate(0deg);
  }
  to {
    -moz-transform:rotate(360deg);
  }
}
@-webkit-keyframes loader_rot {
  from {
    -webkit-transform:rotate(0deg);
  }
  to {
    -webkit-transform:rotate(360deg);
  }
}
@keyframes loader_rot {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}

.view-enter,.view-leave {
  -moz-transition:all .5s;
  -o-transition:all .5s;
  -webkit-transition:all .5s;
  transition:all .5s;
}
.view-enter {
  left:20px;
  opacity:0;
  position:absolute;
  top:0;
}
.view-enter.view-enter-active {
  left:0;
  opacity:1;
  right: 0;
  margin: 0 auto;
}
.view-leave {
  left:0;
  right: 0;
  opacity:1;
  position:absolute;
  top:0;
}
.view-leave.view-leave-active {
  left:-20px;
  opacity:0;
}



/* responsive rules */
@media (min-width: 800px) and (max-width: 1390px) {
  .parallax-container .parallax img {
      width: 120%;
  }
}
@media (min-width: 400px) and (max-width: 799px) {
  .parallax-container .parallax img {
      width: 240%;
  }
}
@media (max-width: 1200px) {
    body {
      font-size:90%;
    }
    h1 {
      font-size:4.3em;
    }
    p {
      font-size:1.3em;
    }
    header {
    }
    header .logo {
      margin-top:12px;
      width:200px;
    }
    header nav {
      margin-top:11px;
    }
    header nav ul li {
      margin-right:12px;
    }
    header nav ul li a {
      border-radius:23px;
      font-size: 1.3em;
      padding:10px 12px;
    }
    .wrap {
      padding:0 20px;
    }
    .paddRow .close {
      right:30px;
    }
}

@media (max-width: 900px) {
    .contactForm {
      width:100%;
    }
}

@media (max-width: 768px) {
    body {
      font-size:80%;
      margin:0;
    }
    h1 {
      font-size:4em;
    }
    header {
    }
    header .logo {
      margin-top:20px;
      width:70px;
    }
    header nav {
      margin-top:8px;
    }
    header nav ul li {
      margin-right:5px;
    }
    header nav ul li a {
      border-radius:20px;
      font-size:1.1em;
      padding:8px;
    }
    .wrap {
      padding:0 15px;
    }
    .projectObj .name {
      font-size:2em;
      padding-bottom: 30px;
    }
    .paddRow {
      padding-bottom:30px;
    }
    .paddRow .head {
      font-size:3em;
      margin:30px 0;
    }
    .paddRow .close {
      right:20px;
      top:60px;
      width:30px;
    }
    .projectHead .picture {
      width:67%;
    }
    .projectHead .picture.right {
      margin-right:16.5%;
    }
    .projectHead .text {
      position:static;
      width:100%;
    }
    .projectHead .centerText {
      width:70%;
    }
    .view-enter,.view-leave {
      -webkit-transform:translate3d(0,0,0);
      transform:translate3d(0,0,0);
    }
}
@media (max-width: 600px) {
  .contact_panel p {
    font-size: 1.1em;
    text-align: center;
  }
.about .head {
    text-align: center;
}
}
@media (max-width: 480px) {
    body {
      font-size:70%;
      margin:0;
    }
    header .logo {
      display:none;
    }
    header nav {
      margin-top:3px;
    }
    header nav ul li {
      margin-right:3px;
    }
    header nav ul li a {
      border-radius:20px;
      font-size:1.3em;
      padding:5px 14px;
    }
    #contactBtn {
      display:none;
    }
    .wrap {
      padding:0 10px;
    }
    .paddRow {
      padding-bottom:20px;
    }
    .paddRow .head {
      margin:20px 0;
    }
    .paddRow .close {
      right:10px;
      top:45px;
      width:20px;
    }
    .about .image {
      margin:10% auto;
      width:60%;
    }
    .about .abIcon {
      display:inline;
    }
    .projectHead .centerText {
      width:90%;
    }
    .about .txt,.input {
      width:100%;
    }
    .about .flLeft,.about .flRight,.input.email {
      float:none;
    }
}
