/* ==========================================================================
   Main Screen CSS  === Table of contents ===================================

  * == Core CSS ==
  *
  * Base ................ Global classes, wp defaults
  * Colors .............. Define defaul colors
  * Typography .......... (H1-6), code, span, etc
  * Form ................ Form builder, search, submition, etc.
  * Tables .............. Simple and Fancy tables like pricing tables
  * Buttons ............. All kind of buttons, social links
  * Animations .......... Define animations (keyframes)
  *
  * == Components ==
  *
  * Header ................ Base header elements: logo, menu
  * Footer ................ Big and Small area in footer
  * Boxes ................. All models of boxes
  * Sidebar ............... All widgets
  * Icons ................. Define the icons used in the project
  * UI .................... Elements used as shortcode & custom posts
  * JS plugins ............ Css helper for javascripts plugins
  * Responsivness ......... Css for site responsivness
*/

@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: top;
}

body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #191919;
    line-height: 1.5em;
}

a {
    outline: none;
    font-family: 'Open Sans', sans-serif;
}

hr {
    background: #ccc;
    height: 1px;
    display: block;
    margin: 0 0 80px 0;
    padding: 0;
    border: 0;
}

.no-margin {
    margin: 0;
}

a:focus {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #ff5113;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #161616;
    line-height: 1.5em;
    margin: 0 0 20px;
}

p {
    color: #757575;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.7em;
    font-family: 'Open Sans', sans-serif;
}
img{
    height: auto;
    max-width: 100%;
    *zoom: 1;
}

iframe {
    width: 100%;
}

input,
textarea {
    font-family: 'Open Sans', sans-serif;
}
.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

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

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.white {
    color: #fff;
}

.dark {
    color: #121212;
}

.site-title {
    color: #161616;
    position: relative;
    font-size: 25px;
    margin-bottom: 40px;
    line-height: 1.5em;
    text-transform: uppercase;
    border-bottom: 1px dotted #ff5113;
}

.site-title span {
    display: inline-block;
    margin-bottom: -1px;
    padding: 0 1px 4px;
    border-bottom: 5px solid #ff5113;
    *zoom: 1;
    *display: inline;
}

.site-title-right {
    color: #161616;
    position: relative;
    font-size: 25px;
    margin-bottom: 40px;
    line-height: 1.5em;
    text-align: right;
    text-transform: uppercase;
    border-bottom: 1px dotted #ff5113;
}

.site-title-right span {
    display: inline-block;
    margin-bottom: -1px;
    padding: 0 1px 4px;
    border-bottom: 5px solid #ff5113;
    *zoom: 1;
    *display: inline;
}

.content {
    padding-bottom: 50px;
}
.content .col-md-7 iframe {
    height: 400px;
}
.content .col-md-9 iframe {
    height: 478px;
}
.container .container {
    width: 100%;
    padding: 0;
}
/* === START ANIMATIONS === */

.our-team-section .team-member .member-image .image-hover,
.main-sidebar .widget-categories ul li a:before,
i,
input,
.filter-area .filter-item .filter-item-hover.filter-item-hover-video,
.filter-area .filter-item .filter-item-hover,
.the-slider .slide-arrows .slide-left,
.the-slider .slide-arrows .slide-right,
textarea,
a {
    outline: none;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}
/* ===  END ANIMATIONS === */
/* === START HEADER === */

.header {
    border-top: 6px solid #242626;
    margin-bottom: 25px;
}

.header-top-line {
    background: url('../images/borderline.png') top left;
    height: 6px;
}

.header-top {
    background: #f1f1f1;
}

.header-top-info,
.header-top-socials {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.header-top-socials li {
    display: inline-block;
    list-style: none;
    border-right: 1px solid #e1e1e1;
    *zoom: 1;
    *display: inline;
}

.header-top-socials li:last-child {
    border-right: 0;
}

.header-top-socials li a {
    display: block;
    width: 30px;
    height: 28px;
    text-align: center;
    line-height: 1.5em;
    padding-top: 6px;
    color: #ccc;
    font-size: 17px;
}

.header-top-socials li a:hover {
    color: #ff5113;
}

.header-top-info li {
    list-style: none;
    font-size: 12px;
    color: #9b9b9b;
    line-height: 1.5em;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    padding-left: 24px;
    padding-top: 5px;
    *zoom: 1;
    *display: inline;
}

.header-top-info li a {
    color: #9b9b9b;
}

.header-top-info li i {
    top: 0;
    left: 0;
    margin-top: 2px;
    position: absolute;
    color: #cccccc;
    font-size: 16px;
    line-height: 1.5em;
}

.top-search-form {
    margin: 0;
    padding: 0;
    position: relative;
}

.top-search-form i {
    z-index: 2;
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    position: absolute;
    font-size: 16px;
    padding-top: 3px;
    line-height: 1.5em;
    left: 0;
    top: 0;
}

.top-search-form .search-button {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: none;
    z-index: 3;
    width: 30px;
    height: 30px;
}

.top-search-form .search-line {
    width: 100%;
    padding: 5px 10px 5px 40px;
    font-size: 14px;
    line-height: 1.5em;
    max-height: 30px;
    background: #cccccc;
    color: #fff;
    z-index: 1;
}

.top-cart {
    position: relative;
    float: right;
}

.top-cart .cart-inside {
    position: absolute;
    border: 1px solid #ccc;
    background: #f9f9f9;
    top: 0;
    right: 0;
    display: none;
    width: 240px;
    padding: 10px;
    margin: 44px 0 0 0;
    z-index: 999;
}

.top-cart .cart-inside li {
    list-style: none;
    padding: 0;
    display: block;
    margin: 0;
    text-align: left;
    position: relative;
}
.top-cart .cart-inside li a {
    width: auto;
    height: auto;
    display: block;
}

.top-cart .cart-inside li h5 {
    text-align: center;
    margin: 0 0 10px;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    font-weight: 700;
    line-height: 1.5em;
    color: #777;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.top-cart .cart-inside .cart-total-price {
    display: block;
    text-align: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: -11px -10px 10px;
    color: #999;
    font-size: 14px;
    line-height: 1.5em;
    text-transform: uppercase;
    padding: 10px 20px;
}

.top-cart .cart-inside .cart-total-price span {
    float: right;
    color: #666;
}

.top-cart .cart-inside .cart-button {
    padding: 3px 6px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    width: 100%;
    background: #d9d9d9;
    *zoom: 1;
    *display: inline;
}

.top-cart .cart-inside .cart-button:hover {
    background: #bdbdbd;
}

.top-cart .cart-inside .cart-button-2 {
    float: right;
}

.top-cart .cart-inside .cart-button-2:hover {
    background: #484848 !important;
}

.top-cart .cart-inside .cart-item-li {
    padding-left: 60px;
    min-height: 75px;
    margin-bottom: 10px;
}

.top-cart .cart-inside .cart-item-li .cart-product-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    margin: 0;
    padding: 0;
}

.top-cart .cart-inside .cart-item-li .cart-product-img img {
    width: 50px;
    height: 50px;
    border: 0;
}

.top-cart .cart-inside .cart-item-li .cart-product-delete {
    float: right;
    display: block;
    text-align: center;
    background: none;
    color: #ccc;
    font-size: 12px;
}

.top-cart .cart-inside .cart-item-li .cart-product-delete:hover {
    color: #888;
}

.top-cart .cart-inside .cart-item-li h6 {
    font-weight: 400;
    background: none;
    padding: 0;
    margin: 0 15px 0 0;
}

.top-cart .cart-inside .cart-item-li h6 a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.top-cart .cart-inside .cart-item-li p {
    margin: 0 15px 0 0;
    padding: 0;
}

.top-cart .cart-inside .cart-item-li a {
    background: none;
    text-transform: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
}
.top-cart .cart-inside .cart-item-li a:hover {
    color: #000;
    border-bottom: 1px dotted;
}

.top-cart a {
    font-size: 18px;
    line-height: 1.5em;
    padding-top: 13px;
    display: block;
    position: relative;
    text-align: center;
    color: #2c2c2c;
    height: 44px;
    width: 44px;
    background: #f1f1f1;
}

.top-cart a:hover {
    background: #ff5113;
    color: #fff;
}

.top-cart .cart-qty {
    background: #ff5113;
    font-size: 12px;
    padding-top: 1px;
    color: #fff;
    position: absolute;
    width: 20px;
    text-align: center;
    height: 20px;
    line-height: 1.5em;
    top: 0;
    right: 0;
    margin: -8px -8px 0 0;
    border-radius: 100%;
}

