/*
* SCRN V3.3
* Copyright 2015, Rodbor
* www.themenom.com


	Contents
	
	01. Generic styles
	02. Typography
	03. Buttons
	04. Separators
	05. Intro
	06. Nav
	07. Work
	08. Single work
	09. Services
	10. About
	11. Blog
	12. Contact
	13. 404 page
	14. Media queries
*/
/*----------------------------
 01. Generic styles
-----------------------------*/
html, body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}

body {
  min-height: 100%;
}

.action {
  text-align: center;
  margin-top: 40px;
}

.action hr {
  width: 70%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.action p {
  color: #464646;
  font-size: 26px;
  margin-bottom: 30px;
}

hr {
  border-top: 1px solid #dcdcdc;
}

span.headline-lines {
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
}

p.headline-text {
  margin-bottom: 70px;
  color: black;
}

.form-control {
  border-radius: 0;
}

/*----------------------------
 02. Typography
----------------------------*/
h2, h3 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #434343;
}

h1 {
  font-size: 100px;
  font-family: 'Lobster', sans-serif;
  text-transform: none;
  font-weight: 700;
  text-align: center;
  color: palegreen;  
}

span.big-h1 {
  font-size: 140px;
}

h2 {
  font-size: 60px;
  margin-bottom: 65px;
}

h3 {
  font-size: 34px;
}

p, h4, a {
  font-family: 'Open Sans', sans-serif;
}

p {
  font-size: 14px;
  line-height: 1.6em;
  color: #606060;
}

h4 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

/*----------------------------
 03. Buttons
-----------------------------*/
.btn a {
  color: inherit;
  text-decoration: inherit;
}

.btn {
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: none;
}

.btn-style-1 {
  background: #444;
  border-color: #444;
  color: #fff;
}

.btn-style-1:hover {
  border-color: #444;
  background: #fff;
  color: #444;
}

.btn-style-2 {
  background: #fff;
  border-color: #fff;
  color: #444;
}

.btn-style-2:hover {
  border-color: #444;
  background: #444;
  color: #fff;
  border: 1px solid #fff;
}

/*----------------------------
 04. Separators
----------------------------*/
#separator-1, #separator-2, #separator-3, #separator-4 {
  text-align: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-size: cover;
  position: relative;
  z-index: 9;
  width: 100%;
  height: 400px;
}

#separator-1 {
  background: url(../images/bg2.jpg) 50% 0 repeat fixed;
  background-size: 100%;
}

#separator-2 {
  background: url(../images/bg3.jpg) 50% 0 repeat fixed;
  background-size: 100%;
}

#separator-3 {
  background: url(../images/bg4.jpg) 50% 0 repeat fixed;
  background-size: 100%;
}

#separator-4 {
  background: url(../images/bg4.jpg) 50% 0 repeat fixed;
  background-size: 100%;
}

p.quote-text {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3em;
  width: 80%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/*----------------------------
 05. Intro
----------------------------*/
#intro {
  background: url(../images/bg1.jpg) fixed;
  background-size: cover;
  padding: 100px 70px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 93vh;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#intro h1, #intro p {
  color: #fff;
}

#intro p {
  font-size: 24px;
  margin: 30px 0;
  padding: 0 80px;
  font-weight: bold;
}

.intro-content {
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.intro-line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  width: 750px;
  text-align: center;
  margin: 30px auto;
}

ul.social-intro {
  margin: 40px 0 0 0;
}

ul.social-intro a {
  font-size: 18px;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  display: block;
  text-align: center;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0.65;
}

ul.social-intro a:hover {
  opacity: 1;
}

ul.social-intro i {
  color: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: top;
}

a.icn-facebook {
  background: #4d6ba2;
}

a.icn-twitter {
  background: #229ac6;
}

a.icn-dribbble {
  background: #f73187;
}

a.icn-g-plus {
  background: #de4936;
}

a.icn-linkedin {
  background: #1b87ba;
}

a.icn-instagram {
  background: #211f20;
}

a.icn-behance {
  background: #388bfc;
}

a.icn-vimeo {
  background: #21b9ea;
}

a.icn-youtube {
  background: #db282c;
}

a.icn-tumblr {
  background: #34475c;
}

a.icn-github {
  background: #171515;
}

/*----------------------------
 06. Nav
----------------------------*/
nav.navbar {
  background: #fff;
  margin: 0;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1000;
}

#nav {
  z-index: 1000;
  width: 100%;
}

.navbar {
  border: none;
}

.navbar-nav {
  display: inline-block;
  float: none;
  padding-right: 3%;
}

a.navbar-brand {
  font-size: 26px;
  letter-spacing: -1px;
  color: #d6d6d6;
  font-weight: 700;
}

