@charset "utf-8";
/*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: 'Roboto', sans-serif;
  color: #333;
}
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 #141f27;
}
.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 #00bce4;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #00bce4;
  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: #777 !important;
}
input:-moz-placeholder {
  color: #777 !important;
}
input::-moz-placeholder {
  color: #777 !important;
}
input:-ms-input-placeholder {
  color: #777 !important;
}
textarea::-webkit-input-placeholder {
  color: #777 !important;
}
textarea:-moz-placeholder {
  color: #777 !important;
}
textarea::-moz-placeholder {
  color: #777 !important;
}
textarea:-ms-input-placeholder {
  color: #777 !important;
}
.placeholder {
  color: #777 !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://enustkat.com
	========================================================================== */
/*font-family: 'Roboto', sans-serif;*/
/*font-family: 'Roboto Condensed', sans-serif;*/
/*.Less functions starts here*/
.clear100 {
  clear: both;
  width: 100%;
}
.c100b {
  float: left;
  width: 100%;
  position: relative;
}
/*.Less functions ends here*/
/*Flexslider defaults begins here*/
.slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.no-js .slider .slides > li:first-child {
  display: block;
}
/*Flexslider defaults ends here*/
body {
  direction: ltr;
  z-index: 1;
}
.centerfix {
  font-size: 1em;
  position: relative;
  width: 100%;
  min-width: 940px;
  max-width: 1920px;
}
.centercontent {
  width: 940px;
  margin: 0 auto;
  position: relative;
}
/*Header begins here*/
#header {
  z-index: 4;
  font-family: 'Roboto Condensed';
  font-weight: 700;
}
#header1 {
  font-size: 12px;
  background-color: #ffffff;
}
#header1 .centercontent {
  height: 50px;
}
#header1 .centercontent .h1ul,
#header1 .centercontent .h1ul li a {
  color: #151f28;
}
#header1 .centercontent .h1ul {
  position: absolute;
  left: 0;
  top: 13px;
  float: left;
  width: 100%;
}
#header1 .centercontent .h1ul li {
  float: left;
  margin-right: 78px;
}
#header1 .centercontent .h1ul li:last-child {
  float: right;
  margin-right: 0;
}
#header1 .centercontent .h1ul li a {
  display: block;
  float: left;
  height: 22px;
  padding-top: 3px;
  padding-left: 32px;
  background: url(../img/header/h1-icon.jpg) no-repeat;
}
#header1 .centercontent .h1ul li.h1u1 a {
  background-position: 0 0;
}
#header1 .centercontent .h1ul li.h1u2 a {
  background-position: 0 -25px;
}
#header1 .centercontent .h1ul li.h1u3 a {
  background-position: 0 -50px;
}
#header2 {
  background-color: #151f28;
}
#header2 .centercontent {
  height: 90px;
}
#header2 .centercontent #logo {
  float: left;
  position: absolute;
  top: 12px;
  left: 0;
}
#header3 {
  background-color: #ffffff;
}
#header3 .centercontent {
  height: 47px;
  width: 1085px;
}
#hnav {
  float: left;
  width: 100%;
}
#hnav > li {
  width: 20%;
  text-align: center;
  font-size: 16px;
  float: left;
  position: relative;
}
#hnav > li > a {
  color: #151f28;
  height: 35px;
  display: block;
  float: left;
  padding: 12px 10px 0;
}
#hnav > li > a:hover,
#hnav > li > a.active {
  background-color: #00bbe4;
  color: #fff;
}
.hnavsub {
  color: #151f28;
  background-color: #fff;
  float: left;
  width: 345px;
  padding: 20px 0;
  font-size: 12px;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 47px;
  left: 50%;
  margin-left: -172px;
  z-index: 20;
  display: none;
}
.hnavsub a {
  color: #151f28;
}
.hnavsub li {
  float: left;
  border-right: 1px solid #5a5a5a;
  width: 172px;
  height: 140px;
  text-align: center;
}
.hnavsub li .l1c {
  width: 100%;
  float: left;
  cursor: pointer;
}
.hnavsub li .textwrap {
  width: 100%;
  float: left;
}
.hnavsub li .imgwrap {
  width: 100%;
  float: left;
}
.hnavsub li:last-child {
  border-right: none;
}
.hnavsub2 {
  background-color: #fff;
  float: left;
  width: 563px;
  padding: 20px 0;
  font-size: 11px;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 227px;
  left: 50%;
  margin-left: -172px;
  z-index: 18;
  display: none;
}
.hnavsub2 li {
  float: left;
  border-right: 1px solid #5a5a5a;
  width: 140px;
  height: 100px;
  text-align: center;
}
.hnavsub2 li a {
  color: #151f28;
}
.hnavsub2 li .l1c {
  width: 100%;
  float: left;
  cursor: pointer;
}
.hnavsub2 li .textwrap {
  width: 100%;
  float: left;
}
.hnavsub2 li .imgwrap {
  width: 100%;
  float: left;
}
.hnavsub2 li:last-child {
  border-right: none;
}
/*Header ends here*/
/*Footer begins here*/
#footer {
  margin-top: 25px;
  z-index: 2;
  border-bottom: 26px solid #151f28;
  border-top: 26px solid #151f28;
  background-color: #fff;
}
#footer .centercontent {
  height: 45px;
}
#footer .centercontent .copyright {
  font-weight: 700;
  float: right;
  position: absolute;
  right: 0;
  top: 15px;
  color: #141f27;
  font-size: 14px;
}
#footer .centercontent .fsocial {
  float: left;
  position: absolute;
  left: 0;
  top: 10px;
}
#footer .centercontent .fsocial li {
  float: left;
  margin-left: 18px;
}
#footer .centercontent .fsocial li a {
  float: left;
  display: block;
  width: 23px;
  height: 23px;
  background: url(../img/footer/socialicon.png) no-repeat;
}
#footer .centercontent .fsocial li a.s1 {
  background-position: 0 0;
}
#footer .centercontent .fsocial li a.s2 {
  background-position: 0 -23px;
}
#footer .centercontent .fsocial li a.s3 {
  background-position: 0 -46px;
}
#footer .centercontent .fmotto {
  margin: 12px auto;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  color: #141f27;
}
/*Footer ends here*/
#main {
  z-index: 3;
  min-height: 600px;
  background: url(../img/topshadow.jpg) top center repeat-x;
  color: #767676;
  font-size: 13px;
}
#main p {
  font-weight: 500;
  margin-top: 1em !important;
  line-height: 1.8em;
}
#main p a {
  color: #141f27;
}
#main p a:hover {
  text-decoration: underline;
}
h1 {
  font-family: 'Roboto Condensed';
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 0.9em;
  margin-top: 2em !important;
  clear: both;
}
h2 {
  font-family: 'Roboto Condensed';
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.9em;
  margin-top: 2em !important;
  clear: both;
}
h3 {
  font-family: 'Roboto Condensed';
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.9em;
  margin-top: 1.2em !important;
  clear: both;
}
h4 {
  font-family: 'Roboto Condensed';
  font-size: 34px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.9em;
  margin-top: 2em !important;
  clear: both;
}
h4 span {
  font-weight: 700;
}
/*Homepage begins here*/
#mpslider ul.slides {
  z-index: 1;
  position: relative;
  float: left;
  width: 100%;
}
#mpslider ul.slides li {
  background: top center no-repeat;
  width: 100%;
  height: 437px;
}
#mpslider #mpsnav {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
}
#mpslider #mpsnav .centercontent {
  height: 0;
}
#mpslider #mpsnav .centercontent .flex-direction-nav {
  height: 0;
}
#mpslider #mpsnav .centercontent .flex-direction-nav li {
  float: left;
}
#mpslider #mpsnav .centercontent .flex-direction-nav li a {
  position: absolute;
  display: block;
  text-indent: -9999px;
  width: 67px;
  height: 67px;
  background: url(../img/c/home/mpslider/nav.png) no-repeat;
  top: 185px;
}
#mpslider #mpsnav .centercontent .flex-direction-nav li a.flex-prev {
  left: 0;
  background-position: 0 0;
}
#mpslider #mpsnav .centercontent .flex-direction-nav li a.flex-prev:hover {
  background-position: -67px 0;
}
#mpslider #mpsnav .centercontent .flex-direction-nav li a.flex-next {
  right: 0;
  background-position: 0 -67px;
}
#mpslider #mpsnav .centercontent .flex-direction-nav li a.flex-next:hover {
  background-position: -67px -67px;
}
.mpbw {
  margin-top: 25px;
}
#mpl1 {
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  position: absolute;
  float: left;
  top: 0;
  left: 0;
}
#mpl1 a {
  background-repeat: no-repeat;
  display: block;
  width: 619px;
  height: 182px;
}
#mpl1 a:hover {
  background-position: 0 -182px;
}
#mpl2 {
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  position: absolute;
  float: left;
  bottom: 0;
  left: 0;
}
#mpl2 a {
  background-repeat: no-repeat;
  display: block;
  width: 619px;
  height: 182px;
}
#mpl2 a:hover {
  background-position: 0 -182px;
}
#mpr1 {
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  float: right;
}
#mpr1 a {
  background-repeat: no-repeat;
  display: block;
  width: 298px;
  height: 389px;
}
#mpr1 a:hover {
  background-position: 0 -389px;
}
#mpbul {
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
}
#mpbul li {
  float: left;
  margin-left: 18px;
}
#mpbul li:first-child {
  margin-left: 0;
}
#mpbul li a {
  background-repeat: no-repeat;
  width: 221px;
  height: 180px;
  display: block;
}
#mpbul li a:hover {
  background-position: 0 -180px;
}
/*Homepage ends here*/
/*İletişim begins here*/
.iletisimform {
  float: left;
  width: 430px;
}
.iletisimform input[type="text"],
.iletisimform textarea {
  font-family: 'Roboto Condensed';
  font-size: 13px;
  padding: 10px;
  width: 408px;
  margin-top: 30px;
}
.iletisimform textarea {
  resize: none;
  height: 60px;
}
.iletisimform input[type="submit"] {
  margin-top: 30px;
  font-family: 'Roboto Condensed';
  color: #fff;
  font-size: 16px;
  background-color: #141f27;
  padding: 12px 45px;
  float: right;
}
.adresblok {
  float: left;
  margin: 22px 0 0 55px;
  width: 455px;
  font-size: 20px;
  color: #141f27;
}
.adresblok table tr th {
  text-align: left;
  font-weight: 700;
  vertical-align: top !important;
  padding: 5px 0;
}
.adresblok table tr td {
  font-weight: 500;
  padding: 5px 0;
}
.adresblok table tr td a {
  color: #141f27;
}
.adresblok table tr td a:hover {
  text-decoration: underline;
}
/*İletişim ends here*/
/*işbirliği begins here*/
.isbwrap {
  float: left;
  width: 660px;
}
.isbl {
  font-family: 'Roboto Condensed';
  font-size: 16px;
  width: 310px;
  color: #000;
}
.isbl table {
  float: left;
  margin-top: 25px;
}
.isbl table tr td {
  padding: 5px 0;
}
.isbr {
  margin-left: 85px;
  width: 265px;
}
.isbb {
  float: left;
}
.isbb input[type="radio"] {
  width: 15px;
}
.isbb input[type="text"],
.isbb textarea {
  font-family: 'Roboto Condensed';
  font-size: 13px;
  padding: 10px;
}
.isbb input[type="text"] {
  margin-top: 30px;
  width: 220px;
  float: right;
}
.isbb textarea {
  resize: none;
  height: 60px;
  width: 215px;
}
.isbb input[type="submit"] {
  margin-top: 30px;
  font-family: 'Roboto Condensed';
  color: #fff;
  font-size: 16px;
  background-color: #141f27;
  padding: 12px 45px;
  float: right;
}
.isbb .must {
  background: url(../img/c/isbirligi_olanaklari/mecburi.png) no-repeat;
  width: 9px;
  height: 9px;
  float: left;
  margin-top: 45px;
}
.isbb .mustinfo {
  float: left;
  margin: 41px 0 0 2px;
  color: #141f27;
  font-weight: 500;
}
/*işbirliği ends here*/
/*Kurumsal begins here*/
.kurl {
  width: 250px;
  float: left;
  font-size: 15px;
  font-weight: 500;
}
.kurl .kurnav {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.kurl .kurnav li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.kurl .kurnav li:first-child {
  border-top: 1px solid #dddddd;
}
.kurl .kurnav li a {
  padding: 10px 8px;
  width: 234px;
  display: block;
  color: #000;
}
.kurl .kurnav li a.active {
  color: #fff;
  background-color: #00bce4;
}
.kurr {
  margin-left: 40px;
  width: 650px;
  float: left;
}
.kurgs {
  float: left;
  width: 100%;
}
.kurgs li {
  margin-top: 20px;
  float: left;
  width: 33%;
  text-align: center;
  font-weight: 500;
  font-size: 11px;
}
.kurgs li .imgwrap {
  float: left;
  width: 100%;
  height: 100px;
  background: center 0 no-repeat;
}
.kurgs li .textwrap {
  margin-top: 15px;
  float: left;
  width: 100%;
  height: 50px;
}
.kurgs li:hover .imgwrap {
  background-position: center -100px;
}
/*Kurumsal ends here*/
/*Proje liste begins here*/
.projectlist {
  float: left;
  width: 100%;
}
.projectlist li {
  float: left;
  width: 455px;
  height: 305px;
  margin: 30px 0 0 30px;
  position: relative;
}
.projectlist li .imgwrap {
  width: 455px;
  height: 305px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.projectlist li .infowrap {
  width: 455px;
  height: 305px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  background: url(../img/c/projeler/mask.png);
}
.projectlist li .infowrap:hover {
  background: url(../img/c/projeler/mask-hover.png);
}
.projectlist li .infowrap .iwpn {
  margin: 20px 0 0 5%;
  width: 90%;
  clear: both;
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.projectlist li .infowrap .iwpn span {
  font-weight: 700;
}
.projectlist li .infowrap .iwpl {
  margin: 20px 0 0 5%;
  clear: both;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  float: left;
  background: url(../img/c/projeler/arrow.png) right center no-repeat;
  padding: 5px 25px;
}
/*Proje liste ends here*/
/*Proje detay begins here*/
.projhead {
  width: 100%;
  margin-top: 25px;
}
.projpaylas {
  width: 370px;
  clear: both;
  height: 44px;
  margin-top: 50px;
  border-bottom: 1px solid #ddd;
}
.projpaylas .ppmot {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  float: left;
  margin-top: 4px;
}
.projpaylas .ppbutul {
  float: right;
}
.projpaylas .ppbutul li {
  float: left;
  cursor: pointer;
  background: url(../img/c/projeler/socialinner.png) no-repeat;
  width: 29px;
  height: 29px;
  margin-left: 30px;
}
.projpaylas .ppbutul li:first-child {
  margin-left: 0;
}
.projpaylas .ppbutul li.ppfb {
  background-position: 0 0;
}
.projpaylas .ppbutul li.ppfb:hover {
  background-position: -29px 0;
}
.projpaylas .ppbutul li.pptw {
  background-position: 0 -29px;
}
.projpaylas .ppbutul li.pptw:hover {
  background-position: -29px -29px;
}
.ppgallery {
  width: 100%;
}
.ppgallery li {
  float: left;
  width: 290px;
  height: 215px;
  overflow: hidden;
  margin: 30px 0 0 35px;
}
/*Proje detay endss here*/
/*Gmaps layer begins here*/
#mappos {
  margin-top: 30px;
  height: 300px;
  background: #999;
}
/*Gmaps layer ends here*/
/*Colorbox begins here*/
/*
Colorbox Core Style:
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  /*overflow:hidden;*/
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  /*margin-top:32px;*/
  overflow: visible;
  /*background:#000;*/
}
.cboxIframe {
  /*background:#fff;*/
}
#cboxError {
  padding: 50px;
  /*border:1px solid #ccc;*/
}
#cboxLoadedContent {
  /*background:#000; padding:1px;*/
}
#cboxLoadingGraphic {
  background: url(../img/colorbox/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
  /*background:#000;*/
}
#cboxTitle {
  position: absolute;
  top: -40px;
  left: 0;
  color: #00b7d5;
  font-size: 28px;
  font-family: 'Raleway';
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../img/colorbox/controls.png) no-repeat 0 0;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
#cboxPrevious:hover {
  background-position: 0px -25px;
}
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
#cboxNext:hover {
  background-position: -25px -25px;
}
#cboxClose {
  background-position: -50px 0px;
  right: 0;
}
#cboxClose:hover {
  background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
/*Serhan fix begins here*/
.nonav #cboxPrevious,
.nonav #cboxNext {
  display: none !important;
}
#colorbox {
  border-top: 35px solid #eceef0;
  border-bottom: 35px solid #eceef0;
  border-left: 30px solid #eceef0;
  border-right: 30px solid #eceef0;
  /*.box-shadow (0, 0, 10px, rgba(0,0,0,0.15));*/
}
#cboxClose {
  top: -25px;
  right: -22px;
  background: url(../img/colorbox/close.png) no-repeat;
  width: 15px;
  height: 15px;
}
#cboxClose:hover {
  background-position: 0 -15px;
}
#cboxLoadedContent {
  background: #fff;
}
#cboxPrevious,
#cboxNext {
  width: 67px;
  height: 67px;
}
#cboxPrevious {
  left: 10px;
  right: auto;
  top: 50%;
  margin-top: -32px;
  background-position: 0 0;
}
#cboxPrevious:hover {
  background-position: -67px 0;
}
#cboxNext {
  right: 10px;
  left: auto;
  top: 50%;
  margin-top: -32px;
  background-position: 0 -67px;
}
#cboxNext:hover {
  background-position: -67px -67px;
}
/*Colorbox 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;
}
