img{max-width:100%;}
@font-face {
    font-family: 'NOTOSANSMONOCJKJP';
    src:url(../fonts/NOTOSANSMONOCJKJP-REGULAR.otf);
}
body{
	font-family:'NOTOSANSMONOCJKJP',微軟正黑體, 'Open Sans', sans-serif;
	overflow-x: hidden;
}
body,td,th {
	font-family:'NOTOSANSMONOCJKJP',微軟正黑體, 'Open Sans', sans-serif;
	font-size:100%;
	color:#4d4948;
}

section{
	padding: 3rem 0;
}

.t-color-1{ color: #1ac4e2; }
.b-color-1{ background-color: #1ac4e2; }
.t-color-2{ color: #f8a01b; }
.b-color-2{ background-color: #f8a01b; }
.t-color-3{ color: #C47299; }
.b-color-3{ background-color: #C47299; }
.t-color-4{ color: #A672AA; }
.b-color-4{ background-color: #A672AA; }
.t-color-5{ color: #f14723; }
.b-color-5{ background-color: #f14723; }
.t-color-6{ color: #503845; }
.b-color-6{ background-color: #503845; }


.heading-border{
	width: 50px;
	height: 1px;
	opacity: 0.5;
	margin-bottom: 30px;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
/* carousel */
.carousel .carousel-indicators li .fa{
	background-color: #f6f6f6;
	padding: 5px 10px; 
	border-radius: 3px; 
	color: #999;
}

.carousel-indicators {
	margin-left: 0;
	right: 0;
	left: auto;
	top: -70px;
	width: auto;
}

.carousel-indicators li.active{
	border: 1px solid transparent;
}

.carousel-indicators li.active .fa{
	background-color: #1ac4e2;
	color: #fff;
}

.carousel-indicators li{
	border: 1px solid transparent;
	display: inline;
	margin: 0;
  	text-indent: 0;
}

/* header */
.navbar{
	margin-bottom: 0;
}

.navbar-collapse{
	padding-left: 0;
}
/* header top */
.header-top{
	background-color: #fcfcfc;
	border-bottom: 1px solid rgba(238, 238, 238, 0.5);
}

.header-top .list-inline{
	margin-top: 6px;
	margin-bottom: 6px;
}

.header-top .list-inline li a{
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
	color: #888;
}

.header-top .list-inline li a img{
	margin-right: 3px;
}

.header-top .list-inline li a .fa{
	color: #C47299;
	margin-right: 3px;
}

a.register{
	background-color: #C47299; 
	padding: 2px 6px; 
	color: #fff !important; 
	border-radius: 4px;
}

.header-top .dropdown-menu li a{
	font-size: 13px;
	padding: 6px 20px;
}

.header-top .dropdown-menu li a:hover{
	background-color: transparent;
	color: #1ac4e2;
}

.header-top .dropdown-menu{
	margin-top: 7px; 
	border: none;
	padding: 0;
	padding: 10px 0;
	border-radius: 2px
}

/* header middle */
.header-middle{
}

.header-middle .navbar-nav > li > a {
	color: #503845;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.header-middle .navbar-default .navbar-brand:hover{
	color: #8ad2ce;
}

.header-middle .navbar-default .navbar-brand{
	color: #8ad2ce;
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
}


.header-middle .navbar-default .navbar-brand .fa{
	margin-right: 10px;
}

.header-middle .navbar-brand,
.header-middle .navbar-nav > li > a {
  	line-height: 40px;
}

.header-middle .navbar-default{
	background-color: transparent;
	border-radius: 0;
	border-color: transparent;
}

.header-middle .navbar-default .navbar-nav a:focus, 
.header-middle .navbar-default .navbar-nav a:hover,
.header-middle .navbar-default .navbar-nav > .active > a,
.header-middle .navbar-default .navbar-nav > .active > a:focus, 
.header-middle .navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: #1ac4e2;
}

.header-bottom .label {
	color: #fff;
	font-size: 11px;
	font-style: italic;
	line-height: 1.1;
	padding: 0.2em 0.6em 0.2rem;
	position: absolute;
	right: 3px;
	top: -7px;
}

.header-bottom .label-danger .fa{
	color: #fc6567;
}

.header-bottom .label-danger{
	background-color: #fc6567;
}

.header-bottom .label-info .fa{
	color: #95d3b0;
}

.header-bottom .label-info{
	background-color: #95d3b0;
}

.header-bottom .label .fa {
	font-size: 15px;
	left: 0;
	position: absolute;
	top: 8px;
	top: 8px;
}
/* header bottom */

.header-bottom{
}

.header-bottom .navbar-default{
	background-color: #503845;
	border-radius: 0;
	border-color: transparent;
}

.header-bottom .navbar-collapse{
	padding-left: 0;
}

.header-bottom .navbar-nav > li{
	/*border-left: 1px solid rgba(105, 118, 135, 0.6);*/
}

.header-bottom .navbar-nav > li:last-child{
	/*border-right: 1px solid rgba(105, 118, 135, 0.6);*/
}

.header-bottom .navbar-nav > li > a {
	color: #dcdcde;
	font-size: 16px;
	text-transform: uppercase;
}

.header-bottom .navbar-default .navbar-nav a:focus, 
.header-bottom .navbar-default .navbar-nav a:hover,
.header-bottom .navbar-default .navbar-nav > .active > a,
.header-bottom .navbar-default .navbar-nav > .active > a:focus, 
.header-bottom .navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: #fff;

}

.header-bottom .form-control{
	background-color: #697687; 
	border-color: transparent;
	border-radius: 30px;
	box-shadow: none;
	outline: none;
}

.header-bottom .form-control:focus {
	color: #fff;
	border-color: transparent;
	box-shadow: none;
	outline: none;
}

.header-bottom .navbar-form.navbar-right {
  	margin-right: -30px;
}

.header-bottom .navbar-form .form-group {
	position: relative;
}

.header-bottom .nav-search{
	position: absolute;
	top: 6px;
	right: 5%;
}

.header-bottom  .nav-search a{
	color: #999;
	font-size: 13px;
}

.header-bottom  .nav-search a:hover{
	color: #fff;
}

.navbar-toggle{
	border-radius: 3px;
	border-color: #fff; 
	background-color: #fff;
	float:left;
	margin-left:20px;
}

.header-bottom .collapse{
	margin-left: 0;
	margin-right: 0;
	overflow-x: hidden; 
	transition: ease-in-out 0.3s;
	
}

.header-bottom .navbar-default .navbar-form {
  border-color: transparent;
}

.header-bottom .navbar-default .navbar-collapse{
  	border-color:#503845;	
}


.logo-add{
	height: 60px;
	/*background: rgba(251,253,254,1);
background: -moz-linear-gradient(left, rgba(251,253,254,1) 0%, rgba(162,192,216,0.89) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(251,253,254,1)), color-stop(100%, rgba(162,192,216,0.89)));
background: -webkit-linear-gradient(left, rgba(251,253,254,1) 0%, rgba(162,192,216,0.89) 100%);
background: -o-linear-gradient(left, rgba(251,253,254,1) 0%, rgba(162,192,216,0.89) 100%);
background: -ms-linear-gradient(left, rgba(251,253,254,1) 0%, rgba(162,192,216,0.89) 100%);
background: linear-gradient(to right, rgba(251,253,254,1) 0%, rgba(162,192,216,0.89) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfdfe', endColorstr='#a2c0d8', GradientType=1 );
*/
}
.logo .fa{
	margin-right: 10px;
	color: #95d3b0;
}
.logo{
	color: #95d3b0;
	font-size: 30px;
	text-transform: uppercase; 
	font-style: oblique; 
	line-height: 2;
	font-family: 'Black Ops One', cursive;
	text-shadow: 5px 5px 10px #D6D6D6;
}

.add{
	margin-top: 5px;
	margin-bottom: 0;
	float: right;
	margin-right: 50px;
	font-weight: 300;
}
.add span span{
	font-weight: 900;
	margin-right:0;
}

.add span{
	margin-right: 20px;
}
.add img{
	margin-right: 20px;
}

.add .btn.btn-default{
	background-color: #697687;
	color: #fff; 
	font-weight: 600; 
	font-size: 13px; 
	padding: 5px 15px; 
	border: transparent; 
	border-bottom: 2px solid #503845; 
	border-radius: 3px;
	text-transform: uppercase;
}

.bb-year-end-ribbon,
.bb-year-end-ribbon:before,
.bb-year-end-ribbon:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bb-year-end-ribbon {
	background: #ff6567;
	position: relative;
	color: white;
	display: inline-block;
	padding: .4em 1em;
	text-align: center;
	text-transform: capitalize;
}
.bb-year-end-ribbon:before,
.bb-year-end-ribbon:after {
	background: #d95658;
	position: absolute;
	top: 0;
	content: '';
	height: 0;
	border: 1.05em solid transparent;
	border-left: .9em solid white;
}
.bb-year-end-ribbon:before {
  left: -1.85em;
}
.bb-year-end-ribbon:after {
  right: -1.85em;
  transform: rotate(180deg);
}

/* home */
section.home{
	padding: 0;
}

section.home .intro{
	padding-top: 5rem;
}


.home{
	background: url(../images/home-bg.jpg) scroll no-repeat 0 0 / cover;
}

.home .intro{
	background: url(../images/strange-bullseyes.png) scroll ;
}

.intro-content{
	padding: 5rem 0;
	padding-bottom: 10rem;
}

.home img{
	max-height: 480px;
}

.home h1{
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 100; 
	font-size: 60px; 
	color: #fff; 
}

.home h2 {
	color: #fff;
	font-size: 70px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: uppercase;
}

.home h2 span{
	color: #fff;
	border-radius: 5px;
	background-color: #ff6567;
	padding: 0 10px;  
	height: 100px;
}

.home p{
	color: #fff; 
	font-size: 20px; 
	font-weight: 100; 
}

.home .btn.btn-default{
	background-color: #697687;
	color: #fff; 
	font-weight: 600; 
	font-size: 13px; 
	padding: 8px 15px; 
	border: transparent; 
	border-bottom: 2px solid #503845; 
	border-radius: 5px;
}

.home .carousel-control:hover{
	background-color: #503845;
}

.home .carousel-control {
	background-color: rgba(225, 225, 225, 0.3);
	height: 50px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 45px;
	top: 38%;
	opacity: 1;
}

.home .carousel-control .fa{
	font-size: 30px; 
	text-shadow: none;
	color: #f0f0f0;
}

.home .carousel-control.right{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-left: 8px;
}

.home .carousel-control.left{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-right: 8px;
}

.home .carousel-control.right,
.home .carousel-control.left {
	background-image: none;
}

.home .carousel-indicators {
	bottom: 0;
	left: 0;
	top: auto;
	margin-left: 1px;
	right: 0;
	width: auto;
}

.home .carousel-indicators li.active{
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
	opacity: 1;
}

.home .carousel-indicators li{
	background-color: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0);
	opacity: 1;
}

.home .carousel-indicators li{
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
  	text-indent:-999;
	height: 10px;
	width: 10px;
}



/* service */
.service{
	background-color: #fcfcfc;
	border-bottom: 1px solid rgba(238, 238, 238, 0.3);
}

.service .fa.s-icon{
	width: 60px; 
	height: 60px; 
	border-radius: 50%; 
	border: 2px solid #dedede;  
	background-color: transparent; 
	color: #999; 
	padding-top: 20px; 
	font-size: 18px;
}

.service h3{
	color: #697687;
	font-weight: 300; 
	font-size: 22px;
}

.service p{
	color: #999;
}

.service .service-detail:hover h3,
.service .service-detail:hover .fa.s-icon{
	color: #1ac4e2;
	border-color: #1ac4e2;
}

.diamond .fa{
	color: #fff; 
	position: relative;
	padding-top: 12px; 
	z-index: 1000;
}

.diamond {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1ac4e2;
	border-image: none;
	border-style: solid;
	border-width: 0 15px 20px;
	box-sizing: content-box;
	color: rgba(0, 0, 0, 1);
	font: 100% Arial,Helvetica,sans-serif;
	height: 0;
	margin: 20px 0 30px;
	position: relative;
	text-overflow: clip;
	width: 30px;
}

.diamond::after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #1ac4e2 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-image: none;
	border-style: solid;
	border-width: 35px 30px 0;
	box-sizing: content-box;
	color: rgba(0, 0, 0, 1);
	content: "";
	font: 100% Arial,Helvetica,sans-serif;
	height: 0;
	left: -15px;
	position: absolute;
	text-overflow: clip;
	text-shadow: none;
	top: 20px;
	width: 0;
}
/* featured product */
.featured-product h1 small{
	margin-left: 30px;
}

.featured-product small a.btn .fa{
	margin-left: 5px;
	font-size: 7px;
}

.featured-product small a.btn{
	background-color: transparent;
	color: #aaa; 
	display: block;
	font-size: 11px; 
	padding: 2px 8px;
	border-radius: 3px; 
	border: 1px solid #eee; 
	margin-left: 30px;
}

.featured-product .thumbnail{
	padding: 15px;
	border-color: rgba(238, 238, 238, 0.8);
	border-radius: 5px;
}

.featured-product .thumbnail img{
	margin-bottom: 15px;
}

.featured-product .thumbnail .caption{
	padding: 0;
}

.category{
	font-size: 15px; 
	text-transform: capitalize; 
	color: #999;
}

.category .fa{
	color: #fcc686;
	font-size: 11px;
}

.featured-product .thumbnail h3 {
	color: #697687;
	font-size: 17px;
	font-weight: 300;
	margin-top: 8px;
	border-bottom: 1px solid rgba(238, 238, 238, 0.8);
	padding-bottom: 10px;
}

.featured-product .thumbnail .btn{
	margin-top: 10px; 
	border: 0; 
	border-bottom: 2px solid #8AAA63;
	color: #fff; 
	background-color: #C47299; 
	font-weight: 600; 
	font-size: 13px;
}

.featured-product .thumbnail span{
	
}
.featured-product .thumbnail strong{
	color: #1ac4e2;
	font-weight: 600; 
	font-size: 22px;
}

.featured-product .thumbnail:hover img{
	opacity: 1;
}


.featured-product .thumbnail:hover h3{
	color: #8ad2ce;
}

.featured-product .thumbnail .btn:hover{
	background-color: #8ad2ce;
	border-color: #63b5b2;
}

.featured-product .thumbnail:hover .service-link .fa{
	opacity: 1;
}

.service-link{
	position: relative;
	display: block;
}

.service-link .list-inline{
	position: absolute;
	display: inline-block;
	margin-left: -30px;
	top: 60px;  
	left: auto;
}
.service-link .fa{
	width: 30px; 
	background-color: #1ac4e2; 
	height: 30px; 
	border-radius: 50%; 
	color: #fff; 
	opacity: 0;
	text-align: center;
	padding: 8px;
}

/* e-market adds */
.emarket-adds{
	background-color: #fcfcfc;
	border-bottom: 1px solid rgba(238, 238, 238, 0.3);
	border-top: 1px solid rgba(238, 238, 238, 0.3);
}

.single-add{
	position: relative;
	padding: 20px 30px;
	margin-bottom: 20px;
	border-radius: 5px;
	height: 150px;
}
 
.single-add{
	background: rgba(212,228,239,1);
/* Old Browsers */background: -moz-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(203,222,235,1) 12%, rgba(198,218,233,1) 18%, rgba(182,207,226,1) 38%, rgba(171,200,221,1) 52%, rgba(161,193,216,1) 65%, rgba(155,189,213,1) 73%, rgba(134,174,204,1) 100%);
 /* FF3.6+ */background: -webkit-gradient(left top, right top, color-stop(0%, rgba(212,228,239,1)), color-stop(12%, rgba(203,222,235,1)), color-stop(18%, rgba(198,218,233,1)), color-stop(38%, rgba(182,207,226,1)), color-stop(52%, rgba(171,200,221,1)), color-stop(65%, rgba(161,193,216,1)), color-stop(73%, rgba(155,189,213,1)), color-stop(100%, rgba(134,174,204,1)));
/* Chrome, Safari4+ */background: -webkit-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(203,222,235,1) 12%, rgba(198,218,233,1) 18%, rgba(182,207,226,1) 38%, rgba(171,200,221,1) 52%, rgba(161,193,216,1) 65%, rgba(155,189,213,1) 73%, rgba(134,174,204,1) 100%);
 /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(203,222,235,1) 12%, rgba(198,218,233,1) 18%, rgba(182,207,226,1) 38%, rgba(171,200,221,1) 52%, rgba(161,193,216,1) 65%, rgba(155,189,213,1) 73%, rgba(134,174,204,1) 100%);
 /* Opera 11.10+ */background: -ms-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(203,222,235,1) 12%, rgba(198,218,233,1) 18%, rgba(182,207,226,1) 38%, rgba(171,200,221,1) 52%, rgba(161,193,216,1) 65%, rgba(155,189,213,1) 73%, rgba(134,174,204,1) 100%);
 /* IE 10+ */background: linear-gradient(to right, rgba(212,228,239,1) 0%, rgba(203,222,235,1) 12%, rgba(198,218,233,1) 18%, rgba(182,207,226,1) 38%, rgba(171,200,221,1) 52%, rgba(161,193,216,1) 65%, rgba(155,189,213,1) 73%, rgba(134,174,204,1) 100%);
/* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=1 );
/* IE6-9 */
}

.single-add h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	max-width: 140px;
}

.single-add h4 span{
	font-size: 30px;
	font-weight: 100;
}

.single-add .btn{
	border: 0; 
	background-color: #8ad2ce; 
	color: #fff; 
	font-weight: 600;
	border-bottom: 2px solid  #63B5B2;;
}

.single-add .img-add{
	padding: 15px 20px;
	position: absolute; 
	right: 0;
	bottom: 0;
}

.single-add .img-add img{
	max-width: 140px;
	margin-bottom: 12px;
}

/* best selling */
.best-selling{
	padding-bottom: 3.5rem;
}

.best-selling h1 small{
	margin-left: 30px;
}

.best-selling small a.btn .fa{
	margin-left: 5px;
	font-size: 7px;
}

.best-selling small a.btn{
	background-color: transparent;
	color: #aaa; 
	display: block;
	font-size: 11px; 
	padding: 2px 8px;
	border-radius: 3px; 
	border: 1px solid #eee; 
	margin-left: 30px;
}

.best-selling .media-left{
	padding-right: 20px;
}

.best-selling .media{
	padding: 15px;
	border: 1px solid rgba(238, 238, 238, 0.8);
	border-radius: 5px;
}

.best-selling .media .caption{
	padding: 0;
}

.category{
	font-size: 15px; 
	text-transform: capitalize; 
	color: #999;
}

.category .fa{
	color: #fcc686;
	font-size: 11px;
}

.best-selling .media h3 {
  color: #697687;
  font-size: 17px;
  font-weight: 300;
  margin-top: 8px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.8);
  padding-bottom: 10px;
}

.best-selling .media .btn{
	margin-top: 10px; 
	border: 0; 
	border-bottom: 2px solid #8AAA63;
	color: #fff; 
	background-color: #C47299; 
	font-weight: 600; 
	font-size: 13px;
}

.best-selling .media .btn:hover{
	background-color: #8ad2ce;
	border-color: #63b5b2;
}

.best-selling .media span{
	color: #aaa; 
	line-height: 4; 
	font-size: 12px;
}

.best-selling .media strong{
	color: #1ac4e2;
	font-weight: 600; 
	font-size: 22px;
}

.best-selling .carousel-indicators li.active .fa{
	background-color: #f47820;
	color: #fff;
}
/* special price */
section.special-price{
	padding: 0;
	background: url(../images/special-rate.jpg) scroll no-repeat 0 0 / cover;
}

.special-price .price-intro{
	padding: 4rem 0;
	background: url(../images/strange-bullseyes.png) scroll ;
}

.special-price h1{
	font-weight: 100;
	letter-spacing: 1px;
	color: #fff; 
	font-size: 35px;
	margin-bottom: 0;
	margin-top: 0;
}

.special-price p{
	font-size: 20px; 
	font-weight: 100; 
	color: #fff;
	margin: 0 auto;
	padding-bottom: 0;  
}

.special-price .btn {
  background: #1ac4e2 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-top: 12px;
  padding: 8px 30px;
  border-color: #1ac4e2;
}

blockquote {
  border-left: 3px solid #1ac4e2;
  font-size: 17.5px;
  margin: 0;
  padding: 0 20px;
}

/* product info */
.product-info{
	background-color: #fcfcfc;
	border-bottom: 1px solid rgba(238, 238, 238, 0.3);
}

.product-info .media{
	margin-bottom: 25px;
}

.product-info .media-left img{
	padding: 5px; 
	border: 1px solid rgba(238, 238, 238, 0.8);
	background-color: #fff; 
	border-radius: 5px;
}

.product-info h3{
	font-size: 17px; 
	font-weight: 300;
}

.product-info .category{
	font-size: 11px;
	color: #fcc88e;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(238, 238, 238, 0.8);
}

.product-info strong {
	color: #1ac4e2;
	font-size: 22px;
	font-weight: 600;
}

.product-info .media-left{
	position: relative;
}

.product-info .media-left .fa {
	background-color: #1ac4e2;
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	height: 30px;
	left: 45px;
	position: absolute;
	top: 33%;
	width: 30px;
	padding-top: 9px;
	opacity: 0;
}

.product-info  .media:hover .media-left img{
	opacity: 0.6;
}

.product-info .media:hover .media-body h3{
	color: #1ac4e2;
}

.product-info .media:hover .media-left .fa{
	opacity: 1;
}
/* recent post */

.recent-post .thumbnail .fa-search {
	background-color: #1ac4e2;
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	height: 30px;
	left: auto;
	position: absolute;
	top: 20%;
	width: 30px;
	padding-top: 9px;
	margin-left: -15px;
	opacity: 0;
}

.recent-post .thumbnail .caption{
	padding: 0;
}

.recent-post .thumbnail:hover  h3{
	color: #1ac4e2;
}

.recent-post .thumbnail:hover .fa{
	opacity: 1;
}

.recent-post h3{
	font-size: 17px; 
	font-weight: 300; 
	margin-bottom: 15px;
	line-height: 1.3;
}

.recent-post p{
	margin-top: 10px;
	color: #aaa
}

.recent-post span.comment{
	color: #C47299;
	font-size: 12px;
	word-spacing: 2px; 
	text-transform: capitalize;
}

.recent-post span a{
	padding: 4px 10px; 
	color: #aaa;
	text-decoration: none;
	border: 1px solid rgba(238, 238, 238, 0.5);
	border-radius: 2px;
	margin-right: 8px; 
	font-size: 13px
}

.recent-post .thumbnail p{
	font-weight: 300;
}
.recent-post .thumbnail img{
	width: 100%;
	padding-bottom: 15px;
}

.recent-post .thumbnail:hover img{
	opacity: 0.6;
}

.recent-post .carousel-indicators li.active .fa{
	background-color: #f6f6f6;
	color: #999;
}


.recent-post .thumbnail {
	
	position: relative;
  border-color: rgba(238, 238, 238, 0.8);
  border-radius: 5px;
  padding: 15px;
}
/* sponsor */
.sponsor{
	background-color: #fcfcfc;
	border-top: 1px solid rgba(238, 238, 238, 0.3);
}

.sponsor img{
	height: 60px;
	margin: 0 5px;
	border-radius: 5px
}

.sponsor .list-inline{
	margin-bottom: 0;
}

.sponsor .carousel{
	position: relative;
}

.sponsor .control-left .fa{
	background-color: #f4f4f4; 
	padding: 6px 10px; 
	border-radius: 4px;
	color: #999;
	position: absolute; 
	top: 15px;
	left: 0;
}

.sponsor .control-left .fa:hover,
.sponsor .control-right .fa:hover{
	background-color: #63b5b2;
	color: #fff;
}
.sponsor .control-right .fa{
	background-color: #f4f4f4; 
	padding: 6px 10px; 
	border-radius: 4px;
	color: #999;
	position: absolute; 
	top: 15px;
	right: 0;
}

/* social icons */
section.social-icons{
	padding: 0;
	background-color: #374353;
}

.social-icons .list-inline{
	margin-bottom: 0;
}

.social-icons a .fa {
	color: #4e5e70;
	font-size: 20px;
	height: auto;
	padding: 15px 0;
	width: 60px;
}

.social-icons a .fa:hover{
	color: #1ac4e2;
}

/* footer top */
.footer-top{
	padding: 4rem 0;
}

.footer-top h2{
	font-weight: 300; 
	color: #fff; 
	font-size: 22px;
	margin-bottom: 10px;
}

.footer-top a{
	font-size: 13px;
	font-weight: 300;
	color: #fff; 
	text-decoration: none; 
}

.footer-top p{
	color: #fff;
	font-size: 13px;
	font-weight: 100;
}

.footer-top{
	background-color: #313d4d;
}

.footer-top small{
	color: #fff; 
	font-size: 11px; 
	font-weight: 300;
}

.footer-top strong{
	color: #fff; 
	letter-spacing: 0.5px;
	margin-top: 15px; 
	display: block;
	font-size: 16px; 
	font-weight: 400; 
}

.footer-top .form-control{
	background-color: #2c3846; 
	border-color: transparent;
	border-radius: 5px;
	box-shadow: none;
	outline: none;
}

.footer-top .form-control:focus {
	color: #fff;
	border-color: transparent;
	box-shadow: none;
	outline: none;
}

.footer-top .form-group {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}

.footer-top .nav-search{
	position: absolute;
	top: 6px;
	right: 5%;
}

.footer-top .nav-search a{
	color: #999;
	font-size: 13px;
}

.footer-top .nav-search a:hover{
	color: #fff;
}

.header-bottom .form-control::-moz-placeholder,
.footer-top .form-control::-moz-placeholder {
	color: #aaa;
}

.footer-top .media{
	margin-bottom: 15px;
	cursor: pointer;
}

.footer-top .media-left{
	position: relative;
	padding-top: 5px;
	padding-right: 15px;
}

.footer-top .media-left .fa {
	background-color: #1ac4e2;
	border-radius: 50px;
	color: #fff;
	font-size: 9px;
	height: 20px;
	left: 25px;
	margin-top: 20px;
	padding-top: 5px;
	position: absolute;
	text-align: center;
	width: 20px;
	opacity: 0;
}

.footer-top .media .media-body p{
	margin-bottom: 3px;
	font-weight: 300;
}

.footer-top .media-left img {
	border: 1px solid rgba(105, 118, 135, 0.5);
	border-radius: 4px;
	padding: 4px;
	width: 70px;
}

.footer-top .category {
	border-bottom: 1px solid rgba(105, 118, 135, 0.3);
	color: #fcc88e;
	font-size: 8px;
	margin-bottom: 7px;
	padding-bottom: 7px;
}

.footer-top .media strong {
	color: #C47299;
	font-size: 14px;
	font-weight: 600;
	margin-top: 5px;
}

.footer-top .media .f-date{
	color: #999; 
	font-weight: 400;
	font-size: 12px;
}

.footer-top .media .f-border{
	border-bottom: 1px solid rgba(105, 118, 135, 0.3);
	margin-bottom: 7px;
	padding-bottom: 7px;
}

.footer-top .media:hover .media-body p{
	color: #1ac4e2;
}

.footer-top .media:hover p.f-date{
	color: #999;
}

.footer-top .media:hover .media-left img{
	opacity: 0.5;
}
.footer-top .media:hover .media-left .fa{
	opacity: 1;
}

/* footer bottom */
.footer-bottom{
	padding: 2rem;
	background-color: #503845;
	color:#e1dbdd;
	font-size:14px;	
}



/* desktop */
.desktop-bar h3 .fa{
	color: #f0f0f0;
	font-size: 12px;
	border: 1px solid #f0f0f0; 
	padding: 5px 6px; 
	border-radius: 50%;
}
.desktop-bar h3{
	font-size: 18px; 
	font-weight: 400; 
}
.desktop-bar{
	background-color: #fff; 
	color: #6e6e6e;
	height: 62px;
	padding: 0;
}

.desktop-bar .breadcrumb{
	background: transparent;
	border: transparent; 
	line-height: 4.3;
	padding: 0; 
	margin: 0;
}

.desktop-bar .breadcrumb > li a{
	color: #6e6e6e;
	font-size: 14px;
	text-decoration: none;
	font-weight: 400;
}

.desktop-bar .breadcrumb > li.active a{
	color: #fff;
}

.desktop-bar .breadcrumb > li + li::before {
	color: #6e6e6e;
	content: "\f0da";
	font-family:'FontAwesome';
	padding: 0 5px;
}

#desktop {
	padding-bottom: 10px;
	padding-top: 10px;
}

#desktop .navbar-nav > li > a {
	color: #ccc; 
	line-height: 2.4;
	padding-bottom: 0;
	padding-top: 0;
}

#desktop .navbar-nav > li.active > a {
	background-color: transparent;
	color: #fff;
}

