textarea#message {
    min-height: 75px;
}
@bg: #2d2d37; // Dark blue
@primary: #1665ae; // Orange

body { background: @bg;}
a { color: white; text-decoration: none; }

.arrow {
  text-align: center;
  margin: 8% 0;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.modal-body{color:#1665ae;}
@keyframes bounce {
  100%, 0%, 0%, 0%, 0% {
    transform: rotate(0);
  }
  33% {
    transform: rotate(20deg);
  }
  66% {
    transform: rotate(-20deg);
  }
}

#bildbutton a {
    text-decoration: none;
}
#bildbutton{left: 10px;
    background: #0085ff;
    bottom: 10px;
    padding: 15px;
    color: #fff;
    position: absolute;
    border-radius: 100px;}

.badge-left {
    display: inline-block;
    padding: 6px 14px;
    font-size: 12px;
    margin-right: 5px;
    font-weight: 300;
  color: #fff;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    background-color: #1665ae;
    border-radius: 10px;
}

.bildbox:nth-child(1) {
    margin-top: 0px;
}
.bildbox {
    margin-bottom: 4px;
    line-height: 25px;
    width: 100%;
    padding-left: 5px;
    margin-top: 20px;
    padding-right: 10px;
}
.sagayasla{float:right;}

a:focus {
    outline: none;
}
span:focus {
    outline: none;
}
div:focus {
    outline: none;
}
button:focus {
    outline: none;
}

@media only screen and (max-width: 1250px) {
  .cizgi{display:none;}
  .sttar{display:none;}
}
.cizgi {
    width: 100%;
    height: 5px;
    background: #1665ae;
    position: fixed;
    bottom: 0;
}

.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 400px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}

.modal-header .close {
    font-size: 28px;
  color:#01a10b;
    line-height: 23px;
    border: 2px dashed #fff;
    margin-top: 5px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 0px;
}
.modal-header .close:hover {
    transform: rotate(360deg);
    border: 2px solid #fff;
    color: #fff;
  border-radius: 20px;
}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
        border-bottom-color: #666a81;
    background-color: #2d2d37;
}

.modal-content {
  background-color: #2d2d37;}

.demo {
	padding-top: 60px;
	padding-bottom: 110px;
}

.btn-demo {
	margin: 15px;
	padding: 10px 15px;
	border-radius: 0;
	font-size: 16px;
	background-color: #179cdd;
}

.btn-demo:focus {
	outline: 0;
}


i.fa.fa-bell:hover {
    color: #179cdd;
}
i.fa.fa-bell {
    font-size: 24px;
    transition: 0.2s;
  margin: 0;
}
.listarka i {
    font-size: 18px;
    margin-right: 7px;
    position: relative;
    top: 2px;
}
.listarka {
       background: #fff;
    border: none;
    color: #1665ae;
    border-top-right-radius: 25px !important;
    border-top-left-radius: 25px !important;
    margin-bottom: 5px;
    border-bottom-left-radius: 25px !important;
    padding: 6px 15px;
    border-bottom-right-radius: 25px !important;
}
.footer {
    padding-top: 30px;
    font-size: 13px;
    line-height: 32px;
      text-align: center;
    margin-top: auto;
    border-color: #000;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.footer a {
    color: #1665ae;
    padding-left: 10px;
}

#accordion .panel-body {
    color: #1665ae;
    font-weight: 300;
  border-top:none;
}
#accordion .panel {
    background: none;
}
.panel-group .panel {
        border-radius: 0;
        box-shadow: none;
    }

    .panel-default > .panel-heading {
            padding: 0;
    border-radius: 10px;
    color: #fff;
    background-color: #1665ae;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 10px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #fff;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #1665ae;
    }
.video {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #00000082;
}
.wrapper{
    display:table;
    width:auto;
    position:relative;
    width:50%;
}
.playpause {
    background-image:url(../../../emree.net/video/play.html);
    background-repeat:no-repeat;
    width:30%;
    height:30%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}
@media (max-width: 600px) {
  .list-group .badge {display:none;}
  .modal.left .modal-dialog,
	.modal.right .modal-dialog {
		width: 100%;
		
	}
}

@media (max-width: 991px) {
  .mob-sol {padding-right:0}
  .mob-sag {padding-left:0}
}

.uyari {
    background: #1665ae;
    color: #fff;
    margin-top: 30px;
    padding: 7px 9px;
    text-align: center;
  float:left;
    font-size: 15px;
    border-radius: 10px;
}

.genis {
    margin-top: 20px;
    background-size: cover;
    padding: 40px 0px;
    background: url(../../../emree.net/images/bg1.html) #1665ae;
    background-size: cover;
}

.ortala{text-align:center;}
.bakiyen{font-size: 30px;
    color: #fff;
    font-family: 'Barlow', sans-serif;}
.bakiyex{letter-spacing: .3em; font-family: 'Barlow', sans-serif;}
i.far.fa-times-circle {
    font-size: 23px;
      color: #de5d5d;
}
i.far.fa-user {
    font-size: 23px;
}
h3.terms {
    color: #fff;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    background: #097ace;
  color:#fff;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #1665ae;
}
h4.m-t-md {
    color: #fff;
    margin-top: 12px;
}
h2.m-b-md {
    color: #fff;
}
.fab {
    font-weight: 100;
}
select {
    color: #1665ae;
}