@import url('http://fonts.googleapis.com/css?family=Oswald:400,300,700');
/* ========================================================================== */
/* Global properties (body, common classes, vertical rhythm, structure etc)
/* ========================================================================== */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: url('../img/paper.png') #ffffff;
  color: #3d3d3d;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
body #load {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  z-index: 1001;
  background-color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
body #qLpercentage {
  font-family: 'Oswald', sans-serif;
  font-size: 60px !important;
  line-height: 1;
}
.container {
  max-width: 960px;
}
.page-wrapper {
  padding: 60px 0;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .page-wrapper .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-work {
  -webkit-box-shadow: 0 0 30px 0 #000000;
  -moz-box-shadow: 0 0 30px 0 #000000;
  box-shadow: 0 0 30px 0 #000000;
  margin-top: 41px;
}
.page-services {
  background: url('../img/paper.png') 50% 0 repeat;
  color: #666;
  -webkit-box-shadow: 0 0 30px 0 #000000;
  -moz-box-shadow: 0 0 30px 0 #000000;
  box-shadow: 0 0 30px 0 #000000;
}
.page-about {
  background: url('../img/page-bg-about.png') 50% 0 repeat;
  -webkit-box-shadow: 0 0 30px 0 #000000;
  -moz-box-shadow: 0 0 30px 0 #000000;
  box-shadow: 0 0 30px 0 #000000;
}
.page-contact {
  /*background: url('../img/page-bg-contact.png') 50% 0 repeat;*/
  padding-bottom: 0;
  -webkit-box-shadow: 0 0 30px 0 #000000;
  -moz-box-shadow: 0 0 30px 0 #000000;
  box-shadow: 0 0 30px 0 #000000;
}
hr.spacer {
  border-color: transparent;
}
/* ========================================================================== */
/* TYPOGRAPHY
/* ========================================================================== */
::-moz-selection,
::selection {
  background: #CC6633;
  color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
.title-inner h1 {
color:#2eaadc;
  float:left;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 60px;
}
.title-inner h2 {
  text-align: center;
  text-transform: uppercase;
  float:left;
}
p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
a {
  color: #CC6633;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #CC6633;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.highlight {
  color: #CC6633;
}
blockquote {
  border-color: #CC6633;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
}
blockquote p {
  margin-bottom: 20px;
}
/* ========================================================================== */
/* MENU STYLING
/* ========================================================================== */
#undefined-sticky-wrapper {
  position: absolute;
  width: 100%;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
  box-sizing: border-box;
}
.main-menu {
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
}
.main-menu .navbar-inner {
  background-image: none;
  filter: none;
  background-color: #683b15;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  
}
.main-menu .navbar-fixed-top,
.main-menu .navbar-fixed-bottom,
.main-menu .navbar-static-top {
  margin: 0;
}
.main-menu .nav {
  float: none;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .main-menu .nav {
    display: none;
  }
}
.main-menu .nav > li {
  display: inline-block;
  float: none;
}
.main-menu .nav > li > a {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar .nav > li > a {
    color: #FFFFFF;
    float: none;
    padding: 10px 40px;
    text-decoration: none;
    text-shadow: 0 1px 0 #5F5F5F;
}
.main-menu .nav > li > a:hover {
  color: #2eaadc;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.main-menu .nav > li > a.active {
  color: #2eaadc;
}
.res-menu {
  display: none;
}
@media (max-width: 767px) {
  .res-menu {
    display: block;
    width: 100%;
    border: none;
    border-top: solid 1px #e6e6e6;
    background-color: #eeeeee;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .res-menu option {
    background-color: #ffffff;
  }
}
/* ========================================================================== */
/* INTRO/HOMEPAGE
/* ========================================================================== */
.logo {
  display: inline-block;
  width: 140px;
  height: 140px;
  text-align: center;
  text-decoration: none;
  background-color: #CC6633;
  color: #ffffff;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.logo:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #CC6633;
}
.logo i {
  font-size: 80px;
  line-height: 140px;
  height: 140px;
}
.intro-parallax {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: table;
  background: url('../example/parallax/parallax4.jpg') fixed;
  background-size: 112% cover;
  background-position: 100% top;
  background-color: #ffffff;
}
.intro-wrapper {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
}
.intro-wrapper .container {
  text-align: center;
  color: #ffffff;
}
.intro-wrapper .hero-unit {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.intro-wrapper .hero-unit h1 {
  font-size: 40px;
  text-transform: uppercase;
  margin-top: 18px;
}
.intro-wrapper .hero-unit h1 span, .intro-wrapper .hero-unit h2 span  {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.start-btn {
  margin-top: 20px;
  color: #ffffff;
  background-color: #2eaadc;
  font-size:20px;
}
.start-btn:hover {
  color: #ffffff;
  background-color: #683b15;
}
/* ========================================================================== */
/* WORK/PORTFOLIO
/* ========================================================================== */
.flexslider {
  border: none;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.flex-direction-nav a {
  background-color: #CC6633;
  text-decoration: none;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  opacity: 0.3;
}
.flex-direction-nav a,
.flex-direction-nav a:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.flex-direction-nav .flex-next {
  right: 20px;
}
.flex-direction-nav .flex-prev {
  left: 20px;
}
.flexslider:hover .flex-next {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity = 80);
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: 20px;
}
.flexslider:hover .flex-prev {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity = 80);
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  left: 20px;
}
.flex-direction-nav .flex-next:before,
.flex-direction-nav .flex-prev:before {
  display: block;
  font-family: 'FontAwesome';
  font-size: 30px;
  line-height: 50px;
  height: 50px;
  content: '\f105';
  text-decoration: none;
  text-align: center;
  text-indent: 0;
  color: #ffffff;
}
.flex-direction-nav .flex-next:before {
  content: '\f061';
}
.flex-direction-nav .flex-prev:before {
  content: '\f060';
}
.flex-control-nav {
  bottom: 20px;
}
.flex-control-paging li a {
  background-color: #666;

}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background-color: #2eaadd;
 
}
/* Portfolio Filtering (Categories)
/* ========================================================================== */
#filtrable {
  margin-left: 0;
  margin-bottom: -5px;
  margin-top: -5px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
}
#filtrable li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  list-style: none;
}
#filtrable a {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#filtrable a:hover {
  background-color: #ff3e26;
  color: #ffffff;
}
#filtrable .current a {
  background-color: #CC6633;
  color: #ffffff;
}
/* Portfolio Thumbnails
/* ========================================================================== */
.portfolio {
  position: relative;
  padding: 0;
  margin: 0 auto;
  display: block;
}
.portfolio article {
  margin: 0;
  overflow: hidden;
  line-height: 0;
  width: 24.99%;
  padding: 0;
}
@media (max-width: 979px) {
  .portfolio article {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .portfolio article {
    width: 49.9%;
  }
}
@media (max-width: 479px) {
  .portfolio article {
    width: 100%;
  }
}
.portfolio .thumbnail {
  padding: 0;
  margin: 0;
  text-align: center;
  border: none;
  position: relative;
  overflow: hidden;
  cursor: default;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.portfolio .thumbnail img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.portfolio .thumbnail .caption {
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.portfolio .thumbnail .title {
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
}
.portfolio .thumbnail .title a {
  text-decoration: none;
}
.portfolio .thumbnail .tag {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}
/* Portfolio animation
/* ========================================================================== */
.portfolio .thumbnail .caption,
.portfolio .thumbnail .title,
.portfolio .thumbnail .tag,
.portfolio .thumbnail .ico-block {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.portfolio .thumbnail .caption {
  background-color: #CC6633;
  background-color: #ff6a57;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.portfolio .thumbnail .title {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio .thumbnail .title a {
  color: #ffffff;
  font-weight: 600;
}
.portfolio .thumbnail .title a:hover {
  color: #ffffff;
}
.portfolio .thumbnail .tag {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
}
.portfolio .thumbnail .ico-block {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio .thumbnail.hover .title,
.portfolio .thumbnail.hover .tag,
.portfolio .thumbnail.hover .caption,
.portfolio .thumbnail.hover .ico-block {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.portfolio .thumbnail.hover .title,
.portfolio .thumbnail.hover .tag,
.portfolio .thumbnail.hover .ico-block {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.portfolio .thumbnail.hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.portfolio .thumbnail.hover .tag {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.portfolio .thumbnail.hover .ico-block {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/* overlay frame
/* ========================================================================== */
.media a,
.thumbnail,
.thumbnail .image {
  position: relative;
}
.media .frame-overlay,
.thumbnail .frame-overlay,
.portfolio article .frame-overlay {
  background-color: #000000;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.media a:hover .frame-overlay,
.thumbnail:hover .frame-overlay,
.portfolio article:hover .frame-overlay {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* Isotope CSS3 transitions
/* ========================================================================== */
.portfolio,
.portfolio article {
  -moz-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
/* disabling Isotope CSS3 transitions
/* ========================================================================== */
.portfolio.no-transition,
.portfolio.no-transition article,
.portfolio article.no-transition {
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.portfolio {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.portfolio article {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/* ========================================================================== */
/* PARALLAX
/* ========================================================================== */
.parallax {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
  color: #ffffff;
}
.parallax .container {
  display: table;
}
.parallax .parallax-inner,
.parallax .overlay {
  height: 400px;
}
.parallax-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.overlay {
  position: absolute;
  background: url('../img/overlay.png');
  width: 100%;
}
.parallax-bg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: top center;
}
@media (min-width: 768px) and (max-width: 979px) {
  .parallax-bg {
    background-size: 150%;
  }
}
/* Parallax backgrounds
/* ========================================================================== */
.bg1 {
  background-image: url('../example/parallax/parallax1.jpg');
}
.bg2 {
  background-image: url('../example/parallax/parallax4.jpg');
}
.bg3 {
  background-image: url('../example/parallax/parallax3.jpg');
}
.bg4 {
  background-image: url('../example/parallax/parallax4.jpg');
}
/* ========================================================================== */
/* Parallax 1
/* ========================================================================== */
p.quote {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.25;
  color: #ffffff;
  z-index: 200;
  margin: 0 5%;
}
@media (min-width: 768px) and (max-width: 979px) {
  p.quote {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  p.quote {
    font-size: 33px;
  }
}
@media (max-width: 480px) {
    .intro-wrapper .hero-unit h1 {
        font-size: 110px;
    }
  p.quote {
    font-size: 24px;
  }
}

p.quote i {
  font-size: 25px;
  display: inline-table;
  vertical-align: top;
  margin: 0 5px;
  color: #CC6633;
}
p.quote:before {
  font-family: 'FontAwesome';
  font-size: 30px;
  color: #2eaadd;
  content: "\f10d";
  position: absolute;
  top: 0;
  left: 0;
}
p.quote:after {
  font-family: 'FontAwesome';
  font-size: 30px;
  color: #2eaadd;
  content: "\f10e";
  position: absolute;
right: 50px;
    top: 150px;
}

/**** quote1 ******/

p.quote1 {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.25;
  color: #ffffff;
  z-index: 200;
  margin: 0 5%;
}
@media (min-width: 768px) and (max-width: 979px) {
  p.quote1 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  p.quote1 {
    font-size: 33px;
  }
}
@media (max-width: 480px) {
    .intro-wrapper .hero-unit h1 {
        font-size: 110px;
    }
  p.quote1 {
    font-size: 24px;
  }
}

p.quote1 i {
  font-size: 25px;
  display: inline-table;
  vertical-align: top;
  margin: 0 5px;
  color: #CC6633;
}
p.quote1:before {
  font-family: 'FontAwesome';
  font-size: 30px;
  color: #2eaadd;
  content: "\f10d";
  position: absolute;
  top: 20px;
  left: 0;
}
p.quote1:after {
  font-family: 'FontAwesome';
  font-size: 30px;
  color: #2eaadd;
  content: "\f10e";
  position: absolute;
right: 50px;
    top: 110px;
}

/**** fin quote 1 ******/





/* ========================================================================== */
/* SERVICES PAGE
/* ========================================================================== */
@media (max-width: 767px) {
  .service-row {
    max-width: 350px;
    margin: 0 auto;
  }
}
.service-box {
  margin: 0 0 0px 0;
  text-align: center;
  padding: 20px 10px;
  border: none;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .service-box {
    margin-bottom: 20px;
  }
}
.service-box .service-icon {
  width: 80px;
  height: auto;
  font-size: 70px;
  margin: 15px auto;
  padding: 25px 20px;
  display: block;
  text-align: center;
  border-radius: 50%;
  background: #222222;
  color: #ffffff;
}
.service-box:hover {
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.3);
  background: #222222;
  color: #ffffff;
}
.service-box:hover .service-icon {
  background: #ffffff;
  color: #222222;
}
/* Pricing Table
/* ========================================================================== */
@media (max-width: 767px) {
  .pricing {
    max-width: 350px;
    margin: 0 auto;
  }
}

.pricing .well {
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  border: none;
  background-color: #555555;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .pricing .well {
    margin-bottom: 40px;
  }
}
.pricing .well .well {
  padding: 10px;
  margin-bottom: 0;
  background-color: transparent;
}
.pricing .well .well .btn {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pricing .pricing-plan {
  margin: 0;
  padding: 20px 0;
  font-size: 24px;
}
.pricing .pricing-price {
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  color: #ffffff;
  background-color: #333333;
}
.pricing .pricing-price small {
  display: block;
  color: #ffffff;
}
.pricing .pricing-list {
  list-style-type: none;
  margin-left: 0;
}
.pricing .pricing-list li {
  padding: 20px 0;
}
.pricing .featured {
  background-color: #333333;
  color: #ffffff;
}
.pricing .featured .pricing-price {
  background-color: #222222;
  color: #ffffff;
}
/* ========================================================================== */
/* Parallax2 / Testimonials
/* ========================================================================== */
.parallax-inner {
  position: relative;
  width: 95%;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  .parallax-inner {
    width: 90%;
  }
}
.testimonial-slider.flexslider {
  background-color: transparent;
  padding: 10px 0;
  background-color: #000000;
  background-color: rgba(36, 113, 158, 0.7);
}
.testimonial-slider .flex-control-nav {
  bottom: -40px;
}
.testimonial-slider .flex-direction-nav a {
  background-color: transparent;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  opacity: 0.5;
}
@media (max-width: 767px) {
  .testimonial-slider .flex-direction-nav a {
    top: auto;
    bottom: -50px;
  }
}
.testimonial-slider .flex-direction-nav .flex-next {
  right: 0;
}
.testimonial-slider .flex-direction-nav .flex-prev {
  left: 0;
}
.testimonial-slider .flex-direction-nav .flex-next:before {
  content: '\f105';
}
.testimonial-slider .flex-direction-nav .flex-prev:before {
  content: '\f104';
}
.testimonial-slider .testimonial-inner {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .testimonial-slider .testimonial-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.testimonial-slider .flex-control-paging li a {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
}
.testimonial-slider .flex-control-paging li a:hover,
.testimonial-slider .flex-control-paging li a.flex-active {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
}
/* ========================================================================== */
/* About Us Page
/* ========================================================================== */
/* SKILLS
/* ========================================================================== */
.our-skills .progress {
  position: relative;
  background-image: none;
  filter: none;
  background-color: #999999;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.our-skills .progress .bar {
  background-color: #333333;
  background-image: none;
  filter: none;
}
.our-skills .progress .progress-title {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #ffffff;
}
.our-skills .progress .progress-value {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #ffffff;
}
/* Member info
/* ========================================================================== */
.members {
  /*@media (min-width: 480px) and (max-width: 767px){
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 350px;
  }*/

}
@media (max-width: 767px) {
  .members {
    margin: 0 auto;
    max-width: 350px;
  }
}
.member-info .thumbnail {
  padding: 0;
  border: 2px solid #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.member-info .thumbnail .caption {
    background-color: #FFFFFF;
    color: #999999;
    padding-left: 20px;
    padding-right: 20px;
}
.member-info .thumbnail .caption h4{
    padding-bottom: 5px;
    border-bottom: 1px solid #D9D9D9;
}
.member-info .overlay-content {
  position: absolute;
  bottom: 0%;
  left: 5%;
  width: 90%;
  text-align: center;
  z-index: 2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.member-info .overlay-content h4 {
  color: #ffffff;
}
.member-info .thumbnail:hover .caption {
  background-color: #CC6633;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.member-info .thumbnail:hover .overlay-content {
  bottom: 30%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.member-info .view-profile {
  padding: 4px 10px;
  margin-top: 4px;
  background-color: #CC6633;
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
}
/* ========================================================================== */
/* Parallax3
/* ========================================================================== */
.tweet-slider.flexslider {
  background-color: transparent;
  padding: 10px 0;
  min-height: 150px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.tweet-slider .flex-control-nav {
  bottom: -40px;
}
.tweet-slider .flex-direction-nav a {
  background-color: transparent;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  opacity: 0.5;
}
@media (max-width: 767px) {
  .tweet-slider .flex-direction-nav a {
    top: auto;
    bottom: -50px;
  }
}
.tweet-slider .flex-direction-nav .flex-next {
  right: 0;
}
.tweet-slider .flex-direction-nav .flex-prev {
  left: 0;
}
.tweet-slider .flex-direction-nav .flex-next:before {
  content: '\f105';
}
.tweet-slider .flex-direction-nav .flex-prev:before {
  content: '\f104';
}
.tweet-slider .tweet-inner {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .tweet-slider .tweet-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 360px) and (max-width: 640px) {
    .intro-wrapper .hero-unit h1 {
        font-size: 110px;
    }
}
.tweet-slider .flex-control-paging li a {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
}
.tweet-slider .flex-control-paging li a:hover,
.tweet-slider .flex-control-paging li a.flex-active {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
}
.tweet-slider .tweet-img {
  display: none !important;
}
/* ========================================================================== */
/* Contact Us Page
/* ========================================================================== */
/* Contact form
/* ========================================================================== */
#af-form {
  margin-bottom: 30px;
}
#af-form textarea,
#af-form input[type="text"] {
  border-width: 1px;
  border-color: #999999;
  background-color: #ffffff;
  color: #333333;
  padding: 10px 15px;
  height: auto;
  font-size: 13px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
  box-sizing: border-box;
}
#af-form textarea:hover,
#af-form input[type="text"]:hover,
#af-form textarea:focus,
#af-form input[type="text"]:focus {
  border-color: #CC6633;
  background-color: #eeeeee;
  color: #222222;
}
#af-form textarea {
  height: 160px !important;
  overflow: auto;
  resize: none;
}
#af-form input.error,
#af-form textarea.error {
  border: 1px solid #e81123;
}
#af-form .af-outer {
  margin-bottom: 0;
}
#af-form .form-button {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  background-color: #673b16;
  color: #ffffff;
  padding: 13px 20px 10px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#af-form .form-button:hover {
  background-color: #000000;
}
label.error,
label.ferror {
  color: #e81123;
  font-size: 13px;
  padding-left: 16px;
  margin-bottom: 15px;
}
/* Social icons
/* ========================================================================== */
.social-icon {
  display: inline-block;
  margin: 0 5px 5px 0;
  background-color: #ffffff !important;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.social-icon a:hover {
  background-color: #555555;
  background-position: 0px -40px !important;
}
.social-icons ul {
  list-style: none;
  margin: 0 0 -1px 0;
  float: right;
}
.social-icons ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.social-icons ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.social-icons a:hover {
  background-color: #cccccc;
  background-position: 0px -40px !important;
  opacity: 1;
}
.social-email a {
  background: url(../img/social/email.png) no-repeat 0 0;
}
.social-email a:hover {
  background-color: #666666;
}
.social-aim a {
  background: url(../img/social/aim.png) no-repeat 0 0;
}
.social-aim a:hover {
  background-color: #e95a00;
}
.social-apple a {
  background: url(../img/social/apple.png) no-repeat 0 0;
}
.social-apple a:hover {
  background-color: #606060;
}
.social-behance a {
  background: url(../img/social/behance.png) no-repeat 0 0;
}
.social-behance a:hover {
  background-color: #18a3fe;
}
.social-blogger a {
  background: url(../img/social/blogger.png) no-repeat 0 0;
}
.social-blogger a:hover {
  background-color: #fb913f;
}
.social-cargo a {
  background: url(../img/social/cargo.png) no-repeat 0 0;
}
.social-cargo a:hover {
  background-color: #00c462;
}
.social-delicious a {
  background: url(../img/social/delicious.png) no-repeat 0 0;
}
.social-delicious a:hover {
  background-color: #3274d1;
}
.social-deviantart a {
  background: url(../img/social/deviantart.png) no-repeat 0 0;
}
.social-deviantart a:hover {
  background-color: #d0de21;
}
.social-digg a {
  background: url(../img/social/digg.png) no-repeat 0 0;
}
.social-digg a:hover {
  background-color: #2882c6;
}
.social-dopplr a {
  background: url(../img/social/dopplr.png) no-repeat 0 0;
}
.social-dopplr a:hover {
  background-color: #99cc66;
}
.social-dribbble a {
  background: url(../img/social/dribbble.png) no-repeat 0 0;
}
.social-dribbble a:hover {
  background-color: #ef5b92;
}
.social-ember a {
  background: url(../img/social/ember.png) no-repeat 0 0;
}
.social-ember a:hover {
  background-color: #fb9d00;
}
.social-evernote a {
  background: url(../img/social/evernote.png) no-repeat 0 0;
}
.social-evernote a:hover {
  background-color: #77ba2f;
}
.social-facebook a {
  background: url(../img/social/facebook.png) no-repeat 0 0;
}
.social-facebook a:hover {
  background-color: #3b5998;
}
.social-flickr a {
  background: url(../img/social/flickr.png) no-repeat 0 0;
}
.social-flickr a:hover {
  background-color: #f1628b;
}
.social-forrst a {
  background: url(../img/social/forrst.png) no-repeat 0 0;
}
.social-forrst a:hover {
  background-color: #5b9a68;
}
.social-github a {
  background: url(../img/social/github.png) no-repeat 0 0;
}
.social-github a:hover {
  background-color: #7292a2;
}
.social-google a {
  background: url(../img/social/google.png) no-repeat 0 0;
}
.social-google a:hover {
  background-color: #dd4b39;
}
.social-googleplus a {
  background: url(../img/social/googleplus.png) no-repeat 0 0;
}
.social-googleplus a:hover {
  background-color: #d94a39;
}
.social-gowalla a {
  background: url(../img/social/gowalla.png) no-repeat 0 0;
}
.social-gowalla a:hover {
  background-color: #ff920d;
}
.social-grooveshark a {
  background: url(../img/social/grooveshark.png) no-repeat 0 0;
}
.social-grooveshark a:hover {
  background-color: #f88e00;
}
.social-html5 a {
  background: url(../img/social/html5.png) no-repeat 0 0;
}
.social-html5 a:hover {
  background-color: #f3642c;
}
.social-icloud a {
  background: url(../img/social/icloud.png) no-repeat 0 0;
}
.social-icloud a:hover {
  background-color: #fb913f;
}
.social-lastfm a {
  background: url(../img/social/lastfm.png) no-repeat 0 0;
}
.social-lastfm a:hover {
  background-color: #d21309;
}
.social-linkedin a {
  background: url(../img/social/linkedin.png) no-repeat 0 0;
}
.social-linkedin a:hover {
  background-color: #71b2d0;
}
.social-metacafe a {
  background: url(../img/social/metacafe.png) no-repeat 0 0;
}
.social-metacafe a:hover {
  background-color: #ef4035;
}
.social-mixx a {
  background: url(../img/social/mixx.png) no-repeat 0 0;
}
.social-mixx a:hover {
  background-color: #d80330;
}
.social-myspace a {
  background: url(../img/social/myspace.png) no-repeat 0 0;
}
.social-myspace a:hover {
  background-color: #003398;
}
.social-netvibes a {
  background: url(../img/social/netvibes.png) no-repeat 0 0;
}
.social-netvibes a:hover {
  background-color: #629e61;
}
.social-newsvine a {
  background: url(../img/social/newsvine.png) no-repeat 0 0;
}
.social-newsvine a:hover {
  background-color: #5b965a;
}
.social-orkut a {
  background: url(../img/social/orkut.png) no-repeat 0 0;
}
.social-orkut a:hover {
  background-color: #ed2590;
}
.social-paypal a {
  background: url(../img/social/paypal.png) no-repeat 0 0;
}
.social-paypal a:hover {
  background-color: #32689a;
}
.social-picasa a {
  background: url(../img/social/picasa.png) no-repeat 0 0;
}
.social-picasa a:hover {
  background-color: #444;
}
.social-pinterest a {
  background: url(../img/social/pinterest.png) no-repeat 0 0;
}
.social-pinterest a:hover {
  background-color: #cb2027;
}
.social-plurk a {
  background: url(../img/social/plurk.png) no-repeat 0 0;
}
.social-plurk a:hover {
  background-color: #f35b36;
}
.social-posterous a {
  background: url(../img/social/posterous.png) no-repeat 0 0;
}
.social-posterous a:hover {
  background-color: #f9d560;
}
.social-reddit a {
  background: url(../img/social/reddit.png) no-repeat 0 0;
}
.social-reddit a:hover {
  background-color: #cde2f9;
}
.social-rss a {
  background: url(../img/social/rss.png) no-repeat 0 0;
}
.social-rss a:hover {
  background-color: #fe9900;
}
.social-skype a {
  background: url(../img/social/skype.png) no-repeat 0 0;
}
.social-skype a:hover {
  background-color: #18b7f1;
}
.social-stumbleupon a {
  background: url(../img/social/stumbleupon.png) no-repeat 0 0;
}
.social-stumbleupon a:hover {
  background-color: #eb4924;
}
.social-technorati a {
  background: url(../img/social/technorati.png) no-repeat 0 0;
}
.social-technorati a:hover {
  background-color: #7ac84f;
}
.social-tumblr a {
  background: url(../img/social/tumblr.png) no-repeat 0 0;
}
.social-tumblr a:hover {
  background-color: #3a5976;
}
.social-twitter a {
  background: url(../img/social/twitter.png) no-repeat 0 0;
}
.social-twitter a:hover {
  background-color: #48c4d2;
}
.social-vimeo a {
  background: url(../img/social/vimeo.png) no-repeat 0 0;
}
.social-vimeo a:hover {
  background-color: #62a0ad;
}
.social-wordpress a {
  background: url(../img/social/wordpress.png) no-repeat 0 0;
}
.social-wordpress a:hover {
  background-color: #464646;
}
.social-yahoo a {
  background: url(../img/social/yahoo.png) no-repeat 0 0;
}
.social-yahoo a:hover {
  background-color: #ab64bc;
}
.social-yelp a {
  background: url(../img/social/yelp.png) no-repeat 0 0;
}
.social-yelp a:hover {
  background-color: #c41200;
}
.social-youtube a {
  background: url(../img/social/youtube.png) no-repeat 0 0;
}
.social-youtube a:hover {
  background-color: #f45750;
}
.social-zerply a {
  background: url(../img/social/zerply.png) no-repeat 0 0;
}
.social-zerply a:hover {
  background-color: #8db259;
}
.social-zootool a {
  background: url(../img/social/zootool.png) no-repeat 0 0;
}
.social-zootool a:hover {
  background-color: #262626;
}
.copyright {
  width: 100%;
  padding: 10px 0;
  background: #2eaadd;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.copyright a {
  color: #ffffff;
}
.copyright a:hover {
  text-decoration: underline;
}
.copyright p{
    margin:0;
}
.gmap {
  max-width: 100%;
  line-height: 0;
}
img {
  -ms-interpolation-mode: bicubic;
}
.btn,
.btn:hover {
  background-image: none;
  filter: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-primary {
    background-color: #CC6633;

}
.btn-primary:hover {
    background-color: #9f5028;

}
.hero-unit {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Remove firefox dotted line
/* ========================================================================== */
a,
a:active,
a:focus,
input,
input:active,
input:focus,
select,
select:active,
select:focus {
  outline: 0 !important;
}
