/**
  * Name: Avent
  * Version: 1.0
  * Author: ROLLTHEMES
  * Author URI: http://www.rollthemes.com
*/

@import url("fonts.css");
@import url("fontello.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("calendar.css");
@import url("fancybox.css");

/**  
  * Repeatable Patterns
  * Top
  * Header
  * Navigation
  * Mobile navigation
  * Parallax
  * Page Title
  * Main Page
  * Widget
  * Go Top Button
  * Switcher
  * Media Queries
  * Blog
  * Contact
  * 404
  * Parallax Image
  * Search Results
  * Help
  * Services Help
  * Shop Product
  * Product Details
  * Products Tab
  * Shop Cart
  * Checkout
  * Slider
  * Single Page
  * Answer
*/

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    font: 15px/22px "Playfair Display", sans-serif;
    background: #fff;
    color: #333333;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

::-moz-selection { 
    color: #fff; 
    text-shadow: none; 
    background: #000; 
}

::-webkit-selection { 
    color: #fff; 
    text-shadow: none; 
    background: #000; 
}

::selection { 
    color: #fff; 
    text-shadow: none; 
    background: #000; 
}

a,
a:focus {
    color: #003bb3;
    outline: 0;
    text-decoration: none;
    -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;
}

a:hover {
    color: #737373;
    text-decoration: none;
    -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;
}

img {
    max-width: 100%;
    height: auto;
}

img.img-left {
    margin: 7px 30px 25px 0 !important;
    float: left;
}

img.img-right {
    margin: 7px 0 25px 30px !important;
    float: right;
}

strong, b {
    font-weight: 700;
}

p {
    margin: 0;
    margin-bottom: 20px;
}

.margint1 { margin-top: 10px; }
.margint2 { margin-top: 20px; }
.margint3 { margin-top: 30px; }
.margint4 { margin-top: 40px; }
.margint5 { margin-top: 48px; }
.margint6 { margin-top: 59px; }
.marginb1 { margin-bottom: 10px; }
.marginb2 { margin-bottom: 20px; }
.marginb3 { margin-bottom: 30px; }
.marginb4 { margin-bottom: 40px; }
.marginb5 { margin-bottom: 58px; }
.marginb6 { margin-bottom: 60px; }

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin: 0;
}

h1 { font: 52px/56px "Playfair Display", sans-serif; font-weight: 700;}
h2 { font: 30px/46px "Playfair Display", sans-serif; font-weight: 700;}
h3 { font: 28px/36px "Playfair Display", sans-serif; font-weight: 700;}
h4 { font: 26px/34px "Playfair Display", sans-serif; font-weight: 700;}
h5 { font: 16px/21px "Playfair Display", sans-serif; font-weight: 700;}
h6 { font: 15px/30px "Playfair Display", sans-serif; font-weight: 700;}

.text-white { color: #fff !important; }
.text-dark { color: #322d2d !important;}

input[type="checkbox"] { display: inline; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    color: #ccc;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    color: #000;
    border-color: #bbb;
    -webkit-box-shadow: none;
        -moz-box-shadow: none;
            box-shadow: none;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.roll-animation {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}

.roll-animation.animated {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

/* bootstrap resetting elements */
.btn {
    background-image: none;
}

textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/* Top
-------------------------------------------------------------- */
.roll-top {
    border-bottom: 1px solid #e5e5e5;
}

.roll-top ul {
    margin: 0;
    padding: 6px 0;
    display: inline-block;
}

.roll-top ul li {
    display: inline-block;
    position: relative;
    font-size: 10px;
    margin-left: 6px;
    padding-left: 28px;
    color: #010101;
}

.roll-top ul li.email {
    width: 138px;
}

.roll-top ul li.phone {
    width: 138px;
}

.roll-top ul.top-right li {
    margin-left: 19px;
    padding-left: 30px;
}

.roll-top ul li:first-child {
    margin-left: 0;
}

.roll-top ul li a {
    color: #010101;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.roll-top ul.top-left {
    float: left;
}

.roll-top ul.top-right {
    float: right;
}

.roll-top ul.top-right li {
    padding-left: 27px;
    margin-left: 18px;
}

.roll-top ul li:before {
    top: -1px;
    left: 0;
    position: absolute;
}

.roll-top ul.top-left li:before {
    font-size: 16px;
}

.roll-top ul.top-right li:before {
    font-size: 15px;
}

.roll-top ul.top-right li.support {
    width: 75px;
}

.roll-top ul.top-right li.login {
    width: 61px;
}

.roll-top ul.top-right li.cart {
    width: 53px;
}


/* Header
-------------------------------------------------------------- */
.header {
    width: 100%;
    position: relative;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.133) inset;
}

.logo {
    height: 19px;
    padding-top: 26px;
    margin-left: 2px;
}

.header.head-shadow {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
    margin-bottom: 3px;
    position: relative;
}

.header.sticky .logo,
.header.sticky #mainnav {
    padding: 0;
    margin:0;
}

.header.sticky .logo {
    padding-top: 20px;
}

.single-page .header {
    position: relative;
    background-color: transparent;
}

.single-page .header .overlay {
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.header.small .logo {
    padding: 0;
    padding-top: 20px;
}

.header.small #mainnav {
    margin: 0;
}

.header.small #mainnav > ul > li {
    margin: 0 14px;
}

.header.small #mainnav > ul > li > a {
    padding: 18px 1px 18px 1px;
}

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

.header.center #mainnav {
    float: none;
    margin: 0;
}

.header.center .logo {
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.header.center .spacing {
    width: 40px;
    display: inline-block;
}

.header.center #mainnav > ul > li > a {
    margin: 0 14px;
    padding: 22px 1px 29px 1px;
}

#mainnav .sub-menu {
    text-align: left;
}

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

.header.left #mainnav {
    float: none;
    margin: 0;
}

.header.left .logo {
    padding: 0;
    padding-top: 35px;
    padding-bottom: 58px;
}

.header.left #mainnav > ul > li > a {
    padding: 10px 2px 17px 2px;
}

.header.left #mainnav > ul > li:first-child {
    margin-left: 0;
}

.header.left .spacing {
    width: 100%;
    position: absolute;
    left: 0;
}

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

.header.right #mainnav {
    float: none;
    margin: 0;
    position: relative;
    right: -10px;
}

.header.right .logo {
    padding: 0;
    padding-top: 35px;
    padding-bottom: 58px;
}

.header.right #mainnav > ul > li > a {
    padding: 10px 2px 17px 2px;
}

.header.right #mainnav > ul > li {
    margin: 0 13px;
}

.header.right#mainnav > ul > li:first-child > a {
    padding-left: 4px !important;
}

.header.right .spacing {
    width: 100%;
    position: absolute;
    left: 0;
}

#header.fixed { 
    position: fixed; 
    top: 0; 
}

/* Navigation
-------------------------------------------------------------- */
#mainnav {
    float: right;
}

#mainnav ul {
    padding: 0; 
    margin: 0;
}

#mainnav > ul > li {
    display: inline-block;
    margin-right: -3px;
    margin: 0 13px;
}

#mainnav > ul > li > a {
    display: block; 
    background: transparent; 
    letter-spacing: 1px;
    font-weight: 500;
    padding: 26px 2px 23px 2px;
}

.header.sticky #mainnav > ul > li > a {
    padding: 18px 15px 18px 15px;
}

#mainnav ul a {
    font-size: 12px;
    line-height: 24px;
}

#mainnav ul li.social a {
    font-size: 20px;
}

#mainnav ul li.social {
    padding: 0;
    margin: 0;
}

#mainnav ul li.social a i:before {
    top: 2px;
    position: relative;
}

#mainnav ul li.social.twitter {
    margin-right: 4px;
}

#mainnav ul li.social.twitter a {
    padding-left: 8px;
}

#mainnav ul li.social.facebook a {
    padding-left: 0;
    padding-right: 8px;
}

#mainnav ul li.social.basket a {
    margin-left: 13px;
}

#mainnav ul li.social.basket {
    position: relative;
}

#mainnav ul li.social.twitter a:after,
#mainnav ul li.social.facebook a:after,
#mainnav ul li.social.basket a:after {
    opacity: 0;
}

.basket-items {
    width: 276px;
    background-color: #000;
    position: absolute;
    padding: 28px 32px 15px 26px;
    right: -16px;
    top: 55px;
    color: #fff;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
}

.basket-items:before {
    position: absolute;
    top: 0px;
    right: 21px;
    border: 8px solid transparent;
    border-bottom: 7px solid #000;
    content: "";
    margin-top: -15px;
    z-index: 1;
}

.basket-items .items {
    position: relative;
    margin-bottom: 19px;
}

.basket-items .items .image {
    width: 45px;
    display: inline-block;
    position: absolute;
}

.basket-items .items .image img {
    border-radius: 3px;
}

.basket-items .items .name {
    display: inline-block;
    color: #fff;
    padding-left: 63px;
    width: 100%;
    top: -3px;
    line-height: 20px;
    position: relative;
}

.basket-items .items .number {
    display: inline-block;
    padding-left: 63px;
    position: relative;
    top: -5px;
}

.basket-items .items .spacing {
    height: 4px;
    background-color: #fff;
    opacity: 0.2;
    position: relative;
    top: 10px;
    display: inline-block;
    width: 100%;
}

.basket-items .items .remove-items {
    position: absolute;
    top: -3px;
    right: 0;
    font-size: 15px;
    color: #fff;
    opacity: 0.3;
    cursor: pointer;
}

.basket-items a {
    border: 2px solid #212121;
    border-radius: 1px;
    color: #fff !important;
    font-size: 10px !important;
    line-height: 34px !important;
    letter-spacing: 1.2px;
    margin: 0 !important;
    border-radius: 3px;
}

.basket-items a.checkout {
    margin-right: 3px !important;
    padding: 11px 20px 9px 18px;
}

.basket-items a.viewcart {
    padding: 11px 17px 9px 19px;
    letter-spacing: 1.1px;
}

.top-right .cart .basket-items {
    right: auto;
    left: -33px;
    top: 24px;
}

.top-right .cart .basket-items:before {
    right: auto;
    left: 37px;
}

.top-right .cart .basket-items .items .spacing {
    top: 20px;
}

.top-right .cart .basket-items .items {
    margin-bottom: 31px;
}

#mainnav ul li {
    position: relative;
}

#mainnav > ul > li > a:after {
    width: 0;
    height: 2px;
    position: absolute;
    content: "";
    bottom: 20px;
    left: 0;
    background-color: #000;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;

    -webkit-transform: translateX(150%) translateY(0);
    -moz-transform: translateX(150%) translateY(0);
    -ms-transform: translateX(150%) translateY(0);
    transform: translateX(150%) translateY(0);
}

#mainnav > ul > li:hover a:after {
    width: 100%;
    transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
}

.sub-menu > li a {
    position: relative;
    display: inline-block;
}

.sub-menu > li a:after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.sub-menu > li:hover > a:after {
    opacity: 1;
}

#mainnav ul li ul {
    position: absolute; 
    padding: 15px 0 7px 0;
    top: 100%; 
    left: 0; 
    opacity: 0; 
    visibility: hidden;
    background-color: #fff;
    list-style: none;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.11);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.11);
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.11);
}

#mainnav ul li ul li ul {
    left: 100%; 
    top: 0px;
}

#mainnav li:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    margin-top: -1px;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
}

#mainnav .sub-menu {
    width: 220px;

    -webkit-transition: all 0.4s ease;
       -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
         -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
    -webkit-transform: translate(0px, 10px);
       -moz-transform: translate(0px, 10px);
        -ms-transform: translate(0px, 10px);
         -o-transform: translate(0px, 10px);
            transform: translate(0px, 10px);

    border: 1px solid #eaeaec;
}

#mainnav .sub-menu li a {
    margin-bottom: 9px;
}

#mainnav li:hover > .sub-menu > li {
    padding: 1px 23px;
}

#mainnav li:hover > .sub-menu > li > a { 
  letter-spacing: 1px;
    color: #000;
}

#mainnav .sub-menu .sub-menu:before {
    left: -8px;
}

/* Mobile navigation
---------------------------------------- */
.btn-menu {
   font-size: 28px;
   font-family: "fontello";
   color: #000;
   float: right;
   text-align:center;
   width: 28px;
   height: 28px;
   margin-top: 41px;
   cursor: pointer;
   -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
       -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
           transition: all .2s ease-out;
}

.btn-menu:before{
    content: "\e815";
}

.btn-menu {
    display: none 
}

#mainnav-mobi {
   display: block;
   margin: 0 auto;
   width: 100%;
   position: absolute;
   background-color: #07232E;
   z-index: 1000;
   left: 0;
}

#mainnav-mobi ul {
   display: block;
   list-style: none;
   margin: 0;
   padding: 0;
}

#mainnav-mobi ul li {
   margin:0;
   position: relative;
   text-align: left;
   border-top: 1px solid rgba(255, 255, 255, 0.4);
   cursor: pointer
}

#mainnav-mobi ul li:before {
  border: 0;
}

#mainnav-mobi ul > li > a {
   text-decoration: none;
   height: 50px;
   line-height: 50px;
   padding: 0 30px;
   color: #fff;
}

#mainnav-mobi ul.sub-menu {
   top: 100%;
   left: 0;
   z-index: 2000;
   position: relative;
   background-color: #00051C;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
   position: relative;
   border-top: 1px solid rgba(236, 236, 236, 0.21)
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
   padding-left: 70px !important
}

#mainnav-mobi ul.sub-menu > li > a {
   display: block;
   text-decoration: none;
   padding: 0 60px;
   border-top-color: rgba(255,255,255,.1);
   -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
           transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
   border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
   color: #fff;
}

.btn-submenu:before {
   content: "\e877";
   color: #fff;
   font-family: "fontello";
   font-size: 20px;
   position: absolute;
   right: 40px;
   top: 15px;
}

.btn-submenu.active:before {
   content: "\e87a";
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
    width: 100%;
    background-attachment: fixed;
    background-position: 50% 0;
}

.parallax-bg1 {
    background-image: url(../images/parallax-bg1.jpg);
}

/* Page Title
-------------------------------------------------------------- */
.roll-row.page-title {
    padding: 0;
}

.roll-row.page-title .main-title {
    position: relative;
    background-image: url(../images/blog/bg1.jpg);
    position: relative;
    min-height: 393px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.roll-row.page-about {
    margin-top: -1px;
}

.roll-row.page-about .main-title {
    background-image: url(../images/about/bg.jpg);
    min-height: 134px;
}

.roll-row.page-about .main-title {
    background-image: url(../images/about/bg.jpg);
    min-height: 134px;
}

.roll-row.page-services .main-title {
    background-image: url(../images/services/bg.jpg);
    min-height: 203px;
}

.roll-row.roll-help {
    background-image: url(../images/help/bg.jpg);
    min-height: 583px;
    position: relative;
}

.roll-row.page-services-alt .main-title {
    background-image: url(../images/services/bg1.jpg);
    min-height: 207px;
    position: relative;
}

.roll-row.page-about-alt .main-title {
  min-height: 240px;
}

.roll-row.page-title .main-title .page-overlay {
    position: absolute;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
}

.roll-row.page-title.page-faq .main-title {
    min-height: 318px;
}

.roll-row.page-title .main-title {
    width: 100%;
}

.roll-row.page-title .main-title .title {
    position: relative;
    margin-top: 89px;
    color: #fff;
    margin-bottom: 37px;
    z-index: 10;
}

.roll-row.page-about .main-title .title {
    color: #222;
    margin: 0;
    margin-top: 42px;
}

.roll-row.page-services .main-title title {
    color: #222;
    margin: 0;
    margin-top: 86px;
}

.roll-row.page-services-alt .main-title title {
    color: #fff;
    margin: 0;
    margin-top: 81px;
}

.roll-row.page-about-alt .main-title h1.title {
    font-size: 48px;
    line-height: 46px;
    font-weight: 300;
    z-index: 1;
    position: relative;
    color: #fff;
    margin-top: 101px;
}

.roll-row.page-title.page-faq .main-title h2.title {
    letter-spacing: 0.2px;
    font-size: 48px;
    margin-top: 76px;
    margin-bottom: 42px;
    font-weight: 200;
}

.roll-row.page-title .main-title p.content {
    width: 415px;
    float: left;
    margin-right: 47px;
    position: relative;
    color: #fff;
    z-index: 1;
}

.roll-row.page-title .page-nav {
    border-bottom: 1px solid #e6e6e6;
    color: #000;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
}

.roll-row.page-title .page-nav .nav-left {
    float: left;
}

.roll-row.page-title .page-nav .nav-right {
    float: right;
}

.roll-row.page-title .page-nav .nav-right a {
    color: #a3a3a3;
    letter-spacing: 1px;
}

.roll-row.page-title .page-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.roll-row.page-title .page-nav ul li {
    float: left;
}

.roll-row.page-title .page-nav .nav-prev {
    letter-spacing: 1px;
}

.roll-row.page-title .page-nav .nav-prev a {
    color: #737373;
}

.roll-row.page-title .page-nav .nav-split {
    letter-spacing: 1px;
}

.roll-row.page-title .page-nav a.nav-myaccount {
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
}

.roll-row.page-title .page-nav a {
    margin-right: 13px;
    letter-spacing: 1.2px;
    padding: 18px 0 16px 0;
    display: inline-block;
}

.roll-row.page-title .page-nav a:hover {
    color: #737373;
}

.roll-row.page-title .page-nav .nav-right a {
    margin-right: 0;
    margin-left: 26px;
}

/* Blog
-------------------------------------------------------------- */
/* Blog Post */
.blog-post {
    padding-right: 35px;
}

.blog-post.shop {
    padding-right: 0;
}

.blog-title {
    color: #8d8d8d;
    font-size: 12px;
    line-height: 34px;
    font-weight: 600;
}

.blog-post.shop .blog-title h3.title {
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}

.blog-title ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.blog-title ul li {
    display: inline-block;
    margin-right: -3px;
    list-style: none;
    width: 100%;
}

.blog-post .post {
    margin-top: 40px;
}

.blog-post .post .title-post {
    margin-top: 20px;
    letter-spacing: 3px;
    font-weight: 700;
}

.blog-post .post .sub-title {
    letter-spacing: 2.4px;
    font-weight: 300;
    margin-bottom: 10px;
}

.blog-post .post .meta-post {
    font-family: "Sanchez";
    font-size: 13px;
    line-height: 34px;
    color: #a3a3a3;
    margin-top: 1px;
    margin-bottom: 13px;
}

.blog-post .post .meta-post .author {
    color: #a3a3a3;
}

.blog-post .post .meta-post .author:hover {
    color: #000;
}

.blog-post .post .meta-post span {
    position: relative;
}

.blog-post .post .meta-post span.like {
    margin-left: 22px;
    margin-right: 10px;
}

.blog-post .post .meta-post span.comment {
    margin-right: 17px;
}

.blog-post .post .meta-post span.like,
.blog-post .post .meta-post span.comment,
.blog-post .post .meta-post span.docs {
    font-family: "Playfair Display";
    font-weight: 400;
    min-width: 40px;
    display: inline-block;
    padding-left: 26px;
}

.blog-post .post .meta-post span.like:before,
.blog-post .post .meta-post span.comment:before,
.blog-post .post .meta-post span.docs:before {
    position: absolute;
    top: 2px;
    left: 0;
    font-family: "fontello";
    color: #ccc;
    font-size: 20px;
}

.blog-post .post .meta-post span.like:before {
    content: "\e80a";
}

.blog-post .post .meta-post span.comment:before {
    content: "\e840";
}

.blog-post .post .meta-post span.docs:before {
    content: "\e84d";
}

.blog-post .post a.read-more {
    margin-top: 17px;
}

.blog-post .post .spacing {
    margin-top: 41px;
}

.quote-line {
    position: relative;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    padding-left: 31px;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 27px;
    border-left: 10px solid #000;
}

.quote-light {
    position: relative;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    padding-left: 49px;
    margin-top: 25px;
    margin-bottom: 27px;
    font-weight: 300;
    border: 0;
}

.quote-light:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "fontello";
    font-size: 41px;
    content: "\e837";
    color: #000;
}