.nav > li > a {
  color: #515151;
  font-size: 13px;
  text-transform: uppercase;
  transition: background 0.3s;
  -webkit-transtion: background 0.3s;
}

.nav li {
  margin-right: 0px;
  margin-left: 24px;
}

.nav > li > a:hover, .nav > li > a:focus {
  background: #e0e0e0;
}

/*----------------------------
 07. Work
----------------------------*/
#work {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 110px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.5);
}

#work p.headline-text {
  margin-bottom: 20px;
  color: black;
  padding: 0px 50px;
  font-size: 1.2em;
}

.carousel {
  padding-top: 50px;
  margin-bottom: 50px;
}

.carousel-control, .carousel-caption {
  text-shadow: none;
}

.carousel-control.left, .carousel-control.right {
  background: none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
  margin-top: 10px;
}

.work-gallery {
  margin-top: 40px;
}

.work-gallery hr {
  margin: 15px 0;
}

p.thumb-work-title {
  color: #464646;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 15px 0 10px 0;
}

p.thumb-work-desc {
  text-align: center;
  margin: 0 0 45px 0;
}

img.work-thumb {
  transition: opacity 0.3s;
  -webkit-transtion: opacity 0.3s;
}

img.work-thumb:hover {
  opacity: 0.5;
}


/**** filterable portfolio ****/

.filter-list {
  background: #e4e4e4;
  margin-top: 40px;
  padding: 0;
}

li.filter {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 24px;
  margin: 0;
  transition: background 0.3s;
  -webkit-transtion: background 0.3s;
}

li.filter:hover {
  background: #444444;
  color: #fff;
  cursor: pointer;
}

li.filter.on {
  background: #444444;
  color: #fff;
}

#work-container .mix {
  display: none;
}


/*----------------------------
 08. Single work
----------------------------*/
.single-work {
  padding: 70px 0 0 0;
  background: #fff;
}

.single-work h4 {
  margin-bottom: -20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
}

.single-work .copyright {
  padding: 50px 0;
}

.single-work .copyright hr {
  opacity: 0.7;
}

.single-work .action {
  margin-top: 70px;
}

.single-work-sidebar {
  background: #f2f2f2;
  padding: 20px 25px 20px 25px;
  margin-top: 50px;
}

.single-work-sidebar p {
  margin: 0 0 20px 0;
}

p.sidebar-proj-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 1px solid #c5c5c5;
}

.single-work-gallery {
  margin: 40px 0 20px 0;
}

.single-work-gallery p {
  color: #8f8f8f;
}

.copyright hr {
  opacity: 0.5;
}

/*----------------------------
 09. Services
----------------------------*/
#services {
  background: #2a2a2a;
  padding: 90px 0;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.3);
}

#services h2, #services p, #services h3, #services h4 {
  color: #fff;
}

#services h4 {
  text-align: center;
}

#services .action {
  margin-top: 90px;
}

#services .action hr {
  opacity: 0.4;
}

.services-list .services-icon {
  margin-top: 40px;
  margin-bottom: 40px;
}

.services-list p {
  text-align: center;
}

.services-icon {
  background: #fff;
  width: 152px;
  height: 152px;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.services-icon i {
  font-size: 45px;
  color: #2a2a2a;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pricing-tables {
  margin-top: 100px;
}

.pricing-tables h3 {
  margin-bottom: 70px;
}

.pricing-table {
  text-align: center;
}

.pricing-table .pt-title {
  background: #1b1b1b;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
}

.pricing-table .pt-price {
  background: #252626;
  font-size: 42px;
  color: #fff;
  padding: 25px 0;
}

.pricing-table span.pt-price-mo {
  font-size: 14px;
  color: #717171;
  text-transform: uppercase;
}

.pricing-table ul {
  background: #424242;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.pricing-table ul li {
  border-bottom: 1px solid #252626;
  padding: 14px 0;
}

.pricing-table .pt-button {
  background: #252626;
  padding: 20px 0;
}

/*----------------------------
 10. About
----------------------------*/
#about {
  padding: 90px 0;
  background: #fff;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.5);
}

#about h3 {
  margin-bottom: 60px;
}

p.skill-title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.skill-bg {
  width: 100%;
  background: #e5e5e5;
  height: 31px;
  margin-bottom: 18px;
}

.skill-1 {
  background: #d1d1d1;
  width: 60%;
  height: 31px;
}

.skill-2 {
  background: #d1d1d1;
  width: 67%;
  height: 31px;
}

.skill-3 {
  background: #d1d1d1;
  width: 74%;
  height: 31px;
}

.skill-4 {
  background: #d1d1d1;
  width: 82%;
  height: 31px;
}

.skill-5 {
  background: #d1d1d1;
  width: 90%;
  height: 31px;
}

.team {
  margin: 60px 0 0 0;
  text-align: center;
}

