/* CSS Document */
/* this project written with SASS for Gri Creative by Havva Dogan, 17.12.2014 */
/* SASS both provides a simpler, more elegant syntax for CSS and implements various features that are useful for creating manageable stylesheets. http://sass-lang.com/ */
/* Works on all modern browsers as; Chrome, Firefox, Safari, Opera & Internet Explorer 8+ */
/* Internet explorer users may not be view page with full functionality, to see site perfectly you may use Chrome or Firefox instead of Internet Explorer series */
body {
  overflow-x: hidden; }

a:hover {
  text-decoration: none; }

a {
  display: block;
  outline: none; }

a:hover, a:active, a:focus, a:visited, input, textarea, button, p:focus, p:active, p:hover, span {
  outline: none;
  text-decoration: none; }

iframe {
  width: 100%; }

/* ==========================================================================
mixin styles
========================================================================== */
::-webkit-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff; }

::-moz-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff; }

/* firefox 19+ */
:-ms-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff; }

/* ie */
input:-moz-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff; }

input {
  font-size: 1.313em;
  color: #121d41; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.marginTop10 {
  margin-top: 10px; }

.marginTop20 {
  margin-top: 20px; }

.marginTop30 {
  margin-top: 30px; }

.paddingLeft0 {
  padding-left: 0; }

.paddingRight0 {
  padding-right: 0; }

.padding0 {
  padding: 0; }

.marginLeft0 {
  margin-left: 0 !important; }

.paddingRight15 {
  padding-right: 15px; }

.margin0 {
  margin: 0; }

.floatnone {
  float: none; }

.paddingLeftRight40 {
  padding: 0 40px; }

sup {
  font-size: 10px;
  color: inherit; }

.floatLeft {
  float: left !important; }

/* ==========================================================================
Header Mobile Wrapper Styles
========================================================================== */
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1100; }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px; }

#header {
  height: 70px;
  padding: 13px 20px;
  border-bottom: 1px solid #ebeae8; }

#logo {
  float: left; }

#menuLine {
  background: url(../img/menuLine.png) center center no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  float: right; }
  #menuLine.closed {
    background: url(../img/closed.png) center center no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    float: right;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }

.toogleMenu {
  background: #f38503;
  padding: 20px 20px;
  display: none;
  position: absolute;
  z-index: 99999;
  width: 100%; }
  .toogleMenu li {
    width: 100%; }
    .toogleMenu li a {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      height: 39px;
      border-bottom: 1px solid #f7a94e;
      line-height: 39px;
      color: white;
      font-family: 'ProximaNova-Bold';
      font-size: 0.875em; }
      .toogleMenu li a:hover {
        color: #004C91; }
    .toogleMenu li:first-child a {
      border-top: none; }
    .toogleMenu li.last a {
      border: none; }

/* ==========================================================================
Header Wrapper Styles
========================================================================== */
#headerWrapper ul li {
  float: left; }
#headerWrapper #lang li a {
  font-family: 'ProximaNova-Bold';
  color: white;
  font-size: 0.688em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  padding: 9px 20px 5px 10px; }
  #headerWrapper #lang li a:hover {
    color: #f38503; }
#headerWrapper #menu {
  float: right;
  height: 30px; }
  #headerWrapper #menu li a {
    color: white;
    font-size: 0.688em;
    padding: 9px 11px 0 11px;
    font-family: 'ProximaNova-Bold';
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    #headerWrapper #menu li a:hover {
      color: #f38503; }
#headerWrapper #headerTop {
  margin: 0 auto;
  background: #9b8e7e;
  height: 33px;
  padding: 0 5px; }
#headerWrapper #headerBottom {
  margin: 0 auto;
  height: 111px; }
  #headerWrapper #headerBottom #logo {
    padding: 29px 0; }
  #headerWrapper #headerBottom #menuWrapper {
    float: right;
    position: relative;
    z-index: 999; }
    #headerWrapper #headerBottom #menuWrapper li a {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      font-family: 'ProximaNova-Bold';
      font-size: 0.875em;
      color: #5b534b;
      padding: 48px 15px; }
    #headerWrapper #headerBottom #menuWrapper li:hover {
      background: #f38503; }
      #headerWrapper #headerBottom #menuWrapper li:hover a {
        color: white; }
      #headerWrapper #headerBottom #menuWrapper li:hover > ul {
        display: block; }
    #headerWrapper #headerBottom #menuWrapper li > ul {
      display: none;
      position: absolute;
      background: #f38503;
      padding: 10px 15px;
      min-width: 220px;
      z-index: 99; }
      #headerWrapper #headerBottom #menuWrapper li > ul li {
        float: none; }
        #headerWrapper #headerBottom #menuWrapper li > ul li a {
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s;
          padding: 0;
          color: white;
          padding: 12px 0;
          border-top: 1px solid #f7a94e;
          background: url(../img/arrow.png) center right no-repeat; }
          #headerWrapper #headerBottom #menuWrapper li > ul li a:hover {
            color: #004c91;
            background: url(../img/arrowblue.png) center right no-repeat; }
        #headerWrapper #headerBottom #menuWrapper li > ul li:first-child a {
          border-top: none; }

#headerFixed ul li ul li a {
  padding-left: 15px;
  border: none;
  height: 35px; }

/* ==========================================================================
Slider LG Styles
========================================================================== */
#sliderWrapper {
  height: 550px;
  margin: 0 auto 40px auto;
  position: relative;
  z-index: 0;
  width: 1100px; }
  #sliderWrapper li {
    height: 550px; }
  #sliderWrapper .leftText {
    background: url(../img/bg.png) 0 0 no-repeat;
    height: 550px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    left: 0;
    padding: 60px 45px 0 45px;
    min-width: 690px; }
  #sliderWrapper h4 {
    font-family: 'proxima_novathin';
    font-size: 3.750em;
    color: white;
    line-height: 95px;
    padding-bottom: 30px; }
  #sliderWrapper .rightImage {
    position: absolute;
    height: 550px;
    right: 0;
    min-width: 550px; }
  #sliderWrapper .btnSlider {
    height: 50px;
    line-height: 40px;
    display: inline;
    padding: 15px 30px;
    background: #f38503;
    border-radius: 100px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    #sliderWrapper .btnSlider span {
      background: url(../img/arrow.png) center right no-repeat;
      color: white;
      padding-right: 25px;
      font-family: 'ProximaNova-Bold';
      font-size: 0.7em; }
    #sliderWrapper .btnSlider:hover {
      background: #F8B856; }
  #sliderWrapper .bx-controls-direction {
    bottom: 70px;
    top: auto;
    right: 40px;
    z-index: 999; }
  #sliderWrapper .bx-prev {
    background: url(../img/sprite.png) 16px -272px no-repeat white;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    #sliderWrapper .bx-prev:hover {
      background: url(../img/sprite.png) 16px -326px no-repeat #f38503; }
  #sliderWrapper .bx-next {
    background: url(../img/sprite.png) 16px -300px no-repeat white;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    #sliderWrapper .bx-next:hover {
      background: url(../img/sprite.png) 16px -357px no-repeat #f38503; }

#cube1 h4 {
  font-size: 60px; }
#cube1 .leftText {
  width: 550px; }

/* ==========================================================================
Slider Wrapper Styles
========================================================================== */
#slider {
  overflow: hidden;
  min-height: 350px; }
  #slider img {
    width: 100%; }
  #slider ul li {
    position: relative;
    left: 0;
    top: 0; }
  #slider .sliderText {
    background: url(../img/banneraltBg.png) 0 0 no-repeat;
    min-height: 117px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 1.250em;
    text-align: center; }
    #slider .sliderText p {
      display: table;
      height: 117px;
      text-align: center;
      margin: 0 auto; }
    #slider .sliderText span {
      display: table-cell;
      vertical-align: middle;
      font-family: 'proxima_novathin';
      color: white;
      max-width: 500px; }
  #slider .bx-default-pager {
    bottom: 0; }
  #slider .bx-pager-item {
    float: left;
    margin: 0 0 0 12px; }
    #slider .bx-pager-item:first-child {
      margin: 0; }
  #slider .bx-controls {
    position: relative;
    text-align: center;
    top: -45px;
    z-index: 999; }
  #slider .bx-pager {
    text-align: center;
    display: inline-block; }
  #slider .bx-pager-link {
    background: #f9c37c;
    border-radius: 100px;
    width: 12px;
    height: 12px;
    text-indent: -9999px; }
    #slider .bx-pager-link.active {
      background: white;
      border-radius: 100px; }

.sliderNews {
  position: relative;
  z-index: 0; }
  .sliderNews li {
    display: none;
    height: 260px; }
  .sliderNews .bx-viewport {
    overflow: visible !important; }
  .sliderNews .bx-default-pager {
    bottom: 0; }
  .sliderNews .bx-pager-item {
    float: left;
    margin: 0 0 0 12px; }
    .sliderNews .bx-pager-item:first-child {
      margin: 0; }
  .sliderNews .bx-controls {
    position: relative;
    text-align: center;
    z-index: 999; }
  .sliderNews .bx-pager {
    text-align: center;
    display: inline-block; }
  .sliderNews .bx-pager-link {
    background: #f9c37c;
    border-radius: 100px;
    width: 12px;
    height: 12px;
    text-indent: -9999px; }
    .sliderNews .bx-pager-link.active {
      background: #f38503;
      border-radius: 100px; }

.projectSlider {
  position: relative;
  z-index: 0; }

/* ==========================================================================
Body Wrapper Styles
========================================================================== */
.standart p {
  padding: 5px 0; }

.overlay {
  background: url(../img/fancybox_overlay.png) 0 0;
  opacity: 0.5;
  display: none;
  filter: Alpha(Opacity=50);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998; }

.centerContent, #subContent, .sub {
  max-width: 940px;
  margin: 0 auto; }

.sub .container {
  max-width: 940px;
  margin: 0 auto; }

.managementDetails {
  float: left;
  max-width: 400px; }

