@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
:not(td) {
	padding: 0;
	margin: 0
}

body {
	color: #333;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: auto;
	line-height: 1.55;
}

a {
	text-decoration: none;
	color: #000
}

a:hover {
	color: #666;
}

img,
button {
	border: none
}

.nobr {
	white-space: nowrap !important;
}

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

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

table {
	margin: 0 auto;
	border-spacing: 0
}

input.input-text,
select,
textarea {
	border: 1px solid #bfbfbf;
	padding: 10px;
	outline: none;
	color: #717171;
}

input.input-text:focus,
select:focus,
textarea:focus {
	border: 1px solid #4ea206;
}


/* ------ right_toolbar  -------------*/

#right-toolbar {
	position: fixed;
	right: 5px;
	top: 30%;
	z-index: 99999;
	width: 45px;
}

#right-toolbar .shoppingcart .fadelink {
	background: #7bbd42;
	padding: 5px 0px;
	border-radius: 5px;
	text-align: center;
	height: 27px;
}

#right-toolbar .shoppingcart .fadelink .pull-right {
	background: url(../img/scrollcart_icon.png) no-repeat center center;
}

#right-toolbar .shoppingcart .badge {
	position: absolute;
	top: -7px;
	right: -5px;
	padding: 1px 7px;
	border-radius: 9px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	background-color: #000000;
	color: #ffffff;
}


/* ------ top-links  -------------*/

header {
	background: #000;
	color: #bdbcbc;
}

header a {
	color: #bdbcbc;
}

header .wrap {
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	position: relative;
}

header .wrap:after {
	content: "";
	clear: both;
}

header .logo {
	float: left;
	padding-right: 225px;
	line-height: 50px;
}

header .logo a {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
}

header .logo img {
	max-height: 40px;
	max-width: 110px;
}

header .top-links {
	float: left
}

header .top-links .inner {
	color: #bdbcbc;
}

header #menu-page ul {
	list-style: none;
}

header #menu-page>ul>li {
	float: left;
	line-height: 33px;
	padding: 0 10px;
	position: relative;
}

header #menu-page>ul>li:first-child {
	padding-left: 0
}

header #menu-page ul li ul {
	position: absolute;
	z-index: 999;
	display: none;
	top: 100%;
	min-width: 200px;
	padding: 10px 7px;
	background-color: #fff;
	-webkit-box-shadow: 0 0.461538em 0.923077em rgba(0, 0, 0, .175);
	box-shadow: 0 0.461538em 0.923077em rgba(0, 0, 0, .175);
	background-clip: padding-box;
}

header #menu-page ul li ul li a {
	color: #333;
	padding: .5em 1.0769230769230769rem;
	font-size: .9em;
	text-transform: uppercase;
	display: block;
	clear: both;
	line-height: 1.75;
	white-space: nowrap;
	font-style: normal;
	font-weight: 400;
	font-family: "Montserrat", Helvetica, Arial, sans-serif
}

header #menu-page>ul>li>a {
	color: #bdbcbc;
	line-height: 50px;
	text-transform: uppercase;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

header #menu-page ul li .caret:after {
	content: "\f107";
	position: relative;
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
}

header #menu-page ul li.current a {
	font-weight: 700;
}

header #menu-page ul li a:hover {
	color: #FFF
}

header #menu-page ul li ul li a:hover {
	color: #000;
}

#top-menu {
	float: right;
}

#top-menu ul {
	list-style: none;
}

#top-menu ul li {
	display: inline-block;
	line-height: 33px;
}

#top-menu ul li a {
	padding: 0 10px;
	color: #717171;
	border-right: 1px solid #ccc
}

#top-menu ul li:last-child a {
	border-right: none
}

.header-nav .menu-page {
	position: relative;
}

.header-nav .menu-page ul {
	display: none;
	background: #fff;
	padding: 0;
	box-shadow: 0 0 15px -5px #000;
	border-bottom: 3px #7bbd42 solid;
	position: absolute;
	z-index: 999999;
	top: 100%;
	left: 0px;
	min-width: 150px;
}

.header-nav .menu-page ul li {
	float: none;
	display: block;
	font-weight: 400;
	white-space: nowrap;
	padding: 6px 0px;
	margin-bottom: 1px;
	color: #666;
	padding: 0 20px;
	line-height: 25px;
	border-top: 1px solid #EAE5E5;
}

