@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1024px) {
	.container {
		width: 1170px;
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
		padding-right: 0;
		padding-left: 0;
	}
	.baslik_tahta {
		display:none !important;
	}
}


.col-xss-1, .col-xss-2, .col-xss-3, .col-xss-4, .col-xss-5, .col-xss-6, .col-xss-7, .col-xss-8, .col-xss-9, .col-xss-10, .col-xss-11, .col-xss-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 0px) and (max-width: 479px) {
	.col-xss-1, .col-xss-2, .col-xss-3, .col-xss-4, .col-xss-5, .col-xss-6, .col-xss-7, .col-xss-8, .col-xss-9, .col-xss-10, .col-xss-11, .col-xss-12 {
		float: left;
	}
	.col-xss-12 {
		width: 100%;
	}
	.col-xss-11 {
		width: 91.66666667%;
	}
	.col-xss-10 {
		width: 83.33333333%;
	}
	.col-xss-9 {
		width: 75%;
	}
	.col-xss-8 {
		width: 66.66666667%;
	}
	.col-xss-7 {
		width: 58.33333333%;
	}
	.col-xss-6 {
		width: 50%;
	}
	.col-xss-5 {
		width: 41.66666667%;
	}
	.col-xss-4 {
		width: 33.33333333%;
	}
	.col-xss-3 {
		width: 25%;
	}
	.col-xss-2 {
		width: 16.66666667%;
	}
	.col-xss-1 {
		width: 8.33333333%;
	}
	.col-xss-pull-12 {
		right: 100%;
	}
	.col-xss-pull-11 {
		right: 91.66666667%;
	}
	.col-xss-pull-10 {
		right: 83.33333333%;
	}
	.col-xss-pull-9 {
		right: 75%;
	}
	.col-xss-pull-8 {
		right: 66.66666667%;
	}
	.col-xss-pull-7 {
		right: 58.33333333%;
	}
	.col-xss-pull-6 {
		right: 50%;
	}
	.col-xss-pull-5 {
		right: 41.66666667%;
	}
	.col-xss-pull-4 {
		right: 33.33333333%;
	}
	.col-xss-pull-3 {
		right: 25%;
	}
	.col-xss-pull-2 {
		right: 16.66666667%;
	}
	.col-xss-pull-1 {
		right: 8.33333333%;
	}
	.col-xss-pull-0 {
		right: auto;
	}
	.col-xss-push-12 {
		left: 100%;
	}
	.col-xss-push-11 {
		left: 91.66666667%;
	}
	.col-xss-push-10 {
		left: 83.33333333%;
	}
	.col-xss-push-9 {
		left: 75%;
	}
	.col-xss-push-8 {
		left: 66.66666667%;
	}
	.col-xss-push-7 {
		left: 58.33333333%;
	}
	.col-xss-push-6 {
		left: 50%;
	}
	.col-xss-push-5 {
		left: 41.66666667%;
	}
	.col-xss-push-4 {
		left: 33.33333333%;
	}
	.col-xss-push-3 {
		left: 25%;
	}
	.col-xss-push-2 {
		left: 16.66666667%;
	}
	.col-xss-push-1 {
		left: 8.33333333%;
	}
	.col-xss-push-0 {
		left: auto;
	}
	.col-xss-offset-12 {
		margin-left: 100%;
	}
	.col-xss-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-xss-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-xss-offset-9 {
		margin-left: 75%;
	}
	.col-xss-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-xss-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-xss-offset-6 {
		margin-left: 50%;
	}
	.col-xss-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-xss-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-xss-offset-3 {
		margin-left: 25%;
	}
	.col-xss-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-xss-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-xss-offset-0 {
		margin-left: 0;
	}
}

@media (max-width: 479px) {
	.hidden-xss {
		display: none !important;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: absolute;
		float: left;
		width: auto;
		min-width: 160px;
		margin: 2px 0 0;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, .15);
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 3px 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 1.42857143;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: inherit;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #333;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #262626;
		background-color: #f5f5f5;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #337ab7;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #777;
		background-color: inherit;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, .15);
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #e5e5e5;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #333;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #262626;
		background-color: #f5f5f5;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #337ab7;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #777;
		background-color: inherit;
	}
}

@media (max-width: 1023px) {
	.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-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background-color: transparent;
	}
}