#wrapper span {
  font-size: 1.000em;
  padding: 0; }

.box:first-child {
  margin: 0; }
.box .borderImg {
  border: 5px solid #ebeae9;
  position: relative;
  margin: 0 0 15px 0; }
.box h5 {
  color: #f38503;
  font-family: 'ProximaNova-Bold';
  font-size: 0.875em;
  line-height: 50px; }
.box .title {
  color: #5b534b;
  font-family: 'ProximaNova-Bold';
  font-size: 1.000em;
  padding-top: 15px; }
.box p {
  font-family: 'ProximaNova-Regular';
  font-size: 0.875em;
  color: #9b958f;
  line-height: 20px;
  padding: 13px 0; }
.box .icon, .box .project, .box .performance, .box .news {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -35px;
  right: 20px; }
.box .project {
  background: url(../img/sprite.png) 10px 10px no-repeat #f38503; }
.box .performance {
  background: url(../img/sprite.png) 10px -39px no-repeat #f38503; }
.box .news {
  background: url(../img/sprite.png) 10px -86px no-repeat #f38503; }

#breadcrumb {
  width: 100%; }
  #breadcrumb ul li {
    background: url(../img/arrowSub.png) center left no-repeat;
    float: left; }
    #breadcrumb ul li a {
      font-size: 0.750em;
      color: #b9b0a4;
      font-family: 'ProximaNova-Semibold';
      padding: 28px 9px 28px 15px; }
    #breadcrumb ul li:first-child {
      background: none; }
      #breadcrumb ul li:first-child a {
        padding-left: 0; }

p {
  font-family: 'ProximaNova-Semibold';
  padding: 20px 0;
  font-size: 0.875em;
  color: #a19b93;
  line-height: 25px; }
  p span {
    font-family: 'ProximaNova-Semibold';
    padding: 0 0 20px 0;
    display: block;
    font-size: 1.000em;
    color: #a19b93;
    line-height: 25px; }

h1 {
  color: #004c91;
  font-family: 'ProximaNova-Semibold';
  font-size: 2em;
  margin-bottom: 27px;
  display: inline-block;
  width: 100%; }

h2 {
  color: #004c91;
  font-family: 'ProximaNova-Semibold';
  font-size: 1.750em;
  margin-bottom: 27px;
  display: inline-block;
  width: 100%; }

h3 {
  font-family: 'ProximaNova-Semibold';
  font-size: 2.000em;
  color: #5b534b;
  max-width: 630px;
  float: left;
  padding: 0 0 20px 0; }

h4 {
  font-size: 1.750em;
  font-family: 'ProximaNova-Semibold';
  color: #918c87;
  max-width: 700px; }

h6 {
  font-size: 1.375em;
  color: #f38503;
  font-family: 'ProximaNova-Semibold';
  display: inline; }

.rightContainer {
  float: right; }

#rightMenu {
  width: 260px;
  background: #f38503;
  margin: 10px 0 0 0;
  position: relative;
  z-index: 9;
  float: right; }
  #rightMenu ul {
    padding: 0; }
    #rightMenu ul li {
      padding: 0 30px; }
      #rightMenu ul li a {
        border-top: 1px solid #f4911d;
        padding: 15px 0;
        color: white;
        font-family: 'ProximaNova-Semibold'; }
      #rightMenu ul li:hover {
        background: #5b534b; }
        #rightMenu ul li:hover a {
          color: white;
          border-top: 1px solid transparent;
          background: url(../img/arrow.png) center right no-repeat;
          -webkit-transition: all 0.1s;
          -moz-transition: all 0.1s;
          -ms-transition: all 0.1s;
          -o-transition: all 0.1s;
          transition: all 0.1s; }
      #rightMenu ul li.active {
        background: #5b534b; }
        #rightMenu ul li.active a {
          color: white;
          border-top: 1px solid #5B534B;
          background: url(../img/arrow.png) center right no-repeat; }
      #rightMenu ul li:first-child a {
        border-top: none; }
    #rightMenu ul:first-child {
      padding: 25px 0; }

#wrapperLeft {
  float: left; }
  #wrapperLeft.standard ul li {
    font-family: 'ProximaNova-Semibold';
    font-size: 14px;
    color: #a19b93;
    padding: 12px 0 0 15px;
    line-height: 26px;
    background: url(../img/list.png) 1px 22px no-repeat; }
  #wrapperLeft .doc:first-child {
    padding: 0; }

.minimized {
  position: fixed;
  right: 220px;
  top: -6px; }

.centerContent {
  margin: 0 auto;
  position: relative; }

.shareholdingStructure p {
  padding-top: 0;
  float: left; }

#subBanner {
  width: 980px;
  height: 290px;
  display: table;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #subBanner h1 {
    color: white;
    font-size: 3.7em;
    font-family: 'ProximaNova-Semibold';
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 30px; }

.projectDetails h4 {
  padding-top: 30px; }
  .projectDetails h4 p {
    font-size: 28px;
    line-height: 32px; }
.projectDetails #rightMenu {
  position: absolute;
  left: -7px;
  position: absolute;
  top: 60px; }

#tab {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: 0 0 0 25px; }
  #tab li {
    float: left;
    margin: 0 0 0 5px; }
    #tab li a {
      padding: 19px 29px;
      font-size: 1.125em;
      font-family: 'ProximaNova-Regular';
      background: url(../img/project.png) 0 0 repeat;
      color: white;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      #tab li a:hover {
        background: #fff;
        color: #f38503; }
    #tab li:first-child {
      margin: 0; }
    #tab li.active a {
      background: #fff;
      color: #f38503; }

.projectContent {
  position: relative;
  margin: 0 0 0 0;
  max-width: 320px;
  float: left; }
  .projectContent img {
    position: relative; }

.bannerimg {
  height: 230px;
  margin: 20px 0 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%; }

.informationText {
  max-width: 312px;
  margin: 15px 0 0 0; }
  .informationText p {
    font-size: 0.875em;
    line-height: 22px; }

.informationText2 {
  margin: -133px 0 0;
  max-width: 317px;
  margin-left: 15px; }
  .informationText2 p {
    font-size: 0.875em;
    line-height: 22px; }

.videos {
  display: block;
  height: 220px;
  max-width: 320px;
  position: relative;
  float: left;
  margin-top: 40px; }
  .videos span {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background: url(../img/play.png) 0 0 no-repeat;
    width: 116px;
    height: 116px;
    position: absolute;
    z-index: 9;
    top: 50px;
    left: 90px;
    display: none; }

.projectBox {
  background: url(../img/projectBg.jpg) 0 0 no-repeat;
  height: 310px;
  max-width: 300px;
  padding: 40px 28px;
  margin: 0 0 30px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 310px; }
  .projectBox p {
    color: white;
    font-family: 'ProximaNova-Semibold';
    font-size: 1.813em;
    padding: 0;
    line-height: 31px; }
  .projectBox .informationBtn {
    width: 100%;
    border-radius: 5px;
    font-family: 'fluxbold';
    float: left;
    background: #51d4cf;
    padding: 10px 36px 10px 20px !important;
    margin: 34px 0 0 0;
    display: block; }
    .projectBox .informationBtn:hover {
      background-color: #F38503; }
    .projectBox .informationBtn span {
      color: white;
      font-size: 1.75em !important;
      background: url(../img/projectarrow.png) center right no-repeat;
      border-radius: 5px;
      padding-left: 24px !important;
      padding-right: 29px !important;
      width: 100%;
      display: block; }

.document {
  height: 180px;
  background-color: #f2f2f2;
  margin-left: 18px;
  display: table;
  padding: 0 70px; }
  .document .imgCont {
    display: table-cell;
    vertical-align: middle; }
    .document .imgCont img {
      margin: 0 auto; }
  .document:first-child {
    margin-left: 0; }

.doc {
  float: left;
  margin-bottom: 15px; }
  .doc .title {
    color: #004c91;
    font-size: 0.875em;
    font-family: 'ProximaNova-Semibold';
    padding: 5px 0 0 0 !important;
    display: block; }
  .doc .type {
    color: #818181;
    font-size: 0.875em;
    display: block;
    font-family: 'ProximaNova-Regular'; }

#news li {
  border-top: 1px solid #eae9e9;
  padding: 15px 0;
  padding-right: 10px;
  background: url(../img/arrowblue.png) center right no-repeat; }
  #news li a {
    font-family: 'ProximaNova-Semibold';
    font-size: 1.250em;
    color: #989191; }
    #news li a:hover {
      color: #004c91; }
  #news li span {
    color: #f38503;
    font-size: 0.625em;
    font-family: 'ProximaNova-Semibold';
    padding: 5px 0;
    display: block; }
  #news li:first-child {
    border-top: 0; }

#faq {
  width: 100%; }
  #faq h3 {
    font-size: 1.125em;
    color: #5b534b;
    background: url(../img/blue-arrow.png) center right no-repeat;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    border-top: 1px solid #e5e5e5;
    padding: 25px 0; }
    #faq h3.active {
      background: url(../img/orange-arrow.png) center right no-repeat;
      color: #f38503; }
  #faq .acc {
    display: none;
    float: left; }
    #faq .acc a {
      display: inline;
      color: #f38503;
      text-decoration: underline; }
    #faq .acc p {
      float: left;
      font-size: 0.875em;
      padding-top: 0; }

#map {
  height: 670px;
  border: 5px solid #ebeae9; }

#mapProject {
  height: 330px;
  width: 100%;
  float: right;
  right: 25px; }

.map {
  margin-top: 40px; }
  .map .contact {
    float: left;
    width: 100%; }
    .map .contact h4 {
      font-size: 1.2em; }
  .map p {
    padding-top: 0;
    font-size: 0.875em; }
  .map .address {
    border: none !important; }
  .map .address {
    border-bottom: 1px solid #eeedec;
    padding: 0 0 27px 0; }
    .map .address a {
      color: #9b948c;
      font-family: 'ProximaNova-Semibold';
      font-size: 0.875em; }