.quote-dark {
    position: relative;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    padding-left: 69px;
    margin-top: 22px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 24px;
    color: #fff;
    background-color: #191919;
    font-weight: 300;
    border: 0;
}

.quote-dark:before {
    position: absolute;
    top: 24px;
    left: 22px;
    font-family: "fontello";
    font-size: 41px;
    content: "\e837";
    color: #fff;
}

.blog-details .blog-title {
    margin-bottom: 64px;
    float: left;
    width: 100%;
}

.blog-nav {
    float: right;
}

.blog-nav button {
    position: relative;
    height: 50px;
    width: 50px;
    background-color: transparent;
    border: 2px solid #dedede;
    border-radius: 3px;
    float: left;
    margin-left: 12px;
    outline: 0;
}

.blog-nav .blog-prev {
    margin-right: 13px;
}

.blog-nav .blog-prev i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    font-family: "fontello";
    font-size: 20px;
    color: #000;
    -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;
}

.blog-nav .blog-prev:hover i:before {
    left: 16px;
}

.blog-nav .blog-next i:before {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -10px;
    margin-right: -10px;
    font-family: "fontello";
    font-size: 20px;
    color: #000;
    -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;
}

.blog-nav .blog-next:hover i:before {
    right: 14px;
}

.blog-nav .blog-split {
    float: left;
    width: 19px;
    margin-top: 7px;
}

.blog-nav .blog-split div {
    position: relative;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    line-height: 0;
    font-size: auto;
}

.blog-nav .blog-split div:before {
    position: absolute;
    content: "";
    top: -7px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
}

.blog-nav .blog-split div:after {
    position: absolute;
    content: "";
    bottom: -7px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
}

.blog-details .post img {
    margin-top: 37px;
    margin-bottom: 7px;
}

.blog-details .post p {
    margin-bottom: 45px;
}

.blog-details .blog-paging {
    display: inline-block;
    width: 100%;
}

.blog-details .blog-paging {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 27px;
}

.blog-details .blog-paging li {
    display: inline-block;
    list-style: none;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
}

.blog-details .blog-paging li a {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    display: inline-block;
    border: 2px solid #dedede;
    top: 20px;
    position: relative;
}

.blog-details .blog-paging .page-prev {
    float: left;
}

.blog-details .blog-paging .page-next {
    float: right;
}

.blog-details .blog-paging li a.prev-submit {
    margin-right: 14px;
}

.blog-details .blog-paging li a.next-submit {
    margin-left: 16px;
}

.blog-details .blog-paging li a.prev-submit:before {
    position: absolute;
    top: 12px;
    left: 20px;
    font-family: "fontello";
    font-size: 20px;
    content: "\e878";
    color: #000;
    -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;
}

.blog-details .blog-paging li a.prev-submit:hover:before {
    left: 15px;
}

.blog-details .blog-paging li a.next-submit:before {
    position: absolute;
    top: 12px;
    right: 20px;
    font-family: "fontello";
    font-size: 20px;
    content: "\e879";
    color: #000;
    -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;
}

.blog-details .blog-paging li a.next-submit:hover:before {
    right: 15px;
}

.comment-respond {
    margin-top: 92px;
    display: inline-block;
    width: 100%;
}

.comment-respond h4.title {
    font-size: 19px;
    line-height: 19px;
}

.comment-respond .comment-form,
.comment-form .input-wrap input,
.comment-form .textarea-wrap textarea {
    width: 100%;
}

.comment-respond .comment-form {
    margin-top: 44px;
}

.comment-form .input-wrap {
    width: 48.05%;
    float: left;
}

.comment-respond.home-getin h4.title {
    font-size: 22px;
    line-height: 72px;
    letter-spacing: 1px;
    font-weight: 500;
}

.comment-respond.home-getin {
    margin: 0;
}

.comment-form .input-wrap.name {
    margin-right: 3.9%;
}

.comment-form .textarea-wrap textarea,
.comment-form .input-wrap input {
    border: 2px solid #dedede;
    border-radius: 3px;
    -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;
}

.comment-form .textarea-wrap textarea:focus,
.comment-form .input-wrap input:focus {
    border-color: #000;
}

.comment-form .textarea-wrap textarea {
    height: 144px;
    padding-top: 15px;
    padding-left: 22px;
    margin-bottom: 14px;
}

.comment-form .input-wrap input {
    margin-bottom: 21px;
    padding-left: 18px;
    height: 50px;
}

.comment-form *::-webkit-input-placeholder {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
}

.comment-form *:-moz-placeholder {
    /* FF 4-18 */
    color: #000;
    line-height: 25px;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.comment-form *::-moz-placeholder {
    /* FF 19+ */
    color: #000;
    line-height: 25px;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.comment-form *:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    line-height: 25px;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.btn-submit {
    background-color: #000;
    padding-top: 15px;
    padding-left: 25px;
    padding-bottom: 13px;
    padding-right: 49px;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    letter-spacing: 1px;
    position: relative;
}

.btn-submit:after {
    position: absolute;
    top: 15px;
    right: 28px;
    font-family: "fontello";
    font-size: 20px;
    content: "\e879";
    color: #fff;
    -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;
}

.btn-submit:hover:after{
    right: 20px;
}

.comments-list {
    margin-bottom: 41px;
}

.comments-list ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.comments-list ul li {
    display: inline-block;
    list-style: none;
    margin-top: 36px;
}

.comments-list ul li:first-child {
    margin-top: 0;
}

.comments-list h4.title {
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 0.2px;
    margin-top: 47px;
    margin-bottom: 29px;
}

.comments-list .comment {
    display: inline-block;
    width: 100%;
}

.comments-list .comment .comment-author {
    display: inline-block;
    width: 70px;
    float: left;
    position: absolute;
}

.comment .assess {
    width: 70px;
    margin-top: 5px;
}

.assess .reply {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding-left: 23px;
    float: left;
}

.assess .reply:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "fontello";
    font-size: 15px;
    content: "\e824";
    color: #000;
    -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;
}

.assess .reply:hover:before,
.assess .like:hover:before {
    color: #737373;
}

.assess .like {
    position: relative;
    margin-left: 7px;
    display: inline-block;
    line-height: 24px;
    padding-left: 17px;
    float: left;
}

.assess .like:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "fontello";
    font-size: 15px;
    content: "\e82f";
    color: #000;
    -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;
}

.comments-list .comment .comment-text {
    display: inline-block;
    float: right;
    margin-left: 100px;
}

.comment-text h6.author-name {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.2px;
    margin-top: -6px;
}

.comment-text .date {
    font-size: 14px;
    line-height: 25px;
    display: inline-block;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
}

.comment-text .content {
    letter-spacing: 0.2px;
    line-height: 22px;
    color: #737373;
}

.blog-container .title-post {
    font-size: 20px;
    letter-spacing: 1.2px;
}

.blog-container .post {
    margin-top: 30px;
    margin-bottom: 27px;
    overflow: hidden;
}

.blog-container .post 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;
}

.blog-container .post:hover img {
    -webkit-filter: brightness(85%);
        -moz-filter: brightness(85%);
            -webmskit-filter: brightness(85%);
                -o-filter: brightness(85%);
                    filter: brightness(85%);
                    transform: scale(0.99);
                -o-transform: scale(0.99);
            -webmskit-transform: scale(0.99);
        -moz-transform: scale(0.99);
    -webkit-transform: scale(0.99);
}

.blog-page {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-top: 71px;
    margin-bottom: 10px;
    width: 100%;
}

.blog-page li {
    float: left;
    list-style: none;
    width: 50px;
    height: 50px;
    border: 2px solid #dedede;
    border-radius: 3px;
    position: relative;
    margin-left: 8px;
    cursor: pointer;
}

.blog-page li a {
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 1.2px;
    font-weight: 700;
    position: absolute;
    left: 19px;
    top: 6px;
}

.blog-page li:first-child {
    margin-left: 0;
}

.blog-page li:before {
    position: absolute;
    top: 12px;
    font-family: "fontello";
    font-size: 20px;
    color: #000;
}

.blog-page li.page-prev:before {
    content: "\e878";
    left: 20px;
    -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;
}

.blog-page li.page-prev:hover:before {
    left: 15px;
}

.blog-page li.page-next:before {
    content: "\e879";
    right: 18px;
    -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;
}

.blog-page li.page-next:hover:before {
    right: 13px;
}

.blog-page li.page-next,
.blog-page li.right {
    float: right;
}

.blog-container .items-4 {
    width: 25%;
}

.blog-container .items-4 .items {
    margin-top: 0;  
}

.blog-post.shop .blog-sort {
    display: inline-block;
    margin-right: -3px;
}

.blog-post.shop .blog-filter {
    display: inline-block;
    margin-right: -3px;
    margin-left: 61px;
}

.blog-post.shop .blog-filter ul .drop-wrap.size,
.blog-post.shop .blog-filter ul .drop-wrap.size + .dropdown {
    width: 119px;
}

.blog-post.shop .blog-filter ul {
    margin-right: 23px;
}

.blog-post.shop .shop-toppaging {
    display: inline-block;
    margin-right: -3px;
    float: right;
}

.blog-post.shop .shop-toppaging button {
    position: relative;
    height: 50px;
    width: 50px;
    background-color: transparent;
    border: 2px solid #dedede;
    border-radius: 3px;
    float: left;
}

.blog-post.shop .shop-toppaging button.shop-topprev {
    margin-right: 9px;
}

.blog-post.shop .shop-toppaging button.shop-topnext {
    margin-left: 11px;
}

.blog-post.shop .shop-toppaging button.shop-topprev:before {
    position: absolute;
    top: 13px;
    left: 20px;
    font-family: "fontello";
    font-size: 20px;
    content: "\e878";
    color: #000;
    -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;
}

.blog-post.shop .shop-toppaging button.shop-topnext:before {
    position: absolute;
    top: 13px;
    right: 20px;
    font-family: "fontello";
    font-size: 20px;
    content: "\e879";
    color: #000;
    -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;
}

.blog-post.shop .shop-toppaging button.shop-topprev:hover:before {
    left: 15px;
}

.blog-post.shop .shop-toppaging button.shop-topnext:hover:before {
    right: 15px;
}


.blog-post.shop .shop-toppaging ul {
    float: left;
    opacity: 0.6;
    margin-top: 7px;
}

.blog-post.shop .shop-toppaging ul li {
    width: auto;
    margin: 0 8px 0 4px;
}

/* Main Page */
.roll-row.main-page {
    padding: 66px 0 90px 0;
}

.footer .footer-top {
    padding: 70px 0;
    color: #fff;
    background-color: #003bb3;
}

.footer h5.title {
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.footer p {
    margin-top: 2px;
    color: #fff;
}

.footer-bottom {
    color: #000;
    font-size: 11px;
    line-height: 24px;
}

.footer-bottom .copyright,
.footer-bottom .link,
.footer-bottom .link a,
.footer-bottom .social,
.footer-bottom .social a {
    display: inline-block;
}

.footer-bottom .copyright {
    margin-right: 26px;
}

.footer-bottom .link a {
    margin-left: 26px;
    padding-top: 14px;
    padding-bottom: 8px;
}

.footer-bottom .social {
    float: right;
}

.footer-bottom .social a i:before {
    font-size: 19px;
}

.footer-bottom .social a {
    margin-left: 14px;
    padding: 9px 0 15px 0;
}

.footer-bottom .social a:first-child,
.footer-bottom .link a:first-child {
    margin-left: 0;
}

/* Widget
-------------------------------------------------------------- */
.widget {
    margin-bottom: 24px
}

.widget h6.title {
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 9px;
}

/* Widget Search */
.widget-search {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 0;
    position: relative;
    margin-bottom: 47px;
}

.widget-search .text-search {
    height: 50px;
    width: 100%;
    border-radius: 3px;
    display: inline-block;
    padding: 8px 20px 6px;
    margin: 0;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid #dedede;
}

.widget-search .button-search {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    border: none;
    background-color: transparent;
    display: inline-block;
}

.widget-search .button-search:before {
    position: absolute;
    content: "\e807";
    top: 4px;
    left: 0;
    font-family: "fontello";
    font-size: 21px;
    color: #000;
    padding-top: 10px;
    padding-left: 12px;
    padding-bottom: 10px;
    padding-right: 8px;
}

/* Widget Popular Post */
.widget-popular-post {
    display: inline-block;
}

.widget-popular-post ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.widget-popular-post ul li {
    display: inline-block;
    margin-top: 14px;
}

.widget-popular-post ul li a {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    margin-top: 3px;
}

.widget-popular-post p.content {
    color: #a3a3a3;
    margin-top: 5px;
    line-height: 18px;
    padding-right: 40px;
    margin-bottom: 0;
}

.widget-popular-post span {
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    display: block;
}

/* Widget Popular Post Image */
.widget-popular-post-img {
    display: inline-block;
}

.widget-popular-post-img ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-top: 13px;
}

.widget-popular-post-img ul li {
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 26px;
    position: relative;
}

.widget-popular-post-img ul li img {
    position: absolute;
    top: 32px;
    left: 2px;
    width: 70px;
}

.widget-popular-post-img ul li a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    margin-top: 3px;
}

.widget-popular-post-img p.content {
    color: #a3a3a3;
    margin-top: 8px;
    line-height: 18px;
    padding-right: 40px;
    margin-bottom: 0;
    padding-left: 85px;
}

.widget-popular-post-img span {
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    display: block;
    position: absolute;
    top: 110px;
    left: 0;
}

/* Widget Twitter */
.widget-twitter {
    color: #000;
    line-height: 21px;
    font-weight: 500;
}

.widget-twitter .tweet_text .at,
.widget-twitter .tweet_text a {
    font-weight: 700;
}

.widget-twitter .tweet_time {
    font-weight: 700;
    font-size: 11px;
    line-height: 21px;
    width: 100%;
    margin-top: 7px;
    display: inline-block;
}

.widget-twitter ul {
    margin-top: 20px;
}

.widget-twitter ul li {
    margin-top: 18px;
}

.widget-twitter ul li:first-child {
    margin-top: 0;
}

/* Widget Instagram */

.widget-instagram ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-top: 16px;
}

.widget-instagram ul li {
    width: 70px;
    display: inline-block;
    margin-right: -3px;
    list-style: none;
    margin-right: 9px;
    margin-bottom: 3px;
}

.widget-instagram ul li a 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;
}

.widget-instagram ul li a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* Widget Comment */
.widget-comment ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-top: 19px;
}

.widget-comment ul li {
    display: inline-block;
    margin-right: -3px;
    list-style: none;
    position: relative;
}

.widget-comment ul li i {
    margin: 0;
    padding: 0;
}

.widget-comment ul li i:before {
    position: absolute;
    top: 0;
    left: -5px;
    content: "\e83f";
    font-size: 18px;
    color: #e5e5e5;
    font-family: "fontello";
}

.widget-comment ul li a {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    padding-left: 8px;
}

.widget-comment ul li p {
    line-height: 20px;
    font-weight: 500;
    padding-left: 24px;
    margin-bottom: 12px;
}

/* Widget Archives */
.widget-archives {
    display: inline-block;
}

.widget-archives ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-top: 11px;
}

.widget-archives ul li {
    margin-right: -3px;
    list-style: none;
    width: 100%;

}

.widget-archives ul li a span {
    color: #b1b1b1;
    padding-left: 3px; 
}

.widget-archives ul li a {
    line-height: 31px;
    font-weight: 600;
    margin-right: 3px;
}

/* Widget About */
.widget.widget-about {
    display: inline-block;
}

/* Widget Recent Post */
.widget.widget-recent-post {
    display: inline-block;
}

.widget-recent-post ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.widget-recent-post ul li {
    display: inline-block;
    margin-right: -3px;
    margin-top: 15px;
}

.widget-recent-post ul li:first-child {
    margin-top: 0;
}

.widget-recent-post ul li a img {
    width: 25.8%;
    margin-right: 5.555%;
    float: left;
}

.widget-recent-post ul li a p,
.widget-recent-post ul li a span {
    width: 68.64%;
    float: left;
}

.widget-recent-post ul li a span {
    color: #FF9800;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
}

.widget-recent-post ul li a p {
    margin-top: -6px;
    margin-bottom: 5px;
}

/* Widget Newsletter */
.widget-newsletter h4.title {
    font-size: 24px;
    font-weight: 300;
}

.widget-newsletter .notification_ok {
    color: #959595;
}

.widget-newsletter .notification_error {
    color: #d11212;
}

.widget-newsletter .input {
    display: inline-block;
    width: 253px;
    float: left;
    color: #000;
    margin-bottom: 9px;
}

