/*
			Main Style.css !
			________________________________________________________________________________________________
			-REFER TO THE DOCUMENTATION TO LEARN MORE ABOUT PREMADE CLASSES.
			-PLEASE LET ME KNOW IF YOU FIND A BUG/CROSS-BROWSER ISSUE.
			-IF YOU HAVE ANY QUESTIONS ABOUT THIS TEMPLATE, FEEL FREE TO CONTACT ME:
			-http://themeforest.net/user/moosethemes/

			________________________________________________________________________________________________
			 HTML template	v1.1	| Copyright (c) 2012 - 2999 Moosethemes. All rights reserved.
			________________________________________________________________________________________________



					01. GLOBAL/BASE STYLES
						01.1 NAVIGATION
						01.2 SLIDER
						01.3 TAGLINES
						01.4 EXPERTISE SECTION
						01.5 FEATURE BLOG ARTICLES / PORTFOLIO
					02. BASIC LAYOUT
						02.1 FOOTER STYLES
						02.2 PAGES GENERAL SHARE STYLES
					03. GLOBAL/PAGE RELATED STYLES
						03.1 BLOG
						03.2 GALLERY / PORTFOLIO
						03.3 PRICING TABLES
						03.4 CONTACT PAGE
					04. OPTIMIZATIONS FOR DIFFERENT SCREEN SIZES AND DEVICES

__________________________________________________________________________________________________________*/
/*__________________________________________________________________________________________________________

	[1.0]
	****************
	-GLOBAL/BASE STYLES UTILITIES
________________________________________________________________________________________________________*/
body {
  font-size: 100%; }

::selection {
  background: #FF853C;
  color: white;
  text-shadow: none; }

/*__________________________________________________________________________________________________________

	[1.1]
	****************
	-NAVIGATION
________________________________________________________________________________________________________*/
header {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  header .navbar .nav > li > .dropdown-menu::before {
    right: 135px; }
  header .navbar .nav > li > .dropdown-menu::after {
    right: 135px; }
  header .navbar .nav {
    margin-right: 0; }
  header .navbar .brand {
    color: #fdfdfd;
    padding-top: 28px;
    text-shadow: none; }
  header .navbar-fixed-top .navbar-inner, header .navbar-static-top .navbar-inner {
    box-shadow: none; }
  header .navbar-inner {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    box-shadow: none; }
  header .brand .logo {
    margin-top: 10px;
    -ms-text-shadow: 0 0 2px #111111;
    -o-text-shadow: 0 0 2px #111111;
    -moz-text-shadow: 0 0 2px #111111;
    -webkit-text-shadow: 0 0 2px #111111;
    text-shadow: 0 0 2px #111111;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    -ms-transition: -ms-transform 1s;
    transition: transform 1s; }
    header .brand .logo i {
      font-size: 55px;
      color: #fdfdfd;
      text-shadow: none; }
  header .brand .theme-name {
    font-size: 16px; }
  header .brand:hover .logo {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg); }
    header .brand:hover .logo i {
      color: #111;
      color: rgba(0, 0, 0, 0.2); }
  header #main-nav a {
    padding: 10px 25px;
    margin: 65px 2px 0 2px;
    border-radius: 10%;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: none;
    color: #bbb;
    font-size: 13px;
    -moz-transition: 0.4s ease-in all;
    -webkit-transition: 0.4s ease-in all;
    -ms-transition: 0.4s ease-in all;
    -o-transition: 0.4s ease-in all;
    transition: 0.4s ease-in all;
    border: 1px solid transparent; }
    header #main-nav a:hover {
      border: 1px solid #fdfdfd;
      background: transparent;
      color: #fdfdfd; }
  header #main-nav .active > a {
    border: 1px solid #fdfdfd;
    color: #fdfdfd;
    background: transparent; }
  header #main-nav ul {
    margin-top: 70px;
    left: 0; }
    header #main-nav ul li a {
      border-radius: 0;
      margin: 0;
      padding: 10px 15px;
      background: #fdfdfd;
      border-bottom: 1px dotted #dddddd;
      font-weight: 500;
      text-transform: none;
      color: #999; }
      header #main-nav ul li a:hover {
        background: #111;
        background-color: rgba(17, 17, 17, 0.9); }
    header #main-nav ul li ul.dropdown-menu::before {
      border-bottom: 0; }
    header #main-nav ul li ul.dropdown-menu::after {
      top: 10px;
      left: 160px;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid white; }
    header #main-nav ul li ul {
      left: -161px;
      top: 0;
      margin-top: 0; }

header .navbar-inner-down {
  background-color: #1a1a1a;
  background-color: rgba(26, 26, 26, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 10px rgba(17, 17, 17, 0.1);
  -moz-transition: 0.4s ease-in all;
  -webkit-transition: 0.4s ease-in all;
  -ms-transition: 0.4s ease-in all;
  -o-transition: 0.4s ease-in all;
  transition: 0.4s ease-in all; }
  header .navbar-inner-down:hover {
    background-color: #1a1a1a;
    background-color: #1a1a1a; }

/*__________________________________________________________________________________________________________

	[1.2]
	****************
	-SLIDER STYLES
________________________________________________________________________________________________________*/
/* BuyMe Now button */
@-webkit-keyframes buymeNow {
  from {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 68, 204, 0.5); }

  50% {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25), 0 2px 25px rgba(0, 68, 204, 0.9); }

  to {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 68, 204, 0.5); } }

@-moz-keyframes buymeNow {
  from {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 68, 204, 0.5); }

  50% {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25), 0 2px 25px rgba(0, 68, 204, 0.9); }

  to {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 68, 204, 0.5); } }