.team i {
  font-size: 18px;
  color: #777777;
  margin: 0 0 8px 0;
}

p.team-name {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin: 14px 0 5px 0;
}

p.team-job {
  color: #707070;
  margin: 0 0 14px 0;
}

/*----------------------------
 11. Blog
----------------------------*/
#blog {
  background: #2a2a2a;
  padding: 90px 0 50px 0;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.5);
}

#blog h2 {
  color: #fff;
}

#blog p, #blog .headline-text {
  color: #f9f9f9;
  opacity: 0.8;
}

#blog .headline-text {
  margin-bottom: 40px;
}

.post {
  margin: 40px 0 70px 0;
}

.post .btn {
  margin: 10px 0 0 0;
}

p.post-title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0;
  opacity: 1;
}

.sidebar {
  margin: 40px 0 0 0;
  border-left: 1px solid #fff;
  padding-left: 25px;
}

.sidebar ul {
  color: #f9f9f9;
  padding-left: 20px;
  list-style-type: circle;
  margin-bottom: 45px;
}

.sidebar ul a {
  color: #f9f9f9;
}

.sidebar ul li {
  margin-bottom: 7px;
}

p.sidebar-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.single-post {
  margin-top: 100px;
}

.single-post p, .single-post p.post-title {
  color: #606060;
}

.single-post .sidebar {
  margin: 0;
  border-left-color: #b2b2b2;
}

.single-post .sidebar ul {
  color: #606060;
}

.single-post .sidebar a {
  color: #606060;
}

.single-post p.sidebar-title {
  border-bottom-color: #b2b2b2;
}

.comments {
  border-top: 1px dotted #b2b2b2;
  margin: 40px 0;
  padding-top: 20px;
}

.comments h4 {
  margin-bottom: 25px;
}

.comments input {
  margin-bottom: 18px;
}

.comments textarea {
  height: 100px;
}

.comments .btn {
  margin-top: 20px;
}

/*----------------------------
 12. Contact
----------------------------*/
#contact {
  background: cadetblue;
  padding: 90px 0 0 0;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.5);
}

#contact h2 {
  color: #fff;
}

#contact p, #contact .headline-text {
  color: #f9f9f9;
  opacity: 0.8;
}

#contact .headline-text {
  margin-bottom: 40px;
}

.form-control {
  background: transparent;
  color: #fff;
  border: 1px solid #ddd;
}

.contact-info p {
  color: #f9f9f9;
  margin-bottom: 20px;
}

.contact-info i {
  margin-right: 8px;
}

ul.social-footer a {
  color: #fff;
  font-size: 20px;
}

ul.social-footer a:hover {
  opacity: 0.7;
}

.copyright {
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  margin: 50px 0 30px 0;
}

.copyright hr {
  opacity: 0.3;
}

/*----------------------------
 13. 404 page
-----------------------------*/
.page-404 {
  background: url(../images/bg1.jpg) fixed;
  background-size: cover;
  padding: 100px 70px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100vh;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.page-404-content {
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.page-404-content h1, .page-404-content h4, .page-404-content p {
  color: #fff;
}

.page-404-content h1 {
  margin-bottom: 30px;
}

.page-404-content .btn {
  margin-top: 40px;
}

/*----------------------------
 14. Media queries
-----------------------------*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1024px) {
  #intro {
    padding: 20px 0;
  }

  #intro h1 {
    font-size: 70px;
  }

  #intro span.big-h1 {
    font-size: 90px;
  }

  #intro p {
    font-size: 18px;
  }

  .intro-content {
    position: relative;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  #intro p {
    padding: 0 30px;
  }

  .pricing-table {
    margin-bottom: 40px;
  }

  .single-work-sidebar {
    margin-bottom: 40px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .intro-line {
    display: none;
  }

  ul.social-intro li {
    padding: 0;
  }

  .icon-bar {
    background: #505050;
  }

  .services-list h4 {
    margin-top: 40px;
  }

  .team p {
    margin-bottom: 40px;
  }

  .contact-info {
    margin-top: 40px;
  }

  p.quote-text {
    width: 100%;
    font-size: 22px;
    margin: 0;
  }
}

@media only screen and (max-width: 660px) {
  #separator-1, #separator-2, #separator-3, #separator-4 {
    height: 300px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #intro {
    padding: 10px 0;
  }

  #intro h1 {
    font-size: 35px;
  }

  #intro span.big-h1 {
    font-size: 50px;
  }

  #intro p {
    font-size: 16px;
    line-height: 1.3em;
    padding: 0;
  }

  ul.social-intro li {
    margin-bottom: 8px;
  }

  #separator-1, #separator-2, #separator-3, #separator-4 {
    height: 250px;
    background-size: auto;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  #separator-1, #separator-2, #separator-3, #separator-4 {
    background-size: auto;
  }
}