@import url("footer.css");

.strong {font-weight: 600;}
.sidemargin{margin:0 10px;}
.capitalize {text-transform: capitalize;}
.pad10{padding:10px;}
.pad20{padding: 20px !important;}
.right5{margin-right: 5px}
.top10{margin-top: 10px !important;}
.top20{margin-top: 20px !important;}
.top30{margin-top: 30px !important;}
.top40{margin-top: 40px !important;}
.top50{margin-top: 50px !important;}
.top90{margin-top: 90px !important;}
.top60{margin-top: 60px !important;}
.top70{margin-top: 70px !important;}
.top80{margin-top: 80px !important;}
.top100{margin-top: 100px !important;}
.bottom50{margin-bottom: 50px !important;}
.bottom40{margin-bottom: 40px !important;}
.bottom30{margin-bottom: 30px !important;}
.bottom20{margin-bottom: 20px !important;}
.bottom10{margin-bottom: 10px !important;}
.relative{position:relative;}
.pointer{cursor:pointer;}
.cursor-help{cursor:help;}
.block{display:block;}
.iblock{display:inline-block;}
.green{color:green;}
.red{color:red;}
.bold{font-weight: bold;}
.clear{clear:both;margin:0 0 1px;}
.spacer{clear:both;height:10px;}
.small{font-size:.9em;font-weight: 500;}
.colored {color: rgb(55, 155, 39) !important;}
.parantez{font-size:.9em;margin-left:3px;}
.parantez:before{content:'(';}
.parantez:after{content:')';}
.pointevsnone{pointer-events:none;}
.listnone {list-style-type:none;}
.fw300 { font-weight: 300;}
.capitalize { text-transform:capitalize; }
.uppercase { text-transform:uppercase; }

hr.style-seven {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

body {
    font-family: 'Alexandria', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #7386d530;
}

h1 {
    text-transform: uppercase;
    font-weight: 900;
    border-left: 10px solid #fec500;
    padding-left: 10px;
    margin-bottom: 30px
}
h1>p {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
}

h3 {
    text-transform: uppercase;
    font-weight: 900;
    border-left: 7px solid #ae2d31;
    padding-left: 10px;
    margin-bottom: 30px !important;
    margin-top: 0 !important;
}

ol {
    margin: 0;
    padding: 0 15px;
}
ol>li {
    margin: 10px 0;
}
.whitebg {
    background: white;
}
h3 {/* margin: 20px 0; */}

div#topbar {
    background: #1e3e85;
    padding: 5px 0;
    color: white;
    font-weight: 300;
    font-size: 10px;
    line-height: 24px;
}
div#topbar a {
    color: #ffffff;
}
.social_icons>a {
    margin: 0 5px;
    font-size: 16px;
}

div#topbar a:hover {
    color: #ffd200;
    text-decoration: none;
    transition-duration: 0.6s;
}

.navbar-toggle {
    background-color: #ebebeb;
}

.navbar-toggle .icon-bar {
    background: #1e3e85;
}

.navbar-brand {
    padding: 0;
    display: block;
    margin-right: 20px;
    height: auto !important;
}

img.mainlogo {
    width: 240px;
}

.bg {
    width: 100%;
    height: 200px;
    background-image: url(../img/droneview.jpg);
    background-size: cover;
    background-position-y: center;
}
.bgmask {
    width: 100%;
    height: 100%;
    /* background: rgb(0 0 0 / 32%); */
}

.navbar-ial {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0px;
    margin: 0;
}

h1 {
    font-size: 28px;
    /* margin-bottom: 18.6px; */
    margin-top: 0;
}
h2 {
    font-size: 24px;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.myphoto {
    background: #eaeaea;
    /* border: 1px solid black; */
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    color: white;
    text-shadow: 0 0 1px black;
    margin-right: 3px;
    }
span.topname>img, span.topname>div {
    width: 25px;
    height: 25px;
    margin: 0 5px 0 0;
    vertical-align: baseline;
    font-size:10px;
    line-height:25px;
    display:inline-block;
}

.topphoto {
    display: inline-block;
    vertical-align: 1px;
}

.topphoto>img {
    width: 25px;
    height: 25px;
}
.topphoto>.myphoto {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
}
div#photocontainer>.myphoto {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 50px;
}
.whitebox {
    background: rgb(251 251 251);
    padding: 25px 34px;
    box-shadow: 0 0px 2px 0px #a3a3a3;
    border-radius: 4px;
    /* position: relative; */
    /* z-index: 0; */
}