#contact {
  width: 280px;
  height: 625px;
  background: #fff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 20px; }
  #contact h4 {
    font-size: 1.438em;
    color: #f38503;
    font-family: 'ProximaNova-Semibold'; }
  #contact p {
    padding-top: 0;
    font-size: 0.875em; }
  #contact .address {
    border-bottom: 1px solid #eeedec;
    padding: 0 0 27px 0; }
    #contact .address a {
      color: #9b948c;
      font-family: 'ProximaNova-Semibold';
      font-size: 0.875em; }
  #contact input {
    width: 100%;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 5px;
    height: 28px;
    font-size: 0.875em;
    color: #9b948c; }
  #contact textarea {
    height: 88px;
    border: 1px solid #d4d4d4;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    color: #9b948c; }

.contactmin {
  width: 100% !important;
  float: left;
  position: relative !important;
  left: 0 !important;
  top: 20px;
  padding: 0 !important; }

.formContent h4 {
  padding: 15px 0; }
.formContent .sendBtn {
  color: white;
  border-radius: 5px;
  margin-top: 20px;
  font-family: 'fluxbold';
  font-size: 1.000em;
  float: right;
  padding-right: 25px;
  background: url(../img/send.png) 65px 10px no-repeat #51d4cf; }
  .formContent .sendBtn:hover {
    background-color: #F38503; }

.caret {
  background: url(../img/select.png) center right no-repeat;
  border-radius: none;
  border: none;
  height: 10px;
  width: 15px;
  margin-top: -4px; }

.dropdown-menu > li > a {
  font-family: 'ProximaNova-Bold';
  font-size: inherit;
  color: inherit;
  padding: 6px 20px; }

.projects-menu > li > a {
  font-family: 'ProximaNova-Bold';
  font-size: inherit;
  color: inherit;
  padding: 6px 20px; }

label {
  width: 100%;
  font-family: 'ProximaNova-Semibold';
  font-size: 0.875em;
  padding: 5px 0; }

#project {
  max-width: 645px; }

#listProjects {
  max-width: 810px;
  padding: 65px 0;
  float: left; }
  #listProjects li {
    position: relative;
    height: 220px; }
    #listProjects li h5 {
      font-size: 1.688em;
      color: #918c87; }
    #listProjects li p {
      font-size: 0.875em; }
    #listProjects li .btn {
      border-radius: 5px;
      font-family: 'fluxbold';
      font-size: 1.000em;
      float: left;
      padding-right: 25px;
      background-color: #51d4cf; }
      #listProjects li .btn span {
        background: url(../img/send.png) center right no-repeat;
        color: white;
        padding: 0 20px 0 15px; }
      #listProjects li .btn:hover {
        background-color: #F38503; }
    #listProjects li .leftInformation {
      float: left;
      position: absolute;
      top: 45px;
      border-bottom: 1px solid #f5f4f3;
      padding: 0 35px 45px 35px; }
      #listProjects li .leftInformation h5 {
        font-family: 'ProximaNova-Semibold';
        font-size: 26px; }
    #listProjects li .img {
      position: absolute;
      right: -50px;
      top: 0; }

.management .tabled {
  margin-top: 5px;
  margin-right: 30px;
  margin-bottom: 10px; }
.management span {
  font-size: 1.000em;
  font-family: 'ProximaNova-Semibold';
  color: #f38503;
  display: inline;
  line-height: 25px; }
.management .managementDetails {
  float: left; }
.management p {
  padding-bottom: 0; }
.management .managementContent {
  float: left; }
.management li {
  padding: 35px 0 20px 0;
  float: left;
  border-top: 2px solid #f7f8f9; }
  .management li:first-child {
    padding: 0 0 20px 0;
    border-top: none; }

#investors .btn {
  background: #f38503;
  color: white;
  font-family: 'ProximaNova-Bold';
  margin: 20px 0 0 0;
  padding: 10px 15px; }
  #investors .btn:hover {
    opacity: 0.8; }
#investors h3 {
  color: #9b948c;
  font-family: 'ProximaNova-Semibold';
  font-size: 1.000em;
  border-radius: 5px;
  max-width: 100% !important;
  width: 100%;
  background-color: #fcf6f0;
  padding: 10px 0 0 30px;
  height: 40px;
  cursor: pointer;
  margin: 0 0 3px 0; }
  #investors h3 span {
    background: url(../img/accpasive.png) center right no-repeat;
    width: 12px;
    height: 7px;
    margin: 8px 34px 0 0;
    float: right; }
  #investors h3.active {
    background-color: #f38503;
    color: white; }
    #investors h3.active span {
      background: url(../img/acc.png) center right no-repeat; }
#investors .title {
  float: left;
  background: #FCF6F0;
  border: 1px solid #f6f0ea;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  width: 100%;
  font-size: 0.875em;
  color: #9b948c;
  font-family: 'ProximaNova-Semibold'; }
#investors .accCont {
  display: none; }
#investors .acc {
  width: 100%;
  float: left;
  padding: 10px 0 0 30px;
  height: 40px;
  margin-bottom: 10px; }
  #investors .acc span {
    background: url(../img/pdficon.png) center right no-repeat;
    float: right;
    width: 18px;
    height: 24px;
    margin: 8px 34px 0 0;
    float: right; }
    #investors .acc span.zoom {
      background: url(../img/zoom.png) center right no-repeat;
      width: 19px;
      height: 19px; }
#investors p {
  padding: 0;
  float: left;
  font-size: 0.875em; }

.press .img {
  position: relative; }
.press li {
  margin-top: 20px; }
  .press li:hover .zoomB {
    display: block; }
.press .zoomB {
  background: #f38503;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
  .press .zoomB i {
    background: url(../img/buyutec.png) center center no-repeat transparent;
    width: 29px;
    height: 28px;
    margin: 50% auto;
    display: block; }
.press .title {
  font-size: 0.875em;
  font-family: 'ProximaNova-Semibold';
  color: #004c91;
  padding: 5px 0 !important;
  display: block; }
.press .date {
  font-size: 0.875em;
  font-family: 'ProximaNova-Semibold';
  color: #818181;
  display: block; }

.FancyPopup .fancybox-skin {
  background: #ebeae9;
  border-radius: 0; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5); }

.fancybox-close {
  background: url(../img/close.png) 0 0 no-repeat;
  width: 40px;
  height: 40px;
  right: 0;
  top: -56px; }

.accFancy {
  display: none; }