.header .logo {
    padding: 25px 0;
}

.header .logo a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.main-nav {
    text-align: right;
    padding-top: 33px;
}

.main-nav ul {
    margin: 0;
    padding: 0 80px 0 0;
    font-size: 0;
}

.main-nav ul li {
    list-style: none;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    *zoom: 1;
    *display: inline;
}
.main-nav ul li ul li ul,
.main-nav ul li ul {
    position: absolute;
    background: #f8f8f8;
    padding: 10px 0;
    z-index: 999;
    min-width: 150px;
    display: none;
}
.main-nav ul li ul li ul {
    left: 100%;
    top: 0;
    margin: -10px 0 0 0;
}
.main-nav ul li ul li ul li a {
    text-transform: uppercase;    
}
.main-nav ul li:hover>ul:hover>ul,
.main-nav ul li:hover>ul {
    display: block;
}

.main-nav ul li ul li {
    display: block;
    text-align: left;
}

.main-nav ul li ul li a {
    text-transform: none;
    font-size: 13px;
    padding: 5px 30px 5px 10px;
    font-family: 'Open Sans', sans-serif;
}

.main-nav ul li ul li {
    margin: 0;
}

.main-nav ul li a {
    display: block;
    font-size: 16px;
    color: #2c2c2c;
    font-family: 'Oswald', sans-serif;
    line-height: 1.5em;
    padding: 10px;
    text-transform: uppercase;
}
.main-nav ul li.current-menu-ancestor>a,
.main-nav ul li.current-menu-parent>a,
.main-nav ul li.current_page_item>a,
.main-nav ul li.active>a,
.main-nav ul li a:hover {
    background: #ff5113;
    color: #fff;
}
/* === END HEADER === */

/* === START SERVICES === */
.one-service {
    margin-bottom: 50px;
}

.one-service h4 {
    color: #515151;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5em;
    text-transform: uppercase;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    padding-top: 5px;
    padding-left: 45px;
}

.one-service h4 i {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    border: 2px solid #515151;
    color: #515151;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 15px;
    padding-top: 4px;
    line-height: 1.5em;
}

.one-service h4 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
}

.one-service p {
    color: #515151;
    font-size: 14px;
    line-height: 1.7em;
}
/* === END SERVICES === */
/* === START STATISTICS === */

.statistics {
    padding: 25px 0 5px;
    margin-bottom: 80px;
    background: #f5f5f5;
    text-align: center;
}

.statistics p {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.statistics .statistic {
    border-radius: 100%;
    border: 2px solid #515151;
    width: 120px;
    height: 120px;
    color: #515151;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    padding-top: 3px;
    margin: 0 auto 15px;
}

.statistics .statistic span {
    display: block;
    border: 2px solid;
    border-radius: 100%;
    width: 110px;
    height: 110px;
    padding-top: 41px;
    margin: auto;
}
/* === END STATISTICS === */
/* === START TEAM SECTION === */

.our-team-section {
    padding-bottom: 80px;
}

.our-team-section .team-member {
    margin-bottom: 50px;
    text-align: center;
}

.our-team-section .team-member .member-image {
    background: #ff5113;
    margin-bottom: 20px;
    position: relative;
}
.our-team-section .team-member .member-image img {
    width: 100%;
    height: auto;
}

.our-team-section .team-member .member-image .image-hover {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=0);
}

.our-team-section .team-member .member-image:hover .image-hover {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 100;
}

.our-team-section .team-member .member-image .image-hover h4 {
    display: block;
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.5em;
    background: rgba(0, 0, 0, 0.5);
    right: 0;
    letter-spacing: 1px;
    padding: 5px;
}

.our-team-section .team-member .member-image .image-hover p {
    color: #515151;
    font-size: 15px;
    line-height: 1.5em;
    padding: 20px;
    background: #fff;
    position: absolute;
    min-height: 128px;
    margin: 0 auto -128px;
    left: 0;
    right: 0;
    bottom: 0;
}

.our-team-section .team-member .socials {
    margin: 0;
    position: relative;
    padding: 0 0 20px 0;
    z-index: 99;
}

.socials {
    text-align: center;
    padding: 0;
    margin: 0 0 20px 0;
}

.socials li {
    list-style: none;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.socials li a {
    display: block;
    padding-top: 7px;
    text-align: center;
    width: 36px;
    height: 36px;
    color: #bcbcc4;
    margin: 0 3px;
    font-size: 20px;
    line-height: 1.5em;
    border: 2px solid #bcbcc4;
    border-radius: 100%;
}

.socials li a:hover {
    color: #5dc8ff;
    border: 2px solid #5dc8ff;
}
/* === END TEAM SECTION === */
/* === START CART PAGE === */

.cart-page .adds {
    margin-bottom: 40px;
}

.cart-page .cart-tabs {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 0;
}

.cart-page .cart-tabs li {
    list-style: none;
    width: 20%;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #f6f6f6;
    *zoom: 1;
    *display: inline;
}

.cart-page .cart-tabs li a {
    color: #727272;
    display: inline-block;
    padding: 0 25px 6px 0;
    border-bottom: 3px solid #c5c5c5;
}

.cart-page .cart-table-top {
    border: 1px solid #e1e1e1;
    margin: -1px 0 0 0;
}

.cart-page .cart-table-top li.align-right {
    text-align: right;
}
.cart-page .cart-table-top li.col-md-3.align-right {
    padding-right: 10px;
}
.cart-page .cart-table-top li {
    list-style: none;
    padding: 10px 0;
    text-align: center;
    color: #666;
    text-transform: uppercase;
}

.cart-page .cart-table {
    border: 1px solid #e1e1e1;
    margin: -1px 0 0 0;
}

.cart-page .cart-table-top .align-left,
.cart-page .cart-table .align-left {
    text-align: left;
}

.cart-page .cart-table a {
    color: #333;
    display: block;
    font-size: 14px;
    margin: 0 0 5px 0;
}

.cart-page .cart-table a i {
    font-size: 15px;
    padding-top: 3px;
    color: #ccc;
}

.cart-page .cart-table a:hover i {
    color: #999;
}

.cart-page .cart-table .align-left p {
    margin: 0 0 5px 0;
    font-size: 13px;
}

.cart-page .cart-table .align-left ul {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 13px;
    line-height: 1em;
    display: block;
    color: #eee;
}

.cart-page .cart-table .align-left ul li {
    list-style: none;
    display: inline-block;
    padding: 0;
    color: #999;
    *display: inline;
    *zoom: 1;
}

.cart-page .cart-table li {
    list-style: none;
    padding: 15px 0;
    text-align: center;
    color: #515151;
}

.cart-page .cart-table li img {
    max-width: 100px;
}

.cart-quantity {
    width: 60px;
    margin: 0 auto;
}
.cart-quantity input {
    border: 1px solid #e1e1e1;
    padding: 2px;
    max-width: 100%; 
}

.cart-quantity .plus {
    width: 24px;
    height: 29px;
    text-align: center;
    background: #f6f6f6;
    font-size: 18px;
    color: #515151;
    border: 1px solid #cccccc;
    margin-left: -20px;
}

.cart-quantity .minus {
    width: 24px;
    height: 29px;
    text-align: center;
    background: #f6f6f6;
    font-size: 18px;
    color: #515151;
    border: 1px solid #ccc;
}

.cart-quantity .qty-nr {
    width: 50px;
    height: 29px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    color: #515151;
    margin-left: -5px;
    border: 1px solid #ccc;
}

.cart-config {
    margin: 50px -15px;
}

.button-2,
.button-1 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #515151;
    font-size: 16px;
    background: #f6f6f6;
    line-height: 1.5em;
    padding: 10px;
    border: 1px solid #ccc;
    outline: none;
}

.button-2 {
    color: #fff;
    border: 0;
    border: 1px solid;
}

.button-2:hover {
    background: #fff;
}

.button-1:hover {
    color: #333;
    background: #e1e1e1;
}

.cart-page .panel {
    border-radius: 0;
    box-shadow: 0 0 0 #000;
}

.cart-page .panel-heading {
    border: 0;
    padding: 0;
}

.cart-page .panel-default {
    border: 0;
}

.cart-page .panel-heading a {
    display: block;
    padding: 11px;
}

.cart-page .panel-default > .panel-heading {
    background: none;
}

.cart-page .panel-body {
    padding: 15px 0;
}

