/*
Template Name: Çankaya Üniversitesi
Template URI: http://www.cankaya.edu.tr
Author: Bilgi İşlem Müdürlüğü
Author URI: http://bim.cankaya.edu.tr
Description: Çankaya University Responsive HTML5/CSS3 Template.
Version: 1.0.0
Tags: çankaya, university, responsive, html5, css3
*/


/* Table of Content
==================================================
	#Header
	#Slider
	#Paget Title
	#Content
	#Portfolio
	#Widgets
	#Footer 
	#Misc
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
  /*font-family: 'Open Sans', 'sans-serif';*/
  background: #CCC;
  background-size: cover;
  background-attachment: fixed;
  font-size: 13px;
  color: #414131;
}

.container {
  padding-right: 1px !important;
  padding-left: 1px !important;
}


.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.input-xs {
  height: 22px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
  border-radius: 3px;
}

.input-group-addon {
	padding: 1px 5px;
}

.borderless td, .borderless th {
    border: none !important;
}
.page-title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.bottom-white img {
	margin-bottom: 5px;
}

.table > tbody > tr > td {
	border-top: none;
}
.table-responsive > .table > thead > tr > td, .table > thead > tr > td{
        color:#ffffff;background-color:#555555 !important;border:1px solid #555555;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #f1f1f1;
}

@media screen and (max-width: 767px) {
	.modal-dialog{
		width: 350px;
	}
}	
/* #Header
================================================== */
#header {
	margin-bottom: 33px;
}

/*Eklentiler*/
.navbar{
	mergin-bottom: 0px;
}


/* Top Header */
.header-top {
	background: #2e3438 url(../images/pattern-alt.gif);
	color: #666;
	border-bottom: 3px solid #fbed47;
	padding: 14px 0;
}	
.header-back {
 /* background-image:url(../images/back.jpg); 
	background-size:100% auto; 
	background-position: right 150px; 
	background-repeat: no-repeat fixed ;
	padding-bottom: 10px;   */
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}

.navbar {
    min-height: 40px;
}

/* Quick Top Menu */
.quick-top-menu {
	color: #fff;
}	
.quick-top-menu a{
	color: #fff;
}

/* Social Links */
.social-links {
	float: right;
	bottom: 0;
}
.social-links li {
	float: left;
	margin-left: 9px;
	border: 0;
	background:transparent;
	color: transparent;
	text-shadow: none;
	font: 0/0 a;
}
.social-links li:first-child {
	margin-left: 0;
}
.social-links li a {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/soc-icons.png) 0 0 no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: top;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

/* Email */
.social-links .ico-email a {background-position: -120px 0;}
.social-links .ico-email a:hover {background-position: -120px -24px;}
/* Facebook */
.social-links .ico-facebook a {background-position: -144px 0;}
.social-links .ico-facebook a:hover {background-position: -144px -24px;}
/* Flickr */
.social-links .ico-flickr a {background-position: -168px 0;}
.social-links .ico-flickr a:hover {background-position: -168px -24px;}
/* Google+ */
.social-links .ico-googleplus a {background-position: -216px 0;}
.social-links .ico-googleplus a:hover {background-position: -216px -24px;}
/* Instagram */
.social-links .ico-instagram a {background-position: -240px 0;}
.social-links .ico-instagram a:hover {background-position: -240px -24px;}
/* Linkedin */
.social-links .ico-linkedin a {background-position: -288px 0;}
.social-links .ico-linkedin a:hover {background-position: -288px -24px;}
/* RSS */
.social-links .ico-rss a {background-position: -480px 0;}
.social-links .ico-rss a:hover {background-position: -480px -24px;}
/* ShareThis */
.social-links .ico-sharethis a {background-position: -504px 0;}
.social-links .ico-sharethis a:hover {background-position: -504px -24px;}
/* Twitter */
.social-links .ico-twitter a {background-position: -648px 0;}
.social-links .ico-twitter a:hover {background-position: -648px -24px;}
/* Vimeo */
.social-links .ico-vimeo a {background-position: -672px 0;}
.social-links .ico-vimeo a:hover {background-position: -672px -24px;}
/* YouTube */
.social-links .ico-youtube a {background-position: -720px 0;}
.social-links .ico-youtube a:hover {background-position: -720px -24px;}	
/* Phone */
.social-links .ico-phone a {background-position: -744px 0;}
.social-links .ico-phone a:hover {background-position: -744px -24px;}
/* OBS */
.social-links .ico-obs a {background-position: -768px 0;}
.social-links .ico-obs a:hover {background-position: -768px -24px;}
			
/* #Panel
================================================== */
.panel-body {
	padding: 5px;
}
/* #Bottom White Row
================================================== */
.bottom-white {
	background-color: #ffffff; 
	padding-top: 10px; 
	float: none;
    margin: 0 auto;
}
.bottom-white h3 {
	font-size: 18px;
}
/* #Bottom Padding
================================================== */
.bottom-padding {
	padding-bottom: 5px;
}
/* #Footer
================================================== */
.footer-holder {
    background: #2e3438 url(../images/pattern-alt.gif);
    padding: 3px 0;
    position: relative;
	color: #fff;
}

/* Copyright */
.copyright {
	background: #040404;
	color: #8f8f8e;
	padding: 16px 0;
	font-size: 10px;
}
.copyright a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.copyright a:hover {
	color: #eb593c;
}
.copyright .separator {
	display: inline-block;
	margin: 0 3px;
}

.copyright-primary {
	float: left;
}
.copyright-secondary {
	float: right;
}

.footer-slider {
	margin-top: 20px;
	height: 160px !important;
	max-width: 370px;
}

.footer-slider flex-viewport {
	height: 160px;
}
.footer-slider .flexslider-thumbnail {
    height: auto !important;
    border: 1px solid #fff;
}
/* #Footer */

/* #Table-Logo-List
================================================== */
.table-logo-list td{
    text-align: center;
    font-size: 10px;
	vertical-align: middle;
}
.table-logo-list td img { 
	display:block; 
	margin:0 auto; 
}
/* #Slider
================================================== */
.slider {
	margin-bottom: 35px;
}

/* #Newbox
================================================== */
.panel-footer {
    padding: 5px 3px;
}
ul.newbox-announcements {
	list-style: none outside;
	padding: 0;
	height: 415px !important;
}
ul.newbox-announcements a:link {
	color: #000;
	text-decoration: none;
}

ul.newbox-announcements a:visited {
	color: #000;
	text-decoration: underline;
}

ul.newbox-announcements a:hover {
	color: #600;
	text-decoration: underline;
}
ul.newbox-news {
	list-style: none outside;
	padding: 0;
	height: 170px !important;
}
ul.newbox-news a:link {
	color: #000;
	text-decoration: none;
}

ul.newbox-news a:visited {
	color: #000;
	text-decoration: underline;
}

ul.newbox-news a:hover {
	color: #600;
	text-decoration: underline;
}

/* #Flexslider
================================================== */

.flexslider-thumbnail {
	height: auto !important;
	border: 2px solid #fff;
}
