
@charset "utf-8";

/* CSS Document */



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

		margin: 0;

		padding: 0;

		border: 0;

		font-size: 100%;

		font: inherit;

		vertical-align: baseline;

}



body {

	background:#e7eaf1;

	margin: 0;

	padding: 0;

	font-family: 'Open Sans', sans-serif;

	color:#3a3c3b;

}





.container {

	padding: 0px;

	text-align: center; }



.main-page {

	width: 960px;

	margin: 0px auto !important;

	padding: 0px;

	text-align: left;

}



.clear {

	clear: both;

	margin: 0px !important;

	padding: 0px !important;

	height: 0px;

	overflow: hidden;

}





/* #Typography

================================================== */

	h1, h2, h3, h4, h5, h6 { color:#444; -webkit-text-size-adjust:100%; font-family: 'Open Sans',Arial, sans-serif; }

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; font-family: 'Open Sans',Arial, sans-serif; }

	h1 { font-size: 24px; line-height: 31px;}

	h2 { font-size: 20px; line-height: 27px;}

	h3 { font-size: 18px; line-height: 25px;}

	h4 { font-size: 16px; line-height: 22px;}

	h5 { font-size: 14px; line-height: 20px;}

	h6 { font-size: 12px; line-height: 19px;}

	

	p { margin: 0 0 15px 0; }

	p img { margin: 0; }

	strong { font-weight: bold; color: #a45633; }

	small { font-size: 80%; }

	blockquote, blockquote p { font-size: 15px; line-height: 21px; font-style: italic; }

	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }

	blockquote cite { display: block; font-size: 12px; color: #999; }

	blockquote cite:before { content: "\2014 \0020"; }

	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #eee; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }



/*font-face-----*/



@font-face {

    font-family: 'proxima';

    src: url('//carapedia.com/themes/webcarapedia/font/proximanova-light-webfont.eot');

    /*src: url('//carapedia.com/themes/webcarapedia/font/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),

         url('//carapedia.com/themes/webcarapedia/font/proximanova-light-webfont.woff') format('woff'),

         url('//carapedia.com/themes/webcarapedia/font/proximanova-light-webfont.ttf') format('truetype'),

         url('//carapedia.com/themes/webcarapedia/font/proximanova-light-webfont.svg#proxima_nova_ltregular') format('svg');*/

    font-weight: normal;

    font-style: normal;



}



/* #Typography class */



















/* #general class

===========================================================*/





a{
	text-decoration:none;

	color:#18191b;

	font-family: 'Open Sans',Arial, sans-serif;

	font-size:14px;

	-webkit-transition:color 0.3s ease-in;  

   -moz-transition:color 0.3s ease-in;  

   -o-transition:color 0.3s ease-in;  

   transition:color 0.3s ease-in;  

}

a:hover{

	color:#3c5671;

}



ol,ul,li{

	list-style:none;

}



.left{

	float:left;

}

.right{

	float:right;

}



/*layout class 

======================================================================*/



/*header=============================================================*/



/*top-header*/

.top-header {

	height:30px;

	background:#38393b;

}



.media-links {

	float:right

}



.media-links ul  {

	margin-top:5px;

}



.media-links ul li {

	 float:left;

	 margin-right:20px; 

	 position:relative;}



.media-links ul li a {

	color:#fff; 

	font-size:12px; 

	position:relative;

	bottom:3px;

	font-weight:600;

	-webkit-transition:color 0.3s ease-in;  

   -moz-transition:color 0.3s ease-in;  

   -o-transition:color 0.3s ease-in;  

   transition:color 0.3s ease-in;  }

	

.media-links ul li a:hover {

	color:#5eb914;

}



/*middle-header*/



.midle-header {

	background:url(../images/header.png);

	height:132px;

	position:relative;

}



.logo {

	position:absolute;

	top:45px;

	

}



/*nav*/

.nav {

	background:url(../images/nav-bg.png) repeat-x;

	height:44px;

	border-bottom:1px solid #cfd7d9;

	position:relative;

}



.nav ul {

	float:left;

	position:relative;

	top:10px;

}



.nav ul li {

	float:left;

	margin-right:13px;
	
	font-size:15px;

}



.nav ul li a{

	font-family: 'proxima', 'Open Sans', sans-serif;

	font-size:13px;

	color:#72c02e;

}



.nav ul li a:hover{

	color:#3a5874;

}



/*search*/

.search{

	float:right;

	position:relative;

	top:8px;

}



input[type="text"].search-input {

	-webkit-border-radius: 3px;

    border-radius: 3px;

	border:1px solid #d1d6d9;

	padding:4px 4px 4px 21px;

	font:12px Arial, Helvetica, sans-serif;

	color:#4b4b4b;

	width:150px;

	background:url(../images/search-bg.png) 5px 4px no-repeat #fff;

}



/*content-page =============================================================*/



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

.top {

	margin:30px 0 30px 0;

	width:100%;

}



.slider{

	background:#fff;

	border:1px solid #cfd7d9;

	padding:10px;

	float:left;

	width:100%

}

.slider2{

	background:#fff;

	border:1px solid #cfd7d9;

	padding:5px;

	float:left;

	width:630px;

}



/*midle---------------------------*/

.midle{ width:980px; margin-top:30px; float:left;}



/*=======left-content===============*/

.left-content{

	float:left;

	width:640px;

	margin-right:15px;	

}



.news{

	border:1px solid #d1d7d7;

	width:100%;

	float:left;

	margin-bottom:20px;

}

.Category{

	background:#fafafa;

	border-bottom:1px solid #e1e1e1;

	padding:10px 10px 10px 15px;

	
}

a.link-cat{
color: #3d5473;
font-size: 13px;
text-transform:uppercase;
}

.link-cat:hover{
color: #72C02E;
} 

.index-artikel {
	background:#fafafa;

	border-bottom:1px solid #e1e1e1;

	padding:10px 10px 10px 15px;
	margin-bottom:5px;
}



/*typograph class for news -------------*/

.blue { color:#3d5473; text-transform:uppercase;}

.normal {

	font-size:13px;

	color:#3b3b3b;

	margin-top:10px;

}

.title{

	color:#000;

	margin-top:5px;

	font-weight:600;

}



.title a{

	color:#000;

	margin-top:5px;

	font-weight:600;

	-webkit-transition:color 0.3s ease-in;  

   -moz-transition:color 0.3s ease-in;  

   -o-transition:color 0.3s ease-in;  

   transition:color 0.3s ease-in;  

}



.title a:hover{

	color:#558eca;

	

}



.time {

	color:#909398;

	font-size:11px;

	text-transform:uppercase;



}



.time font {

	border-bottom:1px dotted #909398;

}



/*--------------------------*/







 .newsItem {

	padding:10px 10px 10px 15px;

	background:#fff;

	float:left;

	border-bottom: 1px solid #e1e1e1;

	

}
.index-artikel h1 {
	font-size:18px;
	color: #3a5874;
	
	}

.conten-index {
	padding: 10px 10px 10px 15px;
	background: #fff;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom:20px;
}
.conten-index  h3 {
	border-bottom: 1px dotted #909398;
	margin-bottom:5px;
	
}

.conten-index  h3 a {
	color:#72c02e;
}

ul.simple{
	padding-left:15px;
	
}
ul.simple li {
	margin-bottom:5px;
	background: url(../images/arrow2.png) no-repeat 0 5px;
	padding-left:22px;
}

ul.simple li a {
	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
	position:relative;
}

ul.simple li a:hover {
	color:#3a5874;
/* 
-webkit-animation: myfirst 300ms ease-out;

    -moz-animation: myfirst 300ms ease-out;

    -ms-animation: myfirst 300ms ease-out; */
	
	}

.item {

	width:450px;

	float:left;

}



.newsimage{

	float:left;

	width:165px;

	position:relative;

}



.newsimage img.ribbon {

	position:absolute;

	width:30px;

	height:50px;

	right:20px;

}

 img.ribbon2 {

	position:absolute;

	width:30px;

	height:50px;

	right:20px;

	bottom: -45px;

	right: 30px;

}





.newsimage img{

	float:right;

	width:120px;

	height:120px;

	position: relative;

	right: 10px;

	top: 10px;

}



/*news-bottom*/

.similiar-news{

	float:left;

	background:#fafafa;

	

}



.left-news{

	float:left;

	width:319px;

	border-right:1px solid #e7e7e7;

	padding-bottom:10px;

}



.images-left-news{

	width:70px;

	float:left;

	margin-top:15px;

	margin-left:10px;

	position:relative;

}



.content-left-news{

	width:200px;

	float:left;

	margin-top:15px;

	

}



.right-news{

	float:left;

	width:319px;

	

}



.images-right-news{

	width:70px;

	float:left;

	margin-top:15px;

	margin-left:10px;

	position:relative;

}



.content-right-news{

	width:200px;

	float:left;

	margin-top:15px

}



/*right-block*/

.right-content{

	width:325px;

	float:left;

}



.blockBox{

	border:1px solid #d0d8da;

	background:#fff;

	margin-bottom:20px;

	float:left;

	width:100%;
	
	font-size: 13px;

}

a.box-link{
color: #72C02E;
font-size: 13px;
}

.box-link:hover{
color: #3a3c3b;
}


.blockBox img { padding:5px}



/*social-block*/

.social{

	display:table;

}



.left-social {

	width:162px;

	float:left;

	border-right:1px solid #cfd7d9;

}

.right-social {

	width:162px;

	float:left;

	

}



/*top-social*/

.top-social{

	padding: 20px 10px 20px 20px;

	border-bottom:1px solid #cfd7d9;

	-webkit-transition: all 300ms ease-in-out;

	-moz-transition: all 300ms ease-in-out;

	-o-transition: all 300ms ease-in-out;

	-ms-transition: all 300ms ease-in-out;

	transition: all 300ms ease-in-out;

	position:relative;

	

	

}



.top-social img {

	float:left;

	margin-right:5px;

	 -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    transition: all 300ms linear;

}



/*bottom-social*/

.bottom-social{

	padding: 20px 10px 20px 20px;

	-webkit-transition: all 300ms ease-in-out;

	-moz-transition: all 300ms ease-in-out;

	-o-transition: all 300ms ease-in-out;

	-ms-transition: all 300ms ease-in-out;

	transition: all 300ms ease-in-out;

	position:relative;

	

	

}



.bottom-social img {

	float:left;

	margin-right:5px;

	 -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    transition: all 300ms linear;

}





.number {

	line-height:14px;

	font-weight:bold;

	color:#3b3c3e;

	 -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    transition: all 300ms linear;

}



.text{

	color:#919598;

	font-weight:bold;-webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    transition: all 300ms linear; 

}



/*hover*/

.top-social:hover{ background:#cedded;

cursor:pointer;

	}

	

.top-social:hover img {

	 opacity: 1;

    -webkit-animation: moveFromTop 300ms ease-in-out;

    -moz-animation: moveFromTop 300ms ease-in-out;

    -ms-animation: moveFromTop 300ms ease-in-out;

}



.top-social:hover h4.number{

	opacity: 1;

	-webkit-animation: moveFromTop 300ms ease-in-out;

    -moz-animation: moveFromTop 300ms ease-in-out;

    -ms-animation: moveFromTop 300ms ease-in-out;}

.top-social:hover h5.text{

	 opacity: 1;

    -webkit-animation: moveFromBottom 300ms ease-in-out;

    -moz-animation: moveFromBottom 300ms ease-in-out;

    -ms-animation: moveFromBottom 300ms ease-in-out;}

.bottom-social:hover h4.number{

	opacity: 1;

	-webkit-animation: moveFromTop 300ms ease-in-out;

    -moz-animation: moveFromTop 300ms ease-in-out;

    -ms-animation: moveFromTop 300ms ease-in-out;}

.bottom-social:hover h5.text{

	 opacity: 1;

    -webkit-animation: moveFromBottom 300ms ease-in-out;

    -moz-animation: moveFromBottom 300ms ease-in-out;

    -ms-animation: moveFromBottom 300ms ease-in-out;}



.bottom-social:hover img{

	 opacity: 1;

    -webkit-animation: moveFromBottom 300ms ease-in-out;

    -moz-animation: moveFromBottom 300ms ease-in-out;

    -ms-animation: moveFromBottom 300ms ease-in-out;

}



.bottom-social:hover {

	background:#cedded;

	cursor:pointer;

}

	

/*keyframe css3*/

@-webkit-keyframes moveFromBottom {

    from {

        opacity: 0;

        -webkit-transform: translateY(200%);

    }

    to {

        opacity: 1;

        -webkit-transform: translateY(0%);

    }

}

@-moz-keyframes moveFromBottom {

    from {

        opacity: 0;

        -moz-transform: translateY(200%);

    }

    to {

        opacity: 1;

        -moz-transform: translateY(0%);

    }

}

@-ms-keyframes moveFromBottom {

    from {

        opacity: 0;

        -ms-transform: translateY(200%);

    }

    to {

        opacity: 1;

        -ms-transform: translateY(0%);

    }

}



@-webkit-keyframes moveFromTop {

    from {

        opacity: 0;

        -webkit-transform: translateY(-200%);

    }

    to {

        opacity: 1;

        -webkit-transform: translateY(0%);

    }

}

@-moz-keyframes moveFromTop {

    from {

        opacity: 0;

        -moz-transform: translateY(-200%);

    }

    to {

        opacity: 1;

        -moz-transform: translateY(0%);

    }

}

@-ms-keyframes moveFromTop {

    from {

        opacity: 0;

        -ms-transform: translateY(-200%);

    }

    to {

        opacity: 1;

        -ms-transform: translateY(0%);

    }

}

/*kreasi sendiri*/

@keyframes myfirst

{

0%   { bottom:0px;}

50%   { bottom:10px;}

100%  { bottom:0px;}



}



@-moz-keyframes myfirst /* Firefox */

{

0%   { bottom:0px;}

50%   { bottom:10px;}

100%  { bottom:0px;}

}



@-webkit-keyframes myfirst /* Safari and Chrome */

{

0%   { bottom:0px;}

50%   { bottom:10px;}

100%  { bottom:0px;}

}



@-o-keyframes myfirst /* Opera */

{

0%   { bottom:0px;}

50%   { bottom:10px;}

100%  { bottom:0px;}

}





/*kontent -tabs */





ul.content-tabs li { 

	display: inline-block;

width: 120px;

padding:5px 0 5px 15px;

background: url(../images/folder-icon.png) 0px 12px no-repeat;

border-bottom:1px solid #d0d8da;

margin-left:9px;

cursor:pointer;	

}



ul.content-tabs li a {

	font-size: 12px;

font-weight: bold;

color:#3c5573;

position:relative;

-webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    transition: all 300ms linear;

	

}

ul.content-tabs li:hover a{
color : #558ECA;
/* 
 -webkit-animation: myfirst 300ms ease-out;

    -moz-animation: myfirst 300ms ease-out;

    -ms-animation: myfirst 300ms ease-out;
 */
	

	

}



/*blockbox-content*/

.blockBox-title{

	background:#fafafa;

	padding:10px;

	position:relative;

	height:20px;

	text-transform:uppercase;

}



.feed {

	position:relative;

	float:right;

}

.feed a {

	font-size:12px;

	color:#929395;

}

.feed a:hover{

	color:#3c5671;

}



.blockBox-content {

	float:left;

	padding:20px 20px 20px 0px;

}

.blockBox-content-a {

	float:left;

	padding:20px 20px 20px 20px;

}



.image-blockbox {

	-webkit-border-radius: 3px;

    

    border-radius: 3px;

	padding:4px 4px 0px 4px;

	border:1px solid #d0d8da;

	display:inline-block;

	margin-right:20px;

	margin-left:24px;

	margin-bottom:17px;

	

}



.image-blockbox img {

	width:50px;

	height:50px

}



/*content-tabs-news*/

ul.content-tabs-news{

	padding:10px;

}



ul.content-tabs-news li {

	width:100%;

	float:left;

}



.image-blockbox-tag {

	-webkit-border-radius: 3px;

   
    border-radius: 3px;

	padding:4px 4px 0px 4px;

	border:1px solid #d0d8da;

	display:inline-block;

	margin-right:16px;

	margin-left:16px;

	margin-bottom:17px;

	float:left;

	

}



.image-blockbox-tag img{

	width:50px;

	height:50px;
	padding:0px

}

.img-banner{ margin-left:50px; margin-top:10px; margin-bottom:10px;}





a.tag{

	font-weight:600;

	position:relative;

	-webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    transition: all 300ms linear;

}



a.tag:hover{

	color:#385b7e;

	-webkit-animation: myfirst 300ms ease-out;

    -moz-animation: myfirst 300ms ease-out;

    -ms-animation: myfirst 300ms ease-out;

	

}



.news-tag h4{

	line-height:18px

}


/*foooterr*/

.footer{

	background:#d0d3dc;

	border-top:1px solid #babdc2;

	

}



ul.footer-block{

	width:225px;

	padding:30px;

	display:inline-block;

	

}

ul.footer-block li a {

	font-size:12px;

	color:#3b5674;

	position:relative;

	-webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    transition: all 300ms linear;

}

ul.footer-block li a:hover {

	color:#bf2b2b;



}

.footer-logo {

	text-align:center;

}

.footer-logo span {font-size: 12px;
color: #3b5674;}

.copyright{
	background:#fff;
	padding-bottom: 8%; /*agar footer cpr not ketutup benner btm*/
}

ul.copy{

	text-align:center;

	width:100%;

	padding:20px;

}

ul.copy li {

	display:inline-block;

}



ul.copy li a {

	color:#3e5574;

	font-weight:bold;

	font-size:13px;

	}

ul.copy li a:hover {

	color:#bf2b2b;

}



/*flow-nav*/

.flow-nav{

	

	width:100%;

	margin-bottom:15px;

	margin-top:15px;

	float:left;

	background:url(../images/separator_bot.png) repeat-x bottom; 

}



.flow-nav ul{

	float:left;

	padding-bottom:4px;

	font-size:13px;

	color:#3a5874;

	

	

}



.flow-nav ul li {

	display:inline-block;

	margin-right:4px;

}

.flow-nav ul li a{

	font-size:13px;

	color:#72c02e;

	position:relative;

	-webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    transition: all 300ms linear;

}

.flow-nav ul li:hover a{

	color:#3a5874;

/* -webkit-animation: myfirst 300ms ease-out;

    -moz-animation: myfirst 300ms ease-out;

    -ms-animation: myfirst 300ms ease-out; */

}



/*genericcontent*/

.genericcontent{

	width:100%;

	float:left;

	background:#fff;

	padding:15px 0px 15px 0px;

}


 .genericcontent img {
max-width: 500px;
}


.generic-title{

	font-weight:600;

	padding-left:15px;
	padding-right:15px;
	color:#72c02e;

}



.generic-image{

	width:400px;

	margin:0 auto;

	background:url(../images/shadow.png) no-repeat bottom;

	padding:20px 10px 27px 10px;

	position:relative;

}



.generic-image img {

	width:400px;

	height:250px;

}



.generic-image img.generic-ribbon{

	position:absolute;

	top:20px;

	right:20px;

	width:30px;

	height:50px;

}



.generic-content{

	padding:20px;
	font-size:13px;
	line-height:24px;

}



.generic-content p{

	font-size:13px;

}



.generic-video{

	width:560px;

	margin:0 auto;

	padding-bottom:10px;

}





/*for-comment*/





.comm{

	width:100%;

	height:20px;

	font-family:'Open Sans';

	padding:0px 10px;

	color:#3a3c3b;

}

.inputtag{

	float:left;

	text-align:right;

	height:20px;

	padding-right:5px;

	font-size:12px;

	margin-top:4px;

	padding-top:5px;width:100px

}

.inputcomm{

	margin-top:4px;float:left; width:300px

}

.commentheader{

	font-size:16px;

	margin-bottom:10px;

	font-weight:bold;

	margin-top:25px;

	clear:both;

}

#hiddenform{ display:none }



.generic-content form textarea{

	width:80%;

	height:50px;

	font-family:'Open sans';

	padding:5px 10px;

	color:#3a3c3b;

	}

/*backbackbutton-post*/	



.backbutton {

  font-family:'Open Sans';

  color: #3a5874;

  font-size: 16px;

  font-weight:600;

  padding: 8px;

  text-decoration: none;

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  border-radius: 0px;

  -webkit-box-shadow: 2px 2px 3px #5d5d5d;

  -moz-box-shadow: 2px 2px 3px #5d5d5d;

  box-shadow: 2px 2px 3px #5d5d5d;

  text-shadow: 0px 0px 0px #666666;

  border: solid #d1d6d9 1px;

  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e0e0e0));

  background: -moz-linear-gradient(top, #f3f3f3, #e0e0e0);

  cursor:pointer;

}

.backbutton:hover {

  background: -webkit-gradient(linear, 0 0, 0 100%, from(#e0e0e0), to(#f3f3f3));

  background: -moz-linear-gradient(top, #e0e0e0, #f3f3f3)

}



.backbutton:active{ -webkit-box-shadow: inset 2px 2px 3px #5d5d5d;

  -moz-box-shadow:inset 2px 2px 3px #5d5d5d;

  box-shadow:inset 2px 2px 3px #5d5d5d;}

  

  

 .fb{

	 width:250px;

	 margin:0 auto;

	 clear:both;

	 padding:15px 0;

 }

 

 /*butik store css add 4 maret 2013 */

 ul.productList {

	margin: 0px !important;

	margin-right: -5px !important;

	padding: 0px !important;

	list-style: none;

}

.content ul.productList {

	margin-left: 20px !important;

	margin-right: 20px !important;

}

.full ul.productList {

	padding-left: 10px !important;

}

ul.productList li {

	float: left;

	width: 190px;

	padding: 0 5px 0 5px;

	height: 300px;

	margin-bottom:10px;

	/*margin: 14px 24px 14px 4px;*/

	/*background: url(../images/product-bg.gif) top left no-repeat;*/

}

.tab_container ul.productList li{

	margin:0 0px;

}

.full ul.productList li {

	margin-right: 5px;

	margin-bottom: 5px;

}

ul.productList li .productTitle {

	height: 41px;

	padding: 4px 2px 2px 5px;

	overflow: hidden;

	text-align: left;

	font-size: 13px;

	color:#fff;

	margin:-50px 0 0 0;

	z-index:100;

	background-color:#333;

	position:relative;

	opacity:0.7;

  	filter:alpha(opacity=70);

}

ul.productList li .productTitle h5 {

	margin: 0px !important;

	padding: 0px !important;

	font-size: 13px;

	line-height: 130%;

	height: 18px; overflow:hidden;

}



ul.productList li .productTitle h5 a {

	/*color: #84ac1d;*/

	color:#fff;

	text-decoration: none;

	font-size: 13px;

	font-weight: normal;

}

ul.productList li .productTitle h5 a:hover {

	text-decoration: underline;

}

ul.productList li .productTitle .cat{ display:none }

ul.productList li .productImg .thumb {

	padding: 0px;

	overflow: hidden;

	text-align: center;

	vertical-align: middle;

	position: relative;

	

}

ul.productList li .productImg .thumb img { width:190px; height:300px}

ul.productList li .productImg .thumb div img {

	vertical-align: middle; /* width: 224px; height: 340px; */

}

ul.productList li .productPrice {

	padding: 0px;

}

ul.productList li .productPrice .mainprice {

	margin: 0px !important;

	padding: 0px 0 5px 0!important;

	font-size: 16px;

	line-height: 150%;

	color: #fff; font-weight:bold; text-align:right; float:right;

}

ul.productList li .productPrice .mainprice span {

	font-size: 11px; font-weight: normal;

}

ul.productList li .productPrice label { padding-left:10px; color:#6EA117}

ul.productList li .productPrice s {

	font-size: 11px;

	color: #ddd;

	line-height: 100%;

	text-decoration: line-through;

}

ul.productList li .productPrice .markupprice {

	float:left;

}

ul.productList li .productBtn {

	height: 22px; padding-top:5px;

	text-align: center;

}

.linkMore {

	clear: both;

	padding: 10px 0px 5px 0px;

	text-align: right;

	font-size: 10px;

}

.linkMore a, .linkMore a:hover {

	text-decoration: none;
 
}

.news-tag a {
	font-weight: 600;
	position: relative;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	}
.news-tag a:hover {
	color: #385b7e;
	}
	
.addthis_toolbox { padding-top:10px} 

.abjad {
	margin:20px 0;
	float:left;
}

.abjad div{ 
	background: #fff;
	border: 1px solid #e1e1e1;
	width:14px;
	text-align:center; 
	padding:3px; 
	float:left; 
	margin:2px 1px 2px 2px }
.abjad div:hover, .abjad div.active, .abjad div:hover a{ 
	background-color:#5EBB0A; 
	font-weight:bold;
	color:#fff; }
.abjad a{ 
	text-decoration:none; 
	font-weight:bold; 
	font-size:12px }
.abjad a:hover{ 
	text-decoration:underline;
	 color:#fff }
	 
.artiscontainer { 
display:inline-block;
width: 305px; 
overflow:hidden}

.artisactive {
	padding: 5px 2px 5px 5px;
	background-color:#f7f5f5;
	border-bottom: 1px dotted #909398;
}

.artisitem  h2 a{
	color:#3a5874;
	font-weight:bold;
	padding-left:5px;
	font-size:13px;
	position: relative;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
}

.artisitem  {
	padding: 15px 2px 15px 5px;
	border-bottom: 1px dotted #909398;
}

.artisitem  h2 a:hover {
	/* -webkit-animation: myfirst 300ms ease-out;
	-moz-animation: myfirst 300ms ease-out;
	-ms-animation: myfirst 300ms ease-out; */
	color:#72c02e;}

.artiscontainer-b { 
display:inline-block;
width: 200px; 
overflow:hidden}

.artisitem-b h2 a{
	color:#3a5874;
	font-weight:bold;
	padding-left:5px;
	font-size:13px;
	position: relative;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
}

.artisitem-b  {
	padding: 15px 2px 15px 5px;
	border-bottom: 1px dotted #909398;
}

.artisitem-b  h2 a:hover {
/* 	-webkit-animation: myfirst 300ms ease-out;
	-moz-animation: myfirst 300ms ease-out;
	-ms-animation: myfirst 300ms ease-out; */
	color:#72c02e;}
	
.contactContainer{

	width:100%;

	float:left;

	background:#fff;

	padding:20px 20px 20px 20px;
	
	font-size:14px;
}

.contactContainer-l{

	width:100%;

	float:left;

	background:#fff;

	padding:20px 20px 20px 20px;
	
	font-size:14px;
	
	color: #1F7A1F;
	
	font-style:bold;

}


h2.contactSub {
	/* margin: 5px 0px !important; */
	/*  padding: 9px 15px 10px 15px !important;  */
	height: 21px;
	font-size: 15px;
	color: #3479a2;
	/* background: url("http://carapedia.com/themes/simpleBox/images/bgSubTitle.gif") top left no-repeat; */
}

table.genericsmall{
	background-color:#CCCCCC;
	font-family: 'Open Sans',Arial, sans-serif;
	/* border-spacing:1px; */
	width:500px;
	margin-left:110px;
}

table.genericsmall td{
	padding:5px;
	font-size:13px;
}

table.genericsmall tr:hover{
	background-color: #eef;
}

table.genericsmall tr{
	background-color:#fff;
}


table.genericsmall tr.genericheadsmall{
	background-color: #FF99CC;
}

pre {
    background-color: #DDDDDD;
    font-family: monospace;
    font-size: 11px;
    /* margin-left: 5px; */
    /* padding-left: 5px; */
    width: 605px;
	overflow: auto;
}

.pagination {
	float:left;
	margin-bottom:25px;}
.pagination a {
	background:#fafafa;
	padding:1px 5px;
	border:1px solid #e1e1e1;
	border-radius:3px;
	webkit-border-radius:3px;
	-moz-box-shadow:0px 2px 1px 0px #777777;
-webkit-box-shadow:0px 2px 1px 0px #777777;
box-shadow:0px 2px 1px 0px #777777;
margin-right:2px}

.pagination a:hover {
	background:#3a5874;
	color:#fff;
}

.pagination span {
	background:#3a5874;
	color:#fff;
	padding:1px 5px;
	border:1px solid #e1e1e1;
	border-radius:3px;
	webkit-border-radius:3px;
	-moz-box-shadow:0px 2px 1px 0px #777777;
-webkit-box-shadow:0px 2px 1px 0px #777777;
box-shadow:0px 2px 1px 0px #777777;
margin-right:2px;
font-size:14px;
	
}

 #infoMendorong {
width: 225px;
overflow: hidden;
white-space: nowrap;
}

#add2cartmessageinsidetext
 {
color: red;
padding : 20px
}

@charset "utf-8";

/* CSS Document */



#featured{ 

	width:710px; 

	padding-right:250px; 

	position:relative; 

	height:310px; overflow:hidden;

	background:#fff;

	float:left

}

#featured ul.ui-tabs-nav{ 

	position:absolute; 

	top:0; left:880px; 

	list-style:none; 

	padding:0; margin:0; 

	width:107px; height:350px;

	overflow:auto;

	overflow-x:hidden;

}

#featured ul.ui-tabs-nav li{ 

	padding:1px 0; padding-left:13px; padding-right:27px; 

	font-size:12px; 

	color:#666; 

}

#featured ul.ui-tabs-nav li img{ 

	float:left; margin:11px 5px; 

	background:#fff; 

	padding:2px; 

	border:1px solid #eee;

	width:50px;

	height:30px;

}

#featured ul.ui-tabs-nav li span{ 

	font-size:11px; font-family:Verdana; 

	line-height:18px; 

}

#featured li.ui-tabs-nav-item a{ 

	display:block; 

	height:58px; text-decoration:none;

	color:#333;  background:#fff; 

	line-height:20px; outline:none;

	border:1px solid #e5e5e5;

}

#featured li.ui-tabs-nav-item a:hover{ 

	border:1px solid #a9bdd5;

}

#featured li.ui-tabs-selected, #featured li.ui-tabs-active{ 

	background:url('images/selected-item.gif') top left no-repeat;  

}

#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a{ 

	border:1px solid #a9bdd5;

}

#featured .ui-tabs-panel{ 

	width:880px; height:310px; 

	background:#999; position:relative;

}

