@font-face {
    src: url("../fonts/Montserrat-Bold.otf");
    font-family: "Montserrat-Bold";
}
@font-face {
    src: url("../fonts/Montserrat-Light.otf");
    font-family: "Montserrat-Light";
}
@font-face {
    src: url("../fonts/Montserrat-Medium.otf");
    font-family: "Montserrat-Medium";
}
@font-face {
    src: url("../fonts/Montserrat-Regular.otf");
    font-family: "Montserrat-Regular";
}
@font-face {
    src: url("../fonts/Montserrat-SemiBold.otf");
    font-family: "Montserrat-SemiBold";
}
@font-face {
    src: url("../fonts/MonumentExtended-Regular.otf");
    font-family: "MonumentExtended-Regular";
}



body {
    margin: 0px;
}
img {
    width: 100%;
}
section:after {
    clear: both;
    display: block;
    content: "";
}
p {
    font-family: "Montserrat-Light";
    color: #8A8A8A;
    margin: 0px;
    line-height: 1.7;
    font-size: 14px;
}
a {
    font-family: "Montserrat-Light";
    color: #8A8A8A;
    font-size: 14px;
}
a:focus, 
a:hover {
    color: #E10405;
    text-decoration: none;
}
a.button {
    font-family: "Montserrat-Light";
    color: #8A8A8A;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 15px;
    text-decoration: none;
    transition: 0.4s;
    padding: 8px 20px;
    font-size: 14px;
}
a.button:hover {
    color: #E10405;
    border: 1px solid #E10405;
}
a.button i {
    vertical-align: sub;
    margin-right: 7px;
    font-size: 22px;
}
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
input,
textarea {
    display: block;
    width: 100%;
    font-family: "Montserrat-Light";
    color: #000;
    background-color: rgb(230,230,230,0.8);
    border: none;
    border-radius: 10px;
    outline: none;
    margin-bottom: 10px;
    padding: 15px 10px;
    font-size: 14px;
}
::placeholder {
    color: #999;
}
button {
    font-family: "Montserrat-Light";
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 10px;
    text-decoration: none;
    outline: none;
    transition: 0.4s;
    padding: 10px 25px;
    font-size: 14px;
}
button:hover {
    color: #E10405;
    border: 1px solid #E10405;
}
select {
    font-family: "Montserrat-Light";
    color: #000;
    background-color: rgb(230,230,230,0.8);
    border: none;
    border-radius: 10px;
    width: 100%;
    outline: none;
    padding: 15px 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
form p {
    margin: 0px;
}



/*** Header ***/
section.header-group {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgb(0,0,0,0.6);
    transition: 0.4s;
    z-index: 10;
}
.top-header {
    text-align: right;
    padding: 5px 0px 5px 50px;
}
.top-header-item {
    display: inline-block;
    margin-left: 20px;
}
.social-media-group {
    position: relative;
}
.social-media-group a {
    color: #fff;
    display: inline-block;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: 0.4s;
    margin-left: 5px;
    padding: 7px;
    font-size: 20px;
}
.social-media-group a:hover {
    background-color: #fff;
    color: #E10405;
}
.top-header-item.social-media-group a {
    font-size: 16px;
}
.top-header-item a,
.top-header-item p {
    color: #fff;
    display: inline-block;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: 0.4s;
    margin-left: 5px;
    padding: 7px;
    font-size: 16px;
}
.top-header-item a:hover,
.top-header-item p:hover {
    background-color: #fff;
    color: #E10405;
}
.top-header-item a.dealer-login-button {
    border: 1px solid #fff;
    font-size: 12px;
}
.header { 
    padding: 0px 0px 0px 50px;
}
.logo {
    float: left;
    width: 15%;
}
button.toggle-nav {
    display: none;
    float: right;
    color: #fff;
    border: none;
    padding: 0px;
    margin-top: 25px;
    font-size: 22px;
}
button.toggle-nav:hover {
    color: #E10405;
}
button.toggle-nav i {
    margin-right: 5px;
}
.nav {
    float: right;
    background-color: transparent;
    transition: 0.4s;
    padding-top: 35px;
}
.nav ul li a.closebtn {
    display: none;
    color: #fff;
    position: absolute;
    top: 0;
    right: 5%;
    font-size: 50px;
}
.nav ul li {
    display: inline-block;
    padding: 0px 20px;
}
.nav ul li:hover, 
.nav ul li:focus, 
.nav ul li:active:focus
.nav ul li.dropdown:hover, 
.nav ul li.dropdown:focus, 
.nav ul li.dropdown:active:focus {
    outline: none;
}
.nav ul li a {
    transition: 0.4s;
    color: #fff;
    padding: 0px;
    font-size: 16px;
}
.nav ul li a:hover {
    color: #E10405;
    border-bottom: 1px solid #E10405;
}
i.fas.fa-sort-down {
    vertical-align: inherit;
}
.nav ul.dropdown-menu li {
    display: block;
    padding: 5px 0px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    background-color: rgb(0,0,0,0.6);
    min-width: auto;
    width: auto;
    border: none;
    margin: 0px;
    padding: 10px 0px;
}
.dropdown-menu a.dropdown-item {
    border-bottom: 1px solid #fff;
    padding: 5px 20px;
    font-size: 15px;
}
.dropdown-menu a.dropdown-item:hover {
    color: #fff;
    background-color: #E10405;
    border-bottom: 1px solid #E10405;
}
.header-right-group {
    float: right;
    background-size: cover;
    padding: 20px 20px 20px 45px;
}
.lang {
    display: inline-block;
    margin-right: 65px;
}
.lang a.dropdown-toggle {
    color: #fff;
    font-size: 16px;
}
.lang ul li a {
    color: #fff;
}
.dealer-login {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 20px;
}
.dealer-login a {
    color: #fff;
    font-size: 16px;
}


/*** Anasayfa - Slider ***/
#home-slider img.home-slider-panel {
    position: absolute;
    top: 0;
    left: 0;
}
#home-slider .slider-panel {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.5);
    top: 0px;
    left: 0px;
}
#home-slider .slider-desc {
    position: absolute;
    top: 35%;
    left: 10%;
    max-width: 40%
}
.slider-small-title-group {
    position: relative;
}
.slider-small-title-group .slider-line {
    display: inline-block;
    background-color: #fff;
    width: 10%;
    height: 1px;
}
#home-slider p.slider-small-title {
    font-family: "Montserrat-Bold";
    color: #fff;
    display: inline-block;
}
#home-slider p.slider-title {
    font-family: "Montserrat-SemiBold";
    color: #fff;
    font-size: 65px;
    line-height: 1.1;
    margin-bottom: 20px;
}
#home-slider p.normal-text {
    font-family: "Montserrat-Regular";
    color: #fff;
    width: 65%;
    margin-bottom: 20px;
}
#home-slider a.button {
    font-family: "Montserrat-Medium";
    color: #fff;
    border: 1px solid #fff;
}
#home-slider a.button:hover {
    color: #E10405;
    border: 1px solid #E10405;
}
.slider-number {
    font-family: "Montserrat-Light";
    -webkit-text-fill-color: #333333;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #666666;
    position: absolute;
    top: 60%;
    right: 5%;
    font-size: 200px;
}
#home-slider .owl-nav {
    display: block;
    position: absolute;
    margin: 0px;
    top: 92%;
    right: 5%;
}
#home-slider .owl-nav [class*=owl-] {
    color: #fff;
    background-color: transparent;
    display: inline-block;
    transition: 0.4s;
    padding: 0px;
    margin: 0px 20px;
    font-size: 25px;
}
#home-slider .owl-nav [class*=owl-]:hover {
    color: #E10405;
}



