/* Minification failed. Returning unminified contents.
(1773,1): run-time error CSS1019: Unexpected token, found '@import'
(1773,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Calibri:400,300,700)'
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*@import url(normalize.css);*/

body {
    margin: 0;
    font-family: sans-serif;
}

/* ----Home Page section css ---- */
.homepage section{
    display: flex;
    flex-direction: column;
}
.homepage section article {
    display: flex;
    flex-direction: row;
}
.homepage section article .kart {
    display: flex;
    flex-direction: column;
    box-shadow: 10px 10px 5px grey;
}
/*---------------- homepage table  section----------------*/
#table {
    display: flex;
    flex-direction: row;
    margin-bottom: 3%;
    margin-top: 5%;
}

/*---------------- homepage table cok okunan ----------------*/
#first-table {
    margin-right: 50px;
}

/*---------------- homepage table son paylasılan ----------------*/
#second-table {
}

@media screen and (max-width: 960px) {
    #table {
        flex-direction: column;
    }
}

/* ---- bize ulaşın css ---- */
.contactus{
    display: flex;
    flex-direction: column;
}
.contactus input{
    border: 2px solid deepskyblue;
    margin: 5px 0;
    margin-left: 5px;
    margin-right: 50%;
}
.contactus textarea {
    border: 2px solid deepskyblue;
    margin: 5px 0;
    margin-left: 5px;
    margin-right: 50%;
}
.button-gönder{
   margin: 3px;
   border: 1px solid deepskyblue;
}

/* ------ foe wave first -----*/
#wave {
    background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
}
/*---------------- for burada tecrübe yazısı ----------------*/
#title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3%;
    padding-top: 1%;
}

#title a {
    cursor: pointer;
    color: #000;
}

#title a:hover{
    text-decoration: none;
    border-bottom: 3px solid #000;
}

.header-img {
    margin-bottom: -4px;
    width: 100%;
}

/* ---- carousel left and right css ---- */
#renk {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 16%;
    background-color: rgba(0,0,0,0.5);
    margin-left: 4%;
    margin-right: 4%;
}

#renk:hover {
    background-color: black;
}


/*---------------- footer section ----------------*/
#footer {
    margin-top: 2%;
    background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
}
/*---------------- footer wave ----------------*/
#footer img {
    width: 100%;
}
/*---------------- footer copy and footer nav ----------------*/
#footer #footer-div {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    height: 70px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/*---------------- footer copy ----------------*/
#footer #footer-div p {
    margin-top: 20px;
    float: left;
    color: rgba(0, 0, 0, 0.6);
}
#footer #footer-div p a {
    color: rgba(0, 0, 0, 0.6);
}

#footer-div a:hover {
    border: none;
}

/*---------------- footer nav ----------------*/
#footer .footer-nav {
    float: right;
}
#footer .footer-nav ul {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    list-style: none;
}
#footer .footer-nav ul li a {
    text-decoration: none;
    padding: 8px 3px;
    color: rgba(0,0,0,0.6);
}
#footer .footer-nav ul li a:hover {
    border-bottom: 1px solid rgba(0,0,0,0.6);
}

/* ---- css for content (amacımız,bizeulaşın, etc) ---- */
.yazi h2 {
    color: rgba(0, 148, 255, 0.8);
    margin-top: 8%;
    margin-bottom: 3%;
    margin-left: 2%;
}

.yazi div {
    border-left: 5px solid rgba(0, 148, 255, 0.4);
}

.yazi p {
    margin-left: 2%;
}

/* ---- css for amacımız linkler ---- */
.ekler ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    font-weight: bold;
}

.ekler ul li {
    padding: 5px;
    margin: 5px;
    border: 1px solid black;
    background-color: cornflowerblue;
}
.ekler ul li a{
    color: white;
}
.ekler ul li:hover{
    background-color: rgba(0, 0, 0, 0.4)
}

/*header div {
    font-family: Georgia;
    text-align: center;
    padding-top: 45px;
}
header div a {
    color: blanchedalmond;
}
header div a:hover{
    color: blanchedalmond;
}*/
@media screen and (min-width: 960px) {
   /* #arkaplan {
    background-image: url("/Images/header.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 110px;
    width: 100%;
    }

    header div a h3 {
        display: none;
    }*/
    /* ---- logo css for desktop ---- */
    nav img {
        float: left;
        width: 112px;
        height: 60px;
        margin-left: 20px;
        margin-top: 5px;
        display: inline-block;
    }

    /* ---- hiding mobile menu ---- */
    #nav-mobile {
        display: none;
    }

    /* ---- nav-bar css for desktop ---- */
    nav {
        height: 70px;
        width: 100%;
        background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
    }

    .menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
    }

    .menu li {
        /*border: 1px solid black;*/
        padding: 8px 16px;
        margin-top: 16px;
    }

    .menu ul li a {
        text-decoration: none;
        color: #333;
        font-weight: bold;
    }
 
    .menu li:hover {
        border-radius: 10px;
        background: rgba(0, 0, 0,0.1);
    }

    /* ---- css for giriş and kaydol button ---- */
    .menu .two-button{
        text-align: right;
        margin-top: -32px;
        font-weight: bold;
    }

    /* ---- css for giriş ---- */
    .menu .menu-giriş {
        color: dodgerblue;
        padding: 5px;
        margin-right: 1px;
    }

    .menu .menu-giriş:hover {
        text-decoration: underline;
        color: darkblue;
    }

    /* ---- css for kaydol button ---- */
    .menu .button-kaydol {
        background-color: #5bb75b;
        margin-left: 2px;
        margin-right: 5px;
        margin-right: 5px;
        border-radius: 7px;
        border: 1px solid #5bb75b;
        color: #fff;
        padding: 5px 8px;
    }

    .button-kaydol:hover {
        background-color: #51a351;
    }
}


