/*
=====================================================================
*   Ceevee v1.0 Layout Stylesheet
*   url: styleshout.com
*   03-18-2014
=====================================================================

TOC:
a. General Styles
b. Header Styles
c. About Section
d. Resume Section
e. Portfolio Section
f. Call To Action Section
g. Testimonials Section
h. Contact Section
i. Footer

===================================================================== */
/* ------------------------------------------------------------------ */
/* a. General Styles
/* ------------------------------------------------------------------ */
body {
  background: #fff;
}

/* ------------------------------------------------------------------ */
/* b. Header Styles
/* ------------------------------------------------------------------ */
header {
  position: relative;
  height: 800px;
  min-height: 500px;
  width: 100%;
  background: #161415 url(../images/header-background-1.jpg) no-repeat top center;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  text-align: center;
  overflow: hidden;
}

/* vertically center banner section */
header:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

header .banner {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  width: 85%;
  padding-bottom: 30px;
  text-align: center;
}

header .banner-text {
  width: 100%;
}

header .banner-text h1 {
  font: 90px/1.1em 'opensans-bold', sans-serif;
  color: #fff;
  letter-spacing: -2px;
  margin: 0 auto 18px auto;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
}

header .banner-text h3 {
  font: 18px/1.9em 'librebaskerville-regular', serif;
  color: #A8A8A8;
  margin: 0 auto;
  width: 70%;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

header .banner-text h3 span,
header .banner-text h3 a {
  color: #fff;
}

header .banner-text hr {
  width: 60%;
  margin: 18px auto 24px auto;
  border-color: #2F2D2E;
  border-color: rgba(150, 150, 150, 0.1);
}

/* header social links */
header .social {
  margin: 24px 0;
  padding: 0;
  font-size: 30px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}

header .social li {
  display: inline-block;
  margin: 0 15px;
  padding: 0;
}

header .social li a {
  color: #fff;
}

header .social li a:hover {
  color: #11ABB0;
}

/* scrolldown link */
header .scrolldown a {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -29px;
  color: #fff;
  display: block;
  height: 42px;
  width: 42px;
  font-size: 42px;
  line-height: 42px;
  border-radius: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header .scrolldown a:hover {
  color: #11ABB0;
}

/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap ul, #nav-wrap li, #nav-wrap a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

/* nav-wrap */
#nav-wrap {
  font: 12px 'opensans-bold', sans-serif;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin: 0 auto;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
}

.opaque {
  background-color: #333;
}

/* hide toggle button */
#nav-wrap a.mobile-btn {
  display: none;
}

ul#nav {
  min-height: 48px;
  width: auto;
  /* center align the menu */
  text-align: center;
}

ul#nav li {
  position: relative;
  list-style: none;
  height: 48px;
  display: inline-block;
}

/* Links */
ul#nav li a {
  /* 8px padding top + 8px padding bottom + 32px line-height = 48px */
  display: inline-block;
  padding: 8px 13px;
  line-height: 32px;
  text-decoration: none;
  text-align: left;
  color: #fff;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

ul#nav li a:hover {
  color: #11abb0;
}

ul#nav li a:active {
  background-color: transparent !important;
}

ul#nav li.current a {
  color: #F06000;
}

/* ------------------------------------------------------------------ */
/* c. template Section
/* ------------------------------------------------------------------ */
#template {
  padding: 80px 0;
}
#template .row {
  max-width: 1400px;
}
#template h1 {
  text-align: center;
  font-family: 'opensans-light', sans-serif;
  margin-bottom: 80px;
}
#template h1 span {
  color: #f06000;
}
#template .item-product {
  margin-bottom: 50px;
  overflow: hidden;
}
#template .item-img {
  position: relative;
  margin-bottom: 30px;
}
#template .item-img .big-pic {
  width: 95%;
}
#template .item-img .mobile-pic {
  position: absolute;
  bottom: -30px;
  width: 22%;
}
#template .item-desc {
  margin-top: 10%;
}
#template .item-desc .item-bloc {
  padding-left: 20%;
}
#template .item-desc h5 {
  font: 28px/32px 'opensans-Bold', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#template .item-desc p {
  margin-bottom: 5px;
  line-height: 1;
}
#template .item-desc .price {
  font: 18px/22px 'opensans-Bold', sans-serif;
  margin: 20px 0;
}
#template .item-desc .btn-demo {
  background-color: #fff;
  border: 2px solid #f06000;
  color: #f06000;
}
#template .item-desc .btn-demo:hover {
  background-color: #f06000;
  color: #fff;
}
#template .item-desc .btn-addons {
  background-color: #fff;
  border: 2px solid #11abb0;
  color: #11abb0;
  margin-left: 10px;
}
#template .item-desc .btn-addons:hover {
  background-color: #11abb0;
  color: #fff;
}
#template .odd .item-img .mobile-pic {
  right: 0;
}
#template .even .item-desc {
  float: left;
}
#template .even .item-img {
  float: right;
}
#template .even .item-img .big-pic {
  float: right;
}
#template .even .item-img .mobile-pic {
  left: 0;
}

