
/* FANCYBOX */

.fancybox-slide--iframe .fancybox-content { width:874px; height:500px; margin:0; }
.fancy-text { text-align:center; font-family: 'Montserrat', sans-serif; }

/* FANCYBOX FIX */

.compensate-for-scrollbar { margin-right:0 !important; }

a:hover, 
a:link {text-decoration:none}

.row.no-pad {
  margin-right:0;
  margin-left:0;
}
.row.no-pad > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

/* LANDINPAGE */

body { font-family: Arial, sans-serif; background-color:#f5f7fa; font-size:14px; overflow-x:hidden !important; color:#05102f; }

.main { width:500px; margin:auto; padding:30px 0 70px 0;}


/* HEADER */

.header-top {padding:10px 0; text-align:center; }
.header-top .web-browser {font-size:12px; color:#454545; text-decoration:underline;}

/* CONTENT */

section {background-color:#fff;}


.content-1 {padding:15px;}
.content-1 h2 {font-size:24px; color:#27709f; font-weight:bold; line-height:32px;}
.content-1 h2 span {display:block; color:#3b99d9; }
.content-1 p {line-heigt:16px; margin-bottom:20px;}
.content-1 p:last-child {margin-bottom:0;}


.content-2 {padding:15px;}
.content-2 h2 {font-size:24px; color:#27709f; font-weight:bold; line-height:32px;}
.content-2 h2 span {display:block; color:#3b99d9; }
.content-2 p {line-heigt:16px; margin-bottom:20px;}
.content-2 p:last-child {margin-bottom:0;}


.content-3 {background:#172e44; font-size:15px; color:#ffffff;}
.content-3 .caption { min-height: 250px; height: 100%; overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; padding:15px;  }
.content-3 .caption .text span { display:block; margin-bottom:20px;}
.content-3 .caption .text a {display:block; color:#172e44; font-size:14px; width:125px; margin:auto; font-weight:bold; text-align:center; padding:8px 15px; background:#ffffff;}


.content-4 {background:#49280f; font-size:15px; color:#ffffff;}
.content-4 .caption { min-height: 230px; height: 100%; overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; padding:15px;  }
.content-4 .caption .text span { display:block; margin-bottom:20px;}
.content-4 .caption .text a {display:block; color:#49280f; font-size:14px; width:125px; margin:auto; font-weight:bold; text-align:center; padding:8px 15px; background:#ffffff;}


.content-5 {background:#e69f4a; font-size:15px; color:#ffffff; margin-bottom:30px;}
.content-5 .caption { min-height:270px; height: 100%; overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; padding:15px;  }
.content-5 .caption .text span { display:block; margin-bottom:20px;}
.content-5 .caption .text a {display:block; color:#e69f4a; font-size:14px; width:125px; margin:auto; font-weight:bold; text-align:center; padding:8px 15px; background:#ffffff;}

.content-6 {background-color:transparent; margin-bottom:15px;}
.content-6 .caption h3 { font-weight:bold; font-size:16px; color:#27709f; line-height:22px; margin:10px 0;}
.content-6 .caption a {color:blue; font-weight:bold; text-decoration:underline;}

.content-7 {background-color:transparent; margin-bottom:30px;}
.content-7 .caption h3 { font-weight:bold; font-size:16px; color:#27709f; line-height:22px; margin:10px 0;}
.content-7 .caption a {color:blue; font-weight:bold; text-decoration:underline;}


.sosyal-medya ul {list-style:none; margin:0; padding:0; text-align:center; margin-bottom:30px;}
.sosyal-medya ul li {display:inline-block; margin-right:36px;}
.sosyal-medya ul li:last-child { margin-right:0;}
.sosyal-medya ul li a {display:block;}
.sosyal-medya ul li img {width:32px;}


.footer-content { text-align:center; padding:0 15px; }
.footer-content p {margin-bottom:20px;}
.footer-content a {color:blue; text-decoration:underline;}





/* SCROLL TOP*/

.scroll-top-wrapper {	position: fixed; opacity: 0; visibility: hidden; overflow: hidden; text-align: center; z-index: 999; background-color: #f08d21;  color: #fff; width: 50px; height: 50px; line-height:40px; right: 15px; bottom: 15px; padding-top:0; border-radius:25px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.scroll-top-wrapper:hover { background-color: #f08d21; color:#fff; }
.scroll-top-wrapper.show {	visibility:visible; cursor:pointer;	opacity: 1.0;}
.scroll-top-wrapper i.fa {	line-height: inherit; }