@media (max-width: 1023px) {
	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0;
	}

	.navbar {
		border-radius: 0;
	}

	.navbar-header {
		float: none;
	}

	.navbar-collapse {
		width: auto;
		border-top: 1px solid transparent;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
		        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	}
	.navbar-collapse.collapse {
		display: none !important;
		height: inherit !important;
		max-height: 340px;
		padding-bottom: inherit;
		overflow: auto !important;
	}
	.navbar-collapse.in {
		overflow-y: auto;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 15px;
		padding-left: 15px;
	}

	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: -15px;
		margin-left: -15px;
	}

	.navbar-static-top {
		border-radius: inherit;
	}

	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: inherit;
	}

	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: auto;
	}

	.navbar-toggle {
		display: inherit;
	}

	.navbar-nav {
		float: none;
		margin: 7.5px -15px;
	}
	.navbar-nav > li {
		float: none;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-left {
		float: none !important;
	}
	.navbar-right {
		float: none !important;
		margin-right: inherit;
	}
	.navbar-right ~ .navbar-right {
		margin-right: inherit;
	}
}

@media (min-width: 1024px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0;
	}

	.navbar {
		border-radius: 4px;
	}

	.navbar-header {
		float: left;
	}

	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}

	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}

	.navbar-static-top {
		border-radius: 0;
	}

	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}

	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}

	.navbar-toggle {
		display: none;
	}

	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}

.collapse.in {
	display: block !important;
}

@media (max-width: 1023px) {
  .hidden-ozk {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-ozb {
    display: none !important;
  }
}

.navbar {
	position: relative;
	z-index: 97;
	min-height: 50px;
	margin-bottom: 0;
	border: 0px solid transparent;
}
 
.navbar-inverse {
	height: auto;
	background-color: #fff;
}
.navbar-inverse .navbar-nav {
	margin: 0 -15px;
}
.navbar-inverse .navbar-nav > li {
	border-top: 1px solid #e1e1e1;
}
.navbar-inverse .navbar-nav > li:first-child {
	border-top: none;
}
.navbar-inverse .navbar-nav > li > a {
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	font-weight:500;
	color: #454545;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #e2224c;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #e2224c;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #ccc;
	border-radius: 0px;
	margin-top: 17px;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #e2224c;
	border-color: #e2224c;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ccc;
}
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #e1e1e1;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	color: #e2224c;
	background-color: transparent;
}

@media (max-width: 1023px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #ccc;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #ccc;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 20px;
		font-family: 'Raleway', sans-serif;
		font-size: 13px;
		font-weight: 700;
		color: #454545;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #e2224c;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #e2224c;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
}

@media (max-width: 900px) {
	.navbar-brand {
	float: left;
	height: 60px!important;
	padding: 21px 10px!important;
}
.navbar-brand > img {
	height: 60px!important;
}
}

.navbar-brand {
	float: left;
	height: 35px;
	padding: 7px 15px;
}
.navbar-brand > img {
	height: 35px;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.navbar {
		border-radius: 0;
	}
	.navbar-nav {
		float: none;
		margin: 7.5px -15px;
	}
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: 0;
	}
}

@media (min-width: 1024px) {
	.navbar {
		height: auto;
		border-radius: 0;
	}

	.navbar-nav {
		position: absolute;
		bottom: 7px;
		float: none;
		margin: 0;
		margin-left: -15px;
		margin-right: -15px;
		background-color: transparent;
	}
	.navbar-inverse {

		background:#fff;
		background-repeat: repeat-x;
		border: 0px solid transparent;
	}
	.navbar-inverse .navbar-nav > li {
		border-top: none;
		border-left: 1px solid #e1e1e1;
	}
	.navbar-inverse .navbar-nav > li:first-child {
		border-left: none;
	}
	.navbar-inverse .navbar-nav > li > a {
		padding: 4px 4px;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		padding: 2px 10px;
		line-height: 20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: 400;
		color: #454545;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #454545;
		background-color: #eee;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #e2224c;
	}
	.navbar-brand {
		height: 55px;
		padding: 0px 0;
		position: relative;
		margin-top:-35px;
		margin-left:0px;
		z-index: 999;

	}
	.navbar-brand > img {
		height:55px;	
	}
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: 0;
	}
}

