html {
overflow-y: scroll;
}
body{
font-family: Calibri, Helvetica, Verdana, sans-serif;
margin-bottom:20px;
background-image: url(../img/page.png), url(../img/header-spacer.png);
background-position: center,0 37px;
background-repeat: repeat-y, repeat-x;
}
a{
color:#350;
font-weight:700;
}
#content a{
background-repeat: no-repeat;
background-image: url(../img/el.png);
padding-left:18px;
}
#content a[href^="mailto:"]
{ 
background-repeat: no-repeat;
background-image: url(../img/posta.png);
padding-left:22px;
}
#content a:hover[href^="mailto:"]
{ 
background-repeat: no-repeat;
background-image: url(../img/posta2.png);
padding-left:22px;
}
#imageSlider a{
background-repeat: no-repeat;
background-image: none !important;
padding-left:0  !important;
}
#content a:hover{
background-image: url(../img/el2.png);
}
#grid a{
background-image: none;
}
#grid a:hover{
background-image: none;
}
#carousel a{
background-image: none;
}
#carousel a:hover{
background-image: none;
}
a:hover{
color:#000;
font-weight:700;
}
p{
  text-align:justify;	
}
figure{
  text-align:center;
  font-weight:700;
  font-size:12px;
}
::selection {
color:#F50;
text-shadow: 0px 0px 1px #000;
}
.img-align-center{
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}
.img-align-left{ 
  float: left; 
  margin: 5px; 
  margin-left:0;
}
.img-align-right{ 
  float: right; 
  margin: 5px; 
  margin-right:0;
}

header[role='banner']{
width: 928px;
height: 93px;
background-position: 7px 24px;
background-image: url(../img/header.png);
background-repeat: no-repeat;
margin:auto;
}
header[role='banner'] h1{
float:left;
position:relative;
text-indent: -319968px;
left:14px;
top:24px;
height:57px;
width:320px;
opacity:0.8;
}
header[role='banner'] h2{
float:right;
text-align: right;
padding-right: 25px;
margin-top: 4px;
}
header[role='banner'] nav{
margin-top:-27px;
float:right;
padding-right:25px;
}
.menu{
display:block;
text-align: right;
margin-top:32px;
width:580px;
}
.menu li{
display:inline-block;
}
.menu li a{
display: block;
padding-left:10px;
padding-right:10px;
padding-top:19px;
margin-left:2px;
color: #442;
height:37px;
font-weight:700;
}
.menu li a:hover{
text-shadow: 0px 0px 2px #FFF;
background-color:#FFF;
opacity: 0.2;
}
.menu li a.hvr{
text-shadow: 0px 0px 2px #FFF;
background-color:#FFF;
opacity: 0.2;
}
.sub-menu{
display: none;
position:absolute;
z-index:200;
opacity:0.8;
}
.sub-menu li{
display:block;
text-align: left;
}
.sub-menu li a{
display: block;
padding:5px;
padding-left:10px;
padding-right:10px;
margin-left:2px;
color: #000;
background-color:#DDD;
height:22px;
}
.sub-menu li a:hover{
text-shadow: 0px 0px 2px #FFF;
background-color:#FFF;
opacity: 0.8;
}
.page-title{
  padding: 20px;
  font-size: 24px;
  width: 889px;
}
#content{
margin-top: 0;
margin-bottom: 0;
margin: auto;
width: 928px;
padding-bottom:40px;
min-height: 100%;
/*background-image: url(../img/page.png);*/
}
#content>p{
padding-left: 40px;
padding-right: 40px;
padding-top:20px;
}
.content-div{
padding-left: 40px;
padding-right: 40px;
padding-top:20px;
}
#content>ul>li{
margin-left: 90px;
}
#content>h2 {
padding-top: 40px;
padding-left: 40px;
}
#content>img{
padding-left: 40px;
padding-right: 40px;
}
#grid{
padding-left: 40px;
padding-right: 40px;
padding-bottom: 50px;
height:200px;
}
#grid>div{
float:left;
width: 33.333%;
}
.grid-par{
padding:10px;
}
.related-products{
padding-bottom:40px;
padding-top:30px;
text-align:center;
}

div #slider{
  width: 750px;
  height: 270px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 19px;
  padding-top: 14px;
  padding-bottom: 27px;
  background-image: url(../img/border.png);
}
#imageSlider {
    width: 750px; /* important to be same as image width */
    height: 270px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 750px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	list-style-type: none;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
div #image{
  width: 750px;
  height: 270px;
}
.qb-dots{
  position: relative;
  left: 10px;
  top: 244px;
  height: 16px;
  margin:0px;
  padding:2px;
  display: inline-block;
  z-index:1020;
}
.qb-dot{
  background-color: #069;
  border-radius: 8px;
  border: 2px solid #FFF;
  margin-right: 6px;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
}
.qb-dot-active{
  background-color: #FFF;
  opacity: 0.8;
}

