@charset "utf-8";
@import "https://fonts.googleapis.com/css2?family=PT + Sans&display=swap";
body {
    font-family: PT Sans;
    font-size: 14pt;
    background-color: #fff;
    color: #333;
    padding: 0;
    min-width: 300px;
}
.inner {
    background-color: #fbfbfb;
    position: relative;
    padding: 15px;
}
.inner.darken {
    background-color: #fff;
}
::selection {
    background: #8fbce2;
    color: #fff;
}
::-moz-selection {
    background: #8fbce2;
    color: #fff;
}
a:hover {
    -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;
}
a,
a.read-more {
    text-decoration: none;
}
#navigation > .container,
.inner {
    position: relative;
}
.blog-post .post-meta-date,
.portfolio .thumbnail h2 {
    text-transform: uppercase;
}
.inner {
    background-color: #fbfbfb;
    padding: 15px;
}
.inner.darken {
    background-color: #fff;
}
::selection {
    background: #8fbce2;
    color: #fff;
}
::-moz-selection {
    background: #8fbce2;
    color: #fff;
}
a {
    transition: all 0.3s ease-out;
    color: #f26521;
}
a:hover {
    transition: all 0.3s ease-out;
    color: #f26521;
}
.responsive {
      width: 100%;
      height: auto;
}
#header .form-search input[type="text"],
#navigation .shopping-cart .cart {
    -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;
}
a.read-more {
    border-bottom: dotted 1px #f26521;
}
a.read-more:hover {
    border-bottom-style: solid;
}
.italic {
    color: #f26521;
    font-style: italic;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
strong {
    color: #000;
}
.underline:after {
    background: #f26521;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    margin-top: 10px;
    width: 40px;
}
.topbar .dropdown-menu,
.topbar .dropdown-menu:after {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
}
blockquote {
    border-color: #f26521;
    border-left-width: 2px;
}
blockquote p {
    font-size: 14px;
    margin-bottom: 10px;
}
blockquote p:last-child {
    margin-bottom: 0;
}
h1,
h2,
h3 {
    font-family: Arial;
    font-weight: 400;
    color: #585858;
    margin: 0 0 20px;
}
,
h4,
h5,
h6 {
    font-family: Lato;
    font-weight: 400;
    color: #585858;
    margin: 0 0 20px;
}
#footer .widget-title.do:before,
.res-menu-title:before {
    font-family: FontAwesome;
    content: "\f0c9";
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #fff;
    text-decoration: underline;
}
.darken h1 {
    margin: 0;
}
hr {
    border-top-color: #eee;
    border-bottom-color: transparent;
}
hr.transparent {
    border-color: transparent !important;
}
.topbar {
    background-color: #f26521;
    border-bottom: solid 1px #212121;
    font-size: 13px;
}
@media (max-width: 767px) {
    .topbar {
        padding: 0 20px;
    }
    .topbar .nav-pills.top-menu {
        float: none;
        display: none;
    }
}
.topbar a {
    color: #fff;
}
.topbar a:hover {
    color: #fff;
}
.topbar .nav-pills > li > a:hover {
    background-color: transparent;
}
.topbar .dropdown-menu,
.topbar .nav-pills .open .dropdown-toggle,
.topbar .nav-tabs .open .dropdown-toggle,
.topbar .nav > li.dropdown.open.active > a:focus,
.topbar .nav > li.dropdown.open.active > a:hover {
    background-color: #585858;
}
.topbar .dropdown-menu {
    border: none;
    color: #fff;
    margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
}
.topbar .dropdown-menu:after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
}
.topbar .dropdown-toggle,
.topbar .nav-pills > li > a {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
}
.topbar .dropdown-menu a {
    color: #fff;
}
.topbar .dropdown-toggle {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
}
.topbar .dropdown-toggle .caret {
    border-bottom-color: #909090;
    border-top-color: #909090;
}
.topbar .dropdown-toggle:hover .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}
.topbar .nav-pills > li > a {
    padding: 5px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
}
.topbar .dropdown-menu > li > a:focus,
.topbar .dropdown-menu > li > a:hover,
.topbar .dropdown-submenu:focus > a,
.topbar .dropdown-submenu:hover > a {
    filter: none;
    background-image: none;
    background-color: #585858;
}
.topbar .nav-pills.top-contacts,
.topbar .nav-pills.top-menu {
    margin-bottom: 0;
}
#header {
    background-color: #fff;
}
#header > .container {
    padding: 25px 0;
}
@media (min-width: 481px) and (max-width: 767px) {
    #header > .container {
        width: 460px;
        padding: 35px 0;
    }
}
@media (max-width: 480px) {
    #header > .container {
        padding: 35px 20px;
    }
}
@media (max-width: 767px) {
    #header .logo {
        padding: 0;
        text-align: center;
        margin-bottom: 20px;
    }
}
#header .logo .site-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    height: 25px;
    margin: 0;
}
#header .logo .site-name a {
    color: #000;
}
#header .logo .site-name a:hover {
    color: #fff;
    text-decoration: underline;
}
#header .logo .site-slogan {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    height: 15px;
    margin: 0;
    color: #909090;
}
#header .form-search {
    margin: 12px 0 0;
}
@media (min-width: 1200px) {
    #header .form-search {
        margin-top: 20px;
    }
}
@media (max-width: 979px) {
    #header .form-search {
        margin-top: 3px;
    }
}
#header .form-search input[type="text"] {
    border-width: 1px;
    border-color: #eee;
    background-color: #fff;
    color: #c8c8c8;
    padding: 10px 15px;
    height: auto;
    width: 100%;
    float: right;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    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"]:focus,
#header .form-search input[type="text"]:hover {
    background-color: #eee;
    color: #000;
}
#message {
    background-color: #f26521;
    color: #fff;
}
@media (max-width: 480px) {
    #message {
        padding: 0 20px;
    }
}
#message > .container {
    padding: 20px 0;
}
@media (min-width: 481px) and (max-width: 767px) {
    #message > .container {
        width: 460px;
    }
}
#message .header {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
}
#message p {
    color: #fff;
}
#message p:last-child {
    margin-bottom: 0;
}
#message .btn-message {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    background-color: #92c55d;
    color: #fff;
}
#message .btn-message:hover {
    background-color: #5b9125;
}
@media (max-width: 767px) {
    #message .btn-message {
        float: left;
        margin-top: 15px;
    }
    #navigation .nav {
        display: none;
    }
}
#navigation {
    margin-top: 20px;
}
#navigation .open > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: 0.2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#navigation.fixed {
    background-color: #f26521;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    margin-top: 0;
    border-bottom: 1px #f26521 solid;
}
@media (max-width: 979px) {
    #navigation.fixed {
        padding-bottom: 15px;
    }
}
@media (min-width: 979px) {
    #navigation.fixed .search {
        position: absolute;
        top: 8px;
        right: 190px;
    }
    .shop-products .thumbnails .item:nth-child(3n + 1) {
        clear: left !important;
    }
}
#navigation.fixed .search {
    padding-right: 15px;
}
#navigation .navbar {
    margin: 0;
}
#navigation .navbar-inner {
    filter: none;
    position: relative;
    padding: 0;
    background-image: none;
    background-color: transparent;
    color: #fff;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#navigation .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