.widget-newsletter .input input {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 2px solid #fff;
    background-color: transparent;
    padding-left: 10px;
    color: #fff;
    border-radius: 3px;
    padding-top: 17px;
    padding-bottom: 15px;
    padding-left: 26px;
    -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;
}


.widget-newsletter .input input:focus {
    color: #959595;
    border-color: #0f1521;
}

.footer .widget-newsletter .input input:focus {
    border-color: rgba(255,255,255,0.5);
}

.widget-newsletter button.btn-colores {
    width: 100%;
}

.widget-newsletter .read-more {
    background-color: #fff;
    border-color: #fff;
    cursor: pointer;
    font-weight: 500;
    padding: 7px 52px 5px 27px;
    letter-spacing: 1.2px
}

.widget-newsletter .read-more:after {
    right: 24px;
}

.widget-newsletter input:-moz-placeholder,
.widget-newsletter input::-moz-placeholder {
    color: #858585;
    opacity: 1;
}

.widget-newsletter input:-ms-input-placeholder {
    color: #858585;
    opacity: 1;
}

.widget-newsletter input::-webkit-input-placeholder {
    color: #858585;
    opacity: 1;
}

/* Widget Recent Project */
.widget.widget-recent-project {
    display: inline-block;
}

.widget.widget-recent-project ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.widget.widget-recent-project ul li {
    display: inline-block;
    width: 70px;
    margin-right: 11px;
    margin-bottom: 9px;
}

.widget.widget-recent-project ul li 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;
}

.widget.widget-recent-project ul li:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* Widget Tags */
.widget.widget-tags {
    display: inline-block;
}

.widget.widget-tags ul {
    margin: 0;
    padding: 0;
    margin-top: 26px;
}

.widget.widget-tags ul li {
    display: inline-block;
    border:2px solid #dedede;
    padding: 4px 20px 3px 15px;
    border-radius: 3px;
    margin-bottom: 7px;
    margin-right: 2px;
}

.widget.widget-tags ul li a {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}

/* Widget RSS */
.widget-rss {
    display: inline-block;
}

.widget-rss h6.title {
    position: relative;
    width: 100%;
    padding-left: 29px;
}

.widget-rss h6.title:before {
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 20px;
}

.widget-rss ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-left: 29px;
    width: 100%;
}

.widget-rss ul li {
    display: inline-block;
    margin-top: 14px;
}

.widget-rss ul li a {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    margin-top: 3px;
}

.widget-rss p.content {
    color: #a3a3a3;
    margin-top: 5px;
    line-height: 18px;
    padding-right: 40px;
    margin-bottom: 0;
}

.widget-rss span {
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    display: block;
}

/* Widget Recent Posts Text*/
.widget-recent-post-text a {
    line-height: 36px;
}

.widget-recent-post-text h6.title {
    margin-bottom: 11px;
}

/* Widget Meta*/
.widget-meta a {
    line-height: 36px;
}

.widget-meta h6.title {
    margin-bottom: 11px;
}

/* Widget Categories*/
.widget-categories a {
    line-height: 36px;
}

.widget-categories h6.title {
    margin-bottom: 11px;
}

/* Widget Text */
.widget-text .comment-form .input-wrap {
    width: 100%;
}

.widget-text .comment-form .input-wrap.name {
    margin: 0;
    float: none;
}

.widget-text .comment-form .input-wrap.email {
    margin: 0;
    float: none;
}

.widget-text .comment-form .input-wrap input {
    margin-bottom: 11px;
}

.widget-text .comment-form .textarea-wrap textarea {
    height: 50px;
    margin-bottom: 10px;
}

.widget-text p {
    line-height: 20px;
    margin-top: 11px;
    display: inline-block;
    margin-bottom: 28px;
}

/* Widget Feature */
.widget-feature img {
    width: 81.48%;
    margin-top: 18px;
    margin-bottom: 14px;
}

.widget-feature a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 800;
}

.widget-feature p {
    font-size: 15px;
    line-height: 24px;
    opacity: 0.7;
    margin-top: 4px;
}

/* Widget Menu */
.widget-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.widget-menu > ul {
    margin-top: 2px;
}

.widget-menu ul li ul {
    margin-top: -3px;
}

.widget-menu > ul > li > a {
    line-height: 36px !important;
    font-weight: 700 !important;
}

.widget-menu ul li a {
    line-height: 30px;
    font-weight: 600;
}

.widget-menu ul li a:hover {
    font-weight: 800;
}

.widget-menu ul li ul li {
    padding-left: 13px;
}

/* Widget Calendar */
.widget-calendar #datepicker {
    margin-top: 30px;
}

.widget-calendar .ui-datepicker .ui-datepicker-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0 15px;
    display: inline-block;
}

.widget-calendar .ui-datepicker .ui-datepicker-prev, 
.widget-calendar .ui-datepicker .ui-datepicker-next {
    position: relative;
    display: inline-block;
}

.widget-calendar .ui-datepicker-header {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.widget-calendar .ui-widget-header a {
    color: #000;
}

.widget-calendar .ui-icon, 
.widget-calendar .ui-widget-content .ui-icon {
    background-color: transparent;
}

.widget-calendar .ui-datepicker-prev:before,
.widget-calendar .ui-datepicker-next:before {
    font-size: 15px;
    top: -3px;
    position: relative;
}

.widget-calendar .ui-datepicker .ui-datepicker-header {
    padding: 0;
    padding-top: 13px;
    margin-bottom: 9px;
}

.widget-calendar .ui-datepicker th {
    opacity: 0.5;
    padding: 0 0 4px 0;
    line-height: 24px;
    text-align: right;
}

.widget-calendar .ui-datepicker {
    width: auto;
    padding: 3px 21px 18px 3px;
}

.widget-calendar .ui-datepicker table {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.widget-calendar .ui-datepicker td span, 
.widget-calendar .ui-datepicker td a {
    line-height: 22px;
    letter-spacing: 0.2px;
    padding: 0;
}

.widget-calendar .ui-state-highlight, 
.widget-calendar .ui-widget-content .ui-state-highlight, 
.widget-calendar .ui-widget-header .ui-state-highlight {
    color: #000;
    font-weight: 700;
}

/* Portfolio */
.portfolio .blog-post {
    padding-right: 0;
    margin-bottom: 1px;
}

.portfolio .items {
    margin-top: 30px;
    position: relative;
}

.portfolio .items .image {
    position: relative;
}

.portfolio .items .image .overlay {
    background-color: #fff;
    opacity: 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;
}

.portfolio .items:hover .image .overlay {
    opacity: 0.95;
    border: 2px solid #e2e2e2;
}

.portfolio .items h5.title {
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 1.9px;
    padding-left: 48px;
    position: absolute;
    z-index: 10;
    top: 50px;
    opacity: 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;
}

.portfolio .items:hover h5.title {
    opacity: 1;
    top: 39px;
}

.portfolio .items h6.sub-title {
    font-size: 13px;
    line-height: 34px;
    letter-spacing: 1.9px;
    font-family: "Playfair Display";
    padding-left: 48px;
    position: absolute;
    z-index: 10;
    top: 50px;
    opacity: 0;
    width: 100%;
    
    -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;
}

.portfolio .items:hover h6.sub-title {
    opacity: 0.5;
    top: 62px;
}

.portfolio .items span {
    padding-left: 30px;
    position: absolute;
    z-index: 10;
    top: 102px;
    padding-right: 50px;
    opacity: 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;
}

.portfolio .items:hover span {
    opacity: 1;
    padding-left: 48px;
}

.portfolio .items a.read-more {
    border-color: #e2e2e2;
    left: 102px;
    top: 170px;
    letter-spacing: 1.4px;
    padding-right: 44px;
}

.portfolio .items a.resize-full {
    border-radius: 3px;
    border: 2px solid #e2e2e2;
    width: 50px;
    height: 50px;
    left: 44px;
    top: 200px;
    
    -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;
}

.portfolio .items a.resize-full:before {
    font-size: 20px;
    position: absolute;
    top: 13px;
    left: 9px;
    color: #c3c3c4;
}

.portfolio .items a {
    position: absolute;
    z-index: 10;
    opacity: 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;
}

.portfolio .items:hover a {
    opacity: 1;
}

.portfolio .items:hover a.read-more {
    top: 182px;
}

.portfolio .items a:hover.resize-full {
    border-color: #000;
}

.portfolio .items:hover a.resize-full {
    top: 181px;
}

.portfolio .items a:hover.resize-full:before {
    color: #000;
}

.portfolio.two-col h5.title {
    top: 138px;
}

.portfolio.two-col h6.sub-title {
    top: 161px;
}

.portfolio.two-col .items span {
    top: 200px;
}

.portfolio.two-col .items a.resize-full {
    top: 300px;
}

.portfolio.two-col .items a.read-more {
    top: 261px;
}

.portfolio.two-col .items:hover a.resize-full {
    top: 280px;
}

.portfolio.two-col .items:hover a.read-more {
    top: 281px;
}

.portfolio.two-col .items .image {
    max-height: 370px;
}

.portfolio.third-text h5.title,
.portfolio.third-text h6.sub-title,
.portfolio.third-text .items span {
    position: relative;
    top: auto;
    padding-left: 0;
    opacity: 1;
}

.portfolio.third-text h5.title a,
.portfolio.third-text h6.sub-title a {
    position: relative;
    top: auto;
    padding-left: 0;
    opacity: 1;
}

.portfolio.third-text h6.sub-title a {
    opacity: 0.5;
}

.portfolio.third-text .items:hover h5.title,
.portfolio.third-text .items:hover h6.sub-title {
    top: auto;
}

.portfolio.third-text h5.title {
    margin-top: 23px;
}

.portfolio.third-text h6.sub-title {
    margin-top: -11px;
}

.portfolio.third-text .items a {
    opacity: 0;
}

.portfolio.third-text .items a.resize-full {
    left: 69px;
    top: 140px;
}

.portfolio.third-text .items:hover a.resize-full {
    top: 119px;
}

.portfolio.third-text .items a.read-more {
    left: 126px;
    top: 100px;
}

.portfolio.third-text .items:hover a.read-more {
    top: 121px;
}

.portfolio.third-text .items:hover a {
    opacity: 1;
}

.portfolio.details .blog-nav button {
    margin: 0;
    margin-top: 2px;
}

.portfolio.details .blog-nav button.blog-prev {
    margin-right: 6px;
}

.portfolio.details h4.title,
.portfolio.details .blog-post {
    display: inline-block;
}

.portfolio.details .blog-post {
    float: right;
}

.portfolio.details h4.title {
    margin-top: 13px;
    margin-bottom: 56px;
}

.portfolio.details .detail-left {
    width: 74.36%;
    float: left;
    margin-top: 46px;
}

.portfolio.details .detail-right {
    width: 23.07%;
    float: right;
    margin-top: 49px;
}

.portfolio.details .detail-nav {
    width: 100%;
    display: inline-block;
}

.portfolio.details .detail-left .briefly {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 22px;
}

.portfolio.details .detail-right span {
    font-size: 14px;
    line-height: 22px;
    opacity: 0.5;
    position: relative;
    display: inline-block;
}

.portfolio.details .detail-right span:before {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 20px;
}

.portfolio.details .detail-right span.share {
    opacity: 1;
    padding-left: 32px;
    margin-top: -2px;
    margin-bottom: 3px;
}

.portfolio.details .detail-right span.heart {
    opacity: 1;
    margin-top: -2px;
    margin-left: 46px;
    padding-left: 31px
}

.portfolio.details .detail-right .category {
    margin-top: 14px;
    display: inline-block;
}

.portfolio.details .detail-right .category h5 {
    line-height: 22px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 14px;
}

.portfolio.details .detail-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 58px;
}

.portfolio.details .detail-nav button {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 2px solid #dedede;
    border-radius: 3px;
    outline: 0;
}

.portfolio.details .detail-nav button i:before {
    position: absolute;
    top: 50%;
    font-family: "fontello";
    font-size: 20px;
    color: #000;
}

.portfolio.details .detail-nav button.detail-prev i:before {
    left: 50%;
    content: "\e878";
    margin-left: -10px;
    margin-top: -10px;
    -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;
}

.portfolio.details .detail-nav button.detail-layout i:before {
    content: "\e814";
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    -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;
}

.portfolio.details .detail-nav button.detail-next i:before {
    right: 50%;
    content: "\e879";
    margin-right: -10px;
    margin-top: -10px;
    -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;
}

.portfolio.details .detail-nav button.detail-prev:hover i:before {
    left: 16px;
}

.portfolio.details .detail-nav button.detail-next:hover i:before {
    right: 14px;
}

.portfolio.details .detail-nav button.detail-layout:hover i:before {
    font-size: 22px;
}

.portfolio.details .detail-nav button.detail-prev {
    float: left;
}

.portfolio.details .detail-nav button.detail-next {
    float: right;
}

.portfolio.details .detail-related h4 {
    line-height: 24px;
    margin-top: 83px;
    margin-bottom: 53px;
}

.portfolio.details .detail-related ul {
    margin: 0;
    padding: 0;
}

.portfolio.details .detail-related ul li {
    display: inline-block;
    width: 30.8%;
    margin-right: -3px;
    margin-left: 2.46%;
}

.portfolio.details.fullwidth h4.title {
    margin-top: 54px;
}

.portfolio.details.fullwidth .blog-post {
    margin-top: 40px;
}

.portfolio.details.fullwidth .detail-left,
.portfolio.details.fullwidth .detail-right {
    margin-top: 0;
}

.portfolio.details.small-image .detail-left {
    padding-right: 2.95%;
}

.portfolio.details.small-image .image {
    margin-top: 28px;
    margin-bottom: 34px;
}

.portfolio.details.small-image .image ul {
    margin: 0;
    padding: 0;
}

.portfolio.details.small-image .image ul li {
    display: inline-block;
    margin-left: 2.35%;
    margin-right: -3px;
    width: 31.73%;
}

.portfolio.details.small-image .image ul li:first-child {
    margin-left: 0;
}

.portfolio.details.small-image .image ul li a {
    display: inline-block;
}

.portfolio.details.small-image .detail-right h4.title {
    line-height: 24px;
    margin: 0;
    margin-top: -4px;
    margin-bottom: 17px;
}

.portfolio.details.small-image .detail-right p.briefly {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 22px;
}

.portfolio.details.small-image .detail-right span.share,
.portfolio.details.small-image .detail-right span.heart {
    margin-top: 13px;
}

.portfolio.details.small-image .detail-right .category {
    margin-top: 17px;
} 

.portfolio.light {
    background-color: #f4f4f4;
}

.portfolio.light .items-4 .items {
    background-color: #000;
}

.portfolio.light .items-4 .items .image img {
    opacity: 0.6;
}

.portfolio.light .pheader {
    text-align: center;
    margin-bottom: 103px;
}

.portfolio.light .pheader h2.title {
    line-height: 30px;
    letter-spacing: 3px;
    font-weight: 300;
    word-spacing: 4px;
    margin-bottom: 23px;
}

.portfolio.light .pheader p {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    opacity: 0.8;
}

.portfolio .items-4 .items:hover .image .overlay {
    border: 0;
}

.portfolio .items-4 .items h5.title {
    top: 22px;
}

.portfolio .items-4 .items:hover h5.title {
    top: 42px;
}

.portfolio .items-4 .items h6.sub-title {
    top: 85px;
}

.portfolio .items-4 .items:hover h6.sub-title {
    top: 65px;
}

.portfolio .items-4 .items span {
    top: 124px;
}

.portfolio .items-4 .items:hover span {
    top: 104px;
}

.portfolio .items-4 .items a.resize-full {
    top: 164px;
}

.portfolio .items-4 .items:hover a.resize-full {
    top: 184px;
}

.portfolio .items-4 .items a.read-more {
    top: 165px;
    -webkit-transition-delay: 0.09s; /* Safari */
    transition-delay: 0.09s;
}

.portfolio .items-4 .items:hover a.read-more {
    top: 185px;
}

.portfolio.full .blog-post {
    margin-bottom: 31px;
}

/* Slider
-------------------------------------------------------------- */
.head-slider {
    overflow: hidden;
}

.head-slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.75;
}

