/* Import Fonts */

@import url(https://fonts.googleapis.com/css?family=Coustard|Open+Sans);
body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #777;
  background: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Coustard', serif;
  color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
}

h1 {
  font-size: 50px;
  line-height: 70px;
  padding: 0;
  margin: 0;
}

h5 {
  font-size: 28px;
  line-height: 35px;
  padding: 0;
  margin: 0;
  color: #b7b7b7;
}

a {
  color: #b7b7b7;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  text-decoration: underline;
}

#maximage {
  display: none;
  position: fixed !important;
}

.gradient {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

.show {
  display: block;
}

.hide {
  opacity: 0;
}


/* Set Page Elements */

.content {

padding: 40px;
    position: relative;
     top: 40px;

    vertical-align: middle;
    z-index: 9999;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

#logo {
  font-family: 'Coustard', serif;
  font-size: 49px;
  bottom: 40px;
  height: auto;
  left: 40px;
  position: absolute;
  width: 20%;
  z-index: 1000;
  color: #fff;
}

.main-nav {
  position: absolute;
  bottom: 23px;
  left: 270px;
  z-index: 1001;
}

.main-nav ul li {
  list-style: none;
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #b7b7b7;
}

.main-nav ul li a.active {
  color: #ffa800;
}

.fthrtf {
  width: 100%;
  opacity: 0;
  height: auto;
  -webkit-transition: opacity 2s ease-in;
  -moz-transition: opacity 2s ease-in;
  -ms-transition: opacity 2s ease-in;
  -o-transition: opacity 2s ease-in;
  transition: opacity 2s ease-in;
}

.load {
  opacity: 1;
}

.social-nav {
  position: absolute;
  top: 0px;
  left: 40px;
  z-index: 1000;
}

.social-nav ul {
  margin: 0;
  padding: 0;
}

.social-nav ul li {
  list-style: none;
  display: block;
  float: left;
  background: #393939;
  padding: 100px 10px 5px 10px;
  margin: 1px;
  opacity: .5;
}

.social-nav ul li:hover {
  opacity: 1;
}

button.full-screen {
  position: absolute;
  top: 0;
  right: 0;
  width: 31px;
  height: 31px;
  background: url("../images/full-screen-btn.png");
  border: 0;
  cursor: pointer;
  opacity: .7;
}

button.full-screen:hover {
  opacity: 1;
}

#arrow_left, #arrow_right {
  bottom: 30px;
  height: 42px;
  position: absolute;
  right: 40px;
  width: 42px;
  z-index: 1000;
}

#arrow_left {
  font-family: 'Coustard', serif;
  font-size: 35px;
  font-weight: 500;
  bottom: -15px;
  right: 220px;
  color: #FFF;
  text-decoration: none;
}

#contact:hover {
  text-decoration: none;
  color: #fff !important;
  transition: all 0.5s ease;
}

