/*

Theme Name: Freedom Theme

Theme URI: http://freedom.riccardoborchi.it
 
Description: Freedom is a Responsive One Page WordPress Theme for creative freelancers, designers, photographers, illustrators, web studios or agencies.
 
Version: 2.4
 
Author: <a href="http://www.riccardoborchi.it" title="Website Riccardo Borchi">RB Web Design</a>
 
Author URI: http://www.riccardoborchi.it

License: GPL v2

License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
Tags: custom-menu, full-width-template, theme-options, translation-ready

Text Domain: freedom-theme

-----------------------
| [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. Clients
11. Newsletter
12. Testimonials
13. Contact
14. Social
15. Footer
16. Media Queries

*/

/* MAIN STYLES */

html, body {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #555;
  background-color: #FFF !important;
  line-height: 1.5;
  letter-spacing: 0.1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #111;
  margin-bottom: 20px;
}

p {
  letter-spacing: 1px;
  line-height: 2;
}

p.mini {
  letter-spacing: 0;
  line-height: 1;
  font-size: 12px;
  font-style: italic;
  color: #555;
}

.color {
  color: #FF781E;
}

.padding {
  padding: 0 100px !important;
}

.padding-top {
  padding-top: 100px !important;
}

.padding-bottom {
  padding-bottom: 100px !important;
}

i.fa {
  -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;
  color: #111;
}

i.fa:hover {
  color: #FF781E;
  cursor: pointer;
}

input {
  -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;
  width: 100%;
  border: none;
  border-bottom: 1px solid #555;
  padding: 10px 20px;
  margin: 0;
}

textarea {
  -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;
  width: 100%;
  border: 1px solid #555;
  padding: 14px;
  height: 150px;
  margin: 30px 0 20px 0;
}

input:focus {
  outline: none;
  border-bottom: 1px solid #FF781E;
}

textarea:focus {
  outline: none;
  border: 1px solid #FF781E;
}

.partner-table {
  display: table;
  width: 100%;
  height: 100%;
}

.partner {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.background {
  background-color: #FF781E;
}

::selection {
  background-color: #FF781E;
  color: #FFF;
}

::-moz-selection {
  background-color: #FF781E;
  color: #FFF;
}

.admin-bar .navbar-fixed-top {
  top: 32px;
}

.admin-bar .main-top .scroll-down {
  bottom: 52px !important;
}

b, strong {
  color: #000;
  font-size: 120%;
}

img {
  max-width: 100%;
  height: auto;
}

img.alignleft, .wp-caption.alignleft {
  margin: 5px 20px 5px 0;
}

img.alignright, .wp-caption.alignright {
  margin: 5px 0 5px 20px;
}

ul, ol {
  -webkit-padding-start: 20px;
  line-height: 2;
  letter-spacing: 1px;
  list-style-position: inside;
}

code {
  color: #FF781E;
  background-color: rgba(255, 120, 30, 0.1);
  border-radius: 0;
  padding: 3px 5px;
}

pre {
  background-color: rgba(255, 120, 30, 0.1);
  border: 1px solid #FF781E;
  border-radius: 0;
}

blockquote {
  border-left: 3px solid #FF781E;
  font-style: italic;
}

td, tr, th {
  border: 1px solid #555;
  padding: 10px;
  text-align: center;
}

kbd {
  border-radius: 0;
  padding: 3px 5px;
}

.aligncenter {
  margin: 0 auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

#gallery-1 img, #gallery-2 img {
  border: 3px solid #FF781E !important;
}

.sticky-post {
  background-color: rgba(255, 120, 30, 0.1);
  border: 3px solid #FF781E;
  padding: 50px;
}

iframe {
  max-width: 100%;
}

dd {
  margin-top: 5px;
}

.twitter-tweet {
  margin: 0 auto;
}

label {
  width: 100%;
  margin: 20px 0;
  font-weight: 300;
}

.tags {
  margin-top: 20px;
}

select {
  border-radius: 0;
  border: 3px solid #FF781E;
  background-color: #FFF;
  color: #555;
  padding: 5px 10px;
  margin: 0 10px;
  letter-spacing: 1px;
  max-width: 90%;
  height: 50px;
}

span, em {
  font-size: 100% !important;
}

.widget_title {
  display: block;
  font-size: 120%;
  font-weight: 600;
  margin: 20px 0;
}

.nav-previous a, .nav-next a {
  -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;
  letter-spacing: 1px;
  border: 3px solid #FF781E;
  color: #FF781E;
  padding: 5px 15px;
}

.nav-previous a:hover, .nav-next a:hover {
  background-color: #FF781E;
  color: #FFF !important;
}

.reply {
  float: left;
  width: 100%;
  margin: 30px 0;
}

.comments-area h4, #reply-title {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.row {
  margin: 0;
}

