@charset "UTF-8";
/*******************************************************************************
**
**  Global Css
**  Author: Emre Volkan Ucar
**  Create: 16.10.2014
**
*******************************************************************************/
/*****************
**
**  Function
**
*****************/
/*****************
**
**  Variable Color
**
*****************/
/*****************
**
**  Global
**
*****************/
.container {
  width: 1000px;
  margin: 0 auto;
}

.imgBorder {
  padding: 3px;
  border: 1px solid #cecece;
  background-color: #ffffff;
}

.imgFullWidth {
  width: 100%;
  height: auto;
}

div.noPadding {
  padding: 0px !important;
}

span.characterCount {
  line-height: 32px;
  display: inline-block;
  margin-right: 5px;
  color: #cecece;
}

h3 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #cecece;
}

h4 {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #cecece;
}

.borderTop {
  border-top: 1px dashed #cecece;
}

.borderRight {
  border-right: 1px dashed #cecece;
}

.borderBottom {
  border-bottom: 1px dashed #cecece;
}

.borderLeft {
  border-left: 1px dashed #cecece;
}

.paddingLeft40 {
  padding-left: 40px;
}

div.threeCol {
  width: 33%;
  height: 200px;
  padding: 15px 15px 15px 30px;
}
div.threeCol div.colTitle {
  padding-left: 20px;
  font-size: 16px;
  color: #000000;
  font-style: italic;
  line-height: 1.2;
}

table.vTable a:link {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

table.vTable a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}

table.vTable a:active,
table.vTable a:hover {
  color: #bd5a35;
  text-decoration: underline;
}

table.vTable {
  color: #666;
  font-size: 12px;
  background: #eaebec;
  border: #ccc 1px solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
}

table.vTable th {
  padding: 11px 15px 12px 15px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
  color: #cecece;
  text-shadow: 0 1px 0 #000;
  text-align: center;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#2c2c2c));
  background: -moz-linear-gradient(top, #3f3f3f, #2c2c2c);
}

table.vTable tr:first-child th:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

table.vTable tr:first-child th:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

table.vTable tr td:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 0;
}

table.vTable tr td {
  padding: 5px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

table.vTable tr.even td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

table.vTable tr:last-child td {
  border-bottom: 0;
}

table.vTable tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

table.vTable tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

table.vTable tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

a#humanResourcesButton {
  display: block;
  width: 250px;
  height: 75px;
  margin: 10px 0;
  background: url(../Images/humanResources.jpg) center center no-repeat;
}

/*****************
**
**  Loading
**
*****************/
div#loading {
  height: 100%;
  width: 100%;
  z-index: 999999;
  position: fixed;
  background-color: #000;
}
div#loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 128px;
  margin-top: -64px;
  /* Half the height */
  margin-left: -64px;
  /* Half the width */
}
div#loading p#waitMessage {
  top: 50%;
  left: 50%;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  padding: 10px;
  text-align: center;
  margin: 100px 0 0 -130px;
  color: #d59e0f;
  display: none;
}

/*****************
**
**  Icon Global
**
*****************/
i.miniHome {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: text-top;
  background: url(../Images/icon/miniHome.png);
}

/*****************
**
**  Input Global
**
*****************/
input.inpGlobal {
  width: 100%;
  font-size: 14px;
  padding: 8px 10px;
  margin-bottom: 10px;
  border: solid 5px #f0f0f0;
  box-shadow: inset 0 0 0 1px #cecece;
  transition: box-shadow 0.3s, border 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input.inpGlobal:focus {
  outline: none;
  border: solid 5px #cecece;
}

input.inp100 {
  width: 100px !important;
}

input.inp150 {
  width: 150px !important;
}

input.inp200 {
  width: 200px !important;
}

input.inp245 {
  width: 245px !important;
}

input.inp300 {
  width: 300px !important;
}

input.inp400 {
  width: 400px !important;
}

input.inpFull {
  width: 100% !important;
}

textarea.txtAreaFull {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  resize: none;
  border: solid 5px #f0f0f0;
  box-shadow: inset 0 0 0 1px #cecece;
  transition: box-shadow 0.3s, border 0.3s;
}

textarea.txtAreaFull:focus {
  outline: none;
  border: solid 5px #cecece;
}

/***************************************************
**
**  Slider
**
***************************************************/
#slider {
  height: 525px;
  width: 100%;
  min-width: 1000px;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #d59e0f;
}
#slider ul.sliderList {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
#slider ul.sliderList li {
  left: 0;
  top: 0;
  position: absolute;
  display: none;
  width: 100%;
  height: 525px;
}
#slider ul.sliderList li:first-child {
  display: block;
}
#slider a.sliderButton {
  width: 32px;
  height: 50px;
  display: inline-block;
  position: absolute;
  background-color: red;
  z-index: 9999;
}
#slider a.sBLeft {
  left: 30px;
  top: 270px;
  background: url(../Images/slider/sBLeft.png) center center no-repeat;
}
#slider a.sBRight {
  right: 30px;
  top: 270px;
  background: url(../Images/slider/sBRight.png) center center no-repeat;
}

