﻿@charset "utf-8";

a {
    text-decoration: none;
}

.col_left		{display:block; float:left;}
.col_right		{display:block; float:right;}

.absolute		{position: absolute;}   .relative {position: relative;}  .fixed{position: fixed;}

.float_left		{float: left;display:block; }  .float_right {float: right; display:block; } 

 .marginAuto{margin-left:auto; margin-right:auto;}


.color000{color:#000;} .color333{color:#333;} .color666{color:#666;} .colorFFF{color:#fff;} .colorCCC{color:#ccc;} .colorEEE{color:#eee;} .colorff00{color:#ff0000;}
                                                                                                               
.colorHover000:hover{color:#000;} .colorHover333:hover{color:#333;} .colorHover666:hover {color: #666;} .colorHoverCCC:hover{color:#ccc;} .colorHoverEEE:hover{color:#eee;} .colorHoverFFF:hover{color:#fff;}

  
.bg_colorFFF	    {background-color:#FFFFFF !important;}
.bg_colorEEE		{background-color:#EEEEEE;}
.bg_color333		{background-color:#333333;}
 

.border_solid1 	{border: 1px solid #E1E1E1;}
.border_solid2 	{border: 1px solid #E2E2E2;}
.border_solid3 	{border: 1px solid #333333;}
.border_dashed1 {border: 1px dashed #CCCCCC;}
.border_dashed2 {border: 1px dashed #E2E2E2;}


.radius3 		{border-radius: 3px;} .radius5{border-radius: 5px;} .radius7{border-radius: 7px;} .radius8{border-radius: 8px;}  .radius9{border-radius: 9px;} .radius10{border-radius: 10px;}

.verdana{font-family: Verdana, Geneva, sans-serif;}  .tahoma {font-family: 'Tahoma', sans-serif;}
/*
.fontSize10{font-size:10px;} .fontSize11{font-size:11px;} .fontSize12{font-size:12px;} .fontSize13{font-size:13px;} .fontSize14{font-size:14px;} .fontSize16{font-size:16px;} .fontSize18{font-size:18px;} .fontSize20{font-size:20px;} .fontSize22{font-size:22px;} .fontSize24{font-size:24px;} .fontSize28 {font-size: 28px;}.fontSize32 {font-size: 32px;}
*/
.fontSizeYuzde90{font-size: 90% !important;}  .fontSizeYuzde85 {font-size: 85% !important;}   .fontSizeYuzde80 {font-size: 80% !important;} 

.t_a_l{text-align: left;}  .t_a_r {text-align: right;} .t_a_c{text-align: center;}

.bold{font-weight:bold;}  .italik {font-style:italic;} .normal{font-weight:normal} .fontWeight300{font-weight:300;}.fontWeight400{font-weight:400;} .fontWeight500{font-weight:500;}
 .fontWeight600{font-weight:600;} .fontWeight700{font-weight:700;}

.line_h_25		{line-height: 25px;} .line_h_28{line-height: 28px;} .line_h_30{line-height: 30px;}  .line_h_33{line-height: 33px;}  .line_h_35{line-height: 35px;}

.pointer		{cursor: pointer;}

.hv1			{text-decoration:none;} .hv1:link{text-decoration:none} .hv1:active{text-decoration:none} .hv1:visited{text-decoration:none}
.hv1:hover		{text-decoration:underline;}

.hv2:link		{text-decoration:none}.hv2:active 	{text-decoration:none}.hv2:visited	{text-decoration:none}
.hv2:hover 		{text-decoration:underline}

.gizle			{display:none;}
.clear          {clear: both;}

.underLine {
    text-decoration: underline !important;

}
.textDeco{
    text-decoration:none;
}

.ortala{
display: table-cell;
vertical-align: middle;
text-align: center;
}

h1, h2 {
    margin: 0 !important;
}

svg {
    display: block;
}



.m0				{margin:0px;} .m5{margin:5px;} .m10{margin:10px;} .m20{margin:20px;} .m30{margin:30px;} .m40{margin:40px;} 
.m_T0			{margin-top:0px;} .m_T5	{margin-top:5px;} .m_T10{margin-top:10px;}  .m_T15{margin-top:15px;} .m_T20{margin-top:20px;} .m_T30{margin-top:30px;} .m_T40{margin-top:40px;} .m_T50{margin-top:50px;} .m_T60{margin-top:60px;}
.m_L0			{margin-left:0px;} .m_L5 {margin-left:5px;} .m_L10{margin-left:10px;} .m_L20{margin-left:20px;} .m_L30{margin-left:30px;} .m_L40{margin-left:40px;}
.m_R5			{margin-right:5px;} .m_R10{margin-right:10px;} .m_R20{margin-right:20px;} .m_R30{margin-right:30px;}  .m_R40{margin-right:40px;} .m_R50{margin-right:50px;}
.m_B5			{margin-bottom:5px;} .m_B10{margin-bottom:10px;} .m_B20{margin-bottom:20px;} .m_B30{margin-bottom:30px;} .m_B40{margin-bottom:40px;}

.p0				{padding:0px;} .p5{padding:5px;} .p10{padding:10px;} .p20{padding:20px;}  .p30{padding:30px;} .p40{padding:40px;}
.p_T0			{padding-top:0px;} .p_T5 {padding-top:5px;} .p_T10{padding-top:10px;} .p_T15{padding-top:15px;} .p_T20{padding-top:20px;} .p_T30{padding-top:30px;} .p_T40{padding-top:40px;}
.p_L5			{padding-left:5px;} .p_L10{padding-left:10px;} .p_L20{padding-left:20px;} .p_L30{padding-left:30px;} .p_L40{padding-left:40px;}
.p_R5			{padding-right:5px;} .p_R10{padding-right:10px;} .p_R20{padding-right:20px;}  .p_R30{padding-right:30px;}  .p_R40{padding-right:40px;} 
.p_B5			{padding-bottom:5px;} .p_B10{padding-bottom:10px;} .p_B20{padding-bottom:20px;} .p_B30{padding-bottom:30px;} .p_B40{padding-bottom:40px;}

.col100	    	{width:100%;}   .col95{width:95%;} .col97{width:97%;}   .col90{width:90%;}  .col80{width:80%;}  .col70{width:70%;} .col60{width:60%;}  .col50{width:50%;} .col45{width:45%;} .col40{width:40%;}
.col35{width:35%;} .col30{width:30%;} .col25{width:25%;} .col20{width:20%;}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.box 			{width: 175px;	border: 1px solid #00326D;	margin-top: 7px; padding-bottom: 10px; }
.boxBaslik 		{width: 165px; height: 40px;	background-color: #00326D; line-height: 40px; color: #FFFFFF; padding-left: 10px; }
.boxContent	    {padding-left: 10px; padding-right: 10px; 	padding-top: 20px; }

.box_shadow1    {-webkit-box-shadow: 3px 2px 7px #BBBBBB;  box-shadow: 3px 2px 7px #BBBBBB;}


.width100 {
    width: 100px;
}


.ScroolKay		{overflow: scroll !important;}

.button {
    display: inline-block;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    padding: 12px 20px;
    transition: all 0.5s;
    cursor: pointer;
}

    .button span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        font-size: 18px;
        transition: 0.5s;
    }


.BuyukKarekter {
    text-transform: uppercase;
}
.renk1 {
    color: #009D8F;
}

.renk1Hover {
    color: #565656;
    text-decoration: none;
    font-family: Signika;
    font-size: 1.02rem;
    font-weight: 600;
}
.renk1Hover:hover {
    color: #009D8F;
    font-weight:600;
}

