@charset "utf-8";

/* GLOBALS */

/* KAPSAM */
.container		 			{max-width: 1260px; margin-left:auto; margin-right:auto; padding:30px; padding-top:0px; border: 1px solid #d5d5d5; border-top:0px; background-color:#FFF;}
.col_c1						{display:block; float:left;}
.col_c2						{display:block; float:right;}
.col_c3						{padding:10px;}
.col_c4						{margin-top:10px; margin-bottom:10px;}
.col_c5						{border-bottom: 3px solid #C92C2C; padding-bottom:15px; margin-top:20px; margin-bottom:20px;}
.col_c6						{margin-top: 20px; margin-bottom:20px; padding: 15px; border: 1px solid #CCCCCC;}

.col_25						{width:25%; float:left;}
.col_75						{width:75%; float:left;}
.col_40						{width:40%; float:left;}
.col_60						{width:60%; float:left;}

.clear						{clear:both;}

.img1	 					{width: 100%; max-width: 197px; margin-left:auto; margin-right:auto;}
.img2						{display:block; width:100%; max-width:100px;}
.img3	 					{width: 100%; max-width: 100px;}

.m10						{margin:10px;}
.m20						{margin:20px;}
.m_t10						{margin-top:10px;}
.m_b10						{margin-bottom:10px;}
.m_t20						{margin-top:20px;}
.m_b20						{margin-bottom:20px;}

.p0							{padding:0px;}
.p10						{padding:10px;}
.p20						{padding:20px;}
.p_t10						{padding-top:10px;}
.p_t15						{padding-top:15px;}
.p_l10						{padding-left:10px;}
.p_l20						{padding-left:20px;}
.p_l30						{padding-left:30px;}
.p_r10						{padding-right:10px;}
.p_b5						{padding-bottom:5px;}
.p_b10						{padding-bottom:10px;}
.p_t20						{padding-top:20px;}
.p_b20						{padding-bottom:20px;}

.w100						{width:100px}
.h100						{height:100px}

.br110						{border-top:1px dashed #c1c1c1;}
.br112						{border-top:1px dashed #c1c1c1; border-bottom:1px dashed #c1c1c1;}
.br113						{border:1px dashed #c1c1c1;}
.obr203						{outline:1px solid #c1c1c1;}

.L1							{text-decoration:none;}
.L1:hover					{text-decoration:underline;}

.f2							{font-family: 'Open Sans Condensed';}
.f3							{font-family: 'Poppins', sans-serif;}

.fs12						{font-size:12px;}
.fs14						{font-size:14px;}
.fs18						{font-size:18px;}
.fs20						{font-size:20px;}
.fs23						{font-size:23px;}

.color1						{color:#323232;}
.color3						{color:#BF0000;}
.color5						{color:#C92C2C;}
.color6						{color:#FFFFFF;}
.color8						{color:#253E22;} 
.color9						{color:#10A2DB;}

.bold						{font-weight:bold;}

.ta_c						{text-align:center;}
.ta_l						{text-align:left;}

.bg_color1					{background-color:#FFFFFF;}
.bg_color3					{background-color:#EEEFF0;}
.bg_color5					{background-color:#F8F8F8;}
.bg_color6					{background-color:#333333;}

.menu_blok_1				{display:block;}
.menu_blok_2				{display:none;}


.dsp1						{display:block;}
.dsp2						{display:inline-block;}

.round						{display: block; max-width: 150px; max-height: 150px; margin-left:auto; margin-right:auto; border-radius: 50%;}
.round:hover				{filter: grayscale(1);}

.h50						{height:50px;} 
.ln2						{line-height:1.5;}

/*
.menu_blok_1				{display:block;}
.menu_blok_2				{display:none;}
*/

/* LİST 1 */
.list1 ul 					{margin: 0; padding: 0;}
.list1 li					{list-style-type: none;}
.list1 li::before			{content: "» ";}
/* LİST 1 */

/* LİST 2 */
.list2 ul 					{margin: 0; padding: 0;	overflow: hidden;}
.list2 li 					{list-style-type: none; width:33.333%; float: left;}
.list2 li a 				{margin:10px; padding:20px; display: block; color: white; text-align: center; text-decoration: none; font-size:20px;}

.list2 li a.c1 				{background:#719A20;}
.list2 li a.c1:before		{content: "\f017"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit;} 
.list2 li a.c1:hover 		{background-color: #002051;}

.list2 li a.c2 				{background:#BF0000;}
.list2 li a.c2:before		{content: "\f245"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit;} 
.list2 li a.c2:hover 		{background-color: #002051;}

.list2 li a.c3 				{background:#10A2DB;}
.list2 li a.c3:before		{content: "\f098"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit;} 
.list2 li a.c3:hover 		{background-color: #002051;}

/* LİST 4 */
.list4						{display:block; list-style-type:none;}
.list4 li					{list-style-type:none; display:block; float:left; height:auto; background-color:none;}	
.list4 li.c2				{width:50%;}
.list4 li div				{display:block;}	
.list4:after 				{content: ''; display: block; clear: both;}	
/* LİST 4 */

/* LİST 5 */
.list5 ul 					{overflow: auto;}
.list5 li 					{list-style-type: none; display:inline-block;}
.list5 li a i 				{width:45px; height: 35px; padding: 0px; padding-top:10px; padding-bottom:0px; margin-top:5px; margin-left: 5px; color: #fff; text-align: center;}
.list5 .fa-facebook 		{background:#3C5B9B;} 
.list5 .fa-instagram 		{background:#5F4B44;}
.list5 .fa-twitter 			{background:#19BFE5;}
.list5 .fa-google-plus 		{background:#D64136;}
.list5 .fa-rss 				{background:#FD9F13;}
/* lİST 5 */

/* LİST 6 */
.list6						{display:block; list-style-type:none;}
.list6 li					{list-style-type:none; display:block; float:left; height:auto; background-color:none;}	
.list6 li.c5				{width:20%;}
.list6 li div				{display:block;}	
.list6:after 				{content: ''; display: block; clear: both;}	
/* LİST 6 */

/* LİST 7 */
.list7						{display:block; list-style-type:none; border-top: 1px dashed #d5d5d5; margin-top:10px;}
.list7 li					{display:block; list-style-type:none; margin:0; padding:0; line-height:40px; border-bottom: 1px dashed #d5d5d5;}
.list7 li.w					{width:20%; display:inline-block;}	
.list7 li:nth-child(odd)	{background:#f1f1f1;}
.list7 li:nth-child(even)	{background:#ffffff;}
.list7 li:hover				{background:#E5E5E5;}
/* LİST 7 */

/* LİST 8 */
.list8						{display:block; list-style-type:none; margin-top:10px;}
.list8 li					{display:block; float:left; width:25%; list-style-type:none; 
							margin:0; border-bottom: 1px dashed #d5d5d5;}
.list8 li span				{display:block; width:100px; height:100px; padding-bottom:10px;}							
.list8 li:hover				{background:#E5E5E5;}
/* LİST 8 */


/* LIST9 */
.list9						{padding:10px; padding-top:10px;}
.list9 li					{display:block; margin:0 !important; padding:0 !important; border-bottom: 1px dashed #d5d5d5;}	
.list9 li.head				{display:block;}	
.list9 li .all				{padding-top:10px; padding-bottom:10px; display:inline-block; vertical-align:top; line-height:18px; float:left;}	
.list9 li .col1				{padding-left:2%; padding-right:1%; width:7%;}
.list9 li .col2				{padding-left:2%; padding-right:1%; width:77%;}
.list9 li .col3				{padding-left:2%; padding-right:1%; width:7%;}
.list9 li .col4				{padding-left:2%; padding-right:1%; width:20%;}
.list9 li .col5				{padding-left:2%; padding-right:1%; width:51%;}
.list9 li .col6				{padding-left:2%; padding-right:1%; width:20%;}
.list9 li:nth-child(odd)	{background:#f1f1f1;}
.list9 li:nth-child(even)	{background:#ffffff;}
.list9 li:hover				{background:#E5E5E5;}
/* LIST9 */

/* LIST10 */
.list10						{padding:10px; padding-top:10px;}
.list10 li					{display:block; margin:0 !important; padding:0 !important; border-bottom: 1px dashed #d5d5d5;}	
.list10 li.head				{display:block;}	
.list10 li .col1			{padding-top:10px; padding-bottom:10px; padding-left:2%; padding-right:1%; width:3%; font-size:14px; 
							color:#323232; display:inline-block; vertical-align:top; line-height:18px; float:left;}	
.list10 li .col2			{padding-top:10px; padding-bottom:10px; padding-left:2%; padding-right:5%; width:82%; 
							font-size:14px; color:#323232; display:inline-block; vertical-align:top; line-height:18px; float:left;}
.list10 li .col2 a			{color:#323232;}
/* LIST10 */

/* LİST 11 */
.list11						{display:block; list-style-type:none; margin-top:10px;}
.list11 li					{display:block; list-style-type:none; margin:0; padding:0; line-height:40px;}
/* LİST 11 */



/* GOOGLE MAPS */
.google-maps 				{position: relative; padding-bottom: 75%; height: 0; overflow: hidden;}
.google-maps iframe 		{position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important;}
/* GOOGLE MAPS */	










