@charset "utf-8";
/*Roboto Condensed begins here*/
@font-face {
  font-family: 'RobotoCondensed light';
  font-weight: normal;
  font-style: normal;
  src: url('../font/roboto_condensed/roboto_condensed-light.eot');
  src: url('../font/roboto_condensed/roboto_condensed-light.eot?#iefix') format('embedded-opentype'), url('../font/roboto_condensed/roboto_condensed-light.woff2') format('woff2'), url('../font/roboto_condensed/roboto_condensed-light.woff') format('woff'), url('../font/roboto_condensed/roboto_condensed-light.ttf') format('truetype'), url('../font/roboto_condensed/roboto_condensed-light.svg#roboto_condensedlight') format('svg');
}
@font-face {
  font-family: 'RobotoCondensed lightitalic';
  font-weight: normal;
  font-style: normal;
  src: url('../font/roboto_condensed/roboto_condensed-lightitalic.eot');
  src: url('../font/roboto_condensed/roboto_condensed-lightitalic.eot?#iefix') format('embedded-opentype'), url('../font/roboto_condensed/roboto_condensed-lightitalic.woff2') format('woff2'), url('../font/roboto_condensed/roboto_condensed-lightitalic.woff') format('woff'), url('../font/roboto_condensed/roboto_condensed-lightitalic.ttf') format('truetype'), url('../font/roboto_condensed/roboto_condensed-lightitalic.svg#roboto_condensedlight_italic') format('svg');
}
@font-face {
  font-family: 'RobotoCondensed regular';
  font-weight: normal;
  font-style: normal;
  src: url('../font/roboto_condensed/roboto_condensed-regular.eot');
  src: url('../font/roboto_condensed/roboto_condensed-regular.eot?#iefix') format('embedded-opentype'), url('../font/roboto_condensed/roboto_condensed-regular.woff2') format('woff2'), url('../font/roboto_condensed/roboto_condensed-regular.woff') format('woff'), url('../font/roboto_condensed/roboto_condensed-regular.ttf') format('truetype'), url('../font/roboto_condensed/roboto_condensed-regular.svg#roboto_condensedregular') format('svg');
}
@font-face {
  font-family: 'RobotoCondensed italic';
  font-weight: normal;
  font-style: normal;
  src: url('../font/roboto_condensed/roboto_condensed-italic.eot');
  src: url('../font/roboto_condensed/roboto_condensed-italic.eot?#iefix') format('embedded-opentype'), url('../font/roboto_condensed/roboto_condensed-italic.woff2') format('woff2'), url('../font/roboto_condensed/roboto_condensed-italic.woff') format('woff'), url('../font/roboto_condensed/roboto_condensed-italic.ttf') format('truetype'), url('../font/roboto_condensed/roboto_condensed-italic.svg#roboto_condenseditalic') format('svg');
}
@font-face {
  font-family: 'RobotoCondensed bold';
  font-weight: normal;
  font-style: normal;
  src: url('../font/roboto_condensed/roboto_condensed-bold.eot');
  src: url('../font/roboto_condensed/roboto_condensed-bold.eot?#iefix') format('embedded-opentype'), url('../font/roboto_condensed/roboto_condensed-bold.woff2') format('woff2'), url('../font/roboto_condensed/roboto_condensed-bold.woff') format('woff'), url('../font/roboto_condensed/roboto_condensed-bold.ttf') format('truetype'), url('../font/roboto_condensed/roboto_condensed-bold.svg#roboto_condensedbold') format('svg');
}
@font-face {
  font-family: 'RobotoCondensed bolditalic';
  font-weight: normal;
  font-style: normal;
  src: url('../font/roboto_condensed/roboto_condensed-bolditalic.eot');
  src: url('../font/roboto_condensed/roboto_condensed-bolditalic.eot?#iefix') format('embedded-opentype'), url('../font/roboto_condensed/roboto_condensed-bolditalic.woff2') format('woff2'), url('../font/roboto_condensed/roboto_condensed-bolditalic.woff') format('woff'), url('../font/roboto_condensed/roboto_condensed-bolditalic.ttf') format('truetype'), url('../font/roboto_condensed/roboto_condensed-bolditalic.svg#roboto_condensedbold_italic') format('svg');
}
/*Roboto Condensed ends here*/
/*HTML5 display definitions*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
/*.lt-ie8 audio, .lt-ie8 canvas, .lt-ie8 video { display: inline; zoom: 1; }*/
canvas {
  -ms-touch-action: double-tap-zoom;
}
* {
  -webkit-touch-callout: none;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/*Base*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.004);
}
html,
button,
input,
select,
textarea {
	font-family: 'RobotoCondensed light', Arial, Helvetica, sans-serif;
	color: #0F0;
}
body {
  margin: 0;
  font-size: 62.5%;
  line-height: 1.28;
  letter-spacing: 0.0006em;
  width: 100%;
  height: 100%;
}
/*Selection*/
/*::-moz-selection { background: #4f7585; color: #fff; text-shadow: none; border: none !important; outline:none !important; }
::selection { background: #4f7585; color: #fff; text-shadow: none; border: none !important; outline:none !important; }*/
/*Links*/
a {
  color: #00e;
  cursor: pointer;
  text-decoration: none;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  border: none !important;
  outline: none !important;
}
a:hover,
a:active {
  outline: 0;
}
/*Typography*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/*Lists*/
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}
dd {
  margin: 0;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/*Embedded content*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
/*Figures*/
figure {
  margin: 0;
}
/*Forms*/
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
.lt-ie8 legend {
  margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  border: 1px solid #cfcfcf;
}
.lt-ie8 button,
.lt-ie8 input,
.lt-ie8 select,
.lt-ie8 textarea {
  vertical-align: middle;
}
button:hover,
input:hover,
select:hover,
textarea:hover {
  border: 1px solid #66dff5;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #66dff5;
  outline: none !important;
}
input,
textarea {
  padding: 3px;
}
select {
  padding-left: 5px;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
}
.lt-ie8 button,
.lt-ie8 input[type="button"],
.lt-ie8 input[type="reset"],
.lt-ie8 input[type="submit"] {
  overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.lt-ie8 input[type="checkbox"],
.lt-ie8 input[type="radio"] {
  width: 13px;
  height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/*input:valid, textarea:valid { background-color: #79ff82; }
input:invalid, textarea:invalid { background-color: #f0dddd; }*/
input::-webkit-input-placeholder {
  color: #2d2d2d !important;
}
input::-moz-placeholder {
  color: #2d2d2d !important;
}
input:-ms-input-placeholder {
  color: #2d2d2d !important;
}
textarea::-webkit-input-placeholder {
  color: #2d2d2d !important;
}
textarea::-moz-placeholder {
  color: #2d2d2d !important;
}
textarea:-ms-input-placeholder {
  color: #2d2d2d !important;
}
.placeholder {
  color: #2d2d2d !important;
}
/*Tables*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* ==|== Primary Styles begins here =============================================
	@author Serhan Karakaya <http://serhankarakaya.com>
	@link http://serhankarakaya.com
	========================================================================== */
/*.Less functions starts here*/
.c100 {
  clear: both;
  width: 100%;
}
.f100 {
  float: left;
  width: 100%;
}
/*.Less functions ends here*/
h1,
h2,
h3,
h4,
h5,
h6,
th,
strong,
b {
  font-weight: normal;
}
body {
  direction: ltr;
  z-index: 1;
  background-color: #eee;
  color: #2d2d2d;
  font-size: 18px;
}
.centerfix {
  float: left;
  position: relative;
  width: 100%;
}
html,
body,
.centerfix {
  max-width: 1920px;
  min-width: 1200px;
}
.centercontent {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
/*Flexslider standart begins here*/
.slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.no-js .slider .slides > li:first-child {
  display: block;
}
/*Flexslider standart begins here*/
/*Header begins here*/
#header {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 4;
  background: url(../img/header/bg.png) repeat-x;
}
#header .centercontent {
  height: 110px;
}
#header #headerbottom {
  background: url(../img/header/bg-bottom.png) repeat-x;
  height: 24px;
}
#header #logo {
  float: left;
  position: absolute;
  top: 11px;
  left: 0;
}
#header #nav1 {
  font-family: 'RobotoCondensed regular';
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 30px;
}
#header #nav1 li {
  float: left;
  margin-left: 25px;
}
#header #nav1 li a {
  -moz-transition: 0.25s all ease;
  -webkit-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  color: #2d2d2d;
}
#header #nav1 li a:hover,
#header #nav1 li a.active {
  color: #3c93cc;
}
#header #nav1 li:first-child {
  margin-left: 0;
}
#header #nav2 {
  font-family: 'RobotoCondensed regular';
  font-size: 19px;
  position: absolute;
  right: 0;
  top: 65px;
}
#header #nav2 li {
  float: left;
  margin-left: 50px;
}
#header #nav2 li a {
  -moz-transition: 0.25s all ease;
  -webkit-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  color: #2d2d2d;
}
#header #nav2 li a:hover,
#header #nav2 li a.active {
  color: #3c93cc;
}
#header #nav2 li:first-child {
  margin-left: 0;
}
/*Header ends here*/
/*Footer begins here*/
#footer {
  background-color: #fff;
  z-index: 2;
  margin-top: 90px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