.category .section-content .container, .tag .section-content .container {
  padding: 0;
}

#main header h1 {
  text-align: center;
}

#main .author-info {
  text-align: center;
}

.comment-list {
  float: left;
  width: 100%;
  margin: 30px 0 20px 0;
}

.comment-meta {
  padding: 10px 0;
}

.comment-reply-link {
  float: left;
  max-width: 200px !important;
  text-align: center;
}

.nav-links {
  float: left;
  width: 100%;
  margin: 30px 0;
}

.wpcf7 input[type=submit] {
  max-width: 160px;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* 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);
  font-family: "Montserrat", sans-serif;
  height: 100px;
  padding: 0 3%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: table-cell;
  vertical-align: middle;
}

.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: 25px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}

.navbar-title:hover, .navbar-title:focus, .navbar-title:active {
  color: #fff;
}

.navbar-title img {
  width: auto;
  height: auto;
  max-height: 50px;
  padding-right: 20px;
}

.navbar ul {
  float: right;
}

.navbar 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);
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}

.navbar 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: #FFF;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0px 15px;
}

.navbar li > a:hover, .navbar li > a:focus {
  background-color: transparent;
  color: #FF781E;
}

.navbar li.active > a {
  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: #fff;
  border-bottom: 3px solid #FF781E;
  height: 70px;
}

.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: #111;
  display: table-cell;
  vertical-align: middle;
}

.navbar.navbar-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 li > a {
  color: #555;
}

.navbar.navbar-light li > a:hover {
  color: #FF781E;
}

.navbar.navbar-light li.active > a {
  color: #FF781E;
}

.navbar-toggle {
  margin-top: 17px;
  margin-right: 0;
  background-color: #FF781E;
  border-radius: 0;
}

.navbar-toggle .icon-bar {
  background-color: #FFF;
}

/* 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-size: 60px;
  font-weight: 400;
  letter-spacing: 10px;
  margin-left: -4em;
  -webkit-animation: fadeInLeft 2s;
  animation: fadeInLeft 2s;
}

.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: 50px;
  height: 50px;
}

.main-top .scroll-down:before, .main-top .scroll-down:after {
  content: '';
  display: block;
  border-bottom: 2px solid #FF781E;
  border-right: 2px solid #FF781E;
  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: 30px;
  height: 30px;
  bottom: 30px;
  -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;
}

.main-top .words {
  display: inline;
  text-indent: 0.5em;
}

.main-top .words-1 span {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  color: #FF781E;
  letter-spacing: 0.3em;
  -webkit-animation: rotateWord 15s linear infinite 0s;
  -moz-animation: rotateWord 15s linear infinite 0s;
  -o-animation: rotateWord 15s linear infinite 0s;
  -ms-animation: rotateWord 15s linear infinite 0s;
  animation: rotateWord 15s linear infinite 0s;
}

.main-top .words-1 span:nth-child(2) {
  letter-spacing: 0.1em;
  -webkit-animation-delay: 5s; 
  -moz-animation-delay: 5s; 
  -o-animation-delay: 5s; 
  -ms-animation-delay: 5s; 
  animation-delay: 5s; 
}

.main-top .words-1 span:nth-child(3) {
  letter-spacing: 0.5em;
  -webkit-animation-delay: 10s; 
  -moz-animation-delay: 10s; 
  -o-animation-delay: 10s; 
  -ms-animation-delay: 10s; 
  animation-delay: 10s; 
}

@-webkit-keyframes rotateWord {
  0% { opacity: 0; }
  5% { opacity: 0; transform: translateY(-30px); }
  10% { opacity: 1; transform: translateY(0px);}
  30% { opacity: 1; transform: translateY(0px); }
  35% { opacity: 0; transform: translateY(30px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}

@-moz-keyframes rotateWord {
  0% { opacity: 0; }
  5% { opacity: 0; transform: translateY(-30px); }
  10% { opacity: 1; transform: translateY(0px);}
  30% { opacity: 1; transform: translateY(0px); }
  35% { opacity: 0; transform: translateY(30px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}

@-o-keyframes rotateWord {
  0% { opacity: 0; }
  5% { opacity: 0; transform: translateY(-30px); }
  10% { opacity: 1; transform: translateY(0px);}
  30% { opacity: 1; transform: translateY(0px); }
  35% { opacity: 0; transform: translateY(30px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}

@-ms-keyframes rotateWord {
  0% { opacity: 0; }
  5% { opacity: 0; transform: translateY(-30px); }
  10% { opacity: 1; transform: translateY(0px);}
  30% { opacity: 1; transform: translateY(0px); }
  35% { opacity: 0; transform: translateY(30px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes rotateWord {
  0% { opacity: 0; }
  5% { opacity: 0; transform: translateY(-30px); }
  10% { opacity: 1; transform: translateY(0px);}
  30% { opacity: 1; transform: translateY(0px); }
  35% { opacity: 0; transform: translateY(30px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}

/* BUTTONS */

