	
	@charset "utf-8";
	
	/*  Table of Contents 
			
	01. DOCUMENT SETUP
		01.1 IMPORTS
		01.2 HIGHLIGHTED COLOR
		01.3 CONTROLS
		
	02. KEYFRAMES
	03. PRIMARY STYLES
	
	04. RESPONSIVE DESIGN
		04.1 TABLET (Portrait)
		04.2 MOBILE (Portrait)
		04.3 MOBILE (Landscape)
		
	05. BROWSER FIXES
	06. PRINT STYLES
	*/
	
	/*==================================== 01. DOCUMENT SETUP ====================================*/
	
	/*----- 01.1 IMPORTS -----*/
	@import url("bootstrap.css");
	@import url("bootstrap-theme.html");
	@import url("animate.min.css");
	@import url("font-awesome.min.css");
	@import url("perfect-scrollbar.css");
	@import url("prettyPhoto.css");
	@import url("validationEngine.jquery.css");
	@import url("jquery.mmenu.all.html");
	
	/*----- 01.2 HIGHLIGHTED COLOR - Default #e3672b -----*/
	::-moz-selection { background: #fa110a; color: #fff; text-shadow: none; }
	::selection { background: #fa110a; color: #fff; text-shadow: none; }
	
	/*----- 01.3 CONTROLS -----*/
	.alignleft{text-align:left;}
	.alignright{text-align:right;}
	.aligncenter{text-align:center;}
	
	.floatleft{float:left}
	.floatright{float:right}
	
	.clear{clear: both;display: block;font-size: 0;height: 0;line-height: 0;width:100%;overflow:hidden;visibility: hidden;}
	.clearleft{clear: left;display: block;font-size: 0;height: 0;line-height: 0;width:100%;overflow:hidden;visibility: hidden;}
	.clearright{clear: both;display: block;font-size: 0;height: 0;line-height: 0;width:100%;overflow:hidden;visibility: hidden;}
	
	.hide{display:none!important;visibility:hidden;}
	.show{display:block!important;visibility:visible;}
	
	
	/*==================================== 02. KEYFRAMES ====================================*/
	@keyframes fadein{0%{opacity:0}100%{opacity:1}}
	@-webkit-keyframes fadein{0%{opacity:0}100%{opacity:1}}
	@-moz-keyframes fadein{0%{opacity:0}100%{opacity:1}}
	@-o-keyframes fadein{0%{opacity:0}100%{opacity:1}}
	@-ms-keyframes fadein{0%{opacity:0}100%{opacity:1}}
	
	
	
	/*==================================== 03. PRIMARY STYLES ====================================*/

	body {
		font-family: 'Roboto', 'Source Sans Pro','Helvetica Neue', Arial, sans-serif;
		line-height: 20px;
		font-size: 14px;
		color: #333;
		text-rendering: optimizeLegibility;
		*background: url(../img/demoBG.jpg) no-repeat center top;
		-webkit-font-smoothing: antialiased;
		overflow: hidden!important;
	}
	
	*,
	*:focus{outline: 0 none !important;}

	@media (min-width: 1200px) {
	  .container {
	    max-width: 1000px !important;
	  }
	}

	.iletisimButonlari{position: absolute;width: 76px;height:152px;z-index: 999;top: 40%;left: 0}
	.iletisimButonlari ul{list-style-type: none;margin: 0;padding: 0}
	.iletisimButonlari ul li a{
		display: block;
		text-indent: -6666px;
		width: 76px;
		height: 76px;
		background-image:url(../img/contactButtons.png);
		background-repeat: no-repeat;
	}
	.iletisimButonlari ul li a.phone{background-position: 0 0}
	.iletisimButonlari ul li a.facebook{background-position: 0 -76px;}
	.iletisimButonlari ul li a.twitter{background-position: 0 -152px;}

	/*HEADER*/
	.header{display: block;position: absolute;top: 0;left: 0;width: 100%;z-index:99;}

	/*Header Top*/
	.header-top{
		display: block;
		width: 100%;
		position: relative;
	}

		/*Header Top Social*/
		#header-top-social{}
		#header-top-social ul{list-style-type: none;margin: 0;padding: 0; margin-top: 1px}
		#header-top-social ul li{float: left;}
		#header-top-social ul li a{display: block;background-image: url(../img/header-social.png); background-repeat: no-repeat;width: 16px; height: 16px;margin: 5px}
		#header-top-social ul li a.twitter{background-position: 0 0;width: 12px}
		#header-top-social ul li a.facebook{background-position: -20px 0}
		
		/*Header Top Links*/
		#header-top-info{}
		#header-top-info p{list-style-type: none;margin: 0;padding: 0; float: right;color:#A9A9A9;font-style: italic;font-size: 12px;line-height: 29px}

	/*Header Middle*/
	.header-middle{
		display: block;
		background: url(../img/header-middleBG.png) repeat center top;
		height: 95px;
		width: 100%;
		position: relative;
	}

		/*Header Middle Logo*/
		#header-middle-logo{}
		#header-middle-logo a{display: inline-block;*display: inline;zoom: 1; margin-top: 23px}

		/*Header Middle Navigation*/
		#header-middle-nav{}
		#header-middle-nav ul{list-style-type: none;margin: 0;padding: 0;}
		#header-middle-nav ul li{float: left;}
		#header-middle-nav ul li a{font-size: 13px;font-weight: bold;display: block;height: 95px;line-height: 95px;color: #797979;text-decoration: none;padding: 0 18px;transition:300ms all linear;-webkit-transition:300ms all linear;-moz-transition:300ms all linear;-o-transition:300ms all linear;-ms-transition:300ms all linear;}
		#header-middle-nav ul li.home a{background:#DEAC14; color: #fff}
		#header-middle-nav ul li:not(.home) a:hover,
		#header-middle-nav ul li:not(.home) a:focus{background: #000;color:#ddd}

		/*Header Middle Search*/
		#header-middle-search{position: relative;}
		#header-middle-search .search-toggle-buttton{display: block;text-align: center;height: 95px;line-height: 95px;color: #e2e2e2;background: #5a5a5a;font-size: 20px}
		#header-middle-search .searchBG{display: block;display: none;position: absolute;width: 350px;height: 60px; bottom: -60px;left: -282px;background: #fff}
		#header-middle-search .searchBG .searchInput{font-size:12px;height: 60px;border: 0 none;padding: 0 25px;color: #777;background: transparent; width: 270px;display: inline-block;*display: inline;zoom: 1;  }
		#header-middle-search .searchBG .searchButton{font-size:13px;display: inline-block;*display: inline;zoom: 1;background:#ececec;color: #777;border: 0 none;padding: 7px 15px;transition:200ms all linear;-webkit-transition:200ms all linear;-moz-transition:200ms all linear;-o-transition:200ms all linear;-ms-transition:200ms all linear;}
		#header-middle-search .searchBG .searchButton:hover,
		#header-middle-search .searchBG .searchButton:focus{color: #fff;background: #E9C140}

	/*Footer BG*/
	.footerBG{
		display: block;
		background: url(../img/footerBG.png) no-repeat center center;
		height: 50px;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0
		z-index:99999;
	}

		#footer-inner{display: block;position: relative;height: 50px}
		
		/*Footer Copyright*/
		#footer-inner .footer-copyright{display: block;height: 50px;line-height: 51px;font-size:13px;color:#fff;background: url(../img/footerCopyright.png) no-repeat left center;text-align: center;}
		
		/*Footer Menu*/
		#footer-inner .footer-menu{text-align: center;}
		#footer-inner .footer-menu ul{list-style-type: none;margin: 0;padding: 0}
		#footer-inner .footer-menu ul li{float: left;}
		#footer-inner .footer-menu ul li a{display: inline-block;*display:inline;margin:0 8px;zoom:1;color: #706C68;text-decoration:none;line-height: 51px;font-size: 13px;transition:200ms all linear;-webkit-transition:200ms all linear;-moz-transition:200ms all linear;-o-transition:200ms all linear;-ms-transition:200ms all linear;}
		#footer-inner .footer-menu ul li a:hover,
		#footer-inner .footer-menu ul li a:focus,
		#footer-inner .footer-menu ul li.selected a{color: #fff}

		/*Footer Slider Buttons*/
		#footer-inner .slider-buttons{display: block;text-align: center;}
		#footer-inner .slider-buttons a{margin-top:13px;display: inline-block;*display:inline;zoom:1;width: 26px;height: 28px;background-image: url(../img/sliderButtons.png);background-repeat: no-repeat;text-indent: -9999px;}
		#footer-inner .slider-buttons a.prev{background-position: 0 0;}
		#footer-inner .slider-buttons a.next{background-position: -26px 0}

	/*Pages*/
	.pages{}
		
		/*Page*/
		.page{
			display:block;
			position:absolute;
			height:478px;
			z-index:999;
			width:964px;
			left:50%;
			top:16%;
			margin-left:1080px;
			background:rgba(0,0,0,.9);
			display:none;
			color: #fff;
			border: solid 2px #fff;
		}
			/*Page Inner*/
			.pageInner{
				display: block;
				position: relative;
				width: 100%;
				height: 100%;
			}

				/*Page Close Button*/
				.pageClose{
					display: block;
					position: absolute;
					top: 0px;
					right: 0px;
					width: 50px;
					height: 50px;
					line-height: 50px;
					background: #DEAC14;
					color: #fff !important;
					text-align: center;
					cursor: pointer;
					transition:all .25s linear;
					-webkit-transition:all .25s linear;
					-moz-transition:all .25s linear;
					z-index: 99;
					opacity: .95;
				}

		.page h1,
		.page h2,
		.page h3,
		.page h4,
		.page h5,
		.page p{
			display: block;
			margin: 0;
			padding: 0
		}	
		
			/*Page Banner*/
			.pageBanner{
				display: block;
				width: 960px;
				height: 200px;
				position: relative;
			}

			.pageBanner img{}

			.pageBannerContent{
				position: absolute;
				z-index: 1;
				width: 960px;
				height: 200px;
				background: url(../img/pageHeader.png) no-repeat center center;
			}
				
				.pageBannerContent .pageBannerContentTitle{
					display: block;
					position: absolute;
					z-index: 2;
					width: 650px;
					height: 66px;
					line-height: 66px;
					bottom: 0;
					left: 0;
					text-indent: 30px;
					color: #333;
					font-family: 'Source Sans Pro' !important;
					font-size: 25px;
				}

				.pageBannerContentShare{
					position: absolute;
					left: 36px;
					top: 102px;
					width: 150px;
					text-align: center;
				}
				.pageBannerContentShare ul{list-style: none;margin: 0;padding: 0;}
				.pageBannerContentShare ul li{display: inline-block;*display: inline;zoom: 1;}
				.pageBannerContentShare ul li a{
					display: block;
					width: 22px;
					height: 22px;
					background-image: url(../img/pageBannerShareButtons.png);
					background-repeat: no-repeat;
					text-indent: -9999px;
					margin-left: 2px;
				}
				.pageBannerContentShare ul li a.button-share-tw{width: 16px;height: 15px;background-position: 0 0;margin-left: 0 }
				.pageBannerContentShare ul li a.button-share-fb{width: 16px;height: 15px;background-position: -21px 0; }
				.pageBannerContentShare ul li a.button-font-plus{width: 20px;height: 14px;background-position: -49px 0; }
				.pageBannerContentShare ul li a.button-font-minus{width: 20px;height: 14px;background-position: -79px 0; }
				.pageBannerContentShare ul li a.button-font-normal{width: 20px;height: 14px;background-position: -103px 0; }
				.pageBannerContentShare ul li a.button-print{width: 16px;height: 17px;background-position: -130px 0; }

			/*Page Content*/
			.pageContent{
				display: block;
				padding: 10px;
				position: relative;
				height: 275px;
			}

				.content{
					position: relative;
					height: 100%;
					overflow: hidden;
				}
				
				/*Page Content Left*/
				.pageContentLeft{
					font-size: 12px;
				}

					.pageContentLeft p{text-indent: 25px;color: #999;}
					.pageContentLeft hr{
						display: block;
						margin: 0;
						border: 0 none;
						border-bottom: dotted 1px #222;
						margin: 10px 0;
					}
					
					.pageContentLeft .form-control{
						display: block;
						border: solid 2px #fff;
						background: #DEAC14;
						transition:background .2s linear;
						font-size: 12px;
						font-weight: bold;
						color: rgba(0,0,0,.7);
					}
					.pageContentLeft .form-control:focus{
						background: #fff;
					}

					.Button{
						display: block;
						border-radius: 90px;
						-webkit-border-radius: 90px;
						-moz-border-radius: 90px;
						position: relative;
						padding-right: 42px;
						overflow: hidden !important;
						padding-left: 15px;
						font-weight: bold;
						font-size: 13px;
					}
					.Button em{
						position: absolute;
						top: 0;
						right: 0;
						height: 100%;
						background: rgba(0,0,0,.1);
						width: 30px;
						text-align: center;
						line-height: 30px;
						border-radius:  0 90px 90px 0;
						-webkit-border-radius:  0 90px 90px 0;
						-moz-border-radius:  0 90px 90px 0;
					}


				.cls{
					display: block;
					margin: 15px 0;
				}

				/*Page Content Right*/
				.pageContentRight,
				.cls{}

					.pageContentRight ul,
					.cls ul{list-style: none;margin: 0;padding: 0}
					.pageContentRight a,
					.cls a{
						display: block;
						color: #fff;
						background: #111;
						text-decoration: none;
						position: relative;
						border-bottom: solid 1px #000;
						padding: 10px 15px;
						transition:all .25s linear;
						-webkit-transition:all .25s linear;
						-moz-transition:all .25s linear;
					}
					.pageContentRight li.selected a,
					.cls li.selected a{
						background: #DEAC14;
						color: #fff;
					}

					.pageContentRight li:not(.selected) a:hover,
					.pageContentRight li:not(.selected) a:focus,
					.cls li:not(.selected) a:hover,
					.cls li:not(.selected) a:focus{
						background: #fff;
						color: #666;
					}

					.pageContentRight a em{position: absolute;right: 10px;margin-top: 3px;}


		ul.projeler{list-style: none;margin: 0;padding: 0}
		ul.projeler li:first-child{margin-left: 15px;margin-right: 9px;}
		ul.projeler li{
			width: 47%;
			float: left;
			height: 256px;
			position: relative;
			margin-bottom:7px;
			margin-left:15px;
		}
		ul.projeler li a{
			display: block;
			width: 100%;
			height: 100%;
			background: url(../img/devamedenprojeler.png) no-repeat center center;
		}
		ul.projeler li a.devamedenprojeler{background: url(../img/devamedenprojeler.png) no-repeat center center;}
		ul.projeler li a.tamamlananprojeler{background: url(../img/tamamlananprojeler.png) no-repeat center center;}
				

		.projeList{}
		.projeList ul{list-style: none;margin: 0;padding: 0}
		.projeList ul li{
			width: 33%;
			float: left;
			height: 230px;
			position: relative;
		}
		.projeList ul li a{
			display: block;
			width: 100%;
			height: 100%;
			background: #fff;
			position: relative;
		}
		.projeList ul li a:hover img{
			opacity: .5;
		}
		.projeList ul li a img{
			display: block;
			width: 290px;
			position: absolute;
			left: 50%;
			top: 10px;
			margin-left: -145px;
			z-index: 1;
			transition: opacity .25s linear;
		}
		.projeList ul li a p{
			display: block;
			width: 290px;
			position: absolute;
			left: 50%;
			top: 180px;
			padding-left:5px;
			margin-left: -145px;
			z-index: 2;
			background: #DEAC14;
			color: #fff;
			height: 40px;
			line-height: 40px;
		}
		.projeList ul li a em{
			display: block;
			width: 30px;
			position: absolute;
			right: 20px;
			top: 185px;
			z-index: 3;
			color: #DEAC14;
			height: 30px;
			line-height: 30px;
			text-align: center;
			background: #fff;
			border-radius: 200px;
			
		}


		.table{
			background: #fff;
			color: #333;
		}
		.table tr{
			transition: background .25s linear;
			-webkit-transition: background .25s linear;
			-moz-transition: background .25s linear;
		}
		.table tr:hover{
			background: #DEAC14;
		}


		.photogalery{margin-top: 3px;}
		.photogalery ul{list-style-type: none;margin: 0;padding: 0}
		.photogalery ul li{float: left;}
		.photogalery ul li a{
			display: block;
			position: relative;
			margin: 4px;
			border: solid 2px #fff;
			width: 124px;
			height: 94px;
		}
		.photogalery ul li a img{
			width: 120px;
			height: 90px;
			display: block;
			transition: opacity .25s linear;
			-webkit-transition: opacityopacity .25s linear;
			-moz-transition: opacity .25s linear;
		}
		.photogalery ul li a:hover img{
			opacity: .4
		}


	a.inotek{display: block;width: 21px;height: 70px;background: url(../img/inotek.png) no-repeat center center;position: absolute;bottom: 15%;right: 0;z-index: 999}
	
	.overlay{
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9998;
		background: #000;
		opacity: .7;
		cursor: pointer;
		top: 0;
		left:0;
		display: none;
	}
	.loader{
		display: block;
		width: 95px;
		height: 95px;
		position: fixed;
		z-index: 9999;
		background: #fff url(../img/loader.gif) no-repeat center center;
		cursor: pointer;
		top: 48%;
		left:50%;
		margin-top: 0px;
		margin-left: -73px;
		border-radius: 5px;
		box-shadow: rgba(0,0,0,.3) 0 0 15px 0px;
		display: none;
		border-radius: 200px;
		-webkit-border-radius: 200px;
		-moz-border-radius: 200px;
	}
	
	html {height:100%;}
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
	#supersized img { border:none;width:110% !important; height:auto; position:relative; display:none; outline:none; border:none; }
	#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
	#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
	#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
	#supersized a { width:100%; height:100%; display:block; }
	#supersized li.prevslide { z-index:-20; }
	#supersized li.activeslide { z-index:-10; }
	#supersized li.image-loading img{ visibility:hidden; }
	#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
	body > div.supersizedWrapper {
		background: url('../images/pattern.png'), url('../images/overlay.png') center center;
		background-repeat: repeat, repeat;
		height:100%;
		width:100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1
	}
	#controls {
		position:absolute;
		height:29px;
		width:64px;
		right:0px;
		margin:0;
		top:10px;
	}
	#controls > div {
		float:left;
		margin-right:2px;
		display:inline-block;
		height:29px;
		width:30px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		margin:0;
		-webkit-transition: background-color 0.3s ease-in-out;
		-moz-transition: background-color 0.3s ease-in-out;
		-o-transition: background-color 0.3s ease-in-out;
		-ms-transition: background-color 0.3s ease-in-out;
		transition: background-color 0.3s ease-in-out;
		cursor:pointer;
	}
	
	li.showc{
		display: none;
	}
	a.showc{
		display: block;
		background: #DEAC14;
		position: absolute;
		top: 30px;
		right: 0;
		z-index: 999;
		padding: 10px;
		color: #333;
		display: none;
	}
	.mobilemenu{
		display: block;
		width: 100%;
		position: absolute;
		top: 30px;
		left: 0;
		z-index: 998;
		display: none;
	}

	.mobilemenu select{
		display: block;
		width: 100%;
		padding: 10.3px;
		border: 0 none;
		background: #050505;
		color:#DEAC14;
	}

	/*==================================== 04. RESPONSIVE DESIGN ====================================*/
	
	/*----- 03.1 TABLET (Portrait) -----*/
	@media only screen and (min-width: 768px) and (max-width: 993px) {
		
		.pageBannerContent{background: #fff none !important}
		#header-middle-nav ul{
			display: none!important;
		}
		a.showc{display: block !important;}
		#header-middle-logo{text-align: center;}
		.footer-menu{display: none;}
		.footerBG{background: url(../img/footerBG_mobile.png) center center #111!important;}
		.footer-copyright{display: none!important;}
		.loader{margin-left: -47.5px;top:43%;}

		.page{
			width: 96% !important;
			top: 27%!important;
			left: 51%!important;
			height: 61%!important;
		}
		.pageInner{
			position: relative;
			overflow: hidden;
		}
		.pageBannerContentShare{display: none!important;}
		.pageBanner{
			background: #fff!important;
			height: 52px!important;
			position: relative;
			overflow: hidden;
		}
		.pageBanner img{display: none !important;}
		.pageBannerContentTitle{
			background: #fff!important;
			height: 50px;
			line-height: 52px!important;
			top: 0!important;
			text-indent: 10px!important;
			font-size: 18px!important;
		}
		.pageContentRight{
			display: none;
		}

	}
	
	/*----- 03.2 MOBILE (Portrait) -----*/
	@media only screen and (max-width: 767px) {
		
		.pageBannerContent{background: #fff none !important}
		#header-middle-nav ul{
			display: none!important;
		}
		a.showc{display: block !important;}
		#header-middle-logo{text-align: center;}
		.footer-menu{display: none;}
		.footerBG{background: url(../img/footerBG_mobile.png) center center #111!important;}
		.footer-copyright{display: none!important;}
		.loader{margin-left: -47.5px;top:43%;}

		.page{
			width: 96% !important;
			top: 27%!important;
			left: 49%!important;
			height: 61%!important;
		}
		.pageInner{
			position: relative;
			overflow: hidden;
		}
		.pageBannerContentShare{display: none!important;}
		.pageBanner{
			height: 52px!important;
			position: relative;
			overflow: hidden;
			background: #fff!important;
		}
		.pageBanner img{display: none !important;}
		.pageBannerContentTitle{
			background: #fff!important;
			height: 50px;
			line-height: 52px!important;
			top: 0!important;
			text-indent: 10px!important;
			font-size: 18px!important;
		}
		.pageContentRight{
			display: none;
		}

		ul.projeler li{
			width: 45%;
			float: left;
			height: 225px;
			position: relative;
		}
		ul.projeler li a.devamedenprojeler{background: url(../img/devamedenprojeler_mobile.png) no-repeat center center !important;}
		ul.projeler li a.tamamlananprojeler{background: url(../img/tamamlananprojeler_mobile.png) no-repeat center center !important;}
		.projeList ul li{
			width: 100%;
			position: relative;
			overflow: hidden;
			height: 210px!important;
		}
		.projeList ul li img,
		.projeList ul li p{width: 94.7% !important;left: 54%!important;text-indent: 18px!important;}
		.projeList ul li p{top: 78% !important;}
		.projeList ul li a em{top: 80%!important;}

	}
	
	/*----- 03.3 MOBILE (Landscape) -----*/
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		.pageBannerContent{background: #fff none !important}
		#header-middle-nav ul{
			display: none!important;
		}
		a.showc{display: block !important;}
		#header-middle-logo{text-align: center;}
		.footer-menu{display: none;}
		.footerBG{background: url(../img/footerBG_mobile.png) center center #111!important;}
		.footer-copyright{display: none!important;}
		.loader{margin-left: -47.5px;top:43%;}

		.page{
			width: 96% !important;
			top: 27%!important;
			left: 49%!important;
			height: 61%!important;
		}
		.pageInner{
			position: relative;
			overflow: hidden;
		}
		.pageBannerContentShare{display: none!important;}
		.pageBanner{
			height: 52px!important;
			position: relative;
			overflow: hidden;
			background: #fff!important;
		}
		.pageBanner img{display: none !important;}
		.pageBannerContentTitle{
			background: #fff!important;
			height: 50px;
			line-height: 52px!important;
			top: 0!important;
			text-indent: 10px!important;
			font-size: 18px!important;
		}
		.pageContentRight{
			display: none;
		}

		ul.projeler li{
			width: 45%;
			float: left;
			height: 225px;
			position: relative;
		}
		ul.projeler li a.devamedenprojeler{background: url(../img/devamedenprojeler_mobile.png) no-repeat center center !important;}
		ul.projeler li a.tamamlananprojeler{background: url(../img/tamamlananprojeler_mobile.png) no-repeat center center !important;}
		.projeList ul li{
			width: 100%;
			position: relative;
			overflow: hidden;
			height: 210px!important;
		}
		.projeList ul li img,
		.projeList ul li p{width: 94.7% !important;left: 54%!important;text-indent: 18px!important;}
		.projeList ul li p{top: 78% !important;}
		.projeList ul li a em{top: 80%!important;}

	}
	
	
	
	/*==================================== 05. BROWSER FIXES ====================================*/
	.oldie img{}
	
	
	
	/*==================================== 06. PRINT STYLES ====================================*/
	@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter:
	none !important; } 
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	}