.cart-page .checkout-top {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.cart-page .checkout-top select,
.cart-page .checkout-top input,
.cart-page .cart-config select,
.cart-page .cart-config input,
.cart-page .cart-config a.alt {
    display: block;
    width: 100%;
    outline: none;
    background: none;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    color: #333;
    padding: 10px;
}
.cart-page .checkout-top {
    margin-top: -20px;
}

.billing-form .panel-default > .panel-heading h4,
.cart-page .checkout-top .panel-default > .panel-heading h4 {
    font-size: 12px;
}

.billing-form .panel-default > .panel-heading h4 a,
.cart-page .checkout-top .panel-default > .panel-heading h4 a {
    padding: 10px 0;
}

.billing-form {
    margin-bottom: 40px;
}

.billing-form p {
    font-size: 12px;
    margin: 0;
}

.billing-form p label {
    font-weight: 400;
}

.billing-form input {
    display: block;
    width: 100%;
    outline: none;
    background: none;
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 5px;
}

.payment-method {
    margin-bottom: 40px;
}

.payment-method li {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    vertical-align: bottom;
    line-height: 1.5em;
    list-style: none;
}

.payment-method li p {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    padding-left: 22px;
    font-style: italic;
    padding-top: 3px;
}

.payment-method li label {
    margin: 0;
    vertical-align: bottom;
    cursor: pointer;
}

.payment-method li label input {
    margin: 0 6px 1px 0;
    vertical-align: bottom;
}
/* === END CART PAGE === */
/* === START THE SLIDER === */

.home-page .the-slider {
    margin-top: -20px;
}

.the-slider {
    margin-bottom: 50px;
    position: relative;
}

.the-slider ul li {
    list-style: none;
}

.the-slider .slide-text {
    position: absolute;
    z-index: 13;
    max-width: 1140px;
    margin: -100px auto 0;
    left: 0;
    display: inline-block;
    text-align: center;
    right: 0;
    top: 50%;
}

.the-slider .slide-text h2,
.the-slider .slide-text h1 {
    color: #fff;
    line-height: 1.2em;
    font-size: 60px;
    font-weight: 400;
    display: block;
    margin: 0 auto 30px;
    text-transform: uppercase;
}

.the-slider .slide-text h4 {
    font-size: 30px;
    color: #fdfafa;
    font-weight: 400;
    margin-bottom: 25px;
}

.the-slider .slide-text h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.the-slider .slide-text .site-title {
    margin: 0 auto 10px;
}

.the-slider .the-bullets-dots {
    bottom: 0;
    margin: 0 auto -30px;
    position: absolute;
    text-align: center;
    z-index: 5;
    left: 0;
    right: 0;
}

.the-slider .the-bullets-dots li {
    margin: 0 6px;
    display: inline-block;
    background: none;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 30px;
    border: 2px solid #999;
}

.the-slider .the-bullets-dots li.active {
    border: 2px solid #555;
    background: #555;
    width: 10px;
    height: 10px;
}

.the-slider .slide-arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    right: 0;
    z-index: 6;
    margin: auto;
}

.the-slider .slide-arrows .slide-left {
    width: 60px;
    display: block;
    height: 60px;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-top: -29px;
    left: 0;
    margin-left: 30px;
    background: url('../images/slider-arrows.png') no-repeat top left;
}

.the-slider .slide-arrows .slide-right {
    width: 60px;
    display: block;
    height: 60px;
    cursor: pointer;
    opacity: 0.5;
    margin-top: -29px;
    overflow: hidden;
    right: 0;
    position: absolute;
    filter: alpha(opacity=50);
    margin-right: 30px;
    background: url('../images/slider-arrows.png') no-repeat top right;
}

.the-slider .slide-arrows .slide-right:hover,
.the-slider .slide-arrows .slide-left:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
/* === END THE SLIDER === */
/* === START THE CAROUSEL === */

.the-carousel {
    margin-bottom: 50px;
    position: relative;
}
.the-carousel .post-cover iframe {
    width: 100%;
    height: 342px;
}
.the-carousel .site-title i {
    float: right;
    margin-top: 13px;
    width: 30px;
    height: 30px;
    display: block;
    padding-top: 2px;
    line-height: 1em;
    color: #fff;
    margin-left: 2px;
    cursor: pointer;
    text-align: center;
    background: #ff5113;
}

.the-carousel .site-title i.disabled {
    background: #e1e1e1 !important;
}

.the-carousel .tesla-carousel-items {
    overflow: hidden;
}
/* === END THE CAROUSEL === */
/* === START BLOG POST === */
.blog-section .post-cover iframe {
    width: 100%;
    height: 468px;
}
.blog-post {
    margin-bottom: 40px;
}

.blog-post .post-cover {
    margin-bottom: 20px;
}

.blog-post .post-cover iframe {
    width: 100%;
}

.blog-post .post-header {
    margin-bottom: 15px;
}

.blog-post .post-content p {
    color: #949494;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.8em;
}

.blog-post .post-header p {
    margin: 0 0 10px 0;
}

.blog-post .post-header h3 {
    text-transform: none;
    color: #333;
    font-size: 18px;
    line-height: 1.5em;
    margin: 0;
}

.blog-post .post-header h3 a {
    color: #333;
}

.blog-post .post-header h2 {
    text-transform: none;
    margin: 0;
    color: #515151;
    font-family: 'Open Sans', sans-serif;
}

.blog-post .post-header h2 a {
    color: #515151;
}

.blog-post .post-footer {
    padding: 8px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.blog-post .post-footer p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5em;
    padding-right: 70px;
    color: #959595;
}

.blog-post .post-footer p a {
    color: #555;
}
.blog-post .post-footer p a:hover {
    color: inherit;
}

.blog-post .post-footer .post-comments {
    float: right;
    font-size: 11px;
    display: block;
    line-height: 1.5em;
    color: #555;
    text-transform: uppercase;
}

.blog-post .share-this-post {
    margin: 0 0 15px 0;
    padding: 10px 0;
    display: block;
}

.blog-post .share-this-post li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 13px;
    line-height: 1.5em;
    margin-right: 10px;
}

.blog-post .share-this-post li a {
    color: #999;
    cursor: pointer;
}

.blog-post .share-this-post li a i {
    font-size: 16px;
    line-height: 1.3em;
    margin-right: 6px;
}

.blog-post .share-this-post li a:hover {
    color: #ff5113;
}

.blog-post .share-this-post li a i.fa-twitter {
    color: #55acee;
    font-size: 18px;
    line-height: 1.1em;
}

.blog-post .share-this-post li a i.fa-facebook {
    color: #3b5998;
}

.blog-post .share-this-post li a i.fa-google-plus {
    color: #ff5113;
}
.post-cotent input {
    border: 1px solid rgba(0,0,0,0.3);
    padding: 3px 10px;
}
/* === END BLOG POST === */
/* === START FILTER AREA === */

.filter-area {
    margin-bottom: 50px;
    position: relative;
}

.filter-area .filter-box {
    margin-bottom: 20px;
}

.filter-area .filter-box .filter {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.filter-area .filter-box .filter li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #d0d0d0;
    padding-right: 10px;
    margin-right: 10px;
    *zoom: 1;
    *display: inline;
}

.filter-area .filter-box .filter li:last-child {
    border-right: 0;
    padding-right: 0;
    border-right: 0;
}

.filter-area .filter-box .filter li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #a7a7a7;
    padding: 2px 4px;
}

.filter-area .filter-box .filter li a.active {
    background: #ff5113;
    color: #fff;
}

.filter-area .no-margin .col-md-3 {
    padding: 0;
}