#desktop .navbar-form{
	margin-bottom: 0;
	margin-top: 0;
}

.selection{
	position: relative;
	display: inline-block;
	color: #fff; 
	font-size: 11px; 
	text-transform: uppercase;
	font-weight: 400; 
	margin-right: 10px
}

.desk-nav{
	background-color: #503845;
	border: transparent; 
	border-radius: 4px; 
	margin-bottom: 30px; 
	box-shadow: none
}

#desktop .form-control{
	width: 130px;
	color: #ccc; 
	margin: 0 5px;
	background: #697687;
	box-shadow: none;
	border-radius: 50px; 
	border: transparent;
}

/* desktop sidebar */


.sidebar .progress{
	height: 8px;
	background-color: #ebebeb;
}

.sidebar .well a.btn{
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #C47299;
  border-color: -moz-use-text-color -moz-use-text-color #8aaa63;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}

.sidebar .well p{
	color: #503845;
	font-size: 14px;
	font-weight: 400; 
	margin-bottom: 20px;
	text-transform: capitalize;
}

.sidebar .well p span{
	color: #C47299;
}

.sidebar .well small{
	color: #503845;
	font-size: 13px; 
	margin-bottom: 10px; 
	word-spacing: 2px;
	display: block;
}

.sidebar .wedget .media-list{
	margin-bottom: 0;
}
.sidebar .wedget .media{
	margin-bottom: 0;
}

.sidebar .well strong{
	color: #503845;
	font-size: 17px; 
	font-weight: 400;
	padding-bottom: 10px;
	display: block; 
	margin-top: 3px;
}

.sidebar .single-add .img-add {
  	padding: 15px 20px;
	top: 20px;
}

.sidebar .single-add{
	padding: 15px; 20px;
	margin-bottom: 20px;
}

.sidebar .well .heading-border{
	margin-bottom: 25px;
}

.sidebar .check-box{
	list-style: none; 
	padding: 0;
}

.sidebar .check-box li .btn.active{
	background-color: #7ac7c2;
	color: #fff;
	
}

.sidebar .check-box li .btn-group{
	width: 100%;
}

.sidebar .check-box li{
	margin-bottom: 8px;
}

.sidebar .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.sidebar .check-box li .btn{
	padding: 3px 5px;
	background-color: #ebebeb;
	color: transparent;
	border: transparent;
	font-size: 10px; 
	margin-right: 8px; 
	box-shadow: none; 
	border-radius: 2px;
}

.sidebar .footer-top .category {
	border-bottom: 1px solid rgba(105, 118, 135, 0.1);
	margin-bottom: 0;
}

.sidebar .footer-top .media-left img {
  background-color: #fff;
  border: 1px solid rgba(105, 118, 135, 0.1);
  border-radius: 3px;
  height: 65px;
  padding: 5px;
  width: 70px;
}

.pagination li a{
	color: #999;
}

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span,
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
  background-color: #8ad2ce;
  border-color: #8ad2ce;
  color: #fff;
  cursor: default;
  z-index: 3;
}