#navigation .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret,
#navigation .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
#navigation .navbar .nav > li > a .caret,
#navigation .navbar .nav > li > a:hover .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}
@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: 45px;
        margin-bottom: 25px;
    }
    #navigation .shopping-cart {
        position: absolute;
        right: 0;
        top: 0;
    }
}
#navigation .navbar .nav {
    float: none;
    margin-right: 0;
}
.footer #navigation .navbar-inner {
    display: block;
}
#navigation .navbar .nav > li > a {
    text-shadow: none;
    font-weight: 700;
    color: #f26521;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#navigation .navbar .nav > li > a:hover {
    background-color: transparent;
    color: #f26521;
    text-decoration: underline;
}
#navigation .navbar .nav > .active > a,
#navigation .navbar .nav > .active > a:focus,
#navigation .navbar .nav > .active > a:hover {
    background-color: transparent;
    color: #f26521;
}
#navigation .navbar .nav li.dropdown.active > .dropdown-toggle,
#navigation .navbar .nav li.dropdown.open.active > .dropdown-toggle,
#navigation .navbar .nav li.dropdown.open > .dropdown-toggle {
    background-color: transparent;
}
#navigation .navbar .nav > li > .dropdown-menu {
    background-color: #f26521;
    border: none;
    margin-top: 0;
    padding: 10px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#navigation .navbar .nav > li > .dropdown-menu:after {
    border-bottom-color: transparent;
}
#navigation .navbar .nav > li > .dropdown-menu:before {
    border-bottom-color: #f26521;
}
#navigation .dropdown-menu {
    left: 15px;
    -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 .dropdown-submenu a:after {
    border-color: transparent transparent transparent #fff;
}
#navigation .dropdown-submenu .dropdown-menu {
    left: 100%;
    background-color: #f26521;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#navigation .dropdown-menu > li:first-child {
    border-top: solid 1px #f26521;
}
#navigation .dropdown-menu > li {
    border-bottom: solid 1px #fff;
}
#navigation .dropdown-menu > li > a {
    filter: none;
    color: #000;
    background-image: none;
    padding: 1px 20px;
}
#navigation .dropdown-menu > li > a:hover {
    background-color: #f26521;
    color: #fff;
    text-decoration: underline;
}
#navigation .shopping-cart {
    z-index: 2;
}
#navigation .shopping-cart .cart {
    padding: 10px 15px;
    display: inline-block;
    transition: all 0.3s ease-out;
}
#navigation .shopping-cart .cart span,
#navigation .shopping-cart .cart:hover {
    -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;
    color: #f26521;
}
#navigation .shopping-cart .cart span {
    transition: all 0.3s ease-out;
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    float: right;
}
#navigation .shopping-cart .cart .amount {
    margin-right: 15px;
}
#navigation .shopping-cart .cart .amount [class*=" icon-"],
#navigation .shopping-cart .cart .amount [class^="icon-"] {
    margin-right: 7px;
}
#navigation .shopping-cart .cart:hover {
    transition: all 0.3s ease-out;
    text-decoration: none;
}
#navigation .shopping-cart .cart:hover span,
.flex-direction-nav {
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
#navigation .shopping-cart .cart:hover span {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #f26521;
    text-decoration: underline;
}
#bonus-line .social-icons a,
#breadcrumbs .breadcrumbs a,
#filtrable a,
#footer a,
#footer a.btn:hover {
    text-decoration: none;
}
.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: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    border: none;
}
.flex-direction-nav,
.flex-direction-nav a {
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
}
@media (min-width: 480px) and (max-width: 767px) {
    .res-menu {
        display: block;
    }
}
@media (max-width: 479px) {
    .res-menu {
        display: block;
    }
}
.res-menu-title {
    display: none;
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 16px;
    color: #000;
    padding-left: 20px;
    z-index: -1;
}
@media (max-width: 767px) {
    .res-menu-title {
        display: block;
    }
    .flexslider .slides .slide-caption {
        display: none;
    }
}
.res-menu-title:before {
    left: 0;
    position: absolute;
    top: 0;
}
.flexslider,
.flexslider .slides li {
    position: relative;
}
.flexslider .slides {
    list-style: none;
    margin-left: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides .slide-caption {
    color: #fff;
    background-color: #0f1d29;
    background-color: rgba(15, 29, 41, 0.8);
    padding: 20px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 50%;
    margin-left: -25%;
}
.flexslider .slides .slide-title {
    color: #fff;
    margin-bottom: 10px;
}
.flex-control-nav,
.flex-direction-nav {
    position: absolute;
    margin-left: 0;
    margin-bottom: 0;
    bottom: 0;
}
.flexslider .slides .slide-subtitle {
    color: #fff;
}
.loading .flex-viewport {
    max-height: 300px;
}
.home-slider {
    margin-top: 20px;
}
.flex-direction-nav {
    left: 0;
    right: 0;
    width: 100%;
    opacity: 1;
    transition: all 0.3s ease-out;
}
.flex-control-paging li a,
.flex-direction-nav a {
    text-indent: -9999px;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.flex-direction-nav li {
    list-style: none;
}
.flex-direction-nav a {
    position: absolute;
    display: inline-block;
    width: 50px;
    transition: all 0.3s ease-out;
    opacity: 0.7;
}
.flex-direction-nav .flex-prev {
    background: url(../img/arrow-slider-left.png) 50% 50% no-repeat;
    left: 0;
}
.flex-direction-nav .flex-prev:hover {
    opacity: 0.9;
}
.flex-direction-nav .flex-next {
    background: url(../img/arrow-slider-right.png) 50% 50% no-repeat;
    right: 0;
}
.flex-direction-nav .flex-next:hover {
    opacity: 0.9;
}
.flex-direction-nav .flex-disabled,
.flex-direction-nav .flex-disabled:hover {
    opacity: 0.4;
}
.flex-control-nav {
    z-index: 100;
    width: 100%;
    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: #f26521;
    cursor: pointer;
    display: block;
    width: 10px;
    height: 10px;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#filtrable a,
.portfolio .thumbnail a.info {
    display: inline-block;
}
.ico_link,
.ico_zoom,
.load-more-grid {
    -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;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
    background-color: #f26521;
    opacity: 0.9;
}
#breadcrumbs {
    padding: 0;
}
@media (max-width: 480px) {
    #breadcrumbs {
        padding: 0 20px;
    }
}
#breadcrumbs > .container {
    padding: 0 0 10px;
    border-bottom: solid 1px #eee;
}
#breadcrumbs .page-header {
    margin: 0 15px 0 0;
    padding: 0;
    border: 0;
    float: left;
}
#breadcrumbs .page-header h1 {
    margin: 0;
    padding: 0 10px 0 0;
    font-size: 30px;
    line-height: 30px;
}
#breadcrumbs .page-header h1 small {
    font-size: 11px;
}
#breadcrumbs .breadcrumbs {
    float: left;
    padding-top: 55px;
    font-size: 30px;
    line-height: 11px;
    color: #f26521;
}
#breadcrumbs .breadcrumbs i {
    margin: 0 5px;
    color: #f26521;
}
#breadcrumbs .breadcrumbs a {
    font-weight: 700;
    color: #f26521;
}
#breadcrumbs .breadcrumbs a:hover {
    color: #333;
}
@media (min-width: 481px) and (max-width: 767px) {
    #breadcrumbs > .container,
    #container > .container {
        width: 460px;
    }
}
#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.1%;
    }
    #container .row-fluid .sidebar.pull-left[class*="span"] {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    #container .row-fluid .page-sidebar.pull-right[class*="span"],
    #container .row-fluid .sidebar.pull-left[class*="span"] {
        margin-left: 0;
        float: none;
    }
    .row-iconic .media,
    .row-iconic .media:first-child {
        margin-top: 15px;
    }
}
.welcome .btn-primary,
.welcome .btn-primary:hover {
    background-color: #f26521;
}
@media (max-width: 480px) {
    #container > .container {
        padding: 0 20px;
    }
    .welcome h1 {
        font-size: 18px;
        line-height: 20px;
    }
    .welcome h4 {
        font-size: 14px;
        line-height: 20px;
    }
}
.page-sidebar .tab-content .nav-tabs > li > 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;
}
.portfolio .thumbnail,
.pricing .well {
    border: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    text-align: center;
}
.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;
}
#filtrable {
    margin-left: 0;
    margin-bottom: -5px;
    margin-top: -5px;
}
#filtrable li {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    list-style: none;
}
#filtrable a {
    padding: 5px 10px;
    color: #555;
}
#filtrable a:hover {
    background-color: #555;
    color: #fff;
}
#filtrable .current a {
    background-color: #f26521;
    color: #fff;
}
.hover-pf4,
.ico_link,
.ico_zoom {
    background-color: #fff;
}
.portfolio {
    margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
    .portfolio article.span3 {
        width: 228px;
    }
}
.portfolio .thumbnail {
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    cursor: default;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
}
@media (min-width: 1200px) {
    .portfolio .thumbnail {
        margin-bottom: 30px;
    }
}
.portfolio .thumbnail .caption,
.portfolio .thumbnail .content,
.portfolio .thumbnail .mask,
.portfolio .thumbnail .mask-1,
.portfolio .thumbnail .mask-2 {
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.portfolio .thumbnail h2 {
    text-align: center;
    position: relative;
    font-size: 14px;
    margin: 20px 0 0;
}
.portfolio .thumbnail h2 a:hover {
    color: #fff;
}
.portfolio .thumbnail p {
    font-size: 11.9px;
    line-height: 1;
    position: relative;
    padding: 10px 20px 20px;
    text-align: center;
}
.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%;
    opacity: 0.5;
    transition: all 0.3s ease-out;
}
.ico_link:hover,
.ico_zoom:hover {
    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;
}
.ico_link {
    margin-left: 17px;
}
.ico_link span {
    background: url(../img/icon_link.png) no-repeat;
}
.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;
}
.portfolio article.no-transition,
.portfolio.no-transition,
.portfolio.no-transition article {
    -moz-transition-duration: 0;
    -webkit-transition-duration: 0;
    transition-duration: 0;
}
.load-more-grid {
    transition: all 0.3s ease-out;
    border-color: #3e8ccd;
}
.load-more-grid:hover {
    -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;
    border-color: #327fbf;
}
.hover-pf2 h2,
.hover-pf4 h2,
.hover-pf6 h2 {
    border-bottom: 1px solid #fff;
}
.related-projects .thumbnail {
    margin-bottom: 0;
}
@media (max-width: 979px) {
    .single-portfolio .span4,
    .single-portfolio .span8 {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .single-portfolio .ps-media {
        margin-bottom: 30px;
    }
}
.hover-pf10 h2,
.hover-pf2 h2,
.hover-pf4 h2,
.hover-pf6 h2 {
    margin: 20px 40px 0;
}
.single-portfolio .ps-description .icons span {
    font-weight: 600;
}
.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 .caption,
.hover-pf1 .mask {
    opacity: 0;
    background-color: #f26521;
    background-color: rgba(81, 152, 210, 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,
.hover-pf1 p {
    opacity: 0;
}
.hover-pf1 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-pf1 h2 a {
    color: #fff;
    font-weight: 600;
}
.hover-pf1 h2 a:hover {
    color: #ccc;
}
.hover-pf1 p {
    -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: #fff;
}
.hover-pf1 a.info {
    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 .caption,
.hover-pf1:hover .mask {
    opacity: 1;
}
.hover-pf1:hover a.info,
.hover-pf1:hover h2,
.hover-pf1:hover p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.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;
}
.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,
.hover-pf2 h2 {
    -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;
}
.hover-pf2 .mask-1 {
    width: 100%;
    padding: 60px;
    height: 100%;
    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);
    transition: all 0.2s ease-in-out;
    background-color: #f26521;
    background-color: rgba(81, 152, 210, 0.7);
}
.hover-pf2 h2,
.hover-pf2 p {
    opacity: 0;
}
.hover-pf2 h2 {
    background: 0 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);
    transition: all 0.2s ease-in-out;
}
.hover-pf2 h2 a {
    color: #fff;
    font-weight: 600;
}
.hover-pf2 h2 a:hover {
    color: #ccc;
}
.hover-pf2 p {
    -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: #fff;
}
.hover-pf2 a.info {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 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 {
    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,
.hover-pf2:hover p {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}
.hover-pf2:hover h2 {
    opacity: 1;
    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;
}
.hover-pf2:hover p {
    opacity: 1;
    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-pf2:hover a.info,
.hover-pf3:hover .caption,
.hover-pf3:hover .mask {
    opacity: 1;
}
.hover-pf2: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: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.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 .caption,
.hover-pf3 .mask {
    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: #f26521;
    background-color: rgba(81, 152, 210, 0.7);
}
.hover-pf3 h2,
.hover-pf3 p {
    -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;
}
.hover-pf3 h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    transition: all 0.2s ease-in-out;
}
.hover-pf3 h2 a {
    color: #fff;
    font-weight: 600;
}
.hover-pf3 h2 a:hover {
    color: #ccc;
}
.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);
    transition: all 0.2s ease-in-out;
    color: #fff;
}
.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 .caption,
.hover-pf3:hover .mask {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -ms-transition-delay: 0;
    transition-delay: 0;
    -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-pf3:hover h2 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -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(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    -o-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(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-pf3:hover a.info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(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;
}
.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;
    opacity: 1;
}
.hover-pf4 .caption,
.hover-pf4 .mask {
    background-color: #f26521;
    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,
.hover-pf4 p {
    -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;
    opacity: 0;
}
.hover-pf4 h2 {
    background: 0 0;
    transition: all 0.5s ease-in-out;
}
.hover-pf4 h2 a {
    color: #fff;
    font-weight: 600;
}
.hover-pf4 h2 a:hover {
    color: #ccc;
}
.hover-pf4 p {
    transition: all 0.5s ease-in-out;
    color: #fff;
}
.hover-pf4 a.info {
    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 .caption,
.hover-pf4:hover .mask {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(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-pf4:hover img,
.hover-pf6:hover .caption,
.hover-pf6:hover .mask {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -ms-transition-delay: 0;
}
.hover-pf4:hover img {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition-delay: 0;
}
.hover-pf4:hover a.info,
.hover-pf4:hover h2,
.hover-pf4:hover p {
    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;
}
.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 .caption,
.hover-pf5 .mask {
    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: #f26521;
    background-color: rgba(81, 152, 210, 0.3);
}
.hover-pf5 h2 {
    background-color: #f26521;
    background-color: rgba(81, 152, 210, 0.5);
}
.hover-pf5 h2 a {
    color: #fff;
    font-weight: 600;
}
.hover-pf5 h2 a:hover {
    color: #ccc;
}
.hover-pf5 p {
    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: #fff;
    text-shadow: 1px 1px 1px #f26521;
}
.hover-pf5:hover .caption,
.hover-pf5:hover .mask {
    -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 {
    opacity: 1;
}
.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 .caption,
.hover-pf6 .mask {
    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: #f26521;
    background-color: rgba(81, 152, 210, 0.8);
}
.hover-pf6 h2,
.hover-pf6 p {
    opacity: 0;
}
.hover-pf6 h2 {
    background: 0 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.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: #fff;
    font-weight: 600;
}
.hover-pf6 h2 a:hover {
    color: #ccc;
}
.hover-pf6 p {
    -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: #fff;
}
.hover-pf6 a.info {
    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 .caption,
.hover-pf6:hover .mask {
    opacity: 1;
    transition-delay: 0;
}
.hover-pf6:hover img {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -ms-transition-delay: 0;
    transition-delay: 0;
}
.hover-pf6:hover h2 {
    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 a.info,
.hover-pf6:hover p {
    opacity: 1;
}
.hover-pf6:hover p {
    -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 {
    -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;
}
.hover-pf7 {
    background-color: #fff;
}
.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;
    opacity: 1;
}
.hover-pf7 .caption,
.hover-pf7 .mask {
    background-color: #f26521;
    background-color: rgba(81, 152, 210, 0.5);
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    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,
.hover-pf7 p {
    -webkit-transform: translate(0, -200px);
    -moz-transform: translate(0, -200px);
    -ms-transform: translate(0, -200px);
    -o-transform: translate(0, -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;
}
.hover-pf7 h2 {
    transform: translate(0, -200px);
    transition: all 0.2s ease-in-out;
}
.hover-pf7 h2 a {
    color: #fff;
    font-weight: 600;
}
.hover-pf7 h2 a:hover {
    color: #ccc;
}
.hover-pf7 p {
    transform: translate(0, -200px);
    transition: all 0.2s ease-in-out;
    color: #fff;
}
.hover-pf7 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;
    -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);
    opacity: 0;
}
.hover-pf7:hover .caption,
.hover-pf7:hover .mask {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(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-pf7:hover h2,
.hover-pf7:hover p {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}
.hover-pf7:hover h2 {
    transform: translate(0, 0);
    -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 {
    transform: translate(0, 0);
    -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(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.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.hover-pf8 h2,
.hover-pf8 p {
    -webkit-transform: translate(0, -200px);
    -moz-transform: translate(0, -200px);
    -ms-transform: translate(0, -200px);
    -o-transform: translate(0, -200px);
}
.hover-pf8 .caption,
.hover-pf8 .mask {
    top: -100% !important;
    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: #fff;
    background-color: rgba(255, 255, 255, 0.8);
}
.hover-pf8 h2 {
    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: #f26521;
    background-color: rgba(81, 152, 210, 0.8);
}
.hover-pf8 h2 a {
    color: #fff;
    font-weight: 600;
}
.hover-pf8 h2 a:hover {
    color: #ccc;
}
.hover-pf8 p {
    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: #fff;
    text-shadow: 1px 1px 1px #555;
}
.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 h2,
.hover-pf8:hover p {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}
.hover-pf8:hover .caption,
.hover-pf8:hover .mask {
    top: 0 !important;
    opacity: 1;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -ms-transition-delay: 0;
    transition-delay: 0;
    -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 {
    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 {
    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: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -ms-transition-delay: 0;
    transition-delay: 0;
}
.hover-pf9 .mask-1,
.hover-pf9 .mask-2 {
    height: 100%;
    width: 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: #f26521;
    background-color: rgba(81, 152, 210, 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: #fff;
    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: #f26521;
    background-color: rgba(81, 152, 210, 0.9);
}
.hover-pf9 h2 {
    border-bottom: 1px solid #000;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}
.hover-pf9 h2 a {
    color: #fff;
    font-weight: 600;
}
.hover-pf9 h2 a:hover {
    color: #ccc;
}
.hover-pf9 p {
    color: #fff;
}
.hover-pf9 a.info {
    display: none;
}
.hover-pf9:hover .caption {
    height: 90% !important;
    width: 90% !important;
    top: 5% !important;
    left: 5% !important;
    opacity: 0.9;
    -webkit-transform: rotate(0) translate(0, 0);
    -moz-transform: rotate(0) translate(0, 0);
    -ms-transform: rotate(0) translate(0, 0);
    -o-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
}
.hover-pf9:hover .mask-1,
.hover-pf9:hover .mask-2 {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -ms-transition-delay: 0;
    transition-delay: 0;
}
.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%);
}
.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 .caption,
.hover-pf10 .mask {
    background-color: #f26521;
    -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;
    opacity: 0;
}
.hover-pf10 h2,
.hover-pf10 p {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-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;
}
.hover-pf10 h2 {
    border-bottom: 1px solid #fff;
    background: 0 0;
    transform: scale(0);
    color: #333;
    transition: all 0.5s linear;
    opacity: 0;
}
.hover-pf10 a.info,
.hover-pf10 p {
    opacity: 0;
}
.hover-pf10 h2 a {
    color: #fff;
    font-weight: 600;
}
.hover-pf10 h2 a:hover {
    color: #ccc;
}
.hover-pf10 p {
    transform: scale(0);
    transition: all 0.5s linear;
    color: #fff;
}
.hover-pf10 a.info {
    -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);
    opacity: 0;
}
.hover-pf10:hover .caption,
.hover-pf10:hover .mask {
    opacity: 1;
}
.hover-pf10:hover a.info,
.hover-pf10:hover h2,
.hover-pf10:hover p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.media a,
.thumbnail {
    position: relative;
}
.media .frame-overlay,
.portfolio article .frame-overlay,
.thumbnail .frame-overlay {
    background-color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.media a:hover .frame-overlay,
.portfolio article:hover .frame-overlay,
.thumbnail:hover .frame-overlay {
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.pagination ul > li:first-child a,
.pagination ul > li:last-child a,
.pricing .well .well .btn {
    -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;
}
.pricing .well {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
}
@media (max-width: 767px) {
    .pricing .well {
        margin-bottom: 40px;
    }
}
.pricing .well .well {
    padding: 20px;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.pricing .well .well .btn {
    transition: all 0.3s ease-out;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pricing .well .well .btn:hover {
    background-color: #999;
}
.pricing .pricing-plan {
    margin: 0;
    padding: 20px 0;
    font-size: 24px;
    color: #fff;
    background-color: #555;
}
.pricing .pricing-price {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    color: #fff;
    background-color: #999;
}
.pricing .pricing-price small {
    display: block;
    color: #fff;
}
.pricing .pricing-list {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
}
.pricing .pricing-list li {
    padding: 20px 0;
}
.pricing .pricing-list li:nth-child(odd) {
    background-color: #f3f3f3;
}
.pricing .pricing-list li:nth-child(even) {
    background-color: #eee;
}
.pricing .featured .pricing-price {
    background-color: #f26521;
    color: #fff;
}
.pricing .featured .well .btn {
    background-color: #f26521;
}
.pricing .featured .well .btn:hover {
    background-color: #555;
}
.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: #f26521;
}
@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 ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.pagination ul > li:first-child a,
.pagination ul > li:last-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;
    transition: all 0.3s ease-out;
}
.pagination ul > li > a,
.pagination ul > li > span {
    border: transparent;
    background-color: transparent;
    color: #555;
    padding: 7px 14px;
    margin-left: 1px;
    margin-right: 1px;
    -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;
}
.pagination ul > li > a:hover {
    background-color: #555;
    border-color: #555;
    color: #fff;
}
.pagination ul > .active > a,
.pagination ul > .active > a:hover,
.pagination ul > .active > span,
.pagination ul > .active > span:hover {
    background-color: #f26521;
    border-color: #f26521;
    color: #fff;
}
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > span,
.pagination ul > .disabled > span:hover {
    color: #eee;
    background-color: transparent;
    border-color: transparent;
}
#bonus-line {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px #333;
    background-color: #f26521;
    color: #fff;
}
@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 .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;
}
#bonus-line .social-icons [class*=" icon-"],
#bonus-line .social-icons [class^="icon-"] {
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    background-color: #6d6e71;
    font-size: 20px;
    line-height: 40px;
    margin-right: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
@media (min-width: 768px) and (max-width: 979px) {
    #bonus-line .social-icons [class*=" icon-"],
    #bonus-line .social-icons [class^="icon-"] {
        height: 20px;
        width: 20px;
        font-size: 10px;
        line-height: 20px;
        margin-right: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
    #bonus-line .social-icons {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    #bonus-line .social-icons span.span3 {
        margin-bottom: 10px;
    }
    #bonus-line .social-icons span.span3:last-child {
        margin-bottom: 0;
    }
}
#bonus-line .social-icons .s-google [class*=" icon-"],
#bonus-line .social-icons .s-google [class^="icon-"] {
    background-color: #323538;
}
#bonus-line .social-icons .s-facebook [class*=" icon-"],
#bonus-line .social-icons .s-facebook [class^="icon-"] {
    background-color: #3a5699;
}
#bonus-line .social-icons .s-twitter [class*=" icon-"],
#bonus-line .social-icons .s-twitter [class^="icon-"] {
    background-color: #49b9ea;
}
#bonus-line .social-icons .s-rss [class*=" icon-"],
#bonus-line .social-icons .s-rss [class^="icon-"] {
    background-color: #e9963c;
}
#bonus-line .social-icons a {
    display: block;
    color: #fff;
}
#bonus-line .social-icons a:hover,
#bonus-line .social-icons a:hover [class*=" icon-"],
#bonus-line .social-icons a:hover [class^="icon-"] {
    color: #f30018;
}
#footer {
    background-color: #3a5699;
    background-image: url(../img/noise.png);
    background-position: 50% 0;
    border-top: solid 1px #585858;
    padding-top: 40px;
    color: #fff;
}
@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: #f26521;
}
#footer .widget-title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 0;
    color: #fff;
}
#footer .widget-title .text-info {
    color: #f49200;
}
#footer .widget-title.do {
    font-size: 25px;
    cursor: pointer;
    position: relative;
}
#footer .widget-title.do:before {
    color: #f26521;
    position: absolute;
    right: 0;
    top: 0;
}
#footer .widget-title.do:hover .text-info,
#footer .widget-title.do:hover:before,
#footer a:hover {
    color: #5a961e;
}
#footer .widget-inner {
    margin-bottom: 40px;
}
#footer a {
    color: #fff;
}
#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: #f26521;
    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.facebook {
    background: url(../img/fi-facebook.png) no-repeat;
}
#footer .social a.twitter2 {
    background: url(../img/fi-twitter.png) no-repeat;
}
#footer .social a.google-plus {
    background: url(../img/fi-google-plus.png) no-repeat;
}
#footer .social a:hover {
    background-position: 0 -30px;
}
#footer .twitter-follow-us {
    background-color: #486c8a;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#footer .twitter-follow-us:hover {
    background-color: #f26521;
    color: #fff;
}
#footer .products .media {
    border-bottom: dashed 1px #f26521;
    padding-bottom: 10px;
}
#footer .products .media:last-child {
    border: none;
}
#footer .products .media-heading {
    display: block;
}
#footer .products .media-heading .media-object {
    -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;
}
.rating span.star,
.rating span.star:hover {
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#footer .products .media-heading:hover .media-object {
    opacity: 0.7;
}
#footer .newsletter {
    position: relative;
}
#footer .newsletter .newsletter-input {
    z-index: 1;
    height: auto;
    width: 100%;
    margin: 0;
    padding-top: 4px;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    box-sizing: border-box;
}
#footer .newsletter .newsletter-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    background-color: #486c8a;
}
#footer .newsletter .newsletter-button:hover {
    background-color: #f26521;
}
#footer .featured-products .media-object.pull-right,
#footer .on-sale .media-object.pull-right {
    margin-left: 10px;
    margin-bottom: 10px;
    float: right !important;
}
#footer .featured-products .media-object.pull-left,
#footer .on-sale .media-object.pull-left {
    margin-right: 10px;
    margin-bottom: 10px;
    float: right !important;
}
#footer .featured-products ins,
#footer .on-sale ins {
    color: #ff9d4c;
    text-decoration: none;
}
#footer-menu {
    font-size: 11px;
    background-color: #3a5699;
    background-image: url(../img/noise.png);
    background-position: 50% 0;
    color: #fff;
}
@media (max-width: 480px) {
    #footer-menu {
        padding: 0 20px;
    }
}
#footer-menu > .container {
    border-top: dashed 1px #f26521;
    padding: 20px 0 40px;
}
@media (min-width: 481px) and (max-width: 767px) {
    #footer-menu > .container {
        width: 460px;
    }
}
#footer-menu a {
    color: #f26521;
}
#footer-menu a:hover {
    color: #fff;
}
#footer-menu .privacy {
    margin: 0;
    list-style: none;
}
#footer-menu .privacy li {
    float: left;
    line-height: 11px;
    padding: 0 6px 0 0;
    margin: 0 5px 5px 0;
    position: relative;
}
@media (max-width: 767px) {
    #footer-menu {
        font-size: 14px;
    }
    #footer-menu .privacy li {
        line-height: 30px;
        padding: 0 16px 0 0;
        margin: 0 15px 0 0;
    }
}
#footer-menu .privacy li:after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    background-color: #fff;
}
#footer-menu .privacy li:last-child:after {
    background-color: transparent;
    padding: 0;
    margin: 0;
}
#footer-menu .privacy li a {
    color: #f26521;
}
#footer-menu .privacy li a:hover {
    color: #fff;
    text-decoration: underline;
}
#footer-menu .copyright {
    margin-bottom: 0;
    line-height: 16px;
}
#footer-menu .payment {
    text-align: right;
}
@media (max-width: 767px) {
    #footer-menu .copyright {
        margin-top: 15px;
        line-height: 30px;
    }
    #footer-menu .payment {
        margin-top: 20px;
        text-align: left;
    }
}
@media (max-width: 767px) and (max-width: 767px) {
    #footer-menu .payment img {
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .page-sidebar.span9 {
        width: 65.745856353591% !important;
    }
    .sidebar.span3 {
        width: 31.491712707182% !important;
    }
}
section.page-sidebar.cart-single .row-fluid .product-info select {
    color: #495057;
    margin-bottom: 20px;
    width: 100%;
    font-family: inherit;
    border: 1px solid #707070;
    height: 45px;
    border-radius: 6px;
    padding: 6px;
}
.page-sidebar,
.sidebar {
    margin-top: 70px;
}
section.page-sidebar.pull-right .row-fluid .row-fluid:last-child {
    position: relative;
    display: table;
    width: 1291px;
    height: 100%;
    left: -330px;
}
section.page-sidebar.pull-right .row-fluid .row-fluid:last-child h1 {
    font-size: 40px;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}
