/* --------------------------------------------------------------------------------------
+ Basic
-------------------------------------------------------------------------------------- */
body {
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #2C2C24;
	overflow-x: hidden;
	background: url("../images/bg.png") repeat;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
	font-family: 'Salsa';
    color: #0B0B0B;
}

a:not(.btn) {
    color: #2C2C24;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:not(.btn):hover, a:not(.btn):focus {
    outline: none;
    text-decoration: none;
    color: #F17F2B;
}

iframe, embed,cobject {
	max-width: 100%;
}

/* --------------------------------------------------------------------------------------
+ Button
-------------------------------------------------------------------------------------- */
.btn {
	font-family: 'Montserrat', sans-serif;
}

.btn-default {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 12px;
    padding: 6px 12px;
	padding-top: 7px;
	text-transform: uppercase;
	background-color: #F17F2B;
	color: #fff;
	font-weight: 600;
	border-radius: 3px;
	border-color: #F17F2B;
}

.btn-default:focus, .btn-default:hover  {
	background-color: #D08E5C;
	color: #fff;
	border-color: #D08E5C;
}

.btn-forum {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 12px;
    padding: 6px 12px;
	padding-top: 7px;
	text-transform: uppercase;
	background-color: #F17F2B;
	color: #fff;
	font-weight: 600;
	border-radius: 3px;
}

.btn-forum:focus, .btn-forum:hover  {
	background-color: #F17F2B;
	color: #fff;
	border-color: #FFFFFF;
}

.btn-search {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 13px;
    padding: 4.5px 10px;
	text-transform: uppercase;
	background-color: #fff;
	color: #999;
	font-weight: 600;
	border-left: 1px solid #e5e5e5;
	position: absolute;
	right: 18px;
	margin-top: 2.5px;
}

.btn-mail {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 13px;
    padding: 4.5px 10px;
	text-transform: uppercase;
	background-color: #fff;
	color: #999;
	font-weight: 600;
	border-left: 1px solid #e5e5e5;
	position: absolute;
	right: 18px;
	margin-top:-31px;
}

.btn-tips , .btn-tips:hover, .btn-tips:focus{
	font-family: 'Salsa';
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 18px;
	font-weight: 400;
    padding: 6px 15px;
	padding-top: 7px;	
	background-color: #F17F2B;;
	color: #fff;
	border-radius: 0
}

.btn-cat {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 12px;
	font-weight: 700;
    padding: 6px 12px;
	padding-top: 7px;
	text-transform: uppercase;
	background-color:#F17F2B;
	color: #fff;
	border-radius: 0
}
.btn-cat-sm {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 12px;
    padding: 0 5px;
	padding-top: 0px;
	text-transform: none;
	background-color: #ff3a95;
	color: #fff;
	border-radius: 0
}
.btn-cat-lg {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 14px;
	font-weight: 700;
    padding: 7px 17px;
	text-transform: uppercase;
	background-color: #F17F2B;
	color: #fff;
	border-radius: 0;
	margin-top: 10px;
}

.oranye, .oranye:hover, .oranye:focus {
	background-color: #ff9900;
	color: #fff;
}

.pink, .pink:hover, .pink:focus {
	background-color: #ff4e50;
	color: #fff;
}

.ijo, .ijo:hover, .ijo:focus {
	background-color: #999;
	color: #fff;
}

.kuning, .kuning:hover, .kuning:focus {
	background-color: #eee657;
	color: #fff;
}
.pinkan, .pinkan:hover, .pinkan:focus {
	background-color: #FF3A95;
	color: #fff;
}
.biru, .biru:hover, .biru:focus {
	background-color: #4498C8;
	color: #fff;
}
/* --------------------------------------------------------------------------------------
+ Social Icon
-------------------------------------------------------------------------------------- */
ul.social-icons li {
    list-style: none;
    display: inline-block;
    margin-left: 3px;
}

ul.social-icons li:first-child {
    margin-left: 0px;
}