.popupCont {
  background: #9b8e7e;
  border: 5px solid #ebeae9;
  padding: 25px; }
  .popupCont h6 {
    color: #004c91;
    font-size: 1.313em;
    font-family: 'ProximaNova-Bold';
    text-align: center;
    width: 100%;
    line-height: 50px;
    display: block; }
  .popupCont p {
    color: white; }
  .popupCont .leftText {
    max-width: 400px;
    float: left; }
    .popupCont .leftText p {
      color: white; }
  .popupCont .rightTable {
    float: left;
    min-width: 420px; }
    .popupCont .rightTable table th {
      border: none; }
    .popupCont .rightTable table tr {
      border: 0; }
      .popupCont .rightTable table tr:last-child td {
        color: white; }
    .popupCont .rightTable table td {
      border: 0;
      border-bottom: 1px solid #f6f0ea; }

.Popup .fancybox-skin {
  background: transparent; }

.sketchWrapper {
  position: relative;
  height: 290px; }

.boxWrapper {
  position: relative;
  top: 23%;
  left: 20px;
  -ms-transform: perspective(524px) scaleZ(0.3) rotateX(21deg) rotateZ(-11deg) rotateY(-38deg) skewX(-16deg);
  -webkit-transform: perspective(524px) scaleZ(0.3) rotateX(21deg) rotateZ(-11deg) rotateY(-38deg) skewX(-16deg);
  transform: perspective(524px) scaleZ(0.3) rotateX(21deg) rotateZ(-11deg) rotateY(-38deg) skewX(-16deg); }

.Popup .fancybox-close {
  right: 230px;
  top: -2px; }

.jspDrag {
  background: #f38503;
  border-radius: 4px;
  position: absolute;
  right: 0;
  transition: background-color 0.2s linear 0s;
  width: 8px; }

.jspTrack, .jspVerticalBar {
  background: transparent; }

.krokiPopup {
  display: none;
  max-width: 1080px; }

.sketch {
  position: absolute;
  top: 31%;
  left: 15%; }

.tableBox {
  background: #f38503;
  width: 391px;
  height: 428px;
  background: none; }
  .tableBox .title {
    font-size: 2.375em;
    color: white;
    font-family: 'ProximaNova-Semibold';
    text-align: center; }
  .tableBox .center {
    color: white;
    font-size: 1.375em;
    font-family: 'ProximaNova-Semibold';
    text-align: center; }

.sketchTable {
  overflow: hidden;
  position: absolute;
  right: 20%;
  top: 7%;
  max-width: 450px;
  height: 240px; }
  .sketchTable h3 {
    font-size: 1.250em;
    font-family: 'ProximaNova-Semibold';
    color: white;
    text-align: center;
    border-bottom: 1px solid #bbb2a7;
    width: 100%;
    max-width: 100%; }
  .sketchTable th {
    font-size: 0.750em;
    font-family: 'ProximaNova-Semibold';
    color: white;
    background: transparent;
    border: none; }
  .sketchTable td {
    background: none;
    border: none;
    padding: 8px 20px !important;
    color: white;
    font-size: 0.813em; }
  .sketchTable tr {
    border-bottom: 1px solid #e3e1de; }
    .sketchTable tr.blue {
      background: white; }
      .sketchTable tr.blue td {
        color: #004c91; }
      .sketchTable tr.blue:last-child td {
        color: #004c91 !important; }
    .sketchTable tr:last-child td {
      color: white;
      font-size: 0.813em; }

.sketchTableMin {
  overflow: hidden;
  position: relative;
  max-width: 450px;
  float: right;
  margin: 15px 0 0 0; }
  .sketchTableMin h3 {
    font-size: 1.250em;
    font-family: 'ProximaNova-Semibold';
    color: white;
    text-align: center;
    border-bottom: 1px solid #bbb2a7; }
  .sketchTableMin th {
    font-size: 0.750em;
    font-family: 'ProximaNova-Semibold';
    color: white;
    background: transparent;
    border: none; }
  .sketchTableMin td {
    background: none;
    border: none;
    padding: 8px 20px !important;
    color: white;
    font-size: 0.813em; }
  .sketchTableMin tr {
    border-bottom: 1px solid #e3e1de; }
    .sketchTableMin tr.blue {
      background: white; }
      .sketchTableMin tr.blue td {
        color: #004c91; }
      .sketchTableMin tr.blue:last-child td {
        color: #004c91 !important; }
    .sketchTableMin tr:last-child td {
      color: white;
      font-size: 0.813em; }

.scrollTable {
  max-width: 520px;
  height: 300px;
  float: left;
  margin-top: 15px; }

.pin {
  width: 94px;
  height: 73px;
  position: absolute;
  z-index: 999;
  cursor: pointer; }
  .pin.blue {
    background: url(../img/bluePin.png) 0 0 no-repeat;
    top: 32%;
    left: 41%;
    z-index: 9999; }
  .pin.orange {
    background: url(../img/orangePin.png) 0 0 no-repeat;
    top: 40%;
    left: 31%; }

.orangePin {
  background: url(../img/orangePin.png) 0 0 no-repeat;
  width: 94px;
  height: 73px;
  top: 33%; }

.Popup .fancybox-close {
  right: 0; }

.jspVerticalBar {
  right: -8px; }

/*formmessage*/
.message {
  display: block;
  padding: 9px 15px 15px 45px !important;
  font-size: 13px !important;
  font-family: 'ProximaNova-Regular';
  width: 130px;
  position: absolute;
  top: 17px !important;
  border-radius: 5px; }
  .message.alert-danger {
    background-image: url("../img/danger.png");
    background-repeat: no-repeat;
    background-position: 10px 8px;
    background-color: #dff0d8; }
  .message.alert-success {
    background-image: url("../img/success.gif");
    background-repeat: no-repeat;
    background-position: 10px 8px;
    background-color: #dff0d8; }
  .message.alert-loading {
    background-image: url("../img/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: 12px 12px;
    background-color: #dff0d8; }

#upTitle h3 {
  color: #004c91; }

.x, .y {
  display: none; }

.fancyimg {
  margin-bottom: 20px; }

.management .tabled {
  margin-right: 0; }

.dropdown {
  margin-bottom: 15px; }

.projects-menu {
  border-radius: 0;
  box-shadow: none;
  position: relative;
  padding: 0;
  border: 1px solid #cecece; }
  .projects-menu li a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-family: 'ProximaNova-Regular';
    background: #f38503;
    color: white; }
  .projects-menu li > ul {
    display: none; }
    .projects-menu li > ul li a {
      padding: 15px; }
  .projects-menu li:hover a {
    background-color: #f38503;
    color: white;
    font-family: 'ProximaNova-Regular'; }
  .projects-menu li:hover > ul {
    display: block; }
    .projects-menu li:hover > ul li:hover a {
      color: #f38503;
      background-color: white; }

.organization {
  margin: 0; }
  .organization .gm {
    width: 292px;
    background-color: #d5cbbe;
    border-radius: 4px;
    border: 1px solid #c1b6a9;
    padding: 18px 20px 60px 20px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 3px 3px 0px #cec7bc;
    -moz-box-shadow: 0px 3px 3px 0px #cec7bc;
    box-shadow: 0px 3px 3px 0px #cec7bc; }
  .organization .imgBorder {
    background-color: #efe7dd;
    border: 1px solid #cdc3b5;
    width: 88px;
    height: 118px;
    padding: 3px 0 0 3px;
    float: left;
    margin-right: 16px; }
  .organization p {
    padding: 0;
    font-family: 'ProximaNova-Semibold';
    font-size: 0.813em;
    color: #5b534b; }
  .organization .title {
    color: #f38503;
    font-size: 1.000em;
    font-family: 'ProximaNova-Bold';
    margin: 30px 0 0 0; }

.organizationList {
  margin: 0 auto;
  background: url(../img/organizationBg.png) top center no-repeat; }
  .organizationList .gm {
    padding: 0;
    text-align: center;
    margin: 53px 45px 0 0;
    float: right;
    width: 175px;
    height: 70px; }
    .organizationList .gm.center {
      display: table; }
      .organizationList .gm.center p {
        display: table-cell;
        vertical-align: middle;
        font-size: 13px; }
  .organizationList .title {
    margin: 10px 0 0;
    font-size: 14px;
    font-family: 'ProximaNova-Bold'; }
  .organizationList .color {
    background-color: #8c8177;
    height: 75px;
    padding: 0;
    border: 1px solid #7f756c;
    -webkit-box-shadow: 0px 3px 3px 0px #98918a;
    -moz-box-shadow: 0px 3px 3px 0px #98918a;
    box-shadow: 0px 3px 3px 0px #98918a; }
    .organizationList .color .title {
      color: white;
      text-align: center;
      padding-top: 10px;
      margin: 19px 0 0 0; }
    .organizationList .color.right {
      float: right;
      margin: -75px -62px 0 0; }
      .organizationList .color.right .title {
        padding: 0; }
    .organizationList .color.center {
      margin-right: 10px; }

.capsuleContent {
  padding: 0 25px; }

.jspPane {
  min-height: 600px; }

/* ==========================================================================
organizasyon Wrapper Styles
========================================================================== */
.gmBox {
  padding: 0;
  text-align: center;
  width: 175px;
  height: 70px;
  background-color: #8c8177;
  margin-bottom: 54px;
  border-radius: 4px;
  border: 1px solid #7f756c;
  -webkit-box-shadow: 0px 3px 3px 0px #98918a;
  -moz-box-shadow: 0px 3px 3px 0px #98918a;
  box-shadow: 0px 3px 3px 0px #98918a; }
  .gmBox .title {
    margin: 10px 0 0;
    font-size: 14px;
    font-family: 'ProximaNova-Bold'; }
  .gmBox p {
    text-align: center;
    font-size: 13px; }
  .gmBox.top {
    padding: 18px 20px 60px 20px; }
    .gmBox.top .title {
      color: white; }
  .gmBox.downUp {
    border: 1px solid #c1b6a9;
    background: #d5cbbe; }
  .gmBox.down {
    border: 1px solid #c1b6a9;
    margin-left: 15px;
    background: #d5cbbe; }

.gmContainer {
  width: 175px;
  margin-left: 30px;
  margin-top: 186px;
  float: left; }
  .gmContainer.center {
    margin-left: 40px; }
  .gmContainer.right {
    margin-top: 63px;
    margin-left: 40px; }
    .gmContainer.right .top .title {
      margin-top: 5px; }

/* ==========================================================================
pagination Wrapper Styles
========================================================================== */
.pagination {
  text-align: center;
  display: block; }
  .pagination .next {
    background: url(../img/sprite.png) 0 -433px no-repeat;
    width: 15px;
    height: 21px; }
  .pagination .prev {
    background: url(../img/sprite.png) 0 -401px no-repeat;
    width: 15px;
    height: 21px; }
  .pagination ul {
    text-align: center;
    display: inline-block; }
    .pagination ul li {
      float: left;
      padding: 3px; }
      .pagination ul li a {
        font-family: 'ProximaNova-Bold';
        font-size: 0.750em;
        color: #5b534b;
        padding: 0 5px; }
      .pagination ul li.active a {
        color: #f38503; }

/* ==========================================================================
Table Wrapper Styles
========================================================================== */
table {
  margin: 13px 0 60px 0;
  float: left; }
  table th {
    padding: 18px 20px 18px 20px !important;
    border-left: 1px solid #f7aa4f;
    background: #f38503;
    font-family: 'ProximaNova-Semibold';
    font-size: 0.875em;
    color: white; }
    table th:first-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border: none; }
    table th:last-child {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
  table tr td {
    font-size: 0.875em;
    font-family: 'ProximaNova-Semibold';
    color: #9b948c;
    padding: 18px 20px 18px 20px !important;
    border: 1px solid #f6f0ea; }
    table tr td:last-child {
      border-right: none; }
  table tr:last-child td {
    color: #f38503;
    font-size: 1.000em; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none; }

.table-responsive {
  border: none; }

.partnership {
  border: 1px solid #f6f0ea; }

.partnershipInformation {
  border: 1px solid #f6f0ea; }

table tr td {
  border: none; }

/* ==========================================================================
Footer Wrapper Styles
========================================================================== */
#footer {
  background-color: #faf9f8;
  border-top: 1px solid #ddd9d3;
  margin: 75px 0 0 0; }
  #footer ul {
    padding: 30px 20px 10px 20px; }
    #footer ul li {
      max-width: 165px;
      margin-left: 70px;
      float: left;
      /*&.active {
      	a { color:$orange;}
      	>ul { 
      		li { margin: 0; 
      			a { color:#9b958f; line-height: 15px;}
      			&.active {
      				a { color:$orange;}
      			}
      		}
      	}
      }*/ }
      #footer ul li a {
        font-family: 'ProximaNova-Bold';
        font-size: 0.875em !important;
        color: #9b958f;
        padding: 3px 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        #footer ul li a:hover {
          color: #F38503; }
      #footer ul li > ul {
        padding: 0; }
        #footer ul li > ul li {
          margin: 0;
          width: 100%; }
          #footer ul li > ul li a {
            font-size: 0.813em;
            font-family: 'ProximaNova-Regular'; }

#footerLogo {
  display: block;
  float: left;
  height: 70px;
  width: 100%; }
  #footerLogo a {
    height: 50px;
    padding: 0;
    width: 130px;
    float: right; }
    #footerLogo a:first-child {
      float: left; }

#newsletter {
  padding-left: 20px; }
  #newsletter .title {
    color: #9b958f;
    font-size: 0.875em;
    padding: 10px 0;
    font-family: 'ProximaNova-Bold'; }

.newsletterCont {
  height: 40px;
  color: #fff;
  border-radius: 5px;
  background: #f38503;
  max-width: 250px; }
  .newsletterCont .arrow {
    float: right;
    background: url(../img/arrow.png) center right no-repeat;
    width: 12px;
    height: 30px;
    margin: 5px 13px 0 0;
    cursor: pointer; }
  .newsletterCont input {
    float: left;
    padding: 5px;
    margin: 2px 0 0 15px;
    height: 35px;
    background-color: #f38503;
    color: #fff;
    font-size: 0.813em;
    font-family: 'ProximaNova-Semibold';
    width: 195px; }

#footerLogo {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin: 40px 0 0 0; }
  #footerLogo img {
    padding: 20px 0; }

.copy {
  float: left;
  height: 100px;
  color: #9b958f;
  font-size: 10px;
  font-family: 'ProximaNova-Semibold';
  padding: 20px 0 35px 0;
  text-align: center;
  max-width: 940px; }
  .copy span {
    text-align: center;
    display: inline-block;
    padding: 20px 0 0 0;
    color: #cecac7; }

.newsletterWrapper {
  width: auto !important;
  float: right;
  margin: 30px 0 0 0;
  /*formmessage*/ }
  .newsletterWrapper .message {
    display: block;
    padding: 9px 15px 15px 45px !important;
    font-size: 13px !important;
    font-family: 'ProximaNova-Regular';
    width: 250px;
    position: absolute;
    top: 257px !important;
    border-radius: 5px; }
    .newsletterWrapper .message.alert-danger {
      background-image: url("../img/danger.png");
      background-repeat: no-repeat;
      background-position: 10px 8px;
      background-color: #dff0d8; }
    .newsletterWrapper .message.alert-success {
      background-image: url("../img/success.gif");
      background-repeat: no-repeat;
      background-position: 10px 8px;
      background-color: #dff0d8; }
    .newsletterWrapper .message.alert-loading {
      background-image: url("../img/ajax-loader.gif");
      background-repeat: no-repeat;
      background-position: 12px 12px;
      background-color: #dff0d8; }

.bx-prev {
  background: url(../img/sprite.png) 0 -150px no-repeat;
  text-indent: -9999px;
  width: 6px;
  height: 11px; }

.bx-next {
  background: url(../img/sprite.png) -25px -150px no-repeat;
  text-indent: -9999px;
  width: 6px;
  height: 11px; }

#dropdownMenu1 {
  width: 100%;
  text-align: left;
  font-family: 'ProximaNova-Semibold';
  color: #f38503; }

.caret {
  margin-top: 5px;
  position: absolute;
  right: 13px; }

.dropdown-menu {
  width: 100%; }
  .dropdown-menu .active a {
    background: #f38503;
    font-family: 'ProximaNova-Semibold'; }

.projects-menu {
  width: 100%; }
  .projects-menu .active a {
    background: #f38503;
    font-family: 'ProximaNova-Semibold'; }

.dropdown {
  top: 0; }

#browserHeader {
  padding: 20px 0;
  height: 120px;
  border-bottom: 2px solid #cecece; }

#browserHeader img {
  margin: 0 auto; }

.BrowserAdvice {
  float: left;
  height: 400px;
  padding: 200px 120px;
  text-align: center; }

.BrowserAdvice a {
  display: inline-block; }

.BrowserAdvice img {
  margin-bottom: 90px;
  text-align: center; }

.BrowserAdvice p {
  color: #000;
  font-size: 22px;
  text-align: center;
  font-family: 'ProximaNova-Regular'; }

/* ==========================================================================
Media query Css
=========================================================================== */
@media (min-width: 320px) and (max-width: 480px) {
  .contactInfo {
    padding: 0 15px; }

  #contact {
    position: static; }

  #slider img {
    width: auto; }

  #breadcrumb ul li a {
    padding: 10px 9px 10px 15px; }

  .copy {
    text-align: center; }
    .copy img {
      text-align: center;
      width: 57px;
      margin: 0  auto;
      padding: 10px 0; }

  .bx-controls-direction a {
    display: none; }

  #footer ul li {
    float: left; }

  #newsletter {
    float: left;
    margin: 0;
    padding: 0; }

  .newsletterWrapper {
    margin: 0;
    padding: 0;
    float: left; }

  .projectContent .projectBox {
    float: left;
    position: relative;
    top: 0;
    right: 0; }

  .informationText2 {
    margin: 0; }

  #listProjects li .img {
    float: left;
    position: relative !important;
    top: 0;
    right: 0;
    left: 0; }
    #listProjects li .img img {
      width: 100%; }

  .leftInformation {
    float: left;
    position: relative !important; }

  .management .tabled {
    width: 100% !important;
    float: left; }
    .management .tabled img {
      width: 100% !important; }

  .press li {
    width: 100%; }
    .press li img {
      width: 100%; }

  .document {
    width: 100%; }

  h1 {
    max-width: 630px;
    color: #004c91;
    font-family: 'ProximaNova-Semibold';
    font-size: 2.000em;
    margin-bottom: 27px;
    display: inline-block;
    width: 100%; }

  h3 {
    font-family: 'ProximaNova-Semibold';
    font-size: 2.000em;
    color: #5b534b;
    max-width: 630px;
    float: left;
    padding: 0 0 20px 0; }

  .projectContent img {
    width: 100%; }

  .informationText, .informationText2 {
    max-width: 100%; }

  .projectContent {
    max-width: 100%; }

  .projectContent {
    margin: 0 0 20px 0; }

  #listProjects li {
    height: auto; }

  .sketch img {
    transform: none;
    width: 100%;
    box-shadow: none; }

  .sketch {
    left: 0;
    top: 34%;
    float: left;
    position: relative; }

  .boxWrapper {
    left: 0;
    top: 0;
    transform: none;
    width: auto;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
    .boxWrapper .title {
      text-align: left; }

  .tableBox {
    height: 80px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    float: left; }
    .tableBox .center {
      text-align: left; }

  .Popup .fancybox-inner {
    overflow: auto;
    float: left; }

  .sketchTable, .sketchTableMin {
    left: 0;
    float: left; }

  #footer ul li {
    margin-left: 0; }

  .tabled img {
    width: auto !important; }

  .sketch {
    width: 100%; }
    .sketch img {
      width: 100%; }

  .sketch {
    transform: none; }

  #wrapperLeft, .rightContainer, #breadcrumb {
    padding: 0 15px !important; }

  .projectBox .informationBtn span {
    font-size: 1.10em !important; }

  .projectBox .informationBtn span {
    font-size: 1.50em !important; }

  .press {
    margin-left: -20px;
    min-width: 320px !important; }
    .press li {
      width: 90% !important;
      float: left;
      margin-left: 20px; }
    .press .fancyB {
      display: block; }
    .press img {
      width: 100%; }

  .sketchWrapper {
    height: auto; }

  .projectBox p {
    font-size: 1.10em;
    line-height: 25px; }

  .bannerimg {
    width: 100%; }

  #faq h3 {
    padding: 25px 22px 25px 0; }

  .management p {
    max-width: 320px; }

  .sketchie {
    display: block !important; }
    .sketchie img {
      width: 30% !important; }

  .sketch2 {
    display: block; }

  .organization {
    margin: 0; }
    .organization .gm {
      background-color: #d5cbbe;
      border-radius: 4px;
      border: 1px solid #c1b6a9;
      padding: 18px 20px 60px 20px;
      margin: 0 auto;
      float: left;
      width: 100% !important; }
    .organization .imgBorder {
      background-color: #efe7dd;
      border: 1px solid #cdc3b5;
      width: 88px;
      height: 118px;
      padding: 3px 0 0 3px;
      float: left;
      margin-right: 16px; }
    .organization p {
      padding: 0;
      font-family: 'ProximaNova-Semibold';
      font-size: 0.813em;
      color: #5b534b; }
    .organization .title {
      color: #f38503;
      font-size: 1.000em;
      font-family: 'ProximaNova-Bold';
      margin: 30px 0 0 0; }

  .organizationList {
    margin: 0 auto;
    width: auto;
    background: none; }
    .organizationList .gm {
      padding: 0;
      text-align: center;
      height: 70px;
      float: left;
      width: 100% !important; }
      .organizationList .gm.center {
        width: 100% !important;
        display: table; }
        .organizationList .gm.center p {
          display: table-cell;
          vertical-align: middle; }
    .organizationList .title {
      margin: 10px 0 0;
      font-size: 0.875em;
      font-family: 'ProximaNova-Bold'; }
    .organizationList .color {
      background-color: #8c8177;
      height: 70px;
      padding: 0;
      margin: 0;
      float: left;
      width: 100% !important; }
      .organizationList .color .title {
        color: white;
        text-align: center;
        padding-top: 10px; }
      .organizationList .color.right {
        margin: 0;
        float: left;
        width: 100% !important; }
        .organizationList .color.right .title {
          padding: 0; }
    .organizationList .gmContainer {
      width: 100%;
      margin: 0; }
    .organizationList .gmBox {
      width: 100%;
      margin: 0; }
    .organizationList #listProjects li .img {
      right: 0 !important; }
    .organizationList .sketchTableMin {
      position: relative !important;
      float: left;
      left: auto;
      right: 0; }

  .informationText2 .projectBox p {
    font-size: 1em !important; }

  .projectBox .informationBtn span {
    font-size: 0.8em !important; }

  .sketch2 img {
    width: 100%; }

  .lt-ie9 .sketch2 {
    width: 300px; }
  .lt-ie9 .boxWrapper {
    top: 0; }

  #footer ul li {
    width: 100%; }

  .map #contact {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    width: auto; } }
@media (min-width: 320px) and (max-width: 767px) {
  #listProjects li .leftInformation {
    position: relative;
    top: 0;
    float: left;
    z-index: 99; }

  #listProjects li .img {
    position: relative;
    float: left;
    right: 0; }

  .boxWrapper {
    position: relative;
    transform: none;
    transform: 0; }

  .sketch2 img {
    float: left;
    max-width: 100%;
    width: 100% !important; }

  .sketchTableMin {
    max-width: 100%; }

  .sketchTableMin h3 {
    max-width: 100%;
    width: 100%; }

  .informationText2 .projectBox p, .projectBox .informationBtn span {
    font-size: 1em; }

  .lt-ie9 .sketch2 {
    width: 300px; }
  .lt-ie9 .boxWrapper {
    top: 0; }

  .organizationList {
    margin: 0 auto;
    width: auto;
    background: none; }
    .organizationList .gm {
      padding: 0;
      text-align: center;
      height: 70px;
      float: left;
      width: 100% !important; }
      .organizationList .gm.center {
        width: 100% !important;
        display: table; }
        .organizationList .gm.center p {
          display: table-cell;
          vertical-align: middle; }
    .organizationList .title {
      margin: 10px 0 0;
      font-size: 0.875em;
      font-family: 'ProximaNova-Bold'; }
    .organizationList .color {
      background-color: #8c8177;
      height: 70px;
      padding: 0;
      margin: 0;
      float: left;
      width: 100% !important; }
      .organizationList .color .title {
        color: white;
        text-align: center;
        padding-top: 10px; }
      .organizationList .color.right {
        margin: 0;
        float: left;
        width: 100% !important; }
        .organizationList .color.right .title {
          padding: 0; }
    .organizationList .gmContainer {
      width: 100%;
      margin: 0; }
    .organizationList .gmBox {
      width: 100%;
      margin: 0; }
    .organizationList #listProjects li .img {
      right: 0 !important; }
    .organizationList .sketchTableMin {
      position: relative !important;
      float: left;
      left: auto;
      right: 0; } }