.btn, .comment-reply-link, input[type=submit] {
  -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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px 30px;
  background-color: transparent;
  color: #FF781E;
  border: 2px solid #FF781E;
  margin: 0 auto;
  display: block;
  max-width: 400px;
}

.btn:hover, .btn:focus, .btn:active, .comment-reply-link:hover, .comment-reply-link:focus, .comment-reply-link:active, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
  background-color: #FF781E;
  border: 2px solid #FF781E;
  color: #FFF !important;
  outline: none !important;
}

input[type=submit] {
  margin: 20px auto;
}

/* LINKS */

a {
  -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;
  color: #111;
}

a:hover, a:focus, a:active {
  color: #FF781E !important;
  text-decoration: none;
  outline: none;
}

/* SECTION */

.section {
  width: 100%;
  float: left;
}

.section-heading {
  margin-bottom: 50px;
}

.section-heading h2 {
  font-size: 40px;
  letter-spacing: 5px;
  color: #333;
  margin-top: 0;
}

.section-heading p {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

.section-content img {
  max-width: 100%;
}

.section.dark {
	background-color: #111;
  padding: 50px 0;
}

.section.dark p {
	color: #fff;
	padding-bottom: 30px;
}

.section.general {
  padding: 0;
  padding-top: 150px;
}

.section.general h3 {
  color: #333;
}

.section.general p {
  padding-bottom: 50px;
}

/* ABOUT */

#about .row {
  margin: 0;
}

#about .section-content .row p {
  padding: 20px 50px 20px 50px;
}

#about .section-content h2 {
	font-size: 16px;
	letter-spacing: 5px;
	padding-top: 30px;
}

#about .section-content i {
  padding-top: 30px;
}

.about {
  width: 100%;
}

.about .row {
  margin: 0;
}

.about .content {
  display: table-cell;
  vertical-align: middle;
}

.about .image {
  background-image: url('http://placehold.it/1920x1080');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.about .background {
  height: 500px;
  padding: 5%;
  margin: 0;
}

.about h3, .about p {
  font-family: 'Open Sans';
  color: #FFF;
  text-align: left;
}

.about .btn {
  color: #FF781E;
  background-color: #FFF;
  border: 2px solid #FFF;
  margin-top: 30px;
  display: inline-block
}

.about .btn:hover, .about .btn.active, .about .btn:focus {
  color: #FFF;
  background-color: #FF781E;
  border: 2px solid #FFF !important;
}

/* TEAM */

.section .section-content .team {
  width: 300px;
  height: 400px;
  margin: 50px auto;
  overflow: hidden;
  text-align: center;
}

.section .section-content .team .mask {
  width: 300px;
  height: 400px;
  position: absolute;
  overflow: hidden;
  text-align: center;
  top: 0;
  left: 0;
}

.section .section-content .team h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 25px;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 120px;
}