.filter-area .filter-item {
    position: relative;
    overflow: hidden;
}
.filter-area .filter-item p {
    margin: 0;
}
.filter-area .filter-item iframe {
    width: 100%;
    height: 285px;
}
.filter-area .filter-item .filter-item-hover p {
    margin: 0 0 15px;
}
.filter-area .filter-item .filter-item-hover {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 25px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.filter-area .filter-item:hover .filter-item-hover.filter-item-hover-video,
.filter-area .filter-item:hover .filter-item-hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.filter-area .filter-item .filter-item-hover.filter-item-hover-video {
    background: none;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.filter-area .filter-item .filter-item-hover.filter-item-hover-video h4,
.filter-area .filter-item .filter-item-hover.filter-item-hover-video p {
    display: none;
}
.filter-area .filter-item .filter-item-hover.filter-item-hover-video a {
    background: rgba(0, 0, 0, 0.8);
    display: block;
    text-align: left;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    height: 40px;
    z-index: 7;
    padding: 10px;
}
.filter-area .filter-item h4 {
    margin: 0 0 10px 0;
    text-transform: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 700;
}

.filter-area .filter-item p {
    font-size: 12px;
    color: #ccc;
    line-height: 1.7em;
    font-weight: 400;
}

.filter-area .filter-item h4 a {
    color: #fff;
}

.filter-area .filter-item .read-more-link {
    font-weight: 700;
}

.filter-area .filter-item .read-more-link:hover i {
    padding-left: 10px;
}

.filter-area .filter-item .read-more-link i {
    padding-top: 3px;
    padding-left: 5px;
    font-size: 12px;
    line-height: 1.5em;
}
/* === END FILTER AREA === */
/* === START MAIN SIDEBAR === */

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    font-size: 13px;
    line-height: 1.5em;
}
.woocommerce-product-search {
    position: relative;
}
.woocommerce .star-rating {
    margin: 5px 0;
}
.woocommerce-product-search label {
    display: block;
}
.woocommerce-product-search input[type="submit"] {
    padding: 4px 10px;
    width: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    border: 1px solid rgba(0,0,0,0.3);
}
.woocommerce-product-search input[type="submit"]:hover {
    background: rgba(0,0,0,0.3);
}
.woocommerce-product-search .search-field {
    padding: 4px 65px 4px 6px;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.3);
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
}
.widget .fb_iframe_widget {
    overflow: hidden;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.3); 
}
.widget .fb_iframe_widget span {
    margin: -1px;
}
.widget_categories ul li,
.widget_archive ul li {
    min-height: 21px;
    text-align: right;
    color: #515151;
    line-height: 1.5em;
    font-size: 13px;
}
.widget_categories ul li a,
.widget_archive ul li a {
    float: left;
    color: #515151;
}
.widget_archive label {
    color: #515151;
}
.main-sidebar .widget {
    background: #f6f6f6;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}
.main-sidebar .widget select {
    width: 100%;
    outline: none;
    padding: 5px 10px;
    border: 1px solid rgba(0,0,0,0.3);
}
.main-sidebar .widget ul li ul {
    margin: 10px 0 10px 10px;
}
.main-sidebar .widget-contact a {
    color: #767676;
}

.main-sidebar .widget-contact a:hover {
    color: #ff5113;
}

.main-sidebar .widget-contact p {
    margin: 0;
    font-style: italic;
    line-height: 1.8em;
    font-size: 13px;
    color: #767676;
}

.main-sidebar .widget-contact b {
    font-style: normal;
}

.main-sidebar .widget.widget-adds {
    background: none;
}
.main-sidebar .widget.facebook-box {
    padding: 0;
    background: none;
}

.main-sidebar .widget.widget-adds a {
    display: block;
}

.main-sidebar .widget.widget-adds img,
.main-sidebar .widget.facebook-box iframe {
    width: 100%;
}

.main-sidebar .widget .widget-title {
    color: #666666;
    font-size: 14px;
    line-height: 1.5em;
    text-transform: uppercase;
    background: #fafafa;
    margin: -20px -20px 20px;
    padding: 20px;
    border-bottom: 1px solid #ececec;
    letter-spacing: 4px;
}

.main-sidebar .widget ul {
    margin: 0;
    padding: 0;
}

.main-sidebar .widget ul li {
    list-style: none;
    margin-bottom: 10px;
}

.main-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.main-sidebar .widget ul li a {
    color: #515151;
    display: block;
    font-size: 13px;
}

.main-sidebar .widget ul li a:hover {
    color: #ff5113;
}

.main-sidebar .widget-selector ul {
    height: 190px;
    overflow: auto;
}

.main-sidebar .widget-categories ul li a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    display: inline-block;
    font-size: 11px;
    vertical-align: top;
    line-height: 1em;
    width: 9px;
    height: 11px;
    text-align: center;
    padding-left: 2px;
    margin-top: 4px;
}

.main-sidebar .widget-categories ul li:hover a:before {
    background: #ff5113;
    color: #fff;
}

.main-sidebar .widget-selector ul li a {
    display: block;
}

.main-sidebar .widget-selector ul li a:before {
    content: "\f096";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 6px 10px 0 4px;
    display: inline-block;
    font-size: 11px;
    vertical-align: top;
    line-height: 1em;
}

.main-sidebar .widget-selector ul li:hover a:before {
    content: "\f0c8";
    font-size: 10px;
}

.main-sidebar .widget-latest-posts ul li {
    list-style: none;
    position: relative;
    font-size: 13px;
    line-height: 1.5em;
    border-bottom: 1px solid #ececec;
    margin: 0 -20px 10px;
    padding: 0 20px 10px 70px;
}

.main-sidebar .widget-latest-posts ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.main-sidebar .widget-gallery ul {
    font-size: 0;
    width: 100%;
}

.main-sidebar .widget-gallery ul li {
    width: 31%;
    margin: 0 1% 5px;
    display: inline-block;
    text-align: center;
    *zoom: 1;
    *display: inline;
}

.main-sidebar .widget-gallery ul li a {
    display: inline-block;
    border: 3px solid #fff;
    overflow: hidden;
    *zoom: 1;
    *display: inline;
}

.main-sidebar .widget-gallery ul li a:hover {
    border: 3px solid #ff5113;
}

.main-sidebar .widget-gallery ul li a img {
    width: 100%;
}

.main-sidebar .textwidget .widget-recent-works ul li {
    margin-bottom: 30px;
}

.main-sidebar .textwidget .widget-recent-works ul li h6 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    text-transform: none;
    font-weight: 400;
}

.main-sidebar .textwidget .widget-recent-works ul li a img {
    width: 100%;
}

.main-sidebar .textwidget .widget-recent-works ul li a {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 10px;
    border: 5px solid #fff;
    *zoom: 1;
    *display: inline;
}

.main-sidebar .textwidget .widget-recent-works ul li a:hover {
    border: 5px solid #ff5113;
}

.main-sidebar .widget-latest-posts ul li span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 20px;
    display: block;
    margin-top: 5px;
    color: #171717;
    font-size: 12px;
    line-height: 1.5em;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 3px solid #171717;
    font-family: 'Oswald', sans-serif;
}

.main-sidebar .price-filter {
    padding-top: 10px;
}

.main-sidebar .price-filter p {
    margin: 0;
    padding: 0;
    color: #666666;
    font-size: 14px;
}

.main-sidebar .price-filter p span {
    float: right;
}

.main-sidebar .price-filter .price-filter-bg {
    position: relative;
    margin-bottom: 10px;
    height: 4px;
    width: 100%;
    background: #999;
    border-radius: 2px;
}

.main-sidebar .price-filter .price-filter-bg .price-filter-area {
    width: 65%;
    margin: auto 15% auto 20%;
    height: 4px;
    position: relative;
}

.main-sidebar .price-filter .price-filter-bg .price-filter-area .price-filter-start {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 0;
    margin-top: -5px;
}

.main-sidebar .price-filter .price-filter-bg .price-filter-area .price-filter-end {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    margin-top: -5px;
}

.map {
    border: 1px solid #eee;
    margin-bottom: 30px;
    overflow: hidden;
}

.map {
    width: 100%;
    height: 450px;
}
/* === END MAIN SIDEBAR === */