#sliderNav {
  height: 48px;
  width: 1000px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -500px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#sliderNav ul {
  height: 48px;
}
#sliderNav ul li {
  height: 40px;
  width: 25%;
  float: left;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  color: #f4f4f4;
  margin-top: 8px;
  cursor: pointer;
  border-right: 1px solid #d59e0f;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Nav Icon */
}
#sliderNav ul li:last-child {
  border-right: none !important;
}
#sliderNav ul li.active {
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  margin-top: 0 !important;
  background: #d59e0f !important;
}
#sliderNav ul li i {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  background-size: contain;
}
#sliderNav ul li i.seramik {
  margin-right: 4px;
  background: url(../Images/icon/seramik.png) center center no-repeat;
}
#sliderNav ul li i.enerji {
  margin-right: 4px;
  background: url(../Images/icon/enerji.png) center center no-repeat;
}
#sliderNav ul li i.metalik {
  margin-left: 4px;
  background: url(../Images/icon/metalik.png) center center no-repeat;
}
#sliderNav ul li i.hizmet {
  margin-left: 4px;
  background: url(../Images/icon/hizmet.png) center center no-repeat;
}

.opacity #sliderNav ul li {
  background-color: rgba(0, 0, 0, 0.8);
}

.no-opacity #sliderNav ul li {
  background: url(../Images/ie8/sliderNavBg.png) repeat;
}

.no-opacity #sliderNav ul li.active {
  background: transparent #d59e0f !important;
}

/***************************************************
**
**  Video
**
***************************************************/
div#videoHeader {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
div#videoHeader div#videoWrapper {
  height: 100% !important;
  width: 100% !important;
}

/***************************************************
**
**  Second Page
**
***************************************************/
div#secondHeaderBackground {
  height: 490px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #d59e0f;
}

div#miniHeaderBackground {
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #d59e0f;
}

div#slideTab {
  display: inline-block;
}
div#slideTab ul#slideTabNav {
  display: inline-block;
  margin: 0;
  padding: 0;
}
div#slideTab ul#slideTabNav li {
  cursor: pointer;
  float: left;
  font-size: 12px;
  padding: 0 20px;
  font-weight: 600;
  line-height: 50px;
  color: #505050;
  border-right: 1px dashed #cecece;
  border-bottom: 1px dashed #cecece;
}
div#slideTab ul#slideTabNav li:Hover {
  color: #FFF;
  background-color: #d59e0f;
}
div#slideTab ul#slideTabNav li:last-child {
  border-right: none !important;
}
div#slideTab div.tabContainer {
  width: 690px;
  height: 1000px;
  display: inline-block;
  position: relative;
  background-color: green;
}
div#slideTab div.tabContainer div.tabContent {
  width: 690px;
  position: absolute;
  left: 0;
  top: 0;
  float: left !important;
  background-color: black;
}

div#secondPageTitle {
  height: 34px;
  width: 1000px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -500px;
  background-color: rgba(250, 250, 250, 0.9);
  border-bottom: 1px solid #d59e0f;
}
div#secondPageTitle span.sPTitle {
  width: 250px;
  float: left;
  display: block;
  color: #f1f1f1;
  font-size: 20px;
  line-height: 50px;
  margin-top: -15px;
  text-align: center;
  font-weight: 400;
  background-color: #d59e0f;
}
div#secondPageTitle ul {
  float: left;
  line-height: 34px;
  margin-left: 34px;
}
div#secondPageTitle ul li {
  float: left;
}
div#secondPageTitle ul li a {
  display: block;
  color: #1a1a1a;
  text-decoration: none;
  padding-left: 19px;
  font-size: 14px;
  background: url(../Images/miniNavArrow.png) 6px 14px no-repeat;
}
div#secondPageTitle ul li a:hover {
  text-decoration: underline;
}
div#secondPageTitle ul li:first-child a {
  background: none;
}

