/* Style the list */
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.3);
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
	color: #FFF;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
	letter-spacing: -0.27px
}


/* Change background color of links on hover */
ul.tab li a:hover {background-color: rgba(85,0,0,0.8); color:#FFF; }

/* Create an active/current tablink class */
ul.tab li a:focus, .active { color:#FFF; }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid rgba(255,255,255,0.5);
    border-top: none;
}

.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */	
    height: 200px;
    background: rgba(255,255,255,0.5)
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}



.teklifintup{ width:100%;}
.inpt1 {width:32%; float:left; margin:1%; margin-top:7px; margin-bottom:7px;  }

.inpt1 p { font-size:12px; padding-bottom:5px; }
.inpt1 input { width:97%; padding:2%; padding-top:6px; padding-bottom:6px; background:rgba(255,255,255,0.3); border:1px solid rgba(0,0,0,0.1); }

.inpt2 {width:97%; float:left; margin:1%; margin-top:7px; margin-bottom:7px;  }
.inpt2 p { font-size:12px; padding-bottom:5px; }

.inpt2 textarea {width:98%; height:40px; padding:2%; padding-top:10px; padding-bottom:10px; background:rgba(255,255,255,0.3); border:1px solid rgba(0,0,0,0.1);   }

.teklifintup_gonder{ width:98%; height: 175px; }
.gonderbuton { position: absolute; bottom:0; width:60%; padding-top:15px; padding-bottom:15px; color:#FFF; right:20px; margin:0 auto; background:rgba(55,193,237,0.8); }

.gonderbuton:hover { background:rgba(85,193,0,0.8) }
