/*

Essential - Responsive Minimal One Page HTML Template

Author: RBWebDesign
Date: November 2016
Version: 1.3

-----------------------
| [Table of Contents] |
-----------------------

1. Main Style
2. Navigation Bar
3. Main Top
4. Buttons
5. Links
6. Section
7. About
8. Team
9. Portfolio
9.1. Works Grid
9.2. Magnific Popup
10. Newsletter
11. Testimonials
12. Clients
13. Contact
14. Social
15. Footer
16. Media Queries

*/

/* MAIN STYLE */

html, body {
  height: 100%;
  width: 100%;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-color: #FFF;
	line-height: normal;
	letter-spacing: normal;
	text-transform: normal ;
	word-spacing: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	color: #00FF00;
	margin-top: 0;
}

p.mini {
  letter-spacing: 0;
  line-height: 1;
  font-size: 12px;
  font-style: italic;
  color: #555;
  margin-bottom: 0;
}

.color {
  color: #1E1E1E;
}

.padding {
  padding: 0 100px;
}

.padding-top {
  padding-top: 200px;
}

.padding-bottom {
  padding-bottom: 200px;
}

i {
  color: #1E1E1E;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

i:hover {
  color: #000;
  cursor: pointer;
}

hr {
  width: 50px;
  height: 1px;
  background-color: #1E1E1E;
  margin: 30px auto;
  border: 0;
  position: relative;
}

input {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(30, 30, 30, 0.3);
  padding: 10px 20px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(30, 30, 30, 0.3);
  padding: 15px;
  min-height: 200px;
  margin: 100px 0 50px 0;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

input:focus {
  outline: none;
  border-bottom: 1px solid #000;
}

textarea:focus {
  outline: none;
  border-bottom: 1px solid #000;
}

.partner-table {
  display: table;
  width: 100%;
  height: 100%;
}

.partner {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

::selection {
  background-color: #1E1E1E;
  color: #FFF;
}

::-moz-selection {
  background-color: #1E1E1E;
  color: #FFF;
}

.main-top ::selection, .about ::selection, .dark ::selection, .testimonials ::selection, #footer ::selection {
  background-color: #FFF;
  color: #1E1E1E;
}

.main-top ::-moz-selection, .about ::-moz-selection, .dark ::-moz-selection, .testimonials ::-moz-selection, #footer ::-moz-selection {
  background-color: #FFF;
  color: #1E1E1E;
}

/* NAVIGATION BAR */

.navbar {
  -webkit-transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
  -moz-transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
  -o-transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
  -ms-transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
  transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
  height: 100px;
  padding: 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar-title {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
  height: 100px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 5px;
  color: #FFF;
  display: table-cell;
  vertical-align: middle;
}

.navbar .navbar-title:hover {
  color: #FFF;
}

.navbar-title img {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  max-height: 90px;
  max-width: 200px;
}

.navbar-nav {
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}

.navbar-nav > li {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  float: none;
  height: 100px;
  padding: 0px 20px;
  display: table-cell;
  vertical-align: middle;
}

.navbar-nav > li > a {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  color: #E6E6E6;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0;
}

.navbar-nav > li:hover > a, .navbar-nav > li > a:focus {
  color: #FFF;
  background-color: transparent;
}

.navbar.navbar-light {
  -webkit-transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
  transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  height: 70px;
}

.navbar.navbar-light .navbar-title img {
  max-height: 60px;
}

.navbar.navbar-light .navbar-title {
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  height: 70px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 5px;
  color: #1E1E1E;
  display: table-cell;
  vertical-align: middle;
}

.navbar.navbar-light .navbar-title:hover {
  color: #000;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li {
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  height: 70px;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li > a {
  color: #1E1E1E;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li > a:hover {
  color: #000;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li.active > a {
  color: #000;
}

.navbar-toggle {
  margin-top: 15px;
  margin-right: 0;
  background-color: transparent;
  border-radius: 0;
  padding-right: 0;
}

.navbar-toggle .icon-bar {
  background-color: #1E1E1E;
  border-radius: 0;
  width: 25px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}

/* MAIN TOP */

.main-top {
  position: relative;
  width: 100%;
  height: 100%;
}

.main-top .main-content {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: table;
}

.main-top .main-content .container.content {
  display: table-cell;
  vertical-align: middle;
}

.main-top .main-content h1 {
	color: #FFF;
	font-family: Monika;
	font-size: 70px;
	font-weight: 400;
	letter-spacing: 10px;
	text-transform: none;
	margin-bottom: 0;
	-webkit-animation: fadeInLeft 2s;
	animation: fadeInLeft 2s;
}

.main-top .main-content h2 {
	color: #FFF;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: normal;
	padding-top: 30px;
	margin-bottom: 0;
	-webkit-animation: fadeInRight 2s;
	animation: fadeInRight 2s;
	font-family: "Courier New", Courier, monospace;
}

.main-top .scroll-down {
  width: 80px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.main-top .scroll-down:before {
  bottom: 20px;
  width: 40px;
  height: 40px;
}

.main-top .scroll-down:before, .main-top .scroll-down:after {
  content: '';
  display: block;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-top .scroll-down:before {
  -webkit-animation: scrollDown 0.5s infinite alternate;
  -moz-animation: scrollDown 0.5s infinite alternate;
  -o-animation: scrollDown 0.5s infinite alternate;
  -ms-animation: scrollDown 0.5s infinite alternate;
  animation: scrollDown 0.5s infinite alternate;
}

.main-top .scroll-down:after {
  width: 20px;
  height: 20px;
  bottom: 25px;
  -webkit-animation: scrollDown 0.5s infinite alternate;
  -moz-animation: scrollDown 0.5s infinite alternate;
  -o-animation: scrollDown 0.5s infinite alternate;
  -ms-animation: scrollDown 0.5s infinite alternate;
  animation: scrollDown 0.5s infinite alternate;
}

@keyframes scrollDown {
  0% {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(0px);
    -ms-transform: rotate(45deg) translate(0px);
    transform: rotate(45deg) translate(0px);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: rotate(45deg) translate(3px, 3px);
    -ms-transform: rotate(45deg) translate(3px, 3px);
    transform: rotate(45deg) translate(3px, 3px);
  }
}

.scrollDown {
  -webkit-animation-name: scrollDown;
  animation-name: scrollDown;
}

/* BUTTONS */

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px 50px;
  background-color: transparent;
  color: #1E1E1E;
  border: 1px solid #1E1E1E;
  box-shadow: inset 0px 0px 0px 0px #1E1E1E, inset 0px 0 0px 0px #1E1E1E;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn:hover {
  color: #FFF;
  box-shadow: inset 200px 0px 0px 0px #1E1E1E, inset -200px -0px 0px 0px #1E1E1E;
}

.btn:focus, .btn:active {
  background-color: #1E1E1E;
  border: 1px solid #1E1E1E;
  color: #FFF;
  outline: none !important;
}

/* LINKS */

a {
	color: #FFFFFF;
	font-weight: normal;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

a:hover, a:focus, a:active {
  color: #;
  opacity: 0.7;
  text-decoration: none;
  outline: none;
}

/* SECTION */

.section {
  background-color: #fff;
}

.section-heading {
	text-align: end;
	margin-bottom: 50px;
}

.section-heading h2 {
	letter-spacing: 5px;
	color: #1E1E1E;
	text-align: center;
}

.section-content img {
  width: 100%;
}

.section.dark {
	background-color: #1E1E1E;
  padding: 100px 0;
}

.section.dark h2 {
  color: #FFF;
  font-weight: 100;
  text-align: center;
  letter-spacing: 10px;
  line-height: 2;
  padding: 0 5px;
}

.section.dark .btn {
  color: #FFF;
  border: 1px solid #FFF;
  margin-top: 30px;
  box-shadow: inset 0px 0px 0px 0px #FFF, inset 0px 0px 0px 0px #FFF;
}

.section.dark .btn:hover {
  color: #1E1E1E;
  box-shadow: inset 200px 0px 0px 0px #FFF, inset -200px -0px 0px 0px #FFF;
}

/* ABOUT */

#about i {
  font-size: 50px;
}

#about h3 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 5px;
}

.section.about {
  background-color: #1E1E1E;
  width: 100%;
  padding: 100px 0;
  margin: 0;
}

.section.about h3 {
	letter-spacing: 5px;
	color: #FFF;
	font-family: Monika;
}

.section.about hr {
  background-color: #FFF;
  margin-bottom: 30px;
}

.section.about p {
  color: #FFF;
  margin-bottom: 0;
}

/* TEAM */

.team {
  width: 300px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  transform: translateZ(0);
}

.team .mask {
  width: 300px;
  height: 400px;
  position: absolute;
  overflow: hidden;
  text-align: center;
  top: 0;
  left: 0;
}

.team h2 {
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  position: relative;
  font-size: 25px;
  padding-top: 120px;
}

.team p {
	font-size: 18px;
	position: relative;
	color: #FFF;
	text-align: center;
	line-height: 2;
}

.team a.info i {
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  padding: 15px;
  color: #FFF;
  text-transform: uppercase;
}

.team img {
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  transition: all 2s ease-out;
  width: 200%;
  max-width: none;
}

.team .mask {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #000;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.team h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background: transparent;
  margin: 20px 40px 0px 40px;
}

.team p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.team a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.team:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.team:hover img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.team:hover h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-animation: fadeInDown 1s;
  animation: fadeInDown 1s;
}

.team:hover p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-animation: fadeInUp 1.5s;
	animation: fadeInUp 1.5s;
}

.team:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
}