@media (max-width: 480px) {
  .informationText2 {
    max-width: 100% !important; }
    .informationText2 .projectBox p {
      font-size: 1.50em;
      line-height: 30px; }

  #slider img {
    width: 100%; } }
@media (min-width: 480px) {
  .tabled img {
    width: 100% !important; }

  .press li {
    width: 33.333%;
    float: left; }

  .videos, .videos img, .projectBox {
    max-width: 100%;
    height: auto; }

  .projectContent {
    margin: 0 0 90px 0; }

  .videos span {
    left: 33%;
    top: 33%; }

  .Popup .fancybox-inner {
    overflow: auto; }

  .sketchTable, .sketchTableMin {
    left: 0;
    float: left; }

  .document {
    width: 100%; }

  .borderImg {
    max-width: 446px; }

  .lt-ie8 .sketchTable {
    top: 60%;
    text-align: center;
    left: 0;
    top: 0; }

  .centerContent, #wrapperLeft, .rightContainer, #breadcrumb {
    padding: 0 15px !important; }

  #slider img {
    width: 100%; }

  .sketchWrapper {
    height: auto; }

  .sketch2 img {
    width: 100%; }

  .sketchTable {
    width: 500px; } }
@media (min-width: 768px) {
  .tableBox {
    left: 23%;
    position: absolute;
    top: 9%;
    height: 428px; }

  .box .borderImg {
    margin: 0 auto; }

  .tabled {
    float: left;
    margin-right: 15px;
    width: auto; } }