section.page-sidebar.pull-right .row-fluid .row-fluid:last-child h2 {
    color: #f26521;
    font-size: 30px;
    font-family: "Roboto Condensed";
    font-weight: 300;
    text-transform: uppercase;
}
section.page-sidebar.pull-right .row-fluid .row-fluid:last-child table {
    width: 100%;
    margin: 50px 0;
}
section.page-sidebar.pull-right .row-fluid .row-fluid:last-child table tbody tr {
    text-align: center;
}
section.page-sidebar.pull-right .row-fluid .row-fluid:last-child table tbody tr td {
    padding: 10px;
}
section.page-sidebar.pull-right .row-fluid .row-fluid:last-child table thead tr th {
    padding: 10px;
}
section.page-sidebar.pull-right .row-fluid .row-fluid:last-child p {
    font-size: 20px;
    font-family: poppins !important;
    font-weight: 300;
    color: #000;
    line-height: 30px;
}
section.page-sidebar.pull-right .row-fluid .row-fluid:last-child ul li {
    font-size: 20px;
    font-family: poppins !important;
    font-weight: 300;
    color: #000;
    line-height: 30px;
    margin-bottom: 20px;
}
.page-sidebar .widget,
.sidebar .widget {
    margin-bottom: 30px;
    position: relative;
}
.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";
    color: #f26521;
}
.page-sidebar .widget ul.icons.check a,
.sidebar .widget ul.icons.check a {
    text-decoration: none;
    color: #555;
}
.page-sidebar .widget ul.icons.check a:hover,
.sidebar .widget ul.icons.check a:hover {
    color: #f26521;
}
@media (max-width: 979px) {
    .page-sidebar .widget li,
    .sidebar .widget li {
        line-height: 25px;
    }
}
.page-sidebar .widget-title,
.sidebar .widget-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 0;
}
.page-sidebar .widget-inner,
.sidebar .widget-inner {
    background-color: #fff;
    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: #e1e1e1;
}
.page-sidebar .nav-tabs > li > a,
.sidebar .nav-tabs > li > a {
    background-color: transparent;
    border-color: transparent transparent #e1e1e1;
    font-weight: 700;
    color: #555;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.page-sidebar .nav-tabs > li > a:hover,
.sidebar .nav-tabs > li > a:hover {
    background-color: #e9e9e9;
    border-color: #e9e9e9 #e9e9e9 #e1e1e1;
    color: #f26521;
}
.page-sidebar .nav-tabs > .active > a,
.page-sidebar .nav-tabs > .active > a:focus,
.page-sidebar .nav-tabs > .active > a:hover,
.sidebar .nav-tabs > .active > a,
.sidebar .nav-tabs > .active > a:focus,
.sidebar .nav-tabs > .active > a:hover {
    background-color: #e9e9e9;
    border-color: #fff #fff #e1e1e1;
}
.page-sidebar .show-all-posts:hover,
.popular-posts a:hover .post-number,
.price-widget .controls .btn:hover,
.shopping-cart-widget .buttons .btn:hover,
.sidebar .show-all-posts:hover {
    background-color: #f26521;
}
.page-sidebar .tab-content,
.sidebar .tab-content {
    padding-top: 0;
}
.page-sidebar .tab-content .tab-pane p,
.sidebar .tab-content .tab-pane p {
    margin-bottom: 20px;
}
.page-sidebar .tab-content .tab-pane p:last-child,
.sidebar .tab-content .tab-pane p:last-child {
    margin-bottom: 0;
}
.page-sidebar .show-all-posts,
.sidebar .show-all-posts {
    background-color: #f26521;
    color: #fff;
}
.shopping-cart-widget .products {
    margin: 0 0 20px;
}
.price-widget form,
.shopping-cart-widget .buttons {
    margin-bottom: 0;
}
.shopping-cart-widget .products .media-heading {
    font-weight: 700;
    font-size: 14px;
    color: #f26521;
}
.rated span.star,
.rating span.star {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
}
.shopping-cart-widget .products .media-heading a {
    text-decoration: none;
    color: #f26521;
}
.shopping-cart-widget .products .media-heading a:hover {
    color: #f26521;
}
.shopping-cart-widget .buttons .btn {
    font-size: 13px;
    padding: 6px 12px;
}
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 20px;
}
.rating span.star {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rating span.star:before,
.rating span.star:hover {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.rating span.star:hover {
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.rating span.star:before {
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    content: "\f006";
    padding-right: 5px;
    color: #555;
}
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before {
    -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;
    content: "\f005";
    color: #f26521;
}
.rated span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #f26521;
}
.rated span.star.solid:before {
    content: "\f005";
    padding-right: 5px;
    color: #f26521;
}
.rated span.star.half:before {
    content: "\f089";
    padding-right: 5px;
    color: #f26521;
}
.price-widget ul {
    margin-bottom: 15px;
}
.price-widget ul a {
    text-decoration: none;
    color: #555;
}
.price-widget ul a:hover {
    color: #f26521;
}
.price-widget .controls input {
    -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-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}
.price-widget .controls input:focus,
.price-widget .controls input:hover {
    -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;
    border-color: #f26521;
}
.popular-posts .post-number,
.popular-posts a {
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: block;
}
@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;
    }
}
.categories-widget ul.icons {
    margin-left: 0;
    color: #999;
}
.categories-widget ul.icons li {
    position: relative;
    text-indent: 0;
    padding-left: 20px;
}
@media (min-width: 480px) and (max-width: 767px) {
    .categories-widget ul.icons li {
        width: 40%;
        float: left;
        margin-right: 20px;
    }
}
.categories-widget ul.icons li:after {
    content: "\f105";
    font-family: fontawesome;
    display: block;
    position: absolute;
    left: 3px;
    top: 5px;
    width: 20px;
    height: 20px;
    text-align: left;
    color: #f26521;
}
.sidebar h3.widget-title {
    color: #f26521;
    font-size: 20px !important;
    font-family: poppins !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    padding: 5px;
}
.sidebar .inner.darken {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.categories-widget ul.icons li:last-child {
    position: absolute;
    bottom: -35px;
    left: 0;
    padding-left: 0;
}
.categories-widget ul.icons li:last-child a strong {
    color: #f26521 !important;
}
.categories-widget ul.icons li:last-child:after {
    display: none;
}
.categories-widget ul.icons li:last-child a {
    font-size: 16px;
    color: #f26521 !important;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
}
.categories-widget ul.icons a:hover {
    font-weight: 400 !important;
}
.categories-widget ul.icons a {
    padding: 6px 8px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    display: block;
    font-family: poppins !important;
    text-transform: capitalize;
    font-weight: 300;
}
.categories-widget ul.icons .selected a,
.categories-widget ul.icons a:hover {
    color: #f26521;
    font-weight: 700;
}
@-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 a {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #555;
    text-decoration: none;
}
.popular-posts a:hover {
    color: #f26521;
}
.popular-posts a:hover .post-number {
    color: #fff;
}
.popular-posts .pull-left[class*=" icon-"],
.popular-posts .pull-left[class^="icon-"] {
    margin-top: 2px;
    margin-right: 7px;
}
.popular-posts .post-number {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    float: right;
    width: 30px;
    height: 20px;
    padding: 5px;
    margin-left: 5px;
    text-align: center;
    color: #333;
    background-color: #eee;
}
#search .search-bt,
.tags a {
    -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;
}
.popular-posts .post-date {
    display: block;
    font-size: 11px;
    color: #999;
}
#search {
    position: relative;
    margin: 0;
    width: 100%;
}
#search input[type="text"] {
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#search input[type="text"]:focus,
#search input[type="text"]:hover {
    border-color: #5b9125;
}
#search .search-bt {
    transition: all 0.3s ease-out;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border: none !important;
    z-index: 2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background: url(../img/search-bt.png) center center no-repeat #92c55d;
}
.shop-products .thumbnail .cat-prod-exvat,
.shop-products .thumbnail .zoom {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    vertical-align: middle;
}
#search .search-bt:before {
    content: "\f096";
    font-family: fontawesome;
    display: block;
    width: 20px;
    height: 20px;
    text-align: left;
    color: #000;
}
#search .search-bt:hover {
    background-color: #5b9125;
}
.accordion-group {
    border: 0;
    border-bottom: solid 1px #327fbf;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.accordion-group:last-child {
    border-bottom: none;
}
.accordion-group .accordion-inner {
    padding: 20px 0;
}
.accordion-group .accordion-heading:hover {
    background-color: #f26521 !important;
}
.accordion-group .accordion-heading.accordion-close {
    background-color: transparent;
}
.accordion-group .accordion-heading.accordion-open {
    background-color: #f26521;
}
.accordion-group .accordion-heading.accordion-open .accordion-toggle {
    color: #fff;
}
.accordion-group .accordion-heading .accordion-toggle {
    padding: 8px;
    color: #f26521;
    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: #fff;
}
.tags a {
    transition: all 0.3s ease-out;
    display: inline-block;
    padding: 4px 10px;
    margin: 0 3px 5px 0;
    text-decoration: none;
    color: #999;
    background-color: #eee;
}
.shop-products .btn-add-to-cart,
.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;
}
.tags a:hover {
    color: #fff;
    background-color: #f26521;
}
.welcome {
    padding: 0 20px;
}
.page-title,
.welcome h4 {
    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: 700;
    margin-bottom: 0;
}
.page-title .page-header h1 small {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}
.shop-result {
    margin-bottom: 30px;
}
.shop-result .result-count {
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
    font-weight: 700;
    color: #7ab0dd;
}
.shop-result .result-ordering select {
    margin: 0;
}
.shop-products .thumbnails .item {
    transition: all 0.3s ease-out;
    background-color: #fff;
    padding: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
    .shop-products .thumbnails .item {
        width: 48.618784530387% !important;
    }
    .shop-products .thumbnails .item,
    .shop-products .thumbnails .item.first {
        margin-left: 2.7624309392265% !important;
    }
    .shop-products .thumbnails .item:nth-child(2n + 1) {
        clear: left !important;
    }
    .shop-products .thumbnails .item:nth-child(odd) {
        margin-left: 0 !important;
    }
}
.clear,
.prod-review {
    clear: both;
}
@media (max-width: 767px) {
    .shop-products .thumbnails .item {
        margin-bottom: 50px;
    }
}
.shop-products .inner.darken {
    border-top: solid 1px #e1e1e1;
}
.shop-products .btn-add-to-cart {
    transition: all 0.3s ease-out;
    font-size: 14px !important;
    color: #fff;
    background-color: #0092d1;
    padding: 10px 20px;
    text-transform: uppercase;
}
.shop-products .btn-add-to-cart i {
    margin-left: 10px;
    display: none;
}
.shop-products .btn-add-to-cart:hover {
    background-color: #3aa5d3;
    color: #fff;
}
.shop-products .thumbnail {
    color: #333;
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.shop-products .thumbnail .image {
    overflow: hidden;
    position: relative;
    display: block;
    border: 1px solid #e3e3e3;
}
.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 .cat-prod-exvat,
.shop-products .thumbnail .cat-prod-price-background {
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    position: absolute;
}
.shop-products .thumbnail .cat-prod-price-background {
    display: none;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 100px solid #92c55d;
    border-left: 100px solid transparent;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.shop-products .thumbnail .cat-prod-price {
    position: relative;
    color: #0092d1 !important;
    font-weight: 700;
    line-height: 35px;
    z-index: 5;
    top: -117px;
}
.shop-products .thumbnail .availability {
    font-size: 70%;
    line-height: normal;
    position: absolute;
    top: 25px;
    right: 0;
    vertical-align: middle;
    text-align: right;
    font-weight: 400;
    width: 70px;
}
.shop-products .thumbnail .cat-prod-exvat {
    top: 0;
    left: 0;
    text-align: center;
    background-clip: padding-box;
    padding: 5px;
    background-color: #92c55d;
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    z-index: 5;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.shop-products .thumbnail select {
    color: #495057;
    margin-bottom: 10px;
    width: 100%;
    font-family: inherit;
    border: 1px solid #707070;
    height: 45px;
    border-radius: 6px;
    padding: 6px;
}
.shop-products .thumbnail .zoom {
    background-color: #f26521;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    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;
    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: 6px;
}
.shop-products .thumbnail .title {
    font-size: 20px !important;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    color: #000;
    height: 76.6px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 0 !important;
}
.shop-products .thumbnail .description {
    position: relative;
    margin-top: 20px;
    font-family: poppins;
    font-size: 16px;
    word-wrap: break-word;
    overflow: hidden;
    height: 3.6em;
    line-height: 1.8em;
    text-overflow: ellipsis;
}
.shop-products .thumbnail .description:last-child {
    margin-bottom: 0;
}
a#toTop {
    background-color: #f26521;
}
.shop-products .thumbnail:hover .cat-prod-price {
    color: #fff;
}
.shop-products .thumbnail:hover .cat-prod-price-background {
    border-top: 100px solid #f26521;
}
.shop-products .thumbnail:hover .cat-prod-exvat {
    background-color: #f26521;
    color: #fff;
}
.shop-products .thumbnail:hover .zoom {
    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: #f26521;
}
.product-images {
    margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
    .product-images {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
}
.product-images .small .thumbnail .zoom {
    font-size: 20px;
    line-height: 35px;
    height: 40px;
    width: 40px;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.product-images .small .thumbnail .zoom i {
    padding-left: 3px;
}
@media (max-width: 767px) {
    .product-images .small .thumbnail .zoom {
        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;
    }
    .product-images .small .thumbnail .zoom i {
        padding-left: 6px;
    }
    .product-images .small .thumbnail {
        margin-bottom: 20px !important;
    }
    .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;
}
.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;
    border: 1px solid #eee;
}
.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;
}
.featured-products .thumbnail .price,
.product-images .thumbnail .zoom {
    -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;
}
.product-images .thumbnail .zoom {
    background-color: #f26521;
    color: #fff;
    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;
    transition: all 0.2s ease-out;
    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: 6px;
}
.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 {
    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: 0;
}
.product-cart label {
    font-weight: 700;
    line-height: 40px;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 5px;
}
.product-ratings,
.product-title {
    margin-bottom: 30px;
}
.product-cart input[type="text"] {
    width: 55px;
    border-width: 1px;
    border-color: #eee;
    background-color: #fff;
    color: #000;
    padding: 11px 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"]:focus,
.product-cart input[type="text"]:hover {
    border-color: #f26521;
}
.product-cart .btn {
    font-size: 16px;
    color: #fff;
    background-color: #0092d1;
    justify-content: center;
    font-family: "Roboto Condensed";
    padding: 10px 20px;
    text-transform: uppercase;
}
.product-cart .btn i.icon-shopping-cart {
    display: none;
}
.product-info p {
    font-family: poppins !important;
    color: #000;
}
.product-cart .btn:hover {
    background-color: #3aa5d3;
    color: #fff;
}
.product-ratings .review-count {
    min-height: auto !important;
}
.product-ratings .review-count a {
    text-decoration: none;
    font-weight: 700;
    color: #555;
}
.product-ratings .review-count a:hover {
    color: #333;
}
.product-ratings .review-stars {
    min-height: auto !important;
}
.product-ratings .review-stars .rated {
    float: right;
}
.product-ratings .review-stars .rated .star:before {
    color: #555 !important;
}
.product-title .title h1 {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 0;
}
.product-title .prod-price {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    text-align: right;
    color: #5b9125;
}
.product-info .prod-exvat {
    font-size: 50%;
    color: #5b9125;
    font-weight: 400;
}
.product-info .availability {
    font-size: 70%;
    display: block;
}
.product-info select {
    width: 100%;
    color: #000;
    margin-bottom: 2px;
}
.featured-products .thumbnails {
    margin-bottom: 30px;
}
.featured-products .thumbnails .item {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .featured-products .thumbnails {
        margin-bottom: 0;
    }
    .featured-products .thumbnails .item {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .featured-products .thumbnails .item {
        width: 48.618784530387% !important;
        margin-bottom: 2.7624309392265% !important;
    }
    .featured-products .thumbnails .item,
    .featured-products .thumbnails .item.first,
    .featured-products .thumbnails .item:nth-child(3n + 1) {
        margin-left: 2.7624309392265% !important;
    }
    .featured-products .thumbnails .item:nth-child(odd) {
        margin-left: 0 !important;
    }
}
.featured-products .btn-add-to-cart {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    color: #fff;
    background-color: #f26521;
}
.featured-products .btn-add-to-cart i {
    margin-left: 10px;
}
.featured-products .btn-add-to-cart:hover {
    background-color: #333;
}
.featured-products .thumbnail {
    border: 1px solid #eee;
    border-bottom: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.featured-products .thumbnail .image {
    overflow: hidden;
    position: relative;
    display: block;
}
.featured-products .thumbnail .price,
.featured-products .thumbnail .zoom {
    color: #fff;
    position: absolute;
    vertical-align: middle;
    -moz-background-clip: padding;
    text-align: center;
}
.featured-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;
}
.featured-products .thumbnail .price {
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #555;
    font-size: 16px;
    font-weight: 700;
    line-height: 60px;
    z-index: 5;
    transition: all 0.2s ease-out;
}
.featured-products .thumbnail .zoom {
    background-color: #f26521;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -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;
    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: 6px;
}
.featured-products .thumbnail .title {
    margin-bottom: 10px;
    font-weight: 700;
}
.featured-products .thumbnail .description {
    position: relative;
}
.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 {
    background-color: #f26521;
}
.featured-products .thumbnail:hover .zoom {
    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: #f26521;
}
.featured-categories .thumbnails {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .featured-categories .thumbnails {
        margin-bottom: 0;
    }
    .featured-categories .thumbnails .item {
        margin-bottom: 30px;
    }
}
.featured-categories .thumbnails .item {
    margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
    .featured-categories .thumbnails .item {
        width: 48.618784530387% !important;
        margin-bottom: 2.7624309392265% !important;
    }
    .featured-categories .thumbnails .item,
    .featured-categories .thumbnails .item.first {
        margin-left: 2.7624309392265% !important;
    }
    .featured-categories .thumbnails .item:nth-child(odd) {
        margin-left: 0 !important;
    }
}
.featured-categories .thumbnail {
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background-clip: padding-box;
    border: none;
}
.featured-categories .thumbnail .see-all {
    font-weight: 700;
}
.featured-categories .thumbnail .image {
    overflow: hidden;
    position: relative;
    display: block;
}
.featured-categories .thumbnail .image img {
    transition: all 0.3s ease-out;
    border: 1px solid #00000024;
    width: 100%;
    box-sizing: border-box;
}
.featured-categories .thumbnail .title i.icon-chevron-right {
    display: none;
}
.featured-categories .thumbnail .link i.icon-arrow-right {
    display: none;
}
.featured-categories .thumbnail .title {
    padding: 10px 15px;
    font-size: 16px;
    font-family: "Roboto Condensed";
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0 !important;
}
.featured-categories .thumbnail .link {
    padding: 10px 15px;
    font-weight: 300 !important;
    color: #0092d1;
    width: 100% !important;
    font-family: "Roboto Condensed";
    margin: auto;
    text-transform: uppercase;
    text-align: center;
    display: table;
    box-sizing: border-box;
}
.featured-categories .thumbnail .description:last-child {
    margin-bottom: 0;
}
.featured-categories .thumbnail:hover .link,
.featured-categories .thumbnail:hover .title {
    left: 0;
}
.works .thumbnails {
    margin: 0 0 -20px;
}
.works .thumbnails .item {
    position: relative;
}
@media (max-width: 767px) {
    .works .thumbnails .item {
        margin-bottom: 50px;
    }
}
.works .thumbnail {
    margin-bottom: 0;
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.works .thumbnail .image {
    position: relative;
    display: block;
}
.works .thumbnail .title {
    margin-bottom: 10px;
    font-weight: 700;
}
.works .thumbnail .description:last-child {
    margin-bottom: 0;
}
.works .thumbnail .caption {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #327fbf;
}
.works .thumbnail .caption .title {
    padding: 0;
}
.works .thumbnail:hover .caption {
    color: #f26521;
}
.works .thumbnail:hover .caption .description {
    color: #fff;
}
.works .thumbnail:hover .title {
    color: #f26521;
}
.works .thumbnail:hover .icons {
    border-top-color: #f26521;
}
.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.facebook {
    background: url(../img/fi-facebook.png) no-repeat;
}
.works .icons a.twitter2 {
    background: url(../img/fi-twitter.png) no-repeat;
}
.works .icons a.google-plus {
    background: url(../img/fi-google-plus.png) no-repeat;
}
.works .icons a:hover {
    background-position: 0 -30px;
}
.highlights {
    padding-top: 20px;
}
.highlights .icon i {
    font-size: 64px;
    color: #f26521;
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border: 3px solid #f26521;
    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: #f26521;
}
.highlights .item:hover i {
    -webkit-animation: moveFromZoom 0.3s ease;
    -moz-animation: moveFromZoom 0.3s ease;
    -ms-animation: moveFromZoom 0.3s ease;
    -o-animation: moveFromZoom 0.3s ease;
    animation: moveFromZoom 0.3s ease;
    color: #f26521;
    border-color: #f26521;
}
.testimonials .testimonial .content {
    position: relative;
    background: url(../img/quote.png) 5px 10px no-repeat #f8f8f8;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 10px 10px 10px 40px;
    line-height: 20px;
    color: #f26521;
    font-style: italic;
    font-size: 14px;
}
.testimonials .testimonial .content p {
    margin: 10px 0 0;
}
.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: #999;
}
.testimonials .testimonial .quote-arrow {
    width: 12px;
    height: 7px;
    background: url(../img/quote-arrow.png) 50% 50% no-repeat;
    position: absolute;
    bottom: -7px;
    left: 18px;
}
.testimonials .carousel-control {
    opacity: 1;
    color: #999;
    background-color: transparent;
    border: 1px solid #eee !important;
    font-size: 20px;
    margin: 0;
    line-height: 20px;
    height: auto;
    width: auto;
    top: -40px;
    right: 0;
    left: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -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: #f26521 !important;
}
.testimonials .carousel-control i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.tweet {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap;
    word-wrap: break-word;
}
.tweet a {
    text-decoration: none;
    color: #555;
}
.tweet a:hover {
    color: #f26521;
}
.tweet .tweet-img {
    display: block;
    height: 40px;
    width: 40px;
    padding: 0;
    margin: 3px 3px 0 0;
    border-bottom: none !important;
}
.tweet .tweet-img img {
    margin: 0;
}
.tweet .tweet-img:hover img {
    opacity: 0.3;
}
.tweet .tweet-ago {
    display: block;
    font-size: 11px;
    color: #b3b3b3;
}
.tweet .tweet-ago:hover {
    color: #999;
}
#footer .tweet {
    margin-bottom: 10px;
}
#footer .tweet .tweet-img,
#footer .tweet .tweet-img img {
    display: none;
}
#footer .tweet .tweet-txt {
    border-bottom: dashed 1px #f26521;
    padding-bottom: 10px;
}
#footer .tweet .tweet-ago {
    display: block;
    font-size: 11px;
    margin-top: 5px;
}
#footer .tweet .tweet-ago a {
    color: #f26521;
    text-decoration: none;
}
#footer .tweet:last-child .tweet-txt {
    border: none;
}
.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;
}
.sidebar-flickr .thumbnail {
    padding: 0;
    border: none;
    cursor: pointer;
    background-color: #fff;
}
.sidebar-flickr .thumbnail:hover {
    background-color: #f26521;
}
.flickr {
    margin-left: 0;
}
.flickr li {
    float: left;
    list-style: none;
    margin: 0 10px 10px 0;
    line-height: 0 !important;
}
.flickr a,
.flickr a img {
    display: block;
}
.blog-post {
    margin-bottom: 60px;
}
.blog-post .row-fluid .post-wrapper {
    position: relative;
}
.blog-post .row-fluid .post-meta-wrapper.pull-left {
    margin-left: 0;
}
@media (max-width: 979px) {
    .blog-post .row-fluid .post-wrapper {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .blog-post .row-fluid .post-meta-wrapper {
        float: none;
        width: 100%;
        padding-top: 20px;
    }
}
.blog-post .flex-direction-nav a {
    position: absolute;
}
.comments .avatar,
.comments .textarea,
.hero-unit {
    position: relative;
}
.blog-post .post-title {
    margin-top: 10px;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 25px;
    font-weight: 700;
}
.blog-post .post-title a {
    text-decoration: none;
    color: #000;
}
.blog-post .post-title a:hover {
    color: #f26521;
}
.blog-post .post-meta-before {
    margin: 0 0 10px;
}
.blog-post .post-meta-before li {
    margin: 0 0 5px;
    list-style: none;
    font-size: 12px;
    line-height: 15px !important;
    padding-left: 20px;
}
@media (max-width: 979px) {
    .blog-post .post-meta-before li {
        float: left;
        margin: 0 10px 5px 0;
    }
}
.blog-post .post-meta-before li [class*=" icon-"],
.blog-post .post-meta-before li [class*=" iconic-"],
.blog-post .post-meta-before li [class^="icon-"],
.blog-post .post-meta-before li [class^="iconic-"] {
    display: block;
    float: left;
    margin-left: -20px;
    width: 20px;
    text-align: center;
    color: gray;
}
.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^="icon-"]:before,
.blog-post .post-meta-before li [class^="iconic-"]:before {
    vertical-align: top;
}
.blog-post .post-meta-before a {
    text-decoration: none;
    color: #555;
}
.blog-post .post-meta-before a:hover {
    color: #f26521;
}
.blog-post .post-meta {
    color: #1d496e;
    overflow: hidden;
    margin: 0 0 10px;
    font-size: 11px;
}
#af-form,
#af-form .af-outer {
    margin-bottom: 0;
}
.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: #122e46;
    border-bottom: solid 1px #1d496e;
}
.blog-post .post-meta a:hover {
    color: #f26521;
    border-bottom: solid 1px #f26521;
}
.blog-post .post-meta-comm,
.blog-post .post-meta-date {
    color: #fff;
    background-color: #f26521;
}
.blog-post .read-more,
.blog-post .read-more:hover {
    color: #f26521;
    border: none;
}
.blog-post .read-more {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}
#af-form input[type="text"],
#af-form textarea {
    border-width: 1px;
    border-color: #eee !important;
    background-color: #fbfbfb !important;
    color: #909090;
    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 input[type="text"]:focus,