#footer .centercontent {
  height: 200px;
}
#footer #ficon {
  float: left;
  position: absolute;
  left: 50%;
  top: -48px;
  margin-left: -40px;
}
#footer #fnav {
  float: left;
  width: 100%;
  font-size: 17px;
  position: absolute;
  left: 0;
  top: 75px;
}
#footer #fnav li {
  margin-left: 32px;
  float: left;
}
#footer #fnav li a {
  color: #696969;
}
#footer #fsocial {
  float: left;
  position: absolute;
  top: 110px;
  left: 545px;
}
#footer #fsocial li {
  float: left;
  margin-left: 15px;
}
#footer #fsocial li:first-child {
  margin-left: 0;
}
#footer #fsocial li a {
  display: block;
  width: 29px;
  height: 27px;
  float: left;
  background: url(../img/footer/social.png) no-repeat;
}
#footer #fsocial li a.fs1:hover {
  background-position: 0 -27px;
}
#footer #fsocial li a.fs2 {
  background-position: 0 -54px;
}
#footer #fsocial li a.fs2:hover {
  background-position: 0 -81px;
}
#footer #fsocial li a.fs3 {
  background-position: 0 -108px;
}
#footer #fsocial li a.fs3:hover {
  background-position: 0 -135px;
}
#footer #copyright {
  float: left;
  width: 100%;
  font-size: 18px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 150px;
}
#footer #copyright a {
  color: #696969;
}
/*Footer ends here*/
/*Home page begins here*/
#mpslider {
  background-color: #000;
}
#mpslider .slides {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
#mpslider .slides li {
  width: 100%;
  height: 720px;
}
#mpslider .slides li .centercontent {
  margin-top: 235px;
}
#mpslider .slides li .centercontent p {
  text-align: center;
  font-size: 75px;
  line-height: 1.2;
  color: #fff;
}
#mpslider .slides li .centercontent p a {
  display: block;
  display: inline-block;
  font-family: 'RobotoCondensed regular';
  font-size: 19px;
  color: #fff;
  border: 1px solid #fff !important;
  padding: 8px 20px;
}
#mpslider #mpsnavwrap {
  position: absolute;
  z-index: 2;
  height: 0;
  bottom: 85px;
  left: 0;
}
#mpslider #mpsnavwrap .centercontent {
  height: 0;
  text-align: center;
}
#mpslider #mpsnavwrap .flex-control-nav {
  display: block;
  display: inline-block;
}
#mpslider #mpsnavwrap .flex-control-nav li {
  float: left;
  margin-left: 6px;
}
#mpslider #mpsnavwrap .flex-control-nav li:first-child {
  margin-left: 0;
}
#mpslider #mpsnavwrap .flex-control-nav li a {
  float: left;
  display: block;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  background: url(../img/c/home/slider/nav.png) no-repeat;
}
#mpslider #mpsnavwrap .flex-control-nav li a:hover,
#mpslider #mpsnavwrap .flex-control-nav li a.flex-active {
  background-position: 0 -15px;
}
#cmid {
  background: url(../img/c/home/bg-cmid.jpg) top center no-repeat;
}
#cmid .centercontent {
  height: 158px;
}
#cmid .cmh {
	width: 50%;
	float: left;
	color: #00FF00;
}
#cmid .cmh .textwrap {
  margin-top: 25px;
  width: 490px;
}
#cmid .cmh .textwrap h3 {
  font-family: 'RobotoCondensed bold';
  font-size: 26px;
}
#cmid .cmh .textwrap p {
  font-size: 19px;
}
#cmid .cmh .link {
  margin-top: 56px;
}
#cmid .cmh .link a {
  display: block;
  background: url(../img/c/home/cmid-arrow.png) no-repeat;
  width: 53px;
  height: 53px;
}
#cmid .cmhl .textwrap {
	float: right;
	text-align: right;
	margin-right: 35px;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