@media screen and (max-width: 960px) {
    #title{
        font-size: 28px;
    }
    /* ---- header css ---- */
   /* #arkaplan {
        background-image: url("/Images/headerMobile.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        height: 110px;
        width: 100%;
    }*/

    .homepage section article {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
   /* .kart {
        width: 80%;
        
    }

    header div a h2 {
        display: none;
    }
   */
    /* ---- hiding desktop menu ---- */
    .menu {
        display: none;
    }

    /* ---- logo css for mobile menu ---- */
    .nav-mobile-menu-logo1 {
        float: left;
        width: 100px;
        height: 54px;
        margin-left: 15px;
        margin-top: 2px;
        display: inline-block;
    }

    /* ---- menu icon css ---- */
    .nav-mobile-menu-icon {
        float: right;
        margin-right: 15px;
        width: 40px;
        height: 40px;
        display: inline-block;
        cursor: pointer;
        border-radius: 50%;
        margin-top: 12px;
    }

    .nav-mobile-menu-icon:hover {
        background-color: rgba(0,0,0,0.3);
    }

    /* ---- nav-bar css for mobile ---- */
    #nav-mobile {
        width: 100%;
        position: relative;
        background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
        display: inherit;
    }

    .nav-mobile {
        width: 100%;
        position: relative;
        margin: auto;
    }

    .nav-mobile-button {
        /*width: 100%;*/
        height: 60px;
        line-height: 60px;
        text-align: center;
        padding: 0 15px 15px 0;
        position: relative;
        margin: auto;
        font-weight: bold;
        transition: all .2s ease-in-out;
        color: #000 !important;
    }
    .nav-mobile-button a{
        color: #000;
        padding: 5px;
    }

    .item a:hover{
        text-decoration:none;
        color: #000;
        border-radius: 10px;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .menu-items {
        display: none;
        cursor: pointer;
    }

    .item:hover {
      /*  background-color: rgba(0,0,0,0.3);*/
    }

    /* ---- css for mobile giriş ---- */
    .mobile-menu-giriş {
        margin: 0 7px;
        padding: 5px;
        margin: 1px;
    }
     .mobile-menu-giriş:hover{
         border-radius: 10px;
         background-color: rgba(0, 0, 0, 0.2);
     }
    
    /* ---- css for mobile button kaydol ---- */
    #mobile-button-kaydol  {
        margin: 0 7px;
        background-color: #5bb75b;
        margin: 2px;
        border-radius: 7px;
        border: 1px solid #5bb75b;
        color: #fff;
        padding: 6px 8px;
    }

    #mobile-button-kaydol:hover {
        background-color: #51a351;
        color: #fff;
    }
   
/* ---- contactus responsive ---- */
    .contactus input {
        width: 100%;
    }
    .contactus textarea {
        width: 100%;
    }


    /*---------------- footer nav ----------------*/
    #footer #footer-div {
        flex-direction: column;
    }

    #footer #footer-div {
        height: 10%;
    }
    #footer #footer-div .footer-nav {
        margin: 0;
    }

    #footer .footer-nav ul {
        display: flex;
        flex-direction: column;
        margin: 0 0 8px 0;
        padding: 0;
    }
    #footer .footer-nav ul li {
        padding: 10px;
    }
    /* ---- responsive amacımız link ---- */
    .ekler ul {
        flex-direction: column;
    }
    .ekler ul li a {
        margin-left: 5px;
    }
}

