@charset "utf-8";
@import url("../webfonts/Poppins_Regular/stylesheet.css");
@import url("../webfonts/Poppins_SemiBold/stylesheet.css");
@import url("../webfonts/poppins_semibold/stylesheet.css");
@import url("../webfonts/roboto/stylesheet.css");
@import url("../webfonts/roboto_regular/stylesheet.css");
@import url("../webfonts/ubuntu_r/stylesheet.css");
@import url("../webfonts/roboto_medium/stylesheet.css");
@import url("../webfonts/ubuntu_m/stylesheet.css");




/* =RESET 
===========================================*/  
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div  
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,  
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,   
figure, header, nav, section, article, aside, footer, figcaption  
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    border-radius: 12;
    text-align: left;
    text-decoration: none;
    clear: left;
}  

.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}  
.clearfix {display: inline-block;}  
html[xmlns] .clearfix {display: block;}  
* html .clearfix {height: 1%;}  
ul, li {padding: 0; margin: 0; list-style: none}  
header ,nav ,section ,article ,aside ,footer ,hgroup { display: block; }  
/***** RESET *****/    
a{text-decoration: none; text-decoration-color: none;
}
a:hover{text-decoration: none; text-decoration-style: none;
}
a:hover,a:focus{text-decoration: none; text-decoration-color: none; color: none;
}
a:hover,a:active{
	text-decoration: none;
	text-decoration-color: none;
}
/* ============RESET ===========================================*/  
/* ----------GOVDEE -----------------------------*/ 
.makgovde {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 3.63%,rgba(215,217,223,1.00) 47.67%,rgba(215,217,223,1.00) 88.08%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 3.63%,rgba(215,217,223,1.00) 47.67%,rgba(215,217,223,1.00) 88.08%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 3.63%,rgba(215,217,223,1.00) 47.67%,rgba(215,217,223,1.00) 88.08%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 3.63%,rgba(215,217,223,1.00) 47.67%,rgba(215,217,223,1.00) 88.08%);
	background-repeat: no-repeat;
	border-width: thin;
}
/* ----------GOVDEE ==========================*/ 

/*--------------------------------- Sabit Üst Bar ----------------------------------------*/ 
.ustbar {
	background-color: #b30000;
	height: 74px;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 2px;
	width: 100%;
	opacity: 0.9;
	-webkit-box-shadow: 0 1px 0px rgba(138,138,138,1.00);
	box-shadow: 0 1px 0px rgba(138,138,138,1.00);
	padding-right: 30px;
	margin-bottom: 200px;
}
.amakustbaryaz{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #DCDCDC;
    font-size: 0.8rem;
    text-shadow: 0 1px #606060;
    letter-spacing: 0.8px;
    text-align: right;
    background-color: #b30000;
}

/*===================================== Sabit Üst Bar Son =====================================*/ 


/*-------------------------------**** Sayfa editör ****--------------------------*/ 

.makedito {
    margin-top: 160px;
    max-width: 1200px;
}
.amakeditosyf{
    background-color: #F79526;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    padding-bottom: 100px;
    padding-top: 0px;
}
.amakeditoic{
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
	padding-top: 10px;
}
.amakeditoyan{
    font-family: "poppins regular";
    color: #444444;
    text-align: center;
}
.amakeditoyaz {
    font-family: "ubuntu r";
    font-size: 1.1rem;
    color: #4D4B4B;
    text-align: justify;
    display: flex;
}
.amakeditoyaz img{
    float: left;
    margin: 10px 10px 10px 10px;
}
.amakeditoyaz h2{
    text-align: left;
    color: #4D4B4B;
    font-family: "ubuntu m";
    font-size: small;
    clear: both;
    float: none;
    position: absolute;
    margin-top: 305px;
    padding-left: 50px
}
.amakeditoyan li{
    margin-bottom: 1rem;
    border: thin solid #A6A6A6;
    border-radius: 6px;
    background-color: #FFFFFF;
    padding-top: 0.4rem;
    padding-right: 0.2rem;
    padding-bottom: 0.4rem;
    padding-left: 0.2rem;
    margin-left: auto;
    margin-top: 4px;
    margin-right: auto;
    font-family: "poppins regular";
	text-align: center;
}
.amakeditoyan h2 {
    font-family: "poppins semibold";
    font-size: 0.92rem;
    letter-spacing: 0.0555rem;
    margin-bottom: 5px;
    color: #252525;
    text-align: center;
}
.amakeditoyan h3 {
	font-family: "poppins regular";
	font-size: 0.92rem;
	letter-spacing: 0.0355rem;
	color: #3A3A3A;
	text-align: center;
}
.makieditoyan {
	padding: 0.5rem;
	border-radius: 8px;
	border: 1px solid #CECACA;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #212529;
	display: inline-block;
	
}
.makieditoyan h2{
    font-family: "poppins semibold";
    color: #5B5B5B;
    font-size: 0.9rem;
	}
.makieditoyan h3{
    font-family: "poppins regular";
    color: #5B5B5B;
    font-size: 1rem;
	}
.makieditoyan1 {
	padding: 0.5rem;
	border-radius: 8px;
	border: 1px solid #CECACA;
	background-color: #EAF5E8;
	margin-top: 5px;
	margin-bottom: 5px;
}
.makiteditoyan2 {
	padding: 0.5rem;
	border-radius: 8px;
	border: 1px solid #CECACA;
	background-color: #FACEE2;
	margin-top: 5px;
	margin-bottom: 5px;
}

.makieditoyan4 {
	padding: 0.5rem;
	border-radius: 8px;
	border: 1px solid #CECACA;
	background-color: #e2f4fd;
	margin-top: 5px;
	margin-bottom: 5px;
}
.makieditoyan3 {
	padding: 0.5rem;
	border-radius: 8px;
	border: 1px solid #CECACA;
	background-color: #FFEBCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.makieditorden {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1rem;
	padding-bottom: 42px;
	text-shadow: 2px 2px #818181;
	margin-left: auto;
	margin-right: auto;
}
/*-------------------------------**** Dergi Sayfalar ****--------------------------*/ 


/*-------------------------------**** Alt Bar ****--------------------------*/ 

.makaltbar{
	padding-left: 1rem;
	padding-top: 1rem;
	padding-right: 1rem;
	font-family: Times, "Times New Roman", serif;
	font-size: 0.7rem;
	color: #D3D3D3;
	letter-spacing: 2px;
	line-height: 1rem;
	display: block;
	background-color: #980B0D;
	text-align: center;
}
.makoklar {
	max-width: 90%;
	padding-left: auto;
	padding-right: auto;
}
.makimza {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 0.6rem;
	color: #A49293;
	letter-spacing: 2px;
	line-height: 1.5rem;
}

/*========================================================================
                                     Media Queries             
=================================================================================*/	
@media (min-width:576px){
.mutustbaryaz {
	font-size: 0.9rem;
	
}



}

@media (min-width: 768px) { 
.mutustbaryaz {
	font-size: 1.2rem;
	
}	
	
}


@media (min-width: 992px){




}

@media (min-width: 1200px) {

	
}
.img-fluid-top {
}
