@import "../css/animate.min.css";
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
/* ========================================================================== */
/* Global properties (body, common classes, vertical rhythm, structure etc)
/* ========================================================================== */
body {
  background: none repeat scroll 0 0 #FFFFFF;
  border-top: 7px solid #F5F5F5;
  color: #676767;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 17px;
}
.inner {
  background-color: transparent;
  box-shadow: none;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.inner.darken {
  background-color: #f3f3f3;
}
.inner.notop {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.inner.nobottom {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.inner.notop.nobottom {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
::selection {
  background: none repeat scroll 0 0 #707070;
  color: #FFFFFF;
  /* Safari */
}
::-moz-selection {
  background: none repeat scroll 0 0 #707070;
  color: #FFFFFF;
  /* Firefox */
}
/* main link color/style */
a {
  color:#F96E5B;
  outline: medium none;
  transition: all 0.2s ease 0s;
}
a:hover {
  color: #444444;
  text-decoration: none;
}
.title, .title a {
  text-decoration: none;
}
a.read-more {
  text-decoration: none;
}
a.read-more:hover {
}
.italic {
  color: #F96E5B;
  font-style: italic;
}
strong {
  color: #000000;
}
.underline:after {
  background: none repeat scroll 0 0 #F96E5B;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  margin-top: 10px;
  width: 40px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0 0 15px 0;
  clear:both;
  font-family: 'Oswald',sans-serif;
  color:#676767;
}
h1 {
  font-size: 42px;
  line-height: 44px;
}
h2 {
  font-size: 32px;
  line-height: 34px;
}
h3 {
  font-size: 24px;
  line-height: 29px;
}
h4 {
  font-size: 20px;
  line-height: 25px;
}
h5 {
  font-size: 16px;
  line-height: 21px;
}
h6 {
  font-size: 14px;
  line-height: 17px;
}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  font-size: 22px;
  font-weight: 300;
  line-height: 20px;
  font-family: 'Oswald',sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: 'Oswald',sans-serif;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {

}
hr {
  border-top-color: #ebebeb;
  border-bottom-color: transparent;
}
hr.x10{
  margin:10px 0;
}
hr.x30{
  margin:30px 0;
}
hr.x40{
  margin:40px 0;
}
hr.transparent {
  border-color: transparent !important;
}
pre, code {
  font-family: "Times New Roman",Times,serif;
  letter-spacing: 0.1em;
  padding: 20px;
  white-space: pre;
}
pre {
  padding: 5px;
}
code {
  background: none repeat scroll 0 0 #F8F8F8;
  border-radius: 2px 2px 2px 2px;
  color: #666666;
  font-size: 11px;
  padding: 3px 3px 3px 10px;
}
ul, ol {
  display: block;
  margin: 0 0 14px 17px;
  padding: 0;
  list-style: none;
}
ul li, ol li{
  line-height:17px;
}
blockquote {
  background: url("../images/sprite.png") no-repeat scroll 0 -330px transparent;
  color: #AAAAAA;
  float: left;
  font: italic 16px/17px Helvetica,Arial,sans-serif;
  margin: 10px 15px 10px 0;
  padding-left: 40px;
  width: 60%;
}
blockquote.right {
  float: right;
  margin: 10px 0 15px 15px;
}
blockquote p {
  padding-left: 0;
}
p {
  margin-bottom: 14px;
}
p:last-child {
  margin-bottom: 0;
}
em {
  font-style: italic;
}
strong, b {
  font-weight: bold;
  color:#676767;
}
input, textarea, select {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 2px 2px 2px 2px;
  color: #BBBBBB;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 14px;
  outline: medium none;
  padding: 4px;
  transition: all 0.2s ease-out 0s;
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #8DC5C5;
  box-shadow: 0 0 4px rgba(82, 168, 236, 0.5);
  color: #676767;
}
input.submit, input.submit:focus, input.submit:active {
  border: medium none;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 0 0;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  padding: 7px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}
input.submit:hover {
  background-color: #444444;
}
.divider {
    float: left;
    height: 70px;
    width: 100%;
}
.divider-border {
    border-top: 2px solid #EEEEEE;
    float: left;
    margin: 40px 0;
    width: 100%;
}
/* Address
/* ========================================================================== */
address ul.unstyled a {
}
.send-message {
  background-color: #F8F8F8;
  overflow: hidden;
  padding: 5%;
}
/* ========================================================================== */
/* Header, Logo, Navigation & Menus
/* ========================================================================== */
.topbar {
  background-color: #ebebeb;
  font-size: 11px;
}
@media (max-width: 767px) {
  .topbar {
    padding: 0 20px;
  }
}
.topbar a {
  color: #364245;
}
.topbar a:hover {
  color: #F96E5B;
}
.topbar .nav-pills > li > a {
  padding: 5px 10px;
}
.topbar .nav-pills > li > a:hover {
  background-color: transparent;
}
.topbar .nav-tabs .open .dropdown-toggle,
.topbar .nav-pills .open .dropdown-toggle,
.topbar .nav > li.dropdown.open.active > a:hover,
.topbar .nav > li.dropdown.open.active > a:focus {
  background-color: #F96E5B;
}
.topbar .nav-pills .dropdown-menu {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.topbar .dropdown-menu {
  border: none;
  background-color: #ebebeb;
  margin-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.topbar .dropdown-menu > li > a:hover,
.topbar .dropdown-menu > li > a:focus,
.topbar .dropdown-submenu:hover > a,
.topbar .dropdown-submenu:focus > a {
  filter: none;
  background-image: none;
  background-color: #F96E5B;
}
.topbar .nav-pills.top-contacts {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .topbar .nav-pills.top-contacts {
    float: none;
    display: none;
  }
}
.topbar .nav-pills.top-menu {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .topbar .nav-pills.top-menu {
    float: none;
    display: none;
  }
}
#header > .container {
  background-color: #ffffff;
  padding: 35px 0;
}
@media (max-width: 767px) {
  #header > .container {
    padding: 35px 20px;
  }
}

#header .form-search {
  margin: 0;
}
#header .form-search input[type="text"] {
  border-width: 2px;
  border-color: #ebebeb;
  background-color: #f8f8f8;
  color: #000000;
  padding: 10px 15px;
  height: auto;
  width: 100%;
  float: right;
  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;
}
#header .form-search input[type="text"]:hover {
  border-color: #F96E5B;
}
#header .form-search input[type="text"]:focus {
  border-color: #F96E5B;
}
#navigation .logo {
  padding-top: 30px;
}
@media (max-width: 767px) {
  #navigation .logo {
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
#navigation .logo h1 {

  font-size: 24px;
  line-height: 25px;
  height: 25px;
  margin: 0;
}
#navigation .logo h1 a {
  color: #929292;
}
#navigation .logo h1 a strong{
  color: #444;
}
#navigation .logo h1 a:hover {
  color: #F96E5B;
  text-decoration: none;
}
#navigation .logo h2 {
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  height: 15px;
  margin: 0;
  color: #364245;
}
#navigation > .container {
  position: relative;
  border-bottom: 2px solid #EEEEEE;
}
#navigation .login {
  background-color: #F96E5B;
  position: absolute;
  width: 85px;
  top: -75px;
  right: 0;
}
@media (max-width: 767px) {
  #navigation .login {
    top: 5px;
    right: 5px;
    z-index: 1;
  }
}
#navigation .login .account-avatar {
  display: block;
  float: left;
  height: 40px;
  width: 40px;
}
#navigation .login .account {
  float: right;
  margin: 0;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
  display: block;
  padding: 10px 15px 10px 14px;
  color: #ffffff;
}
#navigation .login .account:hover {
  background-color: #F96E5B;
}
@media (max-width: 767px) {
  #navigation .nav {
    display: none;
  }
}
#navigation.fixed {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
#navigation .navbar {
  margin: 0;
}
#navigation .navbar:after {
  content: "";
  display: block;
  width: 94%;
  height: 1px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 3%;
}
#navigation .navbar-inner {
  filter: none;
  position: relative;
  padding:29px 0;
  background-image: none;
  background-color: #fff;
  border-bottom: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-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;
}
@media (max-width: 767px) {
  #navigation .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 50px;
  padding:5px 0;
  }
}
#navigation .navbar .nav > li {
  background: url("../img/sprite.png") no-repeat scroll right -153px transparent;
}
#navigation .navbar .nav > li > a {
  font-family: 'Oswald',sans-serif;
  color: #676767;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 400;
  padding: 17px 15px;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:none;
  text-shadow:none;
}
#navigation .navbar .nav > li > a:hover {
  color: #ffffff;
  background-color:#444444;
}
#navigation .navbar .nav > li > a:hover .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
#navigation .navbar .nav > li:first-child a {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 979px) {
  #navigation .navbar .nav > li > a {
    font-size:12px;
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  #navigation .navbar .nav > li:first-child a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
#navigation .navbar .nav > .active > a,
#navigation .navbar .nav > .active > a:hover,
#navigation .navbar .nav > .active > a:focus {
  background-color: #F96E5B;
  color: #fff;
}
#navigation .navbar .nav li.dropdown.open > .dropdown-toggle {
  background-color: #444;
  color: #fff;
}
#navigation .navbar .nav li.dropdown.active > .dropdown-toggle {
  background-color: #F96E5B;
  color: #fff;
}
#navigation .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #444;
  color: #fff;
}
#navigation .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
#navigation .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
#navigation .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
#navigation .navbar .nav > li > .dropdown-menu {
  background-color: #444;
  border: none;
  margin-top: 0;
  padding: 0px 0;
  width: 180px;
  border-radius:0;
  box-shadow:none;
  text-shadow:none;
}
#navigation .navbar .nav > li > .dropdown-menu:after,
#navigation .navbar .nav > li > .dropdown-menu:before {
  border: none;
}
#navigation .dropdown-menu > li {
  border-bottom: 1px solid #555555;
  margin:0;
}
#navigation .dropdown-menu > li > a {
  font-family: 'Oswald',sans-serif;
  filter: none;
  color: #aaa;
  background-image: none;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  padding: 12px 15px;
}
#navigation .dropdown-menu > li > a:hover {
  background-color: #444;
  color: #ffffff;
}
#navigation .dropdown-menu > li > a:hover,
#navigation .dropdown-menu > li > a:focus,
#navigation .dropdown-submenu:hover > a,
#navigation .dropdown-submenu:focus > a {
  background-color: #444;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#444', GradientType=0);
}
#navigation .shopping-cart {
  z-index: 2;
}
@media (max-width: 767px) {
  #navigation .shopping-cart {
    position: absolute;
    right: 95px;
    top: 0;
  width:100px;
  }
}
#navigation .shopping-cart .cart span {
  display: block;
  padding: 17px 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin: 0;
  float: right;
}
#navigation .shopping-cart .cart .amount [class^="icon-"],
#navigation .shopping-cart .cart .amount [class*=" icon-"] {
  margin-right: 7px;
}
#navigation .shopping-cart .cart .quantity {
  color:#dfdfdf;
  background-color: #2AB6D6;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 979px) {
  #navigation .shopping-cart .cart span {
    padding: 15px 10px;
  font-size:12px;
  }
}
@media (max-width: 767px) {
  #navigation .shopping-cart .cart .quantity {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
#navigation .shopping-cart .cart:hover {
  color: #ffffff;
  text-decoration: none;
}
#navigation .shopping-cart .cart:hover span {
  color: #ffffff;
}
#navigation .shopping-cart .cart:hover .amount {
  transition: color 0.2s linear 0s, background 0.2s linear 0s, border-left-color 0.2s linear 0s, border-bottom-color 0.2s linear 0s;
  background-color: #2AB6D6;
}
#navigation .shopping-cart .cart:hover .quantity {
  transition: color 0.2s linear 0s, background 0.2s linear 0s, border-left-color 0.2s linear 0s, border-bottom-color 0.2s linear 0s;
  background-color: #1ba5c5;
}
#navigation .shopping-cart .cart-dropdown {
  width: 250px;
  position: absolute;
  padding: 10px;
  background-color: #ffffff;
  right: 0;
  top: 74%;
  display: none;
  z-index: 9999;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 0 2px #AAAAAA inset;
}
@media (max-width: 767px) {
  #navigation .shopping-cart .cart-dropdown {
    right: -90px;
  }
}
#navigation .shopping-cart .cart-dropdown .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
#navigation .shopping-cart .cart-dropdown .content .products {
  margin: 0 0 20px 0;
}
#navigation .shopping-cart .cart-dropdown .content .products .media-heading {
  font-weight: bold;
  font-size: 16px;
  color: #F96E5B;
}
#navigation .shopping-cart .cart-dropdown .content .products .media-heading a {
  text-decoration: none;
  color: #F96E5B;
}
#navigation .shopping-cart .cart-dropdown .content .products .media-heading a:hover {
  color: #F96E5B;
}
#navigation .shopping-cart .cart-dropdown .buttons {
  margin-bottom: 0;
}
#navigation .shopping-cart .cart-dropdown .buttons .btn {
  padding: 6px 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#navigation .shopping-cart .cart-dropdown .buttons .btn:hover {
  background-color: #2AB6D6;
}
/* select dropdown for small screens
/* ========================================================================== */
.res-menu-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.res-menu {
  display: none;
  opacity: 0;
  z-index: 10;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding:6px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .res-menu {
    display: block;
  opacity:1;
  }
  .res-menu-wrap {
    left: -120%;
  padding-top:5px;
    position: relative;
  }
}
@media (max-width: 479px) {
  .res-menu {
    display: block;
    opacity:1;
  }
  .res-menu-wrap {
    left: -120%;
  padding-top:5px;
    position: relative;
  }
}
.res-menu-title {
  display: none;
  position: absolute;
  top: 14px;
  left: 20px;
  font-size: 16px;
  color: #ffffff;
  padding-left: 20px;
  z-index: -1;
}
@media (max-width: 767px) {
  .res-menu-title {
    display: block;
  }
}
@media (max-width: 379px) {
  #navigation .shopping-cart  {
    display: none;
  }
  .res-menu-wrap {
     left: -15%;
     position: relative;
  }
}
.res-menu-title:before {
  content: "\f0c9";
  font-family: 'FontAwesome';
  left: 0;
  position: absolute;
  top: 0;
}
/* Flex Slider
/* ========================================================================== */
.flexslider {
  position: relative;
}
.flexslider .slides {
  list-style: none;
  margin-left: 0;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides .slide-caption {
  background-color: #F96E5B;
  color: #ffffff;
  padding: 20px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 50%;
  margin-left: -25%;
}
@media (max-width: 767px) {
  .flexslider .slides .slide-caption {
    display: none;
  }
}
.loading .flex-viewport {
  max-height: 300px;
}
/* Direction Nav
/* ========================================================================== */
.flex-direction-nav {
  position: absolute;
  margin-left: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -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;
}
.flex-direction-nav li {
  list-style: none;
}
.flex-direction-nav a {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 90px;
  text-indent: -9999px;
  height: 100%;
  -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;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity = 70);
  opacity: 0.7;
}
.flex-direction-nav .flex-prev {
  background: url('../img/arrow-slider-left.png') no-repeat 50% 50%;
  left: 0;
  background-color: #F96E5B;
}
.flex-direction-nav .flex-prev:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity = 90);
  opacity: 0.9;
  background-color: #F96E5B;
}
.flex-direction-nav .flex-next {
  background: url('../img/arrow-slider-right.png') no-repeat 50% 50%;
  right: 0;
  background-color: #F96E5B;
}
.flex-direction-nav .flex-next:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity = 90);
  opacity: 0.9;
  background-color: #F96E5B;
}
.flex-direction-nav .flex-disabled {
  background-color: #364245;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity = 40);
  opacity: 0.4;
}
.flex-direction-nav .flex-disabled:hover {
  background-color: #364245;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity = 40);
  opacity: 0.4;
}
/* Control Nav
/* ========================================================================== */
.flex-control-nav {
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .flex-control-nav {
    display: none;
  }
}
.flex-control-paging li a {
  background-color: #F96E5B;
  text-indent: -9999px;
  cursor: pointer;
  display: block;
  width: 10px;
  height: 10px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity = 70);
  opacity: 0.7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -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;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background-color: #F96E5B;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity = 90);
  opacity: 0.9;
}
/* Breadcrumbs / Page Header
/* ========================================================================== */
#breadcrumbs {
  padding: 0 0 0 0;
}
@media (max-width: 767px) {
  #breadcrumbs {
    text-align:center;
  }
}
#breadcrumbs > .container {
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  #breadcrumbs > .container {

  }
}
#breadcrumbs h1.title{
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
  word-spacing: 5px;
}
#breadcrumbs h1.title span {
  color: #AAAAAA;
  font-weight: 300;
  text-transform: none;
}
@media (min-width: 481px) and (max-width: 767px) {
  #container > .container {
    width: 460px;
  }
}
@media (max-width: 480px) {
  #container > .container {
    padding: 0 20px;
  }
}
#container .row-fluid .page-sidebar.pull-right[class*="span"] {
  margin-left: 2.12766%;
}
#container .row-fluid .sidebar.pull-left[class*="span"] {
  margin-left: 0;
}
@media (min-width: 1200px) {
  #container .row-fluid .page-sidebar.pull-right[class*="span"] {
    margin-left: 2.5641%;
  }
  #container .row-fluid .sidebar.pull-left[class*="span"] {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #container .row-fluid .page-sidebar.pull-right[class*="span"] {
    margin-left: 0;
    float: none;
  }
  #container .row-fluid .sidebar.pull-left[class*="span"] {
    margin-left: 0;
    float: none;
  }
}
/* ========================================================================== */
/* Main Content Styles
/* ========================================================================== */
/* Welcome
/* ========================================================================== */
.welcome .btn-primary {
  background-color: #F96E5B;
}
.welcome .btn-primary:hover {
  background-color: #F96E5B;
}
@media (max-width: 480px) {
  .welcome h1 {
    font-size: 18px;
    line-height: 20px;
  }
  .welcome h4 {
    font-size: 14px;
    line-height: 20px;
  }
}
/* Icons List
/* ========================================================================== */
.the-icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
.the-icons li [class^="icon-"],
.the-icons li [class*=" icon-"] {
  width: 0.8em;
}
.iconic {
  overflow: hidden;
}
.iconic li {
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
}
@media (max-width: 767px) {
  .row-iconic .media {
    margin-top: 15px;
  }
  .row-iconic .media:first-child {
    margin-top: 15px;
  }
}
/* Portfolio Filtering (Categories)
/* ========================================================================== */
#filtrable {
  margin-left: 0;
}
#filtrable li {
  float: left;
  margin:0 5px;
  list-style: none;
}
#filtrable a {
  display: inline-block;
  padding: 0px 3px 0 0;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #999;
  text-transform: uppercase;
  font-size:11px;
  line-height:16px;
}
#filtrable span{
  color:#ccc;
  padding-left:4px;
}
#filtrable a:hover {
  background-color: #fff;
  color: #444;
}
#filtrable .current a {
  background-color: #fff;
  color: #444;
}
/* Portfolio Thumbnails
/* ========================================================================== */
.portfolio {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .portfolio article.col-md-3 { /*span3*/
    width: 228px;
  }
}
.portfolio .thumbnail {
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  border: none;
  position: relative;
  overflow: hidden;
  cursor: default;
  border-radius:0;
}
@media (min-width: 1200px) {
  .portfolio .thumbnail {
    margin-bottom: 30px;
  }
}
.portfolio .thumbnail .mask,
.portfolio .thumbnail .mask-1,
.portfolio .thumbnail .mask-2,
.portfolio .thumbnail .content,
.portfolio .thumbnail .caption {
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.portfolio .thumbnail h2 {
  text-align: center;
  position: relative;
  font-size: 17px;
  font-weight:300;
  margin: 20px 0 0 0;
}
.portfolio .thumbnail h2 a:hover {
  color: #ffffff;
}
.portfolio .thumbnail p {
  font-size: 11.9px;
  line-height: 1;
  position: relative;
  padding: 10px 20px 20px;
  text-align: center;
}
.portfolio .thumbnail a.info {
  display: inline-block;
}
/* Icons/Preview
/* ========================================================================== */
.ico_block {
  display: block;
  position: absolute;
  bottom: 40px;
  left: auto;
  right: auto;
  width: 100%;
}
.ico_link,
.ico_zoom {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  opacity: 0.5;
  -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;
}
.ico_link:hover,
.ico_zoom:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.ico_link span,
.ico_zoom span {
  width: 34px;
  height: 34px;
  left: -7px;
  top: -7px;
  display: block;
  position: absolute;
}
.ico_zoom {
  margin-left: -34px;
}
.ico_zoom span {
  background: url(../img/icon_zoom.png) no-repeat 0 0;
}
.ico_link {
  margin-left: 17px;
}
.ico_link span {
  background: url(../img/icon_link.png) no-repeat 0 0;
}
/* Isotope CSS3 transitions
/* ========================================================================== */
.portfolio,
.portfolio article {
  -moz-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.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;
}
/* 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;
}
/* Load more button
/* ========================================================================== */
.load-more-grid {
  border-color: #ebebeb;
}
.load-more-grid:hover {
  border-color: #dfdfdf;
}
/* Single Portfolio
/* ========================================================================== */
.related-projects .thumbnail {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .single-portfolio .span8 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  .single-portfolio .span4 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  .single-portfolio .ps-media {
    margin-bottom: 30px;
  }
}
.single-portfolio .ps-description .icons span {
  font-weight: 600;
}
/* Portfolio Type-1
/* ========================================================================== */
.hover-pf1 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;
}
.hover-pf1 .mask,
.hover-pf1 .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  background-color: #F96E5B;
  background-color: rgba(249, 110, 91, 0.8);
  -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;
}
.hover-pf1 h2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -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;
}
.hover-pf1 h2 a {
  color: #ffffff;
  font-weight: 300;
}
.hover-pf1 h2 a:hover {
  color: #cccccc;
}
.hover-pf1 p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -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;
}
.hover-pf1 a.info {
  -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;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hover-pf1: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);
}
.hover-pf1:hover .mask,
.hover-pf1:hover .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.hover-pf1:hover h2,
.hover-pf1:hover p,
.hover-pf1:hover a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.hover-pf1: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;
}
.hover-pf1: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;
}
/* Portfolio Type-2
/* ========================================================================== */
.hover-pf2 img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.hover-pf2 .mask-1 {
  width: 100%;
  padding: 60px;
  height: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translate(150%, 50%) rotate(45deg) scale(2);
  -moz-transform: translate(150%, 50%) rotate(45deg) scale(2);
  -ms-transform: translate(150%, 50%) rotate(45deg) scale(2);
  -o-transform: translate(150%, 50%) rotate(45deg) scale(2);
  transform: translate(150%, 50%) rotate(45deg) scale(2);
  -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;
  background-color: #F96E5B;
  background-color: rgba(41, 182, 214, 0.7);
}
.hover-pf2 h2 {
  border-bottom: 1px solid #ffffff;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translate(200px, -200px);
  -moz-transform: translate(200px, -200px);
  -ms-transform: translate(200px, -200px);
  -o-transform: translate(200px, -200px);
  transform: translate(200px, -200px);
  -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;
}
.hover-pf2 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf2 h2 a:hover {
  color: #cccccc;
}
.hover-pf2 p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translate(-200px, 200px);
  -moz-transform: translate(-200px, 200px);
  -ms-transform: translate(-200px, 200px);
  -o-transform: translate(-200px, 200px);
  transform: translate(-200px, 200px);
  -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;
  color: #ffffff;
}
.hover-pf2 a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -moz-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  -o-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  -webkit-transition: all 0.2s 0.1s ease-in-out;
  -moz-transition: all 0.2s 0.1s ease-in-out;
  -ms-transition: all 0.2s 0.1s ease-in-out;
  -o-transition: all 0.2s 0.1s ease-in-out;
  transition: all 0.2s 0.1s ease-in-out;
}
.hover-pf2:hover .mask-1 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translate(30%, 15%) rotate(45deg) scale(2);
  -moz-transform: translate(30%, 15%) rotate(45deg) scale(2);
  -ms-transform: translate(30%, 15%) rotate(45deg) scale(2);
  -o-transform: translate(30%, 15%) rotate(45deg) scale(2);
  transform: translate(30%, 15%) rotate(45deg) scale(2);
}
.hover-pf2:hover h2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hover-pf2:hover p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.hover-pf2:hover a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/* Portfolio Type-3
/* ========================================================================== */
.hover-pf3 img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.hover-pf3 .mask,
.hover-pf3 .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -moz-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  -o-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  -moz-transition: all 0.2s 0.4s ease-in-out;
  -ms-transition: all 0.2s 0.4s ease-in-out;
  -o-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
  background-color: #F96E5B;
  background-color: rgba(41, 182, 214, 0.7);
}
.hover-pf3 h2 {
  -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;
}
.hover-pf3 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf3 h2 a:hover {
  color: #cccccc;
}
.hover-pf3 p {
  -webkit-transform: translateX(300px) rotate(90deg);
  -moz-transform: translateX(300px) rotate(90deg);
  -ms-transform: translateX(300px) rotate(90deg);
  -o-transform: translateX(300px) rotate(90deg);
  transform: translateX(300px) rotate(90deg);
  -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;
  color: #ffffff;
}
.hover-pf3 a.info {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
  -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;
}
.hover-pf3:hover .mask,
.hover-pf3:hover .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.hover-pf3:hover h2 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.hover-pf3:hover p {
  -webkit-transform: translateX(0px) rotate(0deg);
  -moz-transform: translateX(0px) rotate(0deg);
  -ms-transform: translateX(0px) rotate(0deg);
  -o-transform: translateX(0px) rotate(0deg);
  transform: translateX(0px) rotate(0deg);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.hover-pf3:hover a.info {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* Portfolio Type-4
/* ========================================================================== */
.hover-pf4 {
  background-color: #ffffff;
}
.hover-pf4 img {
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.hover-pf4 .mask,
.hover-pf4 .caption {
  background-color: #F96E5B;
  background-color: #29b6d6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  -o-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.hover-pf4 h2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hover-pf4 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf4 h2 a:hover {
  color: #cccccc;
}
.hover-pf4 p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
}
.hover-pf4 a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hover-pf4:hover .mask,
.hover-pf4:hover .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.hover-pf4:hover img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.hover-pf4:hover h2,
.hover-pf4:hover p,
.hover-pf4:hover a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/* Portfolio Type-5
/* ========================================================================== */
.hover-pf5 img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hover-pf5 .mask,
.hover-pf5 .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #F96E5B;
  background-color: rgba(41, 182, 214, 0.3);
}
.hover-pf5 h2 {
  background-color: #F96E5B;
  background-color: rgba(41, 182, 214, 0.5);
}
.hover-pf5 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf5 h2 a:hover {
  color: #cccccc;
}
.hover-pf5 p {
  -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;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
  text-shadow: 1px 1px 1px #F96E5B;
}
.hover-pf5:hover .mask,
.hover-pf5:hover .caption {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hover-pf5:hover img {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.hover-pf5:hover p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
/* Portfolio Type-6
/* ========================================================================== */
.hover-pf6 img {
  -webkit-transition: all 0.4s ease-in-out 0.5s;
  -moz-transition: all 0.4s ease-in-out 0.5s;
  -ms-transition: all 0.4s ease-in-out 0.5s;
  -o-transition: all 0.4s ease-in-out 0.5s;
  transition: all 0.4s ease-in-out 0.5s;
}
.hover-pf6 .mask,
.hover-pf6 .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s;
  background-color: #F96E5B;
  background-color: rgba(41, 182, 214, 0.8);
}
.hover-pf6 h2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -ms-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.hover-pf6 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf6 h2 a:hover {
  color: #cccccc;
}
.hover-pf6 p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -ms-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
  color: #ffffff;
}
.hover-pf6 a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.hover-pf6:hover .mask,
.hover-pf6:hover .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.hover-pf6:hover img {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.hover-pf6:hover h2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.hover-pf6:hover p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.hover-pf6:hover a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* Portfolio Type-7
/* ========================================================================== */
.hover-pf7 {
  background-color: #ffffff;
}
.hover-pf7 img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.hover-pf7 .mask,
.hover-pf7 .caption {
  background-color: #F96E5B;
  background-color: rgba(41, 182, 214, 0.5);
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -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;
}
.hover-pf7 h2 {
  -webkit-transform: translate(0px, -200px);
  -moz-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  -o-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
  -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;
}
.hover-pf7 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf7 h2 a:hover {
  color: #cccccc;
}
.hover-pf7 p {
  -webkit-transform: translate(0px, -200px);
  -moz-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  -o-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
  -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;
  color: #ffffff;
}
.hover-pf7 a.info {
  -webkit-transform: translate(0px, -200px);
  -moz-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  -o-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
  -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;
}
.hover-pf7:hover img {
  -webkit-transform: rotate(720deg) scale(0);
  -moz-transform: rotate(720deg) scale(0);
  -ms-transform: rotate(720deg) scale(0);
  -o-transform: rotate(720deg) scale(0);
  transform: rotate(720deg) scale(0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.hover-pf7:hover .mask,
.hover-pf7:hover .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translateY(0px) rotate(0deg);
  -moz-transform: translateY(0px) rotate(0deg);
  -ms-transform: translateY(0px) rotate(0deg);
  -o-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.hover-pf7:hover h2 {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.hover-pf7:hover p {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.hover-pf7:hover a.info {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/* Portfolio Type-8
/* ========================================================================== */
.hover-pf8 {
  /*@keyframes bounceY {
  0% { transform: translateY(-205px);}
  40% { transform: translateY(-100px);}
  65% { transform: translateY(-52px);}
  82% { transform: translateY(-25px);}
  92% { transform: translateY(-12px);}
  55%, 75%, 87%, 97%, 100% { transform: translateY(0px);}
}
@-moz-keyframes bounceY {
  0% { -moz-transform: translateY(-205px);}
  40% { -moz-transform: translateY(-100px);}
  65% { -moz-transform: translateY(-52px);}
  82% { -moz-transform: translateY(-25px);}
  92% { -moz-transform: translateY(-12px);}
  55%, 75%, 87%, 97%, 100% { -moz-transform: translateY(0px);}
}
@-webkit-keyframes bounceY {
  0% { -webkit-transform: translateY(-205px);}
  40% { -webkit-transform: translateY(-100px);}
  65% { -webkit-transform: translateY(-52px);}
  82% { -webkit-transform: translateY(-25px);}
  92% { -webkit-transform: translateY(-12px);}
  55%, 75%, 87%, 97%, 100% { -webkit-transform: translateY(0px);}
}*/

}
.hover-pf8 .mask,
.hover-pf8 .caption {
  top: -100% !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0.5s;
  -moz-transition: all 0.3s ease-out 0.5s;
  -ms-transition: all 0.3s ease-out 0.5s;
  -o-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
}
.hover-pf8 h2 {
  -webkit-transform: translate(0, -200px);
  -moz-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  transform: translate(0, -200px);
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
  background-color: #F96E5B;
  background-color: rgba(41, 182, 214, 0.8);
}
.hover-pf8 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf8 h2 a:hover {
  color: #cccccc;
}
.hover-pf8 p {
  -webkit-transform: translate(0, -200px);
  -moz-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  transform: translate(0, -200px);
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
  color: #ffffff;
  text-shadow: 1px 1px 1px #555555;
}
.hover-pf8 a.info {
  -webkit-transform: translate(0, -200px);
  -moz-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  transform: translate(0, -200px);
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  transition: all 0.2s ease-in-out 0.3s;
}
.hover-pf8:hover .mask,
.hover-pf8:hover .caption {
  top: 0 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-animation: bounceY 0.9s linear;
  -moz-animation: bounceY 0.9s linear;
  -ms-animation: bounceY 0.9s linear;
  -o-animation: bounceY 0.9s linear;
  animation: bounceY 0.9s linear;
}
.hover-pf8:hover h2 {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.hover-pf8:hover p {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.hover-pf8:hover a.info {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
/* Portfolio Type-9
/* ========================================================================== */
.hover-pf9 .mask-1,
.hover-pf9 .mask-2 {
  height: 100%;
  width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  -moz-transition: all 0.3s ease-in-out 0.6s;
  -ms-transition: all 0.3s ease-in-out 0.6s;
  -o-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s;
  background-color: #F96E5B;
  background-color: rgba(41, 182, 214, 0.8);
}
.hover-pf9 .mask-1 {
  left: auto;
  right: 0;
  -webkit-transform: rotate(55deg) scale(2) translateX(-100%);
  -moz-transform: rotate(55deg) scale(2) translateX(-100%);
  -ms-transform: rotate(55deg) scale(2) translateX(-100%);
  -o-transform: rotate(55deg) scale(2) translateX(-100%);
  transform: rotate(55deg) scale(2) translateX(-100%);
}
.hover-pf9 .mask-2 {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(55deg) scale(2) translateX(100%);
  -moz-transform: rotate(55deg) scale(2) translateX(100%);
  -ms-transform: rotate(55deg) scale(2) translateX(100%);
  -o-transform: rotate(55deg) scale(2) translateX(100%);
  transform: rotate(55deg) scale(2) translateX(100%);
}
.hover-pf9 .caption {
  height: 0 !important;
  width: 100% !important;
  top: 90% !important;
  left: 10% !important;
  overflow: hidden;
  color: #ffffff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  opacity: 0.5;
  -webkit-transform: rotate(-35deg) translate(0, 0);
  -moz-transform: rotate(-35deg) translate(0, 0);
  -ms-transform: rotate(-35deg) translate(0, 0);
  -o-transform: rotate(-35deg) translate(0, 0);
  transform: rotate(-35deg) translate(0, 0);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: all 0.4s ease-in-out 0.3s;
  -moz-transition: all 0.4s ease-in-out 0.3s;
  -ms-transition: all 0.4s ease-in-out 0.3s;
  -o-transition: all 0.4s ease-in-out 0.3s;
  transition: all 0.4s ease-in-out 0.3s;
  background-color: #F96E5B;
  background-color: rgba(74, 118, 140, 0.9);
}
.hover-pf9 h2 {
  border-bottom: 1px solid #000;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.7);
}
.hover-pf9 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf9 h2 a:hover {
  color: #cccccc;
}
.hover-pf9 p {
  color: #ffffff;
}
.hover-pf9 a.info {
  display: none;
}
.hover-pf9:hover .caption {
  height: 90% !important;
  width: 90% !important;
  top: 5% !important;
  left: 5% !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity = 90);
  opacity: 0.9;
  -webkit-transform: rotate(0deg) translate(0, 0);
  -moz-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  -o-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}
.hover-pf9:hover .mask-1,
.hover-pf9:hover .mask-2 {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.hover-pf9:hover .mask-1 {
  -webkit-transform: rotate(55deg) scale(2) translateX(-49.9%);
  -moz-transform: rotate(55deg) scale(2) translateX(-49.9%);
  -ms-transform: rotate(55deg) scale(2) translateX(-49.9%);
  -o-transform: rotate(55deg) scale(2) translateX(-49.9%);
  transform: rotate(55deg) scale(2) translateX(-49.9%);
}
.hover-pf9:hover .mask-2 {
  -webkit-transform: rotate(55deg) scale(2) translateX(49.9%);
  -moz-transform: rotate(55deg) scale(2) translateX(49.9%);
  -ms-transform: rotate(55deg) scale(2) translateX(49.9%);
  -o-transform: rotate(55deg) scale(2) translateX(49.9%);
  transform: rotate(55deg) scale(2) translateX(49.9%);
}
/* Portfolio Type-10
/* ========================================================================== */
.hover-pf10 img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.hover-pf10 .mask,
.hover-pf10 .caption {
  background-color: #F96E5B;
  background-color: #29b6d6;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.hover-pf10 h2 {
  border-bottom: 1px solid #ffffff;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  color: #333;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.hover-pf10 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf10 h2 a:hover {
  color: #cccccc;
}
.hover-pf10 p {
  color: #333;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #ffffff;
}
.hover-pf10 a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.hover-pf10:hover img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -ms-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.hover-pf10:hover .mask,
.hover-pf10:hover .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.hover-pf10:hover h2,
.hover-pf10:hover p,
.hover-pf10:hover a.info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
/* Frame overlay
/* ========================================================================== */
.media a,
.thumbnail {
  position: relative;
}
.media .frame-overlay,
.thumbnail .frame-overlay,
.portfolio article .frame-overlay {
  background-color: #ffffff;
  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: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-image: url("../img/icon_link.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.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;
}
/* Our Skills
/* ========================================================================== */
#our-skills {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.skills li {
  font-size: 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.skills li, .skills li span {
  border-radius: 300px 300px 300px 300px;
}
.skills li p {
  margin-bottom: 0;
}
.skills li strong {
  color: #444444;
  margin-left: 5px;
}
.skills li span {
    background-color: #F96E5B;
    height: 13px;
  border-radius: 300px 300px 300px 300px;
  display: inline-block;
    width: 70%;
}
/* Social text
/* ========================================================================== */
.social-text {
  border-top: 1px dotted #CCCCCC;
  margin:0;
  padding:13px 0 0;
}
.social-text li {
  display: inline;
  float: left;
}
.social-text li a {
  color: #676767;
  font-size: 11px;
  padding: 0 5px;
}
.social-text li a:hover {
  color: #fff;
  background-color: #F96E5B;
}
.social-text li span {
  font-size: 10px;
}
/* Pricing Table
/* ========================================================================== */
.pricing .well {
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: none;
  text-align: center;
}
@media (max-width: 767px) {
  .pricing .well {
    margin-bottom: 40px;
  }
}
.pricing .well .well {
  padding: 10px;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pricing .well:after {
  content: "";
  display: block;
  width: 94%;
  height: 1px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 3%;
  -webkit-box-shadow: 0px 0px 10px 1px #000000;
  -moz-box-shadow: 0px 0px 10px 1px #000000;
  box-shadow: 0px 0px 10px 1px #000000;
}
.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: #acacac;
}
.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 {

}
.pricing .featured .pricing-price {
  background-color: #F96E5B;
  color: #ffffff;
}
/* Services Block
/* ========================================================================== */
.service {
  overflow: hidden;
}
.service .well {
  padding-top: 1px;
}
.service > .well {
  margin-bottom: 1px;
}
.service .service-desc {
  overflow: hidden;
}
.service .service-icon {
  float: left;
  padding: 10px 20px;
  width: 100px;
  height: 100px;
  font-size: 100px;
  line-height: 1;
  color: #F96E5B;
}
@media (max-width: 980px) {
  .service .service-icon {
    width: 50px;
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .service .service-icon {
    float: none;
    margin-left: 25%;
    width: 50%;
    height: auto;
  }
}
/* Pagination
/* ========================================================================== */
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  list-style: none;
}
.pagination ul > li.index {
  float:left;
  line-height:34px;
  margin-right:30px;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
}
.pagination ul > li > a,
.pagination ul > li > span {
  padding: 7px 12px;
  background-color: transparent;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size:11px;
  font-weight:700;
  border-width: 0px;
  color: #444;
  background-color: #F8F8F8;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pagination ul > li > a:hover {
  background-color: #444;
  color: #ffffff;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #F96E5B;
  color:#fff;
}
.pagination ul > .disabled > a,
.pagination ul > .disabled > span {
  background-color: #dfdfdf;
  color: #c5c5c5;
}
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > span:hover {
  background-color: #dfdfdf;
  color: #c5c5c5;
}
/* ========================================================================== */
/* Footer Styles
/* ========================================================================== */
/* Footer bonus line
/* ========================================================================== */
#bonus-line {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: solid 5px #F96E5B;
  background-color: #2b3437;
  color: #c4c4c4;
}
@media (min-width: 481px) and (max-width: 767px) {
  #bonus-line > .container {
    width: 460px;
  }
}
@media (max-width: 480px) {
  #bonus-line > .container {
    padding: 0 20px;
  }
}
#bonus-line .bonus1 {
  min-height: auto;
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  #bonus-line .bonus1 {
    margin-bottom: 20px;
  }
}
#bonus-line .bonus2 {
  min-height: auto;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  #bonus-line .bonus2 {
    text-align: left;
  }
}
#bonus-line .bonus3 {
  min-height: auto;
  vertical-align: middle;
  text-align: right;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  #bonus-line .bonus3 {
    text-align: left;
  }
}
#bonus-line .social-icons-lebel {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
#bonus-line .social-icons {
  vertical-align: middle;
  line-height: 24px;
  margin-bottom: 0;
  display: inline-block;
}
#bonus-line .social-icons span {
  background-color: #202728;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#bonus-line .social-icons a {
  display: inline-block;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
  color: #6acce2;
}
#bonus-line .social-icons a:hover {
  color: #ffffff;
}
/* Footer
/* ========================================================================== */
#footer {
  background-color: #444444;
  color: #999999;
  font-size: 11px;
  width: 100%;
  padding:28px 0;
  margin-top:50px;
}
@media (min-width: 481px) and (max-width: 767px) {
  #footer > .container {
    width: 460px;
  }
}
@media (max-width: 480px) {
  #footer > .container {
    padding: 0 20px;
  }
}
#footer [class^="icon-"],
#footer [class*=" icon-"] {
  color: #c4c4c4;
}
#footer .widget-title {
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}
#footer .widget-title.do {
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
#footer .widget-title.do:before {
  font-family: 'FontAwesome';
  color: #F96E5B;
  content: "\f0c9";
  position: absolute;
  right: 0px;
  top: 0px;
}
#footer .widget-title.do:hover:before {
  color: #F96E5B;
}
#footer .widget-title.do:hover .text-info {
  color: #F96E5B;
}
#footer .widget-inner {
  margin-bottom: 40px;
}
#footer ul.unstyled li{
  margin-bottom: 15px;
}
#footer address ul.unstyled li{
  margin-bottom: 0px;
}
#footer a {
  color: #ccc;
  text-decoration: none;
  font-weight: bold;
}
#footer a:hover {
  color: #F96E5B;
}
#footer a.btn:hover {
  text-decoration: none;
}
#footer .footer-navigate {
  list-style: none;
  margin-left: 0;
}
#footer .footer-navigate li a {
  display: block;
  padding: 5px 0;
}
#footer .lates-blog-post .media-object {
  width: 20px;
  margin-top: 3px;
  margin-right: 0;
  float: left;
}
#footer .lates-blog-post .date {
  color: #F96E5B;
  margin-top: 5px;
  font-size: 11px;
}
#footer .social {
  margin: 0;
  list-style: none;
}
#footer .social li {
  float: left;
  margin-right: 4px;
}
#footer .social a {
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#footer .social a:hover {
  background-position: 0 -30px;
}
#footer .social a.facebook {
  background: url("../img/fi-facebook.png") no-repeat 0 0;
}
#footer .social a.twitter2 {
  background: url("../img/fi-twitter.png") no-repeat 0 0;
}
#footer .social a.google-plus {
  background: url("../img/fi-google-plus.png") no-repeat 0 0;
}
#footer .social a:hover {
  background-position: 0 -30px;
}
/* Footer menu
/* ========================================================================== */
#footer-menu {
  font-size: 11px;
  background-color: #444;
  border-bottom: 7px solid #333333;
}
@media (max-width: 480px) {
  #footer-menu {
    padding: 0 20px;
  }
}
#footer-menu > .container {
  background-color: #333;
}
#footer-menu > .container > .row-fluid .span6:first-child{
  padding: 25px 0 18px 25px;
}
#footer-menu > .container > .row-fluid .span6:last-child{
  padding: 25px 25px 18px 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  #footer-menu > .container {
    width: 460px;
  }
}
#footer-menu a {
  color: #ccc;
}
#footer-menu a:hover {
  color: #F96E5B;
}
#footer-menu .privacy {
  margin: 0;
}
#footer-menu .privacy li {
  padding: 0 5px 0 0;
  margin: 0 5px 5px 0;
  border-right: solid 1px #c4c4c4;
  line-height: 11px;
}
#footer-menu .privacy li:last-child {
  border-right: none;
}
#footer-menu .copyright {
  margin-bottom: 0;
  line-height: 30px;
}
#footer-menu .payment {
  text-align: right;
  padding: 25px 25px 18px 0;
}
@media (max-width: 767px) {
  #footer-menu .payment {
    margin: 5px;
    padding: 5px;
    text-align: center;
  }
  #footer-menu .copyright {
    margin: 5px;
  padding: 5px;
  text-align:center;
  }
  #footer-menu > .container > .row-fluid .span6:last-child {
    padding: 5px;
  }
  #footer-menu > .container > .row-fluid .span6:first-child {
    padding: 5px;
  }
}
/* ========================================================================== */
/* Sidebar / Widgets
/* ========================================================================== */
/* Sidebar
/* ========================================================================== */
@media (min-width: 768px) and (max-width: 979px) {
  .page-sidebar.span9 {
    width: 65.74585635359117% !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .sidebar.col-md-3 { /*span3*/
    width: 31.491712707182323% !important;
  }
}
.page-sidebar,
.sidebar {
  margin-top: 30px;
}
.page-sidebar .widget,
.sidebar .widget {
  margin-bottom: 30px;
  position: relative;
}
.page-sidebar .widget:after,
.sidebar .widget:after {
  content: "";
  display: block;
  width: 94%;
  height: 1px;
  position: absolute;
  z-index: -1;
  bottom: 5px;
  left: 3%;
}
.page-sidebar .widget ul.icons.check,
.sidebar .widget ul.icons.check {
  margin-left: 0;
}
.page-sidebar .widget ul.icons.check li,
.sidebar .widget ul.icons.check li {
  position: relative;
  text-indent: 0;
  padding-left: 20px;
}
.page-sidebar .widget ul.icons.check li:after,
.sidebar .widget ul.icons.check li:after {
  content: "\f096";
  font-family: fontawesome;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  text-align: left;
}
.page-sidebar .widget ul.icons.check li.on:after,
.sidebar .widget ul.icons.check li.on:after {
  content: "\f046";
}
.page-sidebar .widget ul.icons.check a,
.sidebar .widget ul.icons.check a {
  text-decoration: none;
  font-weight: bold;
  color: #364245;
}
.page-sidebar .widget ul.icons.check a:hover,
.sidebar .widget ul.icons.check a:hover {
  color: #F96E5B;
}
.page-sidebar .widget-title,
.sidebar .widget-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 15px;
  margin-top: 0;
}
.page-sidebar .widget-inner,
.sidebar .widget-inner {
  background-color: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}