.header-nav .menu-page ul li a {
	padding: 0px;
	color: #8c8c8c;
	font-size: 13px;
}

.header-nav .menu-page ul li a:hover {
	color: #7bbd42;
}

.header-nav .menu-page .caret:after {
	content: "\f107";
	display: inline-block;
	vertical-align: top;
	width: 5px;
	font-family: 'FontAwesome';
}

.header-nav .menu-page.page-home a {
	font-size: 0 !important;
}

.header-nav .menu-page.page-home a:after {
	content: "\f015";
	display: inline-block;
	vertical-align: top;
	font-family: 'FontAwesome';
	font-size: 25px;
	color: #FFF;
	font-weight: normal;
}


/* -------- .navbar-right ---------- */

header .navbar-right {
	float: right;
	line-height: 50px;
}

header .navbar-right .phone {
	float: left;
}

header .navsearch i {
	font-size: 1.2em;
	line-height: 50px;
}

header .top-cart {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

header .top-cart .mini-cart i {
	font-size: 1.2em;
	line-height: 50px;
}

header .top-cart .minicart-icon {
	position: relative;
}

header .top-cart .minicart-icon span {
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color: #fff;
	font-size: 10px;
	height: 1.7em;
	line-height: 1.7em;
	position: absolute;
	right: -10px;
	text-align: center;
	top: -10px;
	width: 1.8em;
	background: #666;
}

header .header-search-overlay {
	left: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: 99999;
	visibility: hidden;
}

header .header-search-overlay .container-fluid {
	overflow: hidden;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

header .header-search-overlay .searchform {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 60px;
}

header .header-search-overlay .searchform:before {
	font-size: 20px;
	left: 0;
	line-height: 2.77143em;
	position: absolute;
	text-align: right;
	top: 4px;
	width: 50px;
	color: #666;
}

header .header-search-overlay .searchform:before {
	content: "\f002";
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

header .header-search-overlay .searchform .searchinput {
	border: medium none;
	font-size: 1.8461538461538463em;
	font-style: italic;
	width: 100%;
	outline: none;
	color: #666;
}

header .header-search-overlay .searchsubmit {
	display: none;
}

header .header-search-overlay .close {
	cursor: pointer;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	height: 40px;
	position: absolute;
	right: 40px;
	width: 40px;
	opacity: 1;
	filter: alpha(opacity=100);
	outline: 0;
	font-size: 14px;
	float: right;
	font-weight: 700;
	line-height: 1;
	color: #000;
	background: none;
}

.menu-responsive {
	display: none;
}


/*---------- nav ------------*/

.header-nav {
	position: relative;
	z-index: 999;
	background: #7bbd42;
}

.header-nav.sticky {
	position: fixed;
	margin-top: 0px;
	z-index: 500;
	display: block;
	top: 0px;
	height: 48px;
	width: 100%;
}

.header-nav .container {
	position: relative;
}

.header-nav #nav {
	position: relative;
	z-index: 10;
	-webkit-transform: translateZ(0);
	padding: 0;
	margin: auto;
}

.header-nav ul {
	list-style: none
}

.header-nav #nav>li {
	list-style: none;
	border-bottom: none;
	display: block;
	float: left;
}

.header-nav #nav li a {
	font-family: 'Open Sans', sans-serif;
}

.header-nav #nav>li>a {
	color: #FFF;
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	padding: 15px 16px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px #92d756 solid;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

.header-nav #nav>li>a:hover {
	background: #5b9726;
}

.header-nav #nav li:hover .child-wrapper {
	display: block;
	opacity: 1;
}

.header-nav #nav li .child-wrapper {
	display: none;
	opacity: 0;
	position: absolute;
	top: 48px;
	left: 0;
	background: #fff;
	border-bottom: 5px #7bbd42 solid;
	box-shadow: 0 0 20px -5px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 0px;
	width: 100%;
	padding-top: 15px;
	box-sizing: border-box;
	transition: all .4s ease;
}

.header-nav #nav li ul li.nav-lev2 {
	float: left;
	padding-bottom: 15px;
	padding-top: 0;
	vertical-align: top;
	width: 20%;
	box-sizing: border-box;
}

.header-nav #nav ul li.nav-lev2>a {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	line-height: normal;
	color: #333;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.header-nav #nav ul li.nav-lev2 ul li {
	padding: 4px 0;
	font-size: 12px;
}