div#secondLeftMenu {
  width: 100%;
  margin-top: -15px;
  margin-bottom: 15px;
  background-color: red;
  border: 1px dashed #cecece;
  border-top: none;
  background-color: #fafafa;
  padding: 24px 0 20px;
}
div#secondLeftMenu ul li {
  font-size: 16px;
  font-style: italic;
}
div#secondLeftMenu ul li a {
  color: #222222;
  display: block;
  padding-left: 20px;
  line-height: 30px;
  text-decoration: none;
  background-color: #fafafa;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
div#secondLeftMenu ul li a:hover {
  color: #ffffff;
  background-color: #d59e0f;
  padding-left: 24px;
}
div#secondLeftMenu ul li a.active {
  color: #ffffff;
  background-color: #d59e0f;
  padding-left: 24px;
}

div.secondTxt h3 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #cecece;
}

/* Seramik Grubu Logolar */
a.sGSogutsenSeramikLogo {
  display: inline-block;
  width: 180px;
  height: 110px;
  background: url(../Images/istirak/sogutsen-seramik-logo.png) center center no-repeat;
}
a.sGSogutsenSeramikLogo:hover {
  background: url(../Images/istirak/sogutsen-seramik-logo-color.png) center center no-repeat;
}

a.sGRinoLogo {
  display: inline-block;
  width: 180px;
  height: 110px;
  background: url(../Images/istirak/rino-logo.png) center center no-repeat;
}
a.sGRinoLogo:hover {
  background: url(../Images/istirak/rino-logo-color.png) center center no-repeat;
}

a.sGGranitoGirartoLogo {
  display: inline-block;
  width: 180px;
  height: 110px;
  margin: 0 20px;
  background: url(../Images/istirak/granito-girarto-logo.png) center center no-repeat;
}
a.sGGranitoGirartoLogo:hover {
  background: url(../Images/istirak/granito-girarto-logo-color.png) center center no-repeat;
}

a.sG3SMadencilikLogo {
  display: inline-block;
  width: 180px;
  height: 110px;
  background: url(../Images/istirak/3s-madencilik-seramik.png) center center no-repeat;
}
a.sG3SMadencilikLogo:hover {
  background: url(../Images/istirak/3s-madencilik-seramik-color.png) center center no-repeat;
}

a.sGOedasLogo {
  display: inline-block;
  width: 180px;
  height: 110px;
  background: url(../Images/istirak/oedas.png) center center no-repeat;
}
a.sGOedasLogo:hover {
  background: url(../Images/istirak/oedas-color.png) center center no-repeat;
}

a.sGGumusMAdencilik {
  display: inline-block;
  width: 180px;
  height: 110px;
  background: url(../Images/istirak/gumus-madencilik.png) center center no-repeat;
}
a.sGGumusMAdencilik:hover {
  background: url(../Images/istirak/gumus-madencilik-color.png) center center no-repeat;
}

a.sGDedeliElektrik {
  display: inline-block;
  width: 180px;
  height: 110px;
  background: url(../Images/istirak/dedeli-dogalgaz.png) center center no-repeat;
}
a.sGDedeliElektrik:hover {
  background: url(../Images/istirak/dedeli-dogalgaz-color.png) center center no-repeat;
}

a.sGEtiGumus {
  display: inline-block;
  width: 180px;
  height: 110px;
  background: url(../Images/istirak/eti-gumus.png) center center no-repeat;
}
a.sGEtiGumus:hover {
  background: url(../Images/istirak/eti-gumus-color.png) center center no-repeat;
}

a.sGNeskoMaden {
  display: inline-block;
  width: 180px;
  height: 110px;
  background: url(../Images/istirak/nesko.png) center center no-repeat;
}
a.sGNeskoMaden:hover {
  background: url(../Images/istirak/nesko-color.png) center center no-repeat;
}