ul.tabs li a {
padding-top: 15px;
padding-bottom: 15px;
background: #f3f2f2;
width: 107px;
text-align: center;
display: inline-block;
border-bottom: 1px solid #d0d8da;

}

#featured .ui-tabs-panel img{ 

	width:880px; height:310px; 

}

#featured .ui-tabs-panel .info{ 

	position:absolute; 

	bottom:30px; left:0; 

	height:70px; 

	background:url(../images/transparent-bg.png); 

}

#featured .ui-tabs-panel .info a.hideshow{

	position:absolute; font-size:11px; font-family:Verdana; color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;

}

#featured .info h2{ 

	font-size:12px; font-family: 'Open Sans', sans-serif;

	color:#fff; padding:5px; margin:0; font-weight:normal;

	overflow:hidden; 

}

#featured .info p{ 

	margin:0 5px; 

	font-family:Verdana; font-size:11px; 

	line-height:15px; color:#f0f0f0;

}

#featured .info a{ 

	text-decoration:none; 

	color:#fff;

	font-family: 'Open Sans', sans-serif;

}

#featured .info a:hover{ 

	text-decoration:underline; 

}

#featured .ui-tabs-hide{ 

	display:none; 

}





/*jquery-tabs  css by fuad-arbiansyah */

ul.tabs{

	padding-left:1px

	}