#af-form input[type="text"]:hover,
#af-form textarea:focus,
#af-form textarea:hover {
    border-color: #f26521 !important;
    background-color: #eee !important;
    color: #555;
}
#af-form textarea {
    height: 160px !important;
    overflow: auto;
    resize: none;
}
#af-form input.error,
#af-form textarea.error {
    border: 1px solid #e81123;
}
#af-form .form-button {
    background-color: #f26521;
}
#af-form .form-button:hover {
    background-color: #333;
}
label.error,
label.ferror {
    color: #e81123;
    font-size: 13px;
}
#progress {
    margin-top: 15px;
}
.uneditable-input,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.reviews-title .stars,
.reviews-title .title h3 {
    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;
    }
    .add-review .stars,
    .add-review input[type="text"],
    .add-review textarea {
        margin-left: 0 !important;
    }
}
.reviews-title .stars .rated {
    margin-bottom: 0;
}
.comments .comment,
.reviews .rated {
    margin-bottom: 20px;
}
.reviews .rated {
    display: block;
}
.add-review {
    margin-top: 20px;
}
.add-review .stars {
    line-height: 36px;
    text-align: right;
}
.add-review input[type="text"],
.add-review textarea {
    border-width: 1px;
    border-color: #e1e1e1;
    background-color: #eee;
    color: #555;
    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;
}
.btn,
.hero-unit .button-block .btn-primary {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.add-review input[type="text"]:focus,
.add-review input[type="text"]:hover,
.add-review textarea:focus,
.add-review textarea:hover {
    border-color: #f26521;
    color: #000;
}
.add-review .btn-submit-review {
    padding: 10px 15px;
    font-weight: 700;
}
.add-review .btn-submit-review:hover {
    background-color: #f26521;
}
.comments .avatar {
    float: left;
}
.comments .meta {
    float: left;
    margin: 0 15px;
}
.hero-unit .button-block,
.hire-right,
.image-right {
    float: right;
}
.comments .comments-list {
    margin-left: 0;
    margin-bottom: 20px;
}
.comments li {
    list-style: none;
}
.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;
}
#toTop,
#toTopHover {
    width: 50px;
    overflow: hidden;
}
.hero-unit {
    padding: 20px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.hero-unit h1 {
    color: #f26521;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 10px;
}
.hero-unit p {
    font-size: 14px;
    line-height: 20px;
}
.hero-unit p:last-child {
    margin-bottom: 0;
}
.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;
    }
}
#toTop,
#toTopHover,
.spacer {
    height: 50px;
}
.hero-unit .button-block .btn-primary {
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #333;
}
.btn,
.btn:hover {
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.hero-unit .button-block .btn-primary:hover {
    background-color: #f26521;
}
#toTop {
    background: url(../img/totop.png) 50% 50% no-repeat rgba(0, 0, 0, 0.7);
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    display: none;
    text-decoration: none;
    text-indent: -999px;
}
#toTop:active,
#toTop:focus {
    outline: 0;
    background-color: #f19303;
}
#toTopHover {
    background: url(../img/totop.png) 50% 50% no-repeat #f26521;
    display: block;
    float: left;
    opacity: 0;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.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;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    transition: all 0.3s ease-out;
}
.btn:hover,
.message-button {
    -webkit-transition: all 0.3s ease-out;
}
.btn:hover {
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.gmap {
    max-width: 100%;
    line-height: 0;
}
.video {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
}
.video embed,
.video iframe,
.video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#message-container,
#message-container-error {
    height: 121px;
    top: -141px;
    z-index: 100;
    font-family: verdana;
    background-repeat: no-repeat;
}
a,
a:active,
a:focus,
input,
input:active,
input:focus,
select,
select:active,
select:focus {
    outline: 0 !important;
}
.first,
.item:nth-child(3n + 1) {
    margin-top: 0 !important;
    margin-left: 0 !important;
}
.last {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}
.shop-products .thumbnails .inner {
    padding: 10px 0;
    background-color: transparent;
}
.shop-products .thumbnails .inner h2 {
    margin: 0 0 5px;
    line-height: normal;
}
.featured-categories .thumbnails h2 {
    font-size: 125%;
    line-height: normal;
}
#message-container {
    width: 350px;
    background-color: #000;
    position: absolute;
    left: 50%;
    margin-left: -175px;
    font-size: 1.2em;
    font-weight: 700;
}
#message-container p {
    text-align: center;
    margin: 15px 10px 10px;
}
.message-button,
.message-button2 {
    font-size: 0.7em;
    margin: 0;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    outline: 0;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fff;
    position: absolute;
    bottom: 10px;
    -webkit-appearance: none;
    padding: 3px 5px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
}
.message-button {
    width: 140px;
    right: 10px;
    background-color: #92c55d;
    color: #000;
    transition: all 0.3s ease-out;
}
.message-button:active,
.message-button:hover {
    background-color: #5b9125;
    color: #fff;
}
.message-button2 {
    left: 10px;
    background-color: #92c55d;
    color: #000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.message-button2:active,
.message-button2:hover {
    background-color: #5b9125;
    color: #fff;
}
#message-container-error {
    width: 350px;
    background-color: #000;
    background-image: url(../img/_pop-box-error.png);
    position: absolute;
    left: 50%;
    margin-left: -175px;
    font-size: 1em;
    font-weight: 700;
}
#basketmessage-error {
    text-align: center;
    margin: 15px 10px 10px 110px;
}
.message-button-error {
    outline: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 190px;
    background-color: #92c55d;
    color: #000;
    -webkit-appearance: 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;
    padding: 3px 5px;
}
.message-button-error:active,
.message-button-error:hover {
    background-color: #5b9125;
    color: #fff;
}
#dropSheet {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: #000;
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.cat-prod-exvat {
    position: absolute;
    top: 200px;
    left: 200px;
}
.show-hide-normal {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 140px;
    z-index: 100;
    border: 1px solid #ccc;
}
.show-hide-normal input [type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.show-hide-normal h3 {
    clear: both;
    padding: 0;
    font-size: 90%;
    color: #000;
    font-weight: 700;
    margin: 5px 0;
}
.show-hide-normal label {
    cursor: pointer;
    position: relative;
    display: block;
    padding-left: 25px;
    padding-right: 5px;
}
.show-hide-normal label:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 8px;
    border-left: 8px solid red;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-top: -8px;
}
.show-hide-normal input[type="checkbox"]:checked ~ h3 label:before {
    border-left: 8px solid transparent;
    border-top: 8px solid red;
    border-right: 8px solid transparent;
    margin-left: -4px;
    margin-top: -4px;
}
.show-hide-normal p {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding-left: 0;
    transition: max-height 0.4s ease;
    text-align: right;
    padding-right: 10px;
    line-height: 140%;
}
.header-login,
.hire-right,
.horiz-photo,
.vert-photo {
    text-align: center;
}
.show-hide-normal p span {
    width: 45px;
    color: red;
    display: block;
    float: right;
}
.show-hide-normal input[type="checkbox"]:checked ~ h3 ~ p {
    max-height: 180px;
}
.shop-products .btn-add-to-cart {
    width: 142px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.shop-products .quantity {
    width: 142px;
    margin-bottom: 20px;
    position: relative;
    display: block;
}
.shop-products .quantity input {
    position: absolute;
    width: 86px;
    bottom: -16px;
    left: 82px;
}
.hire-right {
    width: 480px;
    margin-left: 10px;
}
.horiz-photo {
    width: 350px;
    padding-bottom: 8px;
}
.vert-photo {
    width: 211px;
    padding-bottom: 8px;
}
.header-login {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f26521;
}
.header-login a:link,
.header-login a:visited {
    background-color: #92c55d;
}
.header-login a:link {
    font-weight: 700;
    text-align: center;
    margin-left: 5px;
    padding: 5px;
    color: #fff;
    text-decoration: none;
}
.header-login a:active,
.header-login a:hover {
    background-color: #f26521;
    text-decoration: none;
}
.video-container {
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
}
.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}
.shop-products .span5 .thumbnail .cat-prod-price {
    margin-top: 5px;
    line-height: normal;
}
@media (max-width: 1200px) {
    .sidebar .paypal-side {
        margin: -15px;
    }
}
#reviews {
    width: 98%;
    -webkit-box-shadow: inset 0 0 100px -50px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 0 100px -50px rgba(0, 0, 0, 0.6);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 5px 0;
}
.review_text-wrap,
.review_wrap {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.review_wrap {
    margin-top: 15px;
    padding-top: 10px;
    -webkit-box-shadow: inset 0 8px 26px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 8px 26px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 8px 26px -6px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
}
.reply_text-wrap,
.review_text-wrap {
    margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
}
.review_stars img {
    float: left;
    margin-left: 10px;
    margin-right: 5px;
}
.review_stars {
    line-height: 16px;
    height: 16px;
}
#cat_reviews,
#review_form {
    display: none;
}
.review_header {
    margin-top: 10px;
}
.review_subheader {
    margin-top: 5px;
    margin-left: 10px;
}
.review_subheader .author {
    color: #2099d9;
}
.review_text-wrap {
    margin-top: 10px;
    background-color: #fff9c2;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.4);
}
.reply_text-wrap {
    background-color: #c0f9fb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.4);
}
#review_form input,
#review_form select,
#review_form textarea {
    width: 600px;
}
#review_form input#custom_antispam_f ield {
    width: 150px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #review_form input,
    #review_form select,
    #review_form textarea {
        width: 335px;
    }
}
@media (max-width: 767px) {
    #review_form input,
    #review_form select,
    #review_form textarea {
        width: 350px;
    }
}
@media (max-width: 480px) {
    #review_form input,
    #review_form select,
    #review_form textarea {
        width: 230px;
    }
}
#review_form .btn {
    width: auto;
}
#review_form input.invalid,
#review_form select.invalid,
#review_form textarea.invalid {
    background-color: #ff9;
    border: 1px solid red;
}
.prod-review #reviews #review_form {
    background-image: none;
}
#review_form .red {
    color: red;
    font-weight: 700;
}
.topbar .nav-pills.top-contacts.pull-right span {
    font-size: 160%;
}
.trust {
    float: left;
    position: relative;
    left: 402px;
    top: -44px;
}
.topbar a i.fa {
    color: #fff;
}
.topbar a i.fa:hover {
    color: #f26521;
}
.custom-top {
    background-color: #f26521;
    height: 50px;
    padding: 0 65px;
}
@media (min-width: 320px) and (max-width: 425px) {
    .custom-top {
        background-color: #f26521;
        height: auto;
    }
}
.custom-help {
    color: #fff;
    display: flex;
    height: 50px;
    font-family: "Roboto Condensed";
    align-items: center;
    font-size: 13px;
    margin-bottom: 0;
    text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 425px) {
    .custom-help {
        color: #fff;
        text-align: center;
        display: grid;
        height: 50px;
        place-content: center;
        font-family: "Roboto Condensed";
        font-size: 11px;
    }
}
.custom-search {
    color: #fff;
    display: flex;
    height: 50px;
    font-family: "Roboto Condensed";
    align-items: center;
    font-size: 16px;
    justify-content: flex-end;
}
input::placeholder {
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 16px;
    text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 425px) {
    input::placeholder {
        color: #fff;
        font-family: "Roboto Condensed";
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
    }
}
.custom-header {
    background-color: #fff;
    height: 170px;
    border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 320px) and (max-width: 425px) {
    .custom-header {
        background-color: #fff;
        height: auto;
    }
}
.custom-links {
    color: #f26521;
    gap: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    height: 170px;
    font-family: "Roboto Condensed";
    font-size: 14px;
}
@media (min-width: 320px) and (max-width: 768px) {
    .custom-links {
        height: 30px;
    }
    .banner-heading {
        text-align: center;
        height: 30px !important;
    }
}
.custom-logo {
    height: 60px;
    text-align: center;
    margin-top: 30px;
}
.custom-nav {
    margin: 0 auto;
    height: 60px;
    text-align: center;
    margin-top: 10px;
    width: max-content;
    text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 425px) {
    .custom-nav {
        margin: 0 auto;
        height: 60px;
        text-align: center;
        margin-top: 10px;
        width: max-content;
        text-transform: uppercase;
        z-index: 99;
    }
}
a.nav-link {
    color: #f26521 !important;
}
.custom-links a {
    color: #f26521;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: -60px;
}
.custom-links a:hover {
    text-decoration: none;
}
.sidenav .categories-link {
    height: 390px;
    overflow-y: auto;
}
a:hover {
    text-decoration: none;
}
.custom-help a {
    color: #fff;
    margin-left: 5px;
}
.viewbasket {
    font-family: "Roboto Condensed";
    font-size: 16px;
    color: #f26521;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
}
.banner {
    background-image: url(../img/2011-container-trolley-all.jpg);
    height: 530px;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
}
.banner-heading {
    font-size: 40px;
    color: #fff;
    font-family: "Roboto Condensed";
    font-weight: 400;
    text-transform: uppercase;
}
.sidenav {
    width: 100%;
    background: #fff;
    padding: 8px 0;
}
.sidenav a {
    padding: 6px 8px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    display: block;
    font-family: poppins !important;
    text-transform: capitalize;
}
.sidenav a i.fa.fa-angle-right {
    margin-right: 8px;
}
.sidenav .categories-link::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #000;
    border-radius: 0;
    background-color: #f5f5f5;
}
.sidenav .categories-link::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}
.sidenav .categories-link::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f26521;
}
.sidenav a:hover {
    color: #064579;
}
.custom-category {
    color: #f26521;
    font-size: 20px !important;
    font-family: poppins !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    padding: 5px;
}
.custom-product-heading {
    font-size: 16px;
    font-family: "Roboto Condensed";
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0 !important;
}
.btn-link-products {
    font-weight: 300 !important;
    color: #0092d1;
    background-color: transparent;
    text-align: center;
    justify-content: center;
    width: 100% !important;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
}
.custom-heading-text {
    font-size: 40px;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 769px) {
    .custom-heading-text {
        font-size: 25px;
        font-family: "Roboto Condensed";
        font-weight: 300;
    }
    .custom-subheading {
        color: #f26521;
        font-size: 25px;
        font-family: "Roboto Condensed";
        font-weight: 300;
        text-transform: uppercase;
    }
}
.custom-subheading {
    color: #f26521;
    font-size: 30px;
    font-family: "Roboto Condensed";
    font-weight: 300;
    text-transform: uppercase;
}
.custom-subheading1 {
    color: #0092d1;
    font-size: 30px;
    font-family: "Roboto Condensed";
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid #d9d9d9;
}
.custom-table tr {
    text-align: center;
}
p.custom-para {
    font-size: 20px;
    font-family: poppins !important;
    font-weight: 300;
    color: #000;
    line-height: 30px;
}
p.custom-para-2 {
    font-size: 20px;
    font-family: poppins !important;
    color: #000;
}
.li-custom {
    font-weight: 700;
}
.btn-load-more {
    background-color: #f26521;
    color: #fff;
    font-size: 20px;
    font-family: "Roboto Condensed";
    padding: 10px 29px;
    position: relative;
    top: -30px;
}
.btn-load-more:hover {
    background-color: #2d5c83;
    color: #fff;
    font-size: 20px;
    font-family: "Roboto Condensed";
    padding: 10px 29px;
    position: relative;
    top: -30px;
}
@media (min-width: 320px) and (max-width: 768px) {
    .btn-load-more {
        background-color: #f26521;
        color: #fff;
        font-size: 11px;
        font-family: "Roboto Condensed";
        padding: 10px 29px;
    }
    #breadcrumbs .breadcrumbs {
        font-size: 16px;
        line-height: 25px;
    }
    #breadcrumbs > .container {
        width: 100% !important;
    }
}
li.custom-para {
    font-size: 20px;
    font-family: poppins;
    font-weight: 300;
    padding: 10px;
}
.custom-select {
    width: 100%;
    border: 1px solid #707070;
    height: 45px;
}
.custom-hr {
    position: relative;
    left: -45px;
}
@media (min-width: 320px) and (max-width: 1024px) {
    .custom-hr {
        position: relative;
        left: -10px;
    }
}
.counter {
    width: 45%;
    display: flex;
    border: 1px solid #707070;
    position: relative;
    border-radius: 5px;
    height: 45px;
}
.counter input {
    width: 50px;
    border: 0;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    background: #fff;
    color: #707070;
    appearance: none;
    outline: 0;
}
.counter span {
    display: block;
    font-size: 25px;
    padding: 0 18px;
    cursor: pointer;
    color: #707070;
    user-select: none;
    text-align: center;
    margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 1440px) {
    .counter {
        width: 100%;
        margin: auto;
        display: flex;
        border: 1px solid #c2c2c2;
        position: relative;
        left: 0;
        border-radius: 5px;
    }
}
@media (min-width: 320px) and (max-width: 426px) {
    .counter span {
        display: block;
        font-size: 25px;
        padding: 0 40px;
        cursor: pointer;
        color: #c2c2c2;
        user-select: none;
        text-align: center;
        margin: 0 auto;
    }
}
.btn-add-cart {
    font-size: 16px;
    color: #fff;
    background-color: #0092d1;
    justify-content: center;
    font-family: "Roboto Condensed";
    padding: 10px 20px;
    text-transform: uppercase;
}
.btn-add-cart:hover {
    font-size: 16px;
    color: #fff;
    background-color: #3aa5d3;
    justify-content: center;
    font-family: "Roboto Condensed";
    padding: 10px 20px;
    text-transform: uppercase;
}
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}
.next,
.prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.next:hover,
.prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: rgba(216, 216, 216, 0.281);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
@media (min-width: 320px) and (max-width: 768px) {
    .dot {
        cursor: pointer;
        height: 10px;
        width: 10px;
        margin: 0 2px;
        background-color: rgba(216, 216, 216, 0.281);
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }
    p.custom-para {
        font-size: 12px;
        font-family: poppins !important;
        font-weight: 300;
        color: #000;
    }
    .custom-link-a {
        font-size: 30px;
        font-family: poppins;
        margin-top: 30px;
        margin-left: 0;
    }
    .custom-link-head {
        font-size: 22px;
        font-family: "Roboto Condensed";
        font-weight: 300 !important;
        color: #f26521;
    }
    .custom-pages {
        font-size: 15px !important;
        font-family: poppins;
        font-weight: 300;
        color: #000;
    }
    p.custom-para-2 {
        font-size: 12px;
        font-family: poppins !important;
        color: #000;
    }
    li.custom-para {
        font-size: 12px;
        font-family: poppins;
        font-weight: 300;
        padding: 10px;
    }
}
span.dot.active {
    background-color: #0092d1;
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
@media only screen and (max-width: 300px) {
    .next,
    .prev,
    .text {
        font-size: 11px;
    }
}
#button-addon1 {
    color: #020202;
}
i {
    color: #000;
}
.form-control::placeholder {
    font-size: 0.95rem;
    color: #aaa;
    font-style: italic;
}
.form-control.shadow-0:focus {
    box-shadow: none;
}
.footer {
    background-color: #fce0d4;
    margin-top: 50px;
}
.custom-pages {
    font-size: 20px;
    font-family: poppins;
    font-weight: 300;
    color: #000;
}
.custom-link-head {
    font-size: 26px;
    font-family: "Roboto Condensed";
    font-weight: 300 !important;
    color: #f26521;
}
.custom-link-a {
    font-size: 30px;
    font-family: poppins;
    margin-top: 30px;
    margin-left: 0;
}
.custom-table {
    overflow-x: auto;
}
.custom-search input[type="text"] {
    width: 75px !important;
    font-family: "Roboto Condensed" !important;
    background-color: #f26521 !important;
    font-size: 16px !important;
    letter-spacing: 2px !important;
    outline: 0 !important;
    text-transform: uppercase;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff !important;
    border: none !important;
    width: 70px;
    font-family: "Roboto Condensed";
    font-size: 16px;
    letter-spacing: 2px;
    outline: 0;
    box-shadow: none;
    color: #fff;
}
.custom-header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 65px;
    box-sizing: border-box;
}
.custom-header-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.custom-header #navigation .navbar .nav li a {
    color: #f26521 !important;
    font-weight: 400;
    padding: 0 9px;
    font-size: 16px;
    text-transform: uppercase;
}
.custom-header #navigation .navbar .nav li:last-child a {
    padding-right: 0;
}
.custom-links.justify-content-end {
    justify-content: end;
}
.footer .footer-sec-1-col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.footer .footer-sec-1 {
    padding: 50px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer .footer-sec-1-col:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 15.666667%;
    max-width: 15.666667%;
}
.footer .footer-sec-1-col:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    margin-right: 14px;
}
.footer .footer-sec-1-col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 22.5%;
    max-width: 22.5%;
    margin-left: 35px;
}
.footer .footer-sec-1-col:first-child img {
    margin-bottom: 30px;
}
.footer-sec-1-col ul.list-unstyled {
    margin: 0;
    padding: 0;
}
.footer-sec-1-col ul.list-unstyled li {
    list-style: none;
    margin-bottom: 20px;
}
.footer .footer-sec-1-col:first-child p.custom-para {
    padding-right: 30px;
    box-sizing: border-box;
}
.custom-link-a li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}
.footer .footer-sec-2 {
    padding: 0 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer .footer-sec-2 .footer-sec-2-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    align-items: center !important;
    display: flex;
}
.footer .footer-sec-2 .footer-sec-2-col:last-child {
    justify-content: flex-end;
    display: flex;
}
.footer-sec-2-col .custom-pages {
    margin-bottom: 0;
}
.footer .navbar .nav > li {
    float: none;
}
.footer #navigation .navbar .nav > li > a {
    font-size: 20px;
    font-family: poppins;
    font-weight: 300;
    color: #000;
    padding: 0;
}
.footer #navigation .navbar .nav > li {
    margin-bottom: 20px;
}
.footer #navigation .navbar .nav > li > a:hover {
    text-decoration: none;
}
.custom-links div#simplecart {
    margin-top: -60px;
}
#search .search-bt {
    display: none;
}
i.icon-shopping-cart {
    color: #f26521;
}
.featured-categories .thumbnail .link i.icon-chevron-right {
    display: none;
}
.custom-header #navigation.fixed .navbar .nav li a {
    color: #fff !important;
}
.custom-header #navigation.fixed .navbar ul.nav {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.cat-text-sec {
    position: relative;
    display: table;
    width: 1170px;
    height: 100%;
    left: -300px;
}
.cat-text-sec h2 strong {
    color: #f26521;
    font-size: 30px;
    font-family: "Roboto Condensed";
    font-weight: 300;
    text-transform: uppercase;
}
.cat-text-sec p {
    font-size: 20px;
    font-family: poppins !important;
    font-weight: 300;
    color: #000;
    line-height: 30px;
}
#navigation .navbar .nav > li > .dropdown-menu li a {
    color: #fff !important;
    padding: 7px 10px;
}
section.page-sidebar.pull-right .row-fluid .product-info .row-fluid:last-child {
    position: initial;
    width: initial;
    height: initial;
}
section.page-sidebar.cart-single .title h1 {
    font-size: 35px !important;
    line-height: 45px;
}
section.page-sidebar.pull-right .row-fluid .product-info .row-fluid:last-child .span8.title {
    width: 100%;
}
section.page-sidebar.cart-single .span4.prod-price {
    width: 100%;
    margin-left: 0;
    color: #0092d1;
    margin-top: 10px;
    text-align: left;
}
section.page-sidebar.cart-single .row-fluid .product-info .inner.darken {
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 20px;
}
section.page-sidebar.cart-single .row-fluid .product-info span.quantity {
    margin: 25px 0 20px;
    display: table;
}
section.page-sidebar.cart-single .row-fluid .product-info span.quantity input[type="text"] {
    width: 100px;
    padding: 7px 15px;
    margin-bottom: 0;
    border: 1px solid #707070;
    border-radius: 5px;
}
section.page-sidebar.cart-single {
    margin-left: 0 !important;
    width: 100%;
}
section.cart-single .row-fluid .row-fluid:last-child {
    position: initial !important;
    height: initial !important;
    width: 100% !important;
}
section.cart-single section.widget ul li a {
    font-size: 40px;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    background: #fff !important;
    border: none !important;
    color: #000 !important;
    font-weight: 600 !important;
}
section.cart-single section.widget .tab-content {
    border: none !important;
}
section.cart-single section.widget .tab-content div#description {
    background: #fff;
    border: none !important;
}
section.cart-single section.widget .tab-content div#description p {
    font-size: 20px;
    font-family: poppins !important;
    font-weight: 300;
    color: #000;
}
.container {
    width: 85% !important;
}
.navbar-inner {
    display: grid;
    place-items: center;
}
section.custom-header .custom-header-row #navigation .navbar-inner .custommenu-img {
    display: none;
}
section.page-sidebar.pull-right h1 strong {
    font-size: 40px;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}