.section .section-content .team p {
  font-size: 15px;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 2;
}

.section .section-content .team a.info i {
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  padding: 30px 10px;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
}

.section .section-content .team a.info:hover i {
  color: #000;
}

.section .section-content .team img {
  width: 200%;
  max-width: 200%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.section .section-content .team .mask {
  background-color: #FF781E;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in 0.1s;
  -moz-transition: all 0.5s ease-in 0.1s;
  -o-transition: all 0.5s ease-in 0.1s;
  -ms-transition: all 0.5s ease-in 0.1s;
  transition: all 0.5s ease-in 0.1s;
}

.section .section-content .team h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}

.section .section-content .team p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.section .section-content .team a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.5s ease-in-out 0.3s;
  -moz-transition: all 0.5s ease-in-out 0.3s;
  -o-transition: all 0.5s ease-in-out 0.3s;
  -ms-transition: all 0.5s ease-in-out 0.3s;
  transition: all 0.5s ease-in-out 0.3s;
}

.section .section-content .team:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 0.9;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.section .section-content .team:hover img {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.section .section-content .team:hover h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.section .section-content .team:hover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.section .section-content .team:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* SERVICES */

.section.services {
  padding-top: 0px;
}

.services i {
  margin-bottom: 20px;
}

.services .section-content p {
  padding-bottom: 100px;
}

/* INFO */

#info.section {
  padding: 100px 50px;
  background: transparent;
}

#info.section h2 {
  font-size: 40px;
  letter-spacing: 5px;
  color: #FF781E;
}

#info.section p {
  font-size: 20px;
  padding: 0;
  margin: 0;
}

/* PORTFOLIO */

.section.portfolio {
  padding-top: 0px;
}

.isotope-item {
  z-index: 2;
}

.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 {
  content: '';
  display: block;
  border-bottom: 1px solid #FF781E;
  width: 0;
  -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;
}

.work-item-filters li a:hover:after { 
  width: 100%; 
}

.work-item-filters li a.active {
  color: #000;
  font-weight: 700;
}

.work-item-wrapper {
  overflow: hidden;
}

.work-item {
  overflow: hidden;
  padding: 0 !important;
}

.work-item img {
  width: 101%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s 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;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -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;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FF781E;
}

.work-item .image-overlay:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 0.9;
}

.work-item .image-overlay a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.work-item .work-item-info {
  position: absolute;
  left: 0;
  bottom: 50%;
  margin-bottom: -2.5em;
  width: 100%;
  text-align: center;
  color: #fff;
}

.work-item .work-item-info i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.1;
  color: #fff;
  font-size: 96px;
  position: absolute;
  left: 50%;
  margin-left: -48px;
  top: 50%;
  margin-top: -48px;
}

.work-item .work-item-info h3 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

#purchase.section {
  padding: 50px;
  background-color: #EFEFEF;
  -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.section .btn {
  border: 2px solid #111;
  color: #111;
  display: inline-block;
}

#purchase.section .btn:hover, #purchase.section .btn.active, #purchase.section .btn:focus {
  border: 2px solid #111 !important;
  background-color: #111 !important;
  color: #FFF;
}

/* Magnific Popup */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -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 !important;
}

.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.65;
  filter: alpha(opacity=65);
  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: #FF781E;
  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.65;
  filter: alpha(opacity=65);
  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.7;
}

.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;
}

.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: 23px;
  width: 36px;
  background: rgba(0, 0, 0, 0.9);
  height: 36px;
  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;
}

.mfp-bottom-bar {
  padding: 10px;
  background: #FF781E;
  opacity: 0.9;
  bottom: 0;
  height: 150px;
  margin-top: -150px;
}

.mfp-bottom-bar h3 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  padding-top: 10px;
  padding-left: 10px;
  text-align: center;
}

.mfp-bottom-bar p {
  font-size: 0.9em;
  padding-top: 10px;
  padding-left: 10px;
  text-align: center;
}

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=80);
  opacity: 0.8;
}

.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;
}

/* CLIENTS */

#clients.section {
  padding: 50px 0;
  background-color: #EFEFEF;
}

#owl-clients.owl-theme .owl-controls .owl-page span {
  display: none;
}