ul.tabs li{

	list-style:none;

	border-right: 1px solid #d0d8da;

	float:left;

	 margin-bottom:20px;

	

	

}



ul.tabs li:last-child{

	border-right:none;

}



ul.tabs li a{

	padding-top: 15px;

	padding-bottom: 15px;

	background:#f3f2f2;

	width:107px;

	text-align:center;

	display:inline-block;

	border-bottom:1px solid #d0d8da;

}



ul.tabs li a.active{ 

background:#fff;

border-bottom:1px solid #fff;}



/*tabs*/

 div#tab1, div#tab2, div#tab3{

	 padding:15px;

 	

}
.page-artikel {
	background:#fafafa;

	border-bottom:1px solid #e1e1e1;

	padding:10px 10px 10px 15px;
	margin-bottom:5px;
}
.page-artikel h1 {
	font-size:18px;
	color: #3a5874;
	
	}
#tfbTab {
	background: url(//img.carapedia.com/images/banner/diskon-carapedia.gif) no-repeat scroll left top #CCC; /* //http->https */
	cursor: pointer;
	height: 300px;
	position: fixed;
	right: -3px;
	bottom:0;
	width: 210px;
	z-index: 8765;
	border:2px solid #999;
}

/*banner fixed bottom*/
#floating-banner{
    bottom: 0;
    width: 100%;
    max-width: 980px;
    /*margin-left: 11px;*/
    position: fixed;
    left: 50%;
    transform: translate(-49%, 0);
}