.head-slider.default {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.head-slider.slide-product {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
    
}

.head-slider.slide-landing {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
    margin-top: -1px;
}

.head-slider.slide-landing-left {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
    margin-top: -1px;
}

.head-slider.slide-landing-right {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
    margin-top: -1px;
}

.head-slider.slide-landing-right .overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.head-slider.video-bg {
    background-color: rgba(0,0,0,0.5);
    position: relative;
}

.head-slider.video-bg .content h2.title,
.head-slider.video-bg .content p.sub-title,
.head-slider.video-bg .content .read-more,
.head-slider.video-bg .content .read-more:after {
    color: #fff !important;
}

.head-slider.video-bg .content .read-more {
    border-color: #fff;
}

.head-slider .load-video {
    position: absolute;
    background: url('../images/loader.gif');
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

.head-slider.default ul.image-bg {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.head-slider.slide-product ul.image-bg {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.head-slider ul.image-bg li {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.head-slider.slide-landing-right ul.image-bg li {
    left: -100%;

    -webkit-transition: all 1.5s;
       -moz-transition: all 1.5s;
         -ms-transition: all 1.5s;
          -o-transition: all 1.5s;
              transition: all 1.5s;
}

.head-slider ul.image-bg li.sleft {
    transform: translateX(3%); 
    -o-transform: translateX(3%); 
    -ms-transform: translateX(3%); 
    -webkit-transform: translateX(3%); 
}

.head-slider ul.image-bg li.sright {
    transform: translateX(-3%); 
    -o-transform: translateX(-3%); 
    -ms-transform: translateX(-3%); 
    -webkit-transform: translateX(-3%); 
}

.head-slider ul.image-bg li.stop {
    transform: translateY(3%); 
    -o-transform: translateY(3%); 
    -ms-transform: translateY(3%); 
    -webkit-transform: translateY(3%); 
}

.head-slider ul.image-bg li.sbottom {
    transform: translateY(-3%); 
    -o-transform: translateY(-3%); 
    -ms-transform: translateY(-3%); 
    -webkit-transform: translateY(-3%); 
}

.head-slider ul.image-bg li.active {
    opacity: 1;
}

.head-slider.slide-landing-right ul.image-bg li.active {
    left: 0;
}

.head-slider ul.image-bg li.sleft.active,
.head-slider ul.image-bg li.sright.active {
    transform: translateX(0); 
    -o-transform: translateX(0); 
    -ms-transform: translateX(0); 
    -webkit-transform: translateX(0);
}

.head-slider ul.image-bg li.stop.active,
.head-slider ul.image-bg li.sbottom.active {
    transform: translateY(0); 
    -o-transform: translateY(0); 
    -ms-transform: translateY(0); 
    -webkit-transform: translateY(0);
}

.video-bg .buttonBar {
    opacity: 0;
}

.head-slider .content {
    text-align: center;
    z-index: 15;
    position: relative;
    width: 100%;
    display: inline-block;
}

.head-slider .content h2.title {
    font-size: 65px;
    line-height: 80px;
    letter-spacing: 4px;
    text-align: center;
    width: 100%;
    z-index: 9;
}

.head-slider .content p.sub-title {
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
}

.head-slider .content .read-more {
    color: #000;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #000;
    padding: 7px 58px 5px 31px;
}

.head-slider .content .read-more.white {
    background: #fff;
    border-color: #fff;
    margin-right: 12px;
}

.head-slider .content .read-more:after {
    color: #000;
    right: 23px;
}

.head-slider.slide-2 {
    position: relative;
}

.head-slider.slide-2 .content {
    margin: 0;
    margin-top: 0;
    text-align: right;
}

.head-slider.slide-2 .content .head-title {
    margin-right: 129px;
    margin-bottom: 2px;
    display: inline-block;
}

.head-slider.slide-2 .content .head-subtitle {
    margin-right: 129px;
    display: inline-block;
}

.head-slider.slide-2 .content .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    height: 100%;
}

.head-slider.slide-2 h2.title {
    position: relative;
    font-size: 32px;
    line-height: 21px;
    font-weight: 700;
    padding: 22px 20px 23px 37px;
    opacity: 1;
    color: #fff;
}

.head-slider.slide-2 p.sub-title {
    position: relative;
    top: 0;
    padding: 8px 25px 14px 55px;
    margin: 0;
    color: #fff;
}

.head-slider.slide-2 .flexslider .flex-direction-nav a:before,
.head-slider.slide-product .flexslider .flex-direction-nav a:before,
.head-slider.video-bg .flexslider .flex-direction-nav a:before,
.head-mask .flexslider .flex-direction-nav a:before,
.head-slider.slide-landing-right .flexslider .flex-direction-nav a:before,
.head-slider.slide-landing .flexslider .flex-direction-nav a:before,
.head-slider.slide-landing-left .flexslider .flex-direction-nav a:before {
    border-color: #fff;
    opacity: 0.4;
}

.head-slider.slide-2 .flexslider .flex-direction-nav a:hover:before,
.head-slider.slide-product .flexslider .flex-direction-nav a:hover:before,
.head-slider.video-bg .flexslider .flex-direction-nav a:hover:before,
.head-mask .flexslider .flex-direction-nav a:hover:before,
.head-slider.slide-landing-right .flexslider .flex-direction-nav a:hover:before,
.head-slider.slide-landing .flexslider .flex-direction-nav a:hover:before,
.head-slider.slide-landing-left .flexslider .flex-direction-nav a:hover:before {
    opacity: 1;
}

.head-slider.slide-2 .flexslider .flex-direction-nav a i,
.head-slider.slide-product .flexslider .flex-direction-nav a i,
.head-slider.video-bg .flexslider .flex-direction-nav a i,
.head-mask .flexslider .flex-direction-nav a i,
.head-slider.slide-landing-right .flexslider .flex-direction-nav a i,
.head-slider.slide-landing .flexslider .flex-direction-nav a i,
.head-slider.slide-landing-left .flexslider .flex-direction-nav a i {
    color: #fff;
    opacity: 0.4;
}

.head-slider.slide-2 .flexslider .flex-direction-nav a:hover i,
.head-slider.slide-product .flexslider .flex-direction-nav a:hover i,
.head-slider.video-bg .flexslider .flex-direction-nav a:hover i,
.head-mask .flexslider .flex-direction-nav a:hover i,
.head-slider.slide-landing-right .flexslider .flex-direction-nav a:hover i,
.head-slider.slide-landing .flexslider .flex-direction-nav a:hover i,
.head-slider.slide-landing-left .flexslider .flex-direction-nav a:hover i {
    opacity: 1;
}

.head-slider.slide-2 .flexslider .flex-direction-nav .flex-prev {
    top: 50%;
    margin-top: -25px;
    left: 33px;
}

.head-slider.slide-2 .flexslider .flex-direction-nav .flex-next {
    top: 50%;
    margin-top: -25px;
    right: 33px;
}

.head-slider.slide-2 .flexslider .flex-direction-nav a:before {
    opacity: 0.7;
}

.head-slider.slide-product .content {
    position: relative;
    width: 770px;
}

.head-slider.slide-product li > img {
    position: absolute;

}

.head-slider.slide-product .flexslider .flex-direction-nav .flex-prev,
.head-slider.slide-product .flexslider .flex-direction-nav .flex-next {
    top: 50%;
    margin-top: -25px;
}

.head-slider.slide-landing-left {
    text-align: left;
}

.head-slider.slide-landing-left .content {
    width: 490px;
    margin-top: 155px;
    text-align: left;
    margin-left: 24px !important;
}

.head-slider.slide-landing-left p {
    color: #fff;
    text-align: left;
}

.head-slider.slide-landing-left h2.title {
    font-size: 32px;
    line-height: 35px;
    text-align: left;
    top: 0;
    color: #fff;
    margin-bottom: 15px;
}

.head-slider.slide-landing-left a.read-more {
    left: 0;
    color: #fff;
}

.head-slider.slide-landing-left a.read-more:after {
    color: #fff;
}

.head-slider.slide-landing-right {
    text-align: right;
}

.head-slider.slide-landing-right .content {
    width: 490px;
    margin-top: 155px;
    text-align: left;
    margin-right: 50px !important;
}

.head-slider.slide-landing-right p {
    color: #fff;
    text-align: left;
    left: 0;
}

.head-slider.slide-landing-right h2.title {
    font-size: 32px;
    line-height: 35px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

.head-slider.slide-landing-right a.read-more {
    left: 0;
    opacity: 1;
    color: #fff;
}

.head-slider.slide-landing-right a.read-more:after {
    color: #fff;
}

.content-procleft {
    width: 40.91%;
    float: left;
}

.content-procright {
    width: 59.091%;
    float: left;
    color: #fff;
    text-align: left;
    padding-left: 3.5%;
}

.content-procright .items-name {
    margin-bottom: 21px;
}

.content-procright h2.name {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    line-height: 30px;
    font-weight: 400;
    margin-right: 17px;
    margin-top: 0;
}

.content-procright span.price-dist {
    font-weight: 700;
    font-size: 41px;
    line-height: 20px;
    margin-bottom: 0;
    display: inline-block;
}

.content-procright p {
    font-size: 14px;
    margin-bottom: 23px;
}

.content-procright a.head-addcart {
    background-color: #fff;
    color: #000;
    font-size: 11px;
    line-height: 28px;
    border-radius: 3px;
    padding: 10px 68px 8px 29px;
    position: relative;
    margin-right: 10px;
    left: 0;
    display: inline-block;
}

.content-procright a.head-goproc {
    color: #fff;
    font-size: 11px;
    line-height: 28px;
    border-radius: 3px;
    padding: 10px 24px 8px 20px;
    position: relative;
    right: 0;
    display: inline-block;
    border: 2px solid rgba(255,255,255,0.13);
    border-radius: 3px;
}

.content-procright a.head-addcart:before {
    position: absolute;
    content: "\e85d";
    top: 11px;
    right: 31px;
    font-family: "fontello";
    font-size: 20px;
    color: #000;
}

.head-slider.slide-landing h1.title {
    font-size: 72px;
    line-height: 75px;
    color: #fff;
    width: 100%;
}

.head-slider.slide-landing .content {
    margin: 0;
    min-height: 217px;
    text-align: center;
    margin-top: 174px;
}

.head-slider.slide-landing p {
    color: #fff;
    width: 100%;
}

.head-slider.slide-landing .comment-form {
    width: 784px;
    display: inline-block;
}

.head-slider.slide-landing .comment-form .input-wrap.name {
    margin: 0;
}

.head-slider.slide-landing .comment-form .input-wrap {
    width: 34%;
    display: inline-block;
    float: none;
    position: relative;
    height: 50px;
    border-radius: 3px;
}

.head-slider.slide-landing .submit-wrap {
    display: inline-block;
    top: 2px;
    position: relative;
}

.head-slider.slide-landing .btn-submit {
    padding: 13px 55px 12px 30px;
    display: inline-block;
}

.head-slider.slide-landing .comment-form .input-wrap input {
    margin: 0;
    border: 2px solid transparent;
    position: relative;
    width: 265px;
    height: 46px;
    margin-top: 2px;
}

.head-slider.slide-landing .comment-form .input-wrap .overlay {
    background-color: #000;
    opacity: 0.13;
    width: 100%;
    height: 100%;
    position: absolute;
}

.flexslider .flex-direction-nav a {
    width: 50px;
    height: 50px;
    left: 0;
    background-color: transparent;
    position: relative;
}

.flexslider .flex-direction-nav a:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    left: 0;
    top: 0;
    opacity: 0.2;
    -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;
}

.flexslider .flex-direction-nav a i {
    opacity: 0.2;
}

.flexslider .flex-direction-nav .flex-prev {
    left: 0;
    bottom: auto;
    top: 50%;
    margin-top: -25px;
}

.flexslider .flex-direction-nav .flex-next {
    left: auto;
    right: 0;
    bottom: auto;
    top: 50%;
    margin-top: -25px;
}

.flexslider .flex-direction-nav a i {
    font-size: 20px;
    color: #000;
    position: relative;
    top: 13px;
    left: -7px;
}

.flexslider .flex-direction-nav a:hover i {
    opacity: 1;
}

.flexslider .flex-direction-nav .flex-prev:hover {
    background-color: transparent;
}

.flexslider .flex-direction-nav a:hover:before {
    width: 50px;
    height: 50px;
    opacity: 1;
}

.flexslider .flex-direction-nav .flex-next:hover {
    background-color: transparent;
    opacity: 1;
}

.services-home .items {
    width: 30.834%;
    padding-right: 3%;
    float: left;
    overflow: hidden;
}

.services-home .items 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;
}

.services-home .items:hover img {
    -webkit-filter: brightness(85%);
        -moz-filter: brightness(85%);
            -webmskit-filter: brightness(85%);
                -o-filter: brightness(85%);
                    filter: brightness(85%);
                    transform: scale(0.99);
                -o-transform: scale(0.99);
            -webmskit-transform: scale(0.99);
        -moz-transform: scale(0.99);
    -webkit-transform: scale(0.99);
}

.services-home .items:nth-child(2) {
    margin-right: 2.56%;
    margin-left: 2.56%;
}

.services-home .items h5.title {
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 1.5px;
    word-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 14px;
}

.home-latestnews {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}

.home-latestprojects {
    display: inline-block;
    width: 100%;
    margin-top: 51px;
}

.home-lsleft {
    float: left;
    width: 31.625%;
    padding-right: 10%;
}

.home-lsright {
    float: left;
    width: 68.377%;
}

.home-lsright .blog-container .post {
    margin: 0;
}

.home-lsright .blog-container .post 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;
}

.home-lsright .blog-container .post:hover img {
    -webkit-filter: brightness(85%);
        -moz-filter: brightness(85%);
            -webmskit-filter: brightness(85%);
                -o-filter: brightness(85%);
                    filter: brightness(85%);
                    transform: scale(0.99);
                -o-transform: scale(0.99);
            -webmskit-transform: scale(0.99);
        -moz-transform: scale(0.99);
    -webkit-transform: scale(0.99);
}

.home-latestprojects article.post h4.title-post {
    font-size: 15px;
}

.home-lsleft h5.title {
    font-size: 22px;
    line-height: 72px;
    letter-spacing: 2px;
    font-weight: 500;
    word-spacing: 1px;
    margin-bottom: 14px;
    margin-top: -27px;
}

.home-lsleft p {
    margin-bottom: 22px;
}

/* Single Page
-------------------------------------------------------------- */
.single-page {
    background: url('../images/slider/8.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.single-page > .image-bg {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.single-page > .image-bg li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-page > .image-bg li img {
    width: 100%;
    height: 100%;
}

.single-page > ul.image-bg li {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 1s ease-in-out; 
    -webkit-transition: all 1s ease-in-out;
}

.single-page > ul.image-bg li.sleft {
    transform: translateX(3%); 
    -o-transform: translateX(3%); 
    -ms-transform: translateX(3%); 
    -webkit-transform: translateX(3%); 
}

.single-page > ul.image-bg li.sright {
    transform: translateX(-3%); 
    -o-transform: translateX(-3%); 
    -ms-transform: translateX(-3%); 
    -webkit-transform: translateX(-3%); 
}

.single-page > ul.image-bg li.stop {
    transform: translateY(3%); 
    -o-transform: translateY(3%); 
    -ms-transform: translateY(3%); 
    -webkit-transform: translateY(3%); 
}

.single-page > ul.image-bg li.sbottom {
    transform: translateY(-3%); 
    -o-transform: translateY(-3%); 
    -ms-transform: translateY(-3%); 
    -webkit-transform: translateY(-3%); 
}

.single-page > ul.image-bg li.active {
    opacity: 1;
}

.single-page > ul.image-bg li.sleft.active,
.single-page > ul.image-bg li.sright.active {
    transform: translateX(0); 
    -o-transform: translateX(0); 
    -ms-transform: translateX(0); 
    -webkit-transform: translateX(0);
}

.single-page > ul.image-bg li.stop.active,
.single-page > ul.image-bg li.sbottom.active {
    transform: translateY(0); 
    -o-transform: translateY(0); 
    -ms-transform: translateY(0); 
    -webkit-transform: translateY(0);
}

.single-page > ul.image-bg li img {
    height: 100%;
    width: 100%;
}

.single-page #mainnav ul a {
    color: #fff;
}

.single-page .logo {
  z-index: 1;
  position: relative;
}

.head-slider.single {
    background: transparent;
}

.head-slider.single .content h2.title,
.head-slider.single .content p.sub-title,
.head-slider.single .content .read-more,
.head-slider.single .content .read-more:after {
    color: #fff;
}

.head-slider.single .content .read-more {
    border-color: #fff;
}

.head-slider.single .flexslider .flex-direction-nav a {
    width: 27px;
    height: 54px;
}

.head-slider.single .flexslider .flex-direction-nav a:before {
    border: 0;
    width: 1px;
    height: 36px;
    opacity: 1;
    background-color: #fff;
}

.head-slider.single .flexslider .flex-direction-nav a:after {
    border: 0;
    width: 1px;
    height: 36px;
    position: absolute;
    content: "";
    opacity: 1;
    background-color: #fff;
}

.head-slider.single .flexslider .flex-direction-nav a i {
    top: 0;
    left: 0;
}

.head-slider.single .flexslider .flex-direction-nav a i:before {
    content: "";
}

.head-slider.single .flexslider .flex-direction-nav .flex-prev {
    left: -15px;
}

.head-slider.single .flexslider .flex-direction-nav .flex-next {
    right: -38px;
}

.head-slider.single .flexslider .flex-direction-nav .flex-prev:before {
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
}

.head-slider.single .flexslider .flex-direction-nav .flex-prev:after {
    left: 0;
    bottom: -7px;
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     transform: rotate(-45deg);
    -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;
}

.head-slider.single .flexslider .flex-direction-nav .flex-prev:hover:before {
     -webkit-transform: rotate(60deg);
     -moz-transform: rotate(60deg);
     -o-transform: rotate(60deg);
     -ms-transform: rotate(60deg);
     transform: rotate(60deg);
     top: 4px;
}

.head-slider.single .flexslider .flex-direction-nav .flex-prev:hover:after {
     -webkit-transform: rotate(-60deg);
     -moz-transform: rotate(-60deg);
     -o-transform: rotate(-60deg);
     -ms-transform: rotate(-60deg);
     transform: rotate(-60deg);
     bottom: -4px;
}

.head-slider.single .flexslider .flex-direction-nav .flex-next:before {
     -webkit-transform: rotate(315deg);
     -moz-transform: rotate(315deg);
     -o-transform: rotate(315deg);
     -ms-transform: rotate(315deg);
     transform: rotate(315deg);
}

.head-slider.single .flexslider .flex-direction-nav .flex-next:after {
    left: 0;
    bottom: -7px;
     -webkit-transform: rotate(225deg);
     -moz-transform: rotate(225deg);
     -o-transform: rotate(225deg);
     -ms-transform: rotate(225deg);
     transform: rotate(225deg);
    -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;
}

.head-slider.single .flexslider .flex-direction-nav .flex-next:hover:before {
    top: 3px;
     -webkit-transform: rotate(305deg);
     -moz-transform: rotate(305deg);
     -o-transform: rotate(305deg);
     -ms-transform: rotate(305deg);
     transform: rotate(305deg);
}

.head-slider.single .flexslider .flex-direction-nav .flex-next:hover:after {
    bottom: -5px;
     -webkit-transform: rotate(235deg);
     -moz-transform: rotate(235deg);
     -o-transform: rotate(235deg);
     -ms-transform: rotate(235deg);
     transform: rotate(235deg);
}

.single-page #mainnav {
    margin: 0 !important;
}

.single-page #mainnav > ul > li > a {
    padding: 29px 2px 24px 2px !important;
}

.single-page #mainnav > ul > li > a:after {
    background-color: #fff;
}

.single-page #mainnav ul > li > ul:after {
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
}

.single-page #mainnav ul > li > ul:before {
    border-color: transparent transparent #fff transparent !important;
}

.single-page .logo {
    padding: 0 !important;
    padding-top: 29px !important;
}

.single-page #mainnav ul li ul {
    background-color: #fff;
    color: #000;
}

.single-page #mainnav ul li ul li a {
    background-color: rgba(0,0,0,0);
}