.header-nav #nav ul li.nav-lev2 ul li a:before {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 13px;
	padding-right: 6px;
	color: #555;
}


/*---------- breadcrumbs ------------*/

.breadcrumbs {
	padding: 10px 0px 10px 0px;
	margin: auto;
	font-size: 11px;
	background: #f5f5f5;
	width: 100%;
}

.breadcrumbs ul {
	list-style: none;
}

.breadcrumbs ul li {
	display: inline-block;
}

.breadcrumbs a {
	color: #666;
}

.breadcrumbs span {
	display: inline-block;
	margin: 0 5px 0 5px;
	color: #ccc;
	font-size: 13px;
}


/*------------ .search-box -------------*/

.navsearch {
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}

.navsearch a {
	color: #bdbcbc;
}

.container {
	width: 1170px;
	margin: auto
}

.success,
.notice,
.errors {
	padding: .6em 1em 0.6em 3.4em;
	margin-bottom: 1em;
	font-weight: bold
}

.success {
	border: 1px solid #C6D880;
	color: #264409;
	background: #E6EFC2 url(../img/success.png) no-repeat 10px center
}

.notice {
	border: 1px solid #FFD324;
	color: #514721;
	background: #FFF6BF url(../img/note.png) no-repeat 10px center
}

.errors {
	border: 1px solid #FBC2C4;
	color: #8A1F11;
	background: #FBE3E4 url(../img/error.png) no-repeat 10px center
}

.note {
	color: #FF2222;
	font-size: 11px
}

.error {
	color: #FF2222
}

.clear {
	clear: both
}

.padding5 {
	padding: 5px
}

.padding10 {
	padding: 10px
}

.center {
	text-align: center
}

.button {
	display: inline-block;
	background: #fff;
	padding: 8px 12px;
	font-size: 11px;
	text-align: center;
	white-space: nowrap;
	color: #333;
	font-weight: normal;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	vertical-align: top;
	cursor: pointer;
	overflow: visible;
	width: auto;
	outline: none;
	-webkit-border-fit: lines;
	text-transform: uppercase;
	border: 1px solid #000;
}

.button span {
	font-weight: bold;
}

.button:hover {
	background-color: #000;
    border-color: #000;
    color: #fff;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.pagination {
	text-align: right;
	list-style: none;
	margin: 0 10px 10px 0
}

.pagination li {
	display: inline-block;
	margin-right: 5px;
}

.pagination a {
	background-color: #F8F8F8;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	box-shadow: none;
	color: #000000;
	padding: 5px 10px;
	transition: all .3s ease-in-out;
}

.pagination a.next:after {
	content: "\f105";
	font-family: FontAwesome;
	font-weight: bold;
	font-size: 15px;
}

.pagination a.prev:after {
	content: "\f104";
	font-family: FontAwesome;
	font-weight: bold;
	font-size: 15px;
}

.pagination a:hover,
.pagination .active a {
	background: #111;
	color: #fff;
}

.pagination .disabled a {
	display: none
}


/* ------ Product item --------------*/

.list-product .item-inner {
	position: relative;
	width: 258px;
	float: left;
	margin: 0 28px 40px 0;
}

.list-product.col-3 .item-inner {
	width: 268px;
}

.list-product.col-3 .item-inner:nth-child(3n) {
	margin-right: 0
}

.list-product .thumb-wrapper {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
}

.list-product .item-inner .thumb.flip {
	text-align: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.5s linear;
	-moz-transition: -moz-transform 0.5s linear;
	-ms-transition: -moz-transform 0.5s linear;
	transition: transform 0.5s linear;
}

.list-product .item-inner .thumb.flip .face {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	position: relative;
	z-index: 1;
}

.list-product .item-inner .thumb.flip .face.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	cursor: pointer;
}