#floating-banner img {
	position: fixed;
    bottom: 0px;
    left: 50%;
    width: 984px;
    max-height: 78px;
    transform: translate(-50%, 0%);
	/*width:100%;*/
}

span.boxclose {
    right: 0;
    bottom: 60px;
    margin-right: -1%;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    line-height: 15px;
    padding: 4px 4px;
    width: 15px;
    height: 16px;
    position: absolute;
}

.boxclose:before {
    content: "×";

}


/* minimize popup */
@media (max-width: 768px) {
	.masking {
		top: 0px !important;
		position: absolute !important;
	}
	.popup_cell form img ,
	.popup {
		width: 90%;
		height: auto;
	}
	.popup .h1 {
		font: 400 18px/18px Arial, Helvetica, sans-serif;
	}
	.subs {
		height: auto;
		padding:10px
	}
	span.boxclose {
		bottom: 42px;
    	margin-right: 0%;
	}
}

@media (max-width: 480px) {
	span.boxclose {
		bottom: 20px;
    	margin-right: 0%;
	}
}

@media (max-width: 360px) {
	span.boxclose {
	    bottom: 15px;
	    margin-right: 0%;
	}
}

@media (max-width: 992px) {
	#floating-banner {
	    transform: translate(-50%, 0%);
	}

	#floating-banner img{
	    width: 100%;
	}
}