html{
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
body{
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family: 'Roboto', sans-serif;
	color:#212529;
    background-color: #fff;
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
	box-sizing:border-box;
}
.fade.in {
	opacity:1;
}
.modal-backdrop.fade.in {
	opacity:0.8;
}
a, button {	
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	cursor:pointer;
	text-decoration:none;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: inherit;
}
a i {
    padding: 0 2px;
}
.button {
	padding:6px;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;    
	border: 1px solid #e11a29;
    color: #e11a29;
	float:right;
	clear:right;
	margin-top:10px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.button:hover {
	background-color:#e11a29;
	color:#FFF;
	text-decoration:none;
}
#cboxContent button {
	-webkit-transition:all 0s ease-in-out;
	-moz-transition:all 0s ease-in-out;
	-ms-transition:all 0s ease-in-out;
	-o-transition:all 0s ease-in-out;
	transition:all 0s ease-in-out;
}
img {
	border:0px;
    max-width: 100%;
}

*:focus {outline:0;}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
}
p {
	color:#5c5c5c;
	margin-top:0px;
	margin-bottom:10px;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.center {
	text-align:center;
}
.right {
	float:right;
}
.beyaz {
	color:#FFF !important;
}
p.beyaz, .beyaz p {
	color:rgba(255,255,255,0.8) !important;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.margin-bottom-30 {
	margin-bottom:30px;
}
.margin-bottom-60 {
	margin-bottom:60px;
}
.padding-top-120 {
	padding-top:120px;
}
.padding-top-110 {
	padding-top:110px;
}
.padding-top-90 {
	padding-top:90px;
}
.padding-top-60 {
	padding-top:60px;
}
.padding-top-50 {
	padding-top:50px;
}
.padding-top-30 {
	padding-top:50px;
}
.padding-bottom-50 {
	padding-bottom:50px;
}
.padding-bottom-60 {
	padding-bottom:60px;
}
.padding-bottom-90 {
	padding-bottom:90px;
}
.padding-bottom-120 {
	padding-bottom:120px;
}
.modal-dialog {
	width:90%;
}
.modal-body, .modal-content {
	float:left;
	width:100%;
}
.modal-dialog .resimbar {
	float:left;
	width:20%;
	height:240px;
	overflow:hidden;
	padding:10px;
}
.modal-dialog .resimbar img {
	float:left;
	width:100%;
	height:100%;
	object-fit:cover;
}
#videopen {
	background-color:rgba(0,0,0,0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	opacity:0;
	display:none;
	z-index:-1;
}
#videopenic {
	position:absolute;
	float:left;
	display:none;
	z-index:9999;
}
#videopenic .kapat {
	color:#FFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:right;
	text-decoration:none;
	display:inline;
	cursor: pointer;
}
.ustbar {
	position:relative;
	z-index:100;
    background-color: #202020;
}
.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ustbar .left-content {
    display: inline-block;
    float: left;
}
.ustbar .right-content {
    display: inline-block;
    float: right;
}
.ustbar #diltr, .ustbar #dilen {
	opacity:0.7;
}
.ustbar #diltr img, .ustbar #dilen img {
	height:16px;
}
.ustbar #diltr:hover, .ustbar #diltr.secili, .ustbar #dilen:hover, .ustbar #dilen.secili {
	opacity:1;
}
.icon-list {
	float:left;
	display:inline;
    margin: 0;
    padding: 0;
    list-style: none;
}
.icon-list li {
    display: inline-block;
    color: var(--paragraph-color);
}
.icon-list li + li {
    margin-left: 10px;
}
.ustbar .icon-list li {
    color: rgba(255, 255, 255, 0.8);
}
.ustbar .icon-list li.xxxx {
	font-style:italic;
	font-weight:500;
	color:#0ff;
}
.ustbar .icon-list li a {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.icon-list li a:hover {
	color:#e11a29;
}
.ustbar .right-content .icon-list li a i {
	font-size:20px;
	line-height:20px;
}
.ustalan {
    position: relative;
    z-index:100;
}
.ustalan .ustalanic {	
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
	position: absolute;
    left: 0;
    width: 100%;
    top: 0px;
    z-index: 1;
}
.ustalan .ustalanic .ustalanic-container {
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 30px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
	display:inline;
}
.logoalan {
	float:left;
    display: inline;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.logoalan .logo {
	float:left;
	display:inline;
	padding:10px 15px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color:#FFF;
	position:absolute;
}
.logoalan .logob {
	height:80px;
	margin-top:5px;
}
.logoalan .logok {
	display:none;
}
.logoalan .menuac {
	display:none;
}
.ustalan .collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	display:inline !important;
}
.ustalan .ustmenu {
    display: block;
    width: 100%;
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.ustalan .collapse ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 80px;
}
.ustalan .collapse ul li a:hover, .ustalan .collapse ul li.secili a {
	color:#e11a29;
}
.ustalan .collapse ul li + li {
    margin-left: 15px;
}
.ustalan .collapse ul li.altmenu {
    position: relative;
    z-index: 0;
    padding-right: 15px;
}
.ustalan .collapse ul li.altmenu:before {
    position: absolute;
    right: 0;
    top: 50%;
    content: '\f107';
    font-family: 'fontawesome';
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ustalan .collapse ul li.altmenu:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}
.ustalan .collapse ul li a {	
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.ustalan .collapse ul.sub-menu {
    position: absolute;
    text-align: left;
    min-width: 220px;
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
    left: 0;
    top: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 9;
    border-top: 4px solid #e11a29;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.ustalan .collapse ul.sub-menu li {
    display: block;
    margin-left: 0;
    line-height: 24px;
    font-size: 16px;
}
.ustalan .collapse ul.sub-menu li a {
    display: block;
    padding: 15px 30px;
    background-color: #fff;
    white-space: nowrap;
    color: var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.ustalan .collapse ul.sub-menu li a:hover, .ustalan .collapse ul.sub-menu li.secili a {
	background-color: #e11a29;
    color: #fff;
}
.banneralan {
    padding: 332px 0 250px;
    background-position: center;
    background-size: cover;
    background-color: #000;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.banneralan:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    z-index: -1;
    background-image: url(../images/banneralt.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.banneric {
	height:340px;
}
.banneric .baslik {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
	font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.banneric h1 {
    font-size: 52px;
    line-height: 62px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
	font-family: 'Poppins', sans-serif;
}
.banneric p {	
    font-size: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);

}
.banneric a {
	margin-top:20px;
    border-radius: 30px;
    background-color: #e11a29;
    color: #fff;
    display: inline-block;
    padding: 13px 40px;
    min-width: 160px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.banneric a:hover {
	color: #e11a29;
    background-color: #fff;
}
.banneric .animate1 { 
	-webkit-animation: bounceInDown 1s;
    -moz-animation: bounceInDown 1s;
    -o-animation: bounceInDown 1s;
    animation: bounceInDown 1s;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.banneric .animate2 {
	-webkit-animation: bounceInUp 1s;
    -moz-animation: bounceInUp 1s;
    -o-animation: bounceInUp 1s;
    animation: bounceInUp 1s;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.banneralan .bannerres {
    position: absolute;
    right: 0;
    top: -110px;
}
.banneralan .bannerres img{transform-style:initial;object-fit:cover;width:100%;height:100%;display:inline-block}
.ustanim.owl-carousel .owl-nav {
	float:none;
	width:1140px;
	padding-left:15px;
	padding-right:15px;
	margin-left:auto;
	margin-right:auto;
	height:0px;
	margin-top:-100px;
	margin-bottom:100px;
	position:relative;
	z-index:20;
}
.ustanim.owl-carousel .owl-nav button.owl-next, .ustanim.owl-carousel .owl-nav button.owl-prev {
	background-color:#FFF;
	color: #e11a29;
}
.ustanim.owl-carousel .owl-nav button.owl-next:hover, .ustanim.owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #e11a29;
    color: #FFF;
}
h2.baslik {	
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
	color:#e11a29;
}
h2.baslik span {
	color:#e11a29 !important;
}
.baslik {
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
    color:#202020;
    margin-bottom: 10px;
}
.baslik:hover {
	color:#e11a29;
}
.adsoyad {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #e11a29;
	padding-top:20px;
}
.gorev {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
	padding:0px;
	margin:0px;
}
.buton {
    margin-top: 20px;
    border-radius: 30px;
    background-color: #e11a29;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    min-width: 160px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.buton:hover {
	color:#e11a29;
    background-color: #efefef;
}
.hizmetlerimiz {
	float:left;
	width:100%;
}
.hizmetlerimiz .hizmetbar {	
    padding: 30px 30px 25px 30px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.hizmetlerimiz .hizmetbar:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.hizmetlerimiz .hizmetbarx {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.hizmetlerimiz .hizmetbar .icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    line-height: 90px;
    background-color:#e11a29;
    text-align: center;
    font-size: 40px;
	color:#fff;
    margin-bottom: 25px;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.hizmetlerimiz .hizmetbar .icon:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color:#ccc;
    content: '';
    z-index: -1;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.hizmetlerimiz .hizmetbar:hover .icon {
    color: #e11a29;
}
.hizmetlerimiz .hizmetbar:hover .icon:after {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hizmetlerimiz .hizmetbar .icon img {
	width:50px;
	margin-top:-5px;
}
.hakkimizda {
	float:left;
	width:100%;
}
.nedenokuldostu {
	float:left;
	width:100%;
}
.musteriler {
	float:left;
	width:100%;
	background-image: url(../images/musteriback.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
	position:relative;
	z-index:0;
	font-family: 'Poppins', sans-serif;
}
.musteriler:after {
	background-color:rgba(0,0,0,0.8);
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:-1;
	content:'';
}
.blog {
	float:left;
	width:100%;
}
.blogbar {
	float:left;
	width:100%;
	background-color: #fff;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}
.blogbar .bilgi {
	float:left;
	width:100%;
    padding: 25px 30px 13px 30px;
}
.tarih {
	font-size: 14px;
    line-height: 24px;
}
.tarih i {
	color:#e11a29;
}
.blogbar .bilgi p {
	height:72px;
	overflow:hidden;
}

.sonbloglar {
	float:left;
	width:100%;
    background-color: #f4f4f4;
    margin-bottom: 30px;
    padding: 25px 30px 30px 30px;
}
.sonbloglar .blogbar {
	float:left;
	width:100%;
	margin-top:20px;
	background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08);
}
.sonbloglar .blogbar .bilgi {
	float:right;
	width:calc(100% - 80px);
    padding: 0px;
}
.sonbloglar .blogbar h4.baslik {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
	margin:0px;
}
.sonbloglar .blogbar .tarih {
	margin-top:5px;
}
.sonbloglar .blogbar .tarih, .sonbloglar .blogbar .tarih i {
	color:#5c5c5c;
}
.paylas {
	float:right;
	clear:right;
}
.paylas span {
	float:left;
	font-size:16px;
	line-height:16px;
	font-weight:600;
}
.paylas a {
	float:left;
	margin-left:15px;
	font-size:16px;
	line-height:16px;
	text-align:center;
	color:#5c5c5c !important;
}
.paylas a:hover {
	color:#e11a29 !important;
}


.owl-carousel .owl-item:hover {
	z-index:100;
}
.owl-carousel .owl-nav {
	float:right;
	margin-top:0px;
	width:auto;
	height:auto;
	right:5px;
	top:0px;
	position:absolute;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	float:left;
	display:inline;
	width:50px;
	height:24px;
	background-color:transparent;
	padding:0px;
	clear:none;
	margin:0px;
	font-size:12px;
	line-height:24px;
	font-weight:700;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #e11a29;
	color:#e11a29;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
	display:none;
}
.owl-carousel .owl-nav button.owl-prev {
	margin-right:2px;
}
.owl-carousel .owl-nav button:hover {
	background-color:#e11a29;
	color:#FFF;
}
.owl-carousel .owl-dots {
	float:left;
	width:100%;
	margin-top:0px;
	text-align:center;
}
.owl-carousel button.owl-dot {
	display:inline-block;
	width:10px;
	height:10px;
	margin-left:5px;
	margin-right:5px;
	background-color:#aaa;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
}
.owl-carousel button.owl-dot.active {
	background-color:#e11a29;
}
.owl-dots.disabled {
	display:none;
}
.owl-nav.disabled {
	display:none;
}

.resim {
	float:left;
	width:100%;
	height:0px;
	padding-bottom:60%;
	box-sizing:border-box;
	position:relative;
}
.resimk {
	width:150px;
	height:150px;
    margin-right: 20px;
	padding:0px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid transparent;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.resimkk {
	width:60px;
	height:60px;
	padding:0px;
    overflow: hidden;
}
.resimk.center {
	width:120px;
	height:120px;
    margin-right:0px;
	margin-top:25px;
	float:none;
	display:inline-block;
    border: 2px solid #e11a29;
}
.resim .resimic {
	float:left;
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.resim .resimic .videobut {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image:url(../images/videobut.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:68px;
}
.resim img {
	position:absolute;
	float:left;
	width:100%;
	height:100%;
	max-width:none;
	top:0px;
	left:0px;
	object-fit:cover;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.nedenbar:hover .resimic img, .resimic:hover img {
	width:110%;
	height:110%;
	top:-5%;
	left:-5%;
}
.nedenbar:hover .resimk, .resimk:hover {
	border:4px solid #e11a29;
}

.altbanner {
    padding: 120px 0 125px 0;
    background-position: center;
    background-size: cover;
    background-color: #000;
	position:relative;
	z-index:0;
}
.altbanner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}
.altbanner:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100%;
    background-image: url(../images/altbanneralt.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    content: '';
    z-index: -1;
}
.altbanner h1.page-title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.altbanner p {
    font-size: 16px;
    line-height: 26px;
    max-width: 600px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}
.altsayfa {
	float:left;
	width:100%;
	position:relative;
	z-index:2;
}
.nedenbar {
	float:left;
	width:100%;
	margin-bottom:30px;
}
.navbar {
	float:left;
	padding:0px;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	min-height:auto;
	border:none;
	border-radius:0px;
	margin-bottom:0px;
	position:relative;
	z-index:10;
}
.navbar .link {
	float:left;
	color:#e11a29;
	font-size:16px;
	line-height:16px;
	font-weight:400;
}
.navbar .link:hover {
	color:rgba(255,255,255,0.7);
}
.navbar .link.secili {
	color:rgba(255,255,255,0.7);
	cursor:auto;
}
.navbar .secili:hover {
	color:rgba(255,255,255,0.7) !important;
}
.navbar span {
	float:left;
	color:rgba(255,255,255,0.7);
	font-size:16px;
	line-height:16px;
	margin-left:10px;
	margin-right:10px;
}
.navbar span i {
	line-height:14px;
}
#tbody {
	float:left;
	width:100%;
	min-height:500px;
}
.resimalan {
	float:left;
	width:40%;
	margin-right:20px;
	margin-bottom:20px;
}
.owl-carousel.resimler, .resimler {
	position:relative;
	float:right;
	display:inline;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
	z-index:1;
	margin-top:0px;
	padding:5px;
	border:1px solid #efefef;
	background-color:#FFF;
}
.owl-carousel.resimler .resim {
	width:100%;
	padding-bottom:60%;
	display:inline;
	margin-bottom:5px;
}
.owl-carousel.resimler img {
	object-fit:cover;
}
.owl-carousel.resimler .item,.owl-carousel.resimler .owl-item {
	float:left;
	width:100%;
}
.owl-carousel.resimler .owl-stage,.owl-carousel.resimler .owl-stage-outer {
	height:auto;
}
.soliletisim {
	background-color:#FFF;
	overflow:hidden;
}
.help-block {
	font-size:12px;
	margin:0px;
	height:0px;
}
.has-error .help-block {
	height:12px;
}
.not {
	font-size:12px;
	line-height:16px;
	padding-bottom:0px;
}
.gonder {
	margin-top:10px;
	background-color:#e11a29 !important;
	border-color:#e11a29 !important;
	color:#FFF !important;
}
.gonder:hover, .gonder.focus, .gonder.disabled:hover, .gonder.disabled.focus {
	background-color:#E83946;
	border-color:#E83946;
	color:#FFF;
}
.devam {
	background-color:#8a755a;
	border-color:#8a755a;
	color:#FFF !important;
	margin-top:20px;
}
.devam:hover, .devam.focus, .devam.disabled:hover, .devam.disabled.focus {
	background-color:#625544;
	border-color:#625544;
	color:#FFF;
}
.solilt {
	float:left;
	width:48%;
	margin-top:20px;
}
.solilt .iltbaslik, .sagilt .iltbaslik {
	float:left;
	width:100%;
	font-weight:500;
	font-size:20px;
	padding-bottom:20px;
}
.solilt .iltbilgi {
	float:left;
	width:100%;
	padding-bottom:20px;
}
.solilt .iltbar {
	float:left;
	clear:left;
	margin-top:10px;
}
.sagilt {
	float:right;
	width:48%;
	margin-top:20px;
	padding-bottom:50px;
}
.harita {
	float:left;
	width:100%;
	height:400px;
	margin-top:0px;
	padding-bottom:50px;
}
.altbar {
	font-weight:300;
	background-color:#222;
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	position:relative;
	z-index:1;
}
.altbar .altlogo {
	float:left;
	display:inline;
	width:160px;
	height:32px;
	background-image: url(../images/logoalt.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	margin-top:25px;
	margin-bottom:10px;
}
.altbar .altbilgi {
	float:left;
	margin-top:10px;
	font-weight:400;
	color:rgba(255, 255, 255, 0.6) !important;
}
.altbar .altbilgi p {
	color:rgba(255, 255, 255, 0.6) !important;
}
.altbar .baslik {
	color:rgba(255,255,255,0.9);
	margin-top:25px;
}
.altbar .altbarmenu {
	float:left;
	width:100%;
	margin-top:10px;
}
.altbar .altbarmenu a {
	float:left;
	clear:left;
	font-weight:400;
	color:rgba(255,255,255,0.6);
	margin-bottom:5px;
}
.altbar .altbarmenu a:hover, .altbar .altbarmenu .secili {
	color:#e11a29;
}
.altbant {
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#1c1c1c;
	position:relative;
	z-index:1;
}
.altbant .left-content {
	float:left;
	width:60%;
	text-align:left;
	margin-bottom:0px;
}
.altbant .right-content {
	float:right;
	text-align:right;
	width:40%;
}
.sosyalbar {
	float:right;
}
.sosyalbar .siyah {
	font-size:16px;
	line-height:16px;
	width:32px;
	height:32px;
	color:#e11a29;
	border:1px solid #e11a29;
	margin-top:5px;
}
.sosyalbar .siyah:hover {
	color:#333;
	border:1px solid #333;
}
.sosyalbar a {
	display:inline-block;
	margin-left:10px;
	padding:7px;
	color:rgba(255,255,255,0.6);
	width:30px;
	height:30px;
	box-sizing:border-box;
	font-size:14px;
	line-height:14px;
	text-align:center;
	border:1px solid rgba(255,255,255,0.6);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
}
.sosyalbar a:hover {
	color:#e11a29;
	border:1px solid #e11a29;
}
.altbant .altyazi {
	text-align:left;
	font-size:16px;
	line-height:30px;
	color:rgba(255,255,255,0.6);
}
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: #e11a29;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    z-index: 99;
    font-size: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: none;
}
#results {
    float: left;
    width: 100%;
    position: fixed;
    top: 10px;
    left: 0px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    padding-right: 10px;
    padding-left: 10px;
}
.panel-group {
	float:left;
	width:100%;
}
.panel-group .panel {
	border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0); 
    box-shadow: 0 1px 1px rgba(0,0,0,0);
}
.panel-group .spot {
	float:left;
	width:100%;
	text-align:left;
}
.panel-group .resimler {
	width:25%;
}
.gri {
	background-color:#efefef;
}
.panel-default {
	float:left;
	width:100%;
	background-color:#e11a29;
	border-bottom:1px solid #ccc;
}
.panel-default .collapse {
	display:none;
}
.panel-default .collapse.in {
	display:block;
}
.panel-default>.panel-heading {
	border:none;
	padding:0px;
	background-color:#e11a29;
}
.panel-heading a {
	display:block;
    padding: 10px 15px;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	color:#ffffff;
	font-weight:500;
	text-decoration:none;
}
.panel-heading a span {
	float:left;
	width:20px;
	font-size:20px;
	line-height:22px;
	color:#ffffff;
	text-align:center;
	padding-right:10px;
}
.panel-heading a.collapsed .oksag {
	display:inline;
}
.panel-heading a.collapsed .okasagi {
	display:none;
}
.panel-heading a .oksag {
	display:none;
}
.panel-heading a .okasagi {
	display:inline;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	background-color:#FFF;
	padding:20px;
	padding-bottom:10px;
	padding-left:30px;
	border:none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body .form-block {
	padding-top:3px;
	padding-bottom:3px;
	line-height:30px;
}
.panel-collapse {
	float:left;
	width:100%;
	padding:0px;
	color:#efefef;
	background-color:#c11925;
}
.nav-tabs {
	border-bottom:none;
}
.nav-tabs>li>a {
	color:#cccccc;
	font-size:26px;
	line-height:30px;
	border:none;
	margin:0px;
	padding:0px;
	margin-right:25px;
	padding-bottom:15px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color:#000;
	border:none;
	background-image: url(../images/baslik_cizgi.jpg);
}
.nav>li>a:focus, .nav>li>a:hover {
	border:none;
	background-color:transparent;
}
.tab-content {
	margin-top:30px;
	float:left;
	width:100%;
	padding-bottom:30px;
}
.tab-content .menualtbaslik {
	float:left;
	width:100%;
	font-size:18px;
	line-height:20px;
	font-weight:500;
	padding-bottom:5px;
}
textarea.form-control {
	height:100px;
}
textarea.adres {
	height:60px;
}
.form-block {
	padding-left:5px;
	padding-right:5px;
}
.form-group {
	float:left;
	width:100%;
	margin-bottom:10px;
}

.radio, .checkbox {
	float:left; position: relative; display: block;
	margin:0px;
	padding:0px;
	margin-top:6px;
	padding-right:15px;
	height:24px;
	color:#FFF;
}
.checkbox+.checkbox, .radio+.radio {
	margin-top:6px;
}
.checkbox input[type=checkbox], .radio input[type=radio] {
	opacity: 0;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	margin-top:0px;
	margin-left:0px;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
.radio input:checked + label::before, .checkbox input:checked + label::before {
  border-color: #e11a29;
}
.radio input:checked + label::after, .checkbox input:checked + label::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  left:1px;
  top: 7px;
  border: 1px solid #e11a29;
  border-radius: 50%;
  background-color: #e11a29;
}
.radio input:checked + label::after {
	left:2px;
	top:4px;
}
.radio label, .checkbox label {
  display: inline-block;
  position: relative;
  padding-left:25px;
  height:24px;
}
.radio label span, .checkbox label span {
	line-height:24px;
}
.radio label::before, .checkbox label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 6px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}
.radio label::before {
	top:2px;
}
.radio.disabled label, .checkbox.disabled label {
  color: #ccc;
}
.radio.disabled label::before, .checkbox.disabled label::before {
  opacity: 0.54;
  border-color: #ccc;
}
.checkbox input:checked + label::before {
  border-color: #2E7BCC;
  background-color: #2E7BCC;
}
.checkbox input:checked + label::after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 14px;
  line-height:14px;
  color: #fff;
  border-color: transparent;
  background-color: transparent;
}
.checkbox label::before {
  border-radius: 2px;
}
.table-responsive {
	float:left;
	width:100%;
	overflow:visible;
}
.siralabut {
	float:right;
	font-weight:700;
	color:#e11a29;
	margin-top:20px;
	cursor:pointer;
	position:relative;
	z-index:6;
	text-decoration:none;
}
.siralabut:hover {
	color:#e11a29;
	text-decoration:none;
}
.siralabut .sonuc {
	color:#3b4249;
	padding-right:20px;
}
.siralasec {
	right:0px;
	top:0px;
	height:0px;
	overflow:hidden;
	position:absolute;
	padding-top:50px;
	z-index:5;
}
.table {
	width:auto;
	margin-bottom:0px;
	border:1px solid #efefef;
	background-color:#FFF;
}
.table thead tr {
	/*
	background-color: #eee;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#fafafa));
    background-image: -webkit-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -moz-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -ms-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -o-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    */
	font-size: 14px;
}
.table>thead>tr>th {
	border:none;
	float:left;
	width:100%;
	padding-right:20px;
	padding-left:10px;
	font-weight:400;
	border-bottom:1px solid #efefef;
}
.table>thead>tr>th:hover {
	background-color:#efefef;
}
.sorting, .sorting2, .sortingx {
	cursor:pointer;
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC") no-repeat center right;
}
.sorting_desc, .sorting2_desc, .sortingx_desc {
	cursor:pointer;
	font-weight:500;
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAzElEQVQokZ3Sv0oDQRDH8c8cVwSxvkokpVilEh/EOrX4YmJlbZVSBINI3iJt8A8EXZtB1vNODmdZhpn9fXcYZqIo/mPNUDJEF+IiRDdKlt7BHLd4Sz/va4qiDx1hhQ+U9Cscj4JY4D6B/n3A4heIEzxlhR32CezxkvlnnFaFNLhJ4Q6X2GS8wVXmC67R1BXPcIclWqxTuM54me/nQz3Ovn+rwIwbzOoe22os73+M7BM/3tsR7SMO0w9aDK1ciAN02BbldTI4xQZ3dYp9AbxPgGuvLL49AAAAAElFTkSuQmCC") no-repeat center right;
}
.sorting_asc, .sorting2_asc, .sortingx_asc {
	cursor:pointer;
	font-weight:500;
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAxklEQVQoka3SvUpDQRAF4O9cUqRMlSqIZQoRa/ExrPMAvlNqsRCL1GIlVsEiD5CHCGIRwtosKW7u4g/OsixnZw57Zs6mKP4S3dBlZBK5iEyazDKwsMQWy6F8UZrENQrWLeJRamQcaUnvIuOTHiPXWGERGfVIIyywitz0yQ9V2g532FS8qXhX8T26Y4+Y4x0HfGBfC/cVH2p+fjIcXOK1Evr7DVfNqWKG5/pCqecLZt/agTM84hNPOP+Nj1PcYtryMf/6V38SX4v3n3b7SOjEAAAAAElFTkSuQmCC") no-repeat center right;
}
.sayfano {
	float:left;
	width:100%;
	text-align:center;
	overflow:hidden;
}
.sayfano span {
	float:left;
	width:100%;
}
.loader {
	display:inline-block;
	margin-top:20px;
 	border: 10px solid #f3f3f3; /* Light grey */
  	border-top: 10px solid #e11a29; /* Blue */
  	border-radius: 50%;
  	width: 60px;
  	height: 60px;
  	animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}