/* === START ERRORS === */
.parsley-errors-list {
    padding: 0;
    margin: -52px 25px 0 0;
    position: absolute;
    right: 0;
}
.parsley-errors-list li {
    list-style: none;
    font-size: 12px;
    text-align: right;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce a.button.alt {
    background: #ff5113;
    border: 1px solid rgba(0,0,0,0.1);
    color: #fff;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #c23b0b;
    color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}
/* === START CONTACT === */

.contact-form-box h4 {
    color: #999;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 30px;
    border-bottom: 3px solid #f1f1f1;
    padding-bottom: 5px;
    line-height: 1.5em;
    font-weight: 400;
}

.contact-form textarea,
.contact-form input {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    outline: none;
}

.contact-form textarea {
    resize: none;
    height: 106px;
}

.contact-form .contact-button {
    border: 1px solid #e1e1e1;
    background: #e1e1e1;
    color: #777;
    text-transform: uppercase;
}

.contact-form .contact-button:hover {
    border: 1px solid #ccc;
    background: #ccc;
    color: #585858;
}
/* === START CONTACT === */
/* === START SHOP SECTION === */
.woocommerce-page .content form select,
.woocommerce-page .content form input[type="text"],
.woocommerce-page .content form input[type="email"],
.woocommerce-page .content form input[type="password"],
.woocommerce-page .content form input[type="textarea"] {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0 0 10px;
}
.woocommerce form .form-row {
    margin-bottom: 10px;
}
.woocommerce form .form-row label {
    margin-bottom: 10px;
    display: block;
}
.woocommerce .lost_password a {
    font-size: 12px;
    color: #333;
}
.cart-page .panel-heading a.shipping-calculator-button {
    padding: 0;
    margin: 20px 0;
}
.woocommerce .lost_password a:hover {
    border-bottom: 1px dotted;
}
.woocommerce .login .inline {
    vertical-align: top;
    margin-left: 10px;
}
.woocommerce .login {
    border-radius: 0;
}
.woocommerce .login input[type="radio"],
.woocommerce .login input[type="checkbox"] {
    margin-top: 7px;
}
.woocommerce .login input[type="password"],
.woocommerce .login input[type="text"] {
    padding: 5px;
    border: 1px solid #ccc;
}
.woocommerce div.product p.price del span,
.woocommerce div.product span.price del span {
    text-decoration: line-through;
}
.shop-section .shop-adds a {
    display: block;
    margin-bottom: 14px;
}

.shop-section .row {
    margin-left: -7px;
    margin-right: -7px;
}

.shop-section .row .col-md-4,
.shop-section .row .col-md-3,
.shop-section .row .col-md-6,
.shop-section .row .col-md-12 {
    padding-left: 7px;
    padding-right: 7px;
}

.shop-options {
    padding-top: 10px;
    margin-bottom: 24px;
}
.shop-options a.button-3 {
    background: #f6f6f6;
    border: 1px solid #ccc;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 8px;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 1.5em;
    font-weight: 700;
}
.shop-options a.button-3:hover {
    background: #f1f1f1;
    color: #333;
    border: 1px solid #555;
}
.shop-options p {
    margin: 0;
    color: #afafaf;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5em;
    padding-top: 6px;
}

.shop-options .align-right select {
    width: 200px;
}

.shop-options select {
    min-width: 120px;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    color: #afafaf;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 8px;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
    line-height: 1.5em;
    font-weight: 700;
}

.recent-viewed .product-box {
    border: 1px solid #cccccc;
    overflow: hidden;
}

.recent-viewed .product-box .product-image .product-image-hover a {
    margin-top: 0;
}

.product-box {
    background: #f6f6f6;
    overflow: hidden;
    border: 1px solid #cccccc;
    margin-bottom: 30px !important;
}

.product-box .product-image {
    position: relative;
}

.product-box .product-image .product-discount {
    position: absolute;
    padding: 4px 15px 4px 17px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    top: 0;
    right: 0;
    z-index: 9;
    margin: 30px -10px 0 0;
}

.product-box .product-image .product-discount span {
    display: block;
    border-top: 5px solid #9f3713;
    border-left: 4px solid #9f3713;
    border-bottom: 4px solid transparent;
    border-right: 5px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 0;
    margin-bottom: -9px;
    right: 0;
}

.product-box .product-image .product-image-hover {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    z-index: 8;
    left: 0;
    padding-top: 50%;
    right: 0;
    bottom: 0;
    text-align: center;
    display: none;
}

.product-box:hover .product-image .product-image-hover {
    display: block;
}

.product-box .product-image .product-image-hover a {
    padding: 6px 14px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: -15px;
}

.product-box .product-image .product-image-hover a:hover {
    background: #333 !important;
}

.product-box .product-details {
    padding: 8px 15px;
}
.woocommerce div.product form.cart .variations select {
    width: 150px;
    outline: none;
}
.woocommerce .woocommerce-variation-add-to-cart {
    display: block;
    clear: both;
}
.variations_button input {
    border: 1px solid #ccc;
    padding: 6px 10px 7px;
    outline: none;
    width: 70px;
    margin-right: 9px;
}
.woocommerce div.product .product-details form.cart .button {
    float: none;
}
.variations_button input:after {
    clear: both;
    content: '';
    display: block;
}
.product-box .product-details h3 {
    margin: 0 0 4px 0;
    font-size: 15px;
    color: #666666;
    line-height: 1.5em;
    text-transform: none;
}

.product-box .product-details h3 a {
    color: #666666;
}
.product-box .product-details h3 a:hover {
    color: #000;
}
.product-box .product-details span {
    display: inline-block;
    font-weight: 700;
    color: #666;
    margin-bottom: 2px;
    font-size: 15px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: inherit;
}
.woocommerce span.onsale {
    z-index: 3;
    min-height: 42px;
    min-width: 42px;
}
.product-box .product-details span b {
    text-decoration: line-through;
    padding-right: 10px;
    font-weight: 400;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    display: inline-block;
}

.product-box .product-details ul {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 3px 0 0 6px;
}

.product-box .product-details ul li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.product-box .product-details ul li i {
    color: #ff5113;
    font-size: 16px;
}

.product-box .product-addcart {
    position: relative;
    border-top: 1px solid #ccc;
    text-transform: uppercase;
    color: #ababab;
    font-size: 16px;
    text-align: center;
    padding-left: 55px;
    height: 36px;
}

.product-box .product-addcart:hover i {
    background: #ff5113;
    color: #fff;
}

.product-box .product-addcart a {
    display: block;
    color: #ababab;
    padding-top: 9px;
}

.product-box .product-addcart i {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    line-height: 1.4em;
    font-size: 25px;
    height: 36px;
    border-right: 1px solid #ccc;
    text-align: center;
}

.page-numbers {
    display: block;
    margin: 0 0 30px 0;
    padding: 10px 0 0 0;
    text-align: center;
}

.page-numbers li {
    list-style: none;
    display: inline-block;
    color: #666;
    margin: 0 3px;
    *zoom: 1;
    *display: inline;
}

.page-numbers li a {
    color: #666;
}
/* === END SHOP SECTION === */
/* === START FEATURES === */

.features {
    overflow: hidden;
    margin-bottom: 40px;
}

.features-ul-right,
.features-ul-left {
    margin: 0;
    padding: 0;
}

.features-ul-right li {
    list-style: none;
    position: relative;
    margin-bottom: 60px;
    padding-right: 90px;
    min-height: 70px;
    text-align: right;
}

.features-ul-left li {
    list-style: none;
    position: relative;
    margin-bottom: 60px;
    padding-left: 90px;
    min-height: 70px;
}

.features-ul-right li p,
.features-ul-left li p {
    color: #a7a7a7;
    font-size: 12px;
    line-height: 1.5em;
}

.features-ul-right li h6,
.features-ul-left li h6 {
    text-transform: none;
    margin: 0 0 5px 0;
    color: #a7a7a7;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
}

.features-ul-right li i {
    position: absolute;
    background: #ff5113;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 33px;
    padding-top: 10px;
    line-height: 1.5em;
    color: #fff;
    margin-top: 3px;
    width: 70px;
    height: 70px;
}

.features-ul-left li i{
    position: absolute;
    background: #ff5113;
    left: 0;
    top: 0;
    text-align: center;
    margin-top: 3px;
    font-size: 33px;
    padding-top: 10px;
    line-height: 1.5em;
    color: #fff;
    width: 70px;
    height: 70px;
}

.features-ul-right li img {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 3px;
    width: 70px;
    height: 70px;
}

.features-ul-left li img {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 3px;
    width: 70px;
    height: 70px;
}
/* === END FEATURES === */
/* === START PROJECT === */

.project-section {
    margin-bottom: 40px;
}
.project-section iframe {
    width: 100%;
    height: 420px;
}
.project-section h4 {
    border-bottom: 3px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.5em;
    color: #666;
}

.project-section p {
    font-size: 13px;
    line-height: 1.7em;
    color: #484848;
}

.project-section .project-data {
    margin: 0 0 20px 0;
    padding: 0;
}

.project-section .project-data li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 13px;
    color: #484848;
    position: relative;
    padding-left: 100px;
}

.project-section .project-data li span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
}

.project-section .project-data li a {
    color: #ff5113;
}

.project-section .project-data li a:hover {
    border-bottom: 1px dotted;
}

.related-projects {
    margin: 40px 0;
}

.related-projects .project-minibox {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    text-align: center;
}

.related-projects .project-minibox img {
    width: 100%;
    margin-bottom: 15px;
}

.related-projects .project-minibox h4 {
    margin: 0 0 10px 0;
    font-size: 17px;
    line-height: 1.5em;
}

.related-projects .project-minibox h4 a {
    font-family: 'Oswald', sans-serif;
    color: #484848;
}