.team a.info i:hover {
  color: #CFCFCF;
}

/* SERVICES */

.services i {
  font-size: 40px;
  margin-bottom: 20px;
}

.services .section-content p {
  padding-bottom: 100px;
  text-align: center;
}

.services .section-content h4 {
	padding-bottom: 30px;
	text-align: center;
	color: #000000;
}

/* PORTFOLIO */

.filter_group {
  margin-bottom: 22px;
}

.filter_group .filter {
  cursor: pointer;
  padding: 0 25px;
  font-size: 16px;
}

.filter_group .filter.active {
  color: #000;
}

.isotope {
  margin: 0 auto;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope, .isotope .isotope-item {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  -ms-transition-property: height, width;
  transition-property: height, width;
}

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition, .isotope .no-transition.isotope-item, .isotope.no-transition .isotope-item, .isotope .no-transition.isotope-item .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
}

/* Works Grid */

.work-item-filters {
  text-align: center;
  margin-bottom: 0;
  background-color: transparent;
}

.work-item-filters li {
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
  background-color: #FFF;
}

.work-item-filters li:first-child {
  margin-left: 0;
}

.work-item-filters li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px;
  color: #555;
  display: inline-block;
}

.work-item-filters li a:after {
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  transition: 0.3s ease-in-out;
  content: '';
  display: block;
  border-bottom: 1px solid #CC2424;
  width: 0;
}