/* Head Smask */
.head-mask {
    position: relative;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.head-mask > .image-bg {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.head-mask > .image-bg li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.head-mask > .image-bg li img {
    width: 100%;
}

.head-mask > ul.image-bg li {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 1s ease-in-out; 
    -webkit-transition: all 1s ease-in-out;
}

.head-mask > ul.image-bg li.sleft {
    transform: translateX(3%); 
    -o-transform: translateX(3%); 
    -ms-transform: translateX(3%); 
    -webkit-transform: translateX(3%); 
}

.head-mask > ul.image-bg li.sright {
    transform: translateX(-3%); 
    -o-transform: translateX(-3%); 
    -ms-transform: translateX(-3%); 
    -webkit-transform: translateX(-3%); 
}

.head-mask > ul.image-bg li.stop {
    transform: translateY(3%); 
    -o-transform: translateY(3%); 
    -ms-transform: translateY(3%); 
    -webkit-transform: translateY(3%); 
}

.head-mask > ul.image-bg li.sbottom {
    transform: translateY(-3%); 
    -o-transform: translateY(-3%); 
    -ms-transform: translateY(-3%); 
    -webkit-transform: translateY(-3%); 
}

.head-mask > ul.image-bg li.active {
    opacity: 1;
}

.head-mask > ul.image-bg li.sleft.active,
.head-mask > ul.image-bg li.sright.active {
    transform: translateX(0); 
    -o-transform: translateX(0); 
    -ms-transform: translateX(0); 
    -webkit-transform: translateX(0);
}

.head-mask > ul.image-bg li.stop.active,
.head-mask > ul.image-bg li.sbottom.active {
    transform: translateY(0); 
    -o-transform: translateY(0); 
    -ms-transform: translateY(0); 
    -webkit-transform: translateY(0);
}

.head-mask > ul.image-bg li img {
    width: 100%;
}

.head-mask .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: url('../images/icons/pattern.png');
    background-position: center;
}

.head-mask .header {
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
}

.head-mask .logo {
    position: relative;
}

.head-mask #mainnav > ul > li > a {
    color: #fff;
}

.head-mask #mainnav > ul > li > a:after {
    background-color: #fff;
}

.head-mask #mainnav .sub-menu {
    background: #fff;
}

.head-mask #mainnav ul li ul li a {
    background: rgba(0,0,0,0);
}

.head-mask #mainnav .sub-menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.head-mask #mainnav .sub-menu:before {
    border-color: transparent transparent #fff transparent;
}

.head-slider.slide-mask {
    -webkit-transition: all 0.8s ease-in-out;
       -moz-transition: all 0.8s ease-in-out;
         -ms-transition: all 0.8s ease-in-out;
          -o-transition: all 0.8s ease-in-out;
              transition: all 0.8s ease-in-out;
}

.head-mask .head-slider .content {
    text-align: left;
}

.head-mask .head-slider .content h2.title {
    text-align: left;
    font-size: 32px;
    line-height: 50px;
    font-weight: 200;
    background-color: rgba(0,0,0,0.5);
    display: inline-block;
    width: auto;
    padding: 0 22px 0 13px;
    color: #fff;
}

.head-mask .head-slider .content h2 {
    margin-bottom: 2px;
    z-index: 9;
    margin-right: 30%;
}

.head-mask .head-slider .content .read-more {
    background-color: #fff;
    color: #000;
    display: inline-block;
    left: 0;
    border-color: transparent;
}

.head-mask .head-slider .content .read-more:after {
    color: #000;
}

/* Shop Product
-------------------------------------------------------------- */
.shop-items {
    display: inline-block;
    padding-top: 13px;
}

.shop-items .items {
    width: 23.076%;
    margin-left: 2.56%;
    margin-top: 17px;
    margin-bottom: 39px;
    float: left;
}

.shop-items .items:nth-child(4n+1) {
    margin-left: 0;
}

.shop-items .items .image {
    position: relative;
    background-color: rgba(0,0,0,0);
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
              transition: all 0.3s;
}

.shop-items .items .image img {
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
              transition: all 0.3s;
}

.shop-items .items:hover .image {
    background-color: rgba(0,0,0,1);
}

.shop-items .items:hover .image img {
    opacity: 0.2;
}

.shop-items .icons {
    position: absolute;
    top: 15px;
    right: 22px;
    width: 41px;
    height: 44px;
    opacity: 1;

    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
              transition: all 0.3s;
}

.shop-items .icons:before {
    font-size: 19px;
    position: absolute;
    top: 14px;
    left: 6px;
    color: #000;
    font-weight: bold;
    z-index: 13;
}

.shop-items .icons:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: url('../images/icons/hexagonal_l.png');
    background-size: 41px 44px;
    width: 41px;
    height: 44px;
}

.shop-items .items h5.title {
    line-height: 20px;
    margin-top: 26px;
    margin-bottom: 2px;
}

h4.proc-title {
    font-size: 22px;
    line-height: 72px;
    font-weight: 500;
    letter-spacing: 1px;
}

.shop-items .widget h5.title {
    font-size: 22px;
    line-height: 72px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    margin-top: -102px;
    margin-bottom: 26px;
}

.shop-items .widget-newsletter p {
    margin-bottom: 18px;
}

.shop-items .widget-newsletter .input input {
    border-color: #dedede;
}

.shop-items .widget-newsletter .input {
    margin-bottom: 5px;
}

.shop-items .read-more.dark {
    margin-top: 1px;
    border-color: #dedede;
    color: #000;
}

.shop-items .read-more.dark:after {
    color: #000;
}

.shop-items .widget-newsletter input:-moz-placeholder,
.shop-items .widget-newsletter input::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.shop-items .widget-newsletter input:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

.shop-items .widget-newsletter input::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.shop-items .items span.number {
    font-size: 16px;
    line-height: 20px;
    color: #212121;
}

.shop-items .items .item-detail {
    position: absolute;
    top: 202px;
    left: 0;
    z-index: 12;
    display: inline-block;
    text-align: center;
    width: 100%;
    opacity: 0;
    
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
              transition: all 0.3s;
}

.shop-items .items:hover .item-detail {
    opacity: 1;
}

.shop-items .items:hover .icons {
    opacity: 0;
}

.shop-items .item-detail a {
    position: relative;
    width: auto;
    height: auto;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    min-width: 65px;
}

.shop-items .item-detail a:before {
    font-size: 21px;
    position: absolute;
    top: 0;
    left: 18px;
    display: inline-block;
    
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
              transition: all 0.3s;
}

.shop-items .item-detail a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/icons/hexagonal_line.png);
    background-size: 65px 70px;
    width: 65px;
    height: 70px;
    
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
              transition: all 0.3s;
}

.shop-items .items:hover .item-detail a:before {
    top: -54px;
}

.shop-items .items:hover .item-detail a:after {
    top: -78px;
}

.shop-items .item-detail .split {
    width: 1px;
    height: 31px;
    background-color: #fff;
    opacity: 0.2;
    display: inline-block;
    position: relative;
    top: -37px;
    margin: 0 13px 0 12px;
}

.shop-items .items .widget-newsletter .input input {
    color: #000;
}

.shop-items .items .widget-newsletter .input input:focus {
    border-color: #000;
}

.blog-post.shop + .blog-page {
    margin-top: 0;
}

.home-roll-iconbox {
    background: url('../images/slider/4.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.home-roll-iconbox .overlay {
    opacity: 0.6;
}

.home-roll-iconbox .roll-iconbox {
    z-index: 10;
}

.home-roll-iconbox .box-rectangle h5.title,
.home-roll-iconbox .box-rectangle span.content,
.home-roll-iconbox .box-rectangle h5.title a {
    color: #fff;
}

/* Product Details
-------------------------------------------------------------- */
.product-details .detail-nav {
    display: inline-block;
    margin-bottom: 68px;
}

.product-details .detail-nav button {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 2px solid #dedede;
    border-radius: 3px;
    margin-right: 6px;
}

.product-details .detail-nav button:before {
    position: absolute;
    top: 13px;
    font-family: "fontello";
    font-size: 20px;
    color: #000;
    -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;
}

.product-details .detail-nav button.detail-prev:before {
    left: 21px;
    content: "\e878";
}

.product-details .detail-nav button.detail-layout:before {
    left: 17px;
    content: "\e814";
}

.product-details .detail-nav button.detail-next:before {
    right: 19px;
    content: "\e879";
}

.product-details .detail-nav button.detail-prev:hover:before {
    left: 16px;
}
.product-details .detail-nav button.detail-next:hover:before {
    right: 14px;
}

.product-search {
    width: 200px;
    float: right;
}

.product-details .detail-item {
    font-size: 0;
}

.product-details .detail-item .item-image {
    margin-right: 2.56%;
    float: left;
    width: 40.17%;
}

.item-image .image {
    margin-bottom: 15px;
    position: relative;
}

.item-image .image a.zoom {
    position: absolute;
    top: 15px;
    left: 14px;
    width: 50px;
    height: 50px;
    background: url(../images/icons/zoom.png);
    background-size: 50px 50px;
}

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

.image-small .picture {
    width: 30.85%;
    margin-left: 3.73%;
    display: inline-block;
    background-color: #4598dd;
    position: relative;
}

.image-small .picture 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;
}

.image-small .picture:hover img {
    opacity: 0;
}

.image-small .picture:first-child {
    margin-left: 0;
}

.image-small .picture:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    background-image: url('../images/icons/hexagonal_line.png');
    background-size: 65px 70px;
    width: 65px;
    height: 70px;
    margin-left: -33px;
    margin-top: -35px;
    opacity: 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;
}

.image-small .picture:after {
    position: absolute;
    content: "\e807";
    font-family: "fontello";
    top: 50%;
    left: 50%;
    font-size: 20px;
    margin-left: -8px;
    margin-top: -11px;
    opacity: 0;
    color: #fff;
    -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;
}

.image-small .picture:hover:before,
.image-small .picture:hover:after {
    opacity: 1
}

.product-details .detail-item .item-name {
    width: 23.076%;
    float: left;
    color: #212121;
    margin-right: 2.56%;
}

.product-details .item-name h2.name {
    font-size: 40px;
    line-height: 30px;
    color: #212121;
    margin-bottom: 5px;
}

.product-details .item-name span.code-product {
    font-size: 12px;
    line-height: 30px;
    width: 100%;
    display: inline-block;
    margin-bottom: 28px;
}

.product-details .item-name span.price-dist {
    font-size: 41px;
    line-height: 20px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 16px;
}

.product-details .item-name span.price {
    font-size: 30px;
    line-height: 20px;
    opacity: 0.4;
    position: relative;
}

.product-details .item-name span.price:before {
    position: absolute;
    width: 110%;
    height: 2px;
    background-color: #212121;
    opacity: 0.4;
    top: 50%;
    left: 0;
    content: "";
}

.product-details .item-name ul {
    margin: 0;
    padding: 0;
    margin-bottom: 13px;
}

.product-details .item-name span.price + ul {
    margin-top: 71px;
}

.product-details .item-name .drop-wrap a {
    font-size: 11px;
    line-height: 28px;
    padding-top: 6px;
    padding-bottom: 2px;
}

.product-details .item-name .drop-wrap {
    padding-left: 17px;
    width: 100%;
}

.product-details .item-name .dropdown {
    width: 100%;
    font-size: 11px;
    list-style: none;
}

.product-details .dropdown li a {
    line-height: 30px;
}

.product-details .item-name .drop-wrap a:after {
    content: "\e87b";
    top: 5px;
    right: 29px;
}

.btn-order {
    background-color: #459ce4;
    border-radius: 3px;
    border: none;
    color: #fff;
    position: relative;
    font-size: 11px;
    line-height: 28px;
    padding: 7px 69px 5px 29px;
}

.btn-order:after {
    position: absolute;
    content: "\e85d";
    font-family: "fontello";
    font-size: 20px;
    right: 29px;
    top: 6px;
    -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;
}

.btn-order:hover:after {
    right: 24px;
}

.product-details .introduce {
    width: 31.62%;
    float: left;
    padding-left: 56px;
    font-size: 14px;
    line-height: 22px;
    color: #212121;
}

.product-details .introduce ul {
    margin: 0;
    list-style: none;
    margin-top: 3px;
    margin-bottom: 23px;
    display: inline-block;
}

.product-details .introduce ul li {
    position: relative;
    padding-left: 9px;
}

.product-details .introduce ul li:before {
    position: absolute;
    content: "\e8c0";
    left: 0;
    bottom: 0;
    font-family: "fontello";
    font-size: 12px;
}

a.like-facebook {
    background: url('../images/shop/details/2.jpg');
    background-size: 52px 20px;
    display: inline-block;
    width: 52px;
    height: 20px;
}

a.pintit {
    background: url('../images/shop/details/3.png');
    background-size: 43px 20px;
    display: inline-block;
    width: 43px;
    height: 20px;
    margin-left: 2px;
}

.proc-detail-left {
    float: left;
    width: 23.077%;
}

.proc-detail-center {
    float: left;
    width: 40.171%;
    margin: 0 2.565%;
}

.proc-detail-right {
    float: left;
    width: 31.625%;
}

.proc-detail-left h5.title {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.2px;
    margin-bottom: 9px;
}

.proc-detail-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 0.2px;
    margin-bottom: 18px;
    display: inline-block;
}

.proc-detail-left ul li {
    margin-bottom: 15px;
}

.proc-detail-center h2.name {
    display: inline-block;
    font-weight: 400;
    margin-right: 10px;
}

.proc-detail-center span.price-dist {
    font-weight: 700;
}

.proc-detail-center .item-image {
    font-size: 14px;
    line-height: 22px;
    color: #212121;
    position: relative;
}

.proc-detail-center .item-image .image {
    margin-bottom: 54px;
}

.proc-detail-center .image-small .picture {
    margin-left: 2.9687%;
}

.proc-detail-center .image-small .picture:first-child {
    margin-left: 0;
}

.proc-detail-center .image-small {
    margin-top: 16px;
}

.proc-detail-center .item-image .image a.zoom {
    background: url(../images/icons/zoom1.png);
    background-size: 50px 50px;
    top: 0;
    left: 0;
}

.proc-detail-center .item-image a.heart-product {
    background: url(../images/icons/heart.png);
    background-size: 50px 50px;
    top: 0;
    right: 0;
    position: absolute;
    width: 50px;
    height: 50px;
}

.proc-detail-right .detail-nav {
    width: 100%;
    text-align: right;
    margin-bottom: 57px;
}

.proc-detail-right .introduce ul {
  margin: 0;
  list-style: none;
  margin-top: 3px;
  margin-bottom: 23px;
  display: inline-block;
}

.proc-color {
    margin-top: 38px;
}

.proc-color ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.proc-color ul li {
    border: 2px solid #dedede;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-left: 7px;
}

.proc-color span {
    display: inline-block;
    position: relative;
    top: -20px;
    margin-right: 4px;
}

.details-list li {
  position: relative;
  padding-left: 9px;
}

.details-list li:before {
  position: absolute;
  content: "\e8c0";
  left: 0;
  bottom: 0;
  font-family: "fontello";
  font-size: 12px;
}

.proc-youlike {
    float: left;
    width: 100%;
    margin-top: 87px;
}

.proc-detail-col2 {
    width: 76.923%;
    float: left;
}

.proc-youlike h5.title {
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.2px;
    margin-bottom: 21px;
}

.proc-youlike .proc-detail-left {
    width: 18.89%;
    margin-top: 24px;
}

.proc-youlike .item-name h2.name {
    font-size: 20px;
    line-height: 30px;
}

.proc-youlike .item-name span.price-dist {
    font-size: 20px;
    line-height: 20px;
}

.proc-youlike .item-name span.price {
    font-size: 18px;
    line-height: 20px;
}

.proc-youlike .proc-detail-center {
    width: 35%;
    margin: 0;
    margin-left: 3.44%;
    margin-right: 1.7%;
    margin-top: 12px;
}

.proc-youlike .proc-detail-right {
    width: 40.9746%;
    padding-left: 4.7%;
}

.proc-youlike .proc-color {
    margin-top: 36px;
}

.details-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    width: 100%;
    margin-bottom: 41px;
}

.proc-detail-center p {
    font-size: 14px;
    line-height: 22px;
}

.proc-detail-right p {
    font-size: 14px;
    line-height: 22px;
}

.proc-youlike .item-name {
    margin-bottom: 9px;
    margin-top: 9px;
}

/* Products Tab
-------------------------------------------------------------- */
.products-tab {
    background-color:  #f3f3f3;
}

.products-tab .tabs .menu-tab li,
.products-tab .tabs .menu-tab li.active a:before,
.products-tab .tabs .content-tab {
    background-color: transparent;
}

.products-tab .tabs .menu-tab li.active a,
.products-tab .tabs .menu-tab li a,
.products-tab .tabs .content-tab {
    border-color: transparent;
}

.products-tab .tabs .menu-tab li a {
    color: #212121;
    font-size: 18px;
    line-height: 28px;
    opacity: 0.5;
    padding-left: 0;
    padding-right: 49px;
}

.products-tab .tabs .menu-tab li.active a {
    opacity: 1;
}

.products-tab .tabs .content-tab {
    padding-left: 0;
    padding-top: 39px;
}

.products-tab .tabs .content-tab p {
    color: #212121;
    font-size: 14px;
    line-height: 22px;
}

/* Account */
.page-title-account {
    background-color: #ededed;
}

.page-title-account .person-info {
    float: left;
    position: relative;
    height: 70px;
}

.page-title-account .person-nav {
    float: right;
}

.page-title-account .person-info .image {
    width: 70px;
    height: 70px;
    position: absolute;
}

.page-title-account .person-info .image img {
    border-radius: 50%;
}

.page-title-account .person-info h6.name {
    padding-left: 99px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 8px;
}

.page-title-account .person-info a.logout {
    padding-left: 99px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.8px;
    font-weight: 700;
}

.page-title-account .person-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-title-account .person-nav ul li {
    display: inline-block;
    border: 2px solid transparent;
    margin-left: 6px;
    margin-right: -3px;
    border-radius: 3px;
}

.page-title-account .person-nav ul li.active {
    border-color: #000;
}

.page-title-account .person-nav ul li:first-child {
    margin-left: 0;
}

.page-title-account .person-nav ul li a {
    padding: 11px 29px 11px 28px;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 500;
}

.page-myaccount .person-info {
    display: inline-block;
}

.page-myaccount .person-info h2.title {
    font-size: 34px;
    line-height: 72px;
    letter-spacing: 3px;
    word-spacing: 3px;
    margin-bottom: 10px;
    font-weight: 500;
}

.page-myaccount .person-info p {
    color: #333;
}

.page-myaccount .person-order {
    margin-top: 44px;
}

.page-myaccount .person-order h5.title {
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 2px;
}