.sidebar .well.wedget{
	background-color: #fcfcfc;
	border-color: transparent;
	padding: 20px;
	box-shadow: none;
	border-radius: 3px;
}
/* slide desk */
#desk-slide{
	
    background: -moz-linear-gradient(45deg, rgba(19,70,128,1) 0%, rgba(32,84,147,1) 9%, rgba(57,111,183,1) 26%, rgba(107,164,255,1) 59%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(19,70,128,1)), color-stop(9%, rgba(32,84,147,1)), color-stop(26%, rgba(57,111,183,1)), color-stop(59%, rgba(107,164,255,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(19,70,128,1) 0%, rgba(32,84,147,1) 9%, rgba(57,111,183,1) 26%, rgba(107,164,255,1) 59%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(19,70,128,1) 0%, rgba(32,84,147,1) 9%, rgba(57,111,183,1) 26%, rgba(107,164,255,1) 59%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(19,70,128,1) 0%, rgba(32,84,147,1) 9%, rgba(57,111,183,1) 26%, rgba(107,164,255,1) 59%); /* ie10+ */
    background: linear-gradient(45deg, rgba(19,70,128,1) 0%, rgba(32,84,147,1) 9%, rgba(57,111,183,1) 26%, rgba(107,164,255,1) 59%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6BA4FF', endColorstr='#134680',GradientType=1 ); /* ie6-9 */
}

#desk-slide{
	padding: 20px 40px;
	border-radius: 4px;
}