.related-projects .project-minibox p {
    font-size: 13px;
    line-height: 1.5em;
    margin: 0;
    color: #555;
}
/* === END PROJECT === */
/* === START TESTIMONIAL === */
.testimonial {
    background: #f5f5f5;
    padding: 25px 0;
    margin-bottom: 40px;
    min-height: 120px;
}
.testimonial .the-carousel {
    margin-bottom: 0;
}
.testimonial .tesla-carousel-items {
 min-height: 128px; 
}
.testimonial p {
    font-style: italic;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 300;
    color: #161616;
    font-family: Georgia, serif;
    margin: 0;
}
.testimonial p span {
    display: block;
    color: #aeaeae;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
}
.testimonial .tesla-carousel-items {
    overflow: hidden;
}
.testimonial .testimonial-box-slide {
    position: relative;
    padding-left: 155px;
}
.testimonial .testimonial-image {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 15px;
}
.testimonial .testimonial-image img {
    width: 120px;
    border-bottom: 8px solid #ff5113;
}
.testimonial ul {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    right: 0;
    margin-bottom: -10px;
    width: 60px;
    z-index: 3;
}
.testimonial ul li {
    width: 25px;
    height: 25px;
    background: #eee;
    text-align: center;
    list-style: none;
    color: #555;
    cursor: pointer;
    padding-top: 2px;
    display: inline-block;
    line-height: 1em;
    *zoom: 1;
    *display: inline;
}
.testimonial ul li:hover {
    background: #ccc;
}
.testimonial ul li i {
    font-size: 22px;
}
/* === END TESTIMONIAL === */
/* === START ERROR 404 === */

.error-404-page {
    color: #fff;
    padding: 200px 0 240px;
    text-align: center;
}

.error-404-page h1 {
    font-size: 132px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1em;
}

.error-404-page h4 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.5em;
}

.error-404-page .search-form {
    position: relative;
    padding-right: 120px;
    margin: auto;
    max-width: 340px;
}