.content1 {
  position: relative;
  margin: 50px auto;
  width: 400px;
  min-height: 200px;
  z-index: 100;
  padding: 30px;
  border: 1px solid #383838;
  /* My stipped background */
  background: #D1D1D1;
  /* Old browsers */
  background: -moz-repeating-linear-gradient(-45deg, #EFC1CB, #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px, #F2F2F2 70px, #F2F2F2 80px);
  /* FF3.6+ */
  background: -webkit-repeating-linear-gradient(-45deg, #EFC1CB, #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px, #F2F2F2 70px, #F2F2F2 80px);
  /* FF3.6+ */
  background: -o-repeating-linear-gradient(-45deg, #EFC1CB, #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px, #F2F2F2 70px, #F2F2F2 80px);
  /* FF3.6+ */
  background: repeating-linear-gradient(-45deg, #EFC1CB, #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px, #F2F2F2 70px, #F2F2F2 80px);
  /* FF3.6+ */
  /*border-radius*/
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /*box-shadow*/
  -webkit-box-shadow: 0px 1px 6px #3F3F3F;
  -moz-box-shadow: 0px 1px 6px #3F3F3F;
  box-shadow: 0px 1px 6px #3F3F3F;
}


/** my "fake" background that will hover the stripes **/

.content1:after {
  background: #F9F9F9;
  margin: 10px;
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  border: 1px #E5E5E5 solid;
  /*border-radius*/
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}


/*** form styling **/


/** we remove the red glow around required fields since we are already using the red star */

input:required, textarea:required {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}


/** inputs and textarea**/

input:not([type="submit"]), textarea {
  outline: none;
  display: block;
  width: 380px;
  padding: 4px 8px;
  border: 1px dashed #DBDBDB;
  color: #3F3F3F;
  font-family: 'Droid Sans', Tahoma, Arial, Verdana sans-serif;
  font-size: 14px;
  /*border-radius*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*transition*/
  -webkit-transition: background 0.2s linear, box-shadow 0.6s linear;
  -moz-transition: background 0.2s linear, box-shadow 0.6s linear;
  -o-transition: background 0.2s linear, box-shadow 0.6s linear;
  transition: background 0.2s linear, box-shadow 0.6s linear;
}

input:not([type="submit"]):active, textarea:active, input:not([type="submit"]):focus, textarea:focus {
  background: #F7F7F7;
  border: dashed 1px #969696;
  /*box-shadow*/
  -webkit-box-shadow: 2px 2px 7px #E8E8E8 inset;
  -moz-box-shadow: 2px 2px 7px #E8E8E8 inset;
  box-shadow: 2px 2px 7px #E8E8E8 inset;
}

input:not([type="submit"]) {
  height: 20px;
}


/* placeholder */

::-webkit-input-placeholder {
  color: #BABABA;
  font-style: italic;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #BABABA;
  font-style: italic;
}

textarea {
  min-height: 50px;
  resize: none;
}


/** labels**/


/** adding our icon font !! */

.iconic:before {
  font-size: 25px;
  font-family: 'Alice', Verdana, serif;
}

.iconic.link:before {
  content: '/';
}

.iconic.quote-alt:before {
  content: "'";
}

.iconic.comment:before {
  content: "q";
}

.iconic.user:before {
  content: "u";
}

.iconic.mail-alt:before {
  content: "M";
}
.content h1{
  padding-left: 70px;
    font-size: 25px;
    color: #fff;
    text-shadow: 0px 0px 20px rgb(113, 113, 113);
}
label {
  color: #7F7E7E;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

label:hover {
  color: #191919;
}

label:before {
  color: #C1BFBD;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

label:hover:before {
  color: #969696;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

.indication {
  color: #878787;
  font-size: 12px;
  font-style: italic;
  text-align: right;
  padding-right: 10px;
}

.required {
  color: #E5224C;
}


/** Styling the send button **/

input[type=submit] {
  float: right;
  cursor: pointer;
  background: none;
  border: none;
  font-family: 'Alice', serif;
  color: #767676;
  font-size: 18px;
  padding: 5px 4px;
  border: 2px solid #E0E0E0;
  text-shadow: 0px 1px 1px #E8E8E8;
  background: rgb(247, 247, 247);
  background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 1%, rgba(242, 242, 242, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
  background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 1%, rgba(242, 242, 242, 1) 100%);
  background: -o-linear-gradient(top, rgba(247, 247, 247, 1) 1%, rgba(242, 242, 242, 1) 100%);
  background: -ms-linear-gradient(top, rgba(247, 247, 247, 1) 1%, rgba(242, 242, 242, 1) 100%);
  background: linear-gradient(top, rgba(247, 247, 247, 1) 1%, rgba(242, 242, 242, 1) 100%);
  /*border-radius*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*box-shadow*/
  /*transition*/
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

input[type=submit]:hover {
  color: #686868;
  border-color: #CECECE;
  background: rgb(244, 244, 244);
  background: -moz-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(242, 242, 242, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244, 244, 244, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
  background: -webkit-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(242, 242, 242, 1) 100%);
  background: -o-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(242, 242, 242, 1) 100%);
  background: -ms-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(242, 242, 242, 1) 100%);
  background: linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(242, 242, 242, 1) 100%);
  /*box-shadow*/
}

input[type=submit]:active, input[type=submit]:focus {
  position: relative;
  top: 1px;
  color: #515151;
  background: rgb(234, 234, 234);
  background: -moz-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 234, 234, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
  background: -webkit-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
  background: -o-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
  background: -ms-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
  background: linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
  /*box-shadow*/
}