.ac-kapa-left{
  margin-left:-40px;
  padding-right: -40px;
}
.ac-kapa-right{
  margin-right:-46px;
}
.ac-kapa-left h1{
  width:325px;
  height:76px;
  font-size:18px;
  text-align: right;
  display:table-cell;
  vertical-align:middle;
  padding-right: 20px;
}
.ac-kapa-left p{
  width:230px;
  height:71px;
  margin-left:20px;
  padding-right: 20px;
  display:none;
}
.ac-kapa-right h1{
  width:325px;
  height:77px;
  font-size:18px;
  text-align: left;
  display:table-cell;
  vertical-align:middle;
  padding-left: 20px;
}
.ac-kapa-right p{
  width:230px;
  height:71px;
  margin-left:10px;
  margin-right:20px;
  display:none;
}
.ev-ofis{
  background-image: url(../img/evim.png);
}
.emlakci{
  background-image: url(../img/emlakci.png);
}
.entegrator{
  background-image: url(../img/sistementegratoru.png);
}
.insaat-muteahhit{
  background-image: url(../img/muteahhit.png);
}
.elektrikci{
  background-image: url(../img/elektrikci.png);
}
.mimar{
  background-image: url(../img/mimar.png);
}

.news-title {
  font-size: 18px;
  font-weight: 900;
  background-color:transparent;
  background-repeat: no-repeat;
  background-position: 7px 0px;
  background-image: url(../img/accordion-header.png);
  padding:10px;
  padding-left:40px;
  margin-top: 5px;
  margin-left:-40px;
  margin-right:-40px;
  height: 48px;
  cursor: pointer;
}

.accordion-title {
  font-size: 18px;
  font-weight: 900;
  background-color:transparent;
  background-repeat: no-repeat;
  background-position: 14px 5px,7px 0px;
  background-image: url(../img/alu-left.png), url(../img/accordion-header.png);
  padding:10px;
  padding-left:40px;
  margin-top: 5px;
  height: 48px;
  cursor: pointer;
}
.accordion-content {
  font-size: 16px;
  line-height: 22px;
  padding-left:24px;
  padding-right:24px;
}
.accordion-content p{
  text-align: justify;
}
.accordion-active-title{
  background-color:transparent;
  background-repeat: no-repeat;
  background-position: 14px 5px,7px 0px;
  background-image: url(../img/alu-down.png), url(../img/accordion-header.png); 
}
.more {
  padding-top : 10px;
  text-align: right;
}

#modal-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #666;
  opacity: .50;
  z-index: 1000;
}
#modal-content {
  position: fixed;
  height: 380px;
  width:400px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #EEE;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAYAAABIdFAMAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxEAAAsRAX9kX5EAAAARSURBVBhXY6g+5/R/SBFO/wETJFtpbJAIaAAAAABJRU5ErkJggg==);
  background-repeat: repeat-x;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 #222;
  display: none;
  padding: 10px;
  z-index: 1000;
}
#modal-content h1{
  font-size: 16px;
  display: inline-block;
  padding-bottom:20px;
}
#close-modal{
  float:right;
  cursor:pointer;
}
fieldset{
	margin-bottom: 5px;
}
input[type="text"]{
  float:right;
  margin-right:7px;
  width:250px;
}
input[type="checkbox"]{
  margin-left:139px;
}
input[type="button"]{
  float:right;
  margin-right:6px;
}
select{
  width:254px;
  float:right;
  margin-right:7px;
}
textarea{
  float:right;
  margin-right:7px;
  width:248px;
  height:100px;
  resize: none;
}
#modal-background.active, #modal-content.active {
  display: block;
}
#floatingAd{
  position: fixed;
  top:0;
  left:0;
}
#floatingNav{
  position:fixed;
  top: 0px;
  bottom: 0px;
  margin:auto;
  right: 0px;
  padding: 0px;
  width: 48px;
  height: 170px;
  display: inline-block;
  background-color: #EEE;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 0px;
  z-index: 101;
}
#contact{
  border-bottom: 1px solid #DDD;
}

#social{
  border-top: 5px solid #FFF;
}

#floatingNav nav ul li{
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 0px;
  background-repeat: no-repeat;
  margin:3px;
}

#contact li{
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}
#social li a{
  width: 100px;
  height: 100px;
  display: inline-block;
}
footer{
  position:fixed;
  width: 100%;
  background-color:#333;
  display: block;
  height: 25px;
  z-index: 100;
  bottom:0px;
  left: 0;
  right: 0;
  margin: auto;
}
footer div{
  width: 880px;
  padding-top: 5px;
  margin: 0 auto;
}
#telephone{
  color: #EEE;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  background-image: url(../img/phone.png);
  background-repeat: no-repeat;
  padding-left:24px;
}
#copyright{
  margin-top: 1px;
  color: #EEE;
  font-size: 12px;
  font-family: 'Ubuntu', sans-serif;
  float: right;
}
#carousel
{
  position:relative;
  left:14px;
  width:880px;
  height: 150px;
  overflow:hidden;	
}
#carousel ul{
  padding-left:4px;
  list-style:none;
  overflow:hidden;
}
#carousel ul li{
  display:inline-block;
  padding-left:22px;
}
.news-content{
  padding-top:10px;
  padding-bottom:30px;	
}
.address, .sales, .support{
  float: left;
  width:280px;	
}
#ik-grid>div{
  width: 397px;
  height: 223px;
  background-image:url(../img/paper.png);
  margin-left:28px;
  padding-left: 25px;
  padding-top: 25px;
  float:left;
}
#ik-grid h2{
  padding: 5px;
  font-size:13px;
}
#ik-grid li{
  margin-left:50px;	
}
.ik-text{
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 40px;
  text-align:center;
  float:left;
  width:900px;
}
.technical-data{
  margin: auto;
}
.technical-data caption{
  font-weight:700;
  border-bottom:2px solid #DDD;
}
.technical-data th{
  padding-bottom:10px;
  text-align:right;
}
.technical-data td{
  padding-bottom:10px;
  padding-left:5px;
  vertical-align:bottom;
}