section.page-sidebar.pull-right h2 strong {
    color: #f26521;
    font-size: 30px;
    font-family: "Roboto Condensed";
    font-weight: 300;
    text-transform: uppercase;
}
section.page-sidebar.pull-right .shop-result {
    display: none !important;
}
p.custom-para a {
    color: #000;
}
@media all and (max-width: 767px) and (min-width: 320px) {
    section.custom-top {
        padding: 0;
    }
    section.top-head.custom-top {
        padding: 0;
    }
    section.top-head.custom-top .span4:nth-child(2) {
        display: none;
    }
    section.top-head.custom-top .span4 {
        width: 50%;
        float: left;
    }
    section.top-head.custom-top h6.custom-help {
        display: flex;
        font-size: 14px;
        width: 200px;
    }
    section.custom-header .custom-header-row {
        padding: 0;
        flex-direction: column;
        align-items: center;
    }
    .custom-header-col:first-child {
        display: none;
    }
    .custom-header-col {
        flex: 100%;
        max-width: 100%;
        width: 100%;
    }
    section.custom-header .custom-header-row #navigation .navbar .nav {
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
        background: #f26521;
        top: 76px;
        display: none;
    }
    section.custom-header .custom-header-row #navigation .navbar .nav li {
        width: 100%;
        float: left;
    }
    section.custom-header .custom-header-row #navigation .navbar .nav li a {
        padding: 8px 0;
        text-align: center;
        color: #fff !important;
    }
    section.custom-header .custom-header-row #navigation .navbar .nav li a:hover {
        background: #fff;
        color: #f26521 !important;
    }
    section.custom-header .custom-header-row #navigation {
        margin-top: 0;
    }
    section.custom-header .custom-header-row #navigation .navbar-inner {
        margin: 0;
    }
    section.custom-header .custom-header-row #navigation .navbar-inner img {
        display: block;
        width: 18px;
        height: 20px;
        filter: invert(18%) sepia(87%) saturate(1874%) hue-rotate(190deg) brightness(102%) contrast(101%);
        margin-right: 7px;
    }
    section.custom-header .custom-header-row #navigation .navbar-inner .custommenu-img {
        position: absolute;
        left: 20px;
        top: 34px;
        cursor: pointer;
        display: flex;
    }
    section.custom-header .custom-header-row #navigation .navbar-inner .custommenu-img span {
        color: #f26521;
        font-size: 16px;
    }
    .custom-links div#simplecart {
        margin-top: -30px;
        margin-right: 10px;
    }
    .banner {
        height: 390px;
    }
    section.page-sidebar.pull-right .row-fluid .row-fluid:last-child table thead tr th {
        padding: 0;
        font-size: 14px;
    }
    section.page-sidebar.pull-right .row-fluid .row-fluid:last-child table tbody tr td {
        padding: 3px;
        font-size: 14px;
    }
    section.page-sidebar.pull-right .row-fluid .row-fluid:last-child {
        position: initial;
        width: 100%;
        height: initial;
        left: auto;
        text-align: center;
    }
    section.page-sidebar.pull-right .row-fluid .row-fluid:last-child h1 {
        font-size: 30px !important;
        text-align: left;
    }
    section.page-sidebar.pull-right .row-fluid .row-fluid:last-child h2 {
        font-size: 24px;
    }
    section.page-sidebar.pull-right .row-fluid .row-fluid:last-child p {
        font-size: 16px;
    }
    section.page-sidebar.pull-right .row-fluid .row-fluid:last-child ul li {
        font-size: 16px;
    }
    aside.span3.sidebar.pull-left {
        margin-top: 35px;
    }
    .footer .footer-sec-1 {
        display: flex;
        flex-direction: column;
        padding: 50px 20px 0;
        text-align: center;
    }
    .footer .footer-sec-1-col:first-child {
        flex: 100%;
        max-width: 100%;
    }
    .footer .footer-sec-1-col:nth-child(2) {
        flex: 100%;
        max-width: 100%;
    }
    .footer .footer-sec-1-col:nth-child(3) {
        flex: 100%;
        max-width: 100%;
    }
    .footer .footer-sec-1-col:last-child {
        flex: 100%;
        max-width: 100%;
    }
    .footer .footer-sec-1-col:first-child p.custom-para {
        width: initial !important;
        padding: 0;
        text-align: center;
    }
    .footer .footer-sec-1-col:first-child p.custom-para br {
        display: none;
    }
    .footer .footer-sec-1-col:nth-child(2) #navigation .navbar .nav {
        display: block;
    }
    .footer .footer-sec-1-col:last-child {
        margin: 0;
    }
    .footer .footer-sec-1-col {
        margin-bottom: 25px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .footer #navigation .navbar-inner {
        display: block;
        position: relative;
        height: initial !important;
        width: 100%;
        float: left;
        margin-bottom: 0;
    }
    .footer-sec-1-col ul.list-unstyled li {
        font-size: 16px !important;
    }
    .footer .footer-sec-1-col p.custom-para {
        font-size: 16px;
    }
    .footer .footer-sec-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer .footer-sec-2 .footer-sec-2-col {
        flex: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .footer-sec-2-col .custom-pages {
        text-align: center;
    }
    .footer .footer-sec-1-col:nth-child(2) #navigation .navbar .nav li a {
        font-size: 16px;
    }
    section.span9.page-sidebar.pull-right {
        order: 2;
    }
    aside.span3.sidebar.pull-left {
        order: 1;
    }
    div#container .container .row-fluid {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .res-menu-title {
        top: 35px;
        color: #f26521;
    }
    section.custom-header .custom-header-row #navigation .navbar .nav li.open a.dropdown-toggle {
        background: #fff;
    }
    section.custom-header .custom-header-row #navigation .navbar .nav li ul.dropdown-menu {
        left: 0;
        width: 100%;
    }
    .footer #navigation .navbar .nav > li ul.dropdown-menu {
        width: 100%;
        left: 0;
        top: 26px;
    }
    .cat-text-sec {
        position: initial;
        width: 100%;
    }
    section.cart-single section.widget {
        text-align: left;
    }
    .footer .res-menu-wrap {
        display: none;
    }
    section.cart-single .row-fluid.small {
        display: block !important;
    }
    section.cart-single .row-fluid.small .span2.thumbnail {
        margin-bottom: 0;
        width: 33%;
        float: left;
    }
    section.page-sidebar.pull-right iframe {
        width: 100%;
        height: 100%;
    }
    section.page-sidebar.pull-right h1 strong {
        font-size: 30px;
    }
    section.page-sidebar.pull-right {
        margin-top: 30px;
    }
    section.page-sidebar.pull-right h2 strong {
        font-size: 25px;
        font-weight: 400;
    }
    .cat-text-sec table tr td p {
        font-size: 14px;
    }
    .cat-text-sec table thead tr th {
        font-size: 14px;
    }
    .cat-text-sec table tbody tr td {
        font-size: 14px;
    }
    .cat-text-sec table {
        width: 100% !important;
    }
}