/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
padding-bottom: 40px;
color: #424242;
background:#f9f9f9 url(../images/bg.png) repeat left top;
font-family: 'Roboto Condensed', sans-serif;
height:%100;
}

header{

margin-bottom: 60px;
padding: 0;
width: 100%;	
}


/* subHeader */
.subHeader {
background:#f5f5f5;
border-top: 1px solid #d7d7d7;
border-bottom: 1px solid #cfcfcf;
height:100px;
}
.subHeader select {
display: none;
}
/* logo */
.subHeader .siteLogo {
float:left;
}
.subHeader .siteLogo h1 {
line-height: 48px;
margin:9px 0 0;
padding:0;
}
.subHeader .siteLogo img {
display: block;
border:none;
margin:0;
padding:0;
}

*=================== navbar ================*/
.navbar {
margin:0;
width:100%;
min-height: 0;
height: 49px;
padding-left: 0;
padding-right: 0;
background-color: transparent;
background-image:none;
filter:none;
border:none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.navbar select {
display: none;
}
.navbar .nav {
margin: 30px 0 0 80px;
}
.navbar .nav > li {
line-height:49px;
position:relative;
margin-left:1.5px;
-webkit-transition:background .1s linear;
-moz-transition:background .1s linear;
transition:background .1s linear;
}
.navbar .nav > li:hover {
background:#cc544e;
color:#fff !important;
}
.navbar .nav > li:first-child a {
font-size: 16px;
padding:0 16px;
}
.navbar .nav li span {
display: none;
color:#333;
}
.navbar .nav > li > a {
padding: 0 11px;
color: #505050;
text-shadow: 0 1px 0 rgba(255,255,255, .1);
-moz-text-shadow: 0 1px 0 rgba(255,255,255, .1);
-webkit-text-shadow: 0 1px 0 rgba(255,255,255, .1);
text-transform: uppercase;
font-size: 16px;
font-weight:500;
}
.navbar .nav > li:hover > a:focus,
.navbar .nav > li:hover > a:hover,
.navbar .nav > li:hover > a:focus i,
.navbar .nav > li:hover > a:hover i,
.navbar .nav > li:hover > a:focus span,
.navbar .nav > li:hover > a:hover span {
color:#fff;
}
.navbar .nav > li:hover a{
color:#fff;
}
.navbar .nav .active a,
.navbar .nav .active a:hover,
.navbar .nav .active a:focus
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > .active > a i,
.navbar .nav > .active > a:focus i,
.navbar .nav > .active > a:hover i,
.navbar .nav > .active > a span,
.navbar .nav > .active > a:focus span,
.navbar .nav > .active > a:hover span {
color: #fff;
text-decoration: none;
background: #cc544e;
background-color: #cc544e;
filter:#5d514b;
-webkit-text-shadow:0 1px 0 rgba(0,0,0,.1);
-moz-text-shadow:0 1px 0 rgba(0,0,0,.1);
text-shadow:0 1px 0 rgba(0,0,0,.1);
cursor:default;
}

/* ul nested inside ul */
.navbar .nav ul {
position: absolute;
left:-1px;
background: #cc544e;
z-index:100;
border:1px solid #c7c7c7;
border-top:none;
-webkit-border-radius:0 0 4px 4px;
-moz-border-radius:0 0 4px 4px;
border-radius:0 0 4px 4px;
list-style: none;
margin:0;
padding:0;
display: none;
}
.navbar .nav ul li {
margin:0;
padding:0;
color:#fff;
border-top:1px solid rgba(255,255,255,.1);
border-bottom:1px solid rgba(0,0,0,.1);
}
.navbar .nav ul li:first-child {
border-top:none;
}
.navbar .nav ul li a {
color:#fff;
width:200px;
white-space: nowrap;
padding:6px 18px 6px 12px;
display: block;
font-size:14px;
text-transform: uppercase;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}
.navbar .nav ul li a:hover {
text-decoration: none;
background:rgba(0,0,0,.2);
}
.navbar .nav li:hover ul {
display: block;
}

/*===================== carousel ========================*/
.carousel {
position: relative;
line-height: 1;
margin:0;
padding:4px;
background:#fff;
border:1px solid #e0e0e0;
-moz-box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.05);
box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.carousel-control {
position: absolute;
top: 50%;
left: 15px;
width: 20px;
height: 20px;
margin-top: -10px;
font-size: 30px;
line-height: 15px;
color: #fff;
text-align: center;
background: #222222;
border: 3px solid #ffffff;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 23px;
opacity: 0.5;
filter: alpha(opacity=50);
}
.carousel-inner > .item > img {
min-width:100%; 
}

/*slideshow*/
.slideShow {
margin:4px 0 24px 0;
}

/*===================== socials ================*/
.socials {
margin:0;
padding:0;
list-style: none;
}
.socials li {
  float:left;
  padding:0;
  margin:0;
  margin-right:1px;
  font-size:18px;
  width:32px;
  height:34px;
  text-align: center;
  line-height:34px;
}
.socials li:last-child {
  margin-right:0;
}
.socials li a i {
  -webkit-text-shadow:inset 0 -1px 0 rgba(0,0,0,.5);
  -moz-text-shadow:inset 0 -1px 0 rgba(0,0,0,.5);
  text-shadow:inset 0 -1px 0 rgba(0,0,0,.5);
}
.socials li a {
  color:#a9a9a9;
  display: block;
  background-color: #e0e0e0;
  -webkit-transition:background-color .2s linear;
  -moz-transition:background-color .2s linear;
  transition:background-color .2s linear;
}
.socials li a:hover {
  text-decoration: none;
  color:#fff;
}
/*facebook*/
.socials li a.social-facebook:hover {
  background-color:#266aa8;
}
/*twitter*/
.socials li a.social-twitter:hover {
  background-color:#00aec8;
}
/*gooleplus*/
.socials li a.social-gooleplus:hover {
  background-color:#484544;
}
/*linkedin*/
.socials li a.social-linkedin:hover {
  background-color:#009640;
}
/*github*/
.socials li a.social-github:hover {
  background-color:#e81962;
}
/*pinterest*/
.socials li a.social-pinterest:hover {
  background-color:#e12531;
}

.title-header{
padding:0px 0 14px 0;
color:#cc544e;	
}


/* PRODUCT ITEMS */


/* Center align the text within the three columns below the carousel */
.marketing .span4 {
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .span4 p {
  margin-left: 10px;
  margin-right: 10px;
}

.products{
  padding:50px 0 0px 0;
  text-align:center;
}

.products-main{
  padding:10px 0 20px 0;
  text-align:center;
}

/*Footer */

footer {
	margin: 72px 0 0 0;
}

.footer-outer {
	padding: 14px 0;
	margin-bottom: 12px;
	background: #444c4e;
	border-top: 5px solid #cc544e;
	border-bottom: 5px solid #cc544e;
}

.product-detail{
	
	font-size:16px;	
}

.kartela{
	
	margin:35px 0 0 0;
		
}


.galeri-image{
	
	background: #eeeeee;
	border:1px solid #cfcfcf;
	padding:5px;
	
}