#desk-slide .btn {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #8ad2ce;
	border-color: -moz-use-text-color -moz-use-text-color #63b5b2;
	border-image: none;
	border-style: none none solid;
	border-width: 0 0 2px;
	color: #fff;
	font-weight: 600;
}

#desk-slide h2{
	color: #fff;
	font-weight: 100;
	margin-bottom: 20px;
}

#desk-slide .carousel-control.left{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#desk-slide .carousel-control.right{
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#desk-slide .carousel-control.left,
#desk-slide .carousel-control.right {
	background-image: none;
}
	
#desk-slide .carousel-control:hover.left,
#desk-slide .carousel-control:hover.right {
	background-color: #503845;
	color: #fff;
}

#desk-slide .carousel-control {
	background-color: #fff;
	height: 30px;
	opacity: 1;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	text-shadow: none;
	top: 45%;
	width: 25px;
	color: #999;
}

.media.desk-media{
	margin-bottom: 30px;
}

.media.desk-media .list-inline li:first-child{
	margin-right: 40px;
}

.media.desk-media .btn{
	margin-top: 0;
}

.media.desk-media p{
	border-bottom: 1px solid rgba(238, 238, 238, 0.5);
	padding-bottom: 15px; 
	font-weight: 300;   
}

.media.desk-media strong{
	line-height: 2.1;
}