.page-myaccount .person-order table {
    min-width: 800px;
}

.page-myaccount .person-order table tr th {
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 1.2px;
    text-align: left;
    color: #000;
}

.page-myaccount .person-order table tr .tbl-col-1 {
    width: 176px;
    float: left;
}

.page-myaccount .person-order table tr .tbl-col-2 {
    width: 205px;
    float: left;
}

.page-myaccount .person-order table tr .tbl-col-3 {
    width: 171px;
    float: left;
}

.page-myaccount .person-order table tr .tbl-col-4 {
    width: 344px;
    float: left;
}

.page-myaccount .person-order table tr .tbl-col-5 {
    width: 274px;
    float: left;
}

.page-myaccount .person-order tr td {
    line-height: 34px;
    letter-spacing: 1.5px;
}

.page-myaccount .person-order tr.process td {
    font-weight: 700;
    height: 88px;
}

.page-myaccount .person-order tr td.td-view {
    text-align: right;
}

.page-myaccount .person-order tr td.td-view a {
    display: inline-block;
    font-weight: 600;
}

.page-myaccount .person-order tr.process td a.read-more.dark {
    padding: 7px 13px 5px 13px;
}

.page-myaccount .person-order tr.process td a.read-more.dark:after {
    content: "";
}

.page-myaccount .person-order tr.tr-head {
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-right: 0;
    margin-bottom: 29px;
}

.page-myaccount .person-order tr.tr-head th {
    padding: 8px 0 8px 0;
}

.page-myaccount .person-order a.ear-order {
    font-size: 12px;
    line-height: 34px;
    letter-spacing: 1.2px;
    font-weight: 600;
    color: #000;
    border: 2px solid #000;
    border-radius: 3px;
    padding: 7px 37px 5px 39px;
    margin-top: 46px;
    display: inline-block;
}

.person-address {
    display: inline-block;
}

.person-address h5.title {
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 3px;
    margin-bottom: 22px;
    margin-top: 63px;
}

.person-address .address {
    display: inline-block;
    width: 270px;
}

.person-address .address .header {
    font-weight: 700;
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 3px;
    color: #000;
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-right: 0;
    padding: 8px 0;
    margin-bottom: 28px;
    margin-top: 14px;
}

.person-address .address .content {
    line-height: 34px;
}

.person-address .address .header a.add-edit {
    float: right;
}

/* Shop Cart
-------------------------------------------------------------- */
.person-order-items table tr th {
    font-size: 12px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 1.2px;
    color: #000;
    opacity: 0.6;
}

.person-order-items table tr th.order-image {
    text-align: left;
}

.person-order-items table tr.order-head {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.person-order-items table tr td.order-image {
    width: 172px;
    height: 149px;
    margin-right: 30px;
    margin-top: 20px;
    display: inline-block;
}

.person-order-items table tr td.order-image.first-items {
    margin-top: 25px;
}

.person-order-items table tr td.product-name {
    font-size: 16px;
    line-height: 20px;
    color: #212121;
    font-weight: 700;
    width: 170px;
}

.person-order-items table tr td.order-money {
    font-size: 16px;
    line-height: 20px;
    color: #212121;
    width: 130px;
    text-align: center;
}

.person-order-items table tr td.order-count {
    font-size: 12px;
    line-height: 34px;
    letter-spacing: 1.2;
    font-weight: 600;
    width: 176px;
    text-align: center;
}

.person-order-items table tr td.order-count .number-order {
    padding: 6px 20px;
    border: 2px solid #dedede;
    color: #8d8d8d;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
}

.person-order-items table tr td.order-count button {
    background-color: transparent;
    border: 0;
    position: relative;
    color: #000;
    opacity: 0.3;
}

.person-order-items table tr td.order-count button:before {
    font-size: 20px;
    position: absolute;
    top: -3px;
    left: 0;
}

.person-order-items table tr td.order-count button.order-minus:before {
    left: auto;
    right: 3px;
}

.person-order-items table tr td.order-count button.order-plus:before {
    left: 6px;
}

.person-order-items table tr td.order-empty {
    width: 394px;
}

.person-order-items table tr td.order-mtotal {
    font-size: 16px;
    line-height: 20px;
    color: #212121;
    font-weight: 700;
    width: 100px;
    text-align: center;
}

.person-order-items table tr td.order-mtotal button {
    font-size: 10px;
    line-height: 22px;
    letter-spacing: 1.2px;
    opacity: 0.5;
    border: 0;
    background-color: transparent;
    width: 100%;
}

.person-order-items table .sum-order {
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-right: 0;
    margin-top: 33px;
    text-align: right;
}

.person-order-items table .sum-order ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    color: #212121;
    width: 241px;
    padding: 0 23px 0 11px;
    margin-top: 24px;
}

.person-order-items table .sum-order ul li {
    display: inline-block;
    font-weight: 500;
}

.person-order-items table .sum-order ul li.sum-left {
    float: left;
    width: 104px;
    text-align: left;
}

.person-order-items table .sum-order ul li.total {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 24px;
}

.person-order-items .shop-continue {
    border: 2px solid #efefef;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 2px;
    font-size: 12px;
    color: #000;
    line-height: 34px;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 22px;
    padding-right: 24px;
    margin-top: 31px;
    float: left;
}

.person-order-items .shop-order {
    margin-top: 31px;
    float: right;
}

.person-order-items .per-order-items table {
    min-width: 565px;
}

/* Checkout
-------------------------------------------------------------- */
.page-checkout h2.title {
    font-size: 34px;
    line-height: 72px;
    font-weight: 500;
    color: #000;
    letter-spacing: 3px;
    word-spacing: 2px;
    margin-bottom: 45px;
}

.page-checkout span {
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 1.5px;
    word-spacing: 1px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

.page-checkout ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-checkout .checkout-left {
    float: left;
    width: 58.548%;
    padding-right: 9.83%;
    border-right: 1px solid #e5e5e5;
}

.page-checkout .checkout-left .drop-wrap,
.page-checkout .checkout-left .dropdown {
    width: 100%;
}

.page-checkout .checkout-left .drop-wrap,
.page-checkout .checkout-left input[type="text"] {
    margin-bottom: 29px;
}

.page-checkout .checkout-left input[type="text"] {
    height: 50px;
    width: 100%;
    border: 2px solid #dedede;
    border-radius: 3px;
    padding-left: 21px;
}

.page-checkout .checkout-left textarea {
    min-height: 134px;
    width: 100%;
    border: 2px solid #dedede;
    border-radius: 3px;
    padding-left: 21px;
}

.page-checkout .checkout-left .checkout-2 {
    width: 47.454%;
    display: inline-block;
}

.page-checkout .checkout-left .checkout-chk {
    display: inline-block;
    margin-top: 9px;
}

.page-checkout .checkout-left .spacing {
    display: inline-block;
    width: 100%;
    margin-bottom: 22px;
    margin-top: 34px;
}

.page-checkout .checkout-left input[type="checkbox"] {
    margin: 0;
}

.page-checkout .checkout-right {
    width: 41.452%;
    float: left;
    padding-left: 9.95%;
}

.check-orderitems .order-head {
    color: #000;
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 1.2px;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 9px;
    margin-bottom: 38px;
}

.check-orderitems .order-head span {
    float: right;
    width: auto;
}

.checkout-right .check-orderitems ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-bottom: 3px;
}

.checkout-right .check-orderitems ul li {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1.2px;
    color: #000;
    float: left;
}

.checkout-right .check-orderitems li.oi-left {
    width: 55%;
}

.checkout-right .check-orderitems li.oi-right {
    width: 45%;
    text-align: right;
}

.checkout-right .check-orderitems li.total {
    font-weight: 700;
    margin-top: 21px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}

.page-checkout .accordion {
    margin: 0;
}

.page-checkout .accordion .toggle {
    border: 0;
    padding: 0;
    margin-top: 27px;
}

.page-checkout .toggle .toggle-title {
    min-height: 0;
}

.page-checkout .toggle .toggle-content {
    margin-top: 5px;
}

.page-checkout .toggle .toggle-content p {
    margin: 0;
}

.page-checkout .toggle .toggle-title:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #dedede;
    border-radius: 50%;
    top: 4px;
}

.page-checkout .toggle .toggle-title.active:before {
    background-color: #000;
}

.page-checkout a.read-more {
    width: 100%;
    text-align: center;
    padding: 0;
    padding: 7px 0 5px 0;
    margin-top: 33px;
}

.page-checkout a.read-more:after {
    content: "";
}

.proc-detail-right {
    color: #000;
}

.proc-detail-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.proc-detail-right .drop-wrap {
    width: 270px;
    margin-top: 15px;
}

.proc-detail-right .btn-order {
    background-color: #000;
    margin-top: 15px;
    margin-bottom: 54px;
}

.proc-detail-right .proc-right-social {
    font-size: 19px;
    position: relative;
    display: inline-block;
    margin-left: 12px;
}

.proc-detail-right .proc-right-social:before {
    position: absolute;
    top: -10px;
}

.proc-detail-right .pintit {
    margin-right: 24px;
}

/* Contact 
-------------------------------------------------------------- */
/* Contact Map */
.roll-row.contact-map {
    position: relative;
}

.roll-row.contact-map .map-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
}

/* Contact Info */
.contact-title .title {
    margin-bottom: 37px;
}

.contact-page .comment-respond {
    margin-top: 28px;
}

.contact-page .contact-info h4.title {
    font-size: 19px;
    line-height: 19px;
    margin-top: 28px;
    margin-bottom: 19px;
}

.contact-page .contact-info span {
    margin-top: 22px;
    display: inline-block;
    width: 100%;
}

.contact-page .contact-info .social a {
    width: 50px;
    height: 50px;
    border: 2px solid #dedede;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin-right: 7px;
    margin-top: 16px;
}

.contact-page .contact-info .social a i:before {
    font-size: 20px;
    position: relative;
    top: 9px;
    left: 9px;
}

/* 404
-------------------------------------------------------------- */
.main-404 {
    display: inline-block;
    width: 100%;
    margin-bottom: 29px;
}

.main-404 h1.number {
    margin-top: 229px;
    min-height: 147px;
    font-size: 232px;
    line-height: 30px;
    padding-left: 10.683%;
    display: inline-block;
}

.main-404 span {
    font-weight: 200;
    font-size: 120px;
    position: relative;
    bottom: -27px;
    margin-left: 4px;
}

.main-404 h1.info {
    font-size: 44px;
    line-height: 24px;
    display: inline-block;
    font-weight: 200;
    color: #737373;
    padding-left: 22.65%;
}

.main-404 .event {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 70px;
}

.main-404 .event a.read-more {
    margin-left: 0;
    padding: 6px 56px 4px 25px;
    letter-spacing: 1.2px;
    border-width: 3px;
    border-color: #dedede;
    display: inline-block;
    margin-right: 22px;
}

.main-404 .event .search {
    width: 200px;
    display: inline-block;
    position: relative;
    top: -5px;
}

.main-404 .event .search .text-search {
    border-width: 3px;
}

/* Parallax Image
-------------------------------------------------------------- */
.roll-parallax-image {
    background-image: url(../images/landing/1.jpg);
    position: relative;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.roll-parallax-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-color: #000;
}

/* Parallax Work */
.roll-work {
    background-image: url(../images/team/5.jpg);
    position: relative;
    min-height: 346px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
}

.roll-work .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #000;
}

.roll-work h4.title {
    z-index: 10;
    position: relative;
    color: #fff;
    letter-spacing: 1.9px;
    line-height: 30px;
    margin-top: 63px;
    margin-bottom: 15px;
}

.roll-work span {
    z-index: 10;
    position: relative;
    color: #fff;
}

/* Search Results
-------------------------------------------------------------- */
.roll-searh-results .text-result {
    font-weight: 600;
    font-size: 12px;
    line-height: 34px;
    letter-spacing: 1.2px;
    word-spacing: 1px;
}

.roll-searh-results .form-search {
    width: 57.26%;
    margin-top: 34px;
    margin-bottom: 1px;
}

.roll-searh-results .items h4.title {
    letter-spacing: 3px;
    word-spacing: 1px;
}

.roll-searh-results .meta-category {
    margin-top: 2px;
    margin-bottom: 13px;
}

.roll-searh-results .meta-category span {
    line-height: 34px;
    display: inline-block;
    opacity: 0.5;
    width: auto;
    margin: 0;
    padding: 0;
    height: auto;
    vertical-align: baseline;
    position: relative;
}

.roll-searh-results .meta-category span.categories {
    letter-spacing: 1.2px;
    padding-left: 34px;
    margin-left: 27px;
}

.roll-searh-results .meta-category span.categories a {
    margin-right: 5px;
}

.roll-searh-results .meta-category span:before {
    font-size: 19px;
    left: 0;
    top: 7px;
    position: absolute;
}

.roll-searh-results .items a.read-more {
    margin-top: 16px;
}

.roll-searh-results .items {
    margin-top: 57px;
    margin-bottom: 50px;
    padding-bottom: 24px;
}

.roll-searh-results .blog-page {
    margin-top: 56px;
}

/* Page Side Vavigation*/
.page-sidenavigation .page-left {
    width: 23.077%;
    float: left;
}

.page-sidenavigation .page-right {
    width: 76.923%;
    display: inline-block;
    margin-right: -3px;
    padding-left: 11.1%;
    margin-bottom: 6px;
}

.page-sidenavigation .toggle .toggle-title {
    background-color: #f8f8f8;
    padding-left: 12px;
    min-height: 0;
    font-size: 12px;
    line-height: 44px;
    letter-spacing: 1px;
    padding-top: 5px;
}

.page-sidenavigation .toggle .toggle-title.active:before,
.page-sidenavigation .toggle .toggle-title:before {
    content: "";
}

.page-sidenavigation .accordion .toggle {
    border: 0;
    padding: 0;
    padding-bottom: 2px;
}

.page-sidenavigation .toggle .toggle-title:after {
    position: absolute;
    top: 3px;
    right: 41px;
    font-size: 17px;
    font-family: "fontello";
    content: "\e87f";
    color: #000;
    left: auto;
    opacity: 0.2;

    -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;
}

.page-sidenavigation .toggle .toggle-title.active:after {
    content: "\e882";
}

.page-sidenavigation .page-right .content-left,
.page-sidenavigation .page-right .content-right {
    width: 48.05%;
    display: inline-block;
    margin-right: -3px;
}

.page-sidenavigation .page-right .content-right {
    margin-left: 3.89%;
}

.page-sidenavigation .page-right h4.title {
    letter-spacing: 2.4px;
    word-spacing: 3px;
    margin-bottom: 30px;
}

.page-sidenavigation .page-right .member-left,
.page-sidenavigation .page-right .member-right {
    width: 48.05%;
}

.page-sidenavigation .page-right .right-bottom {
    margin-top: 69px;
}

.page-sidenavigation .page-right .right-bottom .roll-member {
    margin-top: 44px;
}

/* Help
-------------------------------------------------------------- */
.roll-row.roll-help {
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
}

.roll-row.roll-help .overlay {
    opacity: 0.66;
}

.roll-help h5.title {
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: 22px;
    line-height: 72px;
    letter-spacing: 2px;
    word-spacing: 1px;
    font-weight: 500;
    margin-bottom: 1px;
}

.roll-help p {
    position: relative;
    z-index: 10;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 60px;
}

.roll-help .roll-iconbox {
    z-index: 10;
}

.roll-help .box-rectangle h5.title {
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 1.9px;
    margin-bottom: 20px;
    word-spacing: normal;
    font-weight: 700;
}

.roll-help .box-rectangle h5.title a {
    color: #fff;
}

/* Services Help
-------------------------------------------------------------- */
.roll-withoutbox.no-font h6.title:before {
    content: "";
}

.roll-withoutbox.no-font > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
}

.roll-withoutbox.services-help {
    padding-left: 70px;
    margin-top: 55px;
}

.roll-withoutbox.services-help h6.title,
.roll-withoutbox.services-help p {
    padding-left: 0;
}

.roll-withoutbox.services-help h6.title {
    margin-bottom: 9px;
    margin-top: -2px;
}

/* Answer
-------------------------------------------------------------- */
.roll-answer {
    background-color: #f4f4f4;
}

.roll-answer h5.title {
    font-size: 22px;
    line-height: 72px;
    letter-spacing: 2px;
    word-spacing: 1px;
    font-weight: 500;
}

.roll-answer .answer {
    margin-top: 32px;
    display: inline-block;
}

.roll-answer .answer p {
    margin-bottom: 12px;
}

.roll-answer h5.question {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -0.2px;
}

/* Go Top Button
-------------------------------------------------------------- */
.go-top {
    position: fixed !important;
    right: 12px;
    bottom: -45px;
    background-color: #161625;
    color: #fff; 
    display: block;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    height: 35px;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
    -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
        -o-border-radius: 50%;
           border-radius: 50%;
    -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;
}

.go-top:hover {
    color: #fff;
}