.work-item-filters li a:hover:after { 
  width: 100%; 
}

.work-item-filters li a.active {
  color: #1E1E1E;
  font-weight: 700;
}

.work-item-wrapper {
  overflow: hidden;
}

.work-item {
	float: left;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.work-item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.work-item:hover img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.work-item .image-overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	position: absolute;
	left: 5px;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.work-item .image-overlay:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
	opacity: 0.7;

	color: #;
	background-color: #CCC;
	clear: both;
}

.work-item .image-overlay a {
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	background-color: #00FF00;
}

.work-item .image-overlay a:hover {
  opacity: 1;
}

.work-item .work-item-info {
	position: absolute;
	left: 1px;
	bottom: 50%;
	height: 40px;
	margin-bottom: -25px;
	width: 100%;
	text-align: center;
	color: #FFF;
}

.work-item .work-item-info h3 {
  font-family: "Open Sans", sans-serif;
  color: #FFF;
  -webkit-animation: fadeInDown 1s;
  animation: fadeInDown 1s;
}

.work-item:hover .work-item-info p {
  -webkit-animation: fadeInUp 1.5s;
  animation: fadeInUp 1.5s;
}

#purchase {
  padding: 50px;
  background-color: #F7F7F7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#purchase .btn {
  border: 1px solid #1E1E1E;
  color: #FFF;
  box-shadow: inset 200px 0px 0px 0px #1E1E1E, inset -200px -0px 0px 0px #1E1E1E;
}

#purchase .btn:hover, #purchase .btn.active, #purchase .btn:focus {
  border: 1px solid #1E1E1E;
  background-color: transparent;
  color: #1E1E1E;
  box-shadow: inset 0px 0px 0px 0px #1E1E1E, inset -0px -0px 0px 0px #1E1E1E;
}

/* Magnific Popup */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 50px;
  height: 50px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.9;
  filter: alpha(opacity=90);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-close:hover, .mfp-close:focus {
  color: #CFCFCF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.9;
  filter: alpha(opacity=90);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.9;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #FFF;
  word-wrap: break-word;
  vertical-align: middle;
  display: table-cell;
}