a.sGYildizBakir {
  display: inline-block;
  width: 180px;
  height: 110px;
  background: url(../Images/istirak/yildiz-bakir.png) center center no-repeat;
}
a.sGYildizBakir:hover {
  background: url(../Images/istirak/yildiz-bakir-color.png) center center no-repeat;
}

a.sGZamanti {
  display: inline-block;
  width: 180px;
  height: 110px;
  background: url(../Images/istirak/zamanti.png) center center no-repeat;
}
a.sGZamanti:hover {
  background: url(../Images/istirak/zamanti-color.png) center center no-repeat;
}

a.sGRasihveIhsan {
  display: inline-block;
  width: 180px;
  height: 110px;
  background: url(../Images/istirak/rasih-ve-ihsan.png) center center no-repeat;
}
a.sGRasihveIhsan:hover {
  background: url(../Images/istirak/rasih-ve-ihsan-color.png) center center no-repeat;
}

a.sGNakliyat {
  display: inline-block;
  width: 180px;
  height: 110px;
  background: url(../Images/istirak/3s-nakliyat.png) center center no-repeat;
}
a.sGNakliyat:hover {
  background: url(../Images/istirak/3s-nakliyat-color.png) center center no-repeat;
}

a.sGSigorta {
  display: inline-block;
  width: 180px;
  height: 110px;
  background: url(../Images/istirak/3s-sigorta.png) center center no-repeat;
}
a.sGSigorta:hover {
  background: url(../Images/istirak/3s-sigorta-color.png) center center no-repeat;
}

/***************************************************
**
**  Menu
**
***************************************************/
div#menu {
  width: 1000px;
  height: 170px;
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 0;
  margin-left: -500px;
  background: url(../Images/menuBg.png) center center no-repeat;
}
div#menu a#logo {
  top: 0;
  width: 200px;
  height: 160px;
  left: 400px;
  position: absolute;
  background: url(../Images/logo.png) center center no-repeat;
}
div#menu ul.menuLeft {
  height: 40px;
  left: 5px;
  top: 52px;
  position: absolute;
}
div#menu ul.menuLeft li {
  float: left;
  position: relative;
}
div#menu ul.menuLeft li a {
  display: inline-block;
  line-height: 40px;
  padding: 0 14px;
  text-decoration: none;
  color: #ddb240;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
div#menu ul.menuLeft li a:hover {
  color: #FFFFFF;
}
div#menu ul.menuLeft li a.active {
  color: #FFFFFF;
}
div#menu ul.menuLeft li a#homeButMenu {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  background: url(../Images/icon/miniHome.png) center center no-repeat;
}
div#menu ul.menuLeft li ul.altMenu {
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
div#menu ul.menuLeft li ul.altMenu li {
  float: none;
}
div#menu ul.menuLeft li ul.altMenu li a {
  line-height: 30px;
  font-size: 12px !important;
  display: block;
  white-space: nowrap;
}
div#menu ul.menuLeft li ul.altMenu li a.active {
  color: #000000;
  background-color: #d59e0f;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
div#menu ul.menuLeft li ul.altMenu li a:hover {
  color: #000000;
  background-color: #d59e0f;
}
div#menu ul.menuRight {
  height: 40px;
  right: 8px;
  top: 52px;
  position: absolute;
}
div#menu ul.menuRight li {
  float: left;
  position: relative;
}
div#menu ul.menuRight li a {
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
  text-decoration: none;
  color: #ddb240;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div#menu ul.menuRight li a:hover {
  color: #FFFFFF;
}
div#menu ul.menuRight li a.active {
  color: #FFFFFF;
}
div#menu ul.menuRight li ul.altMenu {
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
div#menu ul.menuRight li ul.altMenu li {
  float: none;
}
div#menu ul.menuRight li ul.altMenu li a {
  line-height: 30px;
  font-size: 12px !important;
  display: block;
  white-space: nowrap;
}
div#menu ul.menuRight li ul.altMenu li a.active {
  color: #000000;
  background-color: #d59e0f;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