@media (min-width: 768px) and (max-width: 940px) {
  .col-sm-8 {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 930px) {
  .rightContainer {
    display: none; }

  #headerWrapper #headerBottom #menuWrapper li a {
    font-size: 12px;
    padding: 48px 6px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .gmContainer {
    margin-left: 25px; }

  #wrapperLeft, .rightContainer {
    padding: 0 !important; }

  #rightMenu {
    width: 247px; } }
@media (min-width: 320px) and (max-width: 1024px) {
  .slider-container {
    display: none !important; } }
@media (min-width: 500px) and (max-width: 768px) {
  .borderImg img {
    width: 100%; }

  .copy {
    text-align: center; }
    .copy img {
      text-align: center;
      width: 57px;
      margin: 0  auto;
      padding: 10px 0; }

  .tabled img {
    width: 100%; }

  .bx-controls-direction a {
    display: none; }

  #footer ul li {
    float: left; }

  #newsletter {
    float: left; }

  .copy span {
    float: left;
    text-align: left;
    font-size: 1.125em; }

  .copy a {
    float: right; }

  #tab {
    margin-left: 45px; }

  .management .tabled {
    width: auto;
    float: left; }
    .management .tabled img {
      width: auto; }

  .Popup .fancybox-inner {
    overflow: auto !important; }

  .projectBox p {
    font-size: 2.75em;
    line-height: 50px; }

  .projectBox .informationBtn span {
    font-size: 1.50em !important; }

  .press {
    margin-left: -20px; }
    .press li {
      width: 29.333%;
      float: left;
      margin-left: 20px; }
    .press .fancyB {
      display: block; }
    .press img {
      width: 100%; }

  #sliderWrapper .rightImage {
    max-width: 485px; }

  .informationText2 {
    max-width: 100% !important; }

  .projectBox {
    width: auto;
    margin-left: 15px; }

  .bannerimg {
    width: 100% !important; }

  .tableBox {
    height: 120px;
    background: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    float: left; }

  .sketch2 img {
    width: auto; }

  #wrapper {
    padding: 0; }

  .box .borderImg {
    margin: 0 auto; } }
@media (min-width: 550px) and (max-width: 800px) {
  .management .tabled {
    width: auto;
    float: left; }
    .management .tabled img {
      width: auto; }

  .informationText {
    max-width: 100%; }

  .document {
    width: 100%; }

  .informationText2 {
    margin-top: 35px; }

  .Popup .fancybox-inner {
    overflow: auto; }

  .document {
    width: 100%; }

  .lt-ie8 .sketchTable {
    top: 810px;
    text-align: center;
    left: 0;
    top: 0; }

  .informationText2 {
    max-width: 100%;
    margin: 0; }

  .projectBox p {
    font-size: 1.75em; }

  .projectBox .informationBtn span {
    font-size: 1.50em !important; }

  .projectContent {
    width: 100%;
    max-width: 100% !important; }

  .videos img {
    width: 100%; }

  #listProjects li .img {
    right: 0;
    left: auto; }

  .projectContent {
    max-width: auto; } }
@media (min-width: 768px) and (max-width: 980px) {
  .sketchTable {
    top: auto;
    bottom: -130px; } }
@media (min-width: 640px) and (max-width: 1023px) {
  .borderImg {
    max-width: 715px; }
    .borderImg img {
      width: 100%; }

  .copy {
    text-align: center; }
    .copy img {
      text-align: center;
      width: 57px;
      margin: 0  auto;
      padding: 10px 0; }

  /*.tabled {
  	img { width: 100%;}
  }*/
  .bx-controls-direction a {
    display: none; }

  .copy span {
    float: left;
    text-align: left;
    font-size: 1.125em; }

  .copy a {
    float: right; }

  .management .tabled {
    width: auto;
    float: left; }
    .management .tabled img {
      width: auto; }

  .sketchTable {
    left: 0; }

  .projectBox .informationBtn span {
    font-size: 1.50em !important; }

  .press {
    margin-left: -20px; }
    .press li {
      width: 29.333%;
      float: left;
      margin-left: 20px;
      margin-top: 20px; }
    .press .fancyB {
      display: block; }
    .press img {
      width: 100%; } }
@media (max-width: 940px) {
  .borderImg img {
    width: 100%; }

  .copy {
    text-align: center; }
    .copy img {
      text-align: center;
      width: 57px;
      margin: 0  auto;
      padding: 10px 0; }

  .wrapperLeft .tabled img {
    width: 100%; }

  .bx-controls-direction a {
    display: none; }

  .copy span {
    float: left;
    text-align: left;
    font-size: 1.125em; }

  .copy a {
    float: right; }

  .management .tabled {
    width: auto;
    float: left; }
    .management .tabled img {
      width: auto; } }
@media (min-width: 768px) and (max-width: 980px) {
  #subBanner {
    width: 100%; }

  .projects {
    max-width: 745px !important; }

  .sketchTable {
    bottom: -278px; }

  .lt-ie9 .boxWrapper {
    transform: rotate(-25deg) skew(-28deg); }

  .container {
    width: auto; }

  #sliderWrapper h4 {
    max-width: 300px;
    font-size: 2em;
    line-height: 55px; }

  #sliderWrapper {
    height: 375px; }

  .box h5 {
    font-size: 0.700em; }

  #header {
    border: none; } }
@media (max-width: 768px) {
  .tableBox {
    left: 11%;
    top: 6%; }

  #listProjects {
    max-width: 750px;
    float: none; }

  .sketchTable {
    top: auto;
    left: 0;
    bottom: 0; } }
@media (max-width: 1025px) {
  #sliderWrapper .rightImage {
    max-width: 485px; }

  .tableBox {
    left: auto;
    top: 0; }

  .sketchTable {
    right: 0; }

  .projectContent {
    max-width: 290px; }

  .sketch {
    left: 0; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .tableBox {
    background: url(../img/tableBox.png) 0 0 no-repeat;
    height: 428px;
    z-index: 9;
    left: 5%;
    top: -31%; }

  .projectDetails, .projects {
    padding: 0; }

  #listProjects {
    min-width: 700px; }

  .lt-ie9 .sketchTable {
    bottom: 0;
    top: auto; } }