/* ------------------------------------------------------------------ */
/* d. Call To Action Section
/* ------------------------------------------------------------------ */
#call-to-action {
  background: #333;
  padding: 40px 0;
}

#call-to-action h2 {
  font: 26px/36px 'opensans-light', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  margin-top: 15px;
}

#call-to-action h2 span {
  color: #11abb0;
  font-family: 'opensans-bold', sans-serif;
  letter-spacing: 1px;
}

/* ------------------------------------------------------------------ */
/* e. Services Section
/* ------------------------------------------------------------------ */
#services {
  padding: 80px 0;
}
#services .services-item {
  text-align: center;
}
#services .services-item .item-icon {
  background-color: #11abb0;
  color: #fff;
  height: 80px;
  margin: auto;
  width: 80px;
  line-height: 80px;
  margin-bottom: 30px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#services .services-item .item-icon i {
  color: #fff;
  font-size: 50px;
  vertical-align: middle;
}
#services .services-item .item-content {
  font: 16px/24px 'opensans-regular', sans-serif;
}

/* ------------------------------------------------------------------ */
/* f. Contact Section
/* ------------------------------------------------------------------ */
#contact {
  background: #f0f0f0;
  padding-top: 40px;
  padding-bottom: 60px;
  color: #888;
  position: relative;
  /* Go To Top Button */
  /* contact form */
}
#contact h2 {
  font: 18px/24px 'opensans-light', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #333;
  margin-bottom: 6px;
  text-align: center;
  margin-bottom: 30px;
}
#contact .img-top {
  margin: 40px 0;
}
#contact .about p {
  margin-bottom: 30px;
  line-height: 18px;
}
#contact .infos-contact {
  margin-bottom: 0;
}
#contact .infos-contact i {
  margin-right: 10px;
}
#contact #go-top {
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -30px;
}
#contact #go-top a {
  text-decoration: none;
  border: 0 none;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #525252;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  font-size: 21px;
  line-height: 60px;
  border-radius: 100%;
}
#contact #go-top a:hover {
  background-color: #0F9095;
}
#contact label {
  font: 15px/24px 'opensans-bold', sans-serif;
  margin: 12px 0;
  color: #555;
  display: inline-block;
  float: left;
  width: 26%;
}
#contact input,
#contact textarea,
#contact select {
  padding: 10px 15px;
  color: #888;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  outline: none;
  font-size: 15px;
  line-height: 24px;
  width: 65%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#contact input:focus,
#contact textarea:focus,
#contact select:focus {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
#contact button.button {
  color: #fff;
  background: #11ABB0;
  border: none;
  cursor: pointer;
  height: auto;
  display: inline-block;
  margin-left: 26%;
  margin-bottom: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#contact button.button:hover {
  color: #fff;
  background: #333;
}
#contact span.required {
  color: #11ABB0;
  font-size: 13px;
}
#contact #message-warning, #contact #message-success {
  display: none;
  background: #0F0F0F;
  padding: 24px 24px;
  margin-bottom: 36px;
  width: 65%;
  margin-left: 26%;
}
#contact #message-warning {
  color: #D72828;
}
#contact #message-success {
  color: #11ABB0;
}
#contact #message-warning i,
#contact #message-success i {
  margin-right: 10px;
}
#contact #image-loader {
  display: none;
  position: relative;
  left: 18px;
  top: 17px;
}

#g-recaptcha {
  float: left;
  margin-bottom: 20px;
}

/* ------------------------------------------------------------------ */
/* i. Footer
/* ------------------------------------------------------------------ */
footer {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #888;
  font-size: 14px;
  background-color: #ddd;
}
footer p {
  margin-bottom: 0;
  line-height: 30px;
}

footer a, footer a:visited {
  color: #525252;
}

footer a:hover, footer a:focus {
  color: #f06000;
}

/* social links */
footer .social-links {
  margin: 0;
  padding: 0;
  font-size: 20px;
  text-align: right;
}

footer .social-links li {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
}

footer .social-links li:first-child {
  margin-left: 0;
}
