@charset "utf-8";

/*  Login iconları */
[class^="icon-"]:before, [class*=" icon-"]:before 
{
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}


.icon-large:before 
{
  vertical-align: top;
  font-size: 1.2em;
  margin-left:6px;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
/*  Login iconları-Bitiş*/
.renkli_div
{
	
	width:176px;
	margin:3px auto;
	padding:5px;
	text-shadow:1px 1px 1px #000;
	color: #fff;
	text-align:center;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border: 1px solid #fff;
	font:normal 20px 'Times New Roman',  Arial, Helvatica;

}
.site_sag_pencere_msj
{
	color:#698a27;
	width: 190px;
	height:auto;
	
	padding:5px 5px 7px 5px;
	margin:8px 0 8px 1px;
	
	
	background-color:rgba(245,245,245,0.5);/*saydamlık*/

	box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
	border-radius: 5px;
	border: 1px solid #79B0E1;
	float:left;
	
}
.fixed_uye_giris
{
	position:fixed;
    top:60px;
	width:200px;
	z-index:2;
}
.fixed_sag_sabit_reklam
{
    position:fixed;
    top:150px;
}
.sag_sabit_reklam
{
	float:left;
	width: 190px;
	height:425px;
	padding:5px 5px 7px 5px;
	margin:8px 0 8px 1px;
	background-color:rgba(245,245,245,0.5);/*saydamlık*/

	box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
	border-radius: 5px;
	border: 1px solid #F00;
}

.satir
{
	display:block;
	width:99%;
	margin:2px auto;
}
.resim_logo
{
	display:inline-block;
	vertical-align:top;
	width:150px;
	height:150px;
	background:none; 
	 border-radius: 5px;
	 border: 2px groove #fff;
	 box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
	 -moz-box-shadow: inset 0 25px 25px 0 rgba(255, 255, 255, 0.35);
	-webkit-box-shadow: inset 0 25px 25px 0 rgba(255, 255, 255, 0.35);
}
.resim_logo:hover 
{
 opacity : 0.75;
 filter : alpha( Opacity=85 );
 color:#698a27;
}	
.sag_cubuk a:link
{
	color:#00F;
	
	font: normal 15px 'Times New Roman',  Arial, Helvatica;

	text-decoration:none;

}
.sag_cubuk  a:visited
{
	color:#000;
	
	font: normal 15px 'Times New Roman',  Arial, Helvatica;

	text-decoration:none;
}
.sag_cubuk a:active
{
	color:#F00;
	
	font: normal 15px 'Times New Roman',  Arial, Helvatica;

	text-decoration:none;
}

.sag_cubuk a:hover
{
	color:#0F0;
	
	font: normal 15px 'Times New Roman',  Arial, Helvatica;

	text-decoration:none;
}
.uye_giris_paneli 
{
    /* Size & position */
	float:left; 
	width:190px;
	padding: 5px;
	position:relative; /* For the submit button positioning */

    /* Styles */
    box-shadow: 
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3), 
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25);
    border-radius: 5px;
   
	
	
	background-color:rgba(255,255,255,1);/*saydamlık*/
	box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
	border-radius: 5px;
	border: 0px solid #79B0E1;
	
}

.uye_giris_paneli .alan 
{
	    position:relative; /* For the icon positioning */
}
	

.uye_giris_paneli .alan i 
{
	/* Size and position */
    left: 0;
	margin-top:1px;
	position: absolute;
	height: 35px;
	width: 35px;
	/* Line */
    border-right: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);
	/* Styles */
    color: #777777;
	text-align: center;
	line-height: 42px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	pointer-events: none;
}

.uye_giris_paneli input[type=text],.uye_giris_paneli input[type=password] 
{
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    
    /* Size and position */
    width: 180px;
    padding: 10px 15px 10px 38px;
	 box-sizing: border-box;
	text-align:left;
	

    /* Styles */
    border: none; /* Remove the default border */
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.1),
        inset 0 3px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
    background: #f9f9f9;
    color: #777;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.uye_giris_paneli input[type=text]:hover ~ i,.uye_giris_paneli input[type=password]:hover ~ i 
{
    color: #52cfeb;
}