/*** Anasayfa - ASYAPEN Hakkında ***/
.default-section {
    position: relative;
    margin: 200px 0px;
}
p.section-title {
    font-family: "Montserrat-Bold";
    color: #000;
    line-height: 1.2;
    font-size: 60px;
}
section.home-about {
    margin-left: 300px;
}
.section-title-group {
    position: relative;
    margin-bottom: 20px;
}
p.default-text {
    max-width: 75%;
}
.section-sign-group {
    position: relative;
    margin-top: 40px;
}
p.section-detail-number {
    color: #E10405;
    font-family: "Montserrat-Bold";
    font-size: 110px;
}
section.home-about .section-image {
    padding: 75px;
}
.section-sign-title {
    display: inline-block;
    margin-right: 30px;
}
.section-sign-line {
    display: inline-block;
    background: #000;
    width: 100px;
    height: 2px;
    margin-right: 10px;
}
.section-sign-dot {
    display: inline-block;
    background: #000;
    width: 4px;
    height: 4px;
    border-radius: 40px;
}



/*** Anasayfa - Neden ASYAPEN ***/
.flex-panel {
    display: flex;
}
section.why-asyapen .section-text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.why-asyapen .section-text p.default-text {
    font-family: "Montserrat-Medium";
    margin-left: 10%;
    margin-bottom: 20px;
}
section.why-asyapen .section-text a.button {
    font-family: "Montserrat-Medium";
    color: #fff;
    border: 1px solid #8A8A8A;
    width: fit-content;
}
section.why-asyapen .section-text a.button:hover {
    color: #E10405;
    border: 1px solid #E10405;
}