@media (min-width: 1024px) and (max-width: 1920px) {
  .projectDetails, .projects {
    padding: 0; }

  .borderImg {
    width: 300px !important; }

  .copy {
    text-align: center; }
    .copy img {
      text-align: center;
      width: 57px;
      margin: 0  auto;
      padding: 10px 0; }

  .tabled img {
    width: auto; }

  #footer ul {
    padding-left: 0; }

  #footer ul li {
    float: left; }

  #newsletter {
    float: left; }

  #footer ul li a {
    font-size: 0.875em; }

  #footer ul li > ul li a {
    font-size: 0.813em; }

  .sliderNews .bx-default-pager {
    display: none; }

  .home {
    padding: 0 !important; }

  .bx-controls-direction {
    position: absolute;
    top: -125px;
    right: 14px;
    display: block; }

  .bx-controls-direction a {
    float: left;
    margin: 0 0 0 10px;
    display: block; }

  .bx-prev {
    background: url(../img/sprite.png) 0 -150px no-repeat;
    text-indent: -9999px;
    width: 6px;
    height: 11px; }

  .bx-next {
    background: url(../img/sprite.png) -25px -150px no-repeat;
    text-indent: -9999px;
    width: 6px;
    height: 11px; }

  #newsletter {
    float: right; }

  .copy span {
    float: left;
    text-align: left;
    font-size: 1.125em; }

  .copy a {
    float: right; }

  .tabled {
    float: left;
    margin: 25px 45px 27px 0; }

  .centerContent .box {
    padding-left: 0; }

  #footer ul {
    padding-right: 0; }

  #footer ul li {
    margin-left: 70px; }

  #footer .centerContent ul li:first-child {
    margin-left: 0; }

  .press {
    margin-left: -20px; }
    .press li {
      width: 29.333%;
      float: left;
      margin-left: 20px; }
    .press .fancyB {
      display: block; }
    .press img {
      width: 100%; }

  .informationText2 {
    margin: -133px 0 0 15px;
    max-width: 305px; }

  .sketchTable {
    right: 20%;
    top: 7%;
    left: auto; }

  .doc.col-xs-12 {
    padding: 0 15px; }

  #listProjects {
    min-width: 800px; }

  .projectBox {
    max-width: 300px !important;
    width: 300px; }

  .centerContent, #wrapperLeft, .rightContainer, #breadcrumb {
    padding: 0 !important; }

  .tableBox {
    background: url(../img/tableBox.png) 0 0 no-repeat;
    z-index: 99;
    left: 5%;
    top: -31%; }

  .lt-ie9 .tableBox {
    left: 6%; }
  .lt-ie9 .boxWrapper {
    transform: rotate(-25deg) skew(-28deg); }

  .sketchTable, .sketchTableMin {
    right: 0;
    left: auto; }

  #sliderWrapper h4 {
    width: 375px; } }
@media (min-width: 1920px) {
  .projectDetails, .projects {
    padding: 0; }

  .borderImg {
    width: 300px !important; }

  .copy {
    text-align: center; }
    .copy img {
      text-align: center;
      width: 57px;
      margin: 0  auto;
      padding: 10px 0; }

  .tabled img {
    width: auto; }

  #footer ul li {
    float: left; }

  #newsletter {
    float: left; }

  #footer ul li a {
    font-size: 0.875em; }

  #footer ul li > ul li a {
    font-size: 0.813em; }

  .sliderNews .bx-default-pager {
    display: none; }

  .home {
    padding: 0 !important; }

  .bx-controls-direction {
    position: absolute;
    top: -125px;
    right: 14px;
    display: block; }

  .bx-controls-direction a {
    float: left;
    margin: 0 0 0 10px;
    display: block; }

  .bx-prev {
    background: url(../img/sprite.png) 0 -150px no-repeat;
    text-indent: -9999px;
    width: 6px;
    height: 11px; }

  .bx-next {
    background: url(../img/sprite.png) -25px -150px no-repeat;
    text-indent: -9999px;
    width: 6px;
    height: 11px; }

  #newsletter {
    float: right; }

  .copy span {
    float: left;
    text-align: left;
    font-size: 1.125em; }

  .copy a {
    float: right; }

  .tabled {
    float: left;
    margin: 25px 45px 27px 0; }

  .centerContent .box {
    padding-left: 0; }

  #footer ul {
    padding-right: 0; }

  #footer ul li {
    margin-left: 70px; }

  #footer .centerContent ul li:first-child {
    margin-left: 0; }

  .press {
    margin-left: -20px; }
    .press li {
      width: 29.333%;
      float: left;
      margin-left: 20px; }
    .press .fancyB {
      display: block; }
    .press img {
      width: 100%; }

  .informationText2 {
    margin: -133px 0 0 15px;
    max-width: 305px; }

  .sketchTable {
    right: 20%;
    top: 7%;
    left: auto; }

  .doc.col-xs-12 {
    padding: 0 15px; }

  #listProjects {
    min-width: 800px; }

  .projectBox {
    max-width: 300px !important;
    width: 300px; }

  .centerContent, #wrapperLeft, .rightContainer, #breadcrumb {
    padding: 0 !important; }

  .tableBox {
    background: url(../img/tableBox.png) 0 0 no-repeat;
    z-index: 99;
    left: 5%;
    top: -31%; }

  .lt-ie9 .tableBox {
    left: 6%; }
  .lt-ie9 .boxWrapper {
    transform: rotate(-25deg) skew(-28deg); }

  .sketchTable, .sketchTableMin {
    right: 0;
    left: auto; }

  #sliderWrapper h4 {
    width: 375px; } }
@media (min-width: 980px) {
  #listProjects {
    min-width: 800px; }

  .homeFooter {
    width: 940px;
    padding: 0; }

  .homeHeader {
    width: 940px; }

  .home {
    padding-left: 105px;
    padding-right: 80px; }

  .bx-controls-direction {
    right: 0; }

  #footer .container {
    width: 940px; }

  #wrapper {
    padding: 0; }

  .col-md-9 {
    padding: 0; }

  .informationText2 {
    max-width: 293px;
    margin-left: 0; } }
.centerContent, #subContent, #wrapperLeft, .rightContainer, #breadcrumb {
  padding: 0; }

.col-md-9 {
  max-width: 663px; }

/*cms entegrasyonu style menu*/
#headerTop .page-2, #headerTop .page-3, #headerTop .page-5, #headerTop .page-1, #headerTop .page-4, #headerTop .page-15 {
  display: none; }
#headerTop .page-355, #headerTop .page-368, #headerTop .page-640, #headerTop .page-386, #headerTop .page-489 {
  display: none; }

#headerBottom .page-8, #headerBottom .page-7, #headerBottom .page-6, #headerBottom .page-9 {
  display: none; }
#headerBottom .page-607, #headerBottom .page-608, #headerBottom .page-606 {
  display: none; }

#footer .page-9, #footer .page-1, #footer .page-8, #footer .page-607, #footer .page-355, #footer .page-608 {
  display: none; }

.page-2 {
  margin-left: 0 !important; }