.error-404-page .search-form .search-line {
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    font-size: 14px;
    height: 32px;
    line-height: 1.5em;
}
.error-404-page .search-form .search-line::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.error-404-page .search-form .search-line:-ms-input-placeholder {
  color: #fff;
}
.error-404-page .search-form .search-line::-webkit-input-placeholder {
  color: #fff;
}
.error-404-page .search-form .search-button {
    color: #ff5113;
    line-height: 1.5em;
    background: #fff;
    padding: 3px 5px;
    height: 32px;
    text-align: center;
    font-weight: 400;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
/* === END ERROR 404 === */
/* === START MAIN NAVIGATION === */

@media (max-width: 992px) {
    .main-nav .responsive-menu {
        display: block;
        cursor: pointer;
    }
    .main-nav>ul {
        display: none;
    }
}

.responsive-menu {
    padding: 20px 30px;
    font-size: 14px;
    display: none;
    line-height: 1.5em;
    cursor: pointer;
    font-weight: 700;
    color: #121212;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
}

.responsive-menu i {
    vertical-align: top;
    padding: 0;
    font-size: 16px;
    line-height: 1em;
}

.responsive-menu:hover {
    color: #999;
}

@media (min-width: 992px) {
    .main-nav>ul {
        display: block !important;
    }
}
/* ===  END MAIN NAVIGATION === */
/* ===  START PRODUCT PAGE  === */

.product-section {
    margin-bottom: 40px;
}

.product-section .product-details,
.product-section .product-cover {
    margin-bottom: 60px;
}
.product-section .tesla-carousel-items .product-details {
    margin-bottom: 0;
}
.product-section .product-cover .the-slider {
    background: #f6f6f6;
}

.product-section .product-cover .the-slider ul {
    margin: 0;
    padding: 0;
}

.product-section .product-cover .the-slider ul li {
    list-style: none;
    text-align: center;
}

.product-section .product-cover .the-slider .slide-arrows .slide-left {
    margin-left: 10px;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.product-section .product-cover .the-slider .slide-arrows .slide-right {
    margin-right: 10px;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.product-section .product-cover .the-slider .slide-arrows .slide-right:hover,
.product-section .product-cover .the-slider .slide-arrows .slide-left:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.product-section .product-cover .the-slider .the-bullets-dots {
    text-align: left;
    margin: 0 0 -34px 0;
    font-size: 0;
    height: 8px;
    overflow: hidden;
    background: #e1e1e1;
}

.product-section .product-cover .the-slider .the-bullets-dots li {
    background: #e1e1e1;
    border: 0;
    border-right: 5px solid #fff;
    width: 25px;
    height: 8px;
    border-radius: 0;
    margin: 0;
}
.product-section .product-cover .the-slider .the-bullets-dots li.active {
    background: #ff5113;
}

.product-section .product-details h4 {
    font-size: 18px;
    line-height: 1.5em;
    padding-bottom: 10px;
    margin: 0 0 20px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #ebebeb;
}

.product-section .product-details h6 {
    color: #888;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.5em;
}

.product-rate {
    margin: 0 0 10px;
    padding: 0;
}

.product-rate li {
    display: inline-block;
    list-style: none;
    *zoom: 1;
    *display: inline;
}

.product-rate li i {
    color: #b1b1b1;
    font-size: 21px;
    line-height: 1.5em;
}

.product-section .product-details p {
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations td label {
    font-size: 16px;
    color: #555;
    vertical-align: middle;
    padding-top: 7px;
}
.product-section .product-details .product-price {
    color: #666666;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.5em;
}
.product-section .product-details .single_variation {
    padding: 5px 0 15px;
}
.product-section .product-details .single_variation_wrap .product-addcart {
    margin-left: 0;
}
.product-section .product-details .product-price span {
    color: #555;
    font-size: 18px;
    line-height: 1.5em;
    padding: 4px 0 0;
    display: inline-block;
}
.product-section .product-details .product-price del span {
    text-decoration: line-through;
    color: #777;
}
.product-section .product-details .product-price del {
    margin-right: 10px;
}
.product-section .product-details .product-price ins {
    text-decoration: inherit;
    margin-right: 10px;
}
.product-section .product-details .product-addcart {
    position: relative;
    border-top: 0px solid #ccc;
    text-transform: uppercase;
    color: #ababab;
    font-size: 16px;
    text-align: center;
    margin-left: 10px;
}

.product-section .product-details .product-addcart:hover i {
    background: #ff5113;
    color: #fff;
}

.product-section .product-details .product-addcart a {
    display: block;
    padding: 8px 22px 8px 75px;
    height: 36px;
    color: #fff;
}

.product-section .product-details .product-addcart i {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    line-height: 1.4em;
    color: #fff;
    font-size: 25px;
    height: 36px;
    border-right: 0px solid #fff;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
}

.product-section .product-qty {
    margin-bottom: 30px;
    padding: 0;
}

.product-section .product-qty li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    margin-right: 5px;
    *zoom: 1;
    *display: inline;
}

.product-section .product-qty input {
    width: 60px;
    text-align: center;
    height: 36px;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.5em;
    padding: 5px;
}
.product-section button {
    background: #ff5113 !important;
    font-size: 15px;
    color: #fff;
    height: 36px !important;
    position: relative;
    padding-left: 60px !important;
    line-height: 1.5em;
    font-weight: 400 !important;
    border-radius: 0 !important;
    text-align: center;
    text-transform: uppercase;
    outline: none;
}
.product-section button:before {
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    width: 50px;
    font-size: 21px;
    line-height: 1em;
    padding-top: 7px;
    background: rgba(0,0,0,0.1);
    color: #fff;
    text-align: center;
    height: 36px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 0;
    content: "\f07a";
    left: 0;
}

.product-section .product-qty li p {
    margin: 0;
    padding: 5px 0 0;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.product-tabs {
    margin-bottom: 30px;
}

.product-section .product-tabs .product-details {
    margin-bottom: 0px;
}

.product-tabs ul.nav-tabs {
    margin: 0;
    padding: 0;
}

.nav-tabs > li > a {
    margin: 0;
    border: 0;
    padding: 4px 2px;
    background: none;
    color: #727272;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
}

.product-tabs .nav-tabs > li > a:hover {
    background: none;
    border-bottom: 3px solid #fff;
}

.product-tabs .nav-tabs > li.active > a,
.product-tabs .nav-tabs > li.active > a:hover,
.product-tabs .nav-tabs > li.active > a:focus {
    border: 0;
    border-bottom: 3px solid #ff5113;
    color: #ff5113;
    margin: 0;
}

.product-tabs .nav-tabs > li {
    display: inline-block;
    margin: 0 20px;
    *zoom: 1;
    *display: inline;
}

.product-tabs .tab-content {
    padding: 20px;
}

.product-tabs .tab-pane .no-margin {
    border: 1px solid #ccc;
    margin-bottom: -1px;
}

.product-tabs .tab-pane .no-margin .no-padding {
    border-left: 1px solid #ccc;
    padding: 3px 8px;
    margin-left: -1px;
}

.product-tabs .tab-pane .no-margin .no-padding p {
    margin: 0;
    font-size: 13px;
    color: #727272;
}

.product-tabs .tab-pane .no-margin.bg-gray {
    background: #f4f2f3;
}

.product-tabs .product-reviews {
    margin-bottom: 30px;
    padding: 20px 0 0;
}

.product-tabs .product-reviews li {
    list-style: none;
    position: relative;
    padding-left: 110px;
    min-height: 100px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.product-tabs .product-reviews li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.product-tabs .product-reviews li .review-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
}

.product-tabs .product-reviews li .review-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.product-tabs .product-reviews li h4 {
    color: #727272;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.product-tabs .product-reviews .review-rate {
    float: right;
}

.product-tabs .product-reviews .review-rate li {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.product-tabs .product-reviews .review-rate li i {
    color: #999;
    font-size: 13px;
    line-height: 1.5em;
}

.product-tabs .product-reviews li h4 span {
    font-weight: 400;
}

.product-tabs .product-reviews li p {
    font-size: 13px;
}

.product-tabs .site-title span,
.product-tabs .review-form-box h3 {
    font-size: 18px;
}
.review-form-box label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.review-form-box textarea {
    border: 1px solid #ccc;
    padding: 10px;
    resize: none;
    height: 166px;
    width: 100%;
    margin-bottom: 20px;
}

.review-form-box .submit {
    width: 100%;
    padding: 8px;
    text-transform: uppercase;
    text-align: center;
    background: #ff5113;
    color: #fff;
}

.review-form-box .submit:hover {
    background: #333333;
}

.review-form-box p.stars span a {
    padding: 0 0 20px;
    width: 14px;
    height: 14px;
    font-size: 0;
    margin-right: 4px;
}
.woocommerce p.stars a:before {
    font-size: 15px;
}

.review-form-box .comment-form-rating .stars a {
    color: #d8d8d8;
}

.review-form-box .comment-form-rating .stars a:hover {
    color: #fbc02d;
}
/* ===  END PRODUCT PAGE  === */

/* === START FOOTER === */

.footer .top-footer {
    background: #2d2d2d;
    padding: 50px 0 20px;
}

.footer .bottom-footer {
    padding: 30px 0;
}

.footer .widget {
    margin-bottom: 30px;
}

.footer .widget .widget-title {
    color: #fff;
    font-size: 19px;
    line-height: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px dotted #ff5113;
    letter-spacing: 1px;
}

.footer .widget .widget-title span {
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: -1px;
    border-bottom: 5px solid #ff5113;
}

.latest-widget {
    margin: 0;
    padding: 0;
}

.latest-widget li {
    padding-left: 85px;
    list-style: none;
    margin-bottom: 15px !important;
    position: relative;
    padding-bottom: 10px;
    min-height: 60px;
    border-bottom: 1px dotted #555;
}

.latest-widget li:last-child {
    border-bottom: 0;
}

.latest-widget li p {
    font-size: 13px;
    color: #aeaeae;
    line-height: 1.5em;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.latest-widget li h6 {
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 1.5em;
    text-transform: none;
    font-weight: 700;
}

.latest-widget li h6 a {
    color: #cfcfcf;
}

.latest-widget li img {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 3px;
    width: 65px;
    border: 3px solid #3a3a3a;
}

.tesla-twitter-widget ul {
    margin: 0;
    padding: 0;
}

.tesla-twitter-widget ul li {
    list-style: none;
    color: #aeaeae;
    font-size: 13px;
    margin-bottom: 15px !important;
    border-bottom: 1px dotted #555;
    padding-bottom: 10px;
}

.tesla-twitter-widget ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.tesla-twitter-widget ul li a {
    color: #aeaeae;
    font-weight: 700;
}

.latest-widget li h6 a:hover,
.tesla-twitter-widget ul li a:hover {
    color: #ff5113;
}

.tesla-twitter-widget ul li span {
    display: block;
    color: #787878;
    font-size: 9px;
    text-transform: uppercase;
}

.widget .flickr_widget {
    margin: 0 -8px !important;
    padding: 0;
    font-size: 0;
    line-height: 1em;
}

.widget .flickr_widget li {
    display: inline-block;
    margin: 0 8px 16px !important;
    list-style: none;
    width: 76px;
    *zoom: 1;
    *display: inline;
}

.widget .flickr_widget li a {
    display: block;
    background: rgba(0, 0, 0, 0.3);
    padding: 3px;
}

.widget .flickr_widget li a:hover {
    background: #ff5113;
}

.widget .flickr_widget li a img {
    width: 100%;
    max-height: 40px;
    margin-bottom: 0 !important;
}

.footer .bottom-footer p {
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
}

.footer .bottom-footer p a {
    color: #ff5113;
    padding-left: 5px;
}

.footer .bottom-footer p a:hover {
    border-bottom: 1px dotted;
}
/* === END FOOTER === */


/* === START CALENDAR === */
#wp-calendar {
    margin: 0 auto;
}
#wp-calendar caption {
    text-align: center;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
}
#wp-calendar thead {
    font-size: 10px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
#wp-calendar tbody {
    color: #aaa;
}
#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 6px;
}
#wp-calendar tbody td:hover {
    background: #fff;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}
/* === END CALENDAR === */


/* === START RESPONSIVE === */
@media (max-width: 1200px) {}

@media (max-width: 992px) {
    .features br {
        display: none;
    }
    .our-team-section .team-member {
        margin-bottom: 80px;
    }
    .cart-page .cart-table-top .align-left,
    .cart-page .cart-table .align-left {
        text-align: center;
        padding: 0 10px;
    }
    .cart-page .cart-table .align-left ul {
        text-align: center;
    }
    .button-2,
    .button-1 {
        margin-bottom: 20px;
    }
    .cart-page .cart-table-top li.align-right {
        text-align: center;
    }
    .payment-method {
        margin-top: 20px;
    }
    .main-nav {
        position: relative;
    }
    .main-nav>ul {
        border: 1px solid #ccc;
        width: 100%;
        background: #fff;
        z-index: 99;
        position: absolute;
        padding: 10px;
    }
    .main-nav ul li {
        margin: 0;
        display: block;
        text-align: left;
    }
    .main-nav ul li ul {
        display: block;
        position: relative;
        min-width: auto;
    }
}

@media (max-width: 768px) {
    .features .col-xs-4 {
        width: 100%;
    }
    .the-slider .slide-text {
        display: none;
    }
    .top-search-form {
        margin: 10px 0;
    }
}

@media (max-width: 500px) {
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6 {
        width: 100%;
    }
    .header-top-info,
    .header-top-socials {
        text-align: center;
    }
    .header .logo {
        text-align: center;
    }
    .main-nav {
        text-align: left;
        padding: 0;
    }
    .main-nav .responsive-menu {
        display: inline-block;
        padding: 15px 30px 25px;
    }
    .filter-item img {
        width: 100%;
    }
    .footer .bottom-footer p {
        text-align: center;
    }
    .product-tabs .nav-tabs > li {
        display: block;
        float: none;
    }
    .shop-options p {
        text-align: center;
        padding: 10px;
    }
    .shop-options .align-right select,
    .shop-options select {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 768px) and (max-width: 992px) {}
/* === END RESPONSIVE === */

/* === START COMMENT AREA V1 === */
.comment-area-v1 {
    margin-bottom: 40px;
    padding-top: 40px;
}

.comment-area-v1 .comments-section {
    padding: 0;
    margin: 0 0 20px 0;
}

.comment-area-v1 .comments-section li {
    list-style: none;
}

.comment-area-v1 .comments-section li ul {
    padding-left: 80px;
    margin: 0;
}

.comment-area-v1 .comments-section li ul li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #ccc;
}

.comment-area-v1 .comments-section li {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 85px;
    border-bottom: 1px dotted #ccc;
}

.comment-area-v1 .comments-section li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.comment-area-v1 .comments-section .comment .comment-avatar {
    position: absolute;
    margin-top: 4px;
    left: 0;
    top: 0;
    width: 60px;
}

.comment-area-v1 .comments-section .comment ul .comment .comment-avatar {
    margin-top: 24px;
}

.comment-area-v1 .comments-section .comment .comment-avatar img {
    width: 100%;
    border: 3px solid #eee;
}

.comment-area-v1 .comments-section .comment .comment-author {
    font-size: 16px;
    color: #515151;
    line-height: 1.5em;
    margin: 0 0 5px 0;
    text-transform: none;
}

.comment-area-v1 .comments-section .comment .comment-author a {
    color: #515151;
}

.comment-area-v1 .comments-section .comment .comment-author a:hover {
    color: #ff5113;
}

.comment-area-v1 .comments-section .comment .comment-date {
    font-size: 11px;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #a6a6a6;
    margin: 0 0 10px 0;
}

.comment-area-v1 .comments-section .comment .comment-content {
    margin: 0 0 20px 0;
}

.comment-area-v1 .comments-section .comment .comment-content p {
    margin: 0 0 10px 0;
    font-size: 13px;
    color: #515151;
    line-height: 1.7em;
}

.comment-area-v1 .comments-section .comment .comment-reply-link,
.comment-area-v1 .comments-section .comment .comment-edit-link {
    display: inline-block;
    padding: 4px 16px;
    margin: 0;
    font-size: 12px;
    color: #515151;
    background: #ededed;
}

.comment-area-v1 .comments-section .comment .comment-reply-link:hover,
.comment-area-v1 .comments-section .comment .comment-edit-link:hover {
    background: #777;
    color: #fff;
}

.comment-area-v1 .comment-form {
    margin-bottom: 40px;
    padding-top: 20px;
}

.comment-area-v1 h3 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    color: #555;
    border-bottom: 3px solid #f6f6f6;
    padding-bottom: 5px;
    margin: 0 0 30px 0;
}
.comment-form input[type="text"],
.comment-area-v1 .comment-form .comment-line {
    padding: 10px;
    border: 1px solid #ccc;
    outline: none;
    margin-bottom: 20px;
    width: 100%;
}
.comment-form input[type="area"],
.comment-area-v1 .comment-form .comment-area {
    padding: 10px;
    border: 1px solid #ccc;
    outline: none;
    resize: none;
    height: 169px;
    margin-bottom: 20px;
    width: 100%;
}

.comment-area-v1 .comment-form .form-submit {
    display: block;
    text-align: right;
}

.comment-area-v1 .comment-form .form-submit .submit {
    text-align: center;
    padding: 10px 30px;
    font-size: 12px;
    color: #585858;
    text-transform: uppercase;
    line-height: 1.5em;
}

.comment-area-v1 .comment-form .form-submit .submit:hover {
    color: #fff;
    background: #ff5113;
}
.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5 {
    border: 0;
}
.woocommerce p.stars a {
    text-indent: inherit;
}
/* === END COMMENT AREA V1 === */
/*=== Color Box ===*/
/* ======================== BLACK VERSION ======================== */

.boxed {
    background-attachment: fixed;
}

.boxed-fluid {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    background: #fff;
}

.boxed .boxed-fluid {
    max-width: 1200px;
}

/* ADDING CSS */
#user_login,
#order_comments {
    padding: 5px; 
    border: 1px solid #ccc;
}
.comment-respond {
    padding-top: 30px;
}
#cancel-comment-reply-link {
    float: right;
    color: #333;
    padding-top: 5px;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
}