*,
::after,
::before {
  box-sizing: border-box;
}
footer,
header,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
dl,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
b {
  font-weight: bolder;
}
blockquote {
  margin: 0 0 1rem;
}
small {
  font-size: 80%;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
kbd,
pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
img {
  vertical-align: middle;
  border-style: none;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="button"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
output {
  display: inline-block;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small {
  font-size: 80%;
  font-weight: 400;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 620px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-12,
.col-md-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control-file {
  display: block;
  width: 100%;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.text-center {
  text-align: center !important;
}
.text-muted {
  color: #6c757d !important;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active {
  display: block;
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-100 {
  width: 100% !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.text-right {
  text-align: right !important;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td {
    background-color: #fff !important;
  }
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

    .resp-sharing-button--twitter:hover {
        background-color: #2795e9
    }

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

    .resp-sharing-button--pinterest:hover {
        background-color: #8c0615
    }

.resp-sharing-button--facebook {
    background-color: #3b5998
}

    .resp-sharing-button--facebook:hover {
        background-color: #2d4373
    }

.resp-sharing-button--tumblr {
    background-color: #35465C
}

    .resp-sharing-button--tumblr:hover {
        background-color: #222d3c
    }

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

    .resp-sharing-button--reddit:hover {
        background-color: #3a80c1
    }

.resp-sharing-button--google {
    background-color: #dd4b39
}

    .resp-sharing-button--google:hover {
        background-color: #c23321
    }

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

    .resp-sharing-button--linkedin:hover {
        background-color: #046293
    }

.resp-sharing-button--email {
    background-color: #777
}

    .resp-sharing-button--email:hover {
        background-color: #5e5e5e
    }

.resp-sharing-button--xing {
    background-color: #1a7576
}

    .resp-sharing-button--xing:hover {
        background-color: #114c4c
    }

.resp-sharing-button--whatsapp {
    background-color: #25D366
}

    .resp-sharing-button--whatsapp:hover {
        background-color: #1da851
    }

.resp-sharing-button--hackernews {
    background-color: #FF6600
}

    .resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
        background-color: #FB6200
    }

.resp-sharing-button--vk {
    background-color: #507299
}

    .resp-sharing-button--vk:hover {
        background-color: #43648c
    }

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

    .resp-sharing-button--facebook:hover,
    .resp-sharing-button--facebook:active {
        background-color: #2d4373;
        border-color: #2d4373;
    }

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

    .resp-sharing-button--twitter:hover,
    .resp-sharing-button--twitter:active {
        background-color: #2795e9;
        border-color: #2795e9;
    }

.resp-sharing-button--tumblr {
    background-color: #35465C;
    border-color: #35465C;
}

    .resp-sharing-button--tumblr:hover,
    .resp-sharing-button--tumblr:active {
        background-color: #222d3c;
        border-color: #222d3c;
    }

.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

    .resp-sharing-button--email:hover,
    .resp-sharing-button--email:active {
        background-color: #5e5e5e;
        border-color: #5e5e5e;
    }

.resp-sharing-button--pinterest {
    background-color: #bd081c;
    border-color: #bd081c;
}

    .resp-sharing-button--pinterest:hover,
    .resp-sharing-button--pinterest:active {
        background-color: #8c0615;
        border-color: #8c0615;
    }

@import url(http://fonts.googleapis.com/css?family=Calibri:400,300,700);


.mt-100 {
    margin-top: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid transparent;
    border-radius: 0px
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card .card-title {
    position: relative;
    font-weight: 600;
    margin-bottom: 10px
}

.comment-widgets {
    position: relative;
    margin-bottom: 10px
}

    .comment-widgets .comment-row {
        border-bottom: 1px solid transparent;
        padding: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 10px 0
    }

.p-2 {
    padding: 0.5rem !important
}

.comment-text {
    padding-left: 15px
}

.w-100 {
    width: 100% !important
}

.m-b-15 {
    margin-bottom: 15px
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.76563rem;
    line-height: 1.5;
    border-radius: 1px
}

.btn-cyan {
    color: #fff;
    background-color: #27a9e3;
    border-color: #27a9e3
}

    .btn-cyan:hover {
        color: #fff;
        background-color: #1a93ca;
        border-color: #198bbe
    }

.comment-widgets .comment-row:hover {
    background: rgba(0, 0, 0, 0.05)
}

/*#comments_wrap
        {
            display: block;
            float: left;
            font-weight: normal;
            height: auto;
            margin: 0 20px 0;
            padding: 0;
            text-shadow: 0 1px 0 #FFFFFF;
            width: 592px;
        }
        

        h1, h2, h4, h5, h6
        {
            font-weight: bold;
            letter-spacing: -0.02em;
        }
        
        ol.commentlist li
        {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            background: none repeat scroll 0 0 #D6ECEE;
            border-color: #F6FDFF #ACCFD6 #ACCFD6;
            border-image: none;
            border-right: 1px solid #ACCFD6;
            border-style: solid;
            border-width: 1px;
            min-height: 95px;
            padding: 15px;
        }
        ol.commentlist li img
        {
            float: left;
        }
        img.avatar
        {
            background: none repeat scroll 0 0 #FFFFFF;
            border: 1px solid #B0D1D8;
            display: block;
            float: left;
            margin: 5px 12px 0 0;
            padding: 3px;
        }
        
        
        
        ol.commentlist
        {
            border-top: 1px solid #ACCFD6;
        }
        ul, ol
        {
            list-style: none outside none;
        }
        
        ol.commentlist li.alt
        {
            background: none repeat scroll 0 0 #F1F9FA;
        }
        
        small
        {
            color: #83B2BA;
            font-size: 12px;
            font-style: italic;
            font-weight: bold;
            line-height: 1.5em;
        }
        cite a, cite a:visited, small a, small a:visited
        {
            color: #558D97;
            font-weight: bold;
            text-decoration: none;
        }
        
        ol.commentlist li p
        {
            display: block;
            font-size: 14px;
            line-height: 19px;
            margin-left: 100px;
            padding: 4px 0;
            width: 410px;
        }
        p
        {
            padding: 6px 0 12px;
            text-align: justify;
        }*/