.uye_giris_paneli input[type=text]:focus ~ i,.uye_giris_paneli input[type=password]:focus ~ i 
{
    color: #42A2BC;
}

.uye_giris_paneli input[type=text]:focus,
.uye_giris_paneli input[type=password]:focus,
.uye_giris_paneli button[type=submit]:focus 
{
    outline: none;
}

.uye_giris_paneli .submit {
	/* Size and position */
    width: 45px;
	height: 45px;
	position: absolute;
	margin-top:-60px;
	right: -15px;
	padding: 3px;
	z-index: 2;
	/* Styles */
	background-color:#fff;
	border-radius: 25%;
	box-shadow: 
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.1);
}

.uye_giris_paneli button 
{
    /* Size and position */
    width: 100%;
    height: 100%;
    /* Icon styles */
    font-size: 1.4em;
    line-height: 1.5;
    color: white;

    /* Styles */
    border: none; /* Remove the default border */
    border-radius: inherit;
    background: #52cfeb; /* Fallback */
    background: -moz-linear-gradient(#52cfeb, #42A2BC);
    background: -ms-linear-gradient(#52cfeb, #42A2BC);
    background: -o-linear-gradient(#52cfeb, #42A2BC);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#52cfeb), to(#42A2BC));
    background: -webkit-linear-gradient(#52cfeb, #42A2BC);
    background: linear-gradient(#52cfeb, #42A2BC);
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);

    cursor: pointer;
}

.uye_giris_paneli button:hover,
.uye_giris_paneli button[type=submit]:focus 
{
    background: #52cfeb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.uye_giris_paneli button:active 
{
    background: #42A2BC;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}
.uye_giris_kutusu_mobil
{
	display:none; 
	width:100%;
	height:auto;
	max-width:790px;
	margin:1px auto;
}
.yazi_giris
{
	float:left; 
	margin:12px; 
	font-size:20px; 
	color:#333;
}
.yazi_giris_yanlis
{
	float:left; 
	margin:10px 5px;
	font-size:18px;
	color:#F00;
}
.epostadogrulama
{
	float:left;
	width:186px;
	height:auto;
	padding:8px 5px;
	margin:8px 0 5px 1px;
 	background: #698a27; /* Old browsers */
	text-shadow:1px 1px 1px #000;
    background: -moz-linear-gradient(top, #698a27 0%, #597819 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#698a27), color-stop(100%,#597819)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #698a27 0%,#597819 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #698a27 0%,#597819 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #698a27 0%,#597819 100%); /* IE10+ */
    background: linear-gradient(top, #698a27 0%,#597819 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#698a27', endColorstr='#597819',GradientType=0 ); /* IE6-9 */
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color:#FFF;
 	font:bold 18px 'Times New Roman',  Arial, Helvatica;
	border: 1px solid #fff;
}

.epostadogrulama_mobil
{
    display: none;
  	width:95%;
	max-width: 760px;
	height:auto;


	padding:10px;
	margin:5px auto;
	
	text-shadow:1px 1px 1px #000;
 	background: #698a27; /* Old browsers */
    background: -moz-linear-gradient(top, #698a27 0%, #597819 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#698a27), color-stop(100%,#597819)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #698a27 0%,#597819 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #698a27 0%,#597819 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #698a27 0%,#597819 100%); /* IE10+ */
    background: linear-gradient(top, #698a27 0%,#597819 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#698a27', endColorstr='#597819',GradientType=0 ); /* IE6-9 */
 	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color:#FFF;

	
	border: 1px solid #fff;
	
	
}

.epostadogrulama:hover,.epostadogrulama_mobil:hover
{
	text-shadow:none;
	box-shadow: 2px 2px 2px rgba(1, 1, 1, 0.5);/*kenar gölgelik*/
}

.sol_yazi
{
	display:inline-block;
	width:30%;
	
	text-align:right;

	margin:3px auto;
	padding:3px;
	font: normal 18px 'Times New Roman',  Arial, Helvatica;

	color:#000;
}

.mavi_btn
{
	display:inline-block;
	width:90%;
	height:auto;
	padding:8px;
	border-radius: 5px;
	background: linear-gradient(to bottom, #698a27 5%, #337DA8 100%);
	  background: #2a8fbd; /* Old browsers */
  background: -moz-linear-gradient(top, #2a8fbd 0%, #176b91 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a8fbd), color-stop(100%,#176b91)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2a8fbd 0%,#176b91 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2a8fbd 0%,#176b91 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2a8fbd 0%,#176b91 100%); /* IE10+ */
  background: linear-gradient(top, #2a8fbd 0%,#176b91 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a8fbd', endColorstr='#176b91',GradientType=0 ); /* IE6-9 */
	
	border: 1px solid #698a27;
	cursor: pointer;
	color: #FFFFFF;
	margin:5px auto;
	text-decoration: none;
	font: bold 16px 'Times New Roman',  Arial, Helvatica;

}
.mavi_btn:hover

{
	  	background-color:#28739E;
     -moz-box-shadow: inset 0 25px 25px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 25px 25px 0 rgba(255, 255, 255, 0.5);
		border-radius: 5px;

}


.takim_sec
{
	display:inline;
    text-align: center;
	width:45%;
	margin:5px auto;
	padding:10px;
	
	background-color:rgba(242,242,242,0.25);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0 0 5px #B0CFE0;
	border:1px solid #B0CFE0;	
	-moz-box-shadow: 1px 1px 4px #EBEBEB;
	-webkit-box-shadow: 1px 1px 4px #EBEBEB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	outline: none;
	
		  -webkit-appearance: none;
        -moz-appearance: none;
		 -o-appearance: none;
   background:url(../Resimler/ok.png) no-repeat right;
}
.takim_sec:hover,.takim_sec:focus 
{
	
	box-shadow: 0 0 5px #79B0E1;
	border:1px solid #79B0E1;	
}



.secenekler_takimlar
{
	width:200px;
	padding:0 5px;
	font: bold 13px 'Times New Roman',  Arial, Helvatica;
 	border: 1px solid #79B0E1;
	text-align:center;
	vertical-align:middle;
  	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.uyari1
{
	display:block;
	margin:1px auto;
	width:98%;
	text-align:center;

}
.uyari2
{
	display:block;
	margin:1px auto;
	width:98%;
	text-align:center;
}
.uyari3
{
	display:block;
	margin:1px auto;
	width:98%;
	text-align:center;
}


/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
	
	
.icon-glass:before                { content: "\f000"; }
.icon-music:before                { content: "\f001"; }
.icon-search:before               { content: "\f002"; }
.icon-envelope:before             { content: "\f003"; }
.icon-heart:before                { content: "\f004"; }
.icon-star:before                 { content: "\f005"; }
.icon-star-empty:before           { content: "\f006"; }
.icon-user:before                 { content: "\f007"; }
.icon-film:before                 { content: "\f008"; }
.icon-th-large:before             { content: "\f009"; }
.icon-th:before                   { content: "\f00a"; }
.icon-th-list:before              { content: "\f00b"; }
.icon-ok:before                   { content: "\f00c"; }
.icon-remove:before               { content: "\f00d"; }
.icon-zoom-in:before              { content: "\f00e"; }

.icon-zoom-out:before             { content: "\f010"; }
.icon-off:before                  { content: "\f011"; }
.icon-signal:before               { content: "\f012"; }
.icon-cog:before                  { content: "\f013"; }
.icon-trash:before                { content: "\f014"; }
.icon-home:before                 { content: "\f015"; }
.icon-file:before                 { content: "\f016"; }
.icon-time:before                 { content: "\f017"; }
.icon-road:before                 { content: "\f018"; }
.icon-download-alt:before         { content: "\f019"; }
.icon-download:before             { content: "\f01a"; }
.icon-upload:before               { content: "\f01b"; }
.icon-inbox:before                { content: "\f01c"; }
.icon-play-circle:before          { content: "\f01d"; }
.icon-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before              { content: "\f021"; }
.icon-list-alt:before             { content: "\f022"; }
.icon-lock:before                 { content: "\f023"; }
.icon-flag:before                 { content: "\f024"; }
.icon-headphones:before           { content: "\f025"; }
.icon-volume-off:before           { content: "\f026"; }
.icon-volume-down:before          { content: "\f027"; }
.icon-volume-up:before            { content: "\f028"; }
.icon-qrcode:before               { content: "\f029"; }
.icon-barcode:before              { content: "\f02a"; }

.icon-tag:before                  { content: "\f02b"; }
.icon-tags:before                 { content: "\f02c"; }
.icon-book:before                 { content: "\f02d"; }
.icon-bookmark:before             { content: "\f02e"; }
.icon-print:before                { content: "\f02f"; }

.icon-camera:before               { content: "\f030"; }
.icon-font:before                 { content: "\f031"; }
.icon-bold:before                 { content: "\f032"; }
.icon-italic:before               { content: "\f033"; }
.icon-text-height:before          { content: "\f034"; }
.icon-text-width:before           { content: "\f035"; }
.icon-align-left:before           { content: "\f036"; }
.icon-align-center:before         { content: "\f037"; }
.icon-align-right:before          { content: "\f038"; }
.icon-align-justify:before        { content: "\f039"; }
.icon-list:before                 { content: "\f03a"; }
.icon-indent-left:before          { content: "\f03b"; }
.icon-indent-right:before         { content: "\f03c"; }
.icon-facetime-video:before       { content: "\f03d"; }
.icon-picture:before              { content: "\f03e"; }

.icon-pencil:before               { content: "\f040"; }
.icon-map-marker:before           { content: "\f041"; }
.icon-adjust:before               { content: "\f042"; }
.icon-tint:before                 { content: "\f043"; }
.icon-edit:before                 { content: "\f044"; }
.icon-share:before                { content: "\f045"; }
.icon-check:before                { content: "\f046"; }
.icon-move:before                 { content: "\f047"; }
.icon-step-backward:before        { content: "\f048"; }
.icon-fast-backward:before        { content: "\f049"; }
.icon-backward:before             { content: "\f04a"; }
.icon-play:before                 { content: "\f04b"; }
.icon-pause:before                { content: "\f04c"; }
.icon-stop:before                 { content: "\f04d"; }
.icon-forward:before              { content: "\f04e"; }

.icon-fast-forward:before         { content: "\f050"; }
.icon-step-forward:before         { content: "\f051"; }
.icon-eject:before                { content: "\f052"; }
.icon-chevron-left:before         { content: "\f053"; }
.icon-chevron-right:before        { content: "\f054"; }
.icon-plus-sign:before            { content: "\f055"; }
.icon-minus-sign:before           { content: "\f056"; }
.icon-remove-sign:before          { content: "\f057"; }
.icon-ok-sign:before              { content: "\f058"; }
.icon-question-sign:before        { content: "\f059"; }
.icon-info-sign:before            { content: "\f05a"; }
.icon-screenshot:before           { content: "\f05b"; }
.icon-remove-circle:before        { content: "\f05c"; }
.icon-ok-circle:before            { content: "\f05d"; }
.icon-ban-circle:before           { content: "\f05e"; }

.icon-arrow-left:before           { content: "\f060"; }
.icon-arrow-right:before          { content: "\f061"; }
.icon-arrow-up:before             { content: "\f062"; }
.icon-arrow-down:before           { content: "\f063"; }
.icon-share-alt:before            { content: "\f064"; }
.icon-resize-full:before          { content: "\f065"; }
.icon-resize-small:before         { content: "\f066"; }
.icon-plus:before                 { content: "\f067"; }
.icon-minus:before                { content: "\f068"; }
.icon-asterisk:before             { content: "\f069"; }
.icon-exclamation-sign:before     { content: "\f06a"; }
.icon-gift:before                 { content: "\f06b"; }
.icon-leaf:before                 { content: "\f06c"; }
.icon-fire:before                 { content: "\f06d"; }
.icon-eye-open:before             { content: "\f06e"; }

.icon-eye-close:before            { content: "\f070"; }
.icon-warning-sign:before         { content: "\f071"; }
.icon-plane:before                { content: "\f072"; }
.icon-calendar:before             { content: "\f073"; }

.icon-random:before               { content: "\f074"; }
.icon-comment:before              { content: "\f075"; }
.icon-magnet:before               { content: "\f076"; }
.icon-chevron-up:before           { content: "\f077"; }
.icon-chevron-down:before         { content: "\f078"; }
.icon-retweet:before              { content: "\f079"; }
.icon-shopping-cart:before        { content: "\f07a"; }
.icon-folder-close:before         { content: "\f07b"; }
.icon-folder-open:before          { content: "\f07c"; }
.icon-resize-vertical:before      { content: "\f07d"; }
.icon-resize-horizontal:before    { content: "\f07e"; }

.icon-bar-chart:before            { content: "\f080"; }
.icon-twitter-sign:before         { content: "\f081"; }
.icon-facebook-sign:before        { content: "\f082"; }
.icon-camera-retro:before         { content: "\f083"; }
.icon-key:before                  { content: "\f084"; }
.icon-cogs:before                 { content: "\f085"; }
.icon-comments:before             { content: "\f086"; }
.icon-thumbs-up:before            { content: "\f087"; }
.icon-thumbs-down:before          { content: "\f088"; }
.icon-star-half:before            { content: "\f089"; }
.icon-heart-empty:before          { content: "\f08a"; }
.icon-signout:before              { content: "\f08b"; }
.icon-linkedin-sign:before        { content: "\f08c"; }
.icon-pushpin:before              { content: "\f08d"; }
.icon-external-link:before        { content: "\f08e"; }

.icon-signin:before               { content: "\f090"; }
.icon-trophy:before               { content: "\f091"; }
.icon-github-sign:before          { content: "\f092"; }
.icon-upload-alt:before           { content: "\f093"; }
.icon-lemon:before                { content: "\f094"; }
.icon-phone:before                { content: "\f095"; }
.icon-check-empty:before          { content: "\f096"; }
.icon-bookmark-empty:before       { content: "\f097"; }
.icon-phone-sign:before           { content: "\f098"; }
.icon-twitter:before              { content: "\f099"; }
.icon-facebook:before             { content: "\f09a"; }
.icon-github:before               { content: "\f09b"; }
.icon-unlock:before               { content: "\f09c"; }
.icon-credit-card:before          { content: "\f09d"; }
.icon-rss:before                  { content: "\f09e"; }

.icon-hdd:before                  { content: "\f0a0"; }
.icon-bullhorn:before             { content: "\f0a1"; }
.icon-bell:before                 { content: "\f0a2"; }
.icon-certificate:before          { content: "\f0a3"; }
.icon-hand-right:before           { content: "\f0a4"; }
.icon-hand-left:before            { content: "\f0a5"; }
.icon-hand-up:before              { content: "\f0a6"; }
.icon-hand-down:before            { content: "\f0a7"; }
.icon-circle-arrow-left:before    { content: "\f0a8"; }
.icon-circle-arrow-right:before   { content: "\f0a9"; }
.icon-circle-arrow-up:before      { content: "\f0aa"; }
.icon-circle-arrow-down:before    { content: "\f0ab"; }
.icon-globe:before                { content: "\f0ac"; }
.icon-wrench:before               { content: "\f0ad"; }
.icon-tasks:before                { content: "\f0ae"; }

.icon-filter:before               { content: "\f0b0"; }
.icon-briefcase:before            { content: "\f0b1"; }
.icon-fullscreen:before           { content: "\f0b2"; }

.icon-group:before                { content: "\f0c0"; }
.icon-link:before                 { content: "\f0c1"; }
.icon-cloud:before                { content: "\f0c2"; }
.icon-beaker:before               { content: "\f0c3"; }
.icon-cut:before                  { content: "\f0c4"; }
.icon-copy:before                 { content: "\f0c5"; }
.icon-paper-clip:before           { content: "\f0c6"; }
.icon-save:before                 { content: "\f0c7"; }
.icon-sign-blank:before           { content: "\f0c8"; }
.icon-reorder:before              { content: "\f0c9"; }
.icon-list-ul:before              { content: "\f0ca"; }
.icon-list-ol:before              { content: "\f0cb"; }
.icon-strikethrough:before        { content: "\f0cc"; }
.icon-underline:before            { content: "\f0cd"; }
.icon-table:before                { content: "\f0ce"; }

.icon-magic:before                { content: "\f0d0"; }
.icon-truck:before                { content: "\f0d1"; }
.icon-pinterest:before            { content: "\f0d2"; }
.icon-pinterest-sign:before       { content: "\f0d3"; }
.icon-google-plus-sign:before     { content: "\f0d4"; }
.icon-google-plus:before          { content: "\f0d5"; }
.icon-money:before                { content: "\f0d6"; }
.icon-caret-down:before           { content: "\f0d7"; }
.icon-caret-up:before             { content: "\f0d8"; }
.icon-caret-left:before           { content: "\f0d9"; }
.icon-caret-right:before          { content: "\f0da"; }
.icon-columns:before              { content: "\f0db"; }
.icon-sort:before                 { content: "\f0dc"; }
.icon-sort-down:before            { content: "\f0dd"; }
.icon-sort-up:before              { content: "\f0de"; }

.icon-envelope-alt:before         { content: "\f0e0"; }
.icon-linkedin:before             { content: "\f0e1"; }
.icon-undo:before                 { content: "\f0e2"; }
.icon-legal:before                { content: "\f0e3"; }
.icon-dashboard:before            { content: "\f0e4"; }
.icon-comment-alt:before          { content: "\f0e5"; }
.icon-comments-alt:before         { content: "\f0e6"; }
.icon-bolt:before                 { content: "\f0e7"; }
.icon-sitemap:before              { content: "\f0e8"; }
.icon-umbrella:before             { content: "\f0e9"; }
.icon-paste:before                { content: "\f0ea"; }

.icon-user-md:before              { content: "\f200"; }



@media only screen and (max-width: 1250px) 
{
 	.epostadogrulama
	{
		position:absolute;
		top:95px;
		width:200px;
		padding:5px;
	} 
	.uye_giris_kutusu
	{
		position:fixed;
		z-index:5;
	}
	.site_sag_pencere_msj
	{
		position:absolute;
		left:200px;
		top:60px;
		z-index:5;
	}
	.fixed_sag_sabit_reklam
	{
		display:none;
	}
	.formuller
	{
		margin-top:165px;
	}
	#kredi_al_id
	{
		display:none;
	}
	
}


@media only screen and (max-width: 1030px) 
{
	#sportoto_tanitimvideolari
	{
		display:none;
	}

	.renkli_div,.site_sag_pencere
	{
		width:98%;
	}
	.uye_giris_kutusu_mobil,.epostadogrulama_mobil
	{
		 display:block;
	}
}

@media only screen and (max-width: 800px) 
{
	.uye_giris_kutusu_mobil input[type=text],.uye_giris_paneli input[type=password] 
	{
		width: 35vw;
	}
	.yazi_giris
	{
		width: 99%;
		display: block;
		font-size:15px; 
		margin:2px auto;
	}
	.yazi_giris_yanlis
	{
	margin:-3px 5px 5px 10px;
	}
	.takim_sec
	{
		width:44.5vw;
		margin-left:2vw;
	}
}
@media only screen and (max-width: 650px) 
{
  .epostadogrulama_mobil,.epostadogrulama
  {
 	 font-size:18px;
  }
  	#sportoto_gelecek_yorumlar
	{
		display:none;
	}

}
@media only screen and (max-width: 600px) 
{
    .takim_sec
	{
		display:block;
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
}
@media only screen and (max-width: 550px) 
{
  
}
@media only screen and (max-width: 500px) 
{
	
}
@media only screen and (max-width: 460px) 
{
	.epostadogrulama_mobil,.epostadogrulama
	{
		font-size:16px;
		
	}

	#sportoto_kuponlarim
	{
		display:none;
	}
}
@media only screen and (max-width:400px) 
{
}
@media only screen and (max-width:380px) 
{
}
@media only screen and (max-width:325px) 
{
	.ortala
	{
		display:block;
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
}