.sketchie {
  display: none !important;
  /* ==========================================================================
  organizasyon Wrapper Styles
  ========================================================================== */ }
  .sketchie #sliderWrapper h4 {
    width: 375px; }
  .sketchie .organization {
    margin: 0; }
    .sketchie .organization .gm {
      width: 292px;
      background-color: #d5cbbe;
      border-radius: 4px;
      border: 1px solid #c1b6a9;
      padding: 18px 20px 60px 20px;
      margin: 0 auto;
      -webkit-box-shadow: 0px 3px 3px 0px #cec7bc;
      -moz-box-shadow: 0px 3px 3px 0px #cec7bc;
      box-shadow: 0px 3px 3px 0px #cec7bc; }
    .sketchie .organization .imgBorder {
      background-color: #efe7dd;
      border: 1px solid #cdc3b5;
      width: 88px;
      height: 118px;
      padding: 3px 0 0 3px;
      float: left;
      margin-right: 16px; }
    .sketchie .organization p {
      padding: 0;
      font-family: 'ProximaNova-Semibold';
      font-size: 0.813em;
      color: #5b534b; }
    .sketchie .organization .title {
      color: #f38503;
      font-size: 1.000em;
      font-family: 'ProximaNova-Bold';
      margin: 30px 0 0 0; }
  .sketchie .organizationList {
    margin: 0 auto;
    background: url(../img/organizationBg.png) top center no-repeat; }
    .sketchie .organizationList .gm {
      padding: 0;
      text-align: center;
      margin: 53px 45px 0 0;
      float: right;
      width: 175px;
      height: 70px; }
      .sketchie .organizationList .gm.center {
        display: table; }
        .sketchie .organizationList .gm.center p {
          display: table-cell;
          vertical-align: middle;
          font-size: 13px; }
    .sketchie .organizationList .title {
      margin: 10px 0 0;
      font-size: 14px;
      font-family: 'ProximaNova-Bold'; }
    .sketchie .organizationList .color {
      background-color: #8c8177;
      height: 75px;
      padding: 0;
      border: 1px solid #7f756c;
      -webkit-box-shadow: 0px 3px 3px 0px #98918a;
      -moz-box-shadow: 0px 3px 3px 0px #98918a;
      box-shadow: 0px 3px 3px 0px #98918a; }
      .sketchie .organizationList .color .title {
        color: white;
        text-align: center;
        padding-top: 10px;
        margin: 19px 0 0 0; }
      .sketchie .organizationList .color.right {
        float: right;
        margin: -75px -62px 0 0; }
        .sketchie .organizationList .color.right .title {
          padding: 0; }
      .sketchie .organizationList .color.center {
        margin-right: 10px; }
  .sketchie .capsuleContent {
    padding: 0 25px; }
  .sketchie .jspPane {
    min-height: 600px; }
  .sketchie .gmBox {
    padding: 0;
    text-align: center;
    width: 175px;
    height: 70px;
    background-color: #8c8177;
    margin-bottom: 54px;
    border-radius: 4px;
    border: 1px solid #7f756c;
    -webkit-box-shadow: 0px 3px 3px 0px #98918a;
    -moz-box-shadow: 0px 3px 3px 0px #98918a;
    box-shadow: 0px 3px 3px 0px #98918a; }
    .sketchie .gmBox .title {
      margin: 10px 0 0;
      font-size: 14px;
      font-family: 'ProximaNova-Bold'; }
    .sketchie .gmBox p {
      text-align: center;
      font-size: 13px; }
    .sketchie .gmBox.top {
      padding: 18px 20px 60px 20px; }
      .sketchie .gmBox.top .title {
        color: white; }
    .sketchie .gmBox.downUp {
      border: 1px solid #c1b6a9;
      background: #d5cbbe; }
    .sketchie .gmBox.down {
      border: 1px solid #c1b6a9;
      margin-left: 15px;
      background: #d5cbbe; }
  .sketchie .gmContainer {
    width: 175px;
    margin-left: 30px;
    margin-top: 186px;
    float: left; }
    .sketchie .gmContainer.center {
      margin-left: 40px; }
    .sketchie .gmContainer.right {
      margin-top: 63px;
      margin-left: 40px; }
      .sketchie .gmContainer.right .top .title {
        margin-top: 5px; }

/* ==========================================================================
surekli Bilgilendirme Styles
========================================================================== */
.informationPage h4 {
  font-size: 1.250em;
  font-family: 'ProximaNova-Semibold';
  color: #5b534b;
  max-width: 100%;
  text-align: center;
  line-height: 60px; }
.informationPage h5 {
  font-size: 1.000em;
  font-family: 'ProximaNova-Semibold';
  color: #fff;
  max-width: 100%;
  background: #f38503;
  line-height: 40px;
  text-align: center; }
.informationPage p {
  padding: 0 0 10px 0;
  font-size: 11px; }
.informationPage .document {
  background: transparent;
  padding: 0;
  margin: 0; }
  .informationPage .document li {
    border-bottom: 1px solid #f6f0ea; }
  .informationPage .document a {
    background: url(../img/pdficon.png) center right no-repeat;
    height: 43px;
    line-height: 45px;
    font-size: 0.875em;
    font-family: 'ProximaNova-Semibold';
    color: #a19b93; }
.informationPage th {
  color: #f38503;
  background: #f4e9dd;
  border-radius: none; }
.informationPage table th {
  border-radius: 0;
  text-align: center;
  padding: 18px 10px !important; }
.informationPage table tr:last-child td {
  font-family: "ProximaNova-Semibold" !important;
  font-size: 14px;
  color: #b8b2ac !important; }
.informationPage table td {
  font-family: "ProximaNova-Semibold" !important;
  font-size: 14px;
  color: #b8b2ac !important;
  border: 1px solid #f6f0ea !important; }
.informationPage .table {
  margin: 0; }
.informationPage tr.titleDown {
  background: #fdf9f5;
  border-bottom: 1px solid #f6f0ea; }
.informationPage tr.titleDownLink {
  background: #fdf9f5;
  border-bottom: 1px solid #f6f0ea; }
  .informationPage tr.titleDownLink td {
    text-align: left;
    font-size: 13px !important;
    padding: 30px 20px !important; }
  .informationPage tr.titleDownLink a {
    float: right;
    font-size: 13px;
    color: #f38503;
    text-decoration: underline; }
.informationPage tr td {
  text-align: center; }
.informationPage .minTable {
  margin: 0 !important;
  padding: 0; }
  .informationPage .minTable td {
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
    font-size: 11px !important;
    border-left: 1px solid #f6f0ea;
    border-bottom: 1px solid #f6f0ea; }
  .informationPage .minTable table {
    margin: 0; }
  .informationPage .minTable th {
    color: #9b948c;
    border-left: 1px solid #f6f0ea;
    background: #fdf9f5; }
    .informationPage .minTable th:first-child {
      border-left: none;
      text-align: left; }
  .informationPage .minTable .tablexs td {
    padding: 10px !important;
    height: 40px;
    text-align: right;
    padding-top: 20px !important; }
    .informationPage .minTable .tablexs td:first-child {
      text-align: left; }
.informationPage .leftTable {
  margin-bottom: 40px;
  border: 1px solid #f6f0ea; }
  .informationPage .leftTable tr td {
    border-left: 1px solid #f6f0ea;
    border-bottom: 1px solid #f6f0ea;
    border-top: 1px solid #f6f0ea;
    font-size: 11px !important;
    text-align: left; }
    .informationPage .leftTable tr td:first-child {
      background: #fdf9f5; }
    .informationPage .leftTable tr td:last-child {
      font-size: 11px !important;
      width: 117px; }
  .informationPage .leftTable.title th {
    color: #b8b2ac; }
.informationPage .text .titleDown td {
  padding: 18px 20px !important; }
.informationPage .text td {
  padding: 70px 20px !important; }

.popupLink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.popup {
  display: none; }

.en #headerWrapper #headerBottom #menuWrapper li a {
  font-size: 13px; }

.en .gmBox p {
  font-size: 11px;
  line-height: 12px !important; }

.en .formContent .sendBtn {
  background-position: 50px 6px; }

.en #headerWrapper #headerBottom #menuWrapper li > ul {
  min-width: 260px; }

.en #rightMenu {
  width: 280px; }

.en .projectBox .informationBtn span {
  font-size: 18px !important; }

.en #footer .page-368 {
  margin-left: 0; }

.en #footer ul li {
  margin-left: 55px; }

.en #footer ul li > ul li {
  margin-left: 0 !important; }

/* ==========================================================================
ie8 Media query Css

=========================================================================== */
.lt-ie8 #sliderWrapper {
  width: 1100px;
  margin: 0 auto 40px auto;
  max-width: auto; }
  .lt-ie8 #sliderWrapper h4 {
    height: 375px;
    width: 375px; }
.lt-ie8 .box {
  width: 330px; }
.lt-ie8 #footer ul li {
  width: 160px; }
.lt-ie8 .newsletterWrapper {
  float: right !important;
  margin: -30px 0 0 0; }
.lt-ie8 .newsletterCont input {
  line-height: 25px; }
.lt-ie8 .copy span {
  float: left; }
.lt-ie8 .copy a {
  float: right; }
.lt-ie8 .standard .tabled {
  width: 280px;
  float: left;
  margin: 25px 45px 27px 0; }
.lt-ie8 .management .tabled {
  width: 180px;
  float: left; }
.lt-ie8 .documentCont {
  width: 213px; }
.lt-ie8 .tableBox {
  background: url(../img/tableBoxduz.png) 0 0 no-repeat;
  width: 281px;
  height: 165px; }
.lt-ie8 .boxWrapper {
  left: 15%; }
.lt-ie8 .bx-pager.bx-default-pager {
  display: none; }
.lt-ie8 .rightContainer {
  float: right; }
.lt-ie8 .sketch {
  width: 45%;
  left: 0; }
  .lt-ie8 .sketch img {
    width: 100%; }
.lt-ie8 .sketchTable {
  right: 10% !important; }
.lt-ie8 .tableBox {
  background-image: none;
  color: #a19b93;
  left: 0;
  right: 0;
  top: 0; }
.lt-ie8 .home {
  padding: 0; }
.lt-ie8 .bx-controls-direction {
  right: 0;
  position: absolute;
  top: -125px; }
.lt-ie8 .bx-prev {
  left: -15px;
  position: absolute; }
.lt-ie8 .sketch {
  display: none; }
.lt-ie8 .sketchie {
  display: block !important; }
  .lt-ie8 .sketchie img {
    width: 50%; }
.lt-ie8 .capsule {
  width: 980px;
  margin: 0 auto; }
.lt-ie8 .homeFooter {
  width: 940px;
  padding: 0; }
.lt-ie8 .homeHeader {
  width: 940px; }
.lt-ie8 #sliderWrapper .bx-prev {
  left: -60px; }
.lt-ie8 #sliderWrapper .bx-controls-direction {
  bottom: 70px;
  top: auto;
  right: 40px;
  z-index: 999; }
.lt-ie8 #sliderWrapper .bx-prev {
  background: url(../img/sprite.png) 16px -270px no-repeat white;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .lt-ie8 #sliderWrapper .bx-prev:hover {
    background: url(../img/sprite.png) 16px -326px no-repeat #f38503; }
.lt-ie8 #sliderWrapper .bx-next {
  background: url(../img/sprite.png) 16px -301px no-repeat white;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .lt-ie8 #sliderWrapper .bx-next:hover {
    background: url(../img/sprite.png) 16px -357px no-repeat #f38503; }
.lt-ie8 .box {
  padding: 0;
  width: 300px;
  margin-left: 15px; }
  .lt-ie8 .box:first-child {
    margin: 0; }
.lt-ie8 #listProjects li {
  width: 850px !important; }
.lt-ie8 #listProjects li .img {
  position: relative !important;
  float: right; }
.lt-ie8 #listProjects li .leftInformation {
  width: 500px; }
.lt-ie8 .projectContent, .lt-ie8 .informationText2 {
  width: auto;
  padding: 0; }
.lt-ie8 .informationText2 {
  margin-left: 0; }
.lt-ie8 .press li {
  float: left;
  width: 200px;
  margin-left: 10px; }
  .lt-ie8 .press li img {
    width: 200px; }
.lt-ie8 #sliderWrapper .btnSlider span {
  font-size: 1em !important; }

.lt-ie9 .capsule {
  width: 980px;
  margin: 0 auto; }
.lt-ie9 .homeFooter {
  width: 940px;
  padding: 0; }
.lt-ie9 .homeHeader {
  width: 940px; }
.lt-ie9 .boxWrapper div {
  color: #f38503; }
.lt-ie9 .boxWrapper {
  left: 20px !important; }
.lt-ie9 .tableBox div {
  color: white; }
.lt-ie9 #sliderWrapper {
  width: 1100px;
  margin: 0 auto 40px auto;
  max-width: auto; }
  .lt-ie9 #sliderWrapper h4 {
    height: 375px;
    width: 375px; }
.lt-ie9 .bx-controls-direction {
  bottom: 70px;
  top: auto;
  right: 40px;
  z-index: 999; }
.lt-ie9 #sliderWrapper .btnSlider span {
  font-size: 1em !important; }

.lt-ie7 .centerContent .box {
  padding: 0; }