div#menu ul.menuRight li ul.altMenu li a:hover {
  color: #000000;
  background-color: #d59e0f;
}
div#menu div.miniLink {
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 18px;
}
div#menu div.miniLink a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
div#menu div.miniLink a:hover {
  text-decoration: underline;
}
div#menu div.miniLink a#facebook {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 6px;
  background: url(../Images/icon/facebook.png) center center no-repeat;
}
div#menu div.miniLink a#twitter {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 6px;
  background: url(../Images/icon/twitter.png) center center no-repeat;
}
div#menu div.miniLink span.miniLinkSeperate {
  display: inline-block;
  margin: 0 4px;
  width: 1px;
  height: 16px;
  background-color: #444444;
}
div#menu div#rightMiniLink {
  right: 18px;
}

/***************************************************
**
**  Left Bar
**
***************************************************/
div.leftBar {
  width: 250px;
  float: left;
  margin-top: 15px;
}
div.leftBar div.sideBox {
  margin-bottom: 15px;
  width: 100%;
  font-size: 14px;
}
div.leftBar div.sideBox div.sideBoxTitle {
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  padding: 3px 15px;
  line-height: 22px;
  border-bottom: 1px solid #d59e0f;
}
div.leftBar div.sideBox div.sideBoxContent {
  padding: 10px;
}

ul.istirakContact {
  margin-top: 10px;
}
ul.istirakContact li {
  padding-left: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #a8a8a8;
  margin-bottom: 5px;
}
ul.istirakContact li a {
  color: #a8a8a8;
  text-decoration: none;
}
ul.istirakContact li a.active {
  color: #d59e0f;
}
ul.istirakContact li a:hover {
  color: #d59e0f;
}
ul.istirakContact li:hover {
  background: url(../Images/icon/star.png) left center no-repeat;
}
ul.istirakContact li.wwwIco {
  background: url(../Images/icon/link.png) left top no-repeat;
}
ul.istirakContact li.mapsIco {
  background: url(../Images/icon/mapMarker.png) left top no-repeat;
}
ul.istirakContact li.telIco {
  background: url(../Images/icon/telephone.png) left top no-repeat;
}
ul.istirakContact li.faxIco {
  background: url(../Images/icon/fax.png) left top no-repeat;
}
ul.istirakContact li.mailIco {
  background: url(../Images/icon/mail.png) left top no-repeat;
}

/***************************************************
**
**  Right Bar
**
***************************************************/
div.rightBar {
  float: left;
  width: 750px;
  font-size: 12px;
  margin-top: 15px;
  line-height: 1.5em;
  font-weight: normal;
  padding: 0 20px 0 40px;
}
div.rightBar a {
  color: #222222;
  text-decoration: none;
}
div.rightBar a:Hover {
  text-decoration: underline;
}

/***************************************************
**
**  News
**
***************************************************/
div#news {
  width: 100%;
  border-right: 1px dashed #cecece;
}
div#news div.newsTitle {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 42px;
  padding-left: 15px;
  color: #1e1f22;
  border-bottom: 1px dashed #cecece;
}
div#news ul {
  list-style: none;
  margin: 20px 0 0 15px;
}
div#news ul li {
  text-indent: -.7em;
  margin-bottom: 5px;
}
div#news ul li a {
  font-size: 12px;
  color: #1e1f22;
  text-decoration: none;
}
div#news ul li a:Hover {
  text-decoration: underline;
  color: #000000;
}
div#news ul li:before {
  content: "• ";
  color: #cecece;
}

/***************************************************
**
**  Home About
**
***************************************************/
div#homeAbout div.aboutTitle {
  font-style: italic;
  font-weight: 500;
  line-height: 42px;
  padding-left: 35px;
  color: #1e1f22;
  display: block;
}
div#homeAbout div.aboutTitle h1 {
	font-size: 16px !important;
	margin: 0 !important;
	line-height: 42px !important;
}
div#homeAbout div.aboutMenu {
  width: 218px;
  height: 350px;
  float: left;
  text-align: center;
  border-right: 1px dashed #cecece;
}
div#homeAbout div.aboutMenu ul {
  margin-top: 20px;
}
div#homeAbout div.aboutMenu ul li a {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #1e1f22;
  text-decoration: none;
  display: block;
  padding: 4px 0 4px 35px;
  margin-right: -15px;
  text-align: left;
}
div#homeAbout div.aboutMenu ul li a.active {
  background: url(../Images/activeHomeAboutMenuArrow.png) right center no-repeat #eaeaea;
}
div#homeAbout div.aboutMenu ul li a:hover {
  background: url(../Images/activeHomeAboutMenuArrow.png) right center no-repeat #eaeaea;
}
div#homeAbout div.aboutMenu a.faaliyetRaporuBut {
  display: inline-block;
  padding: 10px 15px;
  margin: 30px auto 0;
  background-color: #eaeaea;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #1e1f22;
}
div#homeAbout div.aboutMenu a.faaliyetRaporuBut:hover {
  background-color: #e1e1e1;
}
div#homeAbout div.homeAboutContent {
  width: 530px;
  float: left;
  padding: 20px 0 20px 30px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}
