﻿
@media only screen and (min-width : 1224px) {
    .pl-n {
        padding-left: 0;
    }

    .pr-n {
        padding-right: 0;
    }

    .pr-5 {
        padding-right: 5px;
    }

    .mb-n {
        margin-bottom: 0;
    }
}

body {
    background: #f2f2f2;
    font-family: "Roboto", 'Helvetica Neue, Helvetica, Arial', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #212121;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin:0;
    padding:0;
}

.payment .panel {
    background: #fff;
    position: relative;
    margin-bottom: 0;
}
.seco {
	    position: relative;
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}
.tahsilat {
	text-align: center;
    margin: auto;
    margin-top: 14%;
}
.tahsilat .alan {
    /* background: url(westch-logo-kucuk.png) no-repeat;
    width: 40%;
    margin: 0 auto;
    padding: 12% 30px;
    background-size: 100%; */
	    background: #151415;
    width: 40%;
    margin: 0 auto;
    padding: 5px 30px;
}
.tahsilat .loggo {
	margin-bottom: 20px;
}
.tahsilat h3 {
/* font-size: 25px;
    color: #000;
    margin: 60px 30px;
    font-weight: 900;
    text-transform: uppercase; */
	font-size: 25px;
    color: #fff;
    margin: 30px 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.tahsilat h3:after {
    content: "";
    background: #000;
    height: 2px;
    width: 26%;
    border-bottom: solid 2px #eee;
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 10px;
}
.alan .sis {
    background: #c00;
    padding: 13px 0 10px;
    width: 70%;
    margin: 0 auto;
    border-radius: 0px;
    margin-bottom: 40px;
}
.alan .sis a{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.alan .sis a:before{
    content: "";
    background: #000;
    height: 2px;
    width: 100%;
    border-bottom: solid 2px #151415;
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -8px;
}
.payment .alert {
    
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

    .payment .panel,
    .payment .panel .panel-heading,
    .payment .panel .panel-body,
    .payment .panel .panel-footer {
        border-radius: 0;
        border: none;
    }

    .payment .panel.panel-primary .panel-heading {
            
            background-color: #fff;
        }

        .payment .panel .panel-heading {
            padding: 40px 25px;
            color: #001d34;
 
        }

            .payment .panel .panel-heading h1 {
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
            }

            .payment .panel .panel-heading h2 {
padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #001d34;
    line-height: 20px; 

            }

        .payment .panel .panel-body,
        .payment .panel .panel-footer {
            padding: 20px 25px;
        }

.form-group.subtitle h5 {
    color: #9e9e9e;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.field-validation-error {
    margin-top: 5px;
    color: #f44336;
}

.input-validation-error {
    border-color: #f44336;
}

.form-control {
    border-radius: 0;
}

.md-layout {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 350px;
    background-color: #2196F3;
}

.payment form {
    position: relative;
    z-index: 9;
}

.payment form .btn-submit {
    border-radius:0;
    font-weight:500;
}

.card {
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    padding: 50px 0 0 0;
}
@media (max-width: 767px) {
	.tahsilat .alan {
    background: url(westch-logo-kucuk.png) no-repeat;
    width: 100%;
    margin: 0 auto;
    padding: 12% 30px;
    background-size: 100%;
    height: 370px;
	}
	.tahsilat .loggo img {
		width: 50%!important;
	}
	.tahsilat h3 {
		font-size: 25px;
		color: #000;
		margin: 60px 30px;
	}
	
}

@media only screen and (min-width : 1224px) {
    .card {
        /* margin-left: -50px;
        margin-top: 77px;
        width: 500px; */
    }
}

.pay-price {
    display: none;
}

.pay-price h6{
    font-size:14px;
}

.currency-text {
    font-size:34px;
    font-weight:700
}

.navbar {
    border-radius:0;
}

.flatbtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  outline: 0;
  border: 0;
  color: #f9f8ed;
  text-decoration: none;
  background-color: #b6a742;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  font-size: 1.2em;
  font-weight: bold;
  padding: 12px 22px 12px 22px;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
  box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
}
.flatbtn:hover {
  color: #fff;
  background-color: #c4b237;
}
.flatbtn:active {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
}

/** notifications **/
.notify {
  display: block;
  background: #fff;
  padding: 12px 18px;
  max-width: 600px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}

.notify h1 { margin-bottom: 6px; }

.successbox h1 { color: #678361; }
.errorbox h1 { color: #6f423b; }

.successbox h1:before, .successbox h1:after { background: #cad8a9; }
.errorbox h1:before, .errorbox h1:after { background: #d6b8b7; }

.notify .alerticon { 
  display: block;
  text-align: center;
  margin-bottom: 10px;
}