@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,latin-ext);
@import url(../scripts/chosen/chosen.min.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

img {
  border: 0; }

:focus {
  outline: 0; }

.clear {
  clear: both; }

@media screen and (max-width: 1366px) {
  .container {
    width: 100% !important; }

  .header {
    display: none; }

  .cloud {
    margin-top: -100px; } }
@media screen and (max-width: 900px) {
  .cloud .content span {
    height: 122px !important;
    font-size: 60px !important; }
  .cloud .content span.s1 {
    margin-bottom: 0 !important;
    height: 80px !important; }
  .cloud .content span.s2 {
    line-height: 65px !important;
    margin-bottom: 20px !important; }

  h3.title span {
    font-size: 16px !important; } }
@media screen and (max-width: 350px) {
  .s-box {
    margin-left: 20px !important; } }
.m-container {
  width: 1100px;
  margin: 0 auto;
  font-family: 'PT Sans Narrow', sans-serif; }
  .m-container .m-lightbox {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 10000;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: none; }
    .m-container .m-lightbox.top {
      top: 0; }
    .m-container .m-lightbox .table {
      width: 1100px;
      margin: 0 auto; }
    .m-container .m-lightbox .buttons {
      position: absolute;
      top: 5px;
      right: 5px;
      z-index: 10111; }
      .m-container .m-lightbox .buttons li {
        padding: 5px;
        background-color: #e1e1e1;
        display: inline-block;
        margin-left: 5px;
        border-radius: 4px;
        cursor: pointer; }
        .m-container .m-lightbox .buttons li.fullsize a {
          background: url("../images/fullsize.png") no-repeat; }
        .m-container .m-lightbox .buttons li.zoomin a {
          background: url("../images/zoomin.png") no-repeat; }
        .m-container .m-lightbox .buttons li.zoomout a {
          background: url("../images/zoomout.png") no-repeat; }
        .m-container .m-lightbox .buttons li.close a {
          background: url("../images/close.png") no-repeat; }
        .m-container .m-lightbox .buttons li:hover {
          background-color: #eeeeee; }
      .m-container .m-lightbox .buttons a {
        display: block;
        text-align: center;
        width: 23px;
        height: 23px; }
    .m-container .m-lightbox .image-wrap {
      max-width: 1100px;
      min-height: 500px;
      margin: 0 auto;
      background-color: #fff;
      position: relative; }
      .m-container .m-lightbox .image-wrap.active {
        width: 100%;
        max-width: inherit;
        height: 100%;
        margin: inherit;
        padding-top: 20px;
        text-align: center; }
        .m-container .m-lightbox .image-wrap.active .buttons {
          position: fixed !important; }
        .m-container .m-lightbox .image-wrap.active .wrap {
          width: 100%;
          height: 100%;
          display: inherit; }
          .m-container .m-lightbox .image-wrap.active .wrap img {
            max-width: inherit;
            width: 90%;
            transition: 0.3s; }
      .m-container .m-lightbox .image-wrap .wrap {
        width: 1100px;
        height: 500px;
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        .m-container .m-lightbox .image-wrap .wrap img {
          max-width: 1100px;
          height: auto;
          transition: 0.3s linear;
          -webkit-transition: 0.3s linear; }
    .m-container .m-lightbox .table tr {
      border-top: 2px solid #252525; }
  .m-container .table {
    background-color: #fff; }
    .m-container .table table {
      width: 100%;
      text-align: center;
      font-size: 15px; }
      .m-container .table table thead td {
        background-color: #d8d8d8;
        font-weight: 700;
        color: #3b3b3b; }
        .m-container .table table thead td:last-child {
          background-color: #a32925;
          color: #fff; }
      .m-container .table table tbody tr {
        border-top: 1px solid #ffF; }
        .m-container .table table tbody tr td {
          background-color: #eaeaea;
          border-right: 1px solid #ffF; }
		  .m-container .table table tbody tr:nth-child(even) td {
          background-color: #eee;
          border-right: 1px solid #ffF; }
          .m-container .table table tbody tr td img {
            height: 70px; }
          .m-container .table table tbody tr td input[type="checkbox"] {
            width: 1em;
            height: 1em; }
          .m-container .table table tbody tr td a {
            font-size: 14px;
            color: #424242;
            font-weight: 700; }
      .m-container .table table td {
        padding: 10px;
        vertical-align: middle; }
  .m-container .m-table .table-responsive {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    display: none; }
    .m-container .m-table .table-responsive ul {
      color: #797979;
      width: 25%;
      float: left;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      padding: 10px; }
      .m-container .m-table .table-responsive ul li {
        border: 1px solid #eff2f7;
        padding: 10px;
        position: relative;
        border-bottom: transparent; }
        .m-container .m-table .table-responsive ul li:last-child {
          border-bottom: 1px solid #eff2f7 !important; }
        .m-container .m-table .table-responsive ul li p {
          line-height: 20px;
          font-size: 15px; }
          .m-container .m-table .table-responsive ul li p strong {
            padding-right: 5px; }
        .m-container .m-table .table-responsive ul li span.right {
          float: right; }
        .m-container .m-table .table-responsive ul li:last-child {
          border-bottom: transparent; }
        .m-container .m-table .table-responsive ul li.img {
          text-align: center;
          padding: 15px; }
          .m-container .m-table .table-responsive ul li.img img {
            max-width: 100%;
            height: auto; }
        .m-container .m-table .table-responsive ul li.title {
          background-color: #f7f7f7; }
          .m-container .m-table .table-responsive ul li.title img {
            position: absolute;
            top: 15px;
            right: 15px; }
          .m-container .m-table .table-responsive ul li.title span {
            display: inline-block;
            font-size: 20px;
            padding-top: 2px;
            padding-right: 40px; }
  .m-container .m-table a.toggle-filter {
    display: none;
    background-color: #a32925;
    color: #fff;
    font-weight: 700; }
    .m-container .m-table a.toggle-filter span {
      display: block;
      padding: 10px; }
    .m-container .m-table a.toggle-filter span.close {
      display: none;
      position: absolute;
      top: 127px;
	  background-color:#a32925;
      right: 0px; }
  .m-container .m-table .top-wrap ul.top {
    display: table;
    width: 100%; }
    .m-container .m-table .top-wrap ul.top li {
      display: table-cell;
      min-width: 52px;
      background-color: #d8d8d8;
      padding: 10px;
      border-right: 1px solid #ffffff;
      cursor: pointer;
      vertical-align: middle; }
      .m-container .m-table .top-wrap ul.top li.active {
        background-color: #919191; }
        .m-container .m-table .top-wrap ul.top li.active span {
          background: url("../images/arrow-hover.png") no-repeat right; }
      .m-container .m-table .top-wrap ul.top li:last-child {
        border-right: transparent; }
      .m-container .m-table .top-wrap ul.top li.input {
        background-color: #d8d8d8;
        width: 150px; }
      .m-container .m-table .top-wrap ul.top li.button {
        background-color: #a32925;
        text-align: center; }
        .m-container .m-table .top-wrap ul.top li.button:hover {
          background-color: #cf342f; }
      .m-container .m-table .top-wrap ul.top li span {
        font-size: 16px;
        color: #323232;
        display: block;
        background: url("../images/arrow.png") no-repeat right; }
      .m-container .m-table .top-wrap ul.top li input {
        background-color: #eeeeee;
        width: 100%;
        font-size: 15px;
        color: #323232;
        height: 30px;
        line-height: 30px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 0 10px; }
      .m-container .m-table .top-wrap ul.top li a.search {
        font-weight: 700;
        color: #fff;
        display: block; }
  .m-container .m-table .middle {
    background: url("../images/m-bg.png") no-repeat top center;
    background-size: cover;
    height: 112px; }
    .m-container .m-table .middle .m-tab-content > ul > li {
      float: left;
      width: 120px;
      margin-top: 40px;
      margin-right: 5px;
      margin-left: 10px; }
      .m-container .m-table .middle .m-tab-content > ul > li.large {
        width: 200px; }
      .m-container .m-table .middle .m-tab-content > ul > li.xlarge {
        width: 50%; }
      .m-container .m-table .middle .m-tab-content > ul > li.full {
        width: 98%; }
      .m-container .m-table .middle .m-tab-content > ul > li h2 {
        font-size: 13px;
        background-color: #575757;
        color: #fff;
        border-radius: 4px 4px 0 0;
        height: 25px;
        line-height: 24px;
        padding-left: 8px; }
      .m-container .m-table .middle .m-tab-content > ul > li label {
        position: relative; }
        .m-container .m-table .middle .m-tab-content > ul > li label input {
          width: 100%;
          height: 25px;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          padding: 0 20px;
          text-align: center; }
        .m-container .m-table .middle .m-tab-content > ul > li label span {
          position: absolute;
          top: -3px;
          left: 0;
          background-color: #3c3c3c;
          color: #fff;
          height: 25px;
          padding: 0 5px;
          line-height: 25px; }
      .m-container .m-table .middle .m-tab-content > ul > li select {
        width: 100%; }
      .m-container .m-table .middle .m-tab-content > ul > li .chosen-choices {
        background: #575757;
        border: 1px solid #aaa !important;
        border-radius: 4px; }
        .m-container .m-table .middle .m-tab-content > ul > li .chosen-choices input {
          color: #fff !important; }
      .m-container .m-table .middle .m-tab-content > ul > li .chosen-container .chosen-results li.no-results {
        background-color: #575757;
        color: #ffF; }
      .m-container .m-table .middle .m-tab-content > ul > li .chosen-container-single .chosen-search input[type=text] {
        color: #fff; }
      .m-container .m-table .middle .m-tab-content > ul > li .chosen-results {
        color: #fff; }
        .m-container .m-table .middle .m-tab-content > ul > li .chosen-results li.highlighted {
          background: #3c3c3c; }
      .m-container .m-table .middle .m-tab-content > ul > li .chosen-drop {
        border: none;
        background: #575757;
        color: #fff; }
      .m-container .m-table .middle .m-tab-content > ul > li .chosen-single {
        border: none;
        background: #575757;
        color: #fff;
        box-shadow: inherit !important; }
  .m-container .m-header {
    min-height: 100px;
    position: relative;
    z-index: 20000; }
    .m-container .m-header .logo {
      float: left;
      margin-top: 25px; }
    .m-container .m-header a.toggle-menu {
      display: none;
      padding: 10px;
      background-color: #515151;
      color: #d8d8d8;
      font-weight: 700; }
    .m-container .m-header ul.m-menu {
      float: right;
      margin-top: 40px; }
      .m-container .m-header ul.m-menu li {
        display: inline-block;
        margin-left: 20px; }
        .m-container .m-header ul.m-menu li:hover a {
          border-color: #222; }
        .m-container .m-header ul.m-menu li a {
          padding: 8px;
          border-radius: 3px;
          border: 1px solid transparent;
          font-size: 15px;
          color: #222222; }

@media screen and (max-width: 1100px) {
  ul.m-menu {
    margin-right: 10px; }

  .m-container {
    width: 100% !important; } }
@media screen and (max-width: 900px) {
  .m-lightbox {
    top: 150px !important; }

  .m-header a.toggle-menu {
    display: block !important; }
  .m-header .logo {
    text-align: center;
    float: none !important;
    margin-bottom: 20px; }
  .m-header ul.m-menu {
    display: none;
    float: none !important;
    width: 100%;
    margin-top: 0 !important;
    background-color: #fff; }
    .m-header ul.m-menu li {
      display: block !important;
      padding: 10px 0;
      border-bottom: 1px solid #ddd;
      margin-left: 0 !important; }
      .m-header ul.m-menu li a {
        border: transparent !important;
        padding: 0 10px; }

  .m-table .table {
    /* display: none !important; */ }

  .m-table .table-responsive {
    display: block !important; }

  .m-tab .middle {
    height: 250px !important; }

  .m-lightbox .image-wrap {
    width: 100% !important; }

  .m-table .table {
    /* display: none; */ }

  .m-tab .top-wrap {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100% !important;
    z-index: 5;
    display: none; }
    .m-tab .top-wrap ul.top {
      width: 100%; }
      .m-tab .top-wrap ul.top li {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-right: none !important; }

  .m-lightbox .table {
    width: 99.9% !important; }

  a.toggle-filter {
    display: block !important; } }
@media screen and (max-width: 750px) {
  .m-table .table-responsive ul {
    width: 50% !important; } }
@media screen and (max-width: 550px) {
  .m-table .table-responsive ul {
    width: 100% !important; } }

	div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
padding: 2px 5px 2px 5px;
margin: 2px;
	border: 1px solid #000099;
	
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;

	color: #DDD;
}

.karsilastir { color: #fff; background-color:#a32925; display:none; padding:10px 30px; margin-bottom:10px}

@media only screen and (max-width: 700px) {
	
	.karsilastir { display:inline-block; }
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td[data-title] { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td[data-title]:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td[data-title]:before { content: attr(data-title); }
}


/*# sourceMappingURL=main.css.map */