.media.desk-media h3{
	border-bottom: none; 
	margin-bottom: 0px; 
	color: #503845;
}

.media.desk-media .btn:hover {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #8ad2ce;
  border-color: -moz-use-text-color -moz-use-text-color #63b5b2;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 2px;
  color: #fff;
  font-weight: 600;
}

.media.desk-media .media-left{
	position: relative;
	margin: 0 auto;
}

.thumb-overlay{
	margin-right: 20px;
}

.thumb-overlay .fa{
	background-color: #1ac4e2;
	position: absolute; 
	top: 42%;
	color: #fff;
	padding: 8px 8px; 
	border-radius: 50%;
	opacity: 0;
}

.desk-media .list-inline li{
	margin-right: 10px;
}

.desk-media span .fa{
	margin-right: 4px;
}

.desk-media:hover .wish{
	color: #f14723;
}

.media.desk-media:hover h3{
	color: #63b5b2;
}

.media.desk-media:hover .thumb-overlay .fa{
	opacity: 1;
}

.blog_single_grid{
	break-word; word-break: break-all;
	width: auto;
  height : auto;
  max-height: 100%;
  max-width: 100%;
	line-height:30px;
	margin-bottom:100px;

}
.blog_single_grid img{
	width: auto;
  height : auto;
  max-height: 100%;
  max-width: 100%;
}
.blog_single_grid table{
	width: auto;
  height : auto;
  max-height: 100%;
  max-width: 100%;
}
.blog_single_grid div{
	width: auto;
  height : auto;
  max-height: 100%;
  max-width: 100%;
}
.blog_single_grid iframe{
  max-height: 100%;
  max-width: 100%;
}
.blog_single_grid2{
	break-word; word-break: break-all;
	width: auto;
  height : auto;
  max-height: 100%;
  max-width: 100%;
}