.buyme {
  -webkit-animation-name: buymeNow;
  -moz-animation-name: buymeNow;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.flexslider-container {
  overflow: hidden;
  position: relative;
  padding: 0; }
  .flexslider-container .flexslider {
    position: relative; }
    .flexslider-container .flexslider .captions {
      position: absolute;
      bottom: 30%;
      left: -1%;
      color: #fdfdfd;
      opacity: 0;
      width: 31%;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .flexslider-container .flexslider .captions h1 {
        font-weight: 300;
        font-size: 38px;
        -webkit-text-shadow: 0 1px 0 #555555;
        -moz-text-shadow: 0 1px 0 #555555;
        -ms-text-shadow: 0 1px 0 #555555;
        -o-text-shadow: 0 1px 0 #555555;
        text-shadow: 0 1px 0 #555555;
        margin-bottom: 5px; }
      .flexslider-container .flexslider .captions p {
        margin-top: 20px;
        color: #eee;
        font-size: 15px;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .flexslider-container .flexslider .captions .btn-large {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        line-height: 20px;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px; }
    .flexslider-container .flexslider .additional-imgs {
      position: absolute;
      bottom: 11%;
      right: -1%;
      opacity: 0;
      width: 35%; }
      .flexslider-container .flexslider .additional-imgs img.even-more {
        position: absolute;
        bottom: 0;
        right: -1%;
        opacity: 0; }
      .flexslider-container .flexslider .additional-imgs img.even-more + img.even-more {
        position: absolute;
        bottom: 0;
        right: -1%;
        opacity: 0; }

/*__________________________________________________________________________________________________________

	[1.3]
	****************
	-TAGLINES
________________________________________________________________________________________________________*/
.tagline {
  text-align: center;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 20px; }

.small-title {
  border-top: 1px dashed #cccccc;
  position: relative;
  margin: 50px 0 40px 0; }
  .small-title .small-tags {
    position: absolute;
    left: 50%;
    right: auto;
    top: -30px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    background: #fff;
    margin-left: -6.5%;
    padding: 0 15px;
    color: #2F2F2F; }

/*__________________________________________________________________________________________________________

	[1.4]
	****************
	-EXPERTISE
________________________________________________________________________________________________________*/
.expertise {
  margin-top: 40px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .expertise a.expertise-icon {
    text-align: center;
    display: block;
    text-decoration: none; }
    .expertise a.expertise-icon i {
      font-size: 62px;
      color: #333;
      -moz-transition: 0.4s ease-in all;
      -webkit-transition: 0.4s ease-in all;
      -ms-transition: 0.4s ease-in all;
      -o-transition: 0.4s ease-in all;
      transition: 0.4s ease-in all; }
    .expertise a.expertise-icon:hover i {
      color: #F4773C;
      -webkit-text-shadow: 0 5px 3px #cccccc;
      -moz-text-shadow: 0 5px 3px #cccccc;
      -ms-text-shadow: 0 5px 3px #cccccc;
      -o-text-shadow: 0 5px 3px #cccccc;
      text-shadow: 0 5px 3px #cccccc; }
  .expertise figcaption {
    text-align: center;
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
    font-size: 14px; }
  .expertise p {
    font-size: 13px;
    color: #6a6a6a;
    text-align: center;
    margin-top: .5em; }
  .expertise a {
    color: #F4773C;
    font-size: 12px;
    text-decoration: underline;
    text-align: center;
    display: block; }
    .expertise a:hover {
      text-decoration: none; }

.tab-trigger {
  display: block;
  text-align: center; }
  .tab-trigger li {
    display: inline-block; }
    .tab-trigger li a {
      display: block;
      border: 3px solid transparent;
      width: 30px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      padding: 30px;
      -moz-transition: 0.4s ease-in all;
      -webkit-transition: 0.4s ease-in all;
      -ms-transition: 0.4s ease-in all;
      -o-transition: 0.4s ease-in all;
      transition: 0.4s ease-in all;
      color: #e4e4e4; }
      .tab-trigger li a i {
        font-size: 40px;
        text-align: center;
        vertical-align: middle;
        display: block;
        margin-left: -6px; }
      .tab-trigger li a:hover {
        border: 3px solid #f2611c;
        text-decoration: none;
        color: #F2611C;
        background: #fdfdfd;
        box-shadow: 0 2px 5px rgba(158, 158, 158, 0.6); }

.snapshot-content {
  margin-top: 40px; }
  .snapshot-content h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 300; }
    .snapshot-content h3 a {
      color: #2F2F2F; }
      .snapshot-content h3 a:hover {
        color: #F2611C;
        text-decoration: none; }
  .snapshot-content p {
    color: #555;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px; }

.snapshot-intro {
  margin-top: 20px; }
  .snapshot-intro h5 {
    text-align: center;
    font: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #656565; }

/*__________________________________________________________________________________________________________

	[1.5]
	****************
	-FEATURE BLOG ARTICLES / PORTFOLIO
________________________________________________________________________________________________________*/
.recent-articles {
  border: 10px solid white;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0 0 2px #e6e6e6;
  -moz-box-shadow: 0 0 2px #e6e6e6;
  box-shadow: 0 0 2px #e6e6e6;
  cursor: default;
  margin-top: 15px; }
  .recent-articles .mask {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(248, 148, 6, 0.6);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .recent-articles img {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .recent-articles h2 {
    text-transform: uppercase;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .recent-articles p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 13px;
    position: relative;
    color: #fff;
    padding: 10px 20px 0;
    text-align: center;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .recent-articles a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #111;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px black;
    -moz-box-shadow: 0 0 1px black;
    box-shadow: 0 0 1px black;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 12px; }
    .recent-articles a.info:hover {
      -webkit-box-shadow: 0 0 5px black;
      -moz-box-shadow: 0 0 5px black;
      box-shadow: 0 0 5px black; }
  .recent-articles:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  .recent-articles:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  .recent-articles:hover h2, .recent-articles:hover p, .recent-articles:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .recent-articles:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .recent-articles:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s; }

#twitter-feed {
  margin: 0 0 50px 0; }

#jtwt_text p {
  text-align: center;
  font-size: 28px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #aaa;
  line-height: 34px; }
  #jtwt_text p a {
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #5b5b5b; }
    #jtwt_text p a:hover {
      color: #F4773C; }
#jtwt_text #jtwt_date {
  display: none; }

/*__________________________________________________________________________________________________________

	[2.0]
	****************
	-FOOTER STYLES
________________________________________________________________________________________________________*/
footer {
  background-color: #1e1e1e; }
  footer .triangle-container {
    width: 66px;
    margin: 0 auto; }
    footer .triangle-container .triangle {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: solid 33px;
      border-color: white transparent transparent transparent; }
  footer .footer-tagline {
    text-align: center;
    color: #fafafa; }
    footer .footer-tagline h2 {
      color: #f5f5f5;
      font-weight: 500;
      text-transform: uppercase; }
      footer .footer-tagline h2 span {
        color: #fafafa;
        font-weight: bold; }
    footer .footer-tagline p.lead {
      color: #aaa;
      line-height: 34px; }
  footer .social-container {
    /* background: transparent url(../images/spotlight.png) no-repeat center 55px;
    padding-bottom: 270px; */
    margin-top: 40px;
    -moz-transition: 0.4s ease-in all;
    -webkit-transition: 0.4s ease-in all;
    -ms-transition: 0.4s ease-in all;
    -o-transition: 0.4s ease-in all;
    transition: 0.4s ease-in all;
    opacity: .8;
    filter: alpha(opacity=80); }
    footer .social-container:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    footer .social-container ul {
      display: block;
      text-align: center; }
      footer .social-container ul li {
        padding: 0 15px;
        display: inline-block; }
        footer .social-container ul li a {
          display: block;
          border: 8px solid #aaaaaa;
          width: 30px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          padding: 40px;
          -moz-transition: 0.4s ease-in all;
          -webkit-transition: 0.4s ease-in all;
          -ms-transition: 0.4s ease-in all;
          -o-transition: 0.4s ease-in all;
          transition: 0.4s ease-in all;
          color: #DEDEDE; }
          footer .social-container ul li a i {
            font-size: 40px;
            text-align: center;
            vertical-align: middle;
            display: block;
            margin-left: -6px; }
          footer .social-container ul li a:hover {
            text-decoration: none; }
        footer .social-container ul li .dribbble:hover {
          border-color: #E24D87;
          color: #E24D87; }
        footer .social-container ul li .twitter:hover {
          color: #6CB9E2;
          border-color: #6CB9E2; }
        footer .social-container ul li .path:hover {
          border-color: #C63B1E;
          color: #C63B1E; }
  footer .subfooter {
    padding: 20px 0 15px 0;
    color: #A5A5A5;
    font-size: 16px;
    text-align: center;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500; }
    footer .subfooter p.copy-rights {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px; }
    footer .subfooter .container {
      margin-top: 20px; }
  footer .footer-nav {
    display: block;
    text-align: center; }
    footer .footer-nav li {
      display: inline-block; }
      footer .footer-nav li a {
        padding: 0 0 0 30px;
        color: #aaa;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        -moz-transition: 0.4s ease-in all;
        -webkit-transition: 0.4s ease-in all;
        -ms-transition: 0.4s ease-in all;
        -o-transition: 0.4s ease-in all;
        transition: 0.4s ease-in all; }
        footer .footer-nav li a:hover {
          text-decoration: none;
          color: #DEDEDE; }

/*__________________________________________________________________________________________________________

	[2.1]
	****************
	-PAGES GENERAL SHARE STYLES
________________________________________________________________________________________________________*/
.page-head {
  border-top: 3px solid #fdfdfd;
  border-bottom: 3px solid rgba(17, 17, 17, 0.5);
  background: #1e1e1e;
  height: 160px;
  margin-bottom: 40px; }

.portfolio-head {
  background: #1e1e1e;
  /*height: 260px;*/
  margin-bottom: 40px; }

.page-title h1 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  /*color: #f5f5f5;*/
  font-size: 42px;
  text-align: center;
  /*text-shadow: 0 1px 1px #555;*/ }

/*__________________________________________________________________________________________________________

	[3.1]
	****************
	-NAVIGATION
________________________________________________________________________________________________________*/
.posts {
  margin: 5px 0 60px 0;
  border-radius: 3px;
  position: relative;
  padding: 1% 3% 2% 3%;
  background: #fff;
  border: 1px solid whitesmoke;
  -webkit-box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.1);
  box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.1);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .posts:hover {
    background: #fdfdfd;
    -webkit-transform: scale(1.01, 1.01);
    -moz-transform: scale(1.01, 1.01);
    -o-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01); }
    .posts:hover .comment-number {
      display: block; }
  .posts .comment-number {
    display: none;
    position: absolute;
    bottom: 10%;
    right: 2%;
    font-size: 46px;
    color: #ededed;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600; }

/* UNCOMMENT FOR ANOTHER TYPE OF PAPER
.posts:before, .posts:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 2px;
    right: 2px;
    height: 1px;
    border-top: none;
}

.posts:after {
    left: 4px;
    right: 4px;
    bottom: -5px;
    box-shadow: 0 0 2px #dcdcdc;
} */
.posts:before {
  z-index: -1;
  position: absolute;
  top: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid whitesmoke;
  -webkit-box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.08);
  -moz-box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.08);
  box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.08);
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg); }

.posts:after {
  z-index: -2;
  position: absolute;
  top: 1px;
  left: -2px;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid whitesmoke;
  -webkit-box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.08);
  -moz-box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.08);
  box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.08);
  -webkit-transform: rotate(359.2deg);
  -moz-transform: rotate(359.2deg);
  -o-transform: rotate(359.2deg);
  -ms-transform: rotate(359.2deg);
  transform: rotate(359.2deg); }

.post-title h2 {
  margin-bottom: 3px; }
.post-title a {
  color: #2f2f2f;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }
  .post-title a:hover {
    color: #666;
    text-decoration: none; }

.post-author {
  float: left; }
  .post-author li {
    float: left;
    padding-right: 10px;
    font-size: 14px;
    color: #666;
    opacity: .65; }
    .post-author li a {
      font-size: 11px;
      font-weight: 300;
      color: #444;
      font-style: italic;
      opacity: 1; }
      .post-author li a:hover {
        text-decoration: underline; }

.post-picture {
  margin-top: 20px; }
  .post-picture a {
    display: block; }

.post-content {
  margin: 20px 0;
  font-size: 14px;
  color: #5b5b5b;
  line-height: 24px;
  overflow: hidden; }
  .post-content .go-content {
    color: #F4773C;
    font-style: italic; }

.post-info {
  background: #f5f5f5;
  width: 80%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 5%;
  position: relative;
  -moz-transition: 0.4s ease-in all;
  -webkit-transition: 0.4s ease-in all;
  -ms-transition: 0.4s ease-in all;
  -o-transition: 0.4s ease-in all;
  transition: 0.4s ease-in all; }
  .post-info > span {
    position: absolute;
    right: 0;
    bottom: 20%; }
    .post-info > span > i {
      font-size: 50px; }
  .post-info:hover {
    background: #F4773C;
    box-shadow: 0 4px 2px #dddddd; }
    .post-info:hover > span > i {
      color: #2f2f2f; }

.post-meta {
  margin-top: 20px; }
  .post-meta ul {
    margin-left: -10%; }
    .post-meta ul li {
      text-align: center;
      font-size: 14px;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      line-height: 20px;
      text-transform: uppercase;
      color: #2F2F2F; }
      .post-meta ul li a {
        font-size: .8em;
        text-transform: none;
        font-family: Georgia, serif;
        color: #666;
        text-decoration: none; }

.post-meta-comments {
  margin-top: 10px; }

.pagination, .pager {
  margin: 0 0 60px 0; }

.pagination a, .pagination span, .pager a {
  border: 1px solid whitesmoke;
  margin: 0 2px; }

.pagination ul, .pager ul {
  box-shadow: none; }
  .pagination ul li a, .pager ul li a {
    text-transform: uppercase;
    color: #666;
    font-size: 12px; }
    .pagination ul li a:hover, .pager ul li a:hover {
      background-color: #111;
      color: #DEDEDE; }

.aside-widgets {
  margin-top: 12px;
  font-size: 14px;
  clear: both; }
  .aside-widgets form {
    margin-left: 5px; }
    .aside-widgets form .input-append {
      position: relative; }
      .aside-widgets form .input-append .search-query {
        -webkit-border-radius: 14px 14px 14px 14px;
        -moz-border-radius: 14px 14px 14px 14px;
        border-radius: 14px 14px 14px 14px; }
    .aside-widgets form input {
      width: 228px;
      box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.2), 0px 1px 3px rgba(245, 245, 245, 0.1) inset, 0px 0px 0px 8px rgba(245, 245, 245, 0.6);
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 13px; }
    .aside-widgets form input[type="text"] {
      border: 1px solid #ededed; }
    .aside-widgets form button {
      position: absolute;
      right: 5px;
      top: 3px;
      background: transparent;
      border: 0;
      z-index: 100; }
  .aside-widgets .small-title {
    margin-bottom: 40px; }
    .aside-widgets .small-title .small-tags {
      margin-left: -95px;
      color: #2F2F2F;
      width: 160px;
      text-align: center;
      color: #2F2F2F;
      font-size: 14px; }
  .aside-widgets .thumbnails li a {
    display: block;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #999999;
    -moz-transition: 0.4s ease-in all;
    -webkit-transition: 0.4s ease-in all;
    -ms-transition: 0.4s ease-in all;
    -o-transition: 0.4s ease-in all;
    transition: 0.4s ease-in all; }
    .aside-widgets .thumbnails li a:hover {
      border: 4px solid #f4773c;
      box-shadow: 0 2px 2px #aaaaaa; }
  .aside-widgets .list ul li a {
    color: #666; }
    .aside-widgets .list ul li a:hover {
      color: #2F2F2F; }
  .aside-widgets p {
    color: #5B5B5B; }
    .aside-widgets p a {
      color: #666; }
      .aside-widgets p a:hover {
        color: #2F2F2F; }

.tag-clouds {
  overflow: hidden; }
  .tag-clouds ul li {
    float: left; }
    .tag-clouds ul li a {
      margin: 0 0.5em 0.5em 0;
      float: left;
      padding: 0.2em 0.8em;
      background-color: #F5F4F4;
      font-size: .8em;
      font-style: normal;
      color: #757575;
      font-weight: 400;
      clear: left;
      position: relative;
      text-transform: uppercase; }
      .tag-clouds ul li a:hover {
        text-decoration: none;
        background: #F4773C;
        color: white; }

.post-slider {
  margin-top: 20px;
  padding-bottom: 10px; }
  .post-slider .flex-control-nav {
    bottom: -50px; }
  .post-slider .flex-control-paging li a {
    background: #666;
    background: rgba(102, 102, 102, 0.5);
    cursor: pointer;
    box-shadow: inset 0 0 3px rgba(102, 102, 102, 0.4); }
  .post-slider .flex-control-paging li a:hover {
    background: #f2611c;
    background: rgba(242, 97, 28, 0.7); }
  .post-slider .flex-control-paging li a.flex-active {
    background: #df500d;
    background: rgba(223, 80, 13, 0.9); }

.single-post {
  margin-bottom: 40px; }

.post-article-img {
  padding: 2%;
  background: #fdfdfd;
  border: 1px solid #ededed; }

blockquote, blockquote.pull-right {
  border-color: #f68d5c; }

.related-title h3 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: #2F2F2F; }

.related-carousel {
  position: relative;
  margin-bottom: 70px; }
  .related-carousel .flex-direction-nav {
    display: none; }
  .related-carousel .slides li {
    position: relative;
    background: #fdfdfd;
    border: 4px solid whitesmoke; }
    .related-carousel .slides li a {
      display: block; }
    .related-carousel .slides li img {
      display: block;
      position: relative;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .related-carousel .slides li:hover {
      background: #fff; }
      .related-carousel .slides li:hover img {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1); }
  .related-carousel .flex-control-nav {
    bottom: -50px; }
  .related-carousel .flex-control-paging li a {
    background: #666;
    background: rgba(102, 102, 102, 0.5);
    cursor: pointer;
    box-shadow: inset 0 0 3px rgba(102, 102, 102, 0.4); }
  .related-carousel .flex-control-paging li a:hover {
    background: #f2611c;
    background: rgba(242, 97, 28, 0.7); }
  .related-carousel .flex-control-paging li a.flex-active {
    background: #df500d;
    background: rgba(223, 80, 13, 0.9); }

.total-entries {
  padding: 2% 0;
  position: relative;
  margin-bottom: 20px; }
  .total-entries h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2F2F2F; }

.comments .children li {
  list-style: none; }
.comments .children .comment-avatar {
  width: 50%; }
.comments .children .comment-reply {
  margin-left: -5%; }

.comment-avatar {
  width: 60%; }
  .comment-avatar > span > i {
    font-size: 30px; }

.comment-reply {
  margin-top: 10px; }
  .comment-reply ul {
    margin-left: -30%; }
    .comment-reply ul li a {
      color: #F4773C; }
      .comment-reply ul li a:hover {
        text-decoration: underline; }

.comments-form {
  margin-bottom: 50px; }
  .comments-form .controls {
    margin-left: 0; }
  .comments-form legend {
    font-size: 14px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    color: #2F2F2F;
    border: 0;
    border-top: 2px solid whitesmoke;
    padding-top: 40px; }
    .comments-form legend p {
      margin-top: 10px;
      color: #5b5b5b;
      font-size: 12px;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      text-transform: none; }
  .comments-form label {
    color: #5B5B5B;
    font-size: 12px;
    display: inline-block;
    padding-left: 3%; }
  .comments-form input, .comments-form textarea {
    color: #999;
    font-size: 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .comments-form .form-allowed-tags {
    width: 70%;
    color: #5b5b5b;
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
    .comments-form .form-allowed-tags code {
      color: #666;
      font-size: 11px; }
  .comments-form button {
    margin-top: 5px;
    font-size: 14px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .comments-form .btn-comment {
    text-shadow: 0px -1px 0px #e11a00;
    color: #ffffff;
    background-color: #FF3800;
    background-image: -moz-linear-gradient(top, #ff561e, #e11a00);
    background-image: -ms-linear-gradient(top, #ff561e, #e11a00);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff561e), to(#e11a00));
    background-image: -webkit-linear-gradient(top, #ff561e, #e11a00);
    background-image: -o-linear-gradient(top, #ff561e, #e11a00);
    background-image: linear-gradient(top, #ff561e, #e11a00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff561e', endColorstr='#e11a00', GradientType=0);
    border-color: #ff3800 #e11a00 #e11a00 #ff3800;
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
  .comments-form .btn-comment:hover, .comments-form .btn-comment:active, .comments-form .btn-comment.active, .comments-form .btn-comment.disabled, .comments-form .btn-comment[disabled] {
    background-color: #e11a00; }
  .comments-form .btn-comment:hover {
    color: #ffffc8;
    text-shadow: 0px -1px 0px #c30000; }
  .comments-form .btn-comment:focus {
    color: #ff9c64;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-color: #ff3800 #e11a00 #e11a00 #ff3800;
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
  .comments-form .btn-comment.active, .comments-form .btn-comment:active {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #ff9c64; }

/*__________________________________________________________________________________________________________

	[3.2]
	****************
	-PORTFOLIO STYLES
________________________________________________________________________________________________________*/
.no-top {
  margin-top: 0; }

#options {
  margin-left: 5%;
  padding-top: .5%;
  padding-bottom: 2.5%; }
  #options .selected {
    color: #F4773C;
    text-decoration: underline; }
  #options li {
    float: left; }
    #options li a {
      color: #88BBC8;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 14px;
      padding: 0.5em 0.8em 0.5em 0.8em;
      -moz-transition: 0.4s ease-in all;
      -webkit-transition: 0.4s ease-in all;
      -ms-transition: 0.4s ease-in all;
      -o-transition: 0.4s ease-in all;
      transition: 0.4s ease-in all; }
      #options li a:hover {
        text-decoration: none;
        color: #F4773C; }

.portfolio-sort-box {
  margin: 0 0 75px 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  background: #fff;
  border: 1px solid whitesmoke;
  -webkit-box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.1);
  box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.1);
  background: white; }
  .portfolio-sort-box .portfolio-box-title h2 {
    padding: 1% 0 0 3.5%;
    color: #2f2f2f;
    font-weight: 500; }
    .portfolio-sort-box .portfolio-box-title h2 small {
      font-size: 14px;
      display: block;
      color: #666;
      font-weight: 300; }
  .portfolio-sort-box .portfolio-icon {
    position: absolute;
    right: 3%;
    font-size: 60px;
    top: 45%;
    color: #e7e7e7; }
  .portfolio-sort-box:hover .portfolio-icon {
    color: #F4773C; }

.portfolio-sort-box:before {
  content: '';
  width: 97%;
  z-index: -1;
  height: 50%;
  padding: 0 0 1px 0;
  position: absolute;
  top: 49%;
  left: 2%;
  background: #fff;
  border: 1px solid whitesmoke;
  -webkit-box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.1);
  box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.1);
  -webkit-transform: skew(3deg, 1.1deg);
  -moz-transform: skew(3deg, 1.1deg);
  -o-transform: skew(3deg, 1.1deg);
  -ms-transform: skew(3deg, 1.1deg);
  transform: skew(3deg, 1.1deg); }

.portfolio-sort-box:after {
  content: '';
  width: 97.5%;
  z-index: -1;
  height: 50%;
  padding: 0 0 1px 0;
  position: absolute;
  top: 50%;
  left: 2%;
  background: #fff;
  border: 1px solid whitesmoke;
  -webkit-box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.1);
  box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.1);
  -webkit-transform: skew(2deg, 0.4deg);
  -moz-transform: skew(2deg, 0.4deg);
  -o-transform: skew(2deg, 0.4deg);
  -ms-transform: skew(2deg, 0.4deg);
  transform: skew(2deg, 0.4deg); }

.portfolio-container .element {
  background: #fff;
  border: 1px solid #f9f9f9;
  margin-bottom: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4); }
  .portfolio-container .element figure {
    margin: 0;
    position: relative;
    overflow: hidden; }
    .portfolio-container .element figure a {
      display: block;
      padding: 1em;
      padding-bottom: .6em; }
      .portfolio-container .element figure a img {
        width: 100%;
        border: 1px solid whitesmoke;
        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 3.5+, IE10 */
        filter: gray;
        /* IE6-9 */
        filter: grayscale(100%);
        -webkit-filter: grayscale(60%);
        /* Google Chrome & Webkit Nightlies */
        -webkit-transition: all 0.6s ease;
        /* Fade to color for Google Chrome & Webkit Nightlies */
        -moz-filter: grayscale(100%);
        -moz-transition: all 0.6s ease;
        /* Fade to color for moz Nightlies */
        filter: grayscale(60%);
        transition: all 0.6s ease; }
      .portfolio-container .element figure a:hover {
        background: #fdfdfd; }
        .portfolio-container .element figure a:hover img {
          filter: none;
          -webkit-filter: grayscale(0%);
          -moz-filter: grayscale(0%);
          filter: grayscale(0%); }
    .portfolio-container .element figure figcaption {
      font-size: 12px;
      color: #555;
      padding: 0 1em 0.6em 1.5em;
      border-bottom: 1px solid #eeeeee;
      opacity: .6; }
      .portfolio-container .element figure figcaption span {
        font-style: normal;
        display: inline-block;
        padding: 0 1em 0 0.3em; }
    .portfolio-container .element figure .portfolio-meta {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background: #fdfdfd; }
      .portfolio-container .element figure .portfolio-meta ul {
        overflow: hidden;
        width: 45%;
        margin: 0 auto; }
        .portfolio-container .element figure .portfolio-meta ul li {
          float: left;
          text-align: center; }
          .portfolio-container .element figure .portfolio-meta ul li a {
            color: #2f2f2f;
            text-decoration: none;
            padding: 0.6em 1em; }
            .portfolio-container .element figure .portfolio-meta ul li a i {
              font-size: 18px; }
            .portfolio-container .element figure .portfolio-meta ul li a p {
              margin: 0;
              font-size: 11px;
              font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
              font-weight: 300;
              font-style: italic; }
            .portfolio-container .element figure .portfolio-meta ul li a:hover {
              color: #F4773C; }
    .portfolio-container .element figure:hover .portfolio-meta {
      display: block; }
  .portfolio-container .element .portfolio-tags {
    font-size: 11px;
    overflow: hidden;
    padding: 0.8em 1.5em 0; }
    .portfolio-container .element .portfolio-tags li {
      float: left;
      margin: 0 1px;
      color: #666;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400; }
      .portfolio-container .element .portfolio-tags li a {
        color: #999; }
        .portfolio-container .element .portfolio-tags li a:hover {
          color: #F4773C; }
  .portfolio-container .element:hover {
    background: #fff; }

.element:before, .element:after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  height: 1px;
  border-top: none; }

.element:after {
  left: 4px;
  right: 4px;
  bottom: 25px;
  box-shadow: 0 0 2px gainsboro; }

.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -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; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*__________________________________________________________________________________________________________

	[3.3]
	****************
	-PRICING TABLES
________________________________________________________________________________________________________*/
.pricetable-container {
  border: 1px solid #fdfdfd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(158, 158, 158, 0.6);
  position: relative;
  margin-bottom: 40px;
  margin-top: 40px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .pricetable-container:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    box-shadow: 0 0 23px rgba(158, 158, 158, 0.6); }

.delux {
  box-shadow: 0 0 23px rgba(158, 158, 158, 0.6);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05); }
  .delux .pricetable-title h1 {
    color: #f2611c; }
  .delux .add-to i {
    color: #2F2F2F; }

.pricetable-title {
  margin: 4%;
  margin-bottom: 0;
  border: 1px solid #ededed;
  border-bottom: 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  .pricetable-title h1 {
    margin: 0;
    padding: 0.5em 0;
    text-align: center;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 64px;
    color: #2f2f2f; }

.pricetable-price {
  background: #2f2f2f; }
  .pricetable-price h2 {
    margin: 0;
    padding: 0.5em 0;
    text-align: center;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #f0560e;
    font-size: 26px; }
    .pricetable-price h2 sup {
      font-size: 15px;
      font-weight: 400; }
    .pricetable-price h2 .change {
      text-decoration: underline; }
    .pricetable-price h2 small {
      color: #9e9e9e;
      font-size: 14px; }

.pricetable-description {
  margin: 4%;
  border: 1px solid #ededed;
  border-top: 0;
  margin-top: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  .pricetable-description ul {
    padding-top: 20px;
    padding-left: 20%; }
    .pricetable-description ul li {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      line-height: 30px;
      font-size: 14px;
      color: #2F2F2F;
      font-weight: 600; }
      .pricetable-description ul li span {
        color: #9e9e9e;
        font-weight: 400;
        display: inline-block;
        padding-left: .5em; }

.pricetable-btn {
  text-align: center; }

.add-to {
  position: absolute;
  top: 0;
  right: -15px; }
  .add-to:hover {
    text-decoration: none; }
  .add-to i {
    font-size: 40px;
    color: #F4773C;
    text-shadow: 0 2px 5px #bbbbbb; }

/*__________________________________________________________________________________________________________

	[3.4]
	****************
	-CONTACT FORM
________________________________________________________________________________________________________*/
.form-container {
  position: relative;
  margin-bottom: 8em;
  margin-top: 1em;
  background: #ffffff;
  border: 1px solid whitesmoke;
  -webkit-box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.1);
  box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.1); }

.form-container:before {
  z-index: -1;
  position: absolute;
  top: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid whitesmoke;
  -webkit-box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.08);
  -moz-box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.08);
  box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.08);
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg); }

.form-container:after {
  z-index: -2;
  position: absolute;
  top: 1px;
  left: -2px;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid whitesmoke;
  -webkit-box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.08);
  -moz-box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.08);
  box-shadow: 1px 1px 2px rgba(158, 158, 158, 0.08);
  -webkit-transform: rotate(359deg);
  -moz-transform: rotate(359deg);
  -o-transform: rotate(359deg);
  -ms-transform: rotate(359deg);
  transform: rotate(359deg); }

.contact-form {
  width: 80%;
  margin: 0 auto;
  padding: 5%; }
  .contact-form input, .contact-form textarea {
    padding: 2%; }
  .contact-form label.control-label {
    padding-left: 2%;
    padding-right: 5%;
    padding-top: 1.3em;
    text-align: left;
    font-size: 13px; }
  .contact-form .btn-contact {
    text-shadow: 0px -1px 0px #d75515;
    color: #ffffff;
    background-color: #F57333;
    background-image: -moz-linear-gradient(top, #ff9151, #d75515);
    background-image: -ms-linear-gradient(top, #ff9151, #d75515);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9151), to(#d75515));
    background-image: -webkit-linear-gradient(top, #ff9151, #d75515);
    background-image: -o-linear-gradient(top, #ff9151, #d75515);
    background-image: linear-gradient(top, #ff9151, #d75515);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9151', endColorstr='#d75515', GradientType=0);
    border-color: #f57333 #d75515 #d75515 #f57333;
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
  .contact-form .btn-contact:hover, .contact-form .btn-contact:active, .contact-form .btn-contact.active, .contact-form .btn-contact.disabled, .contact-form .btn-contact[disabled] {
    background-color: #d75515; }
  .contact-form .btn-contact:hover {
    color: #fffffb;
    text-shadow: 0px -1px 0px #b93700; }
  .contact-form .btn-contact:focus {
    color: #ffd797;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-color: #f57333 #d75515 #d75515 #f57333;
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
  .contact-form .btn-contact.active, .contact-form .btn-contact:active {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #ffd797; }
  .contact-form button {
    margin-left: 25%;
    padding: 2%;
    width: 63.2%;
    -webkit-box-shadow: 0px 1px 1px white inset, 0 0 0px 5px #eaeaea;
    -moz-box-shadow: 0px 1px 1px white inset, 0 0 0px 5px #eaeaea;
    box-shadow: 0px 1px 1px white inset, 0 0 0px 5px #eaeaea; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }

  100% {
    -webkit-transform: scale(1) rotate(0); } }

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }

  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg); }

  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg); }

  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg); }

  100% {
    -moz-transform: scale(1) rotate(0); } }

@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }

  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg); }

  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg); }

  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg); }

  100% {
    -o-transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    transform: scale(1); }

  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }

  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }

  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }

  100% {
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -webkit-animation-iteration-count: 2;
  -moz-animation-iteration-count: 2;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.contact-icon {
  font-size: 70px;
  position: absolute;
  right: -25px;
  color: #F4773C; }
  .contact-icon i {
    -webkit-text-shadow: 0 5px 3px #cccccc;
    -moz-text-shadow: 0 5px 3px #cccccc;
    -ms-text-shadow: 0 5px 3px #cccccc;
    -o-text-shadow: 0 5px 3px #cccccc;
    text-shadow: 0 5px 3px #cccccc; }
  .contact-icon:hover {
    color: #f2611c; }

/*__________________________________________________________________________________________________________

	[4.0]
	****************
	-RESPONSIVE STYLES
________________________________________________________________________________________________________*/
@media (max-width: 480px) {
  body {
    padding-left: 0;
    padding-right: 0; }

  .container {
    padding-left: 20px;
    padding-right: 20px; }

  .navbar-fixed-top {
    margin-bottom: 0; }

  header .navbar-inner {
    background-color: #1a1a1a; }

  .navbar .brand {
    padding-left: 130px; }

  .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding: 0 5px; }

  .navbar .nav {
    margin-right: 0; }

  header .navbar .nav > li > .dropdown-menu::after {
    right: 130px; }

  header .navbar .nav > li > .dropdown-menu::before {
    right: 130px; }

  header #main-nav a {
    padding-right: 23px;
    padding-left: 23px;
    margin-top: 25px;
    margin-bottom: 30px; }
    header #main-nav a ul {
      min-width: 150px; }
      header #main-nav a ul li ul {
        left: -151px; }

  .flexslider {
    margin-bottom: 0; }

  .flex-control-nav {
    bottom: 10px; }

  .flexslider-container .flexslider .captions {
    bottom: 22%; }
    .flexslider-container .flexslider .captions h1 {
      font-size: 22.250px;
      line-height: 30px;
      margin-bottom: 15px; }
    .flexslider-container .flexslider .captions p {
      display: none; }

  .flexslider-container .flexslider .additional-imgs {
    margin-right: -2%;
    bottom: 15%; }

  .tagline {
    font-size: 22.250px;
    line-height: 25px;
    margin-bottom: 0; }

  .small-title {
    margin-top: 40px; }
    .small-title .small-tags {
      margin-left: -16.5%; }

  .recent-articles {
    width: 80%;
    margin: 20px auto; }

  #twitter-feed {
    margin-bottom: 50px; }

  #jtwt_text p {
    font-size: 22px;
    line-height: 29px; }

  .widgets .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
    width: 395px; }

  footer .widgets form .btn {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -1px; }

  footer .widgets h3 small {
    margin-left: 20px; }

  .footer-nav li a {
    padding: 0 0 0 20px; }

  .social li {
    display: none; }

  .subfooter .container {
    padding-left: 0;
    padding-right: 0; }
  .subfooter .row > .span2 > p {
    float: left; }

  .page-head {
    height: 140px;
    margin-bottom: 30px; }

  .page-title h1 {
    margin-top: 50px;
    font-size: 32px; }

  .post-info {
    width: 30%;
    margin: 0 auto;
    padding: 2%; }

  .post-meta {
    margin-bottom: 30px; }
    .post-meta ul {
      margin-left: 0; }

  .aside-widgets {
    display: none; }

  .post-slider {
    padding-bottom: 40px; }
    .post-slider .flex-control-nav {
      bottom: -40px; }

  .post-title h2 {
    font-size: 24px;
    line-height: 35px; }

  .post-author li a {
    font-size: 10px; }

  .post-article-img {
    margin-bottom: 10px; }
    .post-article-img img {
      width: 100%; }

  .comments .post-info {
    width: 20%; }
  .comments .children {
    margin-left: 0; }
    .comments .children .comment-avatar {
      width: 20%; }
    .comments .children .comment-reply {
      margin-left: 0; }

  .comments-form .form-allowed-tags {
    width: 100%; }

  .total-entries h3, .related-title h3 {
    text-align: center; }

  blockquote p {
    font-size: 14px;
    line-height: 22px; }

  .portfolio-sort-box {
    margin-bottom: 55px; }

  .portfolio-box-title h2 small {
    line-height: 20px; }

  #options {
    margin-left: 1%;
    padding-bottom: 4.5%; }

  .portfolio-container .span3 {
    margin-left: 22%; }

  .pricetable-description ul {
    padding-left: 32%; }

  .contact-form button {
    margin-left: 0%;
    width: 100%; }

  .snapshot-content h3 {
    text-align: center; }

  .recent-tabs-icons dl.tabs {
    width: 85%; }

  .portfolio-sort-box .portfolio-icon {
    display: none; } }
@media (max-width: 320px) {
  header .navbar .nav > li > .dropdown-menu::after {
    right: 120px; }

  header .navbar .brand {
    padding-left: 55px;
    padding-bottom: 0; }
    header .navbar .brand .theme-name {
      margin-left: 55px;
      margin-top: -35px;
      display: block; }

  header .brand .logo {
    margin-top: 0; }
    header .brand .logo i {
      font-size: 45px; }

  header #main-nav a {
    font-size: 11px;
    padding: 7px 10px 7px 10px; }
  header #main-nav ul {
    min-width: 140px; }
    header #main-nav ul li a {
      padding: 5px 10px 5px 15px; }
    header #main-nav ul li ul {
      left: -1px;
      top: 35px; }

  .nav-collapsed {
    float: left; }

  .flex-control-nav {
    bottom: 5px; }

  .flexslider-container .flexslider .captions {
    bottom: 15%; }
    .flexslider-container .flexslider .captions h1 {
      font-size: 18.335px;
      line-height: 25px; }
    .flexslider-container .flexslider .captions .btn-large {
      display: none; }

  .small-title .small-tags {
    margin-left: -27.5%; }

  .widgets .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
    width: 240px; }

  .subfooter .row > .span2 > p {
    float: none;
    text-align: center; }

  .footer-nav li a {
    padding: 0 10px; }

  .page-title h1 {
    margin-top: 30px; }

  .post-info > span {
    bottom: 25%; }
    .post-info > span > i {
      font-size: 35px; }

  .posts {
    margin: 5px 0 40px 0; }

  .pagination {
    margin: 0 0 80px 0; }

  .portfolio-container .span3 {
    margin-left: 6.5%; }

  .portfolio-container .element figure .portfolio-meta ul {
    width: 45%; }

  .pricetable-description ul {
    padding-left: 22%; }

  footer .social-container ul li {
    padding-bottom: 15px; } }
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    margin-left: 0;
    margin-right: 0; } }
@media (max-width: 979px) {
  .page-head {
    display: none; } }
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .navbar-fixed-top {
    margin-bottom: 0; }

  .flexslider-container .flexslider .captions {
    bottom: 22%; }
    .flexslider-container .flexslider .captions h1 {
      font-size: 29.66px; }

  .flexslider-container .flexslider .additional-imgs {
    bottom: 20%; }

  header .navbar-inner {
    background-color: #1a1a1a; }

  .navbar .brand {
    padding-left: 30px; }

  .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding: 0 5px; }

  .navbar .nav {
    margin-right: 15px; }

  .tagline {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 29.66px;
    line-height: 36px; }

  .small-title .small-tags {
    margin-left: -9.5%; }

  .recent-articles p {
    display: none; }

  .recent-articles a.info {
    margin-top: 15px;
    font-size: 11px; }

  footer .widgets form input {
    width: 110px; }

  footer .widgets .dl-horizontal dt {
    margin-right: 5px; }
  footer .widgets .dl-horizontal dd {
    margin-left: 0; }

  .subfooter .span2 {
    width: 174px; }
  .subfooter .offset2 {
    margin-left: 30px; }
  .subfooter .span6 {
    width: 325px; }

  .footer-nav li a {
    padding: 0 14px; }

  .page-head {
    height: 160px; }

  .page-title h1 {
    margin-top: 60px; }

  .aside-widgets form input {
    width: 125px; }

  .post-info > span {
    bottom: 25%; }
    .post-info > span > i {
      font-size: 30px; }

  .post-meta ul li {
    font-size: 14px; }

  .small-title .small-tags {
    font-size: 12px; }

  .post-title h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 10px; }

  .portfolio-container .element figure .portfolio-meta ul {
    width: 60%; }

  .pricetable-title h1 {
    font-size: 50px; }

  .pricetable-price h2 {
    font-size: 16px; }

  .pricetable-price h2 sup {
    font-size: 10px; }

  .pricetable-description ul {
    padding-left: 12%; }
    .pricetable-description ul li {
      font-size: 13px; }

  .contact-form button {
    margin-left: 35.5%; } }
/* Large desktop */
@media (min-width: 980px) and (max-width: 1024px) {
  .flexslider-container .flexslider .captions {
    margin-left: -3%;
    width: 41%;
    bottom: 20%; }
    .flexslider-container .flexslider .captions h1 {
      font-size: 33px; }
    .flexslider-container .flexslider .captions p {
      font-size: 13px; }

  .small-title .small-tags {
    margin-left: -7.5%; }

  .recent-articles a.info {
    font-size: 12px; }

  footer .widgets form input {
    width: 165px; }

  .subfooter .span2 {
    width: 170px; }
  .subfooter .offset2 {
    margin-left: 120px; }

  .aside-widgets form input {
    width: 180px; }

  .post-info > span > i {
    font-size: 40px; }

  .pricetable-description ul {
    padding-left: 14%; }

  .contact-form button {
    margin-left: 29.5%; }

  .recent-tabs-icons dl.tabs {
    width: 60%; } }
@media (max-width: 1024px) {
  body {
    font-size: 80%; }

  header #main-nav ul {
    margin-top: 77px; }

  .flexslider-container .flexslider .captions {
    margin-left: -3%;
    width: 41%; }

  .flexslider-container .flexslider .additional-imgs {
    margin-right: -2%; }

  .flexslider-container .flexslider .captions .btn-large {
    line-height: 17px;
    font-size: 13px; }

  .recent-articles h2 {
    padding: 0;
    font-size: 15px;
    margin-top: 10px; }

  .recent-articles p {
    padding-top: 6px; }

  .aside-widgets, .post-content {
    font-size: 13px; } }
@media (max-width: 480px) {
  .recent-articles h2 {
    margin-top: 30px; }

  header #main-nav ul {
    margin-top: 64px; } }
@media (max-width: 320px) {
  header #main-nav ul {
    margin-top: 58px; }

  .recent-articles h2 {
    margin-top: 10px; }
  .recent-articles p {
    display: none; }
  .recent-articles a.info {
    margin-top: 20px; } }