#cmid .cmhl .link {
  float: left;
}
#cmid .cmhr .textwrap {
  float: left;
  text-align: left;
  margin-left: 35px;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
#cmid .cmhr .link {
  float: right;
}
#cmid .cmhr .link a {
  background-position: 0 -53px;
}
.mpbg {
  background: url(../img/c/home/bg.jpg) top center no-repeat #2d2d2d;
}
.mpbg #mpmain {
  min-height: 500px;
  text-align: center;
  color: #696969;
}
.mpbg #mpmain h2 {
  margin-top: 0.6em !important;
  font-size: 75px;
}
.mpbg #mpmain p {
  margin-top: 1em !important;
  font-size: 22px;
}
.mpbg #mpmain .sqlink {
  display: block;
  display: inline-block;
  font-family: 'RobotoCondensed regular';
  font-size: 18px;
  color: #696969;
  border: 1px solid #696969;
  padding: 8px 20px;
}
/*Home page ends here*/
/*Subpages standart begins here*/
#subphead {
  background: top center no-repeat;
}
#subphead .centercontent {
  height: 500px;
}
#main {
  margin-top: 50px;
  z-index: 3;
  min-height: 400px;
}
#main h3 {
  font-family: 'RobotoCondensed light';
  font-size: 50px;
  color: #696969;
  margin-bottom: 0.5em !important;
  float: left;
  width: 100%;
}
#main h6 {
  font-family: 'RobotoCondensed regular';
  font-size: 18px;
  margin: 1em 0 0.7em 0 !important;
  float: left;
  width: 100%;
}
#main p {
  font-size: 18px;
  margin-bottom: 0.7em !important;
  float: left;
  width: 100%;
}
#main p strong {
  font-family: 'RobotoCondensed regular';
}
#main p a {
  color: #2d2d2d;
}
#main p a:hover {
  text-decoration: underline;
}
#main .p2l {
  position: relative;
  float: left;
  width: 560px;
  text-align: justify;
}
#main .p2r {
  position: relative;
  float: left;
  width: 560px;
  text-align: justify;
  margin-left: 80px;
}
#main .dul {
  line-height: 1.5;
  list-style: inside none disc;
  font-size: 18px;
  margin-bottom: 0.7em !important;
}
#main .mlcont {
  position: relative;
  float: left;
  width: 380px;
}
#main .mrcont {
  position: relative;
  float: right;
  width: 810px;
}
#main .mlmininav {
  position: absolute;
  left: 0;
  top: -50px;
  float: left;
  width: 330px;
  background: url(../img/c/bg-lmnav.png);
  padding: 30px 0 20px;
}
#main .mlmininav .mlmhead {
  float: left;
  font-family: 'RobotoCondensed bold';
  font-size: 23px;
  color: #2d2d2d;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  padding: 0 30px;
  width: 270px;
}
#main .mlmininav ul {
  font-size: 19px;
  margin-top: 15px;
  float: left;
  width: 100%;
}
#main .mlmininav ul li {
  float: left;
  width: 100%;
}
#main .mlmininav ul li a {
  float: left;
  display: block;
  padding: 10px 30px;
  width: 270px;
  color: #0f0f0f;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
