/*
Template: Another
Template URI: http://demo1.cloodo.com/html/another/
Author: TivaTheme
Author URI: http://tivatheme.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: another
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats

The styleheets of Another are located in assets/css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/

/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. HOME PAGES
	6. FOOTER
	7. PAGE
        7.1 About Us
        7.2 Page About Me
        7.3 Portfolio
        7.4 Blog
        7.5 Blog Sidebar
        7.6 Single Blog
        7.7 Product Page
        7.8 Check out
        7.9 Left Menu Fixed
        7.10 Contact Us
    8. PAGE LOADER

################################################################# */ 

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Oswald');

/* Css */
@import url(libs/font-awesome/css/font-awesome.min.css);
@import url(libs/font-pe-icon7/css/Pe-icon-7-stroke.css);
@import url(libs/font-icoMoon/style.css);
@import url(libs/font-elegants/css/style.css);
@import url(libs/animate/animate.css);
@import url(libs/bootstrap/css/bootstrap.min.css);
@import url(libs/owl.carousel/assets/owl.carousel.css);
@import url(libs/pretty-photo/prettyPhoto.css);
@import url(css/font-style.css);

/*==========================================================
	2. GENERAL
==========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-size: 14px;
	color: #333;
    font-family: 'Dosis', sans-serif;
	line-height: 24px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
img {
	border:none;
	max-width:100%;	
	height: auto;
}
a {
	color:#333;
}
a:hover {
	color: #f15b47;
	text-decoration:none;
}
a:focus {
	text-decoration: none;
	color: inherit;
	outline: none;
}
a, 
button, 
input {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
textarea {
	border: 1px solid #dddddd;
	padding: 8px 15px;
	font-size: 14px;
	color: #5f5f5f;
    font-family: 'Dosis', sans-serif;
	border-radius: 0;
}
button,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
	border-color: #218ACB;
	outline: none;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
	border-color: #FCD998;
}
blockquote {
	background: #fafafa;
	border-left: 5px solid #ecf0f1;
	padding: 10px 25px;
	font-size: 18px;
	font-style: italic;
	color: #313131;
	margin: 20px 0 20px 40px;
}
.margin-0 {
	margin: 0;	
}
.padding-0 {
	padding: 0;	
}

/*==========================================================
	3. ELEMENTS
==========================================================*/
@media (min-width: 1200px) {
	.container {
	    width: 1200px;
	}
}
.site-main {
    padding-bottom: 50px;
}
.home-project .site-main {
	padding-bottom: 0;
}
.list-none {
    list-style: none;
}
.button {
	padding: 0 20px;
    height: 46px;
    border: 2px solid #333;
    font-size: 14px;
	font-weight: 600;
    line-height: 42px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;
    position: relative;
}
.button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1f2930;
    -webkit-transform: rotateY(90deg) translateX(-50%);
    -moz-transform: rotateY(90deg) translateX(-50%);
    -ms-transform: rotateY(90deg) translateX(-50%);
    -o-transform: rotateY(90deg) translateX(-50%);
    transform: rotateY(90deg) translateX(-50%);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.5s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.5s, background-color 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.button:hover {
    color: #fff;
}
.button:hover:before {
    opacity: 1;
    transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    background-color: #333;
    visibility: visible;
}
.div-left {
    float: left;
}
.div-right {
    float: right;
}
/*==========================================================
	4. HEADER
==========================================================*/
.site-header {
    padding: 25px 0;
}
.site-brand {
    float: left;
    line-height: 50px;
}
.site-brand img {
    display: inline-block;
	margin-bottom: 4px;
}
.home-creative .site-brand img,
.home-creative-2 .site-brand img {
	vertical-align: baseline;
}
.home-creative-2 .site-brand img {
	margin-bottom: 0;
}
.main-menu,
.right-header {
    float: right;
}
.right-header {
    padding-top: 8px;
	margin-right: -3px;
}
.main-menu {
    float: right;
    margin-right: 15px;
    padding-top: 8px;
}
.right-header ul,
.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu > ul > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
}
.main-menu ul li {
    position: relative;
}
.main-menu > ul > li a {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
    display: block;
}
.main-menu > ul > li.current-menu-item > a,
.main-menu > ul > li a:hover {
    color: #f15b47;
}
.main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 290px;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    margin-top: 50px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 99;
}
.main-menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 40px;
}
.home-creative .main-menu ul li:hover .sub-menu {
    margin-top: 27px;
}
.main-menu .sub-menu li {
    display: block;
    margin: 0;
}
.main-menu .sub-menu li:last-child {
    border-bottom: none;
}
.main-menu .sub-menu li a {
    padding: 10px 15px;
    color: #fff;
    font-size: 15px;
}
.main-menu .sub-menu li.current-menu-item a,
.main-menu .sub-menu li a:hover {
    background-color: #222;
    color: #fff;
}
.right-header > ul > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 5px;
}
.right-header > ul > li.acc-menu {
	margin-left: 10px;
    margin-right: 0;
}
.right-header > ul > li a {
    line-height: 30px;
    padding: 0 5px;
    display: block;
}
.right-header > ul > li > a {
    font-size: 18px;
    color: #333;
}
.right-header > ul > li a img {
    vertical-align: inherit;
}
.right-header > ul > li {
    position: relative;
}
.right-header > ul > li .cart-number {
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 16px;
    border-radius: 50%;
    background-color: rgba(291, 91, 71, 0.8);
    color: #fff;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    top: -4px;
    right: -3px;
}
.form-search-hd {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 40px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.search-hd.open .form-search-hd {
    opacity: 1;
    visibility: visible;
}
.form-search-hd .search-div {
    width: 250px;
    position: relative;
}
.form-search-hd .search-div input[type=text] {
    width: 100%;
    line-height: 24px;
}
.form-search-hd .search-div input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 42px;
    border: none;
    background: transparent;
    font-size: 0;
    z-index: 101;
}
.form-search-hd .search-div:after {
    content: "\ea6f";
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    z-index: 100;
}
.open .form-search-hd {
    opacity: 1;
    visibility: visible;
    margin-top: 33px;
}
.acc-menu-icon {
    text-align: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 30px;
}
.acc-menu-icon:hover {
    opacity: 0.8;
}
.acc-menu ul li {
    display: block;
    color: #fff;
}
.right-header > ul > li a:hover {
    opacity: 0.8;
}
.mobile-menu {
    display: none;
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 992;
}
.mobile-menu.mobile-menu-creative {
    display: block;
    position: absolute;
    top: 0;
    right: 100px;
    z-index: 993;
}
.open-creative-menu .mobile-menu {
    right: 115px;
}
.mobile-menu:after {
    content: "";
    position: absolute;
    bottom: 12px;
    right: 0;
    width: 15px;
    height: 2px;
    background-color: #333;
    transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    transition-timing-function: ease;
}
.mobile-menu-creative.mobile-menu:after {
    display: none;
}
.mobile-menu-creative .hamburger-mobile {
    bottom: 4px;
    left: 0;
}
.mobile-menu2 {
    display: none;
    transition: all 0.3s;
    right: -30px;
}
.hamburger-mobile-2 {
    width: 15px;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    transition-timing-function: ease;
}
.hamburger-mobile-2:before,
.hamburger-mobile-2:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #333;
    position: absolute;
    right: 0;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.hamburger-mobile-2:before {
    bottom: 6px;
}
.hamburger-mobile-2:after {
    bottom: 18px;
}
.main-menu.open .mobile-menu:after,
.main-menu.open .hamburger-mobile-2 {
    width: 20px;
}
.main-menu.open .hamburger-mobile-2:before,
.main-menu.open .hamburger-mobile-2:after {
    width: 15px;
}
.hamburger-mobile {
    top: auto;
    bottom: 9px;
    left: 4px;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-mobile,
.hamburger-mobile:before,
.hamburger-mobile:after {
    width: 21px;
    height: 1px;
    background-color: #333;
    border-radius: 1px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-mobile:before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    top: -7px;
    content: "";
    display: block;
}
.hamburger-mobile:after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    content: "";
    display: block;
}
.open-creative-menu .hamburger-mobile,
.open-sidebar .hamburger-mobile,
.main-menu.open .hamburger-mobile {
    transform: translate3d(0, -7px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open-creative-menu .hamburger-mobile:before,
.open-sidebar .hamburger-mobile:before,
.main-menu.open .hamburger-mobile:before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open-creative-menu .hamburger-mobile:after,
.open-sidebar .hamburger-mobile:after,
.main-menu.open .hamburger-mobile:after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.main-menu .arrow {
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}
.main-menu .arrow i {
    display: block;
    line-height: 26px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/*==========================================================
	5. HOME PAGES
==========================================================*/
#wrapper {
    overflow: hidden;
}
/* Main Slider */
.main-slider {
    margin-bottom: 75px;
}
.main-slider .owl-carousel .item {
    background-size: 0;
    background-position: center center;
    background-repeat: no-repeat;
}
.main-slider .owl-carousel .owl-controls .owl-nav > div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 80px;
    background: #cccccc;
    font-size: 60px;
    color: #000;
    text-align: center;
    margin-top: -40px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.main-slider .owl-carousel .owl-controls .owl-nav > div:hover {
    opacity: 0.8;
}
.main-slider .owl-carousel .owl-controls .owl-nav > div i {
    margin-left: -10px;
    height: 80px;
    line-height: 80px;
}
.main-slider .owl-carousel .owl-controls .owl-nav > div.owl-next {
    left: auto;
    right: 0;
}
.main-slider .owl-carousel .owl-controls .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.main-slider .owl-carousel .owl-controls .owl-dots > div {
    width: 6px;
    height: 6px;
    background-color: #bababa;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}
.main-slider .owl-carousel .owl-controls .owl-dots > div.active {
    background-color: #333;
}
.main-slider .slider-content {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
    -moz-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
    -ms-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
    -o-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
    -webkit-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay:    0.5s;
    transition-delay:         0.5s;
    opacity: 0;
    text-align: center;
}
.main-slider .active .slider-content {
    opacity: 1;
    bottom: 50px;
}
.main-slider .slider-content h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 500;
}
.main-slider .slider-content p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
/*----------- site-content ------------*/
.stock-cat {
    margin-bottom: 37px;
}
.stock-cat ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.stock-cat ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
}
.stock-cat ul li a {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
	margin-bottom: 10px;
}
.stock-cat ul li.active a,
.stock-cat ul li a:hover {
    border-color: #eaeaea;
}
.stock-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.no-padding .stock-item {
	margin-bottom: 0;	
}
.stock-item .p-thumb {
    display: block;
}
.p-thumb * {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.stock-item .p-thumb img {
    display: block;
	width: 100%;
    backface-visibility: hidden;
    position: relative;
}
.stock-item .p-thumb:hover {
    cursor: url(images/assets/icons/icon-plus.png) 0 -25, auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .stock-item .p-thumb:hover {
        /*cursor: url(images/assets/icons/icon-plus.png) 0 10, auto !important;*/
    }
}
.stock-item .stock-info {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
}
.stock-item .p-thumb:hover .stock-info {
    opacity: 1;
    visibility: visible;
}
.stock-item .stock-info .title-p {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.stock-item .p-thumb:hover .stock-info .title-p {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.show-more {
    margin-top: 10px;
	text-align: center;
}
.no-padding .show-more {
	margin-top: 40px;
}
.masonry .gutter-sizer {
    width: 2%;
}
.masonry .grid-item {
    width: 49%;
	margin-bottom: 25px;
}
.masonry.cols-3 .gutter-sizer {
    width: 2%;
}
.masonry.cols-3 .grid-item {
    width: 32%;
	margin-bottom: 25px;
}
.masonry .grid-item img {
	width: 100%;	
}
.masonry .tab-content > .tab-pane {
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.masonry .tab-content > .active {
    opacity: 1;
    visibility: visible;
    height: auto;
}
/*----------- Home Masonry 2 col --------------*/
.site-header.header-2 {
    padding: 15px 0;
}
.home-project .header-2 {
    padding: 25px 0;
}
.header-2 .main-menu {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.header-2 .main-menu .sub-menu {
    text-align: left;
}
.content-top {
    font-size: 18px;
    line-height: 28px;
    padding-right: 33.333%;
	margin-top: 20px;
    margin-bottom: 45px;
}
.title {
    font-size: 46px;
    line-height: 56px;
    font-weight: 500;
    margin-bottom: 22px;
}
.title-16 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    line-height: 24px;
    margin-bottom: 20px;
}
.title-small {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}
.content-top .title {
    padding-right: 25%;
}
.content-top p {
    font-family: 'Lato', sans-serif;
}
.home-grid-3col .stock-cat ul,
.home-grid-4col .stock-cat ul,
.home-mosaic .stock-cat ul,
.home-masonry-3col .stock-cat ul,
.home-masonry-2col .stock-cat ul {
    text-align: left;
	margin-left: -25px;
}
.home-grid-3col .stock-cat ul li a,
.home-grid-4col .stock-cat ul li a,
.home-mosaic .stock-cat ul li a,
.home-masonry-3col .stock-cat ul li a,
.home-masonry-2col .stock-cat ul li a {
    text-transform: none;
    font-weight: 500;
}
/*----------- Home Project showcase --------------*/
.home-project #wrapper {
    padding: 0 100px;
}
.home-project .site-brand {
	line-height: normal;	
}
.home-project .site-brand img {
	margin-bottom: 1px;
}
.home-slider .item > .container {
    position: absolute;
    top: 50%;
    left: 50%;
	width: 80%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.color-white .home-slider-content {
    color: #fff;
}
.color-black .home-slider-content {
    color: #424242;
}
.home-slider .owl-carousel .owl-controls .owl-dots {
    position: absolute;
    top: 50%;
    right: -60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-slider .owl-carousel .owl-controls .owl-dots > div {
    width: 20px;
    height: 5px;
    border-top: 2px solid #d9d9d9;
    margin-bottom: 7px;
}
.home-slider .owl-carousel .owl-controls .owl-dots > div.active {
    border-top-color: #000;
}
.home-slider .button.light-btn {
    margin: 0;
}
.color-white .button.light-btn {
    color: #fff;
    border-color: #fff;
}
.color-white .button.light-btn:hover {
    border-color: #333;
}
.home-slider-content {
    font-size: 16px;
    line-height: 26px;
}
.home-slider-content .title-slider {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
}
.home-slider-content .desc-slider {
    font-family: 'Lato', sans-serif;
    margin-bottom: 35px;
}

/*----------- Home Creative Freestyle 1 --------------*/
.home-creative {
    margin: 30px;
}
.home-creative #wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}
.home-creative #wrapper {
    padding: 0 30px 30px;
    background-color: #f5f5f5;
}
.home-creative .open .form-search-hd {
    margin-top: 23px;
}
.home-creative .project-item {
    margin-bottom: 120px;
    position: relative;
}
.home-creative .project-item:last-child {
	margin-bottom: 40px;
}
.project-item.thumb-left .project-thumb {
    width: 50%;
    width: calc(50% + 15px);
    float: left;
    text-align: right;
}
.project-item.thumb-left .project-info {
    left: 50%;
    padding-left: 115px;
}
.home-creative .project-info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-creative .project-info .title-project {
    margin-top: 0;
}
.project-item.thumb-right .project-thumb {
    width: 50%;
    float: right;
    padding-left: 115px;
}
.project-item.thumb-right .project-info {
    right: 50%;
    margin-right: -15px;
}
.project-item.thumb-right.thumb-right-big .project-thumb {
    padding-left: 0;
    width: calc(50% + 15px);
}
.project-item.thumb-right.thumb-right-big .project-info {
    margin-right: 0;
    padding-right: 115px;
}
.home-creative .project-item.thumb-center {
    width: 970px;
    margin-bottom: 110px;
    margin-right: auto;
    margin-left: auto;
}
.project-item.thumb-center .project-thumb {
    margin-bottom: 30px;
}
.project-item.thumb-center .project-info {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.project-item .project-thumb a {
    position: relative;
    display: inline-block;
}
.project-item .project-thumb a img {
	width: 100%;	
}
.project-item .project-thumb a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.project-item .project-thumb a:hover:after {
    opacity: 1;
}

/*----------- Home Creative Freestyle 2 --------------*/
.open-creative-menu {
    overflow-y: hidden;
}

.home-creative-2 .site-header {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    z-index: 99;
}
.home-creative-2 .site-header > .container-creative {
	position: relative;	
}
.container-creative {
    padding: 0 100px;
}
.home-creative-2 .site-brand {
    position: absolute;
	left: 100px;
	display: inline-block;
    z-index: 991;
	line-height: 20px;
}
.home-creative-2 .main-menu {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 0;
    padding-top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 992;
}
.home-creative-2.open-creative-menu .main-menu {
    opacity: 1;
    visibility: visible;
}
.home-creative-2 .main-menu > ul {
    position: absolute;
    top: 40%;
    left: 50%;
    text-align: center;
    width: 300px;
    max-width: 90%;
    background-color: #333;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 993;
}
.home-creative-2.open-creative-menu .main-menu > ul {
    top: 50%;
}
.home-creative-2 .main-menu > ul li {
    display: block;
    margin: 0;
}
.home-creative-2 .main-menu > ul li a {
    color: #fff;
    line-height: 46px;
}
.home-creative-2 .main-menu > ul li a:hover {
    background-color: #222;
}
.home-creative-2 .main-menu .sub-menu {
    text-align: left;
}
.home-creative-2 .main-menu.open > ul {
    opacity: 1;
    visibility: visible;
    padding-left: 0;
}
.home-creative-2 .main-menu ul li:hover .sub-menu {
    margin-top: 20px;
}
.home-creative-slider {
    width: 100%;
    margin-bottom: 120px;
}
.div-50 {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
}
.home-creative-slider .div-50:first-child {
    background-color: #edf7f7;
}
.home-creative-slider .div-50:last-child {
    background-color: #e2f3f7;
}
.list-project .div-50:first-child {
    height: auto;
    padding-right: 60px;
}
.list-project .div-50:last-child {
    height: auto;
    padding-left: 60px;
}
.project-item {
    margin-bottom: 100px;
}
.project-info {
    font-size: 18px;
    color: #333;
    line-height: 32px;
    font-family: 'Playfair Display', sans-serif;
}
.project-info .title-project {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
    margin-bottom: 20px;
}
.project-info .desc-project:before {
    content: "";
    width: 50px;
    display: inline-block;
    vertical-align: top;
    border-top: 2px solid #000;
    margin-right: 20px;
    margin-top: 15px;
}
/*----------------- Classic Home Slider --------------------*/
.clasic-home-slider {
    position: relative;
    margin-bottom: 410px;
    padding-bottom: 120px;
}
.title-classic-slider {
    font-size: 80px;
    font-family: 'Playfair Display', sans-serif;
    line-height: 90px;
    font-weight: bold;
    color: #333;
    position: absolute;
    top: 50%;
    right: 61%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    display: none;
    z-index: 4;
}
.desc-classic-slider {
    position: absolute;
    bottom: -270px;
    left: 50%;
    max-width: 780px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'Playfair Display', sans-serif;
    font-size: 22px;
    line-height: 32px;
    display: none;
    z-index: 4;
}
.desc-classic-slider:before {
    content: "";
    width: 1px;
    height: 80px;
    background: #000;
    position: absolute;
    top: -185px;
    left: 50%;
    z-index: 5;
}
.desc-classic-slider i {
    text-decoration: underline;
}
.clasic-home-slider .slider .item.active {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
}
.clasic-home-slider .slider .item {
    z-index: 1;
    position: absolute;
    top: 120px;
    right: 230px;
    cursor: pointer;
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    -webkit-transition: z-index 0s, top 1s, right 1s;
    -moz-transition: z-index 0s, top 1s, right 1s;
    -ms-transition: z-index 0s, top 1s, right 1s;
    -o-transition: z-index 0s, top 1s, right 1s;
    transition: z-index 0s, top 1s, right 1s;
}
.clasic-home-slider .slider .item.next {
    z-index: 2;
}
#classic-slider .slider-control {
    text-align: center;
    position: relative;
    z-index: 9;
    display: none;
}
#classic-slider .slider-control .slider-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#classic-slider .slider-control .slider-dot.active {
    background-color: #333;
}
/*---------------- casscade slider   ------------------*/
.cascade-slider_slides {

}
.cascade-slider_item {
    position: absolute;
    top: 50%;
    right: 84px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-timing-function: ease-in-out; /* Safari and Chrome */
    transition-timing-function: ease-in-out;
    transition: z-index 0.7s, transform 1s, right 0.5s;
}

.cascade-slider_item.next {
    right: 138px;
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    z-index: 4;
}
.cascade-slider_item.next2 {
    transform: translateY(-50%) scale(0.8);
    right: 192px;
    z-index: 3;
}
.cascade-slider_item.next3 {
    transform: translateY(-50%) scale(0.7);
    right: 246px;
    z-index: 2;
}
.cascade-slider_item.last {
    transform: translateY(-50%) scale(0.6);
    right: 298px;
    z-index: 1;
}

.cascade-slider_item.now {
    padding: 0;
    z-index: 5;
}
.cascade-slider_item img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.cascade-slider_arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 5;
}
.cascade-slider_nav {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 85px;
}
.cascade-slider_nav li {
    display: block;
    width: auto;
    margin: 20px 0;
}
.cascade-slider_nav li a {
    font-family : 'Playfair Display', serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    height: 46px;
    color: #333;
    display: inline-block;
    overflow: hidden;
}
.cascade-slider_nav li a span.order-list {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: bottom;
}
span.order-list:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 2px;
    height: 2px;
    background-color: #333;
    margin-bottom: 7px;
    margin-left: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cur a {
    margin-left: -235px;
}
.cur span.order-list:after {
    width: 200px;
    margin-right: 20px;
    margin-left: 15px;
}
/*---------------- end casscade slider   ------------------*/
/*----------- Home Grid 4 Col --------------*/
.home-grid-3col .site-main,
.home-grid-4col .site-main {
    padding-bottom: 70px;
}
/*----------- Home Left Menu --------------*/
.home-left-menu #wrapper {
    padding-left: 280px;
}
.site-header.header-left-menu {
    position: fixed;
    width: 280px;
    top: 0;
    left: 0;
    color: #999;
    background-color: #f6f7f8;
    padding: 0;
    overflow: hidden;
}
.site-header.header-left-menu .site-brand,
.site-header.header-left-menu .right-header {
    padding: 0 30px 0 40px;
}
.header-left-menu .site-brand,
.header-left-menu .right-header,
.header-left-menu .main-menu {
    float: none;
}
.header-left-menu .site-brand {
    margin-top: 30px;
    margin-bottom: 25px;
}
.header-left-menu .right-header {
    margin-bottom: 25px;
    position: relative;
}
.header-left-menu .form-search-hd {
    right: 30px;
    left: 40px;
}
.header-left-menu .right-header > ul > li a,
.header-left-menu .right-header > ul > li {
    color: #333;
}
.header-left-menu .right-header > ul > li:first-child a {
	padding-left: 0;
}
.header-left-menu .right-header > ul > li {
    position: static;
}
.header-left-menu .right-header > ul > li.cart-hd a {
    position: relative;
}
.header-left-menu .right-header > ul > li:first-child {
    margin-left: 0;
}
.header-left-menu .form-search-hd .search-div {
    width: 100%;
}
.header-left-menu .main-menu {
    margin-right: -16px;
    max-height: 400px;
    overflow-y: scroll;
    padding: 0 40px;
}
.header-left-menu .main-menu::-webkit-scrollbar {
    display: none;
}
.header-left-menu .main-menu > ul > li {
    display: block;
    margin: 0;
    padding: 10px 0;
}
.header-left-menu .main-menu > ul > li > a {
    position: relative;
}
.header-left-menu .main-menu > ul > li > a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 0;
    height: 2px;
    background-color: #999999;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-left-menu .main-menu > ul > li.current-menu-item > a:after,
.header-left-menu .main-menu > ul > li:hover > a:after {
    width: 30px;
    left: -40px;
}
.header-left-menu .main-menu > ul > li a {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26px;
    color: #333;
}
.header-left-menu .main-menu > ul > li a:hover {
    background-color: inherit;
    color: #f15b47;
}
.header-left-menu .main-menu .arrow {
    display: block;
    position: relative;
    float: right;
    width: 20px;
    height: 26px;
    line-height: 26px;
    top: 0;
    right: 0;
    border: none;
    border-radius: 0;
}
.header-left-menu .main-menu .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    margin-top: 0 !important;
    display: none;
    width: 100%;
    padding: 0;
    background-color: #f6f7f8;
    box-shadow: none;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.header-left-menu .main-menu .sub-menu
.header-left-menu .main-menu ul li:hover .sub-menu {
    margin-top: 0;
}
.header-left-menu .main-menu .sub-menu li {
    padding-top: 5px;
}
.header-left-menu .main-menu .sub-menu li a {
    padding: 0 0 0 10px;
}
.header-left-menu .social-ft {
    float: none;
}
.header-left-menu .socials {
	margin-bottom: 10px;	
}
.header-left-menu .socials li {
    padding: 0 10px;
}
.header-left-menu .socials li:first-child {
    padding-left: 0;
}
.header-left-menu .socials li a i.fa {
    font-size: 16px;
    line-height: 30px;
    color: #999;
}
.header-left-menu .socials li a:hover i.fa {
    color: #000;
}
.home-left-menu .site-content .stock-item {
    width: 25%;
    float: left;
    margin-bottom: 0;
    position: relative;
}
.home-left-menu .site-content .stock-item.item-big {
    width: 50%;
}
.home-left-menu .site-content .stock-item img {
    display: block;
    width: 100%;
}
.stock-item .item-text {
    position: absolute;
    top: 50%;
    left: 0;
    padding-right: 70px;
    padding-left: 65px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.item-text p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.bottom-header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 30px 50px 40px;
}
/*==========================================================
	6. FOOTER
==========================================================*/
.site-footer {
    color: #777;
    padding: 25px 0;
	margin-top: 30px;
}
.home-classic .site-footer {
	margin-top: 0;	
}
.social-ft {
    float: right;
}
.socials {
    padding: 0;
    margin: 0;
    list-style: none;
}
.socials li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}
.socials li:first-child {
	padding-left: 0;
}
.socials li:last-child {
    padding-right: 0;
}
.socials li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #777;
}
.socials li a:hover {
    color: #f15b47;
}
.copyright {
    float: left;
	font-size: 16px;
}
.footer-4 .copyright {
	font-size: 14px;	
}
.site-footer.footer-2 {
    color: #5c5c5c;
    background-color: #f0f4f4;
    padding: 50px 0;
    text-align: center;
}
.footer-3 .social-ft,
.footer-2 .social-ft {
    float: none;
    margin-bottom: 18px;
}
.footer-4 .socials li a,
.footer-3 .socials li a,
.footer-2 .socials li a {
    color: #5c5c5c;
    font-size: 0;
}
.footer-4 .socials li a i.fa,
.footer-3 .socials li a i.fa,
.footer-2 .socials li a i.fa {
    font-size: 16px;
}
.footer-3 .socials li a:hover,
.footer-2 .socials li a:hover {
    color: #333;
}
.footer-3 .copyright,
.footer-2 .copyright {
    font-size: 16px;
    float: none;
}
.footer-3 .copyright {
    color: #5c5c5c;
}
.site-footer.footer-3 {
    padding: 0 0 50px;
    text-align: center;
	margin-top: 0;
}
.newsletter {
    text-align: center;
}
.newsletter .title {
    color: #333;
}
.newsletter .desc-newsletter {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
}
.newsletter form {
    position: relative;
    margin: 32px 0 60px;
}
.newsletter form p {
    margin-bottom: 0;
}
.newsletter form input[type=email],
.newsletter form input[type=text] {
    width: 100%;
	height: 50px;
    padding: 8px 70px 8px 20px;
    border: 2px solid #d8d8d8;
    font-size: 16px;
    color: #777;
    font-family: 'Lato', sans-serif;
    font-style: italic;
}
.newsletter form input[type=email]:focus,
.newsletter form input[type=text]:focus {
    border-width: 2px;
}
.newsletter form input[type=submit] {
    width: 70px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    font-size: 0;
    z-index: 1;
}
.newsletter form p:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 50px;
    background-image: url(images/assets/icons/icon-arrow-next.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
}
.newsletter form p:last-child:hover:after {
    background-image: url(images/assets/icons/icon-arrow-next-hover.png);
}
/*---------- footer-4 ----------*/
.site-footer.footer-4 {
    color: #333;
    text-align: center;
    padding: 30px 0;
	margin-top: 0;
}
.footer-4 .info-ft {
    display: inline-block;
    vertical-align: middle;
}
.footer-4 .info-ft ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-4 .info-ft ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 10px;
    border-right: 2px solid #e1e1e1;
    line-height: 1;
}
.footer-4 .info-ft ul li:last-child {
    border-right: 0;
}
.footer-4 .socials {
    display: inline-block;
    vertical-align: middle;
}
.footer-4 .social-ft span {
    margin-right: 12px;
}
.footer-4 .socials li {
    padding: 0 8px;
}
.footer-4 .socials li a {
    color: #333;
    display: block;
    height: 32px;
    line-height: 32px;
}
.footer-4 .socials li a:hover {
    color: #f15b47;
}
.footer-4 .socials li a i.fa {
    line-height: 30px;
}
/*--------------- footer-5 -----------------*/
.site-footer.footer-5 {
    background-color: #f5f5f5;
    padding: 70px 0;
	margin-top: 0;
}
.site-footer.footer-5 .top-footer {
	margin-bottom: 30px;
}
.menu-ft ul {
    margin: 0;
    padding: 0;
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.menu-ft ul li {
    min-width: 250px;
	margin-bottom: 5px;
}
.menu-ft ul li a {
    font-family: 'Playfair Display', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.menu-ft ul li a:hover {
    padding-left: 5px;
}
.footer-5 .newsletter form {
    margin: 0 0 35px;
    width: 500px;
}
.footer-5 .newsletter form input[type="email"],
.footer-5 .newsletter form input[type="text"] {
    padding: 0 25px 0 0;
    font-size: 15px;
	height: 32px;
    border-bottom: 1px solid #cfcfcf;
    border-top: none;
    border-right: none;
    border-left: none;
    font-family: 'Dosis', sans-serif;
    background-color: transparent;
    font-style: normal;
}
.footer-5 .newsletter form p:last-child:after {
    width: 25px;
    height: 36px;
    background-image: url(images/assets/icons/icon-arrow-next2.png);
}
.footer-5 .newsletter form p:last-child:hover:after {
    background-image: url(images/assets/icons/icon-arrow-next2-hover.png);
}
.footer-5 .newsletter form input[type="submit"] {
    width: 25px;
    height: 36px;
}
.footer-5 .social-ft {
    float: left;
}
.footer-5 .social-ft span {
    display: none;
}
.footer-5 .socials li {
    display: inline-block;
    vertical-align: middle;
}
.footer-6 .socials li a,
.header-left-menu .socials li a,
.footer-5 .socials li a {
    font-size: 0;
}
.footer-5 .socials li a i.fa {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.footer-5 .themeby {
    float: right;
	font-size: 16px;
}
.footer-5 .socials li:first-child {
    padding-left: 0;
}
.footer-5 .bottom-footer .div-right {
    width: 500px;
}
/*---------- footer-6 -------------*/
.site-footer.footer-6 {
    background-color: #222222;
    color: #999999;
    padding: 60px 0;
}
.footer-6 .social-ft {
    float: none;
}
.footer-6 .socials li a i.fa {
    font-size: 16px;
    color: #999;
    line-height: 24px;
}
.footer-6 .socials li a:hover i.fa {
    color: #fff;
}
.footer-widget {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}
.footer-widget h3.widget-title {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.footer-widget a {
    color: #999;
    text-decoration: underline;
}
.footer-widget a:hover {
    color: #fff;
}
.drop-in-widget .textwidget p {
    margin-bottom: 6px;
}
.about-widget {
    width: 300px;
}
.about-widget .textwidget {
    font-weight: 500;
    margin-bottom: 20px;
}
.footer-widget.studio-news-widget .new-date {
    display: block;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ccc;
}
.footer-widget.studio-news-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-widget.studio-news-widget ul li {
	margin-bottom: 5px;	
}
.footer-6 .top-footer {
    padding-bottom: 40px;
}
.footer-6 .bottom-footer {
    padding-top: 40px;
    border-top: 1px solid #333333;
}
.footer-6 .bottom-footer .copyright {
    float: left;
}
.back-to-top {
    float: right;
}
.back-to-top a {
    color: #999;
}
.back-to-top a:hover {
    color: #fff;
}
.footer-6 .socials li {
    padding: 0;
    margin-right: 16px;
}
.footer-6 .socials li:last-child {
	margin-right: 0;	
}
/*==========================================================
	7. PAGE
==========================================================*/
/*--------------------- 7.1 About Us  ---------------------*/
.page-about-us .content-top .title {
    padding-right: 20%;
}
.page-about-us .img-top {
    margin-top: 50px;
    margin-bottom: 100px;
}
.img-top img {
    width: 100%;
}
.page-about-us .site-content {
    margin-bottom: 80px;
}
.our-team {
    margin-bottom: 90px;
}
.page-about-us .page-ct {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    color: #333;
}
.page-ct p {
    margin-bottom: 15px;
}
.page-ct p:last-child {
    margin-bottom: 0;
}
.title-rate {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #333;
}
.title-rate .text:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 1px;
    background-color: #ededed;
    margin: 0 12px;
}
.title-rate .number {
    color: #666;
}
.chart-rate .div-rate {
    display: block;
    width: 100%;
    height: 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
    margin: 10px 0 25px;
}
.chart-rate .div-rate span {
    display: block;
    height: 100%;
    border-radius: 5px;
    background-color: #f15b47;
}
.info-profile {
    padding-top: 20px;
}
.info-profile .name {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #333;
}
.info-profile .position {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #989898;
}
.personal-socials {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}
.personal-socials li {
    display: inline-block;
    margin-right: 10px;
}
.personal-socials li a {
    font-size: 18px;
    color: #666666;
    line-height: 1;
}
.personal-socials li a:hover {
    color: #f15b47;
}
.our-clients {
    margin-bottom: 30px;
}
/*--------------------- 7.2 Page About me ----------------------*/
.portfolio .site-main {
    padding-bottom: 70px;
}
.img-top {
    margin-bottom: 40px;
}
.page-about-me .page-ct {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
	margin-top: 5px;
}
.page-about-me .page-ct p {
    margin-bottom: 20px;
}
.page-about-me .page-ct p:last-child {
    margin-bottom: 0;
}
.intro-me .name {
    font-size: 28px;
    line-height: 38px;
    color: #333;
    font-weight: 600;
}
.intro-me .position {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
}
.desc-intro-me {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 500;
    padding: 12px 0 10px;
    margin-right: 20px;
    border-top: 1px solid #ededed;
}
.signature {
    float: right;
    margin-top: 60px;
    font-size: 60px;
    line-height: 26px;
    margin-bottom: 30px;
    font-family: 'Signatures';
}
/*--------------- 7.3 Portfolio -------------------*/
.breadcrumb-box {
    height: 226px;
    background-color: #f8f8f8;
    position: relative;
    font-size: 16px;
    color: #333333;
    margin-bottom: 90px;
    font-weight: 500;
}
.breadcrumb-box .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb-box .title-page {
    font-size: 36px;
    font-weight: 600;
    color: #333;
    line-height: 1;
    margin-bottom: 15px;
}
.breadcrumb li a {
    color: #333;
    position: relative;
}
.breadcrumb li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #333;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.breadcrumb li a:hover:after {
    width: 100%;
    opacity: 1;
}
.breadcrumb li {
    font-size: 18px;
    line-height: 26px;
    color: #666;
    font-weight: 500;
}
/*------------------ Single project ----------------------*/
.main-ct .project-desc {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    font-family: 'lato', sans-serif;
}
.main-ct .project-desc p {
    margin-bottom: 60px;
    padding: 0 100px;
}
.single-project-sidebar .main-ct .project-desc p {
    padding: 0;
}
.main-ct .project-desc .text-break {
    display: block;
    margin-bottom: 15px;
}
.main-ct .project-desc img {
    display: block;
    margin-bottom: 60px;
}
.relate-project {
    padding: 50px 0 70px;
    border-top: 1px solid #ededed;
}
.relate-project a {
    color: #666;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}
.relate-project a .title-project {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 28px;
}
.relate-project a span {
    display: block;
}
.relate-project a:hover .title-project {
    color: #f15b47;
}
.relate-project .prev-project {
    float: left;
}
.relate-project .prev-project:before {
    content: "\ea29";
    font-family: 'icomoon';
    font-size: 30px;
    line-height: 48px;
    color: #666;
    position: absolute;
    top: 0;
    left: -68px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.relate-project .prev-project:hover {
    padding-left: 50px;
}
.relate-project .prev-project:hover:before {
    left: 0;
}
.relate-project .next-project {
    float: right;
    text-align: right;
}
.relate-project .next-project:after {
    content: "\ebfc";
    font-family: 'icomoon';
    font-size: 30px;
    line-height: 48px;
    color: #666;
    position: absolute;
    top: 0;
    right: -68px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.relate-project .next-project:hover {
    padding-right: 50px;
}
.relate-project .next-project:hover:after {
    right: 0;
}
.project-detail {
    padding-bottom: 50px;
}
.project-detail-info ul,
.social-share ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.project-detail-info {
    margin-bottom: 45px;
}
.project-detail-info ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #666;
    padding: 8px 0;
    border-bottom: 1px solid #ededed;
}
.project-detail-info ul li:first-child {
    padding-top: 0;
}
.project-detail-info ul li:last-child {
    border-bottom: none;
}
.project-detail-info ul li .object-detail {
    float: left;
}
.project-detail-info ul li .object-info {
    float: right;
}
.object-info.color-red {
    color: #f15b47;
}
.social-share .social li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.social-share .social li a {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    font-weight: 500;
}
.social-share .social li a:hover {
    color: #f15b47;
}
.project-desc {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    color: #666;
}
.project-desc p {
    margin-bottom: 12px;
}
.title-detail {
    font-size: 18px;
    line-height: 1;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}
.project-gallery .title-detail {
    margin-bottom: 25px;
}
.project-gallery {
    padding-bottom: 60px;
}
.project-gallery .item a {
    display: block;
    position: relative;
}
.project-gallery .item a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.project-gallery .item a:hover:after {
    opacity: 1;
    visibility: visible;
}
.project-gallery .owl-carousel .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 48px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.project-gallery .owl-carousel .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: 0;
}
.project-gallery .owl-carousel:hover .owl-controls .owl-nav div {
    opacity: 1;
    visibility: visible;
}
.project-gallery .owl-carousel:hover .owl-controls .owl-nav div.owl-prev {
    left: 20px;
}
.project-gallery .owl-carousel:hover .owl-controls .owl-nav div.owl-next {
    right: 20px;
}

/*------------------ 7.4 Blog ---------------------*/

.page-pagination {
    margin-bottom: 40px;
}
.page-pagination ul {
    list-style: none;
    text-align: center;
}
.page-pagination ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.page-pagination ul li:first-child {
	margin-left: 0;
}
.page-pagination ul li:last-child {
	margin-right: 0;
}
.page-pagination ul li a,
.page-pagination ul li span {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    border: 1px solid #222;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    display: block;
    text-transform: uppercase;
}
.page-pagination ul li .next-page,
.page-pagination ul li .prev-page {
    width: auto;
    padding: 0 20px;
}
.page-pagination ul li a:hover,
.page-pagination ul li span {
    background-color: #222;
    color: #fff;
}
.list-post {
    padding-right: 30px;
}
.list-post .post {
    background-color: #f8f8f8;
    margin-bottom: 60px;
}
.post-thumb {
    position: relative;
    overflow: hidden;
}
.post-thumb img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.post-thumb:hover a img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.list-post .post .post-info {
    padding: 30px 40px;
}
.post-tags {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #777;
    font-weight: 600;
}
.post-tags a {
    color: #777;
}
.post-tags a:hover {
    color: #f15b47;
}
.post-title {
    font-size: 28px;
    color: #333;
    font-weight: 600;
    line-height: 36px;
    margin: 10px 0 10px;
}
.post-excerpt {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    color: #666;
    margin-bottom: 16px;
}
.read-more a {
    font-size: 14px;
    color: #f15b47;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 26px;
}
.read-more a i {
    line-height: 26px;
    vertical-align: top;
}
.read-more a:hover {
    color: #ff0000;
}

/*------------------ 7.5 Blog Sidebar ------------------*/
.widget {
    margin-bottom: 40px;
}
.widget:last-child {
    margin-bottom: 0;
}
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget.widget-search {
    margin-bottom: 40px;
}
.widget-search form {
    position: relative;
}
.widget-search form input[type="text"] {
    width: 100%;
    padding: 9px 44px 9px 14px;
    font-size: 14px;
	height: 50px;
    font-weight: 500;
    color: #666666;
}
.form-contact-page textarea::-webkit-input-placeholder,
.form-contact-page input::-webkit-input-placeholder,
.widget-search form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
}
.form-contact-page textarea::-moz-placeholder,
.form-contact-page input::-moz-placeholder,
.widget-search form input::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
}
.form-contact-page textarea:-ms-input-placeholder,
.form-contact-page input:-ms-input-placeholder,
.widget-search form input:-ms-input-placeholder { /* IE 10+ */
    opacity: 1;
}
.form-contact-page textarea:-moz-placeholder,
.form-contact-page input:-moz-placeholder,
.widget-search form input:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
}
.widget-search form .submit {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    width: 44px;
    height: 50px;
    border: none;
    font-size: 20px;
    line-height: 50px;
}
.widget-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
}
.widget-categories ul li {
    border-bottom: 1px solid #ededed;
}
.widget-recent-post ul li:last-child,
.widget-categories ul li:last-child {
    border-bottom: 0;
}
.widget-recent-post ul li a,
.widget-categories ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 500;
	padding: 8px 0;
    text-transform: capitalize;
}
.widget-tags .tag-cloud a:hover,
.widget-recent-post ul li a:hover,
.widget-categories ul li a:hover {
    color: #f15b47;
}
.widget-recent-post ul li {
    padding: 8px 0;
    border-bottom: 1px solid #ededed;
}
.widget-recent-post ul li a {
    color: #333;
	padding: 0;
}
.widget-recent-post ul li span {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}
.widget-product-tags .widget-title,
.widget-tags .widget-title {
    margin-bottom: 25px;
}
.tag-cloud a {
    font-size: 16px;
    display: inline-block !important;
    font-weight: 500;
    color: #252525;
    padding: 3px 14px;
    border: 1px solid #ededed;
    margin-right: 10px;
    margin-bottom: 12px;
}
.tag-cloud a:hover {
    color: #f15b47;
}
.tag-cloud a:last-child {
    margin-right: 0;
}
/*--------------- 7.6 Single Blog ----------------*/
.post-details {
    padding-right: 30px;
}
.post-details .post-info {
    margin-bottom: 60px;
}
.post-details .post-thumb {
    margin-bottom: 20px;
}
.post-info .post-author {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    font-weight: 600;
    margin-bottom: 30px;
}
.post-author a {
    color: #666;
}
.post-info .tag-cloud a:hover,
.post-author a:hover {
    color: #f15b47;
}
.post-ct {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-bottom: 40px;
}
.post-ct p {
    margin-bottom: 25px;
}
.post-ct h3 {
    font-size: 24px;
    line-height: 34px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
}
.comment-reply-title.widget-title,
.widget-title.comments-title {
    margin-bottom: 20px;
}
.comments-area ol {
    list-style: none;
}
.comment-wrapper {
    border-bottom: 1px solid #ededed;
    padding: 22px 0;
}
.comment-list > li:first-child > .comment-wrapper {
    padding-top: 0;
}
.comment-list .children .comment-wrapper {
    padding-left: 30px;
}
.comment-wrapper:after {
    content: "";
    display: table;
    clear: both;
}
.comment-wrapper .comment-avatar {
    float: left;
    margin-right: 20px;
}
.comment-wrapper .comment-avatar img {
	width: 80px;
}	
.comment-wrapper .comment-body {
    display: table;
	width: calc(100% - 100px);
}
.comment-body .comment-meta {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 10px;
}
.comment-author {
    font-style: normal;
}
.comment-author a {
    color: #333;
    line-height: 16px;
}
.comment-meta .action-link a,
.comment-meta .action-link {
    float: right;
    color: #666;
    font-size: 14px;
}
.comment-author a:hover,
.comment-meta .action-link a:hover {
    color: #f15b47;
}
.action-link .comment-date {
    margin-right: 25px;
}
.comment-content {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
}
.comment-respond {
    margin-top: 35px;
}
.comment-form input[type="text"],
.comment-form input[type="email"] {
    padding: 12px 19px;
}
.comment-form textarea {
    padding: 15px 19px;
    height: 148px;
    resize: none;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    border: 1px solid #ededed;
    color: #333;
    font-family: 'Lato', sans-serif;
    width: 100%;
}
.comment-form p {
    margin-bottom: 25px;
}
.comment-form .comment-form-author {
    width: 400px;
    float: left;
}
.comment-form .comment-form-email {
    width: 400px;
    float: right;
}
.comment-form .form-submit {
    text-align: right;
	clear: both;
}
.button.btn-submit {
    background-color: #222;
    border-color: #222;
    color: #fff;
}
.button.btn-submit:hover {
    background-color: #fff;
    color: #333;
}
.comment-form textarea::-webkit-input-placeholder,
.comment-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
}
.comment-form textarea::-moz-placeholder,
.comment-form input::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
}
.comment-form textarea:-ms-input-placeholder,
.comment-form input:-ms-input-placeholder { /* IE 10+ */
    opacity: 1;
}
.comment-form textarea:-moz-placeholder,
.comment-form input:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
}