/*** Anasayfa - Ürünler ***/
.background-home-product {
    position: relative;
}
section.home-products .detail {
    position: relative;
    margin-top: -350px;
}
.section-title-tab-group {
    margin-bottom: 15px;
}
.section-tab-dot {
    display: inline-block;
    background: #000;
    width: 4px;
    height: 4px;
    border-radius: 40px;
    margin-right: 5px;
}
.section-tab-line {
    display: inline-block;
    background: #000;
    width: 100px;
    height: 2px;
}
.section-tab-title {
    display: inline-block;
}
.panel {
    display: none;
    background: rgb(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s;
    margin: 0px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.item-description {
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: 0.4s;
    text-align: center;
    background: rgb(0,0,0,0.7);
    padding: 10px 0px;
}
.item-description p.item-title {
    color: #fff;
    font-family: "Montserrat-Bold";
    font-size: 22px;
}
.item-description p.item-title:hover {
    color: #E10405;
}
#home-products-slider .item {
    transition: 0.4s;
}
#home-products-slider .item:hover .panel {
    display: block;
}
#home-products-slider .item:hover .item-description {
    background: transparent;
}
#home-products-slider .owl-nav {
    display: block;
    position: absolute;
    width: 100%;
    margin: 0px;
    top: 30%;
    right: 0;
    left: 0;
}
#home-products-slider .owl-nav [class*=owl-] {
    transition: 0.4s;
    background-color: transparent;
    color: #E10405;
    position: absolute;
    margin: 0px;
    padding: 0px;
    border-radius: 0;
    font-size: 50px;
}
#home-products-slider .owl-nav [class*=owl-]:hover {
    color: #fff;
}
#home-products-slider .owl-prev {
    left: -65;
}
#home-products-slider .owl-next {
    right: -65;
}
.home-all-products-button {
    position: relative;
    text-align: center;
    margin-top: 50px;
}
/*#home-products-slider .owl-dots {
    display: inline-block;
    position: absolute;
    top: 110%;
    right: 0;
    left: 0;
    margin: 0px;
}
#home-products-slider .owl-dot {
    margin: 0px 5px;
}
#home-products-slider .owl-dot span {
    background: #9c9c9c;
    margin: 0px 5px;
    width: 35px;
    height: 5px;
}
#home-products-slider .owl-dot.active span {
    background:#E10405;
}*/



/*** Anasayfa - Elementler ***/
.background-home-elements {
    position: relative;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40vh;
    margin: 0px 10%;
}
.background-home-elements p.number {
    font-family: "Montserrat-Bold";
    color: #fff;
    text-shadow: 5px 5px 10px #000;
    display: inline-block;
    vertical-align: inherit;
    margin-right: 8px;
    font-size: 40px;
}
.background-home-elements p.element-title {
    color: #fff;
    text-shadow: 5px 5px 10px #000;
    display: inline-block;
    line-height: 1.3;
    font-size: 18px;
}