.list-product .item-inner .thumb-wrapper:hover .thumb.flip {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.list-product .item-inner .item-info .item-title {
	margin-bottom: 5px;
	padding: 16px 5px 0;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-product .item-inner .item-title a {
	font-size: 1.2307692307692308em;
	font-weight: 400;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.list-product .item-inner .item-info {
	text-align: center;
}

.list-product .item-inner .item-content .price-box {
	margin: 6px 0;
}

.list-product .item-inner .price-box .regular-price {
	display: inline;
}

.price {
	color: #000;
	font-size: 1.0769230769230769em;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.regular-price.old .price {
	text-decoration: line-through;
	font-weight: 300;
	font-size: 12px;
	color: #808080;
	margin-right: 5px;
}

.list-product .item-inner .actions button.button.btn-cart {
	margin-top: 15px;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
	cursor: pointer;
	padding: .5384615384615384rem 1.3846153846153846rem;
	line-height: 2.15;
}

.list-product .item-inner .actions button.button.btn-cart span {
	font-size: 11px;
	padding: 0 8px;
	font-weight: bold;
	margin-left: 0;
	text-transform: uppercase;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	white-space: nowrap;
}

.list-product .item-inner .actions button.button.btn-cart:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.list-product .view-more {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 700;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.cart-animation {
	display: none;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	position: absolute;
	z-index: 9999999;
	text-align: center;
	line-height: 23px;
	background: #7BBD42;
	color: #fff;
	font-weight: 500;
	border: 3px solid #7BBD42;
	font-size: 13px;
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-ms-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
}


/* ------- Main content -------------*/

.fluid-main {
	margin-top: 30px;
}

.col-main {
	float: right;
	margin-bottom: 15px;
	padding: 0;
	width: 860px;
	background-color: #FFF;
	margin-left: 20px;
	margin-top: 20px;
}

.col-main.fluid-main {
	width: 100%;
	float: none;
	margin-left: 0;
}

.col-main .page-title {
	margin-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
}

.col-main .page-title * {
	color: #000;
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

#content:after {
	content: '';
	clear: both;
	display: block;
}

#content .col-left {
	float: left;
	margin-top: 20px;
	padding: 0px;
	width: 270px;
}

#content .col-left .side-nav-categories {
	margin-bottom: 35px;
}

#content .side-nav-categories .block-title {
	position: relative;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e8e8e8;
	font-size: 1.2307692307692308em;
	margin-left: 10px;
    text-transform: uppercase;
	font-style: normal;
    font-weight: 700;
}

#content .side-nav-categories .box-category {
	padding: 8px 0 0px;
}

#content .side-nav-categories .box-category ul {
	padding: 0px 15px;
	list-style: none;
}

.box-category>ul>li:first-child {
	border-top: 0;
}

.box-category ul li {
	position: relative;
}

.box-category ul li ul {
	display: none;
}

.box-category ul li a {
	display: block;
	font-weight: bold;
	padding: 6px 0;
}

.box-category>ul>li {
	padding: 7px 0;
    border-top: 1px dashed #e8e8e8;
}

.box-category>ul>li:last-child {
	box-shadow: none;
}

.box-category>ul>li>a.active {
	color: #333333;
	font-weight: 900;
	margin-bottom: 0;
}