#owl-clients.owl-theme .owl-controls.clickable {
  display: none;
  margin: 0;
  height: 0;
}

#owl-clients .owl-item {
  text-align: center;
}

#owl-clients.owl-theme img {
  max-width: 150px;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;;
  transition: all 0.3s ease-in-out 0.1s;
}

#clients img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray;
  -webkit-filter: grayscale(100%); 
}

#clients img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

/* NEWSLETTER */

.section.newsletter {
  padding: 100px 0;
}

.section.newsletter h3 {
  color: #333;
  margin-bottom: 50px;
}

.section.newsletter input {
  width: 70%;
  text-align: center;
}

.section.newsletter .btn {
  margin-top: 30px;
}

/* TESTIMONIALS */

.section.testimonials {
  padding: 100px 0;
  margin: 0;
  background: transparent;
  text-align: center;
  color: #FFF;
}

.section.testimonials h2, .section.testimonials p {
  color: #FFF;
}

#owl-testimonials.owl-theme .owl-controls .owl-page span {
  display: none;
}

#owl-testimonials.owl-theme .owl-controls.clickable {
  display: none;
  margin: 0;
  height: 0;
}

/* CONTACT */

.contact-info li {
  padding-bottom: 20px;
}

.contact-info h2 {
	font-size: 16px !important;
}

.contact-info h2, .contact-info p {
  padding-left: 0px;
}

.contact-info p {
  font-size: 12px !important;
}

.contact .btn {
  float: right;
}

/* SOCIAL */

.section.social {
  padding: 0;
}

.section.social i {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  -moz-transition: all 0.5s ease-in-out 0.1s;;
  transition: all 0.5s ease-in-out 0.1s;
}

.section.social i:hover {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.section.social .facebook {
  color: #fff;
  padding: 50px 0;
  background-color: #3b5998;
}

.section.social .twitter {
  padding: 50px 0;
  background-color: #55acee;
}

.section.social .google-plus {
  padding: 50px 0;
  background-color: #d73d32;
}

.section.social .linkedin {
  padding: 50px 0;
  background-color: #007bb5;
}

/* FOOTER */

#footer {
  background-color: #111;
  color: #fff;
}

#footer p, #footer a {
  color: #FFF;
}

.back-to-top {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 250px;
  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;
  color: #fff;
}

.copyright {
  width: 100%;
  float: left;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  line-height: 36px;
  padding-top: 10px;
  text-align: center;
}

/* MEDIA QUERIES */

@media screen and (min-width: 768px) {
  .navbar li .sub-menu {
    display: none;
    position: absolute;
    background-color: #FFF;
    border: 3px solid #FF781E;
    width: 250px;
    margin-top: 18px;
    padding: 5px 0;
    z-index: 1;
  }

  .navbar li .sub-menu > li .sub-menu {
    margin-left: -250px;
    margin-top: 0;
  }

  .navbar li:hover .sub-menu {
    display: block;
  }

  .navbar li .sub-menu li {
    display: block;
    height: 100%;
    padding: 5px 0;
  }

  .navbar li .sub-menu li a {
    color: #555;
    font-size: 12px;
    padding: 0 10px;
  }

  .navbar li .sub-menu li a:hover {
    color: #FF781E;
  }

  .navbar.nav-text-light li > a {
    color: #FFF;
    letter-spacing: 1px;
  }

  .navbar.nav-text-light li > a:hover {
    color: #FF781E;
  }
}

@media screen and (max-width: 1199px) {
  .navbar li > a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1023px) {
  h1 {
    font-size: 35px !important;
  }

  h2 {
    font-size: 30px !important;
  }

  h3 {
    font-size: 25px !important;
  }

  h4 {
    font-size: 20px !important;
  }

  p {
    line-height: 1.8 !important;
  }

  .padding {
    padding: 0 80px !important;
  }

  .padding-top {
    padding-top: 80px !important;
  }

  .padding-bottom {
    padding-bottom: 80px !important;
  }

  .navbar li > a {
    font-size: 13px;
  }

  .main-top .main-content h1 {
    font-size: 40px !important;
    letter-spacing: 5px;
  }

  .about .image, .about .background {
    display: table;
  }
}