.go-top.show {
    bottom : 7px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.notification_error {
  color: #ff0000;
}

.head-slide.contact .note {
  text-align: left;
  margin-bottom: 15px;
}

.head-slide.contact .notification_error {
  color: #1DD329;
}

.head-slide.contact .notification_ok {
  color: #00f5ff;
}

.go-top.show i:before {
  position: absolute;
  top: 5px;
  left: 2px;
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
   width: 260px;
   position: fixed;
   right: -260px;
   top: 260px;
   z-index: 9999;
   background-color: #1dd329;
   z-index: 99999999;
}

.switcher-container h2 {
   color: #fff;
   font-size: 16px;
   height: 45px;
   line-height: 45px;
   padding-left: 20px;
   margin: 0;
}

.switcher-container h2 a {
   background-color: #120813;
   display: block;
   position: absolute;
   left: -45px;
   top: 0;
   width: 45px;
   height: 45px;
   line-height: 45px;
   text-align: center;
   outline: 0;
}

.switcher-container h2 a:hover {
   color: #fff;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
   text-decoration: none;
}

.switcher-container h2 i {
   line-height: 45px;
   font-size: 20px;
}

.switcher-container h3 {
   font-size: 14px;
   color: #fff;
   margin: 0;
   line-height: 22px;
   margin-bottom: 15px;
}

.switcher-container .selector-box {
   background: #120813;
   color: #fff;
   overflow: hidden;
   padding: 10px 20px 20px;
}

.switcher-container .layout-switcher {
   margin: 0 0 10px 0;
   overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
   float: left;
   display: block;
   cursor: pointer;
   text-align: center;
   font-weight: 700;
   padding: 10px 20px;
   margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
   margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
   color: #fff;
   cursor: pointer;
}

.switcher-container .color-box {
   height: auto;
   overflow: hidden;
   margin-bottom: 6px;
}

.switcher-container .styleswitch {
    width: 28px;
    height: 28px;
    display: block;
    cursor: pointer;
    margin: 0 8px 0 0;
    float: left;
}

.switcher-container .styleswitch {
    margin-bottom: 10px;
}
.switcher-container .styleswitch#color1 { background-color: #1dd329; }
.switcher-container .styleswitch#color2 { background-color: #18ded7; }
.switcher-container .styleswitch#color3 { background-color: #1f9353; }
.switcher-container .styleswitch#color4 { background-color: #df8316; }
.switcher-container .styleswitch#color5 { background-color: #d11267; }
.switcher-container .styleswitch#color6 { background-color: #d11212; }

.ui-element {
    margin-bottom: 50px;
}

.ui-element {
    font-weight: 500;
}

.ui-element p  {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
    color: #b7b7b7;
}

.box-view {
    background-image: url('../images/pattern.png');
}

.box {
    width: 1230px;
    margin: 0 auto;
    background-color: #fff;
}

/* Media Queries
-------------------------------------------------------------- */
@media only screen and (min-width: 1930px) {
    .parallax {
        background-size: cover;
    }
}

/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {
    .roll-container {
        width: 970px;
    }
    
    /* Slider */
    .head-slider.slide-2 h2.title {
        padding: 15px 20px 15px 37px;
        font-size: 30px;
    }

    .head-slider.slide-2 {
        min-height: 360px;
    }

    .head-slider.slide-landing-right .flexslider .flex-direction-nav .flex-prev {
        left: 0;
    }

    .head-slider.slide-landing-right .flexslider .flex-direction-nav .flex-next {
        right: 0;
    }
    
    .head-slider .content p.sub-title {
        font-size: 19px;
    }

    .head-slider.slide-2 .content .head-subtitle {
        top: 32%;
        right: 100px;
    }

    .head-slider.slide-2 .content .head-title {
        right: 100px;
    }

    .head-slider.slide-2 .flexslider .flex-direction-nav .flex-next {
        right: 0;
    }

    .head-slider.slide-2 .flexslider .flex-direction-nav .flex-prev {
        left: 0;
    }

    .head-slider.slide-mask .content {
        margin-top: 100px;
    }

    .head-slider.slide-landing-left .content {
        width: 100%;
    }

    .head-slider.slide-landing-left .content h2.title{
        font-size: 40px;
        line-height: 50px;
    }

    .head-mask .flexslider .flex-direction-nav .flex-next {
        right: 0;
    }

    .head-mask .flexslider .flex-direction-nav .flex-prev {
        left: -85px;
    }
    
    .flexslider .flex-direction-nav a {
        bottom: -100px;
    }

    .head-mask .head-slider .content h2 {
        margin-right: 15%;
    }
    
    /* Portfolio */
    .portfolio .items h5.title {
        top: 29px;
    }

    .portfolio .items h6.sub-title {
        top: 52px;
    }

    .portfolio .items span {
        top: 92px;
    }

    .portfolio .items a.resize-full {
        top: 160px;
    }

    .portfolio .items a.read-more {
        top: 161px;
    }

    .portfolio.two-col .items h5.title {
        top: 100px;
    }

    .portfolio.two-col .items h6.sub-title {
        top: 121px;
    }

    .portfolio.two-col .items span {
        top: 160px;
    }

    .portfolio.two-col .items a.resize-full {
        top: 220px;
    }

    .portfolio.two-col .items a.read-more {
        top: 221px;
    }

    .portfolio.third-text .items a.resize-full {
        left: 15px;
        top: 90px;
    }

    .portfolio.third-text .items a.read-more {
        left: 75px;
        top: 90px;
    }

    .portfolio.third-text h5.title {
        margin-top: 0;
    }

    .portfolio.third-text .items h5.title,
    .portfolio.third-text .items h6.sub-title {
        top: 0;
    }

    .portfolio.full .items h5.title {
        padding-left: 10px;
    }

    .portfolio.full h6.sub-title {
        padding-left: 10px;
    }

    .portfolio.full .items span {
        padding: 0 10px;
    }

    .portfolio.full .items a.resize-full {
        left: 10px;
    }

    .portfolio.full .items a.read-more {
        left: 65px;
    }
    
    /* Menu */
    #mainnav > ul > li > a,
    .header.small #mainnav > ul > li > a {
        padding: 21px 9px;
    }

    .single-page #mainnav > ul > li > a {
        padding: 21px 2px !important;
    }

    .single-page #mainnav > ul > li {
        margin: 0 5px;
    }
    
    #mainnav > ul > li {
        margin: 0;
    }

    .header.left #mainnav > ul > li {
        margin: 0 8px;
    }
    
    .header.small #mainnav > ul > li {
        margin: 0;
    }
    
    /* Header */
    .header.small .logo {
        padding-top: 26px;
    }
    
    /* Purchase Box */
    .purchase-box .detail {
        text-align: center;
    }

    .purchase-box a.read-more {
        float: none;
    }
    
    .roll-row.purchase-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Purchase */
    .roll-row.purchase {
        text-align: center;
        padding-bottom: 30px;
    }

    .roll-row.purchase h3 {
        padding-bottom: 17px;
    }
    
    /* My Account */
    .page-myaccount .person-order table tr .tbl-col-1 {
        width: 100px;
    }

    .page-myaccount .person-order table tr .tbl-col-2 {
        width: 150px;
    }

    .page-myaccount .person-order table tr .tbl-col-3 {
        width: 120px;
    }

    .page-myaccount .person-order table tr .tbl-col-4 {
        width: 210px;
    }

    .page-myaccount .person-order table tr .tbl-col-5 {
        width: 220px;
    }
    
    /* Blog */
    .blog-post.shop .blog-filter {
        margin-left: 20px;
    }

    .blog-post.shop .blog-filter ul {
        margin-right: 10px;
    }
    
    article.post .meta-post span.date {
        margin-right: 25px;
    }

    article.post .meta-post span.like {
        margin-left: 0;
    }
    
    /* Widget */
    .widget-newsletter .input {
        width: 100%;
    }

    .widget-newsletter .subscribe-content {
        display: inline-block;
        width: 100%;
    }
    
    /* Shop */
    .shop-items .items .item-detail {
        top: 160px;
    }
    
    .shop-items {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Product */
    .product-details .item-name h2.name {
        margin-bottom: 15px;
    }
    
    h4.proc-title {
        padding-left: 15px;
    }
    
    /* shortcodes */
    .roll-aboutus .main-box span.content {
        margin-bottom: 10px;
    }
    
    .roll-feature .feature-left .image ul li {
        width: 134px;
        float: left;
        display: block;
    }

    .roll-feature .feature-right h4.title, 
    .roll-feature .feature-left h4.title {
        margin-top: -25px
    }
    
    .roll-feature .feature-right {
        width: 48%;
    }
    
    .roll-iconbox {
        width: 98%;
        margin-left: 1%;
    }
    
    /* Main Page */
    .home-lsleft {
        padding-right: 5%;
    }

    .main-404 h1.info {
        padding-left: 0;
        font-size: 35px;
        line-height: 29px;
        top: -7px;
        position: relative;
        text-align: left;
        width: 100%;
    }

    .main-404 span {
        font-size: 110px;
    }
    
    .main-404 h1.number {
        padding-left: 0;
    }
    
    .box {
        width: 970px;
    }
    
    .image-small .picture {
        width: 30.7249%;
    }
}

/* Smaller than standard 980 */
@media only screen and (max-width: 979px) {
    /* Header */
    .header.small .btn-menu {
        margin-top: 13px;
    }

    .header.small .logo {
        padding-top: 10px;
    }
    
    .header.center .logo {
        float: left;
        padding-top: 10px;
    }

    .header.center .btn-menu {
        margin-top: 12px;
    }

    .header.center .spacing {
        display: none;
    }

    .header.left .logo {
        float: left;
    }

    .header.left .spacing {
        display: none;
    }

    .header.left .btn-menu,
    .header.right .btn-menu {
        margin-top: 35px;
    }

    .header.left .btn-menu.close-menu,
    .header.right .btn-menu.close-menu {
        margin-top: 0;
    }

    .header.right .logo {
        float: left;
    }

    .header.right .spacing {
        display: none;
    }
    
    /* Slider */
    .head-mask .btn-menu {
        color: #fff;
    }
    
    .head-slider.slide-2 .content {
        margin: 148px 0 !important;
    }
    
    .head-slider .content h2.title {
        font-size: 55px;
        line-height: 65px;
    }

    .head-slider .content p.sub-title {
        font-size: 17px;
    }

    .head-slider.slide-mask {
        min-height: 350px;
    }

    .head-slider.slide-mask .content {
        margin-top: 50px;
    }

    .head-slider.slide-landing-right .content {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 15px !important;
    }

    .head-slider.slide-landing-right h2.title {
        font-size: 35px !important;
        line-height: 40px !important;
    }

    .head-slider.single {
        min-height: 0;
    }

    .head-slider.single .content h2.title {
        font-size: 47px;
        line-height: 57px;
    }

    .head-slider.single .content {
        margin-top: 200px;
    }

    .head-slider.slide-2 .content .head-title {
        right: 0;
    }

    .head-slider.slide-2 .content h2.title {
        font-size: 35px;
        line-height: 45px;
        text-align: right;
        padding-top: 0;
        top: 5px;
    }

    .head-slider.slide-2 .content p.sub-title {
        top: 0;
    }

    .head-slider.slide-2 .content .head-subtitle {
        top: 55%;
        right: 0;
    }

    .head-slider.slide-2 h2.title {
        font-size: 25px;
        padding: 10px 20px 10px 37px;
    }
    
    .head-slider.slide-product .flexslider .flex-direction-nav .flex-prev {
        left: -50px;
        display: none;
    }

    .head-slider.slide-product .flexslider .flex-direction-nav .flex-next {
        right: -50px;
        display: none;
    }

    .head-slider.slide-product .content {
        width: auto;
    }

    .head-slider.slide-product .flex-prev,
    .head-slider.slide-product .flex-next {
        opacity: 0;
    }
    
    .flexslider .flex-direction-nav a {
        opacity: 0;
    }

    .head-slider.slide-2 .content .head-title {
        margin-right: 0;
        margin-bottom: 2px;
    }

    .head-slider.slide-2 .content .head-subtitle {
        margin-right: 0;
    }

    .head-mask .head-slider .content h2 {
        margin-right: 0;
    }
    
    /* Shop */
    .shop-items .items .item-detail {
        top: 140px;
    }
    
    .blog-post.shop .blog-sort {
        margin-right: 50px;
        margin-bottom: 10px;
    }

    .blog-post.shop .blog-filter {
        margin-left: 0;
    }
    
    /* Page */
    .page-title-account {
        text-align: center;
    }

    .page-title-account .person-nav {
        float: none;
        display: inline-block;
        margin-top: 30px;
    }

    .page-title-account .person-info {
        display: inline-block;
        float: none;
    }

    .page-myaccount .person-order tr.process td a.read-more.dark {
        padding: 0 5px;
    }
    
    .page-myaccount .person-order {
        overflow-x: scroll;
    }

    .person-address .address {
        margin-right: 30px !important;
    }

    .page-title-account .person-nav ul li a {
        padding: 11px;
    }
    
    .roll-row.page-title .main-title p.content {
        width: 43%;
    }

    .page-checkout .checkout-left {
        padding-right: 3%;
    }

    .page-checkout .checkout-right {
        padding-left: 3%;
    }
    
    .single-page .btn-menu {
        color: #fff;
    }
    
    .single-page .logo {
        padding-top: 12px !important;
    }

    .single-page .btn-menu {
        margin-top: 15px;
    }
    
    .main-404 h1.number {
        margin-top: 150px;
        font-size: 180px;
    }

    .main-404 span {
        font-size: 90px;
    }
    
    /* Product */
    .product-details .detail-item .item-name {
        margin-right: 0;
        width: 30%;
    }

    .product-details .introduce {
        padding-left: 10px;
        width: 27.27468%;
    }
    
    /* Portfolio */
    .portfolio .items h5.title {
        top: 9px;
        padding-left: 10px;
    }

    .portfolio .items h6.sub-title {
        top: 32px;
        padding-left: 10px;
    }

    .portfolio .items span {
        top: 62px;
        padding: 0 10px;
    }

    .portfolio .items a.resize-full {
        top: 130px;
        left: 10px;
        width: 30px;
        height: 30px;
    }

    .portfolio .items a.read-more {
        top: 131px;
        left: 43px;
        padding: 0 50px 0 20px;
        line-height: 26px;
        font-size: 9px;
    }

    .portfolio .items .read-more:after {
        font-size: 15px;
        top: 0;
    }

    .portfolio .items a.resize-full:before {
        top: 5px;
        left: 4px;
        font-size: 15px;
    }

    .portfolio.two-col .items h5.title {
        top: 60px;
    }

    .portfolio.two-col .items h6.sub-title {
        top: 81px;
    }

    .portfolio.two-col .items span {
        top: 120px;
    }

    .portfolio.two-col .items a.resize-full {
        top: 180px;
    }

    .portfolio.two-col .items a.read-more {
        top: 181px;
    }

    .portfolio.third-text .items a.read-more { 
        left: 52px;
    }

    .portfolio.details.small-image .detail-left {
        width: 60%;
    }

    .portfolio.details.small-image .detail-right {
        width: 40%;
    }
    
    /* Shortcodes */
    .roll-container {
        width: 754px;
    }

    .btn-menu {
        display: block;
        margin-top: 29px;
        position: relative;
        z-index: 9991;
        -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;
    }
    
    .btn-menu.close-menu {
        margin-top: 0;
        right: 0;
        position: absolute;
        top: 0;
        color: #fff;
    }

    .btn-menu.close-menu:before {
        content: "\e817";
    }

    .logo {
        display: inline-block;
        padding: 29px 0 52px 0;
    }

    .home-lsright .span4 {
        width: 100%;
    }

    .roll-top ul.top-right {
        margin-right: 5px;
    }
    
    .roll-top ul li.phone {
        width: 75px;
    }

    .content-procleft {
        width: 40%;
    }

    .content-procright {
        width: 55%;
    }
    
    .services-home .items {
        padding-right: 0;
    }
    
    .blog-title {
        margin-bottom: 15px;
    }
    
    .roll-feature .feature-left .image ul li {
        width: 99px;
    }
    
    .roll-feature .feature-right h4.title, 
    .roll-feature .feature-left h4.title {
        margin-top: -25px
    }

    .roll-testimonial ul li {
        padding-left: 0;
        position: relative;
    }
    
    .image-small .picture {
        width: 30%;
    }
    
    .roll-feature .feature-left {
        width: 30%;
    }
    
    .roll-aboutus .roll-iconbox .main-box {
        padding: 10px;
    }

    .roll-aboutus .main-box .icon .line {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .roll-aboutus .main-box h5.title {
        margin-bottom: 5px;
    }

    .roll-aboutus .main-box .icon {
        width: 45px;
        height: 45px;
    }

    .roll-aboutus .main-box span.content {
        font-size: 13px;
    }

    .roll-testimonial ul li img {
        left: 0;
    }

    .roll-row.roll-client .logos li img {
        height: auto;
    }

    .box {
        width: 754px;
    }
    
    .roll-feature.light .feature-left img {
        padding-left: 0;
     }

    .roll-feature .feature-right {
        width: 60%;
    }

    .roll-aboutus.landing.light .about-right {
        padding: 0;
    }

    .widget-popular-post-img ul li a {
        font-size: 11px;
    }

    .widget-popular-post-img ul li img {
        width: 50px;
    }

    .widget-popular-post-img p.content {
        padding-left: 55px;
        padding-right: 0;
        font-size: 10px;
    }

    .widget-calendar .ui-datepicker .ui-datepicker-title {
        padding: 0 5px;
    }

    

    .roll-testiquote .items:after {
        bottom: -13px;
        right: -30px;
    }

    .roll-testiquote .items:before {
        left: -35px;
    }
}

/* Tablet Landscape */
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .parallax {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center!important;
    }
}

