@font-face {
	font-family:'montserratlight';
	src:url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'montserratregular';
	src:url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}
body {
	font-family:'montserratlight';
	font-size:14px;
	color:#444444;
	overflow-x: hidden;
}
body::-webkit-scrollbar {
width:6px;
}
body::-webkit-scrollbar-thumb {
background-color:#ce0000;
outline:1px solid #ce0000;
}
ul {
	padding:0px;
	margin:0px;
}
ul, li {
	display:block;
}
a, li, i, button, input, textarea {
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
input, textarea, select {
	border:1px #dfdfdf solid;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.150);
}
button:hover, a:hover {
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
a:focus {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	font-weight:normal;
}
header, section, footer {
	float:left;
	width:100%;
}
select {
	background:url(../img/select-arrow.png) no-repeat right #fff;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background-position-x:94%;
}
.header-top {
	background:#ffffff;
	background:-moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background:-webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background:linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
	border-bottom:1px #dfdfdf solid;
	font-size:12px;
	padding:7px 0px;
}
.header-top i {
	color:#ce0000;
	margin-right:4px;
	font-size:14px;
}
.h-top-left {
	float:left;
	width:100%;
}
.h-top-left li {
	float:left;
	border-right:1px #ccc solid;
	padding:0px 10px;
}
.h-top-left li:first-child {
	border:none;
	padding-left:0px;
}
.h-top-left li:last-child {
	border:none;
	padding-right:0px;
}
.h-top-left li a:hover {
	text-decoration:none;
}
.h-top-left .dropdown-menu {
	top:130%;
}
.h-top-left .dropdown .dropdown-menu li {
	padding:0px;
	border:none;
	width:100%;
}
.h-top-right {
	float:left;
	width:100%;
}
.h-top-right span {
	float:right;
}
.h-top-right a {
	color:#ce0000;
}
.header-main {
	padding:15px 0px;
}
.logo {
	float:left;
	width:100%;
}
.logo a {
	float:left;
}
.search {
	float:left;
	width:100%;
	margin:8px 0px;
}
.search-right {
	float:right;
	position:relative;
}
.search input {
	border:1px #dfdfdf solid;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.150);
	padding:9px 87px 8px 10px;
	font-size:12px;
	width:345px;
	float:right;
}
.search input:focus {
	box-shadow:none;
}
.search button {
	text-transform:uppercase;
	background:#ff9900;
	color:#fff;
	border:none;
	padding:8px 15px;
	position:absolute;
	right:0;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.4);
}
.search button:hover {
	background:#f37800;
}
.menus-main {
	background:#ce0000;
	color:#fff;
}
.menus {
	float:left;
}
.menus .navbar {
	border-radius:5px;
	min-height:auto;
}
.menus .navbar-default .navbar-toggle {
	border-radius:0px;
	background:#ff9900;
	border-color:#f90;
}
.menus .navbar-nav > li {
	margin:9px 0px;
	border-right:1px #ac0d0d solid;
}
.menus .navbar-nav > li:last-child {
	border-right:0px;
}
.menus .navbar-nav > li > a {
	padding:1px 6px 2px 7px;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.4);
	margin:0px 5px;
}
.menus .navbar-nav > li > a:hover {
	color:#fff;
	background:#ff9900;
}
.menus .navbar-nav > li:last-child a {
	-webkit-animation:pulse 1.3s infinite alternate;
	background-color:#45CEEF;
}
@-webkit-keyframes pulse {
0% {
background-color:#dd0c0c;
}
100% {
background-color:#ff9900;
}
}
.menus .navbar-header {
	background:#d2511d;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.42);
	font-size:16px;
	color:#fff;
	border-radius:0px;
}
.menus .navbar-collapse {
	padding-right:0px;
	padding-left:0px;
}
.menus .navbar-brand {
	color:#fff;
}
.menus .navbar-brand:hover {
	color:#fff;
	cursor:pointer;
}
.menus .navbar-default {
	background:none;
	border:0px;
	margin:0px;
}
.menus .navbar-default .navbar-toggle .icon-bar {
	background-color:#fff;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.42);
}
.menus .navbar-nav .active a:hover {
	color:#fff;
	background:none;
}
.menus .navbar-nav .active a:focus {
	color:#fff;
	background:none;
}
.cart {
	float:right;
}
.cart .dropdown-toggle {
	color:#fff;
	background:#ff9900;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.42);
	text-transform:uppercase;
	font-size:14px;
	padding:11px 17px;
	float:right;
	box-shadow:0px 0px 5px -2px rgba(0, 0, 0, 0.75);
}
.cart .dropdown-toggle:hover {
	text-decoration:none;
	background:#f37800;
}
.cart a i {
	margin-right:6px;
}
.cart .dropdown-menu {
	top:93%;
	left:auto;
	right:0px;
	min-width:250px;
	color:#444;
	padding:10px;
	z-index:99999;
}
.cart .dropdown-menu li {
	float:left;
	width:100%;
	border-bottom:1px #ccc dotted;
	padding-bottom:5px;
	margin-bottom:11px;
}
.cart .dropdown-menu li:last-child {
	margin-bottom:0px;
	padding-bottom:0px;
	border:none;
}
.cart .dropdown-menu li .cart-pro-name {
	font-size:13px;
	float:left;
	width:50%;
}
.cart .dropdown-menu li .cart-pro-name span {
	display:block;
}
.cart .dropdown-menu li .cart-pro-img {
	float:left;
}
.cart .dropdown-menu li .cart-pro-img img {
	border:1px #ccc solid;
	width:60px;
}
.cart .dropdown-menu li .cart-pro-remove {
	float:right;
	font-size:12px;
	background:#CE0000;
	color:#fff;
	padding:3px 6px;
}
.cart .dropdown-menu li .cart-pro-remove i {
	margin:0px;
}
.cart .dropdown-menu li .yellow-btn {
	float:right;
	color:#fff;
	padding:6px 17px;
}
.cart .dropdown-menu li .yellow-btn:hover {
	background:#f37800;
}
.modal-dialog {
	width:450px;
	margin-top:60px;
}
.login-popup {
	z-index:99999;
}
.login-pop .nav-pills {
	border-bottom:1px #dfdfdf solid;
}
.login-pop .nav-pills > li {
	float:left;
	width:47%;
	text-align:center;
}
.login-pop .nav-pills > li.active > a, .login-pop .nav-pills > li.active > a:hover, .login-pop .nav-pills > li.active > a:focus {
	color:#fff;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.4);
	background:#ff9900;
	border-bottom:2px #e25116 solid;
	border-radius:0px;
}
.login-pop .nav-pills > li > a {
	background:#eee;
	border-radius:0px;
	border-bottom:2px #ddd solid;
}
.login-pop .nav-pills > li > a:hover {
	border-radius:0px;
}
.l-pop-frm li {
	margin-top:10px;
}
.l-pop-frm li input {
	border:1px #dfdfdf solid;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.150);
	padding:9px 8px;
	width:100%;
}
.l-pop-frm li select {
	border:1px #dfdfdf solid;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.150);
	padding:9px 8px;
	width:100%;
}
.l-pop-frm li input[type="checkbox"] {
	width:auto;
	margin-right:5px;
}
.l-pop-frm li input:focus {
	box-shadow:none;
	border-color:#F90;
}
.l-pop-frm .yellow-btn {
	padding:9px 16px;
}
.l-pop-frm li a:focus {
	color:#fff;
}
.banner {
}
.cat-box {
	float:left;
	width:100%;
	margin-top:15px;
}
.c-b-head {
	background:#ce0000;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.4);
}
.c-b-head i {
	background:#ff9900;
	padding:10px 12px;
	font-size:17px;
	margin-right:9px;
	text-shadow:0px 0px 2px rgba(0, 0, 0, 0.1);
}
.cat-box ul {
	background:#f5f5f5;
	background:-moz-linear-gradient(top, #f5f5f5 2%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f5f5f5 2%, #ffffff 100%);
	background:linear-gradient(to bottom, #f5f5f5 2%, #ffffff 100%);
	box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.185);
	padding:10px 12px;
	float:left;
	width:100%;
}
.cat-box ul li {
	font-size:14px;
	border-bottom:1px #ccc solid;
	padding:6px 0px;
	float:left;
	width:100%;
}
.cat-box ul li:first-child {
	padding-top:0px;
}
.cat-box ul li:last-child {
	padding-bottom:0px;
	border:none;
}
.cat-box ul li i {
	margin-right:6px;
}
.cat-box ul li a {
	float:left;
	width:100%;
}
.cat-box ul li a:hover {
	text-decoration:none;
	color:#000;
}
.cat-box ul li a:hover i {
	margin-right:12px;
	color:#ce0000;
}
.cat-box.best-sell-side li {
	padding:12px 0px;
}
.cat-box.cat-box ul li:first-child {
	padding-top:5px;
}
.cat-box.cat-box ul li:last-child {
	padding-bottom:5px;
}
.cat-box .best-sell-img {
	float:left;
	width:30%;
	margin-right:3%;
}
.cat-box .best-sell-img img {
	border:1px #ccc solid;
}
.cat-box .best-sell-details {
	float:left;
	width:67%;
	font-size:14px;
	text-transform:uppercase;
}
.cat-box .best-sell-details span {
	font-size:23px;
	display:block;
	color:#ce0000;
	font-family:'montserratregular';
}
#banner {
	float:left;
	width:100%;
	margin-bottom:15px;
	margin-top:15px;
}
.banner-c-left {
	position:absolute;
	top:40%;
	left:-8px;
	font-size:14px;
	background:#fff;
	color:#444;
	padding:17px 11px;
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.170);
	border:1px #ccc solid;
}
.banner-c-right {
	position:absolute;
	top:40%;
	right:-8px;
	font-size:14px;
	background:#fff;
	color:#444;
	padding:17px 11px;
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.170);
	border:1px #ccc solid;
}
.banner-c-left:hover, .banner-c-right:hover, .banner-c-left:focus, .banner-c-right:focus {
	color:#444;
}
.b-ticker {
	border:1px #d7d7d7 solid;
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.170);
	float:left;
}
.b-ticker:hover {
	box-shadow:none;
}
.adds {
	margin-top:25px;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.adds:hover {
	-webkit-filter:brightness(115%);
	filter:brightness(115%);
}
.p-heading {
	float:left;
	width:100%;
	margin-top:25px;
	border-bottom:1px #dfdfdf solid;
}
.p-heading h1 {
	font-size:16px;
	color:#fff;
	font-weight:300;
	background:#ff9900;
	float:left;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.4);
	padding:10px 15px;
	border-bottom:2px #e25116 solid;
}
.product-thumb {
	float:left;
	width:100%;
	margin-top:15px;
	border:1px #d7d7d7 solid;
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.170);
	padding:12px;
	position:relative;
	min-height:305px;
}
.pro-t-img {
	float:left;
	width:100%;
}
.pro-t-img img {
	display:table;
	margin:auto;
	width:100%;
}
.pro-t-details {
	font-size:14px;
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:5px;
	float:left;
	width:100%;
}
.pro-t-details span {
	font-size:23px;
	display:block;
	color:#ce0000;
	font-family:'montserratregular';
}
.pro-t-stars {
	float:left;
	width:100%;
	font-size:16px;
}
.pro-t-stars .active {
	color:#f5bc0e;
}
.pro-t-stars li {
	float:left;
	margin-right:3px;
	color:#d1d1d1;
}
.product-thumb:hover {
	box-shadow:none;
}
.product-thumb:hover .pro-t-btns {
	opacity:1;
}
.product-thumb:hover .pro-t-btns ul {
	opacity:1;
	top:40%;
	-webkit-transition-delay:0s;
	transition-delay:0s;
}
.pro-t-btns {
	float:left;
	position:absolute;
	background:rgba(255, 255, 255, 0.8);
	opacity:0;
	height:96%;
	transition:all 0.1s ease;
	z-index:9999;
	width:88%;
}
.pro-t-btns ul {
	display:table;
	margin:auto;
	top:20%;
	position:relative;
	transition:all .1s ease-out .5s;
	-webkit-transition-delay:0s;
	transition-delay:0s;
}
.pro-t-btns ul li {
	margin-bottom:10px;
	float:left;
	margin-left:16%;
}
.yellow-btn {
	color:#fff;
	background:#ff9900;
	text-transform:uppercase;
	font-size:13px;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.4);
	padding:7px 14px;
	float:left;
	border:none;
}
.yellow-btn:hover {
	color:#fff;
	text-decoration:none;
	background:#f37800;
}
.red-btn {
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	background:#ce0000;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.4);
	border:none;
	padding:7px 14px;
	float:left;
}
.red-btn:hover {
	color:#fff;
	text-decoration:none;
	background:#b20303;
}
.products-cat-tab {
	margin-top:25px;
}
.products-cat-tab .nav-pills {
	border-bottom:1px #dfdfdf solid;
}
.products-cat-tab .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color:#fff;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.4);
	background:#ff9900;
	border-bottom:2px #e25116 solid;
	border-radius:0px;
}
.products-cat-tab .nav-pills > li > a {
	border-radius:0px;
	font-size:16px;
	border-bottom:2px #fff solid;
}
.products-cat-tab .nav-pills > li > a:hover {
}
.article-thumb {
	float:left;
	width:100%;
	margin-top:20px;
	border:1px #d7d7d7 solid;
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.170);
	padding:12px;
	position:relative;
	min-height:230px;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.article-thumb:hover {
	box-shadow:none;
}
.article-img {
	width:100%;
	float:left;
}
.article-img img {
	display:table;
	margin:0 auto;
	max-height:100%;
	width:100%;
}
.article-img .article-hover {
	float:left;
	width:92%;
	background:rgba(255, 255, 255, 0.8);
	text-align:center;
	position:absolute;
	top:12px;
	z-index:9999;
	transition:all 0.1s ease;
	min-height:110px;
	opacity:0;
}
.article-img .article-hover i {
	transition:all .1s ease-out .5s;
	-webkit-transition-delay:0s;
	transition-delay:0s;
	top:35%;
	position:absolute;
	font-size:24px;
	color:#444;
}
.article-img:hover .article-hover {
	opacity:1;
}
.article-img:hover .article-hover i {
	top:40%;
	-webkit-transition-delay:0s;
	transition-delay:0s;
}
.article-title {
	margin:12px 0px 10px 0px;
	float:left;
	width:100%;
	color:#CE0000;
	text-transform:uppercase;
	font-size:16px;
}
.article-title:hover {
	text-decoration:none;
	color:#111;
}
.article-title-inner {
	float:left;
	width:100%;
	font-size:26px;
	margin:15px 0px;
}
.article-thumb p {
	float:left;
	width:100%;
}
.article-thumb p img {
	display:block;
	max-width:100%;
	height:auto;
}
.article-user {
	float:left;
	width:100%;
	margin-top:10px;
	font-size:13px;
}
.article-user li {
	float:left;
	margin-right:10px;
}
.article-user li i {
	margin-right:4px;
	color:#CE0000;
}
.article-inner {
	float:left;
	width:100%;
}
.article-inner span {
	display:block;
	color:#CE0000;
	font-family:'montserratregular';
	margin-top:9px;
}
.article-comment {
	float:left;
	width:100%;
	background:#f1f1f1;
	padding:12px;
	margin-top:15px;
	margin-bottom:0px;
}
.article-frm {
	float:left;
	width:40%;
	margin-top:15px;
}
.article-frm input, .article-frm textarea {
	float:left;
	width:100%;
}
.article-frm input, .article-frm textarea {
	margin-bottom:10px;
	padding:8px 8px;
}
.article-frm input:focus, .article-frm textarea:focus {
	box-shadow:none;
}
.middle-box {
	float:left;
	width:100%;
	padding:15px;
	border:1px #d7d7d7 solid;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.170);
	margin-top:25px;
	font-size:13px;
	color:#777;
	min-height: 380px;
}
.middle-box img {
	margin-bottom:15px;
}
.middle-box p {
	margin:0px;
	text-align:justify;
}
.middle-box h3 {
	color:#ce0000;
	font-size:17px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.middle-downloads {
	float:left;
	width:100%;
	height:190px;
	overflow-y:scroll;
	margin-top:8px;
}
.middle-downloads::-webkit-scrollbar {
width:6px;
}
.middle-downloads::-webkit-scrollbar-thumb {
background-color:#ce0000;
outline:1px solid #ce0000;
}
.middle-downloads li {
	float:left;
	width:100%;
	margin-top:2px;
	border-bottom:1px #ccc dotted;
	padding-bottom:7px;
	margin-right:15px;
}
.middle-downloads li i {
	margin-right:4px;
}
.middle-downloads li a {
	color:#777;
}
.middle-downloads li a:hover {
	color:#222;
	text-decoration:none;
}
.middle-downloads li a:hover i {
	margin-right:8px;
	color:#ce0000;
}
.middle-pray {
	float:left;
	width:100%;
}
.middle-pray li {
	float:left;
	width:100%;
	margin-bottom:5px;
	border-bottom:1px #ccc dotted;
	padding-bottom:5px;
}
.middle-pray li:last-child {
	border:none;
	margin:0px;
	padding:0px;
}
.middle-pray li i {
	margin-right:4px;
}
.middle-pray li a {
	color:#777;
}
.middle-pray li a:hover {
	color:#222;
	text-decoration:none;
}
footer {
	margin-top:30px;
}
.newsletter {
	background:#ce0000;
	color:#fff;
}
.f-n-call {
	float:left;
	width:100%;
	background:#ff9900;
	padding:14px 20px;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.4);
	box-shadow:0px 0px 10px -2px rgba(0, 0, 0, 0.75);
}
.f-n-call i {
	float:left;
	font-size:30px;
	width:19%;
	border-radius:50px;
	border:1px #fff solid;
	text-align:center;
	padding:15px 11px;
	margin-right:4%;
}
.f-n-call p {
	float:left;
	width:76%;
	margin:8px 0px 0px 0px;
	font-size:16px;
	text-transform:uppercase;
}
.f-n-call p span {
	display:block;
	font-size:14px;
	text-transform:none;
}
.newsletter-main {
	float:left;
	width:100%;
	padding:14px 0px 14px 0px;
}
.f-n-mail {
	float:left;
	padding:0px 0px 0px 18px;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.4);
	width:50%;
}
.f-n-mail i {
	float:left;
	font-size:23px;
	border-radius:50px;
	border:1px #fff solid;
	text-align:center;
	padding:18px 11px;
	margin-right:4%;
	width:17%;
}
.f-n-mail p {
	float:left;
	width:76%;
	margin:8px 0px 0px 0px;
	font-size:16px;
	text-transform:uppercase;
}
.f-n-mail p span {
	display:block;
	font-size:14px;
	text-transform:none;
}
.newsletter-input {
	float:right;
	margin:8px 0px;
}
.newsletter-right {
	float:right;
	position:relative;
}
.newsletter-right form {
	float:left;
	width:100%;
}
.newsletter-input input {
	border:1px #dfdfdf solid;
	color:#333;
	box-shadow:0 3px 4px rgba(0, 0, 0, 0.3);
	padding:10px 87px 9px 10px;
	font-size:12px;
	width:365px;
	float:right;
}
.newsletter-input button {
	text-transform:uppercase;
	background:#ff9900;
	color:#fff;
	border:none;
	padding:10px 15px 9px 15px;
	position:absolute;
	right:0;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.4);
}
.newsletter-input input:focus {
	box-shadow:none;
}
.newsletter-input button:hover {
	background:#f37800;
}
.footer {
	background:#f5f5f5;
	padding:30px 0px 40px 0px;
}
.footer-links-wrap {
	float:left;
	width:80%;
}
.footer-links {
	float:left;
	width:23%;
	background-attachment:scroll;
	background-image:url(../img/f-brd.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding:13px 0px 10px 45px;
	min-height:245px;
}
.footer-links:first-child {
	padding-left:0px;
}
.footer-links:last-child {
	padding-right:0px;
	background:none;
	width:31%;
}
.footer-links h2 {
	font-size:17px;
	text-transform:uppercase;
	font-family:'montserratregular';
}
.footer-links ul {
	margin-top:12px;
}
.footer-links ul li {
	margin-bottom:7px;
}
.footer-links ul li i {
	margin-right:5px;
}
.footer-links ul li a {
}
.footer-links ul li a:hover {
	color:#CE0000;
	text-decoration:none;
}
.footer-links ul li a:hover i {
	margin-right:10px;
}
.footer-links .social-icons {
}
.footer-links .social-icons li i {
	color:#fff;
	width:24px;
	height:24px;
	text-align:center;
	line-height:23px;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.4);
}
.footer-links .social-icons li.fb i {
	background:#3b5998;
}
.footer-links .social-icons li.tw i {
	background:#499eff;
}
.footer-links .social-icons li.gp i {
	background:#e44524;
}
.footer-links .social-icons li.lk i {
	background:#0177b5;
}
.footer-links .social-icons li a:hover i {
}
.social-plugings {
	float:right;
	width:20%;
}
.social-plugings ul {
	float:right;
}
.social-plugings li {
	margin-bottom:13px;
	float:right;
}
.social-plugings img {
	float:right;
}
.footer-payments {
	background:#ce0000;
	color:#fff;
	padding:20px 0px;
}
.footer-payments img {
	float:right;
	margin-top:7px;
}
.footer-payments ul {
	float:left;
	width:100%;
}
.footer-payments ul li {
	float:left;
	border-right:1px #fff solid;
	padding:0px 10px;
	line-height:14px;
	margin-bottom:11px;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.4);
}
.footer-payments ul li:first-child {
	padding-left:0px;
}
.footer-payments ul li:last-child {
	border:none;
	padding-left:0px;
	margin-bottom:0px;
}
.footer-payments ul li a {
	color:#fff;
}
.footer-payments ul li a:hover {
	color:#fff;
}
.footer-bottom {
	font-size:12px;
	padding:15px 0px;
}
.footer-bottom p {
	float:left;
	width:100%;
	margin:0px;
	color:#777;
}
.bread-bg {
	background:#ffffff;
	background:-moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background:-webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background:linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
	border-bottom:1px #dfdfdf solid;
	font-size:12px;
	padding:7px 0px;
}
.bread-main .breadcrumb {
	padding:0px;
	margin:0px;
	list-style:none;
	background:none;
	border-radius:0px;
}
.bread-main .breadcrumb .active {
	color:#9F9F9F;
}
.bread-main .breadcrumb a {
	color:#ce0000;
}
.bread-main .breadcrumb a:hover {
	text-decoration:underline;
}
.inner-heading {
	float:left;
	width:100%;
	margin-top:20px;
	font-size:19px;
	border-bottom:1px #ccc solid;
	padding-bottom:11px;
}
.inner-heading span {
	float:right;
}
.inner-contant {
	float:left;
	width:100%;
	margin-top:10px;
	font-size:13px;
}
.contact-frm {
	float:left;
	width:100%;
}
.contact-frm input, .contact-frm textarea {
	float:left;
	width:100%;
	padding:9px 10px;
	margin-bottom:12px;
}
.contact-frm input:focus, .contact-frm textarea:focus {
	box-shadow:none;
}
.contact-frm button {
	margin-bottom:15px;
}
.contact-icons {
	float:left;
	width:100%;
}
.contact-icons li {
	float:left;
	width:100%;
	margin-bottom:15px;
}
.contact-icons li i {
	background:#CE0000;
	color:#fff;
	border-radius:50px;
	width:23px;
	height:23px;
	text-align:center;
	padding-top:5px;
	float:left;
	margin-right:8px;
}
#gmap_canvas-2 img {
	max-width:none!important;
	background:none!important
}
.google-map-2 {
	overflow:hidden;
	height:275px;
	width:100%;
	border:1px #ddd solid;
	border-radius:0px;
	margin-top:16px;
	float:left;
}
.google-map-size-2 {
	height:275px;
	width:100%;
}
.filter-bg {
	background:#ffffff;
	background:-moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background:-webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background:linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
	border-bottom:1px #dfdfdf solid;
	font-size:13px;
	padding:20px 20px;
	float:left;
	width:100%;
}
.thumb-filter {
	float:left;
	margin-right:20px;
}
.thumb-filter label {
	font-weight:normal;
	margin-right:6px;
	float:left;
	margin-bottom:0px;
	line-height:35px;
}
.thumb-filter select {
	padding:8px 7px;
}
.thumb-filter input {
	padding:8px 7px;
	float:left;
	margin-right:10px;
	width:350px;
}
.thumb-filter input:focus {
	box-shadow:none;
}
.thumb-filter button {
	padding:8px 18px;
}
.thumb-filter:last-child {
	float:right;
	margin-right:0px;
}
.pagi-bg {
	background:#ffffff;
	background:-moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background:-webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background:linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
	border-bottom:1px #dfdfdf solid;
	font-size:13px;
	padding:20px 20px;
	margin-top:30px;
	float:left;
	width:100%;
}
.pagi-main {
	float:left;
}
.pagi-main li {
	float:left;
	margin-left:7px;
}
.pagi-main li.active a {
	background:#ff9900;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.4);
	color:#fff;
	border-color:#ff9900;
}
.pagi-main li i {
	font-size:20px;
}
.pagi-main li a {
	float:left;
	border:1px #dfdfdf solid;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.150);
	padding:8px 14px;
	background:#fff;
}
.pagi-main li a:hover {
	text-decoration:none;
	box-shadow:none;
}
.pagi-main li:first-child a {
	margin-left:0px;
}
.pagi-main li:first-child a, .pagi-main li:last-child a {
	background:none;
	border:none;
	box-shadow:none;
	padding:7px 4px;
}
.zoom-pop-img {
	border:1px solid #cccccc;
	position:absolute;
	width:470px;
	height:420px;
	margin-top:20px;
	float:left;
}
.zoom-main {
	height:420px;
	width:470px;
	float:left;
	margin-bottom:20px;
}
.zoom-thumb {
	float:left;
	padding-left:0px;
	margin-top:10px;
}
.zoom-thumb a {
	margin-right:10px;
	border:1px solid #cccccc;
	float:left;
}
.pro-details {
	float:left;
	width:100%;
}
.pro-d-title {
	float:left;
	font-size:17px;
	width:100%;
}
.pro-d-title span {
	float:right;
}
.pro-d-price {
	width:100%;
	float:left;
}
.pro-d-price li {
	width:50%;
	float:left;
	margin-top:20px;
	border-right:1px #c2c2c2 dotted;
}
.pro-d-price li:last-child {
	border:none;
}
.pro-d-price li h5 {
	font-size:25px;
	display:block;
	color:#ce0000;
	float:left;
	font-family:'montserratregular';
	width:100%;
}
.pro-d-price li h5 span {
	background:#9fc115;
	font-size:12px;
	color:#fff;
	padding:1px 3px;
	margin-left:5px;
}
.pro-d-price li p {
	float:left;
	width:100%;
	margin-bottom:0px;
	font-size:13px;
}
.pro-d-price li i {
	font-size:34px;
	color:#CE0000;
	margin-left:11px;
	margin-right:7px;
	margin-top:6px;
	float:left;
}
.pro-d-price li:last-child span {
	line-height:45px;
}
.pro-d-table {
	float:left;
	width:100%;
	margin-top:20px;
	font-size:13px;
}
.pro-d-table li {
	float:left;
	width:100%;
	border:1px #ccc solid;
	margin-top:-1px;
}
.pro-d-table li b {
	float:left;
	border-right:1px #ccc solid;
	padding:5px 12px;
	width:42%;
	font-family:'montserratregular';
	font-weight:normal;
}
.pro-d-table li span {
	padding:5px 12px;
	float:left;
	width:58%;
}
.pro-d-cart {
	float:left;
	width:100%;
}
.pro-d-cart li {
	float:left;
	width:45%;
	margin-top:20px;
}
.pro-qty a {
	float:left;
	color:#fff;
	background:#CBCBCB;
	padding:10px 14px;
	border-radius:0px;
	font-size:16px;
}
.pro-qty input {
	width:55px;
	line-height:39px;
	float:left;
	margin:0px;
	text-align:center;
	font-size:15px;
	border:solid 1px #d3d3d3;
	border-left:none;
	border-right:none;
}
.pro-qty input:focus {
	box-shadow:none;
}
.pro-d-cart .red-btn {
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	background:#ce0000;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.4);
	padding:12px 14px;
	float:left;
}
.pro-d-cart .red-btn:hover {
	color:#fff;
	text-decoration:none;
	background:#b20303;
}
.pro-d-cart .red-btn i {
	margin-right:5px;
}
.share-btns {
	float:left;
	width:100%;
	margin-top:20px;
}
.pro-d-desc {
	float:left;
	width:100%;
	margin-top:20px;
}
.pro-d-desc .tab-content {
	border:1px #dfdfdf solid;
	margin-top:-1px;
	padding:11px 15px;
	font-size:13px;
}
.pro-d-desc .nav-pills {
	border-bottom:1px #dfdfdf solid;
}
.pro-d-desc .nav-pills > li {
	float:left;
	text-align:center;
}
.pro-d-desc .nav-pills > li.active > a, .pro-d-desc .nav-pills > li.active > a:hover, .pro-d-desc .nav-pills > li.active > a:focus {
	color:#fff;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.4);
	background:#ff9900;
	border-bottom:2px #e25116 solid;
	border-radius:0px;
}
.pro-d-desc .nav-pills > li > a {
	background:#eee;
	border-radius:0px;
	border-bottom:2px #ddd solid;
}
.pro-d-desc .nav-pills > li > a:hover {
	border-radius:0px;
}
.pro-d-contant p {
	float:left;
	width:100%;
}
.pro-d-contant ul {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.pro-d-contant ul li {
	float:left;
	width:100%;
	margin-bottom:3px;
}
.pro-d-contant ul li i {
	font-size:15px;
	color:#CE0000;
	margin-right:6px;
}
.pro-d-reviews {
	float:left;
	width:100%;
}
.pro-d-reviews .tab-content {
	border:1px #dfdfdf solid;
	margin-top:-1px;
	padding:11px 15px;
	font-size:13px;
}
.pro-d-reviews form, .pro-d-reviews input, .pro-d-reviews textarea {
	float:left;
	width:100%;
}
.pro-d-reviews input, .pro-d-reviews textarea {
	margin-bottom:10px;
	padding:8px 8px;
}
.pro-d-reviews input:focus, .pro-d-reviews textarea:focus {
	box-shadow:none;
}
.pro-d-reviews h5 {
	float:left;
	width:100%;
	border-bottom:1px #ccc solid;
	padding-bottom:5px;
	margin-bottom:15px;
	font-size:16px;
	text-transform:uppercase;
}
.pro-d-reviews-tabs {
	float:left;
	width:100%;
}
.pro-d-reviews-tabs p {
	float:left;
	width:100%;
	background:#f1f1f1;
	padding:12px;
	margin-bottom:12px;
}
.pro-d-reviews-tabs p span {
	display:block;
	color:#CE0000;
	font-family:'montserratregular';
	margin-top:9px;
}
.link-header {
	float:left;
	width:100%;
	margin-top:20px;
}
.link-header li {
	float:left;
}
.link-header li.active a {
	color:#fff;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.4);
	background:#ff9900;
	border-bottom:2px #e25116 solid;
	border-radius:0px;
}
.link-header li.active a:hover {
	color:#fff;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.4);
	background:#ff9900;
	border-bottom:2px #e25116 solid;
	border-radius:0px;
}
.link-header li a {
	background:#eee;
	border-radius:0px;
	border-bottom:2px #ddd solid;
	padding:10px 15px;
	float:left;
	margin-right:1px;
}
.link-header li a:hover {
	text-decoration:none;
	background:#e8e8e8;
}
.user-p-contant {
	border:1px #dfdfdf solid;
	float:left;
	width:100%;
	padding:12px 13px;
	font-size:13px;
}
.user-p-frm {
	float:left;
	width:100%;
}
.user-p-frm li {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.user-p-frm label {
	font-weight:normal;
	float:left;
	margin:0px;
	line-height:33px;
	width:30%;
}
.user-p-frm input, .user-p-frm select {
	font-weight:normal;
	padding:7px 9px;
	width:70%;
	float:left;
}
.user-p-frm input:focus, .user-p-frm select:focus {
	box-shadow:none;
}
.user-p-frm .red-btn {
	margin-top:5px;
}
.text-with-bg {
	float:left;
	width:100%;
	text-align:center;
	border:1px #ccc dashed;
	padding:10px;
}
.u-table-main {
	width:100%;
	display:table;
}
.u-table-body {
	display:table-row-group;
}
.u-table-row {
	display:table-row;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.u-table-row:hover {
	color:#000;
}
.u-table-body .u-table-row:first-child:hover {
	color:#000;
}
.u-table-row:nth-child(2n+1) {
	background:rgb(245, 245, 245) none repeat scroll 0% 0%;
}
.u-table-cell {
	display:table-cell;
	border:1px solid #ddd;
	padding:7px 11px;
	border-top:0px;
	border-right:0px;
	vertical-align:middle;
}
.u-table-row .u-table-cell:first-child {
	border-right:0px;
}
.u-table-row .u-table-cell:last-child {
	border-right:1px #DDD solid;
}
.u-table-head {
	background:#ddd;
	color:#000;
}
.u-table-row .u-table-head {
	border-left-color:#bbbbbb;
}
.u-table-row .u-table-head:first-child {
	border-left-color:#ddd;
	border-right-color:#fff;
}
.u-table-row .u-table-head:last-child {
	border-left-color:#bbbbbb;
}
.checkout-head {
	margin-top:20px;
	float:left;
	width:100%;
}
.checkout-head li {
	float:left;
	background:#ffffff;
	background:-moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background:-webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background:linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
	border:1px #dfdfdf solid;
	padding:9px 0px;
	width:33.333333%;
	margin-left:-1px;
	text-align:center;
}
.checkout-head li.active {
	background:#ff9900;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.4);
	color:#fff;
	border:1px #f90 solid;
}
.checkout-head li.active p span {
	background:#CC5D17;
}
.checkout-head li p {
	margin:0px;
}
.checkout-head li p span {
	background:#aaaaaa;
	border-radius:20px;
	color:#fff;
	font-size:12px;
	padding:3px 7px;
	margin-right:6px;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.4);
}
.checkout-contant {
	float:left;
	width:100%;
	border:1px #ccc solid;
	padding:15px 15px 11px 15px;
	margin-top:-1px;
}
.checkout-frm-h {
	float:left;
	width:100%;
	border-bottom:1px #ccc solid;
	text-transform:uppercase;
	padding-bottom:6px;
	margin-bottom:15px;
	font-family:'montserratregular';
}
.checkout-frm {
	float:left;
	width:100%;
}
.checkout-frm li {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.checkout-frm li input, .checkout-frm li select {
	float:left;
	width:100%;
	padding:7px 10px;
}
.checkout-frm li input:focus, .checkout-frm li select:focus {
	box-shadow:none;
}
.checkout-order-table {
	float:left;
	width:100%;
	padding:12px;
}
.checkout-order-table ul {
	margin:0px;
}
.checkout-order-table ul li {
	display:inline-block;
	float:left;
}
.checkout-o-h {
	padding:0px 0px 5px 0px;
	float:left;
	border-bottom:1px #c8c8c8 solid;
	width:100%;
}
.checkout-o-h-2 {
	padding:5px 0px 5px 0px;
	border-bottom:1px #c8c8c8 dotted;
	float:left;
	width:100%;
}
.checkout-o-h-3 {
	padding:5px 0px 5px 0px;
	border-bottom:1px #c8c8c8 solid;
	float:left;
	width:100%;
}
.checkout-o-h-4 {
	padding:5px 0px 0px 0px;
	float:left;
	width:100%;
}
.checkout-o-h span {
	text-transform:uppercase;
	color:#222;
}
.checkout-o-1 {
	width:60%;
	padding-right:15px;
}
.checkout-o-2 {
	width:20%;
}
.checkout-o-3 {
	width:20%;
	text-align:right;
}
.checkout-o-4 {
	width:74%;
	text-align:right;
}
.checkout-o-5 {
	width:26%;
	text-align:right;
}
.order-sum {
	float:left;
	width:100%;
	font-size:13px;
	margin-top:20px;
	background:#F6F6F6;
	border:1px #ccc solid;
}
.order-sum-h {
	font-family:'montserratregular';
	text-transform:uppercase;
	font-size:15px;
	padding:10px 12px;
	background:#ffffff;
}
.grand-t {
	text-transform:uppercase;
	color:#222;
	font-size:16px;
	font-family:'montserratregular';
}
.sub-price {
	color:#ce0000;
}
.grand-t-2 {
	text-transform:uppercase;
	color:#ce0000;
	font-size:16px;
	font-family:'montserratregular';
}
#star-hide {
	display:none;
}
.rating {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.rating input {
	position:absolute;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	cursor:pointer;
	width:17px;
}
.rating span {
	width:24px;
	height:16px;
	line-height:16px;
	padding:1px 22px 1px 0;
	background:url(../img/stars.png) no-repeat -22px 0;
}
.rating input:checked + span {
	background-position:-22px 0;
}
.rating input:checked + span ~ span {
background-position:0 0;
}
.view_all {
	float:right;
}
.article-print {
	width:900px;
	display:table;
	margin:auto;
}
.article-print-name {
	float:left;
	width:100%;
	font-size:16px;
	padding-top:10px;
}
.article-print-name b {
	float:right;
	font-weight:normal;
}
.p-t-art {
	float:right;
	font-size:14px;
}
.p-t-art i {
	color:#ce0000;
}
.categ {
	float:right;
}
.categ .dropdown-toggle {
	color:#fff;
	background:#d24848;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.42);
	text-transform:uppercase;
	font-size:14px;
	padding:11px 17px;
	float:right;
	box-shadow:0px 0px 5px -2px rgba(0, 0, 0, 0.75);
}
.categ .dropdown-toggle:hover {
	text-decoration:none;
}
.categ .dropdown-menu {
	left:0px;
	z-index:999999;
}
.categ .dropdown-menu > li > a {
	display:block;
	padding:5px 12px;
	clear:both;
	font-weight:normal;
	line-height:1.42857143;
	color:#666666;
	white-space:nowrap;
}
.categ .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color:#fff;
	text-decoration:none;
	background-color:#f90;
}
.pro-t-details .out_of_stock {
	background:#ce0000;
	color:#fff;
	font-size:18px;
	text-align:center;
	margin-top:8px;
	margin-bottom:5px;
}
.atricle-thumb-p .article-thumb {
	min-height:auto;
}
.article-img .arti-thu-img {
	margin:0 auto;
	max-height:100%;
}
.thank-cod {
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:120px;
	margin-top:30px;
}
.thank-cod h2 {
	float:left;
	width:100%;
	text-align:center;
}
.thank-cod p {
	float:left;
	width:100%;
	text-align:center;
}
.thank-cod p b {
	color:#ce0000;
	font-size:16px;
}
.article-list {
	float:left;
	width:48%;
	margin-top:15px;
	margin-right:15px;
}
.article-list:nth-child(2n+1) {
	clear:both;
}
.article-list h4 {
	background:#ce0000;
	color:#fff;
	font-size:16px;
	float:left;
	width:100%;
	padding:10px 0px 10px 18px;
}
.article-list ul {
	box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.185);
	float:left;
	width:100%;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.article-list ul:hover {
	box-shadow:0px 0px 25px 0px rgba(0, 0, 0, 0.3);
}
.article-list ul li {
	float:left;
	width:100%;
	background:#fff;
	padding:8px 15px 8px 16px;
}
.article-list ul li:nth-child(2n) {
	background:#f0f0f0;
}
.article-list ul li i {
	margin-right:5px;
	color:#ce0000;
}
.article-list ul li a {
	color:#444444;
}
.article-list ul li a:hover {
	color:#ce0000;
}
.services-content {
	float:left;
	width:100%;
}
.services-type {
	float:left;
	width:100%;
	box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.180);
	margin-top:20px;
	border:1px #eee solid;
}
.services-type h4 {
	float:left;
	width:100%;
	background:#ce0000;
	color:#fff;
	font-size:16px;
	padding:10px 20px 10px 10px;
}
.s-t-content {
	float:left;
	width:100%;
}
.services-type .s-t-img {
	float:left;
	width:27%;
	margin:14px 14px;
}
.services-type .s-t-txt {
	float:left;
	width:68%;
	margin:14px 10px 14px 0px;
}
.services-type .s-t-txt p {
	float:left;
	width:100%;
}
.services-type .s-t-txt ul {
	float:left;
	width:100%;
}
.services-type .s-t-txt ul li i {
	color:#ce0000;
	margin-right:5px;
}
.services-type .s-t-btn {
	float:left;
	width:100%;
}
.services-type .s-t-btn span {
	float:left;
	font-size:24px;
	margin-right:15px;
	margin-top:10px;
}
.services-type .s-t-btn span i {
	color:#ce0000;
	margin-right:5px;
}
.services-type .s-t-btn a {
	margin-top:10px;
}
.service-order {
	box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.185);
	float:left;
	width:100%;
	margin-top:20px;
}
.order-pop {
	float:left;
	width:100%;
}
.order-pop li {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.order-pop h3 {
	background:#ce0000;
	color:#fff;
	font-size:16px;
	float:left;
	width:100%;
	padding:10px 0px 10px 18px;
	margin-bottom:17px;
}
.order-pop li:last-child {
	margin:10px 0px 20px 0px;
}
.order-pop li b {
	font-weight:normal;
	width:28%;
	margin-right:2%;
	float:left;
	text-align:right;
	line-height:35px;
}
.order-pop li input, .order-pop li select {
	padding:9px 8px;
	width:50%;
	float:left;
}
.order-pop .yellow-btn {
	font-size:16px;
	padding:12px 27px;
}
#back-to-top {
	cursor:pointer;
	position:fixed;
	bottom:20px;
	right:20px;
	display:block;
	color:#fff;
	background:#ce0000;
	padding:9px 17px;
	border-radius:0px;
	font-size:18px;
	z-index:999;
	border:1px #fff solid;
}
#back-to-top:hover {
	color:#fff;
}
#back-to-top:focus {
	color:#fff;
}
.pro-d-cart .pro-k-btns {
	width:54%;
}
.error {
	color:red;
}
.show-advance {
	position:relative;
	display:block;
}
.show-advance-btn {
	color:#ce0000;
	cursor:pointer;
	text-decoration:underline;
	width:100%;
	text-align:center;
	float:left;
	margin-bottom:16px;
	margin-top:3px;
}
.show-advance-btn:hover {
	color:#ce0000;
	text-decoration:none;
}
.show-advance-height {
	height:62px;
	overflow:hidden;
}
.search-mob {
	float: left;
	display: none;
	float: right;
	position: absolute;
	top: 0px;
	right: 66px;
	border-right: 1px #a10b0b solid;
	padding: 8px 13px;
}
.search-mob a {
	color: #fff;
}
.search-mob input {
	width: 76%;
	float: left;
	padding: 6px 9px;
	color: #222;
}
.dropdown-menu {
	left: -170px;
	padding:10px;
}
.login-mob {
	float: left;
	display: none;
	float: right;
	position: absolute;
	top: 0px;
	right: 105px;
	border-right: 1px #a10b0b solid;
	padding: 8px 13px;
}
.login-mob a {
	color: #fff;
}
.categ i {
	display:none;
}
/*Articles-new*/
.articles-new {
	float:left;
	width:100%;
	margin-top: 15px;
	background:#fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.185);
}
.articles-new h2 {
	background: #ce0000;
	color: #fff;
	font-size: 16px;
	float: left;
	width: 100%;
	padding: 10px 0px 10px 18px;
}
.articles-new h2 a {
	float:right;
	color:#fff;
	padding-right:15px;
	font-size: 14px;
}
.arti-n-type {
	float: left;
	width: 50%;
	padding: 10px;
}
.arti-n-first {
	float:left;
	width:30%;
	padding: 7px 0px;
}
.arti-n-first .arti-n-type {
	width: 100%;
}
.arti-n-first .arti-n-img {
	width: 100%;
}
.arti-n-first .arti-n-txt {
	width: 100%;
	padding-left:0px;
	padding-top:6px;
}
.arti-n-others {
	float:left;
	width:70%;
	padding: 7px 0px;
}
.arti-n-others .arti-n-type {
	padding-bottom:5px;
}
.arti-n-type:hover img {
	transform: scale(1.1);
}
.arti-n-type:hover a {
	color: #ce0000;
	text-decoration:none;
}
.arti-n-img {
	float: left;
	width: 33%;
	overflow:hidden;
}
.arti-n-img img {
	float: left;
	width: 100%;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.arti-n-txt {
	float: left;
	width: 67%;
	padding-left: 10px;
}