.blog_single_grid2 img{
	width: auto;
  height : auto;
  max-height: 100%;
  max-width: 100%;
}
.blog_single_grid2 table{
	width: auto;
  height : auto;
  max-height: 100%;
  max-width: 100%;
}
.blog_single_grid2 div{
	width: auto;
  height : auto;
  max-height: 100%;
  max-width: 100%;
}
.blog_single_grid2 iframe{
  max-height: 100%;
  max-width: 100%;
}

DIV.quotes {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center;
	margin-top:20px; margin-bottom:50px;
}
DIV.quotes A {
	BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #ddd 1px solid; COLOR: #aaa; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #ddd 1px solid; TEXT-DECORATION: none
}
DIV.quotes A:hover {
	BORDER-RIGHT: #a0a0a0 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #a0a0a0 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #a0a0a0 1px solid; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #a0a0a0 1px solid
}
DIV.quotes A:active {
	BORDER-RIGHT: #a0a0a0 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #a0a0a0 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #a0a0a0 1px solid; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #a0a0a0 1px solid
}
DIV.quotes SPAN.current {
	BORDER-RIGHT: #e0e0e0 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #e0e0e0 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: #e0e0e0 1px solid; COLOR: #aaa; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #e0e0e0 1px solid; BACKGROUND-COLOR: #f0f0f0
}
DIV.quotes SPAN.disabled {
	BORDER-RIGHT: #f3f3f3 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #f3f3f3 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #f3f3f3 1px solid; COLOR: #ccc; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #f3f3f3 1px solid
}

.btn_1{
	float:right;
}

#down a{
	color:#e1dbdd;
}
#down a:hover{
	color:#fff;
	text-decoration:none;
}
.down_link{
	padding-top:10px;
	padding-bottom:10px;
}
.down_right{
	text-align:right;
}

.down_copyright{
	padding-top:20px;
	padding-bottom:10px;
}

.button_base:hover{
	background: #b64c80;
}
.button_base{
	background: #c4729a;
	border: none;
	color: #FFF;
	padding: 2px 10px;
	cursor: pointer;
	border-radius:4px;
}
.button_base2:hover{
	background: #b64c80;
}
.button_base2{
	background: #c4729a;
	border: none;
	color: #FFF;
	padding: 2px 10px;
	cursor: pointer;
	border-radius:4px;
	margin-top:20px;
}
.product_dline{
	border-bottom:1px solid #f1f1f1;
	padding-bottom:10px; 
	margin-bottom:10px;
}
.sub_class{
	padding:10px;
	border-bottom:1px solid #f0f0f0;
	display:block;
}
.sub_class2{
	padding:10px;
	border-bottom:1px solid #f0f0f0;
	display:none;
}
.sub_link{
	width:100%; 
	color:#25517d;
	font-weight:bold;
	font-size:1em;
	padding:10px;

}
.sub_link:hover{
	
}
.sub_link2{
	width:100%; 
	color:#25517d;
	font-size:0.9em;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:4px;
	cursor:pointer;

}
.sub_link2:hover{
	background-color:#503845;
	color:#ffffff;
}
.pc_copyright{
	display:block;
}
.mobile_copyright{
	display:none;
}

@media only screen and (max-width:768px) {
.sub_class{
	display:none;
}
.sub_class2{
	display:block;
}
.pc_copyright{
	display:none;
}
.mobile_copyright{
	display:block;
}
}

@media only screen and (max-width:640px) {
.btn_1{
	float:none;
}
.down_right{
	text-align:center;
}
}
.desc_top{
	

}
.setp_1{
	background-color:#F93; color:#FFF;border-radius:10px; padding-left:10px; padding-right:10px;
}
.setp_2{
	background-color:#CCC;color:#FFF;border-radius:10px; padding-left:10px; padding-right:10px;
}
.register_account_2  input[type="text"]{
	font-size: 0.8125em;
	color: #3a3a3a;
	padding: 8px;
	outline: none;
	margin: 10px 0;
	width: 95%;
	border:1px solid #b2b2b2;
}
.register_account_2  textarea{
	font-size: 0.8125em;
	color: #3a3a3a;
	padding: 8px;
	outline: none;
	margin: 10px 0;
	width: 95%;
	border:1px solid #b2b2b2;
}