/* Tablet Portrait Size */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
    /* Header */
    .header .span2,
    .header .span10 {
        width: auto;
        float: left;
    }

    .header .span10 {
        float: right;
    }
    
    .home-lsleft {
        padding-right: 0;
    }
    
    /* Slider */
    .head-slider.slide-2 .content .head-title {
        right: 0;
    }

    .head-slider.slide-2 h2.title {
        font-size: 20px;
        padding: 8px 20px 8px 35px;
    }

    .head-slider.slide-2 p.sub-title {
        padding: 8px 25px 10px 55px;
    }

    .head-slider.slide-2 .content .head-subtitle {
        right: 0;
    }

    .head-slider.slide-2 .flexslider .flex-direction-nav a {
        opacity: 0;
    }

    .head-slider.slide-2 {
        min-height: 275px;
    }
    
    .head-slider.video-bg .flex-next,
    .head-slider.video-bg .flex-prev {
        opacity: 0;
    }

    .head-mask .head-slider .content {
        margin-left: 15px !important;
    }

    .head-mask .head-slider .content h2.title {
        font-size: 23px;
        line-height: 40px;
        margin-right: 15%;
    }
    
    .head-slider.slide-landing .comment-form {
        width: 100%;
        margin-left: 0;
        display: block;
    }

    .head-slider.slide-landing .comment-form .input-wrap input {
        width: 100%;
    }

    .head-slider.slide-landing .comment-form .input-wrap {
        width: 49%;
    }
    
    .head-slider.slide-landing-right .flexslider .flex-direction-nav .flex-prev {
        opacity: 0;
    }

    .head-slider.slide-landing-right .flexslider .flex-direction-nav .flex-next {
        opacity: 0;
    }
    
    .head-slider.single .flexslider .flex-direction-nav .flex-next,
    .head-slider.single .flexslider .flex-direction-nav .flex-prev {
        display: none;
    }

    .roll-testiquote .items:before {
        left: -25px;
    }

    .head-slider .content h2.title {
        font-size: 30px;
        line-height: 40px;
    }

    .head-slider .content p.sub-title {
        font-size: 14px;
        line-height: 25px;
    }

    .flexslider .flex-direction-nav a {
        display: none;
    }

    .head-slider.single .content h2.title {
        font-size: 42px;
        line-height: 57px;
    }

    .head-slider.slide-landing h1.title {
        font-size: 50px;
    }

    .head-slider.slide-landing-left .content h2.title {
        font-size: 30px;
        line-height: 40px;
    }
    
    .slide-mask .flex-prev,
    .slide-mask .flex-next {
        display: none !important;
    }
    
    /* Shop */
    .shop-items .items:nth-child(2n+1) {
        margin-left: 0;
    }

    .shop-items .items {
        width: 48.7212%;
    }

    .shop-items .widget h5.title {
        margin-top: -26px;
    }

    .shop-items .items .item-detail {
        top: 270px;
    }
    
    .blog-post.shop .blog-sort {
        margin-right: 100px;
        margin-bottom: 10px;
    }

    .blog-post.shop .blog-filter {
        margin-left: 0;
    }

    .blog-post.shop .shop-toppaging {
        margin-right: 0;
    }
    
    /* Portfolio */
    .portfolio .blog-container .span4 {
        width: 33%;
        margin-right: 2px;
    }

    .portfolio .items {
        margin-top: 15px;
    }

    .portfolio .blog-container .span6 {
        width: 49%;
        margin-right: 5px;
    }
    
    /* Product */
    .product-details .detail-item .item-image,
    .product-details .detail-item .item-name {
        width: 48.7215%;
    }

    .product-details .introduce {
        width: 100%;
        margin-top: 15px;
    }

    .proc-detail-center {
        width: 65%;
        margin: 0;
    }

    .proc-detail-right {
        width: 100%;
        margin-top: 17px;
    }

    .proc-detail-col2 {
        width: 100%;
    }

    .proc-youlike .proc-detail-right {
        width: 39%;
    }

    .proc-detail-right .drop-wrap {
        width: 98%;
    }

    .proc-youlike {
        margin-top: 30px;
    }
    
    /* Blog */
    .blog-post {
        padding-right: 0;
    }

    .blog-details .blog-paging li a.prev-submit {
        margin-right: 5px;
    }

    .blog-details .blog-paging li a.next-submit {
        margin-left: 5px;
    }

    .blog-nav {
        float: left;
        margin-top: 15px;
    }

    .blog-nav button.blog-prev {
        margin-left: 0;
    }
    
    .blog-container .items-4 {
        width: 33.33%;
    }
    
    /* Widget */
    .widget-newsletter .input {
        width: 95%;
    }
    
    .roll-withoutbox,
    .progress-line,
    .comment-respond.home-getin,
    footer .widget,
    .footer-bottom {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .widget-comment ul li {
        width: 100%;
    }

    .widget-popular-post-img ul li a {
        font-size: 14px;
    }

    .widget-popular-post-img ul li img {
        width: 70px;
    }

    .widget-popular-post-img p.content {
        padding-left: 85px;
        font-size: 13px;
    }

    .widget-popular-post-img ul li {
        min-height: 95px;
    }

    .widget-feature img {
        width: 100%;
    }
    
    /* Page */
    .roll-row.page-title .main-title p.content {
        width: 100%;
    }
    
    .page-checkout .checkout-left {
        width: 100%;
        padding-right: 0;
    }

    .page-checkout .checkout-right {
        width: 100%;
        padding-left: 0;
    }
    
    .page-sidenavigation .page-right {
        padding-left: 3%;
    }
    
    /* Footer */
    .footer-bottom .social {
        margin-right: 13px;
    }
    
    /* Shortcodes */
    .roll-iconbox {
        margin-bottom: 10px;
    }

    .services-home .items {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .services-home .items:nth-child(2) {
        margin: 0;
    }
    
    .roll-aboutus .span4 {
        width: 33%;
        float: left;
        margin-right: 1px;
        margin-bottom: 1px;
    }

    .roll-ourteam .team span.social {
        float: left;
        margin-top: 5px;
        margin-bottom: 7px;
    }

    .roll-row.roll-stats {
        padding-bottom: 50px !important;
    }

    .roll-testimonial ul li img {
        width: 40px;
    }

    .aboutus .about-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .aboutus .about-right {
        width: 100%;
    }

    .box {
        width: 100%;
    }
    
    .person-address .address {
        margin-right: 5px !important;
    }
    
    .person-order-items table tr td.order-empty {
        width: 0;
    }

    .person-order-items .per-order-items {
        overflow-x: scroll;
    }
    
    .roll-feature .feature-left div {
        padding-left: 0;
    }

    .roll-feature .feature-left .image ul li {
        width: 110px;
    }

    .roll-feature .feature-right {
        width: 48%;
    }
    
    .roll-member span.social {
        margin-right: 5px;
    }
    
    .roll-keyservices .key-details {
        position: relative;
    }

    .roll-teamskill .skill-bar {
        width: 100%;
    }

    .serclient.control-nav .owl-nav i.icon-right-open {
        display: none;
    }

    .tabs.left {
        margin-top: 5px;
    }

    .roll-lists .list-icons li {
        width: 100%;
    }

    .roll-pricing-trans {
        margin-bottom: 15px;
    }

    .roll-lightbox .items {
        width: 31.5%;
        margin-bottom: 15px;
    }
    
    .roll-feature.light .feature-right {
        width: 60%;
    }

    .team-mobile .team span.social {
        margin-top: 25px;
        float: right;
        margin-right: 5px;
    }
}

/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
    /* Head */
    .head-addcart:hover:before {
        right: 15px !important;
    }

    /* Slider */
    .head-slider.slide-2 p.sub-title {
        padding: 2px;
    }

    .head-slider.slide-2 h2.title {
        font-size: 13px !important;
        line-height: 17px !important;
        padding: 5px;
        padding-bottom: 10px;
    }

    .head-slider.slide-2 .content .head-title {
        top: 0;
    }

    .head-slider.slide-2 .content .head-subtitle {
        top: 45px;
    }

    .head-slider.slide-2 {
        min-height: 0;
    }
    
    .flexslider .flex-direction-nav a {
        opacity: 0;
    }
    
    .head-slider.slide-product .content {
        width: auto;
        margin: 28px 0 !important;
    }
    
    .head-mask .head-slider .content h2.title {
        font-size: 15px;
        line-height: 20px;
    }
    
    .head-slider.slide-landing h1.title {
        font-size: 49px;
        line-height: 45px;
    }
    
    .head-slider.slide-landing-left .content {
        margin-left: 0;
        width: 100%;
        margin-top: 150px;
    }

    .head-slider.slide-landing-left h2.title {
        font-size: 27px;
    }
    
    .head-slider.slide-landing-right .content {
        width: 100%;
    }

    .head-slider.slide-landing-right h2.title {
        font-size: 22px;
    }

    .head-slider.single .content {
        margin-top: 90px;
    }

    .head-slider .content h2.title {
        font-size: 15px;
        line-height: 20px;
    }

    .head-slider .content p.sub-title {
        font-size: 8px;
        line-height: 13px;
    }

    .head-slider .content .read-more {
        padding: 0 40px 0 10px;
        font-size: 8px;
    }

    .head-slider.default .content {
        margin: 95px 0 !important;
        font-size: 7px;
    }

    .head-slider .content .read-more:after {
        top: 1px;
        right: 20px;
        font-size: 10px;
    }
    
    .head-slider.slide-mask {
        min-height: 230px;
    }

    .head-slider.slide-mask .content {
        margin: 100px 0 !important;
    }

    .head-slider.slide-landing-right h2.title {
        font-size: 15px !important;
        line-height: 25px !important;
    }

    .head-slider.slide-landing-right .content {
        margin-left: 0;
        margin: 62px 0 !important;
    }

    .head-slider .content .read-more:after {
        top: 18px;
    }

    .head-slider.single .content h2.title {
        font-size: 30px;
        line-height: 35px;
    }

    .head-slider.single .content {
        margin: 125px 0 !important;
    }

    .head-slider.single .content p.sub-title {
        font-size: 13px;
        line-height: 17px;
    }

    .head-slider.slide-landing-left .content {
        margin: 35px 0 !important;
    }

    .head-slider.slide-landing-left .content h2.title {
        font-size: 17px;
        line-height: 25px;
    }

    .head-mask > ul.image-bg li img {
        height: 100%;
    }

    .head-slider.video-bg .content {
        margin: 130px 0 !important;
    }

    .head-mask .header {
        background-color:#000;
        position: relative;
    }

    .head-slider.slide-landing .content {
        margin-top: 10px !important;
    }
    
    /* Page */
    .home-lsleft,
    .home-lsright {
        width: 100%;
    }

    .home-lsleft {
        margin-bottom: 15px;
    }
    
    /* Product */
    .content-procleft {
        width: 40%;
        padding-top: 45px;
    }

    .content-procright {
        width: 60%;
        padding: 0;
        display: inline-block;
        float: none;
    }

    .content-procright h2.name {
        font-size: 15px;
        margin-right: 5px;
    }

    .content-procright span.price-dist {
        font-size: 16px;
    }

    .content-procright p {
        font-size: 8px;
        margin-bottom: 10px;
    }
    
    .content-procright a.head-addcart {
        padding: 0 32px 0 8px;
        margin-bottom: 2px;
        font-size: 8px;
    }

    .content-procright a.head-addcart:before {
        font-size: 8px;
        top: 0;
        right: 10px;
    }
    
    .content-procright a.head-goproc {
        padding: 1px 5px;
        font-size: 8px;
    }
    
    .product-search {
        float: left;
    }

    .product-details .detail-nav {
        margin-bottom: 15px;
    }

    .product-details .detail-item .item-image, 
    .product-details .detail-item .item-name {
        width: 100%;
    } 

    .product-details .detail-item .item-name {
        margin-top: 15px;
    }
    
    .products-tab .tabs .content-tab {
        padding-right: 10px;
    }
    
    .proc-detail-left {
        width: 100%;
    }

    .proc-detail-center {
        width: 100%;
    }

    .proc-youlike .proc-detail-left {
        width: 100%;
    }

    .proc-youlike .proc-detail-center {
        width: 100%;
        margin: 0;
    }

    .proc-youlike .proc-detail-right {
        width: 100%;
        padding: 0;
    }
    
    .content-procright .items-name {
        margin-bottom: 5px;
    }
    
    /* Portfolio */
    .portfolio .blog-container .span4 {
        width: 100%;
        margin: 0;
    }

    .portfolio .items h5.title {
        top: 39px;
    }

    .portfolio .items h6.sub-title {
        top: 62px;
    }

    .portfolio .items span {
        top: 102px;
    }

    .portfolio .items a.resize-full {
        top: 161px;
        width: 50px;
        height: 50px;
    }

    .portfolio .items a.read-more {
        top: 162px;
        left: 62px;
        padding-top: 7px;
        padding-bottom: 5px;
        padding-left: 26px;
        padding-right: 63px;
        font-size: 12px;
        line-height: 34px;
    }

    .portfolio .items a.resize-full:before {
        font-size: 20px;
        top: 13px;
        left: 9px;
    }

    .portfolio .blog-container .span6 {
        width: 100%;
        margin-right: 0;
    }

    .portfolio.two-col .items h5.title {
        top: 10px;
    }

    .portfolio.two-col .items h6.sub-title {
        top: 30px;
    }

    .portfolio.two-col .items span {
        top: 70px;
    }

    .portfolio.two-col .items a.resize-full {
        top: 125px;
    }

    .portfolio.two-col .items a.read-more {
        top: 126px;
    }

    .portfolio.third-text .items a.read-more { 
        left: 82px;
    }
    
    .portfolio.details .blog-nav button {
        width: 40px;
        height: 40px;
    }
    
    .portfolio.details .detail-left,
    .portfolio.details .detail-right {
        width: 100%;
    }

    .portfolio.details .detail-related ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 5px;
    }

    .portfolio.details.small-image .detail-left {
        width: 100%;
    }

    .portfolio.details.small-image .detail-right {
        width: 100%;
    }
    
    .portfolio .items .read-more:after {
        top: 50%;
    }
    
    /* Shortcodes */
    .roll-top ul {
        width: 100%;
        text-align: center;
    }
    
    .services-home .items {
        width: 100%;
    }

    .purchase-box a.read-more {
        margin-right: 0;
        padding-left: 25px;
        padding-right: 60px;
    }
    
    .footer-bottom {
        text-align: center;
    }

    .services-home .items {
        padding: 0;
    }

    .services-home .items:nth-child(2) {
        margin: 0;
    }
    
    .roll-row.purchase h3 {
        padding-left: 0;
    }

    .roll-row.purchase a.read-more {
        margin-left: 0;
    }

    .roll-aboutus .span4 {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .roll-aboutus .main-box .icon {
        width: 65px;
        height: 65px;
    }

    .roll-aboutus .roll-iconbox .main-box {
        padding: 15.5% 32px 67px 32px;
    }

    .roll-ourteam .team {
        width: 100%;
        margin-left: 0;
    }

    .roll-ourteam .team span.social {
        float: right;
        margin-right: 5px;
        margin-top: 25px;
    }

    .person-address .address {
        margin-right: 0 !important;
    }

    .person-order-items .shop-continue {
        padding: 5px;
    }

    .person-order-items .shop-order {
        padding: 5px 25px 5px 10px;
    }

    .person-order-items .shop-order:after {
        right: 5px;
        top: 5px;
    }
    
    .roll-feature .feature-left {
        width: 100%;
    }

    .roll-feature .feature-right {
        width: 100%;
    }

    .roll-feature .feature-left .image ul li {
        width: 85px;
    }

    .roll-aboutus.landing .about-left,
    .roll-aboutus.landing .about-right {
        width: 100%;
        text-align: left;
    }

    .roll-feature .feature-right,
    .roll-feature .feature-left {
        margin-bottom: 15px;
        text-align: left;
    }

    .roll-feature .feature-right h4.title, 
    .roll-feature .feature-left h4.title {
        text-align: center;
    }

    .roll-testimonial ul li {
        width: 100%;
    }
    
    .roll-member .member-left, 
    .roll-member .member-right {
        width: 100%;
    }

    .roll-getin .contact-form {
        margin: 0;
        width: 100%;
    }
    
    .roll-searh-results .form-search {
        width: 98%;
    }

    .roll-keyservices .key-details .items {
        width: 100%;
    }

    .roll-row.roll-serabout .details {
        padding-left: 0;
    }

    .roll-teamskill .skill-user {
        left: 50%;
        margin-left: -51px;
    }

    .roll-serwork .servies-items {
        width: 55%;
    }

    .roll-lightbox .items {
        width: 31.3%;
        margin-bottom: 5px;
    }
    
    .roll-feature.light .feature-right,
    .roll-feature.light .feature-left {
        width: 100%;
    }

    .roll-competen .cpprocess-left,
    .roll-competen .cpprocess-right {
        width: 100%;
        padding: 0;
    }
    
    .roll-row {
      padding: auto 5px;
    }
    
    .roll-testiquote .items:after {
        bottom: 5px;
        right: 0;
    }

    .roll-testiquote .items:before {
        left: -5px;
    }
    
    .roll-withoutbox {
        padding: 0 !important;
    }
    
    .roll-feature.light .feature-right h4.title, 
    .roll-feature.light .feature-left h4.title {
        line-height: 40px;
        margin-top: 15px;
    }
    
    .roll-pricing {
        margin-bottom: 5px;
    }
    
    .tabs.left .menu-tab {
        position: relative;
    }

    .tabs.left.margin,
    .tabs.left {
        padding-left: 0;
    }

    .accordion {
        margin-bottom: 15px;
    }
    
    /* Blog */
    .blog-container .items-4 {
        width: 100%;
    }
    
    .blog-nav button.blog-prev:before {
        top: 7px;
        left: 15px;
    }

    .blog-nav button.blog-next:before {
        top: 7px;
        right: 15px;
    }
    
    .blog-post.shop .blog-sort {
        margin-right: 0;
    }

    .blog-post.shop .blog-filter ul + ul {
        margin-left: 85px;
        margin-top: 5px;
    }

    .blog-post.shop .shop-toppaging {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .blog-post.shop .shop-toppaging button,
    .blog-post.shop .shop-toppaging ul {
        float: none;
    }

    .blog-post.shop .blog-filter {
        margin-right: 0;
    }
    
    /* Post */
    article.post .meta-post span.date {
        margin-right: 45px;
    }
    
    /* Page */
    .shop-items .items {
        width: 100%;
        margin: 0;
    }

    .shop-items .items .item-detail {
        top: 220px;
    }
    
    .details-list li {
        font-size: 7px;
    }
    
    .roll-row.page-title .page-nav .nav-right {
        float: left;
    }

    .roll-row.page-title .page-nav .nav-right a:first-child {
        margin-left: 0;
    }

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

    .main-404 h1.number {
        margin-top: 10px;
        font-size: 150px;
    }

    .main-404 span {
        bottom: 27px;
    }

    .main-404 h1.info {
        line-height: 35px;
    }

    .main-404 .event .search {
        top: 15px;
    }

    .main-404 .event a.read-more {
        margin-right: 0;
    }
    
    .page-sidenavigation .page-left,
    .page-sidenavigation .page-right .content-left, 
    .page-sidenavigation .page-right .content-right,
    .page-sidenavigation .page-right .member-left, 
    .page-sidenavigation .page-right .member-right {
        width: 100%;
    }

    .page-sidenavigation .page-right {
        width: 100%;
        padding-left: 0;
    }
    
    .page-sidenavigation .page-right .content-right {
        margin-left: 0;
    }
    
    .container {
        padding: 0 10px;
    }
    
    .details-list {
        margin-bottom: 10px;
    }
    
    .project-items .item {
        width: 100%;
        margin-left: 0;
    }
    
    .image-small .picture:before {
        background-size: 50px 55px;
        width: 50px;
        height: 55px;
        margin-left: -25px;
        margin-top: -27px;
    }
    
    /* Widget */
    .widget-recent-post ul li {
        width: 100%;
    }
    
    .widget.widget-recent-project ul li {
        margin-right: 10px;
    }
    
    /* Footer */
    .footer-bottom .link {
        text-align: center;
    }

    .footer-bottom .social {
        float: none;
        display: inline-block;
    }
    
    .footer-bottom .copyright {
        margin: 0;
    }
}

/* Retina Devices */
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {

}