.navtop:before,
.navtop:after {
  display: table;
  content: " ";
}
.navtop:after {
  clear: both;
}
.navtop {
	position: relative;
	min-height: 30px;
	background-color: #333;
	z-index: 99;
	float: left;
	width: 100%;
}
.navtop .container {
	position: relative;
	min-height: 30px;
}
.navtop ul {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 10px;
	padding-right: 15px;
}
.navtop ul li {
	float: left;
	margin-left: 15px;
}
.navtop ul li:first-child {
	margin-left: 0;
}
.navtop ul li a {
	display: block;
	height: 30px;
	line-height: 20px;
	padding: 5px 0;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	background-color: transparent;
}
.navtop ul li a:hover,
.navtop ul li a:focus {
	text-decoration: none;
	background-color: transparent;
}

@media (max-width: 900px) {

}	

.navbottom:before,
.navbottom:after {
  display: table;
  content: " ";
}
.navbottom:after {
  clear: both;
}
.navbottom {
	position: relative;
	min-height: 40px;
	background-color: #fff;
	border-bottom: 1px solid #e1e1e1;
}
.navbottom .container {
	position: relative;
	min-height: 40px;
}
.navbottom form {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.navbottom form input.input {
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 20px;
	padding: 5px 32px 5px 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
	background-color: #fff;
	border: 1px solid #ccc;
 
}
.navbottom form input.input::-webkit-input-placeholder,
.navbottom form input.input::-moz-placeholder,
.navbottom form input.input:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}
.navbottom form input.input:focus {
	color: #333;
	background-color: #f5f5f5;
}
.navbottom form input.input:focus::-webkit-input-placeholder,
.navbottom form input.input:focus::-moz-placeholder,
.navbottom form input.input:focus:-ms-input-placeholder {
	color: #888;
}
.navbottom form button.button {
	display: block;
	position: absolute;
	top: 4px;
	right: 19px;
	width: 22px;
	height: 22px;
	line-height: 100%;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	color: #ccc;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	border: none;
}
.navbottom form input.input:focus+button.button {
	color: #e2224c;
}