section.home-elements .detail {
    text-align: center;
    position: relative;
    margin-top: -120px;
}
section.home-elements .detail .item {
    padding: 15px;
}
section.home-elements .detail .item .item-panel {
    background-color: #fff;
    box-shadow: 1px 1px 10px #000;
    position: relative;
    transition: 0.4s;
    padding: 40px 10px;
}
.item-hover-panel {
    background: #E10405;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    display: none;
}
section.home-elements .detail .item .item-panel:hover .item-hover-panel {
    display: block;
}
section.home-elements .detail .item img {
    width: 40%;
    margin-bottom: 10px;
}
section.home-elements .detail .item p {
    font-family: "Montserrat-Bold";
    color: #000;
    font-size: 20px;
}
section.home-elements .detail .item .line {
    background-color: #E10405;
    width: 50%;
    height: 1px;
    margin-left: 25%;
}



/*** Anasayfa - E-Katalog ***/
section.katalog {
    padding-top: 10%;
}
.katalog-panel {
    background-color: #e6e6e6;
    width: 70%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
section.katalog .section-image {
    text-align: right;
}
section.katalog .section-text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.katalog .section-text p {
    margin-bottom: 15px;
}
section.katalog .section-text a.button {
    width: fit-content;
}



/*** Anasayfa - Haberler ***/
.home-news-image-group {
    position: relative;
}
.home-news-panel {
    background: rgb(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-news-item-description {
    position: relative;
    z-index: 2;
    background: #e6e6e6;
    width: 90%;
    margin-left: 10%;
    margin-top: -35px;
    padding: 20px;
}
p.home-news-title {
    font-family: "Montserrat-Medium";
    color: #000;
    margin: 10px 0px;
}
#home-news-slider .owl-dots {
    display: inline-block;
    position: absolute;
    top: 110%;
    right: 0;
    left: 0;
    margin: 0px;
}
#home-news-slider .owl-dot {
    margin: 0px 5px;
}
#home-news-slider .owl-dot span {
    background: #9c9c9c;
    margin: 0px 5px;
    width: 35px;
    height: 5px;
}
#home-news-slider .owl-dot.active span {
    background:#E10405;
}



/*** Anasayfa - Referanslar ***/
section.home-references .item {
    position: relative;
    padding: 10px;
}
.home-references-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 20vh;
    border: 10px solid #e6e6e6;
}
img.reference-logo {
    position: absolute;
    width: 75%;
}
section.home-references .item:hover img.reference-logo {
    display: block;
}



/*** Anasayfa - Sosyal Medya ***/
section.social-media iframe {
    height: 60vh;
}



/*** Footer ***/
section.footer {
    position: relative;
    background: #e6e6e6;
    padding-top: 50px;
}
img.footer-logo {
    margin-bottom: 20px;
}
.footer-column p {
    font-family: "Montserrat-Regular";
    color: #000;
}
.footer-column a {
    font-family: "Montserrat-Regular";
    color: #000;
    transition: 0.4s;
}
.footer-column a:hover {
    color: #E10405;
}
.footer-social-media.social-media-group a {
    color: #000;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    font-size: 18px;
    padding: 8px;
}
.footer-social-media a:hover {
    color: #fff;
    background-color: #E10405;
    border-right: 1px solid #E10405;
    border-bottom: 1px solid #E10405;
}
p.footer-title {
    font-family: "Montserrat-Bold";
    color: #000;
    font-size: 16px;
}
.footer-title-line {
    background: #000;
    width: 15%;
    height: 2px;
    margin-bottom: 25px;
}
.footer-column ul li {
    margin: 10px 0px;
}
i.footer-icon {
    font-size: 20px;
    margin-right: 5px;
}
.footer-big-line {
    background-color: #000;
    width: 100%;
    height: 2px;
    margin: 10px 0px;
}
.advert {
    text-align: center;
    padding: 10px 0px;
}
.advert a {
    color: #000;
}