@media screen and (min-width: 548px) and (max-width: 1024px) {
  .work-item .work-item-info h3 {
    font-size: 1.3em;
    line-height: 8px;
  }
  .work-item .work-item-info p {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .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;
  }
}

@media all and (max-width: 900px) {
  .navbar li > a {
    font-size: 12px;
    padding: 0 5px;
  }

  .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 !important;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .navbar-fixed-top {
    top: 46px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 25px !important;
  }

  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  h4 {
    font-size: 16px !important;
  }

  p {
    font-size: 13px !important;
    line-height: 1.8 !important;
  }

  .padding {
    padding: 0 50px !important;
  }

  .padding-top {
    padding-top: 50px !important;
  }

  .padding-bottom {
    padding-bottom: 50px !important;
  }

  .fa-3x {
    font-size: 2.5em;
  }

  .navbar-collapse {
    background-color: #FFF;
    padding: 0;
    border: 3px solid #FF781E;
    border-top: 0;
  }

  .navbar-collapse ul {
    float: left;
    padding-left: 0;
    margin-bottom: 0;
  }

  .navbar-collapse li {
    display: table;
    height: 50px !important;
  }

  .navbar-collapse li a {
    font-size: 10px !important;
    padding: 10px !important;
    display: table-cell;
    vertical-align: middle;
  }

  .main-top .main-content h1 {
    font-size: 30px !important;
    letter-spacing: 3px;
  }

  .btn {
    padding: 5px 25px;
    font-size: 14px;
    letter-spacing: 1px;
  }

  #about .section-content h2 {
    letter-spacing: 3px;
  }

  .section .section-content .team, .section .section-content .team .mask {
    width: 250px;
    height: 300px;
  }

  .section .section-content .team h2 {
    font-size: 16px;
    padding-top: 75px;
  }

  .section .section-content .team p {
    font-size: 12px;
    padding: 10px 20px 20px;
    line-height: 1.5em;
  }

  .section .section-content .team a.info {
    font-size: 30px;
  }

  .work-item-filters li {
    display: block;
    margin: 20px;
  }

  .work-item-filters li a {
    font-size: 12px;
  }

  #purchase h3, #purchase p {
    display: none;
  }

  .contact-info {
    text-align: center;
  }

  .contact-info li {
    display: inline-block;
    padding: 0 5px 10px 5px;
    text-align: center;
    width: 100%;
  }

  .contact-info i {
    width: 100%;
    padding-bottom: 10px;
  }

  .contact-info h3, .contact-info p {
    padding-left: 0;
    padding-right: 0;
  }

  .section.social .facebook, .section.social .twitter, .section.social .google-plus, .section.social .linkedin {
    padding: 40px 0;
  }

@media screen and (max-width: 480px) {
  h1 {
    font-size: 20px !important;
  }

  h2 {
    font-size: 18px !important;
  }

  h3 {
    font-size: 16px !important;
  }

  h4 {
    font-size: 15px !important;
  }

  p {
    font-size: 12px !important;
    line-height: 1.7 !important;
  }

  .padding {
    padding: 0 30px !important;
  }

  .padding-top {
    padding-top: 30px !important;
  }

  .padding-bottom {
    padding-bottom: 30px !important;
  }

  .fa-3x {
    font-size: 2em;
  }

  .navbar-title, .navbar.navbar-light .navbar-title {
    font-size: 15px !important;
    letter-spacing: 3px;
  }

  .main-top .main-content h1 {
    font-size: 25px !important;
    letter-spacing: 1px;
  }

  .section .section-content .team h2 {
    font-size: 14px;
  }

  .section .section-content .team p {
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .section .section-content .team a.info {
    padding-top: 5px;
    font-size: 15px;
  }

  .mfp-bottom-bar {
    display: none;
  }

  .contact {
    padding-bottom: 0;
  }

  .contact-info li {
    display: block;
  }

  .contact-form .btn-primary {
    width: 100%;
  }

  .section.social .facebook, .section.social .twitter, .section.social .google-plus, .section.social .linkedin {
    padding: 30px 0;
  }
}

/* WordPress Core */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.sticky {

}

.gallery-caption {

}

.bypostauthor {

}