.register_account_2 select {
	font-size: 0.8125em;
	color: #3a3a3a;
	padding: 8px;
	outline: none;
	margin: 10px 0;
	width: 95%;
	border:1px solid #b2b2b2;
}
.register_account_2 input[type="text"]:hover, .register_account_2 select:hover{
	border:1px solid #b2b2b2;
}

.register_account_2 input[type="password"]:hover{
	border:1px solid #b2b2b2;
}
.register_account_2 input[type="password"] {
	padding: 10px 15px;
	width: 95%;
	color:#3a3a3a;
	font-size: 0.8125em;
	border:1px solid #b2b2b2;
	background:#fff;
	padding: 6px;
	margin: 10px 0;
	outline: none;
	display: block;
}
.col_1_of_2 {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.span_1_of_2 {
	width: 48.2%;
	
}
.button_base3:hover{
	background: #b64c80;
}
.button_base3{
	background: #c4729a;
	width:100%;
	border: none;
	color: #FFF;
	padding: 6px 20px;
	cursor: pointer;
	margin-top:10px;
	
}
.button_base4:hover{
	background: #b64c80;
}
.button_base4{
	background: #c4729a;
	border: none;
	color: #FFF;
	padding: 6px 20px;
	cursor: pointer;
	margin-top:10px;
	margin-bottom:50px;
	
}

.price{
	font-size:1.3em;
	color:#250b00;
	float:left;
}
.price_del{
	font-size:1.3em;
	color:#250b00;
	text-decoration:line-through;
	float:left;
	padding-right:10px;
}
.price_new{
	font-size:1.3em;
	color:#fd0100;
	float:left;
}
@media (max-width: 640px)	
{
.col_1_of_2 {
	display: block;
	float: none;
	margin: 1% 0 1% 1.6%;
}
.span_1_of_2 {
	width: 97.2%;
	
}

}

.registration_form{
	display: block;
}
.registration_form div{
	padding:10px 0;
}
.sky_form1{
	margin-bottom: -30px;
}
.sky_form1 ul{
	padding:0;
	list-style:none;
}
.sky_form1 ul li{
	float: left;
	margin-left: 20px;
}
.sky_form1 ul li:first-child{
	margin-left: 0;
}

.registration_form input[type="text"],.registration_form input[type="email"],.registration_form input[type="tel"],.registration_form input[type="password"]{
	padding: 8px;
	display: block;
	width:100%;
	outline: none;
	font-size: 0.8925em;
	color: #3a3a3a;
	-webkit-appearance: none;
	background: #FFFFFF;
	border: 1px solid #b2b2b2;
	font-weight: normal;
}

.terms{
	text-decoration:underline;
	text-transform:capitalize;
	color: #00405d;
}
.terms:hover{
	text-decoration:none;
}
.forget a{
	text-transform: capitalize;
	color: #000;
	text-decoration: underline;
	font-size: 0.8925em;
}
.forget a:hover{
	text-decoration: none;
}
/* radios and checkboxes */
.sky-form {
	margin-top: 0px;
}
.row1{
	outline:none;
	padding: 20px;
	overflow: auto;
	height: 200px;
}
.sky-form.col.col-4 ul {
padding: 0;
list-style: none;
}
.sky-form h4{
	margin-top: 10px;
	background: #ECECEC;
	padding: 10px 20px;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size:16px;
}
.sky-form section {
	margin-bottom: 20px;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.sky-form .label.col {
	margin: 0;
	padding-top: 10px;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
	position: relative;
	display: block;
}
/* selects */
.contact-form select {
	padding: 8px;
	width:100%;
	outline: none;
	font-size: 0.8925em;
	color: #555555;
	text-transform: capitalize;
	background: #FFFFFF;
	border: 1px solid #000);
	font-weight: normal;


}
.sky-form .select{
	position: absolute;
	top: 14px;
	right: 14px;
	width: 1px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 12px #fff;
}
.sky-form .select i:after,
.sky-form .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .select i:after {
	bottom: 0;
	border-top: 4px solid #404040;
}
.sky-form .select i:before {
	top: 0;
	border-bottom: 4px solid #404040;
}
.sky-form .select-multiple select {
	height: auto;
}
/* radios and checkboxes */
.sky-form .radio,.sky-form .checkbox {
	outline:none;
	border:none;
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 13px;
	line-height: 27px;
	color: #555555;
	cursor: pointer;
	text-transform: capitalize;
	font-weight: normal;
	margin-top: 0;
}
.sky-form .radio{
	text-transform: none;
}
.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
	margin-bottom: 0;
}
.sky-form .radio input,
.sky-form .checkbox input {
	position: absolute;
	left: -9999px;
}
.sky-form .radio i,
.sky-form .checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 17px;
	height: 17px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.sky-form .radio i {
	border-radius: 50%;
}
.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.sky-form .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.sky-form .checkbox input + i:after {
	content: '';
	top: 3px;
	left: 2px;
	width: 10px;
	height: 7px;
	background: url(../images/tick.png) no-repeat;
	text-align: center;
}
.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
	opacity: 1;
}
.sky-form .inline-group {
	margin: 0 -30px -4px 0;
}
.sky-form .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}
/* icons */

.sky-form [class^="icon-"] {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/* normal state */
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
	border-color: #e5e5e5;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.sky-form .toggle i:before {
	background-color: #2da5da;	
}
/* hover state */
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
	border-color: #8dc9e5;
}
.sky-form .button:hover {
	opacity: 1;
}
/* focus state */
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
	border-color: #2da5da;
}
/* checked state */
.sky-form .radio input + i:after {
	background-color: #1b1b1b;	
}
.sky-form .checkbox input + i:after {
	color: #2da5da;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
	border-color: #1b1b1b;	
}
/* error state */
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
	background: #fff0f0;
}
/* success state */
.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
	background: #f0fff0;
}
/* disabled state */
.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
	cursor: default;
	opacity: 0.5;
}
.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
	border-color: #e5e5e5;
}
.account_grid input[type="text"],.account_grid input[type="email"],.account_grid input[type="tel"],.account_grid input[type="password"]{
	padding: 8px;
	display: block;
	width:100%;
	outline: none;
	font-size: 0.8925em;
	color: #3a3a3a;
	-webkit-appearance: none;
	background: #FFFFFF;
	border: 1px solid #b2b2b2;
	font-weight: normal;
}
.account_grid div{
	padding-top:10px;
	padding-bottom:10px;
}
.rwd-table {
            background: #fbfbfb;
            overflow: hidden;
			font-size:0.9em;
        }

            .rwd-table tr:nth-of-type(2n) {
                background: #f1f1f1;
            }

            .rwd-table th, .rwd-table td {
                margin: 0.5em 1em;
            }

        .rwd-table {
            min-width: 100%;
        }

            .rwd-table th {
                display: none;
            }

            .rwd-table td {
                display: block;
            }

                .rwd-table td:before {
                    content: attr(data-th) " : ";
                    font-weight: bold;
                    width: 6.5em;
                    display: inline-block;
                }

            .rwd-table th, .rwd-table td {
                text-align: left;
            }

                .rwd-table th, .rwd-table td:before {
                    color: #25517d;
                    font-weight: bold;
                }

        @media (min-width: 640px) {
            .rwd-table td:before {
                display: none;
            }

            .rwd-table th, .rwd-table td {
                display: table-cell;
                padding: 0.25em 0.5em;
            }

                .rwd-table th:first-child, .rwd-table td:first-child {
                    padding-left: 0;
                }

                .rwd-table th:last-child, .rwd-table td:last-child {
                    padding-right: 0;
                }

            .rwd-table th, .rwd-table td {
                padding: 1em !important;
            }
        }