.letter {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin: 26px auto 0;
  max-width: 550px;
  min-height: 300px;
  padding: 24px;
  position: relative;
  width: 90%;
}
.letter:before, .letter:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.letter:before {
  background: #fafafa;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.letter:after {
  background: #f6f6f6;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}

.brow>div {
    margin: 0;
    padding: 0 5px;
}

.brow>div:first-of-type {
    padding-left: 15px !important;
}

.brow>div:last-of-type {
    padding-right: 15px !important;
}
.contactlist>li {
    padding: 25px 15px;
}

.contactlist>li>i {
    font-size: 22px;
    vertical-align: middle;
    margin: 5px;
}
small {
    font-size: 13px;
    color: #737373;
    font-weight: 300;
}
blockquote {
    font-size: 16px;
    border-left: 5px solid #e5e8f7;
}


.teambox {
    padding: 30px 0px;
    margin-top: 20px;
    background:#FFF;
    text-align: center;
}

.teambox-title {
    color: #428bca;
}

.teambox img {
    width: 100px; 
    margin-bottom: 15px;
}

.teambox .icons .fa {
    padding: 15px;
    font-size: 18px;
}
time {text-decoration: underline;}
.users>.myphoto {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 28px;
    margin-bottom: 15px;
}
a.uye_a {
    text-decoration: none;
    color: inherit;
}

a.uye_a:hover .teambox {
  background-color: #f0f0f0; /* istediğin rengi buraya yazabilirsin */
  transition: background-color 0.3s ease;
}

.uyetable>thead {
    background: #4f69a2;
    color: white;
    font-size: 14px;
}
.pphoto {
    text-align: center;
    margin-bottom: 20px;
}

.pphoto>.myphoto {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 36px;
}
.eventdiv {
    width: 100%;
    /* border: 1px solid navy; */
    box-shadow: 0 0 3px navy;
    background: white;
    margin-bottom: 20px;
    display: block;
    color: inherit;
}

.eventphoto {
    width: 180px;
    display: inline-block;
    vertical-align: top;
}

.eventphoto>img {
    width: 100%;
    padding: 1px;
    border-radius: 4px;
}

.eventinfo {
    width: calc(100% - 185px);
    display: inline-block;
    padding: 5px 10px;
}

.eventdiv_event {
    background: white;
    margin: 10px 0;
}

.eventphoto_event>img {
    width: 100%;
    max-height: 200px;
}

.eventinfo_event {
    padding: 20px;
}
.eventbigphoto {
    max-width: 400px;
    margin: 0 auto;
    max-height: 400px;
    margin-bottom: 30px;
}
span.joinednumber {
    font-weight: 300;
    font-size: 16px;
    vertical-align: 3px;
}

span.joinednumber:before {
    content: '(';
}

span.joinednumber:after {
    content: ')';
}

.modal-header.duyuru {
    border: 0;
    padding: 0;
}

button.close.duyuru {
    font-size: 36px;
}

footer.footer1 {
    background: white;
    padding: 20px 20px;
    margin-top: 250px;
    /* border-top: 1px solid #1e3e85; */
    box-shadow: 0 -2px 6px #1e3e852b;
}

footer h1 {
    border: 0;
    padding: 0;
    margin: 20px 0;
    font-size: 18px;
    text-transform: inherit;
}
.footer-bottom {
    background: #1e3e85;
    color: white;
    font-size: 12px;
}
footer ul {
    list-style-type: disclosure-closed;
    padding: 0px 17px;
}
footer ul a {
    padding: 8px 0;
    display: inline-block;
}


.flex-box {
  display: flex;
  flex-flow: row wrap;
}

.flex-box #myCarousel{
  flex: 1 1 50%
}

.flex-box #desc {
  flex: 1 1 50%;
}
.teambox-text {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.8;
}

/* ----------------- RESPONSIVE MEDIA QUERY ------------------ */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .bg {
        height: 400px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .bg {
        height: 500px;
    }
    img.mainlogo {
        width: 300px;
    }
    div#topbar {
      font-size: 12px;
    }
}

/* Very small */
@media (max-width: 320px) {

}