#main .mlmininav ul li a:hover {
  background-color: #6ed9e9;
}
#main .mlmininav ul li a.active {
  background-color: #fff;
}
#main .mlmininav ul li a.active:after {
  content: " »";
}
/*Subpages standart ends here*/
/*Hizmetler navigation begins here*/
#hizmetnav {
  background: url(../img/c/hizmetler/bg-nav.jpg) top center no-repeat;
}
#hizmetnav .centercontent {
  height: 73px;
}
#hizmetnav .hn50 {
  width: 600px;
  float: left;
  font-family: 'RobotoCondensed bold';
  font-size: 26px;
}
#hizmetnav .hn50 a {
  position: relative;
  float: left;
  padding: 20px 30px 0;
  height: 53px;
  width: 540px;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
#hizmetnav .hn50 a.active:after,
#hizmetnav .hn50 a:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  left: 30px;
  width: 27px;
  height: 13px;
  background: url(../img/c/hizmetler/active-2.png) no-repeat;
}
#hizmetnav .hn50:first-child a {
	text-align: right;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
#hizmetnav .hn50:first-child a.active:after,
#hizmetnav .hn50:first-child a:hover:after {
  bottom: -13px;
  left: auto;
  right: 30px;
  background-image: url(../img/c/hizmetler/active-1.png);
}
#hizmetnav .hn50.l1 span,
#hizmetnav .hn50.l2 span {
  display: block;
  background: url(../img/c/home/cmid-arrow.png) no-repeat;
  width: 53px;
  height: 53px;
  position: absolute;
  top: 11px;
  float: left;
}
#hizmetnav .hn50.l1 span {
  left: 0;
}
#hizmetnav .hn50.l2 span {
  right: 0;
  background-position: 0 -53px;
}
#main .hizmetlermid {
  width: 940px;
  text-align: center;
}
#main .hizmetlermid h6 {
  margin-top: 0 !important;
  color: #050505;
}
#main .hizmetlermid h3 {
  margin-bottom: 0.3em !important;
}
#main .hizmetlermid .hizmetlist {
  float: left;
  width: 100%;
}
#main .hizmetlermid .hizmetlist > li {
  padding: 30px 0 15px 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #c7c7c7;
  border-top: 1px solid #fff;
}
#main .hizmetlermid .hizmetlist > li:first-child {
  border-top: none;
}
#main .hizmetlermid .hizmetlist > li:last-child {
  border-bottom: none;
}
#main .hizmetlermid .hizmetlist > li h6 {
  font-size: 25px;
}
#main .hizmetlermid .hizmetlist > li .hizmetimg {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
/*Hizmetler navigation ends here*/
/*Form elements begins here*/
input[type="text"],
textarea,
select {
  font-size: 18px;
  color: #2d2d2d;
  background-color: #fff;
  padding: 8px 15px;
  margin-bottom: 15px;
}
textarea {
  resize: none;
}
input[type="submit"] {
  border: 1px solid #cfcfcf !important;
  padding: 10px 15px;
  font-family: 'RobotoCondensed bold';
  color: #fff;
  font-size: 18px;
  background-color: #3c93cb;
}
/*Form elements ends here*/
/*İletişim begins here*/
.gmap {
  margin-top: 40px;
  float: left;
  clear: both;
  width: 650px;
  border: 1px solid #cfcfcf;
  overflow: hidden;
}
.gmap img {
  float: left;
  width: 100%;
}
#iletisimform {
  margin-top: 5px;
  float: left;
  width: 100%;
}
#iletisimform input[type="text"],
#iletisimform textarea {
  width: 330px;
}
/*İletişim ends here*/
/*Kariyer Merkezi begins here*/
.kariyerform {
  clear: both;
  float: left;
  font-size: 15px;
  line-height: 1.5;
  table-layout: fixed;
}
.kariyerform .subtable {
  table-layout: fixed;
}
.kariyerform input[type="text"] {
  margin-bottom: 0;
}
.kariyerform .st2 input[type="text"] {
  width: 540px;
}
.kariyerform .st3 input[type="text"] {
  width: 340px;
}
.kariyerform h6 {
  font-size: 24px !important;
}
.kariyerform #isekle {
  background-color: #3e97ce;
  width: 1172px;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.kariyerform tr td {
  padding: 5px 0 !important;
  vertical-align: middle !important;
}
.kariyerform tr td .formseperator {
  width: 100%;
  height: 30px;
  float: left;
}
.kariyerform tr td .formseperator span {
  margin-top: 14px;
  display: block;
  float: left;
  width: 100%;
  height: 1px;
  background: #c3c3c3;
}
.formsuccess {
  font-size: 25px;
  float: left;
  background: #EBF3E9;
  border: 1px solid #AAD6A0;
  color: #5F8F54;
  margin: 15px 0;
  padding: 3px;
}
.formfail {
  float: left;
  background: #F4ECEC;
  border: 1px solid #C18282;
  color: #BA4646;
  margin: 15px 0;
  padding: 3px;
}
.button-fileinput {
  font-size: 18px;
  color: #2d2d2d;
  padding: 8px 15px;
  margin-bottom: 15px;
  cursor: pointer;
  border: 1px solid #cfcfcf;
  background-color: #fff;
}
/*Kariyer Merkezi ends here*/
ul.bgal {
  float: left;
  width: 100%;
}
ul.bgal li {
  width: 230px;
  float: left;
  margin-right: 10px;
  margin-bottom: 40px;
  text-align: center;
  height: 230px;
  overflow: hidden;
}
ul.bgal li a {
  color: #2d2d2d;
}
ul.bgal li a .imgwrap {
  width: 100%;
  float: left;
  overflow: hidden;
}
ul.bgal li a .textwrap {
  width: 100%;
  float: left;
  margin-top: 10px;
}
ul.bgal li a:hover .textwrap {
  text-decoration: underline;
}
/*Basında Biz begins here*/
/*Basında Biz ends here*/
/* ==|== Primary Styles ends here
	========================================================================== */
/* ==|== non-semantic helper classes ============================================
	Define your styles before this section.
	========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.lt-ie8 .ir {
  line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/*Non Select*/
.noselect {
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
}
/*ValignFix*/
.valignfix {
  display: table;
}
.valignfix .valignfixwrap,
.valignfixwrap {
  display: table-cell;
  vertical-align: middle;
}
/*Contain Floats*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.lt-ie8 .clearfix {
  zoom: 1;
}