.carousel {
	display: block;
	margin: 0px 0 0px 0;
	padding: 6px;

}
@media (max-width: 479px) {
	.carousel {
		margin-bottom: 10px;
	}
}
.carousel_caption1 {font-family: 'Raleway', sans-serif;right:500px;position: absolute;bottom:40px;width: 250px;}
.carousel_caption1 .banner_baslik h1 {float: left;width: 100%;font-size:46px;line-height: 41px;margin-top: 0px;margin-bottom: 0px;padding: 0px;display: inline-block;color:#333333;font-family: 'Times New Roman', sans-serif;font-weight: 700}
.carousel_caption1 .banner_baslik h2 {float: left;width: 100%;font-size:240px;line-height: 205px;margin-top: 0px;margin-bottom: 0px;padding: 0px;display: inline-block;font-family: 'Roboto', sans-serif;letter-spacing: -20px;position: relative;color:#e2224c;}
.carousel_caption1 .banner_baslik h2 > small {font-size: 60px;font-weight: 900;position: absolute;top:76px;left:-7px;color:#333333;}
.carousel_caption1 .banner_baslik h3 {float: left;width: 100%;font-size:56px;line-height: 50px;margin-top: 0px;margin-bottom: 0px;padding: 0px;display: inline-block;font-family: 'Times New Roman', sans-serif;padding-left: 7px;color:#333333;}
.carousel_caption1 a.banner_button {float: left;width:200px;height: 35px;border:solid 1px #fff;margin-left: 27px;text-align: center;line-height: 34px;font-family: 'Raleway', sans-serif;font-size: 16px;color:#333;margin-top: 10px;transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;}
.carousel_caption1 a:hover.banner_button {background: #fff;text-decoration: none;transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;}


.carousel_caption2 {font-family: 'Raleway', sans-serif;right:500px;position: absolute;bottom:40px;width: 250px;}
.carousel_caption2 .banner_baslik h1 {float: left;width: 100%;font-size:40px;line-height: 35px;margin-top: 0px;margin-bottom: 0px;padding: 0px;display: inline-block;color:#333333;font-family: 'Times New Roman', sans-serif;font-weight: 700}
.carousel_caption2 .banner_baslik h2 {float: left;width: 100%;font-size:240px;line-height: 205px;margin-top: 0px;margin-bottom: 0px;padding: 0px;display: inline-block;font-family: 'Roboto', sans-serif;letter-spacing: -20px;position: relative;color:#e2224c;}
.carousel_caption2 .banner_baslik h2 > small {font-size: 60px;font-weight: 900;position: absolute;top:76px;left:-7px;color:#333333;}
.carousel_caption2 .banner_baslik h3 {float: left;width: 100%;font-size:56px;line-height: 50px;margin-top: 0px;margin-bottom: 0px;padding: 0px;display: inline-block;font-family: 'Times New Roman', sans-serif;padding-left: 7px;color:#333333;}
.carousel_caption2 a.banner_button {float: left;width:200px;height: 35px;border:solid 1px #fff;margin-left: 27px;text-align: center;line-height: 34px;font-family: 'Raleway', sans-serif;font-size: 16px;color:#333;margin-top: 10px;transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;}
.carousel_caption2 a:hover.banner_button {background: #fff;text-decoration: none;transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;}

.carousel_caption3 {font-family: 'Raleway', sans-serif;right:440px;position: absolute;bottom:40px;width: 253px;}
.carousel_caption3 .banner_baslik h1 {float: left;width: 100%;font-size:45px;line-height: 40px;margin-top: 0px;margin-bottom: 0px;padding: 0px;display: inline-block;color:#333333;font-family: 'Times New Roman', sans-serif;font-weight: 700}
.carousel_caption3 .banner_baslik h2 {float: left;width: 100%;font-size:240px;line-height: 205px;margin-top: 0px;margin-bottom: 0px;padding: 0px;display: inline-block;font-family: 'Roboto', sans-serif;letter-spacing: -20px;position: relative;color:#e2224c;}
.carousel_caption3 .banner_baslik h2 > small {font-size: 60px;font-weight: 900;position: absolute;top:76px;left:-7px;color:#333333;}
.carousel_caption3 .banner_baslik h3 {float: left;width: 100%;font-size:56px;line-height: 50px;margin-top: 0px;margin-bottom: 0px;padding: 0px;display: inline-block;font-family: 'Times New Roman', sans-serif;padding-left: 7px;color:#333333;}
.carousel_caption3 a.banner_button {float: left;width:200px;height: 35px;border:solid 1px #fff;margin-left: 27px;text-align: center;line-height: 34px;font-family: 'Raleway', sans-serif;font-size: 16px;color:#333;margin-top: 10px;transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;}
.carousel_caption3 a:hover.banner_button {background: #fff;text-decoration: none;transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;}

 

.carousel_caption1 {font-family: 'Raleway', sans-serif;right:200px;position: absolute;bottom:40px;width: 250px;}
.carousel_caption1 .banner_baslik h1 {float: left;width: 100%;font-size:46px;line-height: 41px;margin-top: 0px;margin-bottom: 0px;padding: 0px;display: inline-block;color:#333333;font-family: 'Times New Roman', sans-serif;font-weight: 700}
.carousel_caption1 .banner_baslik h2 {float: left;width: 100%;font-size:240px;line-height: 205px;margin-top: 0px;margin-bottom: 0px;padding: 0px;display: inline-block;font-family: 'Roboto', sans-serif;letter-spacing: -20px;position: relative;color:#e2224c;}
.carousel_caption1 .banner_baslik h2 > small {font-size: 60px;font-weight: 900;position: absolute;top:76px;left:-7px;color:#333333;}
.carousel_caption1 .banner_baslik h3 {float: left;width: 100%;font-size:56px;line-height: 50px;margin-top: 0px;margin-bottom: 0px;padding: 0px;display: inline-block;font-family: 'Times New Roman', sans-serif;padding-left: 7px;color:#333333;}
.carousel_caption1 a.banner_button {float: left;width:200px;height: 35px;border:solid 1px #fff;margin-left: 27px;text-align: center;line-height: 34px;font-family: 'Raleway', sans-serif;font-size: 16px;color:#333;margin-top: 10px;transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;}
.carousel_caption1 a:hover.banner_button {background: #fff;text-decoration: none;transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;}


.carousel_caption2 {font-family: 'Raleway', sans-serif;right:200px;position: absolute;bottom:40px;width: 250px;}
.carousel_caption2 .banner_baslik h1 {float: left;width: 100%;font-size:40px;line-height: 35px;margin-top: 0px;margin-bottom: 0px;padding: 0px;display: inline-block;color:#333333;font-family: 'Times New Roman', sans-serif;font-weight: 700}
.carousel_caption2 .banner_baslik h2 {float: left;width: 100%;font-size:240px;line-height: 205px;margin-top: 0px;margin-bottom: 0px;padding: 0px;display: inline-block;font-family: 'Roboto', sans-serif;letter-spacing: -20px;position: relative;color:#e2224c;}
.carousel_caption2 .banner_baslik h2 > small {font-size: 60px;font-weight: 900;position: absolute;top:76px;left:-7px;color:#333333;}
.carousel_caption2 .banner_baslik h3 {float: left;width: 100%;font-size:56px;line-height: 50px;margin-top: 0px;margin-bottom: 0px;padding: 0px;display: inline-block;font-family: 'Times New Roman', sans-serif;padding-left: 7px;color:#333333;}
.carousel_caption2 a.banner_button {float: left;width:200px;height: 35px;border:solid 1px #fff;margin-left: 27px;text-align: center;line-height: 34px;font-family: 'Raleway', sans-serif;font-size: 16px;color:#333;margin-top: 10px;transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;}
.carousel_caption2 a:hover.banner_button {background: #fff;text-decoration: none;transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;}

.carousel_caption3 {font-family: 'Raleway', sans-serif;right:150px;position: absolute;bottom:40px;width: 253px;}
.carousel_caption3 .banner_baslik h1 {float: left;width: 100%;font-size:45px;line-height: 40px;margin-top: 0px;margin-bottom: 0px;padding: 0px;display: inline-block;color:#333333;font-family: 'Times New Roman', sans-serif;font-weight: 700}
.carousel_caption3 .banner_baslik h2 {float: left;width: 100%;font-size:240px;line-height: 205px;margin-top: 0px;margin-bottom: 0px;padding: 0px;display: inline-block;font-family: 'Roboto', sans-serif;letter-spacing: -20px;position: relative;color:#e2224c;}
.carousel_caption3 .banner_baslik h2 > small {font-size: 60px;font-weight: 900;position: absolute;top:76px;left:-7px;color:#333333;}
.carousel_caption3 .banner_baslik h3 {float: left;width: 100%;font-size:56px;line-height: 50px;margin-top: 0px;margin-bottom: 0px;padding: 0px;display: inline-block;font-family: 'Times New Roman', sans-serif;padding-left: 7px;color:#333333;}
.carousel_caption3 a.banner_button {float: left;width:200px;height: 35px;border:solid 1px #fff;margin-left: 27px;text-align: center;line-height: 34px;font-family: 'Raleway', sans-serif;font-size: 16px;color:#333;margin-top: 10px;transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;}
.carousel_caption3 a:hover.banner_button {background: #fff;text-decoration: none;transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;}
}
.carousel-inner > .item:last-child{
	background:red!important;

}
.carousel-inner {
	 width: 100%;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 100%;
}
.carousel-control {
	background-color: transparent;
	filter: alpha(opacity=100);
	opacity: 0;
}
.carousel-control.left {
	background-image: none;
	filter: inherit;
	background-repeat: inherit;
	top:70px;
}
.carousel-control.right {
	background-image: none;
	filter: inherit;
	background-repeat: inherit;
	top:70px;
}
.carousel-control:hover,
.carousel-control:focus {
	filter: alpha(opacity=100);
	opacity: 1;
}
.carousel-control .glyphicon-circle-arrow-left,
.carousel-control .glyphicon-circle-arrow-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 40px;
	margin-top: -20px;
}
@media (max-width: 479px) {
	.carousel-control .glyphicon-circle-arrow-left,
	.carousel-control .glyphicon-circle-arrow-right {
		width: 20px;
		height: 20px;
		font-size: 20px;
		margin-top: -10px;
	}
}
.carousel-control .glyphicon-circle-arrow-left {
	left: 30px;
	margin-left: 0;
}
@media (max-width: 479px) {
	.carousel-control .glyphicon-circle-arrow-left {
		left: 10px;
	}
}
.carousel-control .glyphicon-circle-arrow-right {
	right: 30px;
	margin-right: 0;
}
@media (max-width: 479px) {
	.carousel-control .glyphicon-circle-arrow-right {
		right: 10px;
	}
}
.carousel-indicators {
	bottom:0px;
}
.carousel-indicators li {
	width: 18px;
	height: 18px;
	margin: 1px 1.5px 1px 1.5px;
	background-color:#72b550;
	border: 1px solid #fff;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 18px;
	height: 18px;
	margin: 1px 1.5px 1px 1.5px;
	background-color: #4e8134;
}

.table-responsive {
	width: 100%;
	min-height: .01%;
	margin-bottom: 20px;
	overflow-x: auto;
}
@media screen and (max-width: 991px) {
	.table-responsive {
		padding: 10px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
}