/*-----------------------  7.7 Product page -----------------------------*/
.list-product {
    position: relative;
}
.list-product:before,
.list-product:after {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
.list-product:before {
    content: "";
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.list-product:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 125px;
    height: 107px;
    display: block;
    background: url(images/assets/icons/loading_icon.gif) no-repeat center center;
    margin: 0 auto;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}
.list-product.loading:before,
.list-product.loading:after {
    opacity: 1;
    visibility: visible;
}
.list-product.loading:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.f-price {
    margin: 23px 0 0;
    padding-bottom: 40px;
    width: 100%;
}
.f-price h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #666;
    font-weight: 500;
    float: left;
    margin-top: 15px;
}
.f-price p {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    float: right;
}
.f-price span strong {
    color: #b99867;
}
.f-price .box-around {
    position: relative;
    margin: 0 11px;
}
.f-price .ui-widget-content {
    background-color: #ededed;
    width: 100%;
}
.f-price .ui-slider .ui-slider-range {
    background-color: #f15b47;
    position: absolute;
    top: 0;
    height: 6px;
}
.f-price .ui-widget-content, .filter-prod .f-price .ui-slider .ui-slider-range {
    height: 6px;
}
.f-price .ui-state-default {
    width: 22px;
    height: 22px;
    position: absolute;
    top: -8px;
    transition: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 6px solid #ededed;
    background-color: #f15b47;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.f-price .box-around span {
    position: absolute;
    top: 30px;
    font-size: 21px;
    margin: 0;
}
.sort {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    font-family: 'Lato', sans-serif;
    color: #666;
}
.filter-attr {
    float: left;
}
.filter-attr > div {
    float: left;
    margin-right: 40px;
}
.sort-view {
    float: right;
}
.sort-view a,
.choose-number a {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid transparent;
    color: #666;
}
.sort-view a:hover,
.sort-view a.active,
.choose-number a.active,
.choose-number a:hover {
    border-bottom-color: #666;
    color: #666;
}
.sort-view a {
    margin-left: 40px;
}
.price {
    float: left;
}
.star-rating {
    font-family: FontAwesome;
    font-size: 14px;
    height: 14px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 80px;
    letter-spacing: 3px;
    margin-top: 5px;
    float: right;
}
.star-rating::before, .woocommerce .star-rating::before {
    color: #666;
    content: "\f006\f006\f006\f006\f006";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}