.t_1{
	background-color:#edf6f5; border:1px solid #FFF;
	padding:10px;
	color:#25517d;
}
.t_2{
	background-color:#edf6f5; border:1px solid #FFF;
	padding:10px;
}

.data_title{
padding:12px 12px; float:left; width:40%;color:#25517d;
font-size:0.9em;
background-color:#EBEBEB;
border-bottom:1px solid #f2f2f2;

}
.data_sub{
padding:12px 12px; float:left; width:60%;
font-size:0.9em;
background-color:#FFF;
border-bottom:1px solid #f2f2f2;
}
.data_sub2{
padding:10px 10px; float:left; width:60%;
font-size:0.9em;
background-color:#FFF;
border-bottom:1px solid #f2f2f2;
}
@media(max-width:640px){
.cart-item{
	width:100%;
	float:none;
	margin-right:0%;
	
}
.cart-item-info{
	width:100%;
	float:none;
	padding:10px;
	 
}
.purchase_right{
	text-align:left;

}
.data_title{
padding:12px 12px; float:left; width:100%;color:#25517d;
font-size:0.9em;
background-color:#EBEBEB;
border-bottom:1px solid #f2f2f2;

}
.data_sub{
padding:12px 12px; float:left; width:100%;
font-size:0.9em;
background-color:#FFF;
border-bottom:1px solid #f2f2f2;
}
.data_sub2{
padding:10px 10px; float:left; width:100%;
font-size:0.9em;
background-color:#FFF;
border-bottom:1px solid #f2f2f2;
}

}

/*--checkout--*/
/*--
.cart h3{
	font-size:1.5em;
}
--*/
.cart-sec{	
	margin-bottom:3em;
	background-color:#fafafa;
}
.cart-item{
	width:24%;
	float:left;
	margin-right:1%;
	
}
.cart-item img{
	width:100%;
}
.cart-item-info{
	width:75%;
	float:left;
	padding:0px 0px;
	 
}
.check{
	padding:2em 0;
}
.cart-item-info h3{
	font-size:1em;
	font-weight:600;
}
.cart-item-info h3 a{
	color:#000;
}

.size_3 {
  width:100%;
}
.delivery {
  margin-top: 1em;
}
.delivery p {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  float: left;
}
.delivery span {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  float: right;
}
.cart-item-info h4 span{
	font-size:0.65em;
	font-weight:400;
} 

.close1,.close2{
  background: url('../images/close_1.png') no-repeat 0px 0px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.cart-header {  
  position: relative;
}
.cart-header2 {  
  position: relative;  
}
.cart_title{
  background:#503845;
  padding: 10px 20px;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 600;
  text-align: center;

}
a.order {
  background:#c4729a;
  padding: 10px 20px;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 600;
  text-align: center;
  margin-top:10px;
  margin-bottom:10px;
}
a.order:hover{
	background:#b64c80;
}
.total-item,.cart-items{
	margin-top:0em;
	padding-bottom:2em;
}

.total-item h3 {
  color: #333;
  font-size: 1.1em;
  margin-bottom: 1em;
}
.total-item h4{
	font-size:0.8em;
	font-weight:600;
	color:#9C9C9C;
	display:inline-block;
	margin-right:6em;
}
a.cpns{
	background:#ec739e;
	color:#fff;
	padding: 10px;
  font-size: 0.8em;
	font-weight:600;
}
a.cpns:hover{
	background: #000;
}
.total-item p{
	font-size:0.9em;
	font-weight:400;
	margin-top:1em;	
}
.total-item p a{
	color:#727272;	
}
.total-item p a:hover{
	color:#000;
	text-decoration:underline;
}

a.continue{
	background:#a87c94;
	width:100%;
	font-size:1em;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:10px;
	color:#fff;
	text-decoration:none;
	display: block;
   font-weight: 600;  
   text-align: center;
}
a.continue:hover{
	background:#b64c80;
}
a.continue2{
	background:#c4729a;
	width:100%;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:10px;
	font-size:1em;
	color:#fff;
	text-decoration:none;
	display: block;
   font-weight: 600;  
   text-align: center;
}
a.continue2:hover{
	background:#b64c80;
}
ul.total_price{
	padding: 0;
  margin: 1em 0 0 0;
  list-style: none;
}
ul.total_price li.last_price{
	width: 50%;
  float: left;
  
}
ul.total_price li.last_price span{
	font-size: 1.1em;
  color: #000;
}

.price-details{
	border: 1px solid #DDD9D9;
	padding:10px;
}
.price-details h3{
	color:#000;
	font-size:1.2em;
	margin-bottom:1em;
}
.price-details span{
	width: 50%;
  float: left;
 
  font-size: 0.8125em;
  color: #000;
  line-height: 1.8em;
}


.check h1 {
  font-size: 1.5em;
  margin-bottom:2em;
}
a.item_add1 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-right-radius: 0;
 
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 15px;
  background: url(0) #f54d56;
}
a.item_add1:hover{
	background:rgb(3, 193, 167);
	text-decoration:none;
	color:#fff;
}
.btn_5{
	padding:25px 40px;
	font-size:1.1em;
}
ul.qty{
	padding:0;
	margin:0;
	list-style:none;
}
ul.qty li{
   display: inline-block;
   margin-right: 10%;
}
ul.qty li p{
	font-size:0.8125em;
	color:#000;
}
 /*--responsive--*/
@media(max-width:1366px){
	
}
@media(max-width:1280px){
	
}
@media(max-width:1024px){
.banner-text {
  width: 70%;
  margin: 0 0 0 3em;
}	

.b-animate span {
  padding-top: 4em;
}
.b-from-left {
  min-height: 288px;
}
.top-in span {
  padding: 5em 0 0;
}
.b-from-top {
  min-height: 350px;
}
.top-in1 span {
  padding: 2.3em 0 0;
}
.top-in1 {
  min-height: 166px;
}
.top-in2 span {
  padding: 2em 0 0;
}
.top-in2 {
  min-height: 157px;
}
@media(max-width:640px){
.cart-item{
	width:100%;
	float:none;
	margin-right:0%;
	
}
.cart-item-info{
	width:100%;
	float:none;
	padding:10px;
	 
}
}