div#homeAbout div.homeAboutContent div.absTab {
  position: absolute;
  top: 20px;
  right: 0;
  padding-left: 30px;
}
div#homeAbout div.homeAboutContent div.absTab h3 {
  font-size: 16px;
}
div#homeAbout div.homeAboutContent div.absTab a#tanitimKataloguTabBut {
  display: block;
  height: 300px;
  background: url(../Images/tanitimKataloguIcon.png) center center no-repeat;
}

/***************************************************
**
**  Partners
**
***************************************************/
div#partners {
  margin-top: 20px;
  border-top: 1px dashed #cecece;
}

/***************************************************
**
**  Contact Page
**
***************************************************/
div#mapDiv {
  width: 100%;
  height: 490px;
}

div#contactForm {
  width: 40%;
  float: left;
}

/***************************************************
**
**  Popup
**
***************************************************/
div.popupWrap {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: url(../Images/popupBg.jpg) repeat;
}
div.popupWrap div.popupContainer {
  width: 800px;
  padding: 30px;
  font-size: 12px;
  margin: 50px auto 20px;
  position: relative;
  background-color: #eff0f2;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
div.popupWrap div.popupContainer h1 {
  top: -30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 7px 30px;
  position: absolute;
  display: inline-block;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
  background-color: #d59e0f;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.6);
}

/***************************************************
**
**  Footer
**
***************************************************/
div#footer {
  width: 100%;
  min-width: 1000px;
  margin-top: 50px;
  border-top: 5px solid #d59e0f;
  background-color: #181818;
  padding: 70px 0 30px;
  text-shadow: -1px -1px 0 #000;
  position: relative;
}
div#footer a#footerLogo {
  position: absolute;
  top: -55px;
  left: 50%;
  margin-left: -52px;
  height: 105px;
  width: 105px;
  display: inline-block;
  background: url(../Images/footerLogo.png) center center no-repeat;
}
div#footer div.col {
  float: left;
  display: inline-block;
}
div#footer div.col div.colTitle {
  padding-left: 20px;
  font-size: 16px;
  color: #e5e5e5;
  font-style: italic;
  line-height: 1.2;
}
div#footer div.col ul {
  margin-top: 10px;
}
div#footer div.col ul li {
  padding-left: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #cecece;
  margin-bottom: 3px;
}
div#footer div.col ul li a {
  color: #cecece;
  text-decoration: none;
}
div#footer div.col ul li a.active {
  color: #d59e0f;
}
div#footer div.col ul li a:hover {
  color: #d59e0f;
}
div#footer div.col ul li:hover {
  background: url(../Images/icon/star.png) left center no-repeat;
}
div#footer div.col ul li.mapsIco {
  background: url(../Images/icon/mapMarker.png) left top no-repeat;
}
div#footer div.col ul li.telIco {
  background: url(../Images/icon/telephone.png) left top no-repeat;
}
div#footer div.col ul li.faxIco {
  background: url(../Images/icon/fax.png) left top no-repeat;
}
div#footer div.col ul li.mailIco {
  background: url(../Images/icon/mail.png) left top no-repeat;
}
div#footer div.col1 {
  width: 220px;
}
div#footer div.col2 {
  width: 220px;
}
div#footer div.col3 {
  width: 160px;
}
div#footer div.col4 {
  width: 205px;
}
div#footer div.col5 {
  width: 193px;
}

div#footer2 {
  width: 100%;
  min-width: 1000px;
  height: 45px;
  color: #cecece;
  font-size: 12px;
  line-height: 45px;
  border-top: #464646;
  background-color: #222222;
  border-top: 1px solid #464646;
  border-bottom: 3px solid #000;
}
div#footer2 a {
  color: #cecece;
  text-decoration: none;
}
div#footer2 a:hover {
  color: #fafafa;
}