/*** Breadcrumb ***/
section.breadcrumb {
    background-color: #e6e6e6;
    position: relative;
    transition: 0.4s;
    border-radius: 0;
    margin: 0px;
    padding: 0px;
    height: 30%;
}
section.breadcrumb-product-detail {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
}
section.breadcrumb-product-detail.scrolling {
    height: 13%;
}
.breadcrumb-image {
    background-size: cover;
    height: -webkit-fill-available;
}
.breadcrumb-image-panel {
    background-color: rgb(255,255,255,0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.breadcrumb-text {
    transition: 0.4s;
    position: absolute;
    top: 50%;
}
section.breadcrumb-product-detail.scrolling .breadcrumb-text {
    top: 20%;
}
p.breadcrumb-title {
    font-family: "Montserrat-Bold";
    color: #000;
    padding-right: 10px;
    box-shadow: 4px 4px 4px #E10405;
    font-size: 50px;
}
.site-map {
    padding: 5px 0px;
    background-color: #999;
    color: #fff;
}
.site-map a {
    display: inline-block;
    color: #fff;
}
.site-map a:hover {
    color: #E10405;
}
.site-map p {
    display: inline-block;
    color: #fff;
}



/*** Kurumsal ***/
.page-detail-section {
    margin-top: 100px;
}
section.about-us .section-image {
    box-shadow: 5px 5px 1px #E10405;
    padding: 10px;
}
section.about-us .section-image.left {
    box-shadow: -5px 5px 1px #E10405;
}
.left-line {
    background-color: #E10405;
    width: 50%;
    height: 1px;
}



/*** Ürünler ***/
p.medium-title {
    font-family: "Montserrat-Bold";
    margin: 0px;
    font-size: 25px;
    line-height: 1.3;
}
.projects .item {
    margin-bottom: 50px;
}
.projects .item:hover p.medium-title {
    color: #E10405;
}
.projects.special .item {
	position: relative;
    display: inline-flex;
	width: 24%;
    margin-bottom: 50px;
}
.projects .item .title-line {
    background-color: #000;
    width: 50%;
    height: 1px;
    margin-bottom: 30px;
}
img.item-product-image {
    border: 3px solid transparent;
}
.projects .item:hover img.item-product-image {
    border: 3px solid #E10405;
}
ul.item-tree-list {
    position: relative;
}
ul.item-tree-list li {
    position: relative;
    list-style: none;
    border-bottom: 1px solid #000;
    transition: 0.4s;
    text-align: right;
    padding: 10px 0px;
}
ul.item-tree-list li.tree-list-title {
    background-color: #999;
    text-align: center;
}
ul.item-tree-list li.tree-list-title p {
    font-size: 18px;
    color: #fff;
}
ul.item-tree-list li p.down-title a {
    font-size: 18px;
}
ul.item-tree-list li .title-line {
    margin-left: 50%;
}



/*** Ürün Kategori ***/
.project-line {
    background-color: #707070;
    width: 100%;
    height: 1px;
    margin-top: 30px;
}
.product-detail .item .title-line {
    background-color: #000;
    width: 50%;
    height: 1px;
    margin-bottom: 30px;
}



/*** Ürün Detay ***/
.background-tree-list {
    position: fixed;
    right: 0;
    top: 0;
}
section.product-detail-section {
    margin: 350px 0px 100px 0px;
}
.product-detail {
    padding-left: 0px;
    padding-right: 0px;
}
.product-special-section {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 30px;
}
.product-special-section  li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0px;
}
.product-special-section  li a {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px 0px;
}
.product-special-section  li.active a {
    color: #fff;
    background-color:#F01B1B;
    border: 1px solid #F01B1B;
}
.tab-content {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
}
.tab-content .item {
    margin-bottom: 30px;
}
.tab-content-image-panel {
    background-color: rgb(255,255,255,0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
p.tab-content-title {
    background: #a4a4a4;
    color: #fff;
    text-align: center;
    margin: 0px;
    padding: 10px 0px;
}
.product-type-name-group {
    margin-top: 20px;
}
.product-type-name-group ul li {
    margin-bottom: 20px;
}
.product-type-name-group ul li .product-type-name-image {
    display: inline-block;
    width: 30%;
}
.product-type-name-group ul li .product-type-name {
    display: inline-block;
    background-color: #e6e6de;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 5px 40px;
}
.product-type-name-group ul li .product-type-name:hover {
    border: 1px solid #F01B1B;
}
.product-type-name-group ul li .product-type-name p {
    margin: 0px;
}
table {
    border: 1px solid #999;
    margin: 15px 0px;
}
table tr td {
    border: 1px solid #E10405;
    text-align: center;
    padding: 5px 2px;
}
table tr td.title {
    color: #fff;
    background-color: #999;
}



/*** Ürün Detay Tree List ***/
.tree-list-episode {
	/*background-color: rgb(255,255,255,0.5);*/
    transition: 0.4s;
    position: fixed;
    right: 7%;
    width: 20%;
    top: 40%;
}
.tree-list-episode.scrolling {
    top: 20%;
}
ul.item-tree-list.special li {
    background-color: rgb(255,255,255,0.5);
    border-bottom: 1px solid #000;
    text-align: center;
}
ul.item-tree-list.special li.tree-list-title {
    background-color: #F01B1B;
}
ul.item-tree-list.special li.tree-list-title p {
    font-family: "Montserrat-Bold";
    color: #fff;
}
ul.item-tree-list.special li p.down-title a {
    font-family: "Montserrat-Bold";
    color: #000;
}



/*** KVKK ***/
p.medium-title a {
    font-family: "Montserrat-Bold";
    margin: 0px;
    font-size: 25px;
    line-height: 1.3;
}



/*** Kariyer - İş Başvuru ***/
form.application-form button {
    color: #000;
    border: 1px solid #000;
}



/*** İletişim ***/
section.contact {
    padding: 200px 0px 100px;
}
section.contact p,
section.contact a {
    color: #fff;
}
section.contact p.section-title {
    margin: 0px;
}
p.section-down-title {
    font-size: 25px;
}
section.contact iframe {
    margin-bottom: 10px;
    height: 320px;
}
section.contact .contact-information p,
section.contact .contact-information a {
    position: relative;
    display: block;
    margin-bottom: 5px;
}
section.contact .contact-information .contact.social-media-group {
    margin-top: 10px;
}
section.contact .contact-information .contact.social-media-group a {
    display: inline-block;
}
i.icon {
    font-size: 25px;
}
.contact-form-detail {
    margin-top: 70px;
}
form.contact-form button {
    color: #fff;
    border: 1px solid #fff;
}



/*** 404 ***/
p.back-title {
    font-family: "MonumentExtended-Regular";
    margin: 0px;
    text-shadow: 0px 0px 3px #232323;
    color: #fff;
    line-height: 1;
    font-size: 100px;
}



/*** Sosyal Medya Paylaşım ***/
.share-group {
    position: relative;
    margin: 50px 0px;
}
p.share-title {
    font-size: 20px;
    border-bottom: 1px solid #8A8A8A;
    margin-bottom: 20px;
}
.share-group-icon {
    position: relative;
}
.share-group-icon a {
    display: inline-block;
    margin-right: 5px;
}
i.facebook-icon {
    color: #fff;
    background-color: #425c99;
    padding: 10px 5px 0px 20px;
    font-size: 25px;
    border-radius: 5px;
}


label.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Montserrat-Light";
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
}
label.container a {
    color: #F01B1B;
}
label.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #eee;
    background: transparent;
}
label.container input:checked ~ .checkmark {
    background-color: #F01B1B;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
label.container input:checked ~ .checkmark:after {
    display: block;
}
label.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*** Kolay Başvuru ***/
.form-steps {
    margin-bottom: 50px;
}
.step-line {
    background: #999;
    width: auto;
    border-radius: 5px;
    height: 15px;
}
form.special-application-form p.section-down-title {
    margin-bottom: 15px;
}
.form-steps ul li.active .step-line {
    background: #E10405;
}



.kvkk-band {
    background-color: #aaa;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding: 5px 0px;
}
.kvkk-band p {
    color: #fff;
    margin: 0px;
    float: left;
    max-width: 85%;
}
.kvkk-band p a {
    color: #fff;
    font-weight: bold;
	border-bottom: 1px solid #fff;
}
.kvkk-band .button {
    background-color: #e6e6e6;
    border: none;
    float: right;
    max-width: 15%;
}
.passive {
    display: none;
}