.star-rating span, .woocommerce .star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
    z-index: 2;
}
.star-rating span::before, .woocommerce .star-rating span::before {
    content: "\f005\f005\f005\f005\f005";
    left: 0;
    position: absolute;
    top: 0;
    color: #666;
}
.product-item {
    margin-bottom: 55px;
}
.product-info {
    padding-top: 15px;
}
.prod-title {
	margin-bottom: 6px;	
}
.prod-title a {
    font-size: 18px;
    color: #333;
	font-weight: 600;
}
.prod-title a:hover {
    color: #f15b47;
}
.product-thumb {
    position: relative;
}
.product-thumb a {
    display: block;
}
.product-thumb a img {
    width: 100%;
}
.product-thumb a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 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;
}
.product-item:hover .product-thumb a:after {
    opacity: 1;
    visibility: visible;
}
.view-grid .add-to-wishlist,
.view-grid .add-to-cart {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    line-height: 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;
    width: auto;
    height: auto;
    display: inline-block;
    text-align: center;
    border: none;
    margin: 0;
    z-index: 2;
}
.view-grid .add-to-wishlist {
    right: auto;
    left: 10px;
}
.view-grid .button:before {
    display: none;
}
.view-grid .p-actions .button:hover {
    color: #333;
}
.view-grid .add-to-wishlist i {
    font-size: 16px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.view-grid .add-to-cart i {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.view-grid .product-item:hover .add-to-wishlist,
.view-grid .product-item:hover .add-to-cart {
    top: 10px;
    opacity: 1;
    visibility: visible;
}
.view-grid .p-actions .button span {
    position: absolute;
    top: 0;
    left: 45px;
    font-size: 14px;
    text-transform: none;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}
.view-grid .p-actions .button.add-to-cart span {
    left: auto;
    right: 45px;
    width: 75px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}
.view-grid .p-actions .button:hover span {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}
.view-grid .prod-excerpt {
    display: none;
}
.post-type-archive .page-pagination ul {
    text-align: left;
}
select.orderby {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    cursor: pointer;
    border: none;
}
.product-detail .breadcrumb-nav {
    margin-bottom: 20px;
}
.product-detail .breadcrumb li {
    line-height: 1;
}
.product-detail .breadcrumb li span,
.product-detail .breadcrumb li a {
    text-transform: uppercase;
    font-weight: 500;
    color: #777;
    line-height: 1;
}
.quantity-form {
    float: left;
    margin-right: 20px;
}
.quantity {
    height: 46px;
    width: 80px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.quantity input {
    width: 100%;
	padding-left: 25px;
    background: none;
    border: 2px solid #ededed;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
	height: 46px;
}
.quantity span {
    position: absolute;
    display: block;
    width: 27px;
    height: 23px;
    line-height: 22px;
    background-color: #ededed;
    color: #999;
    text-align: center;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 16px;
    z-index: 3;
}
.quantity span.minus {
    top: auto;
    bottom: 0;
}
.prod-meta {
    margin-bottom: 25px;
}
.prod-meta .star-rating {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}
.prod-meta .review {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
    font-family: 'Lato', sans-serif;
}
.p-detail-info .p-title {
    font-size: 28px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}
.p-detail-info .price {
    font-size: 22px;
    font-weight: 600;
    display: block;
    float: none;
    margin-bottom: 30px;
}
.price ins {
    color: #333;
    text-decoration: none;
}
.price del {
    color: #777;
}
.p-desc-attr {
    margin-bottom: 35px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
}
.p-detail-info .p-actions {
    margin-bottom: 35px;
}
.p-share,
.prod-cat,
.prod-tags,
.prod-cat a,
.prod-tags a {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #666;
    line-height: 26px;
}
.prod-cat a:hover,
.prod-tags a:hover {
    color: #f15b47;
}
.prod-tags {
	margin-top: 10px;
    margin-bottom: 30px;
}
.p-share {
    padding: 16px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.p-share .socials {
    float: right;
}
.tabs {
    font-family: 'Lato', sans-serif;
    margin-top: 60px;
}
.tab-ct {
    display: none;
    font-size: 16px;
    color: #666;
}
.tab-title {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
    font-size: 0;
    margin-bottom: -1px;
}
.tab-title li {
    display: inline-block;
    vertical-align: middle;
}
.tab-title li a {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    padding: 0 20px;
    display: block;
    border-right: 1px solid #ededed;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.tab-title li a.active {
    border-bottom-color: #fff;
}
.tab-title li:first-child a {
    border-left: 1px solid #ededed;
}
.tabs .tab-content {
    border-top: 1px solid #ededed;
    padding-top: 30px;
}
.tab-ct .comment-form .comment-form-email,
.tab-ct .comment-form .comment-form-author {
    width: 50%;
    width: calc(50% - 20px);
}
.prod-desc p {
    margin-bottom: 10px;
}

/*--------------- 7.8 CHECK OUT  ---------------*/
.form-checkout select,
.form-checkout textarea,
.form-checkout input[type="text"],
.form-checkout input[type="email"],
.form-checkout input[type="tel"] {
    width: 100%;
    font-size: 16px;
    height: 46px;
    line-height: 30px;
    font-weight: 500;
    color: #999999;
    border: 1px solid #ededed;
    padding: 7px 18px;
}
.form-checkout textarea {
    height: 120px;
    resize: none;
}
.form-checkout .title-checkout {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.form-checkout fieldset {
    margin-bottom: 25px;
}
.form-checkout label {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    display: block;
    line-height: 24px;
    margin-bottom: 6px;
}
.form-checkout .medium-text {
    font-size: 18px;
    font-weight: 600;
	margin-bottom: 10px;
}
.form-checkout label[for="creat-acc"] {
    font-size: 14px;
}
.form-checkout .field-half {
    width: 50%;
	float: left;
}
.form-checkout select {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    cursor: pointer;
    padding-right: 46px;
    position: relative;
    background-color: transparent;
    z-index: 2;
}
.form-checkout .field-country {
    position: relative;
}
.form-checkout .field-country:after {
    content:"\f107";
    font-family: FontAwesome;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-left: 1px solid #ededed;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.checkbox input[type="checkbox"] {
    display: none;
}
.radio label,
.checkbox label {
    position: relative;
    padding-left: 0;
}
.field-shipping.checkbox label:after,
.checkbox label:before {
    content:"\f00c";
    height: 16px;
    width: 16px;
    border: 1px solid #ededed;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
    margin-right: 12px;
}
.field-shipping.checkbox input:checked + label:after,
.checkbox input:checked + label:before {
    content:"\f00c";
    border-color: #222222;
    background-color: #222;
    border-radius: 2px;
}
.field-shipping.checkbox label:after {
    margin-right: 0;
    margin-left: 12px;
}
.field-shipping.checkbox label:before {
    display: none;
}
.field-shipping input[type="text"] {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}
.field-shipping.checkbox input:checked + label + input[type="text"] {
    height: 46px;
    padding: 7px 15px;
    opacity: 1;
    visibility: visible;
    margin-bottom: 25px;
}
.checkbox + checkbox, .radio + .radio {
    margin-top: 0;
}
.form-checkout .field-acc {
    margin-bottom: 50px;
}
.form-checkout .field-shipping {
    margin-bottom: 0;
}
.product-total {
    padding: 0 20px;
    background-color: #f5f6f6;
    margin-top: 25px;
    margin-bottom: 55px;
}
.shop_table {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    width: 100%;
}
.cart_totals .shop_table {
	line-height: 45px;
}
.shop_table tfoot tr {
    border-bottom: 1px solid #ededed;
}
.shop_table tfoot tr:last-child {
    border-bottom: none;
}
.shop_table tfoot tr td,
.shop_table tfoot tr th {
    width: 50%;
    font-weight: 500;
}
.payment-menthod {
	margin-bottom: 50px;	
}
.payment-menthod ul li {
    list-style: none;
}
.payment-menthod input[type="radio"] {
    display: none;
}
.payment-menthod li label {
    position: relative;
    padding-left: 30px;
}
.payment-menthod li label:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #ededed;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
}
.payment-menthod li label:before,
.payment-menthod li label:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.payment-menthod li label:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #76bb45;
    position: absolute;
    top: 10px;
    left: 5px;
    visibility: hidden;
}
.payment-menthod li input:checked + label:before {
    border-color: #76bb45;
}
.payment-menthod li input:checked + label:after {
    visibility: visible;
}
.payment-menthod li label {
    margin-bottom: 10px;
}
.payment_box {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #555;
    line-height: 24px;
    padding: 15px 20px;
    background-color: #f5f6f6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 15px;
}
.product-quantity .quantity {
    position: relative;
}
.product-quantity .quantity:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: #fff;
    z-index: 2;
}
.product-quantity .quantity input {
    border: none;
}
.product-quantity .quantity input::-webkit-outer-spin-button,
.product-quantity .quantity input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
label[for="coupon_code"] {
    display: none;
}
.shop_table.cart thead tr {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.shop_table.cart thead th {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #222;
    padding: 16px 0;
}
.shop_table.cart thead th {
	padding-left: 10px;	
	padding-right: 10px;
}
.shop_table.cart thead th.product-remove {
	width: 40px;
}
.shop_table.cart thead th.product-thumbnail {
    width: 60px;
}
.shop_table.cart tbody .cart_item {
    border-bottom: 1px solid #ededed;
}
.shop_table.cart tbody .cart_item td {
    padding: 25px 10px;
}
.shop_table.cart tbody tr .actions {
    padding: 30px 0 0;
}
.shop_table.cart tbody .cart_item td.product-thumbnail {
	padding: 25px 0;
}
.shop_table.cart tbody .cart_item td.product-thumbnail img {
	width: 50px;	
}
.actions-ct {
    background-color: #f8f8f8;
    padding: 25px;
}
.actions-ct:after {
    content: "";
    display: table;
    clear: both;
}
.coupon {
    float: left;
}
.coupon .input-text {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    font-weight: 500;
    width: 240px;
    border: none;
    background-color: #fff;
}
.product-name a {
    font-weight: 600;
}
.coupon input {
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
}
.actions input[name="update_cart"] {
    float: right;
}
.cart-collaterals {
    text-align: right;
    margin-top: 30px;
	margin-bottom: 20px;
}
.cart-collaterals .cart_totals {
    display: inline-block;
    vertical-align: top;
    width: 41.667%;
    text-align: left;
    padding: 25px 24px 30px;
    background-color: #f8f8f8;
}
.cart_totals h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.wc-proceed-to-checkout {
    text-align: right;
    margin-top: 10px;
}
.cart_totals tbody tr {
    border-bottom: 1px solid #ededed;
}
.cart_totals tbody tr:last-child {
    border-bottom: none;
}
.cart_totals tbody th {
    width: 60%;
}
.order-total .amount,
.cart_totals tbody th {
    font-weight: 500;
}
.view-list .product-item {
    width: 100%;
}
.view-list .product-thumb {
    float: left;
    margin-right: 40px;
}
.view-list .prod-title {
	margin-bottom: 12px;
}
.view-list .product-info {
    padding-top: 0;
    font-size: 16px;
    line-height: 26px;
}
.view-list .prod-excerpt {
    margin-bottom: 10px;
}
.view-list .price,
.view-list .star-rating {
    float: none;
    margin-bottom: 15px;
}
.view-list .p-actions {
	margin-top: 25px;	
}
.view-list .p-actions i {
    display: none;
}
.view-list .p-actions .add-to-wishlist {
    float: left;
}
.view-list .p-actions .add-to-cart {
    float: right;
}

/*--------------------  7.9 LEFT MENU FIXED  ------------------*/
.acc-menu .tag-cloud a,
.acc-menu ul li a {
    color: rgba(255, 255, 255, 0.9);
}
.acc-menu ul li span {
	color: #ccc;	
}
.acc-menu .widget-title {
    color: #fff;
}
.acc-menu .sidebar-hd {
    position: fixed;
    top: 0;
    right: -300px;
    height: 100%;
    width: 300px;
    padding: 40px 15px;
    background-color: #000;
    color: #fff;
    overflow-y: scroll;
    z-index: 999999;
}
.home-creative .acc-menu .sidebar-hd {
	display: none;
}
.acc-menu .tag-cloud a:hover,
.acc-menu ul li a:hover {
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}
.sidebar-hd {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
body {
    position: relative;
    overflow-x: hidden;
}
#wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#wrapper.open-sidebar {
    left: -300px;
}
.open-sidebar .acc-menu .sidebar-hd {
    right: 0;
}
.home-creative .open-sidebar .acc-menu .sidebar-hd {
	display: block;
}
.home-left-menu #wrapper.open-sidebar {
    margin-left: 300px;
    left: 0;
}
.home-left-menu .acc-menu .sidebar-hd {
    right: auto;
    left: -300px;
}
.home-left-menu .open-sidebar .acc-menu .sidebar-hd {
    right: auto;
    left: 0;
}
.site-header.header-left-menu {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.open-sidebar .site-header.header-left-menu {
    left: 300px;
}
.sidebar-hd .widget ul li {
    border-bottom: 1px solid #222;
}
.sidebar-hd .tag-cloud a {
    border-color: rgba(255, 255, 255, 0.9);
}

/*-----------------------  7.10 Contact Us  ---------------------------*/
#map {
    height: 580px;
    margin-bottom: 60px;
}
.address-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.address-text .title-small {
    margin-bottom: 5px;
    line-height: 26px;
}
.address-text ul {
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid #ededed;
}
.address-text ul li {
    padding: 5px 0;
}
.form-contact-page input[type="text"],
.form-contact-page input[type="email"],
.form-contact-page textarea {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
    color: #333;
    width: 100%;
    padding: 11px 20px;
    resize: none;
    border: 1px solid #ededed;
}
.form-contact-page textarea {
    height: 120px;
}
.form-contact-page .field-input {
    margin-bottom: 25px;
}
.form-contact-page .field-submit {
    text-align: right;
}

/*==========================================================
	8. PAGE LOADER
==========================================================*/
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
}
svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.rect {
    fill: none;
    stroke-width: 8px;
    stroke: black;
    stroke-dasharray: 40;
    stroke-dashoffset: 50%;

    animation: movedash 1.5s forwards 0s infinite;
}

@keyframes movedash {
    to {
        stroke-dashoffset: 250%;
    }
}