.mfp-title hr {
  background-color: #FFF;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

button.mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-close {
  font-size: 25px;
  width: 40px;
  background: rgba(0, 0, 0, 0.9);
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  padding-right: 0;
  display: inline;
  font-family: inherit;
  line-height: 1;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
  padding-bottom: 3px;
}

.mfp-bottom-bar {
  padding: 20px;
  background: #000;
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  height: 200px;
  display: table;
  margin-top: -200px;
}

.mfp-bottom-bar h3 {
  font-family: "Open Sans", sans-serif;
  color: #FFF;
  text-align: center;
}

.mfp-bottom-bar p {
  text-align: center;
  margin-bottom: 0;
}

img.mfp-img {
  padding: 0;
}

.mfp-figure {
  position: relative;
  margin: 0 40px 0 40px;
  overflow: hidden;
}

.mfp-fade.mfp-bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.mfp-fade.mfp-bg.mfp-removing {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* NEWSLETTER */

.section.newsletter {
  padding: 100px 0;
}

.section.newsletter h3 {
  color: #333;
  margin-bottom: 50px;
}

.section.newsletter input {
  width: 80%;
  max-width: 800px;
  text-align: center;
}

.section.newsletter .btn {
  margin-top: 50px;
}

/* TESTIMONIALS */

.section.testimonials {
  padding: 100px 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #FFF;
}

.section.testimonials h2, .section.testimonials p {
  color: #FFF;
}

.section.testimonials hr {
  background-color: #FFF;
}

#owl-testimonials.owl-theme .owl-controls .owl-page span, #owl-testimonials.owl-theme .owl-pagination {
  display: none;
  height: 0;
}

#owl-testimonials.owl-theme .owl-controls.clickable {
  display: none;
  margin: 0;
  height: 0;
}

/* CLIENTS */

.section.clients {
  background-color: #F7F7F7;
  padding: 100px 0;
  margin: 0;
  text-align: center;
}

.section.clients .col-md-4 {
  padding: 0;
}

.section.clients .box {
  padding: 30px 0;
}

.section.clients .box img {
  max-width: 200px;
}

/* CONTACT */

.contact-info li {
  padding-bottom: 20px;
}

.contact-info i {
  font-size: 30px;
  padding-bottom: 20px;
}

.contact-info h2 {
	font-size: 16px;
	letter-spacing: 0.2em;
}

.contact-info h2, .contact-info p {
  padding-left: 0px;
}

.contact-info p {
  font-size: 12px;
}

.contact-form {
  padding-top: 100px;
}

.contact-form .alert,
.contact-form label {
  display: none;
}

/* SOCIAL */

.section.social {
  background-color: #F7F7F7;
  padding: 50px 0;
}

.section.social a i {
  font-size: 15px;
  padding: 0 15px;
}

/* FOOTER */

#footer {
  padding: 10px 0;
  background-color: #1E1E1E;
  color: #fff;
}

#footer .social {
  float: left;
}

#footer .social i {
  font-size: 20px;
  color: #FFF;
  padding-top: 10px;
  padding-right: 20px;
  text-align: right;
}

#footer .social i:hover {
  color: #1E1E1E;
}

.back-to-top {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 150px;
  z-index: 9999;
}

.back-to-top a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
}

.back-to-top a i {
  font-size: 50px;
  color: #1E1E1E;
}

