@charset "utf-8";
/* CSS Document */
html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	font-size:16px;
	line-height:1.2;
	font-weight:400;
	margin-left:auto;
	margin-right:auto;
	}

header {
	padding: 32px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px;
	background-color: #dbecf1;
}

.astyle {
	text-decoration:none;
	font-weight:500;
	color:#1247a4;
	}
/* astyle1 referenc dipnot icin kullanilacak*/
.astyle1 {
	text-decoration:none;
	font-size:0.9em;
	font-weight:600;
	color:#1247a4;
	}
.style-p4tlogo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
	
	}
	
.style-p4tnav ul {
	list-style-type: none;
}

.style-p4tnav ul li a {
	text-decoration: none;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

h1 {font-size: 1.3em;
	font-weight:400;
	text-align:center;
	margin-bottom:1.0em;
	color:#CC0000;
	}
.h1forlogo {
		color:#FFFFFF;
		margin-bottom:2.0em;
		margin-top:1.5em;

	}

h2 {font-size: 1.2em;
	font-weight:400;
	text-align:center;
	color:#CC0000;
	margin-bottom:0.7em;

		}
.h2forlogo {
	color:#FFFFFF;
	}
h3 {
	font-size:0.9em;
	font-weight:600;
	color:#CC0000;
	margin-bottom:0.7em;

		}
h4 {
	font-size:0.8em;
	font-weight:600;

		}
p {
	font-size: 1.0em;
	font-weight: 200;
	margin-bottom: 0.6em;
}
.pforlogo {
	margin-bottom:3.0em
	}
.footnotecenter {font-size: 0.9em;
	font-weight:500;
	text-align:center;
	font-style:italic;
		}
/* footnote1 footnote ile tek farki satiri ortalamiyor.*/
.footnoteleft {font-size: 0.9em;
	font-weight:500;
	font-style:italic;
		}

.patenttable {
	font-size:0.9em;
	}

/* pionerr klasi pioneering patentlerde kullanilmak uzere <p>'de)*/
/*.pioneer {
	font-size: 15px;
	margin-bottom: 10px;	
	}*/

/*soru klasi law bolumundeki bastaki tek basina sorular icin kullaniliyor. sorular asagiya linkli.*/	
.soru {
	font-size: 1.0em;
	font-weight:200;
	margin-bottom:2.0em;
	text-align:center
	
	}
/*soru1 klasi law bolumunde asagidaki cevaplardan evvel tekrar eden sorularda kullaniliyor. soruyu bold yapiyor.*/
.soru1 {
	font-weight:600;
	margin-bottom:1.5em;	
	}
/* cevap klasi law bolumunde sorulara cevap verirken footnote'u yaklastirmak icin kullanilior*/
.cevap {
	margin-bottom:0.5em;
	}
/* footnote ve reference Law bolumunde dipnot icin kullaniliyor.*/
/* simdiki bold klasi sadece b ve strongun calismadigi yerlerde <span class="bold">Some Title</span> icin yaratildi */
.bold
	{
    font-weight:bold;
	}
.footnote {font-size: 0.9em;
	font-weight:500;
	font-style:italic;
	margin-bottom:0.9em;
		}
.reference {font-size: 0.9em;
	font-weight:500;
	margin-bottom:0.9em;
		}
.topbutton {
	text-align:right;
	margin-bottom:1.3em;
	margin-top:1.3em;
		}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.button1 {
	border: 2px  #3333ff solid;
	padding: 8px 20px;
	border-radius: 30px;
	color:  #3333ff;
	text-decoration: none;
}

.info-law {
	background-color: #990000;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-pioneers {
	background-color: #525260;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}
.kitap {
	text-align:center;
		margin-left: auto;
	margin-right: auto;
	padding:10px;
	display: block;

	}
.kitapboyut {
	width:150px;
	}
.emailboyut {
	width:30px;
	
	}
.homeboyut {
	width:30px;
	
	}
.email {
	text-align:center;
	display: block;
	padding:10px;
	}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*TABLET VIEW*/

@media (min-width: 768px){
	
	body {
		font-size:0.9em;
		max-width: 700px;
		margin-left:auto;
		margin-right:auto;
	}
	footer {
		padding:1px;
		}
	.style-p4tnav ul li {
		display: inline-block;
	}
	
	.style-p4tnav ul {
		text-align: center;
	}
	

	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}

.kitap {
	float:left
	
	}
.email {
	float:right

	}
	.astyle {
		font-weight:500
		}
			.astyle1 {
		font-weight:500
		}

}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1000px;
	}
	
	.style-p4tlogo {
		float: left;
	}
	
	.style-p4tnav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}