.box-category>ul>li>a {
	display: inline-block;
	color: #666;
    text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.box-category>ul>li>a:hover {
	color: #000;
    text-decoration: none;
}

.box-category>ul>li>span.count {
	float: right;
    color: #999;
	line-height: 35px;
}

.box-category>ul>li>a::before {
	content: "\f0c8";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right: 1em;
    vertical-align: middle;
    font-size: .6153846153846154em;
}

.box-category>ul>li ul {
	padding-bottom: 10px !important;
	padding-right: 0 !important;
}

.box-category>ul>li ul>li>a {
	font-size: 12px;
	padding: 3px 10px;
	text-decoration: none;
	color: #666666;
	transition: all .3s ease-in-out;
}

.box-category>ul>li ul>li>a:before {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 6px;
	color: #444;
}

.box-category .subDropdown {
	top: 5px;
	right: 0px;
	position: absolute;
	cursor: pointer;
	width: 16px;
	height: 16px;
	padding: 2px;
}

.box-category ul li ul li .subDropdown {
	top: 1px;
}

.box-category .subDropdown:hover {
	opacity: 0.8;
}

.box-category .subDropdown.minus {
	background-image: url("../img/minus.png");
}

.box-category .subDropdown.plus {
	background-image: url("../img/plus.png");
}

.side-nav-categories .side-mostViewProduct ul {
	list-style: none;
}

.side-nav-categories .side-mostViewProduct ul li {
	padding: 20px 0;
    border-bottom: 1px dashed #e8e8e8;
    list-style: none;
	display:table;
}

.side-nav-categories .side-mostViewProduct ul li:after {
	content:'';
	clear: both;
}

.side-nav-categories .side-mostViewProduct ul li a {
	display: block;
    font-size: .9em;
    margin-bottom: .3em;
	color: #666;
	clear: both;
}

.side-nav-categories .side-mostViewProduct ul li a:hover {
	color: #000;
}

.side-nav-categories .side-mostViewProduct ul li img {
	float: left;
    margin-right: 15px;
    width: 90px;
    height: auto;
}

.side-nav-categories .side-mostViewProduct ul li .product-price {
	font-size: 1.0769230769230769em;
    font-weight: 700;
}
.slider-std {
	position: relative;
}

.slider-std .list-product .item-inner {
	margin-bottom: 20px;
}

.slider-std .product-prev,
.slider-std .product-next {
	margin: -47px 0 0 0;
	display: block;
	position: absolute;
	width: 45px;
	height: 40px;
	background: #f3f3f3;
	color: #666;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

.slider-std .product-prev:hover,
.slider-std .product-next:hover {
	background: #000;
	color: #FFF;
}

.slider-std .product-prev:after,
.slider-std .product-next:after {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	font-size: 28px;
	padding: 0 18px;
	line-height: 38px;
}

.slider-std .product-prev {
	left: 10px;
	top: 45%;
}

.slider-std .product-prev:after {
	content: "\f104";
}

.slider-std .product-next {
	right: 10px;
	top: 45%;
}

.slider-std .product-next:after {
	content: "\f105";
}

.slider-std .product-slider {
	list-style: none
}

.slider-std.col-2 .product-slider .item-inner {
	width: 100%;
}

.category-stick .thumbnail .screen {
	width: 100%;
	padding-top: 150px;
	padding-bottom: 150px;
	box-sizing: border-box;
	min-height: 544px;
}

.category-stick .list-product .inner {
	position: relative;
	width: 100%;
	padding-top: 50px;
	padding-right: 60px;
	padding-left: 60px;
	box-sizing: border-box;
	background: #FFF;
}


/* ---- Adv left ---------*/

#adv-left {
	margin: 10px 0;
	text-align: center;
}

#adv-left img {
	display: block;
	margin-bottom: 10px;
	max-width: 100%;
}


/* ---- News -------*/

.lastest-news {
	margin-top: 35px;
	overflow: hidden;
}

.lastest-news .news-post .news-title {
	color: #000000;
	margin-bottom: 20px;
	text-align: center;
}

.lastest-news .news-post .news-title h2 {
	font-size: 32px;
	font-weight: normal;
	margin-top: 0;
	padding: 12px 10px 2px 0;
	position: relative;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	color: #c95f32;
	text-transform: uppercase;
	letter-spacing: normal;
}

.lastest-news .news-post .news-title h2:after {
	content: '';
	position: absolute;
	width: 120px;
	height: 2px;
	background: #1b1b1b;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
}

.lastest-news ul {
	list-style: none;
}

.lastest-news ul li {
	width: 372px;
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;
}

.lastest-news ul li:last-child {
	margin-right: 0
}

.lastest-news ul li .thumbs {
	overflow: hidden;
	position: relative;
	text-align: center;
	height: 160px;
}

.lastest-news ul li .thumbs .mask {
	opacity: 0;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(140 140 140 / 50%);
	transition: all 0.3s ease-in 0.4s;
}

.lastest-news ul li .thumbs:hover .mask {
	opacity: 1;
	transition-delay: 0s;
}

.lastest-news ul li .thumbs:hover .mask .info {
	opacity: 1;
	transform: translateY(60px);
	transition-delay: 0.3s;
}

.lastest-news ul li .thumbs .mask .info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #333;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	opacity: 0;
	transition: all 0.3s ease-in-out 0.1s;
	transform: translateY(100px);
}

.lastest-news ul li .title {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 10px;
}

.lastest-news ul li .datetime {
	color: #474848;
	font-weight: normal;
	font-size: 13px;
}

.lastest-news ul li .desc {
	font-size: 13px;
	color: #666;
	line-height: 20px;
	margin: 15px 0px 20px 0px;
	text-align: left;
}


/* ---------- Brand logo -------------*/

#brand-logo {
	margin: auto;
	background-color: #f5f5f5;
	overflow: hidden;
}

#brand-logo .container {
	position: relative;
	margin: 25px auto;
}