.copyright {
  font-size: 12px;
  letter-spacing: 5px;
  padding-top: 10px;
  text-align: center;
  text-align: center;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1023px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 17px;
  }

  p {
	font-size: 24px;
	line-height: 1.9;
  }

  hr {
    width: 80px;
  }

  .section.about, .section.newsletter, .section.testimonials, .section.clients {
    padding: 80px 0;
  }

  .section.dark {
    padding: 60px 0;
  }

  .section.dark h2 {
    font-size: 30px;
  }

  .section.dark .btn {
    margin-top: 25px;
  }

  .navbar-nav > li {
    padding: 0 15px;
  }

  .btn {
    padding: 10px 40px;
    font-size: 15px;
    letter-spacing: 2px;
  }

  .main-top .main-content h2 {
    font-size: 60px;
    margin-top: 35px;
  }

  .main-top .main-content h3 {
    font-size: 35px;
    letter-spacing: 15px;
  }

  .main-top .scroll-down {
    bottom: 10px;
  }

  .filter_group .filter {
    cursor: pointer;
    padding: 0 20px;
    font-size: 15px;
  }

  .work-item .image-overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	top: initial;
	bottom: -1px;
	height: auto;
  }

  .work-item .image-overlay a:not(.mfp-iframe) {
    pointer-events: none;
    cursor: default;
  }

  .work-item .work-item-info i {
    display: none;
  }

  .work-item .work-item-info h3 {
    font-size: 1.3em;
    line-height: 8px;
  }

  .work-item .work-item-info p {
    font-size: 0.8em;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }

  .back-to-top {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .padding {
    padding: 0 100px;
  }

  .padding-top {
    padding-top: 100px;
  }

  .padding-bottom {
    padding-bottom: 100px;
  }

  #team .section-heading {
    margin-bottom: 0;
  }

  .team {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 13px;
    line-height: 1.8;
  }

  hr {
    width: 75px;
    margin: 25px auto;
  }

  .padding {
    padding: 0 50px;
  }

  .padding-top {
    padding-top: 50px;
  }

  .padding-bottom {
    padding-bottom: 50px;
  }

  .section.about, .section.newsletter, .section.testimonials, .section.clients {
    padding: 70px 0;
  }

  .section.newsletter h3 {
    margin-bottom: 40px;
  }

  .section.dark {
    padding: 50px 0;
  }

  .section.dark h2 {
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 1.8;
  }

  .section.dark .btn {
    margin-top: 20px;
  }

  .main-top .main-content h2 {
    font-size: 50px;
    letter-spacing: 5px;
  }

  .main-top .main-content h3 {
    font-size: 25px;
    letter-spacing: 10px;
    padding-top: 20px;
  }

  .navbar.navbar-light .navbar-nav.nav-text-light > li {
    height: 50px;
  }

  .navbar.navbar-light .navbar-nav.nav-text-light > li > a {
    border-bottom: none;
  }

  .navbar.navbar-light .navbar-nav.nav-text-light > li > a:hover {
    border-bottom: none;
    text-decoration: none;
  }

  .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
  }

  .navbar-collapse li {
    display: table;
    height: 50px;
    padding-left: 30px;
  }

  .navbar-collapse li a {
    font-size: 12px;
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
  }

  .btn {
    padding: 5px 25px;
    font-size: 14px;
    letter-spacing: 1px;
  }

  #about i {
    font-size: 45px;
  }

  .team, .team .mask {
    width: 200px;
    height: 250px;
  }

  .team h2 {
    font-size: 16px;
    padding-top: 60px;
  }

  .team a.info i {
    font-size: 15px;
    padding: 10px 5px;
  }

  .filter_group .filter {
    cursor: pointer;
    padding: 0 15px;
    font-size: 14px;
  }

  .services i {
    font-size: 30px;
  }

  .section.clients .box img {
    max-width: 150px;
  }

  .contact-info {
    text-align: center;
  }

  .contact-info li {
    display: inline-block;
    padding: 0 5px 10px 5px;
  }

  .contact-info i {
    font-size: 20px;
    width: 100%;
    padding-bottom: 10px;
  }

  .contact-info h3, .contact-info p {
    padding-left: 0;
    padding-right: 0;
  }

  .copyright {
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 15px;
  }

  p {
    font-size: 12px;
    line-height: 1.7;
  }

  hr {
    width: 50px;
    margin: 20px auto;
  }

  .section.about, .section.newsletter, .section.testimonials, .section.clients {
    padding: 50px 0;
  }

  .section.newsletter h3 {
    margin-bottom: 30px;
  }

  .section.dark {
    padding: 30px 0;
  }

  .section.dark h2 {
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 1.5;
  }

  .section.dark .btn {
    margin-top: 10px;
  }

  .btn {
    padding: 5px 20px;
    font-size: 13px;
  }

  .main-top .main-content h2 {
    font-size: 40px;
    letter-spacing: 3px;
  }

  .main-top .main-content h3 {
    font-size: 20px;
    letter-spacing: 5px;
    padding-top: 10px;
  }

  #about i {
    font-size: 40px;
  }

  .filter_group .filter {
    cursor: pointer;
    padding: 0 10px;
    font-size: 13px;
  }

  .section.clients .box img {
    max-width: 100px;
  }

  .contact-info li {
    display: block;
  }

  .contact-form .btn {
    width: 100%;
  }

  .copyright {
    font-size: 11px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .main-top .main-content h2 {
    font-size: 30px;
  }

  .main-top .main-content h3 {
    font-size: 20px;
    letter-spacing: 5px;
    padding-top: 10px;
  }

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