ul.social-icons li a {
    display: inline-block;
    margin: 0;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-decoration: none;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-icons li a.facebook {
    background: #2C2C24;
}

ul.social-icons li a.twitter {
    background: #2C2C24;
}

ul.social-icons li a.youtube {
    background: #2C2C24;
}

ul.social-icons li a.instagram {
    background: #2C2C24;
}

ul.social-icons li a:hover {
    background: #F17F2B;
}

ul.social-icons li a i {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-icons-foot li {
    list-style: none;
    display: inline-block;
    margin-left: 3px;
}

ul.social-icons-foot li:first-child {
    margin-left: 0px;
}

ul.social-icons-foot li a {
    display: inline-block;
    margin: 0;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-decoration: none;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-icons-foot li a.facebook {
    background: #2C2C24;
}

ul.social-icons-foot li a.twitter {
    background: #2C2C24;
}

ul.social-icons-foot li a.youtube {
    background: #2C2C24;
}

ul.social-icons-foot li a.instagram {
    background: #2C2C24;
}

ul.social-icons-foot li a:hover {
    background: #F17F2B;
}

ul.social-icons-foot li a i {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

/* --------------------------------------------------------------------------------------
+ Header
-------------------------------------------------------------------------------------- */
header {
	font-family: 'Montserrat', sans-serif;
	background-color: #fff;
	padding-top: 10px;
}

.header-right {
	margin-top: 10px;
}

.right-header {
	text-align: right;
	margin-top: 10px;
	width: 100%;
}

.bottom-header {
	text-align: right;
	margin-top: 15px;
	width: 100%;
}

.bottom-header .form-control {
	display: inline;
	width: 280px;
	height: 33px;
	font-size: 12px;
	margin-left: 5px;
}

.logo-wrapp a img {
	margin-top: 18px;	
}

ul.social-icons, ul.list-inline, ul.social-icons-foot {
    padding: 0;
    margin: 0;
	display: inline;
}

ul.social-icons {
	margin-right: 10px;
}

ul.list-inline li a {
	text-transform: uppercase;
	color: #333;
	font-size: 12px;
}

.login-dropdown  {
	padding: 15px 20px;
	width: 292px;
	z-index: 1002;
}

.list-inline .dropdown-menu {
	top: 36.5px;
	background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.list-inline .noret {
	padding-right: 0;
}

.login-dropdown .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: -20px;
    position: absolute;
}

.login-dropdown .radio, .checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 20px;
    position: relative;
	margin-left: 20px;
}

@media (max-width: 767px) {
	header {
		margin-top: 55px;
	}
	.logo-wrapp {
		text-align: center;
	}
	.right-header {
		margin-top: 20px;
		text-align: center;
		float: none;
	}
	.bottom-header {
		float: none;
		text-align: center;
	}
	.list-inline .dropdown-menu {
		top: 27px;
		left:-215px;
		width: 100%;
		background-clip: padding-box;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-radius: 0;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		min-width: 300px;
	}
	.bottom-header .form-control {
		display: block;
		margin-left: 0;
		text-align: center;
		width: 100%;
		margin-top: 10px;
	}
	.bottom-header {
		text-align: center;
	}
	.btn-search {
		display: none;
	}
	
}

/* --------------------------------------------------------------------------------------
+ Navigation
-------------------------------------------------------------------------------------- */
.navbar-default {
    background-color: #F17F2B;
    border: 0;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.navbar {
    border-radius: 0;
	border-color: #e5e5e5;
	border-left: 0;
	border-right: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-family: 'Montserrat', sans-serif;
    font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.dropdown-menu {
	border-radius: 0;
	box-shadow: none;
	border-color: #e5e5e5;
	margin-left: -1px;
}

.mega-4 {
	width:745%;
	padding: 15px 6px;
}

.mega-3 {
	width:410%;
	padding: 15px 6px;
}

.mega-2 ul{
	width: 500px;
	padding: 15px 6px;
}

.megamenu ul li a{
	padding: 2px 5px;
}

.megamenu ul li a{	
	font-family: 'Montserrat', sans-serif;
	display: block;
	padding: 2px auto;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;	
}

.megamenu .parent a {
	font-weight: 700;
	font-size: 14px;
	color: #2C2C24;
	margin-bottom: 4px;
	border-bottom: 1px dotted #e5e5e5;
	
}

.megamenu .parent-more {
	margin-top: 20px;
}

.navbar-default .navbar-toggle {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #fff;
	border: 0;
	padding: 4px 10px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #D7B961;
    border: 0;
	color: #fff;
}

@media (max-width: 767px) {
	.navbar-default {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index:9999;
	}
	.navbar-collapse.in {
    }
	.navbar-nav {
        margin: 0 -15px;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #fff;
		z-index: 99999;
    }
	.navbar-default .navbar-nav > li > a {
        color: #333;
    }
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
		background-color: #2A130B;
    }
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		background-color: #2A130B;
		color: #fff;
	}
	.megamenu ul li:last-child a{	
		border-bottom: 1px dotted #999;
		padding-bottom: 3px;
		margin-bottom: 7px;		
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		background-color: #2A130B;
		color: #fff;
	}
	.megamenu .parent a {
		border-bottom: 0;	
	}
}

@media (min-width: 767px) {
	.navbar {
		z-index: 1;
		border:0;
	}
	.container > .navbar-header, .container > .navbar-collapse {
		margin-left: -20px;
		margin-right: -20px;
	}
	.navbar-default {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.navbar-default .navbar-nav > li > a {
		color: #fffaf1;     
    }
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color: #fff;
		background: #573124;
    }
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
		background: #573124;
		border: 0;
    }
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
		background: #573124;
		border: 0;
    }
}

/* --------------------------------------------------------------------------------------
+ Form Control
-------------------------------------------------------------------------------------- */
.form-control {
    border-width: 1px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e5e5e5;
}

.form-control:focus {
    border-color: #999;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #666;
}

/* --------------------------------------------------------------------------------------
+ Footer
-------------------------------------------------------------------------------------- */
footer {
	border-top: 2px dotted #BDA3A3;
	margin-top: 50px;
	padding: 30px 0;
}

.footer-tittle {
	font-family: 'Salsa';
	font-size: 15px;
	text-transform: uppercase;
}

ul.footer-list {
	padding: 0;
    margin: 0;
}

.footer-list {
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    margin: 0;
}

ul.footer-list li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.footer-list span {
	display: inline-block;
	width: 20px;
}
.footer-menu a{
	color:inherit;
	display: inline-block;
	border-left:1px dotted #BBBBBB;
	padding:0 7px;
	text-decoration: none;
}

@media (max-width: 767px) {
	footer {
		text-align: center;
		padding: 20px 0;
	}
	.footer-tittle {
		margin-top: 30px;
	}
}

/* --------------------------------------------------------------------------------------
+ Main Banner
-------------------------------------------------------------------------------------- */
.banner-1  {
	margin-top: 15px;
}

@media (max-width: 767px) {
	.banner-1 {
		margin-top: 20px;
	}
}

/* --------------------------------------------------------------------------------------
+ Main Content
-------------------------------------------------------------------------------------- */
.main-content {
	margin-top: 30px;
}

.home-tittle h3 {
	font-weight: 400;
	font-family: 'Salsa';
	color: #fff;
	padding: 12px 20px;
	background-color: #F17F2B;
	font-size: 18px;
}

.home-tittle h4 {
	font-weight: 500;
	color: #fff;
	font-family: 'Salsa';
	margin-top: 20px;
	padding: 12px 20px;
	background-color: #F17F2B;
	font-size: 18px;
}

.home-tittle h5 {
	font-weight: 700;
	color: #fff;
	padding: 12px 20px;
	background-color: #ffa656;
	font-size: 18px;
}

/* --------------------------------------------------------------------------------------
+ Post
-------------------------------------------------------------------------------------- */
.post {
    padding: 10px 0;
    overflow: hidden;
}

.post-title {
	font-weight: 700;
	margin-top: 15px;
}

.post-thumb {
    position: relative;
	margin-bottom: 15px;
}

.post-thumb img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.read-more {
	font-weight: 700;
}

@media (max-width: 767px) {
	.post-title{
		margin-top: 25px;
	}
}

/* --------------------------------------------------------------------------------------
+ Tips
-------------------------------------------------------------------------------------- */
.home-tittle-center {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	background: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: center;
}

.tips-item {
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	padding: 10px;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	background-color: transparent;
}

.tips-item:hover {
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	padding: 10px;
}

.tips-item .tips-thumb {
    position: relative;
    overflow: hidden;
}

.tips-item .tips-thumb img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.tips-item .tips-content {
	margin: 10px 0;
    background-color: #fff;
}

.tips-item .tips-content h5 {
    margin: 0;
    font-size: 14px;
	font-family: 'Arial';
	color: #333;
}

.recent-posts {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: 0;
}

/* --------------------------------------------------------------------------------------
+ Recent Post
-------------------------------------------------------------------------------------- */
.recent-posts > li {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.recent-posts > li:last-child {
    margin-bottom: 0;
}

.recent-posts img {
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.recent-posts img:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.recent-posts h5 {
    margin: 0;
    font-size: 12px;

}

.recent-posts h4 {
	margin-left: 15px;
    margin-top: 5px;
    font-size: 14px;
	font-weight: 400;
	line-height: 18px;

}

.recent-posts h4 span {
   display: block; 
   color: #0B0B0B;
}

.recent-posts h5  a{
	color: #ff4e50;
}

.recent-posts h5  a span{
	display: inline;
	color: #999;
}

.recent-posts h5 small {
    display: block;
    margin-top: 7px;
}

.recent-posts p {
	font-size: 11px;
	margin: 3px 0;
}

/* --------------------------------------------------------------------------------------
+ Video Home Page
-------------------------------------------------------------------------------------- */
.video-content {
	background-color: #F17F2B;
	padding: 10px 20px;
	padding-top: 5px;
	margin-top: 50px;
}

.home-tittle-video h3 {
	font-weight: 400;
	color: #fff;
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-bottom: 20px;
}

.video-wrapp {

}

.video-tittle{

}
.video-tittle h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

.video-list-tittle h5, .video-list-tittle h5 a {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	margin-top: 0;
	font-weight: 400;
	margin-bottom: 25px;
}

.video-list-tittle h5 a {
	color: #fff;
}

ul.video-list {
	padding-left: 0;
	color: #f5f5f5;
	list-style: none;
}

ul.video-list li {
	border-top: 1px dotted #666;
	padding: 10px 0;
}

ul.video-list li:last-child {
	border-bottom: 1px dotted #666;
}

ul.video-list a {
	color: #f5f5f5;
	font-size: 16px;
}

ul.video-list a:hover, ul.video-list a:focus{
	color: #999;
}

/* --------------------------------------------------------------------------------------
+ Brand Tittle
-------------------------------------------------------------------------------------- */
.brand-tittle h1 {
	margin-top: 20px;
	font-size: 18px;
	margin-bottom: 15px;
}

.meta-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    float: left;
    width: 100%;
	font-size: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;	
	border-top: 1px solid #e5e5e5;
	margin-bottom: 40px;
}

.meta-list li {
    float: left;
    padding: 0 10px;
    border-left: 1px solid #ecf0f1;
}

.meta-list li .black {
    color: #2c3e50;
}

.meta-list li:first-child {
    padding-left: 0;
    border-left: 0;
}

.filter-produk {
	background-color: #f5f5f5;
	padding: 10px 0;
	margin-top: 30px;
}

.fright {
	float: right;
}

.filter-produk .panel-group {
    margin-bottom: 0;
}

.filter-produk .panel-default > .panel-heading {
    background-color: transparent;
	border: none;
    border-color: transparent;
    color: #333;
}

.filter-produk .panel-group .panel {
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
}
.filter-produk .panel-default {
    border-color: transparent;
}
.filter-produk .panel {
    background-color: transparent;
    box-shadow: none;
}

.filter-produk  .panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 0;
}

.filter-produk h4 {
	font-weight: 300;
	text-transform: uppercase;
}

.sort-wrapper {
	padding-top: 4px;
}

.filter-produk ul, .filter-produk ol {
	margin: 0;
}

.filter-produk .form-control {
	font-size: 14px;
    height: 33px;
}

/* --------------------------------------------------------------------------------------
+ Product
-------------------------------------------------------------------------------------- */
.product-item {
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	margin-top: 30px;
}

.product-item:hover {
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.product-item .product-thumb {
    position: relative;
    overflow: hidden;
}

.product-item .product-thumb img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.product-item:hover .product-thumb img {

}

.product-item .product-thumb .image-overlay {
    background-color: #000;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-item:hover .product-thumb .image-overlay {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.product-item .product-thumb .product-zoom, .product-item .product-thumb .product-link {
	font-weight: 700;
    text-align: center;
	padding: 5px 15px;
    background-color: #AA843D;
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    font-size: 16px;
    color: #fff;
    display: block;
    border-radius: 3px;
}

.product-item .product-thumb .product-zoom:hover, .product-item .product-thumb .product-link:hover {
    background-color: #D7B961;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.product-item .product-thumb .product-link {
    right: 0;
    margin-right: -150px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.product-item .product-thumb .product-zoom {
    left: 0;
    margin-left: -45px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.product-item:hover .product-thumb .product-zoom {
    display: block;
    left: 50%;
    margin-left: -48px;
}

.product-item:hover .product-thumb .product-link {
    display: block;
    right: 50%;
    margin-right: -55px;
}

.product-item .product-content {
    text-align: center;
    padding: 25px 20px;
    background-color: #fff;
}

.product-item .product-content h5 {
	font-weight: 700;
	font-size: 18px;
    margin: 0;
}

.product-item .product-content p {
    margin: 0;
    margin-top: 5px;
}

/* --------------------------------------------------------------------------------------
+ Look Book
-------------------------------------------------------------------------------------- */
.lookbook-tittle h3 {
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d4d4d4;
	margin-bottom: 30px;
}

.home-tittle-lobok {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	background: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: center;
}

.home-tittle-lobok  .btn-tips {
	font-size:16px;
}

.post-title2 {
    margin: 20px 0;
	font-size: 28px;
}

.post {
    overflow: hidden;
}

.post.post-2 {
    padding: 0;
    padding-bottom: 20px;
}

.post-thumb {
    position: relative;
}

.post-thumb img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.post-meta {
    border: 1px solid #ecf0f1;
    border-width: 0;
    padding: 10px 0;
    overflow: hidden;
    margin-top: 20px;
}

.colored-wrapper .post-meta {
    border-color: #fff;
}

.meta-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    float: left;
    width: 100%;
	font-size: 12px;
	margin-bottom: 20px;
}

.meta-list li {
    float: left;
    padding: 0 10px;
    border-left: 1px solid #ecf0f1;
}

.meta-list li .black {
    color: #2c3e50;
}

.meta-list li:first-child {
    padding-left: 0;
    border-left: 0;
}

.meta-list li:last-child {
    float: right;
    border-left: 0;
    padding-right: 0;
}

.post.post-2 .meta-list li:last-child {
    float: left;
}

.notop {
	margin-top:0;
}

.sese {
	font-weight: 700;
	margin-top: 30px;
	padding: 10px;
	border: 1px solid #e5e5e5;
}

.recent-news1 {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: 0;
}

.recent-news1 > li {
    float: left;
    width: 100%;
}

.recent-news1 > li:last-child {
    margin-bottom: 0;
}

.recent-news1 img {
    width: 150px;
    height: 80px;
    float: right;
    margin-left: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.recent-news1 img:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.recent-news1 h5 {
	font-weight: 500;
    margin: 0;
    font-size: 16px;
	font-weight: 400;
}

.recent-news3 {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: 0;
}

.recent-news3 > li {
    float: left;
    width: 100%;
}

.recent-news3 > li:last-child {
    margin-bottom: 0;
}

.recent-news3 img {
    width: 150px;
    height: 80px;
    float: left;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.recent-news3 img:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.recent-news3 h5 {
	font-weight: 500;
    margin: 0;
    font-size: 16px;
	font-weight: 400;
}

.comment-form {
    padding: 20px 0;
    padding-bottom: 0;
}

.comment-form .form-control {
    margin-bottom: 20px;
}

.post-comments {
    padding: 25px 0;
}

a.comment-reply, .comment-date {
    font-size: 85%;
    color: #999;
	font-weight: 300;
}


.register-page h2 {
	font-size: 18px;
	margin-bottom: 20px;
	margin-top:0;
} 

.form-control {
	border-radius: 0;
}

.form-control:focus {
	border-color: #D7B961;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(226, 72, 100, 0.1);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(226, 72, 100, 0.1);
}

.atau {
	display: table;
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #e5e5e5;
	border-radius: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	font-weight: 700;
	color: #666;
	top: 60%;
	left: 34.1%;
}

.boret {
	padding-right: 40px;
}

.bolef {
	padding-left: 40px;
	border-left: 1px solid #e5e5e5;
}

.biasa {
	font-size: 16px;
}

.kontak-title {
	padding: 30px 0;
	text-align: center;
}

.kontak-title h3 {
	font-size: 30px;
}

.nobor {
	border: 0;
}

@media (max-width: 767px) {
	.item-ins {
		margin-bottom: 20px;
	}
}

.item-ins {
	text-align: center;
}

.ins-in {
	position: absolute;
	width: 100%;
	bottom:0;
	background-color: rgba(0,0,0,0.5);
	padding: 15px 10px;
}

.ins-in h3 {
	text-align: center;
	
}

.news-item {
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	background-color: #fff;
}


.news-item .news-thumb {
    position: relative;
    overflow: hidden;
	background-color: #fff;
}

.news-item .news-thumb img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.news-tittle {
	padding: 5px;
    text-align: center;
    background-color: rgba(170, 132, 61,0.7);
    display: none;
    position: absolute;
    bottom:0;
    font-size: 22px;
    color: #fff;
    display: block;
	width: 100%;
	font-size: 16px;
	color: #fff;
}

.news-item .news-thumb .news-tittle:hover {
    background-color: rgba(170, 132, 61,0.9);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.news-item .news-thumb .news-tittle {
	display: block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.news-item:hover .news-thumb .news-tittle {
    display: block;
   margin-bottom: 0;
}

#blog-wrapper {
	margin-top: 120px;
}

.news-thumb a {
	color: #fff;
	font-size: 18px;
	padding-top: 15px;
}

.news-thumb a span{
	color: #e5e5e5;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {   
    .news-page, .product-wrapp {
		margin-top: 0;
	}
	#blog-wrapper {
		margin-top: 0;
	}
}

/* Slider
 * -------------------------- */
	
.carousel-inner > .item.active > img,
.carousel-inner > .item.active > a > img {
  border-radius: 0;
}
@media (max-width: 767px) {
  .carousel-inner > .item.active > img {
    border-radius: 0;
  }
}
.carousel-inner > .item.active.left > img,
.carousel-inner > .item.active.right > img,
.carousel-inner > .item.active.left > a > img,
.carousel-inner > .item.active.right > a > img {
  border-radius: 0;
}
.carousel-control {
  position: absolute;
  top: 48%;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-indent: 1px;
  height: 50px;
  right: 15px;
  text-align: center;
  width: 50px;
  outline: none !important;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.carousel-control.left,
.carousel-control.right {
  background: none #D7B961;
  color: rgba(255, 255, 255, 0.6);
}

.carousel-control.left:hover, .carousel-control.left:focus,
.carousel-control.right:hover, .carousel-control.right:focus {
	color: #ffffff;
}

.carousel-control.left {
  text-indent: -1px;
  left: 20px;
}
.carousel-control.right {
  left: auto;
  right: 20px;
}
.carousel-indicators {
  bottom: auto;
  left: auto;
  margin: 0;
  right: 16px;
  top: 16px;
  width: auto;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.carousel-indicators li {
  vertical-align: top;
  border: none;
  width: 10px;
  height: 10px;
  margin: 0 0 0 6px;
  background-color: #292929;
  background-color: rgba(41, 41, 41, 0.5);
}
.carousel-indicators li.active {
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 0 0 0 6px;
}
.carousel-caption {
  padding: 20px 19px 22px;
  background: #243342;
  background: rgba(36, 51, 66, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  border-radius: 0;
  text-shadow: none;
}
.carousel-caption h3,
.carousel-caption p {
  color: #ffffff;
}
.carousel-caption h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 5px;
}
.carousel-caption p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}

.arrow-left, .arrow-right{
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.arrow-right:before {
	font-family: 'FontAwesome';
	content: "\f054";
	line-height: 50px;
	
}
.arrow-left:before {
	font-family: 'FontAwesome';
	content: "\f053";
	line-height: 50px;
}

.carousel-control {
    text-shadow: none;

}


@media (max-width: 767px) {
  .carousel-caption {
    position: static;
  }
  .carousel-indicators, .carousel-control {
	display: none;
  }
.post-title2{
		font-size: 18px;
		font-weight: 700;
	}
	.post-meta {
        padding: 0;
    }
	.post-content{
		font-size: 12px;
	}
   	.meta-list li {
        float: left;
        border-left: 0;
        padding: 5px 5px 5px;
    }

    .meta-list li:last-child {
        float: left;
    }
	.recent-news3{
		margin: 10px;
	}
	
}	

.white {
		background-color: #fff;
}

.sub-tittle {
	border-radius: 30px;
}

#tittle h2 {color:#F17F2B;;font-family: 'Salsa', cursive; font-size: 24px;}
.tittle-icon-l{ background:url(../images/tittle-left.png) no-repeat right;}
.tittle-icon-r{ background:url(../images/tittle-right.png) no-repeat left;}
#tittle {height:auto; padding-right: 15px; text-align:center; display:inline-block; margin-bottom: 15px;}
#tittle  img{}
#tittle  h2{margin:0; font-size:24px; line-height:40px;}
#tittle  .desc{}
.tittle-icon-l{ width:166px; height:10px; display:inline-block; padding-bottom:15px}
.tittle-icon-r{ width:166px; height:10px; display:inline-block; padding-bottom:15px}

.widget-list {
padding-left: 0;
list-style: none;
margin-bottom: 0;
padding: 20px;
border: 1px solid #C7C3C3;
}

.widget-list > li {
padding: 5px 0;
border-bottom: 1px solid #C7C3C3;
}

.widget-list > li:before {
font-family: 'FontAwesome';
content: "\f105";
margin-right: 15px;
font-size: 14px;
}