#brand-logo .brand-item {
	padding: 0 30px;
	box-sizing: border-box;
}

#brand-logo ul {
	list-style: none;
}

#brand-logo ul li {
	vertical-align: middle;
	text-align: center;
	height: 49px;
	margin: 0 auto;
	width: 144px;
	overflow: hidden;
}

#brand-logo .partner-prev,
#brand-logo .partner-next {
	display: block;
	font-style: normal;
	font-weight: normal;
	speak: none;
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	font-size: 30px;
	padding: 0px 2px;
	color: #666;
	cursor: pointer;
	position: absolute;
}

#brand-logo .partner-prev {
	left: 0;
}

#brand-logo .partner-next {
	right: 0;
}

#brand-logo .partner-prev:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	content: "\f104";
}

#brand-logo .partner-next:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	content: "\f105";
}


/* ---- Footer ----------*/

#footer {
	color: #fff;
	background: #2b2b2b;
}

#footer .newsletter-wrap {
	padding: 25px 0;
	overflow: hidden;
	float: right;
}

#footer .social {
	float: right;
}

#footer .social ul {
	float: left;
	margin: 0;
	list-style: none;
}

#footer .social ul li {
	float: left;
	margin-right: 7px;
}

.social li a {
	font-size: 18px;
	border-radius: 3px;
	line-height: 35px;
	display: inline-block!important;
	width: 35px;
	height: 35px;
	color: #fff;
	text-align: center;
	padding: 0;
}

.social .fb a {
	background: #3C5B9B;
}

.social .fb a:after {
	content: "\f09a";
	font-family: FontAwesome;
}

.social .tw a {
	background: #359BED;
}

.social .tw a:after {
	content: "\f099";
	font-family: FontAwesome;
}

.social .tw a {
	background: #359BED;
}

.social .googleplus a {
	background: #E33729;
}

.social .googleplus a:after {
	content: "\f0d5";
	font-family: FontAwesome;
}

.social .rss a {
	background: #FD9F13;
}

.social .rss a:after {
	content: "\f09e";
	font-family: FontAwesome;
}

.social .pintrest a {
	background: #cb2027
}

.social .pintrest a:after {
	content: "\f0d3";
	font-family: FontAwesome;
}

.social .linkedin a {
	background: #027ba5;
}

.social .linkedin a:after {
	content: "\f0e1";
	font-family: FontAwesome;
}

.social .youtube a {
	background: #F03434;
	font-size: 20px;
}

.social .youtube a:after {
	content: "\f167";
	font-family: FontAwesome;
}

#newsletter {
	margin: 0 0 20px 0;
	padding: 5px 0 0;
	position: relative;
	width: 600px;
	margin: auto;
	margin: auto;
	float: left;
}

#newsletter h4 {
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	margin-right: 8px;
}

#newsletter input[type="text"] {
	background: #FFFFFF;
	width: 300px;
	height: 18px;
	display: inline-block;
	color: #585555;
	line-height: 22px;
	background-color: #fff;
	border: none;
	padding-left: 10px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	border: none;
	outline: none;
}

#newsletter .input-text.txt-error {
	background-image: url('../img/text-error.png');
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #ce1010;
}

#newsletter .subscribe {
	background: #7bbd42;
	border: 0 none;
	overflow: hidden;
	padding: 9px 13px !important;
	cursor: pointer;
	font-weight: normal;
	color: #fff;
	margin-left: 10px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	outline: none;
	transition: all .3s ease;
}

#newsletter .subscribe:hover {
	background: #5b9726;
}

#newsletter .subscribe:disabled {
	background: #95ca77;
}

#footer .footer-content {
	padding-top: 20px;
	padding-bottom: 20px;
}

#toTop {
	color: #fff;
	text-align: center;
	bottom: 60px;
	display: none;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	position: fixed;
	right: 10px;
	text-decoration: none;
	width: 50px;
	background: url(../img/to-top-arrow.png) no-repeat center;
	background-color: #7BBD42;
	text-transform: uppercase;
	z-index: 100;
	transition: all .3s ease;
}

#toTop:hover {
	transform: translateY(-5px);
	background-color: #111;
}


/* ---- columns -------*/

.col-8 {
	width: 66.66666667%;
	float: left;
}

.col-4 {
	width: 33.33333333%;
	float: left;
}