﻿@charset "utf-8";
/* Roboto @import KALDIRILDI (CSP: dış font CDN engelli; sistem fontuna düşer). */
/* CSS Document */

img { border: 0; max-width: 100%; height: auto; /* ie8 */ }

body { background: #eaedf1; margin: 0 auto; font-family: 'Roboto', Arial, sans-serif!important; color: #000; font-weight: 400!important; line-height: normal!important; }



#root { max-width: 1200px; margin: 0 auto; background: #fff; }
#main { width: 100%; float: left; background: #fff; overflow: hidden; -webkit-box-shadow: 0px 0px 20px 0px rgba(195, 199, 205, 0.85); -moz-box-shadow: 0px 0px 20px 0px rgba(195, 199, 205, 0.85); box-shadow: 0px 0px 20px 0px rgba(195, 199, 205, 0.85); }

#box6 .content { width: 100%; float: left; margin-bottom: 50px; margin-top: 15px; }

.tklfBtn { display: table; outline: none; color: #fff; background: #14b9d5; border: none; border-bottom: solid 2px #11a2ba; padding: 10px 30px; font-weight: 600; text-align: center; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; transition: background-color 0.2s ease-out 0s; }
    .tklfBtn:hover { background: #17c5e3; cursor: pointer; }
    .tklfBtn:active { background: #13b2cc; border-top: solid 2px #119eb5; border-bottom: none; }

.Btnblue { outline: none; color: #fff; background: #14b9d5; border: none; border-bottom: solid 2px #11a2ba; padding: 5px 20px; font-weight: 600; text-align: center; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; transition: background-color 0.2s ease-out 0s; }
    .Btnblue:hover { background: #17c5e3; cursor: pointer; }
    .Btnblue:active { background: #13b2cc; border-top: solid 2px #119eb5; border-bottom: none; }

.Btngren { outline: none; color: #fff; background: #ff7925; border: none; border-bottom: solid 2px #e65900; padding: 5px 20px; font-weight: 600; text-align: center; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; transition: background-color 0.2s ease-out 0s; }
    .Btngren:hover { background: #ff8234; cursor: pointer; }
    .Btngren:active { background: #ff7925; border-top: solid 2px #f55f00; border-bottom: none; }

.mdlorngBtn { width: 100%; outline: none; font-size: 18px; display: inline-block; color: #fff; background: #f59138; border: none; border-bottom: solid 2px #cc792f; padding: 7px 0; font-weight: 600; text-align: center; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; transition: background-color 0.2s ease-out 0s; }
    .mdlorngBtn:hover { background: #f59a4a; cursor: pointer; }
    .mdlorngBtn:active { background: #cc792f; border-top: solid 2px #ad6728; border-bottom: none; }
