/*
	Theme Name: BAU Betam
	Description: BAU Theme
	Theme URI: http://bau.edu.tr/
	Version: 1.0
	Author: BAUDigitalLab
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: BAU Betam
*/
* {
	outline:none!important;
	margin:0;
	padding:0;
}
html, body {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
/* Wordpress Admin Bar */
*html {
	margin-top: 0px!important;
}
/* Wordpress Admin Bar */
body {
	color: #777777;
	background-color: #f8f8f8;
	font-size: 14px;
  font-family: Lato, Avenir, Ebrima, sans-serif;
	font-weight: 400;
  line-height: 24px;
}
a {
	color: #2a6496;
	transition: all .06s ease-in;
}
a:focus, a:active, a:hover {
	text-decoration: none;
}
textarea {
	resize: none;
}
.btn {
	transition: all .1s ease-in;
	box-shadow: none !important;
	border: none;
	padding: 10px 18px;
	border-radius: 3px;
	font-size: 16px;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background: #00727E !important;
}
.btn-resume, .btn-resume:hover, .btn-resume:active, .btn-resume:focus {
	background: #00727E !important;
	float:right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.btn-webpage, .btn-webpage:hover, .btn-webpage:active, .btn-webpage:focus {
	background: #01335e !important;
	float:right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.btn-send-message, .btn-send-message:hover, .btn-send-message:active, .btn-send-message:focus {
	background: #00727e !important;
	float:left;
 	margin: 0 auto;
}
.btn-lg {
	padding: 12px 16px 10px 16px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	margin-left: -25px;
}
input[type="submit"] {
	width: auto;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  padding-top: 7px;
  padding-bottom: 7px;
  text-shadow: 0 1px 1px rgba(0,0,0, .1);
	padding: 10px 12px 10px 12px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
	background: #2a6496 !important;
}
input[type="text"], input[type="email"], textarea  {
	width: 100%;
	padding: 0 10px 0 10px;
	min-height: 40px;
  border: 1px solid #e7e9eb;
  background-color: #fcfdfe;
  box-shadow: inset 0 1px 2px rgba(0,0,0, .04);
  border-radius: 3px !important;
  -webkit-appearance: none;
  appearance: none;
}
.checkbox label, .radio label {
	padding-left: 25px;
}
.wpml-ls-current-language li:last-child
.form-control {
	border-radius: 3px;
	border-color: #eaeaea;
	background-color: #fbfbfb;
	box-shadow: none !important;
	transition: all .1s ease-in;
	height: 38px;
}
.form-control:focus {
	border-color: #dcdcdc;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
.well {
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0, .16);
	background-color: #f9f9f9;
	border: none;
}
.well.white {
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0, .12);
}
.well blockquote {
	border-color: #f5f5f5;
}
img {
	max-width: 100%;
	/* border-radius: 4px; */
}
hr {
	border-top: 2px solid #f5f5f5;
	margin-top: 25px;
	margin-bottom: 25px;
}
label, b, strong {
	font-weight: 700;
}
i {
	margin-right: 5px;
}
.btn i {
	margin-right: 7px;
}
.btn, .btn:hover, .btn:focus {
  width: auto;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  padding-top: 7px;
  padding-bottom: 7px;
  text-shadow: 0 1px 1px rgba(0,0,0, .1);
}
input[type=checkbox], input[type=radio] {
	margin-top: 7px;
}
/* Table */
table {
	width: 100%;
}
tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
tbody>tr>td, tbody>tr>th, tfoot>tr>td, tfoot>tr>th, thead>tr>td, thead>tr>th {
	  padding: 8px;
    border: 1px solid #ddd;
}
/* Table */
.d-table {
	display: table;
	height: 100%;
}
.d-table-cell {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.collapsing {
	transition: height .15s;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-color: #e2e2e2;
}
.margin-top-1 {
	margin-top: 10px;
}
.margin-top-2 {
	margin-top: 20px;
}
.margin-top-3 {
	margin-top: 30px;
}
.margin-top-4 {
	margin-top: 40px;
}
.margin-bottom-1 {
	margin-bottom: 10px;
}
.margin-bottom-2 {
	margin-bottom: 20px;
}
.margin-bottom-3 {
	margin-bottom: 30px;
}
.margin-bottom-4 {
	margin-bottom: 40px;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.inside .well.white {
	margin-top: 20px;
}
.inside .well.white p {
	margin-top: 20px;
}
.inside .well.white h1, h2, h3, h4, h5, h6 {
	margin-top: 10px;
}
.inside .well.white h1 {
	font-size: 30px;
}
.inside .well.white h2 {
	font-size: 27px;
}
.inside .well.white h3 {
	font-size: 24px;
}
.inside .well.white h4 {
	font-size: 19px;
}
.inside .well.white h5 {
	font-size: 16px;
}
.inside .well.white h6 {
	font-size: 13px;
}
.inside .alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.inside .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.inside img {
	height: 100%;
	border-radius: 0;
}
.well.white h1 {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.btn-primary {
  background: #00727E !important;
}

/* Search */
.search-wrap {
  background-color: #f9f9f9;
  display: none;
  box-shadow: 0 1px 2px rgba(0,0,0,.2), inset 0 -1px 0 rgba(0,0,0, .02);
  height: 62px;
}
.search-wrap .container {
  padding-top: 15px;
}
.search-wrap .close {
  font-size: 28px;
  margin-top: 3px;
  color: #a3a7af;
  opacity: 1;
  filter: alpha(opacity=100);
}
header .search-icon .btn-primary {
	padding: 0px;
  width: 24px;
  height: 24px;
  background: url(img/search.png) center no-repeat!important;
  background-size: 24px 24px!important;
}

/* Search */

header {
	background-color: #bfdcdf;
	padding: 15px 0 15px 0;
	height: 140px;
}
header .top {
	width: auto;
	float: right;
}
header .top .language, header .top .search {
	padding: 2px 15px 5px 15px;
}
header .top .search {
	background-color: #8fa3a5;
	width: 50px;
	height: 30px;
	float: left;
}
header .top .search img {
	width: 20px;
	height: 20px;
}
header .top .language {
	background-color: #383838;
	width: 50px;
	height: 30px;
	float: right;
}
header .top .language a{
	color: #fff;
}

/* Slider */
section .slider {
	background-image: url(img/header.png);
	height: 400px;
}
section .slider .title {
	margin-left: 25%;
	padding-top: 5%;
	width: 27%;
}
section .slider .title h3 {
	color: #fff;
	margin-top: 0px;
}
/* Slider */

/* section navigation start*/
.breadcrumb-navbar {
	background-color: #434343;
	height: 40px;
}
.breadcrumb-navbar .container{
	background-color: #434343;
	height: 40px;
}
#breadcrumbs {
  list-style:none;
  margin:6px 0;
  overflow:hidden;
}

#breadcrumbs li {
  display:inline-block;
  vertical-align:middle;
  margin-right:15px;
}
#breadcrumbs li a {
	color: #fff;
}

#breadcrumbs .separator{
  font-size:18px;
  font-weight:100;
  color:#ccc;
}
/* section navigation end*/

/* section twitter start*/

section .twitter img{
	height: 25px;
	width: auto;
	margin-right: 10px;
}
section .twitter .bottom{
	background-color: #fff;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 10px;
	border-top: 2px solid #01335E;
}
section .twitter .tweet-details {
	display: none;
}
/* section twitter end*/

/* section CONTENT for PAGE-PHP end*/
section .content{
	background-color: #fff;
	padding: 15px;
	/* text-align: center; */
}
/* section CONTENT for PAGE-PHP end*/

/* section CONTACT for Contact-PHP start*/
section .contact{
	background-color: #fff;
	min-height: 500px;
	margin-left: 15px;
	text-align: center;
}
section .contact .form-group{
  padding: 15px;
}
/* section CONTACT for Contact-PHP end*/

/* section STAFFPAGE start*/
section .staff{
	background-color: #fff;
	min-height: 500px;
	padding: 15px;
}
section .staff a{
	color: #fff;
}
section .staff ul li{
	min-height: 75px;
}
/* section STAFFPAGE end*/

/* section news start*/
section .news {
	background: #fff;
	border: 1px solid #;
	border-radius: 6px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
section .news .title {
	background: #00727E;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
section .news .title h3 {
	color: #fff;
	font-size: 12px;
	margin-top: 0px;
	line-height: 30px;
	padding: 5px 10px 5px 10px;
}
section .news .title h3 a{
	color: #fff;
}
section .news .content {
	padding: 10px;
}
section .news .text-right {
	padding-right: 10px;
	padding-bottom: 5px;
}
section .news .text-right a {
	color: #00727E;
}
/* section news end*/

/* section listnews start*/
section .listnews{
	background-color: #fff;
	border-radius: 6px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 10px;
	margin-left: 10px;
	min-height: 235px;
}
section .listnews img{
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
	border-radius: 0px;
}
section .listnews .title {
	background: #00727E;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
section .listnews .title h3 {
	color: #fff;
	font-size: 13px;
	margin-top: 0px;
	line-height: 30px;
	padding: 5px 10px 5px 10px;
}
section .listnews .title h3 a{
	color: #fff;
}
section .listnews .content {
	padding-top: 3px;
	padding-left: 1px;
}
section .listnews .text-right {
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 10px 0 10px 0;
}
section .listnews .text-right a{
	color: #00727E;
	position: absolute;
	bottom: 10px;
	right: 0;
	padding-right: 40px;
}
/* section listnews end*/

/* section viewall start*/
section .viewall{
	background-color: #00727E;
	border-radius: 6px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
section .viewall h3 {
	color: #fff;
}
section .viewall p {
	color: #fff;
}
/* section viewall end*/

/* section videos start*/

section .videos img{
	width: 360px;
	height: 240px;
}
section .videos .play img{
	width: 100%;
	width: 100%;
}
section .videos .text{
		padding-top: 5px;
}
/* section videos end*/

/* section Ffooter start*/
footer{
	background:#01454c;
  margin-top:20px;
  bottom:0;
	color: #437D83;
}
footer ul li{
	list-style: none;
	padding: 10px;
}
footer ul li a{
	text-decoration: none;
	color: #437D83;
}
footer .lastcontent h3{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}
footer .lastcontent a{
	color: #fff;
}
footer .links h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	text-transform: uppercase;
}
footer .links a {
	color: #fff;
}
footer .address h3 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding-left: 0px;
}
footer .address p {
	color: #fff;
}
/* section footer end*/

/* Menu */
header .menu {
	margin-top: 5px;
	padding-right: 0px;
}
header .menu ul {
	float: right;
  margin-bottom: 0px;
}
header .menu li {
	float: left;
	list-style: none;
  margin: 0 5px 0 5px;
  padding-left: 20px;
}
header .menu li a {
  display: inline-block;
  padding: 5px 0 0 0;
  font-size: 15px;
	text-decoration: none;
  margin: 0 0 0 0;
  color: #00727E;
  text-transform: uppercase;
}
header .menu ul li a:hover {
  color: #00727E;
  border-bottom: 2px solid #00727E;
}
header .menu .dropdown-menu {
	position: absolute;
	left: inherit;
  height: auto;
	width: auto;
	padding: 10px 0;
	margin: 8px 0 0 0;
	border-radius: 0 3px 3px 3px;
	border: none;
	background-color: #bfdcdf;
	box-shadow: 0 2px 3px rgba(0,0,0, .15);
}
header .menu .dropdown-submenu .dropdown-menu {
	position: absolute;
	left: inherit;
  height: auto;
	width: 150px;
	padding: 10px 0;
	margin: 8px 0 0 0;
	border-radius: 0 3px 3px 3px;
	border: none;
	background-color: #bfdcdf;
	box-shadow: 0 2px 3px rgba(0,0,0, .15);
}
header .menu .dropdown-submenu>li:hover header .menu .dropdown-submenu .dropdown-menu {
  display: block;
}
header .menu .dropdown-menu>li {
  width: 100%;
	margin: 0;
  padding: 0;
	height: 35px;
}
header .menu .dropdown-menu>li>a {
	color: #00727E;
	padding: 11px 14px 9px 14px;
	display: inline-block;
	width: 100%;
	box-shadow: none;
	border-radius: 0;
}
header .menu .dropdown-menu>li>a:hover {
  color: #fff;
	background-color: #006772;
	border: none;
}
.open > .dropdown-menu, .dropdown-menu {
	animation-name:slidenavAnimation;
	animation-duration:.2s;
	animation-iteration-count:1;
	animation-timing-function:ease;
	animation-fill-mode:forwards;
	-webkit-animation-name:slidenavAnimation;
	-webkit-animation-duration:.2s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:ease;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-name:slidenavAnimation;
	-moz-animation-duration:.2s;
	-moz-animation-iteration-count:1;
	-moz-animation-timing-function:ease;
	-moz-animation-fill-mode:forwards;
}
.navbar-collapse {
	padding-left: 0px!important;
	padding-right: 0px!important;
}
/* Menu */

/* Sayfalama */
.paging {
	margin: 40px 0 40px 0;
	text-align: center;
}
.paging .current {
	color: #fff;
	padding: 10px 15px 10px 15px;
	margin: 10px 10px 10px 10px;
	background-color: #00727E;
	border: solid 1px #ccc;
	border-radius: 3px;
}
.paging .inactive {
	padding: 10px 15px 10px 15px;
	margin: 10px 5px 10px 5px;
	background-color: #fff;
	border: solid 1px #ccc;
	border-radius: 3px;
}
/* Sayfalama */

/* Kategory Sidebar */

.category-sidebar {
	margin-top: 30px;
	padding: 10px 0 10px 0;
	background-color: #fff;
}
.category-sidebar ul, li {
	list-style: none;
}
.category-sidebar ul li {
	margin-left: 10px;
}

.category-sidebar ul li a {
	padding: 10px 0 10px 0;
	color: #00727E;
	font-weight: bold;
}
.category-sidebar ul li ul li a {
	font-weight: normal;
}


/* Kategory Sidebar */

/* Slider */
@keyframes slidenavAnimation  {
	from {
		opacity:0;
		margin-top:-8px;
	}
	to {
		opacity:1;
		margin-top:8px;
	}
}
@-webkit-keyframes slidenavAnimation  {
	from {
		opacity:0;
		margin-top:-8px;
	}
	to {
		opacity:1;
		margin-top:8px;
	}
}
.loader-wrap {
	background: #111;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	position:absolute;
	overflow:hidden;
	z-index:58;
}
.loader-wrap .loader {
	font-size:10px;
	position:absolute;
	width:120px;
	height:120px;
	display:block;
	left:50%;
	top:50%;
	margin:-60px 0 0 -60px;
	text-indent:-9999em;
	border-top:.8em solid #fff;
	border-right:.8em solid #fff;
	border-bottom:.8em solid #fff;
	border-left:.8em solid transparent;
	-webkit-animation:load .45s infinite linear;
	animation:load .45s infinite linear;
}
.loader-wrap .loader, .loader-wrap .loader:after {
	border-radius:999px;
	width:7em;
	height:7em;
}
@-webkit-keyframes load  {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	100% {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@keyframes load  {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	100% {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
section.slider {
	position: relative;
	height: 400px;
	top: 0;
	background-color: #000;
	transition: all .2s ease-in
}
section.slider .overlay {
	position: absolute;
	background-color: rgba(0,0,0, .5);
	z-index: 10;
}
section.slider, section.slider .bx-wrapper, section.slider .bx-viewport,
section.slider ul, section.slider li .caption, section.slider li .bg,
section.slider .overlay, section.slider li .caption .d-table,
section.slider li .caption .d-table-cell {
	width: 100%;
	height: 400px !important;
	text-align: left;
}
section.slider li {
	height: 100% !important;
	text-align: center;
}
section.slider li .bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
section.slider li .caption {
	position: relative;
	color: #fff;
	z-index: 52;
	padding: 0 10px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
section.slider li .caption h2 {
	font-size: 32px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.15;
}
section.slider li .caption p {
	font-size: 18px;
	margin: 0 0 20px 0;
	line-height: 1.15;
}
section.slider li .caption .btn {
	    font-weight: normal;
	float: right;
	margin-top: 20px;
	box-shadow: 0 1px 2px rgba(0,0,0, .1);
}
section.slider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	width: 40px;
	height: 100%;
	text-indent: -9999px;
	z-index: 55;
	background-repeat: no-repeat;
	background-position: center;
}
section.slider .bx-wrapper .bx-prev {
	left: 0;
	background-image: url("img/left-slide@2x.png");
	background-size: 40px 80px;
}
section.slider .bx-wrapper .bx-next {
	right: 0;
	background-image: url("img/right-slide@2x.png");
	background-size: 40px 80px;
}
.responsive-video {
	position: relative;
	padding-bottom: 49%;
	padding-top: 28px;
	height: 0;
	overflow: hidden;
	border-radius: 4px;
	z-index: 9;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
section.slider .responsive-video {
	height: 100%;
	min-height: 100%;
	padding: 0;
}
section.slider .responsive-video iframe,
section.slider .responsive-video object,
section.slider .responsive-video embed  {
	transform: scale(1.5);
}
/* Slider */

/* Change Navbar Breakpoint Start*/
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
				overflow-y: inherit;
				width: 100%;
				height: auto;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }
		.navbar-toggle {
			border: 2px solid #00727E;
			margin: -4px 0 0 0;
			width: 44px;
			height: 44px;
			padding: 9px;
			z-index: 777;
		}
		.navbar-toggle .icon-bar {
			background-color: #00727E;
		}
}
/* Change Navbar Breakpoint End*/

@media (max-width: 992px) {
	header {
		height: auto;
	}
	header .menu {
		float: left;
	}
	header .menu ul {
		width: 100%;
		margin-right: 0px;
		list-style: none;
		margin: 10px 0 20px 0;
		padding: 0;
	}
	header .menu li {
		text-align: left;
		padding-left: 0px!important;
		float: none;
		margin: 0;
		padding: 0;
	}
	header .menu ul li a{
		width: 100%;
		padding: 8px 0;
	}
	header .menu ul li a:hover {
		border-bottom: none;
	}
	header .menu .dropdown-menu {
		position: relative;
    box-shadow: none !important;
    padding: 0 0 10px 15px !important;
    top: 0 !important;
    float: none;
    border: none;
    margin: 0 !important;
	}
	header .menu .dropdown-menu li {
		margin: 0;
		float: none;
	}
	header .menu .dropdown-menu a {
		border-top: none;
		line-height: 15px;
		padding: 16px 28px 16px 16px;
		margin: 0;
	}
}
@media (max-width: 768px) {
 header {
	 height: auto;
 }

 /* Slider */

 section.slider li .caption {
 	padding: 0 50px;
 }
 section.slider li .caption h2 {
 	font-size: 24px;
 }
 section.slider li .caption p {
 	font-size: 16px;
 }


 /* Slider */
}