.page-sidebar .accordion,
.sidebar .accordion {
  margin-bottom: 0;
}
.page-sidebar .nav-tabs,
.sidebar .nav-tabs {
  margin-bottom: 0;
  border-bottom-color: #ebebeb;
}
.page-sidebar .nav-tabs > li > a,
.sidebar .nav-tabs > li > a {
  background-color: transparent;
  border-color: transparent;
  font-weight: bold;
  border-bottom-color: #ebebeb;
}
.page-sidebar .nav-tabs > li > a:hover,
.sidebar .nav-tabs > li > a:hover {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #F96E5B;
  border-bottom-color: #ebebeb;
}
.page-sidebar .nav-tabs > .active > a,
.sidebar .nav-tabs > .active > a,
.page-sidebar .nav-tabs > .active > a:hover,
.sidebar .nav-tabs > .active > a:hover,
.page-sidebar .nav-tabs > .active > a:focus,
.sidebar .nav-tabs > .active > a:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  border-bottom-color: #ebebeb;
}
.page-sidebar .tab-content,
.sidebar .tab-content {
  padding-top: 20px;
}
.page-sidebar .show-all-posts,
.sidebar .show-all-posts {
  background-color: #F96E5B;
  color: #ffffff;
}
.page-sidebar .show-all-posts:hover,
.sidebar .show-all-posts:hover {
  background-color: #2AB6D6;
}
/* Categories widget
/* ========================================================================== */
.shopping-cart-widget .products {
  margin: 0 0 20px 0;
}
.shopping-cart-widget .products .media-heading {
  font-weight: bold;
  font-size: 16px;
  color: #F96E5B;
}
.shopping-cart-widget .products .media-heading a {
  text-decoration: none;
  color: #F96E5B;
}
.shopping-cart-widget .products .media-heading a:hover {
  color: #F96E5B;
}
.shopping-cart-widget .buttons {
  margin-bottom: 0;
}
.shopping-cart-widget .buttons .btn {
  font-size: 13px;
  padding: 6px 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.shopping-cart-widget .buttons .btn:hover {
  background-color: #2AB6D6;
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 20px;
}
.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.rating span.star:hover {
  cursor: pointer;
}
.rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #364245;
  transition: color 0.2s linear 0s;
}
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #2AB6D6;
  transition: color 0.2s linear 0s;
}
.rated span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.rated span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #364245;
}
.rated span.star.solid:before {
  content: "\f005";
  padding-right: 5px;
  color: #2AB6D6;
}
.rated span.star.half:before {
  content: "\f089";
  padding-right: 5px;
  color: #2AB6D6;
}
/* Price widget
/* ========================================================================== */
.price-widget form {
  margin-bottom: 0;
}
.price-widget ul {
  margin-bottom: 15px;
}
.price-widget ul a {
  text-decoration: none;
  font-weight: bold;
  color: #364245;
}
.price-widget ul a:hover {
  color: #F96E5B;
}
.price-widget .controls input {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .price-widget .controls input {
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
}
.price-widget .controls .btn {
  padding: 5px 10px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .price-widget .controls .btn {
    margin-left: 0 !important;
  }
}
.price-widget .controls .btn:hover {
  background-color: #2AB6D6;
}
/* Categories widget
/* ========================================================================== */
.categories-widget ul.icons {
  margin-left: 0;
  color: #aaa;
}
.categories-widget ul.icons li {
  float: left;
  width: 130px;
  position: relative;
  text-indent: 0;
  padding-left: 20px;
  margin-bottom:15px;
}
.categories-widget ul.icons li:after {
  content: "\f105";
  font-family: fontawesome;
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  width: 20px;
  height: 20px;
  text-align: left;
}
.categories-widget ul.icons a {
  font-weight: bold;
  text-decoration: none;
  color: #676767;
}
.categories-widget ul.icons a:hover {
  color: #F96E5B;
}
/* Animation KEYFRAMES
/* ========================================================================== */
@-webkit-keyframes moveFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) rotate(45deg) scale(3);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromLeft {
  from {
    opacity: 0;
    -moz-transform: translateX(-50%) rotate(45deg) scale(3);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes moveFromLeft {
  from {
    opacity: 0;
    -o-transform: translateX(-50%) rotate(45deg) scale(3);
  }
  to {
    opacity: 1;
    -o-transform: translateX(0%);
  }
}
@keyframes moveFromLeft {
  from {
    opacity: 0;
    transform: translateX(-50%) rotate(45deg) scale(3);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromRight {
  from {
    opacity: 0;
    -moz-transform: translateX(50%);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes moveFromRight {
  from {
    opacity: 0;
    -o-transform: translateX(50%);
  }
  to {
    opacity: 1;
    -o-transform: translateX(0%);
  }
}
@keyframes moveFromRight {
  from {
    opacity: 0;
    transform: translateX(50%);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(2);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromZoom {
  from {
    opacity: 0;
    -moz-transform: scale(2);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes moveFromZoom {
  from {
    opacity: 0;
    -o-transform: scale(2);
  }
  to {
    opacity: 1;
    -o-transform: translateX(0%);
  }
}
@keyframes moveFromZoom {
  from {
    opacity: 0;
    transform: scale(2);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
/* Popular posts
/* ========================================================================== */
.popular-posts a {
  display: block;
  color: #63797e;
  text-decoration: none;
}
.popular-posts a:hover {
  color: #000000;
}
.popular-posts a:hover .post-number {
  color: #000000;
  border-color: #2192ac;
}
.popular-posts .pull-left[class^="icon-"],
.popular-posts .pull-left[class*=" icon-"] {
  margin-top: 2px;
  margin-right: 7px;
}
.popular-posts .post-number {
  display: block;
  float: right;
  width: 30px;
  height: 20px;
  padding: 5px;
  margin-left: 5px;
  text-align: center;
  color: #F96E5B;
  border: solid 1px #dfdfdf;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.popular-posts .post-date {
  display: block;
  font-size: 11px;
  color: #acacac;
}
/* Search Form Widget
/* ========================================================================== */
#search {
  position: relative;
  margin: 0;
  width: 70%;
}
#search input[type="text"] {
  background-color: #ffffff;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color:#aaa;
  font-size:12px;
}
#search input[type="text"]:hover {
  box-shadow:0 0 4px rgba(82,168,236,0.5);
  border-color: #2AB6D6;
}
#search input[type="text"]:focus {
  box-shadow:0 0 4px rgba(82,168,236,0.5);
  border-color: #2AB6D6;
}
#search .search-bt {
  width: 70px;
  height: 30px;
  margin-left: 5px;
  cursor: pointer;
  z-index: 2;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 2px 2px 2px 2px;
  color: #BBBBBB;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
  outline: medium none;
  padding: 6px 8px 8px;
  transition: all 0.2s ease-out 0s;
}
#search .search-bt:hover {
  box-shadow:0 0 4px rgba(82,168,236,0.5);
  border-color: #2AB6D6;
}
/* Accordion
/* ========================================================================== */
.accordion-group {
  border: 0;
  border-bottom: solid 1px #dfdfdf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.accordion-group:last-child {
  border-bottom: none;
}
.accordion-group .accordion-inner {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.accordion-group .accordion-heading:hover {
  background-color: #F96E5B !important;
}
.accordion-group .accordion-heading.accordion-close {
  background-color: transparent;
}
.accordion-group .accordion-heading.accordion-open {
  background-color: #F96E5B;
}
.accordion-group .accordion-heading.accordion-open .accordion-toggle {
  color: #ffffff;
}
.accordion-group .accordion-heading .accordion-toggle {
  padding: 8px;
  color: #364245;
  text-decoration: none;
}
.accordion-group .accordion-heading .accordion-toggle i {
  float: right;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
}
.accordion-group .accordion-heading .accordion-toggle:hover {
  color: #ffffff;
}
/* Tags Widget
/* ========================================================================== */
.tags a {
  background-color: #444444;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  display: inline;
  float: left;
  font-size: 11px !important;
  font-weight: normal;
  line-height: 16px;
  margin: 0 4px 4px 0;
  padding: 2px 6px;
  text-transform: uppercase;
}
.tags a:hover {
  color: #ffffff;
  border-color: #F96E5B;
  background-color: #F96E5B;
}
/* Welcome
/* ========================================================================== */
.welcome {
  padding: 0 20px;
}
.welcome h4 {
  margin-bottom: 30px;
}
/* Page title
/* ========================================================================== */
.page-title {
  margin-bottom: 30px;
}
.page-title .page-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.page-title .page-header h1 {
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 0;
}
.page-title .page-header h1 small {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
}
/* Shop result line
/* ========================================================================== */
.shop-result {
  margin-bottom: 30px;
}
.shop-result .result-count {
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
  font-weight: bold;
  color: #4c5d62;
}
.shop-result .result-ordering select {
  margin: 0;
}
/* SHOP products
/* ========================================================================== */
.shop-products .thumbnails .item {
  -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 (min-width: 768px) and (max-width: 979px) {
  .shop-products .thumbnails .item {
    width: 48.61878453038674% !important;
  }
  .shop-products .thumbnails .item,
  .shop-products .thumbnails .item.first {
    margin-left: 2.7624309392265194% !important;
    list-style: none;
  }
  .shop-products .thumbnails .item:nth-child(odd) {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .shop-products .thumbnails .item {
    margin-bottom: 50px;
  }
}
.shop-products .inner.darken {
  border-top: solid 1px #ebebeb;
}
.shop-products .inner.darken:after {
  content: "";
  display: block;
  width: 94%;
  height: 1px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 3%;
  -webkit-box-shadow: 0px 0px 10px 1px #000000;
  -moz-box-shadow: 0px 0px 10px 1px #000000;
  box-shadow: 0px 0px 10px 1px #000000;
}
.shop-products .btn-add-to-cart {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #364245;
}
.shop-products .btn-add-to-cart i {
  margin-left: 10px;
}
.shop-products .btn-add-to-cart:hover {
  background-color: #2AB6D6;
}
.shop-products .frame-overlay {
  background-image:none;
}
.shop-products .thumbnail {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.shop-products .thumbnail .image {
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.shop-products .thumbnail .image img {
  -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;
}
.shop-products .thumbnail .price {
  position: absolute;
  top: 48%;
  left: -30px;
  padding: 10px 15px 10px 50px;
  background-color: #2AB6D6;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  z-index: 5;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.shop-products .thumbnail .zoom {
  background-color: #364245;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.shop-products .thumbnail .zoom i {
  padding-left: 0px;
}
.shop-products .thumbnail .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.shop-products .thumbnail .description {
  position: relative;
}
.shop-products .thumbnail .description:last-child {
  margin-bottom: 0;
}
.shop-products .thumbnail:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.shop-products .thumbnail:hover .price {
  left: 0;
}
.shop-products .thumbnail:hover .zoom {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity = 40);
  opacity: 0.4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.shop-products .thumbnail:hover .title {
  color: #2AB6D6;
  transition: color 0.2s linear 0s;
}
.product-images {
  margin-bottom: 30px;
}
.product-images .image .frame-overlay{
  background-image: url('../img/icon_zoom.png');
}
@media (min-width: 768px) and (max-width: 979px) {
  .product-images {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .product-images .small .thumbnail {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .product-images .small .thumbnail:last-child {
    margin-bottom: 0 !important;
  }
}
.product-images .thumbnail {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.product-images .thumbnail.big {
  margin-bottom: 7px;
}
.product-images .thumbnail.big img {
  width: 100%;
}
@media (min-width: 1200px) {
  .product-images .thumbnail.big {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .product-images .thumbnail.big {
    margin-bottom: 20px;
  }
}
.product-images .thumbnail .image {
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.product-images .thumbnail .image img {
  -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;
}
.product-images .thumbnail .zoom {
  background-color: #364245;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.product-images .thumbnail .zoom i {
  padding-left: 0px;
}
.product-images .thumbnail:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product-images .thumbnail:hover .zoom {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity = 40);
  opacity: 0.4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 768px) and (max-width: 979px) {
  .product-info {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.product-cart form {
  margin-bottom: 15px;
}
.product-cart label {
  font-weight: bold;
  line-height: 40px;
  vertical-align: middle;
  margin-bottom: 0;
}
.product-cart input[type="text"] {
  width: 55px;
  border-width: 2px;
  border-color: #ebebeb;
  background-color: #f8f8f8;
  color: #000000;
  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;
}
.product-cart input[type="text"]:hover {
  border-color: #F96E5B;
}
.product-cart input[type="text"]:focus {
  border-color: #F96E5B;
}
.product-cart .btn {
  padding: 10px 15px;
  font-weight: bold;
}
.product-cart .btn:hover {
  background-color: #2AB6D6;
}
.product-ratings {
  margin-bottom: 30px;
}
.product-ratings .review-count {
  min-height: auto !important;
}
.product-ratings .review-count a {
  text-decoration: none;
  font-weight: bold;
  color: #F96E5B;
}
.product-ratings .review-count a:hover {
  color: #F96E5B;
}
.product-ratings .review-stars {
  min-height: auto !important;
}
.product-ratings .review-stars .rated {
  float: right;
}
/* Product title
/* ========================================================================== */
.product-title {
  margin-bottom: 30px;
}
.product-title .title h1 {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 0;
}
.product-title .price {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  text-align: right;
  color: #2AB6D6;
}
/* Featured products on homepage
/* ========================================================================== */
.featured-products .thumbnails {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .featured-products .thumbnails {
    margin-bottom: 0;
  }
}
.featured-products .thumbnails .item {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .featured-products .thumbnails .item {
    margin-bottom: 30px;
  }
}
.featured-products .inner.darken {
  border-top: solid 1px #ebebeb;
}
.featured-products .inner.darken:after {
  content: "";
  display: block;
  width: 94%;
  height: 1px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 3%;
}
.featured-products .btn-add-to-cart {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #444;
}
.featured-products .btn-add-to-cart i {
  margin-left: 10px;
}
.featured-products .btn-add-to-cart:hover {
  background-color: #2AB6D6;
}
.featured-products .thumbnail {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.featured-products .thumbnail .image {
  overflow: hidden;
  position: relative;
  display: block;
}
.featured-products .thumbnail .image img {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0px;
  -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;
}
.featured-products .thumbnail .price {
  position: absolute;
  top: 48%;
  left: -30px;
  padding: 10px 15px 10px 50px;
  background-color: #2AB6D6;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  z-index: 5;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.featured-products .thumbnail .zoom {
  background-color: #364245;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.featured-products .thumbnail .zoom i {
  padding-left: 0px;
}
.featured-products .thumbnail .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.featured-products .thumbnail .description {
  position: relative;
}
.featured-products .thumbnail .description:last-child {
  margin-bottom: 0;
}
.featured-products .thumbnail:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.featured-products .thumbnail:hover .price {
  left: 0;
}
.featured-products .thumbnail:hover .zoom {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity = 40);
  opacity: 0.4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*.featured-products .thumbnail:hover .title {
  color: #2AB6D6;
}*/
/* TOP Categories
/* ========================================================================== */
.featured-categories .thumbnails {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .featured-categories .thumbnails {
    margin-bottom: 0;
  }
}
.featured-categories .thumbnails .item {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .featured-categories .thumbnails .item {
    margin-bottom: 30px;
  }
}
.featured-categories .thumbnail {
  margin-bottom: 0;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.featured-categories .thumbnail:after {
  content: "";
  display: block;
  width: 94%;
  height: 1px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 3%;
}
.featured-categories .thumbnail .see-all {
  font-weight: bold;
}
.featured-categories .thumbnail .image .frame-overlay, .featured-products .thumbnail .image .frame-overlay{
  background-image:none;
}
.featured-categories .thumbnail .image {
  overflow: hidden;
  position: relative;
  display: block;
}
.featured-categories .thumbnail .image img {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0px;
  -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;
}
.featured-categories .thumbnail .title {
  position: absolute;
  left: 0;
  top: 48%;
  padding: 10px 15px;
  background-color: #F96E5B;
  color: #ffffff;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-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;
}
.featured-categories .thumbnail .link {
  position: absolute;
  right: -100%;
  top: 48%;
  padding: 10px 15px;
  background-color: #F96E5B;
  color: #ffffff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -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;
}
.featured-categories .thumbnail .link:hover {
  background-color: #2AB6D6;
}
.featured-categories .thumbnail .description:last-child {
  margin-bottom: 0;
  padding: 10px;
}
.featured-categories .thumbnail:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.featured-categories .thumbnail:hover .title {
  left: -100%;
}
.featured-categories .thumbnail:hover .link {
  right: 0;
}
/* section title
/* ========================================================================== */
.section-title {
  border-bottom: 1px solid #EEEEEE;
  clear: both;
  margin: 0 0 30px;
  overflow: hidden;
  padding: 0 0 30px 0;
  font-family: 'Oswald',Arial,sans-serif;
}

.section-title h1.title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
}
.section-title .title, .section-title .title a {
  word-spacing: 5px;
  display:inline;
}
.section-title p {
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
}
/* Works Main
/* ========================================================================== */
.works-main .item {
  border-right: 1px dashed #DDDDDD;
}
.works-main .item:last-child {
  border-right: none;
}
.works-main .item a.thumbnail{
  border-radius:0;
}
.works-main .item a:hover i{
  color:#fff;
}
.works-main .item a{
  background-color:transparent;
  border:0;
  text-align:center;
  color:#444;
  box-shadow:none;
  padding:15px 10px;
}
.works-main .item a:hover{
  color:#fff;
  background-color:#F96E5B;
}

.works-main .item a h4 {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'Oswald',Arial,sans-serif;
}
.works-main .item a i {
  font-size: 70px;
  line-height: 70px;
  color:#707070;
  margin-bottom: 20px;
}
.works-main .item a:hover h4 {
  color:#fff;
}
/* Works
/* ========================================================================== */
.works .thumbnails {
  margin: 0 0 -20px 0;
}
.works .thumbnails .item {
  position: relative;
  background-color:#f8f8f8;
}
.works .thumbnails .item  .inner{
  overflow: hidden;
  padding: 15px;
}
@media (max-width: 767px) {
  .works .thumbnails .item {
    margin-bottom: 50px;
  }
}
.works .thumbnails .item:after {
  content: "";
  display: block;
  width: 94%;
  height: 1px;
  position: absolute;
  z-index: -1;
  bottom: 5px;
  left: 3%;
}
.works .thumbnail {
  margin-bottom: 0;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.works .thumbnail .image {
  position: relative;
  display: block;
}
.works .thumbnail .image img {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.works .thumbnail .title {
  margin-bottom: 10px;
  font:700 14px/16px Helvetica,​Arial,​sans-serif;
}
.works .thumbnail .titlew {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 17px;
  margin-bottom: 0;
}
.works .thumbnail .description:last-child {
  margin-bottom: 0;
}
.works .thumbnail .caption {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dfdfdf;
}
.works .thumbnail .caption .title {
  padding: 0;
}
.works .thumbnail:hover .caption {
  color: #2AB6D6;
}
.works .thumbnail:hover .caption .description {
  color: #ffffff;
}
.works .thumbnail:hover .title {
}
.works .thumbnail:hover .icons {
  border-top-color: #F96E5B;
}
.works .icons {
  margin: 0;
  list-style: none;
}
.works .icons li {
  float: left;
  margin-right: 4px;
}
.works .icons a {
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.works .icons a:hover {
  background-position: 0 -30px;
}
.works .icons a.facebook {
  background: url("../img/fi-facebook.png") no-repeat 0 0;
}
.works .icons a.twitter2 {
  background: url("../img/fi-twitter.png") no-repeat 0 0;
}
.works .icons a.google-plus {
  background: url("../img/fi-google-plus.png") no-repeat 0 0;
}
.works .icons a:hover {
  background-position: 0 -30px;
}
.works .frame-overlay {
  background-color: #F96E5B;
  background-image:url("../img/icon_link.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 0);
}
.works .tmain .frame-overlay:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
}
.works .frame-overlay:hover {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
}
.works .tmain .frame-overlay {
  background-image:none;
}
.works .frame-overlay:hover .izoom, .works .frame-overlay:hover .ilink{
  display:inline;
}
.works .frame-overlay h4.titlew{
  padding:20px 20px 0px;
  color:#fff;
}
.works .frame-overlay h4.titlew:hover{
  color:#4;
}
.works .frame-overlay span{
  font-size:11px;
  text-transform:uppercase;
  color:#000;
  font-family: Helvetica, arial, sans-serif;
  padding:5px 20px;
}
.works .frame-overlay p{
  padding:10px 20px 20px;
  font-size:11px;
  color:#fff;
  font-family: Helvetica, arial, sans-serif;
}
.works .frame-overlay .izoom,.works .frame-overlay .ilink{
  height:34px;
  width:34px;
  text-align:center;
  line-height:34px;
  display:none;
}
.works .frame-overlay .izoom i{
  background-color:#444;
  color:#aaa;
  padding:12px;
  bottom:0;
  right:40px;
  position:absolute;
}
.works .frame-overlay .ilink i{
  background-color:#444;
  color:#aaa;
  padding:12px;
  bottom:0;
  right:0px;
  position:absolute;
}
.works .frame-overlay .izoom:hover i,.works .frame-overlay .ilink:hover i{
  color:#fff;
}
/* Highlights
/* ========================================================================== */
.highlights {
  padding-top: 20px;
}
.highlights .icon i {
  font-size: 64px;
  color: #F96E5B;
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border: solid 3px #F96E5B;
  padding: 15px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.highlights .item:hover {
  color: #F96E5B;
}
.highlights .item:hover i {
  -webkit-animation: moveFromZoom 300ms ease;
  -moz-animation: moveFromZoom 300ms ease;
  -ms-animation: moveFromZoom 300ms ease;
  -o-animation: moveFromZoom 300ms ease;
  animation: moveFromZoom 300ms ease;
  color: #F96E5B;
  border-color: #F96E5B;
}
/* Testimonials
/* ========================================================================== */
.testimonials .testimonial .content {
  position: relative;
  background: #fdfdfd url('../img/quote.png') no-repeat 5px 10px;
  border: 1px solid #E5E5E5;
  margin-bottom: 20px;
  padding: 10px 10px 10px 40px;
  line-height: 20px;
  color: #F96E5B;
  font-style: italic;
  font-size: 16px;
}
.testimonials .testimonial .content p {
  margin: 10px 0 0 0;
  font:400 16px/17px Helvetica,​Arial,​sans-serif;
  color:#aaa;
  font-style:italic;
}
.testimonials .testimonial .content p:first-child {
  margin: 0;
}
.testimonials .testimonial .author {
  margin-left: 20px;
  font-weight: 600;
}
.testimonials .testimonial .author p {
  margin-bottom: 0;
}
.testimonials .testimonial .author-add {
  margin-left: 20px;
  font-size: 11px;
  color: #acacac;
}
.testimonials .testimonial .quote-arrow {
  width: 12px;
  height: 7px;
  background: url('../img/quote-arrow.png') no-repeat 50% 50%;
  position: absolute;
  bottom: -7px;
  left: 18px;
}
.testimonials .carousel-control {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  color: #000000;
  background-color: transparent;
  border: solid 1px #dfdfdf !important;
  font-size: 20px;
  border: none;
  margin: 0;
  line-height: 20px;
  height: auto;
  width: auto;
  top: -40px;
  right: 0;
  left: auto;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.testimonials .carousel-control.left {
  right: 33px;
}
.testimonials .carousel-control:hover {
  border-color: #F96E5B !important;
}
.testimonials .carousel-control i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
/* Twitter Widget
/* ========================================================================== */
.sidebar .twitter {
  white-space: pre;
  /* CSS 2.0 */

  white-space: pre-wrap;
  /* CSS 2.1 */

  white-space: pre-line;
  /* CSS 3.0 */

  white-space: -pre-wrap;
  /* Opera 4-6 */

  white-space: -o-pre-wrap;
  /* Opera 7 */

  white-space: -moz-pre-wrap;
  /* Mozilla */

  white-space: -hp-pre-wrap;
  /* HP Printers */

  word-wrap: break-word;
  /* IE 5+ */

}
.sidebar .twitter a {
  font-weight: bold;
  text-decoration: none;
  color: #F96E5B;
}
.sidebar .twitter a:hover {
  color: #000000;
}
.sidebar .twitter .tweet_avatar,
.sidebar .twitter .tweet_avatar img {
  display: block;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 3px 0 0 3px;
  border-bottom: none !important;
}
.sidebar .twitter .tweet_avatar:hover img,
.sidebar .twitter .tweet_avatar img:hover img {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  opacity: 0.3;
}
.sidebar .twitter .tweet_time {
  display: block;
  font-size: 11px;
}
.sidebar .twitter .tweet_time a {
  color: #63797e;
}
.sidebar .twitter .tweet_time a:hover {
  color: #000000;
}
.sidebar .twitter dt {
  width: 45px;
  float: left;
  display: none;
}
.sidebar .twitter dd {
  margin-left: 0;
  padding: 0 0 0 23px;
  background: transparent url('../img/twitter.png') no-repeat 0 3px;
}
.sidebar .twitter dl {
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar .twitter dl:last-child {
  border: none;
}
/* Twitter Footer Widget
/* ========================================================================== */
#footer .twitter .tweet_list dl {
  margin-top: 0;
}
#footer .twitter .tweet_list dl dt {
  width: 20px;
  text-align: left;
  float: left;
}
#footer .twitter .tweet_list dl dt .tweet_avatar {
  display: none;
}
#footer .twitter .tweet_list dl dd {
  margin-left: 0;
}
#footer .twitter .tweet_list dl dd .tweet_time {
  display: block;
  font-size: 11px;
  margin-top: 5px;
}
#footer .twitter .tweet_list dl dd .tweet_time a {
  color: #999;
  font-style:italic;
  font-weight:normal;
  text-decoration: none;
}
#footer .twitter .tweet_list dl dd .tweet_time a:hover {
  color: #F96E5B;
  text-decoration: none;
}
/* Flickr Widget
/* ========================================================================== */
.sidebar-flickr {
  list-style: none;
  margin-left: 0;
  margin-right: -10px;
  margin-bottom: -10px;
}
.sidebar-flickr li {
  float: left;
  margin: 0 10px 10px 0;
}
.sidebar-flickr a,
.sidebar-flickr a img {
  display: block;
  width: 100%;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sidebar-flickr .thumbnail {
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: #ffffff;
}
.sidebar-flickr .thumbnail:hover {
  background-color: #F96E5B;
}
/* Flickr Footer Widget
/* ========================================================================== */
.flickr {
  margin-left: 0;
}
.flickr .thumbnail .frame-overlay{
  opacity:0;
}
.flickr .thumbnail {
  border: 1px solid #555;
  border-radius:0;
}
.flickr .thumbnail:hover {
  border: 1px solid #F96E5B;
  background-color:#F96E5B;
}
.flickr li {
  float: left;
  list-style: none;
  margin: 0 10px 10px 0;
  line-height: 0 !important;
}
.flickr a,
.flickr a img {
  display: block;
}
.flickr img {
  width:40px;
  height:40px;
}
/* ========================================================================== */
/* Blog Styles
/* ========================================================================== */
.blog-post {
  margin-bottom: 60px;
}
.blog-post .row-fluid .post-wrapper {
  position: relative;
}
.post-content blockquote {
  width:90%;
  margin-bottom:20px;
}
@media (min-width: 1200px) {

}
@media (max-width: 979px) {
  .blog-post .row-fluid .post-wrapper {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.blog-post .row-fluid .post-wrapper .inner:after {
  content: "";
  display: block;
  width: 94%;
  height: 1px;
  position: absolute;
  z-index: -1;
  bottom: 5px;
  left: 3%;
}
.blog-post .row-fluid .post-meta-wrapper.pull-left {
  margin-left: 0;
}
@media (max-width: 979px) {
  .blog-post .row-fluid .post-meta-wrapper {
    float: none;
    width: 100%;
    padding-top: 20px;
  }
}
.blog-post .flex-direction-nav a {
  position: absolute;
}
.blog-post .post-media {
  margin-bottom: 24px;
}
.blog-post .post-media img {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blog-post .post-media .flex-viewport {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blog-post .post-media .flex-prev {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blog-post .post-media .flex-next {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blog-post .post-info {
  float: left;
  width: 100px;
}
.blog-post .post-info div.date {
  color: #FFFFFF;
  padding: 8px 0;
  background-color: #F96E5B;
}
.blog-post .post-info div {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  width: 65px;
  z-index: 9;
}
.blog-post .post-info div.date span {
    display: block;
}
.blog-post .post-info div.date span.month {
    font-size: 13px;
    line-height: 11px;
}
.blog-post .post-info div.date span.day {
    font-size: 27px;
    letter-spacing: 0;
    line-height: 33px;
    margin-top: 2px;
}
.blog-post .post-info div.date span.month {
    font-size: 13px;
    line-height: 11px;
}
.blog-post .post-info div.comments {
    height: 30px;
}
.blog-post .post-info div.comments a {
    background-color: #444444;
    color: #BBBBBB;
    cursor: pointer;
    display: block;
    font-size: 9px;
    padding: 6px;
}
.blog-post .post-info div.comments a span {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 27px;
    margin-top: 2px;
  display:block;
}
.blog-post .post-title {
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom:0;
}
.blog-post .post-title a {
  color: #676767;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  word-spacing: 5px;
}
.blog-post .post-title a:hover {
  color: #F96E5B;
}
.blog-post .post-meta-before {
  font-size: 11px;
  list-style: none outside none;
  margin: 5px 0 15px;
  padding: 0;
  text-transform: uppercase;
  font-weight:400;
}
.blog-post .post-meta-before li {
  display: inline;
  color:#aaa;
  margin: 0;
}
.blog-post .post-meta-before li span{
}
.blog-post .post-meta-before li [class^="icon-"],
.blog-post .post-meta-before li [class*=" icon-"],
.blog-post .post-meta-before li [class^="iconic-"],
.blog-post .post-meta-before li [class*=" iconic-"] {
  display: block;
  float: left;
  margin-left: -20px;
  width: 20px;
  text-align: center;
  color: #dfdfdf;
}
.blog-post .post-meta-before li [class^="icon-"]:before,
.blog-post .post-meta-before li [class*=" icon-"]:before,
.blog-post .post-meta-before li [class^="iconic-"]:before,
.blog-post .post-meta-before li [class*=" iconic-"]:before {
  vertical-align: top;
}
.blog-post .post-meta-before a {
  color: #676767;
  display: inline-block;
  font-weight: bold;
}
.blog-post .post-meta-before a:hover {
  color: #F96E5B;
}
.blog-post .post-meta {
  color: #acacac;
  overflow: hidden;
  margin: 0 0 10px 0;
  font-size: 11px;
}
.blog-post .post-meta li {
  float: left;
  margin-right: 15px;
  list-style: none;
}
.blog-post .post-meta li:first-child {
  margin-right: 7px;
}
.blog-post .post-meta a {
  text-decoration: none;
  color: #929292;
  border-bottom: solid 1px #acacac;
}
.blog-post .post-meta a:hover {
  color: #F96E5B;
  border-bottom: solid 1px #F96E5B;
}
.blog-post .post-meta-date {
  color: #ffffff;
  background-color: #F96E5B;
  text-transform: uppercase;
}
.blog-post .post-meta-comm {
  color: #ffffff;
  background-color: #F96E5B;
}
.blog-post .read-more {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #F96E5B;
  border: none;
}
.blog-post .read-more:hover {
  color: #F96E5B;
  border: none;
}
@media (max-width: 979px) {
  .blog-post .post-meta-before li {
    float: left;
    margin: 0 10px 5px 0;
  }
  .blog-post .post-info {
    height:40px;
  }
  .blog-post .post-info div.date span {
    display: inline;
  }
  .blog-post .post-info div {
    width: 100px;
  }
  .blog-post .post-info div.date {
    padding: 2px 0 0;
  float:left;
  }
  .blog-post .post-info div.date span.day {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 11px;
  }
  .blog-post .post-info div.comments {
    float: left;
    height: 20px;
  }
  .blog-post .post-info div.comments a {
    padding: 2px;
  }
  .blog-post .post-info div.comments a span {
    display: inline;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 11px;
    margin-top: 0px;
  }
  .clear979 {
    clear:both;
  }
}
/* ========================================================================== */
/* Forms
/* ========================================================================== */
#af-form {
  margin-bottom: 0;
}
#af-form textarea,
#af-form input[type="text"] {
  border-width: 1px;
  border-color: #ddd;
  border-radius:0px;
  background-color: #ffffff;
  color: #000000;
  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 {
  border-color: #8dc5c5;
  box-shadow:0 0 4px rgba(82,168,236,0.5);
}
#af-form textarea:focus,
#af-form input[type="text"]:focus {
  border-color: #8dc5c5;
  box-shadow:0 0 4px rgba(82,168,236,0.5);
}
#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 {
  background-color: #F96E5B;
  width: 110px;
  border-radius: 20px 20px 20px 20px;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  padding:8px 7px 7px;
  text-transform:uppercase;
}
#af-form .form-button:hover {
  background-color: #444444;
}
label.error,
label.ferror {
  color: #e81123;
  font-size: 13px;
}
#progress {
  margin-top: 15px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* ========================================================================== */
/* Reviews
/* ========================================================================== */
.reviews-title .title h3,
.reviews-title .stars {
  font-size: 24px;
  line-height: 25px;
  vertical-align: middle;
  margin-bottom: 10px;
}
.reviews-title .stars {
  text-align: right;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .reviews-title .stars {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .reviews-title .stars {
    text-align: left;
  }
}
.reviews-title .stars .rated {
  margin-bottom: 0;
}
.reviews .media-object {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.reviews .rated {
  margin-bottom: 20px;
  display: block;
}
.add-review {
  margin-top: 20px;
}
.add-review .stars {
  line-height: 36px;
  text-align: right;
}
.add-review textarea,
.add-review input[type="text"] {
  border-width: 2px;
  border-color: #ebebeb;
  background-color: #ffffff;
  color: #000000;
  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;
}
.add-review textarea:hover,
.add-review input[type="text"]:hover {
  border-color: #F96E5B;
}
.add-review textarea:focus,
.add-review input[type="text"]:focus {
  border-color: #F96E5B;
}
@media (max-width: 767px) {
  .add-review .stars,
  .add-review textarea,
  .add-review input[type="text"] {
    margin-left: 0 !important;
  }
}
.add-review .btn-submit-review {
  padding: 10px 15px;
  font-weight: bold;
  text-transform:uppercase;
}
.add-review .btn-submit-review:hover {
  background-color: #F96E5B;
}
/* ========================================================================== */
/* Comments
/* ========================================================================== */
.comments .comment {
  background-color: #F8F8F8;
  padding:25px;
  margin-bottom: 20px;
}
.comments .textarea {
  position: relative;
}
.comments .avatar {
  position: relative;
  float: left;
  margin-right: 15px;
  border: solid 1px #acacac;
}
.comments .meta {
  margin: 0 15px 5px;
  color: #676767;
  font-weight: bold;
}
.comments .meta small{
  font-weight: normal;
  color: #AAAAAA;
  text-transform:uppercase;
}
.comments .comments-list {
  margin-left: 0;
  margin-bottom: 20px;
}
.comments li {
  list-style: none;
}
/* ========================================================================== */
/* Thumbnails
/* ========================================================================== */
.image-icon {
  padding: 10px;
  text-align: center;
}
.image-icon [class^="icon-"],
.image-icon [class*=" icon-"] {
  width: 100px;
  height: 100px;
  font-size: 100px;
  line-height: 1;
  margin-top: 20px;
  display: inline-block;
}
.image-icon [class^="icon-"]:before,
.image-icon [class*=" icon-"]:before {
  width: 100px;
}
/* Hero unit
/* ========================================================================== */
.hero-unit {
  padding: 20px 30px;
  position: relative;
}
.hero-unit:after {
  content: "";
  display: block;
  width: 94%;
  height: 1px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 3%;
  -webkit-box-shadow: 0px 0px 10px 1px #000000;
  -moz-box-shadow: 0px 0px 10px 1px #000000;
  box-shadow: 0px 0px 10px 1px #000000;
}
.hero-unit h1 {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 10px 0;
}
.hero-unit p {
  font-size: 14px;
  line-height: 20px;
}
.hero-unit p:last-child {
  margin-bottom: 0;
}
.hero-unit .button-block {
  float: right;
}
.hero-unit .button-block .pull-vertical-center {
  height: 80px;
}
@media (max-width: 767px) {
  .hero-unit .button-block {
    margin-top: 20px;
    float: none;
  }
  .hero-unit .button-block .pull-vertical-center {
    height: auto;
  }
}
.hero-unit .button-block .btn-primary {
  background-color: #F96E5B;
}
.hero-unit .button-block .btn-primary:hover {
  background-color: #2AB6D6;
}
@media (max-width: 767px) {

}
@media (max-width: 480px) {

}
/* Back to Top
/* ========================================================================== */
#toTop {
  background: rgba(0, 0, 0, 0.7) url('../img/totop.png') no-repeat scroll 50% 50%;
  color: #ffffff;
  position: fixed;
  right: 0px;
  bottom: 7px;
  z-index: 1000;
  display: none;
  overflow: hidden;
  height: 46px;
  width: 46px;
  text-decoration: none;
  text-indent: -999px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#toTop:active,
#toTop:focus {
  outline: none;
  background-color: #F96E5B;
}
#toTopHover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #F96E5B url('../img/totop.png') no-repeat scroll 50% 50%;
  display: block;
  overflow: hidden;
  float: left;
  height: 46px;
  width: 46px;
  opacity: 0;
}
/* ========================================================================== */
/* Helpful Classes
/* ========================================================================== */
.clear {
  clear: both;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.spacer {
  height: 50px;
}
.pull-vertical-center {
  vertical-align: middle;
  display: table-cell;
  width: auto;
}
.well.transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.btn {
  background-image: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: color 0.2s linear 0s, background 0.2s linear 0s, background-image 0.2s linear 0s;
}
.btn-large {
  border-radius: 2px 2px 2px 2px;
  text-transform:uppercase;
  font-weight:400;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #444;
  *background-color: #444;
}
.btn-warning {
  background-color: #DC4F49;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #444;
  *background-color: #444;
}
.btn-inverse {
  background-color: #444;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #f96e5b;
  *background-color: #f96e5b;
}
.btn-primary {
  background-color: #f96e5b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #444;
  *background-color: #444;
}
.gmap {
  max-width: 100%;
  line-height: 0;
}
.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%;
}
a,
a:active,
a:focus,
input,
input:active,
input:focus,
select,
select:active,
select:focus {
  outline: 0 !important;
}
.first {
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.last {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
