html, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, input, textarea, select, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, a {margin: 0;padding:0;border:0;outline:0;list-style:none;text-decoration:none;outline:none;}

body {
    background-color: #000000;
    margin: 0px;
    overflow: hidden;
}


@media (min-width: 961px) {
.container {
  width: 1170px;
  margin: 0px auto;
}
.row {
padding: 0px 10px 0px 10px;
}

.footerbg {background: url(../images/adana-gece.jpg) repeat-x; width: 100%; height: 95px;position: fixed;bottom: 0px;}

}
@media (max-width: 960px) {

.container {
  width: 100%;
  margin: 0px auto;
}
.row {
padding: 0px 0px 0px 0px!important;
}
#lightbox {
  margin: 10px auto;
  padding: 0px!important;
}

.footerbg {display:none;}
#content {
    background-color: rgba(31, 31, 31, 0.6);
    background-image:         linear-gradient(top, #1F1F1F, #ddd);
    border-radius: 0 2px 2px 2px;
    padding: 30px;
	margin-bottom: 0px!important;
}

}

a.resimleriSirala {
float: left;
width: 154px;
height: 255px;
overflow: hidden;
margin: 5px 12px 5px 12px;
}

a.resimleriSirala img {
width: 100%;
height: auto;
overflow: hidden;
}

a.resimleriSirala h3 {
  margin-top: 10px;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
  overflow: hidden;
  text-align: center;
  font-weight: 300;
  border-left: 5px solid #2C2C2C;
  border-bottom: 1px solid #2C2C2C;
}
a.resimleriSirala h3:hover {
  margin-top: 10px;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
  overflow: hidden;
  text-align: center;
  font-weight: 300;
  border-left: 5px solid #d50000;
  border-bottom: 1px solid #d50000;
}


canvas {
  display: inline-block!important;
  vertical-align: baseline!important;
  position: absolute!important;
  top: 0px!important;
  z-index: 9!important;
}
#siteGenel {
  position: absolute!important;
  z-index: 99999999919!important;
  top: 0; right: 0; bottom: 0; left: 0;
  font-family: 'Ubuntu', sans-serif;
  overflow: auto;
}

#tabs {
  overflow: auto;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

#tabs li {
    margin: 0;
    padding: 0;
    float: left;
}

#tabs a {
    box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    background: #2C2C2C;
    background: linear-gradient(220deg, transparent 10px, #2C2C2C 10px);
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    color: #ffffff;
    float: left;
    font-size: 14px;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
    line-height: 35px;
    padding: 0 30px;
    text-decoration: none;
}

#tabs a:hover {
    background: #383838;
    background: linear-gradient(220deg, transparent 10px, #383838 10px);     
}

#tabs a:focus {
    outline: 0;
}

#tabs #current a {
    background: #121212;
    background: linear-gradient(220deg, transparent 10px, #121212 10px);
    text-shadow: none;
    color: #ffffff;
}

#content {
    background-color: rgba(31, 31, 31, 0.6);
    background-image:         linear-gradient(top, #1F1F1F, #ddd);
    border-radius: 0 2px 2px 2px;
    padding: 30px;
	margin-bottom: 0px;
	height: auto;
	overflow: hidden;
	width: 100%;
	color: #ffffff;
}


#tab1 p {font-size: 14px; font-weight: 300; line-height: 20px; margin-bottom: 20px;}



#lightbox {
margin: 10px auto;
padding: 20px;
}
#lightbox h1 {
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
	margin: 20px 0;
	color: white;
	font-size: 24px;
	background: rgba(255, 255, 255, 0.1);
	border-left: 2px solid rgba(255, 255, 255, 0.65);
	border-right: 2px solid rgba(255, 255, 255, 0.65);
}
#lightbox ul {
	overflow: hidden;
}
/*Image styles*/
#lightbox ul li {
	float: left;
	padding: 10px;
	background: #fff;
	margin: 0 20px 20px 0;
	list-style-type: none;
	position: relative;
	cursor: pointer;
}
/*No right margin for images in the 2nd column*/
#lightbox ul li:nth-child(even) {
	margin-right: 0;
}
#lightbox ul li img {
	display: block;
}

/*Image titles*/
#lightbox .image_title {
	width: 250px; height: 175px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0; left: 0;
	display: table;
	/*Hover effect - default state*/
	opacity: 0;
	transition: all 0.5s;
}
#lightbox .title {
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	/*Vertical center align*/
	display: table-cell;
	vertical-align: middle;
	/*Hover effect - default state*/
	transform: scale(0.2);
	transition: all 0.25s;
}
/*Zoom icon over each title using iconfont and pseudo elements*/
#lightbox .title::before {
	content: 'L';
	font-family: websymbols;
	font-size: 24px;
	color: #fff;
	opacity: 0.5;
	display: block;
	line-height: 36px;
}
/*Hover states*/
#lightbox li:hover {
	box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.75);
}
#lightbox li:hover .image_title {
	opacity: 1;
}
#lightbox li:hover .title {
	transform: scale(1);
}

/*Lets change the iconfont to websymbols since entypo has some issues with rendering on windows*/
@font-face {
	font-family: websymbols;
	src: url("http://thecodeplayer.com/uploads/fonts/websymbols.eot");
	src: url('http://thecodeplayer.com/uploads/fonts/websymbols.eot?#iefix') format('embedded-opentype'),
     url('http://thecodeplayer.com/uploads/fonts/websymbols.woff') format('woff'),
     url('http://thecodeplayer.com/uploads/fonts/websymbols.ttf') format('truetype'),
	 url('http://thecodeplayer.com/uploads/fonts/websymbols.svg#WebSymbolsRegular') format('svg');
}



/*Lightbox element style*/
.lb_backdrop {
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
}
/*The canvas contains the larger image*/
.lb_canvas {
	background: white;
	width: 50px; height: 50px;
	position: fixed;
	top: 0; left: 0; /*Will be centered later by Jquery*/
	box-shadow: 0 0 20px 5px black;
	padding: 10px;
}
/*A separate class for loading GIF, for easy Jquery handling*/
.lb_canvas.loading {
	background: white url("http://thecodeplayer.com/uploads/media/loading.gif") center center no-repeat;
}
/*Lightbox Controls*/
.lb_controls {
	width: 400px; 
	background: rgba(0, 0, 0, 0.75);
	position: fixed;
	bottom: 10px;
	color: white;
	/*To horizontally center it*/
	left: 0; right: 0; margin: 0 auto; 
}
.lb_controls span {
	line-height: 30px;
	height: 30px;
}
.lb_controls span.inactive {
	opacity: 0.25;
}
.lb_previous, .lb_next {
	position: absolute;
	top: 0;
	padding: 5px 12px;
	font-family: websymbols;
	font-size: 14px;
	background: black;
	cursor: pointer;
}
.lb_previous {
	left: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.lb_next {
	right: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.lb_title {
	text-align: center;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 0;
	font-weight: bold;
}