/* ======================== From Style Css ======================== */
.wp-caption {}
.wp-caption-text {}
.sticky css {}
.gallery-caption {}
.bypostauthor {}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.aligncenter {
    
}

/* ===== COLOR CHANGE ===== */
.d-text-c.active,
.billing-form a:hover,
.header-top-info li a:hover,
.product-tabs .nav-tabs > li.active > a, .product-tabs .nav-tabs > li.active > a:hover, .product-tabs .nav-tabs > li.active > a:focus,
.d-text-c-h.active,
.blog-post .share-this-post li a:hover,
.main-sidebar .widget-contact a:hover,
.comment-area-v1 .comments-section .comment .comment-author a:hover,
.main-sidebar .widget ul li a:hover,
.cart-page .panel-heading a:hover,
.d-text-c-h:hover,
.project-section .project-data li a,
.d-text-c {
    color: #ff5113;
}
.d-bg-c.active,
.filter-area .filter-box .filter li a.active,
.d-bg-c-h:hover,
.top-cart .cart-qty,
.product-box .product-addcart:hover i,
.mini-slider .slider-dots li.active,
.footer .widget .flickr_widget li a:hover,
.comment-area-v1 .comment-form .comment-button:hover,
.main-sidebar .widget-categories ul li:hover a:before,
.d-bg-c-h.active,
.d-bg-c {
    background: #ff5113;
}
.d-border-c.active,
.d-border-c-h:hover,
.site-title-right,
.main-sidebar .widget-gallery ul li a:hover,
.product-tabs .nav-tabs > li.active > a, .product-tabs .nav-tabs > li.active > a:hover, .product-tabs .nav-tabs > li.active > a:focus,
.site-title-right span,
.main-sidebar .widget-recent-works ul li a:hover,
.footer .widget .widget-title span,
.d-border-c-h.active,
.d-border-c {
    border-color: #ff5113;
}
/* ===== COLOR CHANGE ===== */



.main-nav ul li.active>a,
.top-cart a:hover,
.footer .widget .flickr-widget li a:hover,
.top-cart .cart-qty,
.features-ul-left li .service-icon,
.main-nav ul li a:hover {
    background: #ff5113;
}
.tesla-twitter-widget ul li a:hover,
.footer .bottom-footer p a,
.latest-widget li h6 a:hover,
.header-top-socials li a:hover {
    color: #ff5113;
}
.site-title span,
.site-title {
    border-color: #ff5113;
}
/* FOOTER WIDGETS */
.footer .widget {
    color: #999;
}
.footer .widget ul {
    margin: 0;
    padding: 0;
}
.footer .widget ul ul {
    margin-left: 10px;
}
.footer .widget ul li {
    list-style: none;
    font-size: 13px;
    line-height: 1.5em;
    color: #999;
    margin-bottom: 5px;
}
.footer .widget label {
    color: #fff;
}
.footer .widget ul li a {
    color: #fff;
}
.footer .widget ul li a:hover {
    color: #ff5113;
}
.footer .widget select {
    width: 100%;
    outline: none;
    font-size: 13px;
    line-height: 1.5em;
    padding: 6px 10px;
    margin-bottom: 30px;
    border: 1px solid rgba(0,0,0,0.3);
}
.footer .widget img {
    max-width: 100%;
    margin-bottom: 10px;
}
.footer #wp-calendar {
    width: 100%;
    color: #fff;
}
.footer #wp-calendar caption {
    color: #fff;
}
.footer #wp-calendar tbody td {
    border: 1px solid #444;
    background: rgba(0,0,0,0.1);
}
.footer #wp-calendar a {
    color: #ff5113;
}
.footer #wp-calendar a:hover {
    border-bottom: 1px dotted;
}
.footer .top-search-form .search-line {
    background: rgba(255,255,255,0.1);
    padding-bottom: 7px;
}
.footer .widget.widget_rss li {
    border-bottom: 1px dotted rgba(255,255,255,0.3);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.footer .widget.widget_tag_cloud a {
    line-height: 1.5em;
    vertical-align: top;
    border: 1px solid #444;
    margin: 0 10px 10px 0;
    font-size: 12px !important;
    color: #999;
    padding: 2px 5px;
    display: inline-block;
}
.footer .widget.widget_tag_cloud a:hover {
    color: #ff5113;
}

/* TT-NAVIGATION */
.tt-navigation {
    margin: 30px 0 20px;
}
.tt-navigation li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.5em;
    *zoom: 1;
    *display: inline;
}
.tt-navigation li a {
    display: block;
    font-size: 11px;
    color: #666;
    padding: 6px 15px;
    border: 1px solid #e1e1e1;
    font-weight: 700;
    background-color: #f9f9f9;
}
.tt-navigation li a:hover {
    color: #999;
}
.tt-navigation .navigation-next {
    float: right;
}
.billing-form h4#ship-to-different-address a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #161616;
    line-height: 1.5em;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
}

.billing-form label.checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.billing-form .panel-heading {
    padding-top: 0;
}
.billing-form h4.shipping-h4 {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}
.billing-form h4 input {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.billing-form h4 input[type="checkbox"] {
    width: auto;
    margin: 16px -27px 0 0;
    position: absolute;
    top: 0;
    right: 0;
}
.woocommerce-page div.product div.images {
    width: 100%;
}