/**
  * @category      Interface/CSS
  * @package       DipnotCMS
  * @author        Cagri Burak Surer
  * @copyright     2014 Dipnot - dipnot.com.tr
  * @license
  * @version	   1.0
  * @filesource
  * @link          http://www.dipnot.com.tr
  * @see
  * @since
  **/

html 
{
	margin: 0;
	padding: 0;
}

body 
{
	background: #fff url(images/bgm.jpg) no-repeat top center;
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:9pt;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
  
}


p 
{
	margin-top: 0px;
	margin-bottom: 20px;
}

a, a:visited, a b 
{
	color: #df2b2b;
	text-decoration: underline;
	cursor: pointer;
}

a:hover 
{
	text-decoration: none;
}

a:focus
{
	outline: none;
}

a img 
{
	border: none;
}

form 
{
	padding: 0;
	margin: 0;
	display: inline;
}

.clear
{
	clear:both;
}

.etiket 
{
	background: #e9e9e9;
	border:1px solid #ccc;
	padding:4px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 8pt;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	cursor: pointer;
}

.etiket a 
{
	color: #969696;
	font-size: 8pt;
	text-decoration: none;
}

.etiket:hover 
{
	background: #fff;
}

#container 
{
	width: 1060px;
	min-height: 550px;
	margin: 40px auto 80px auto;
	font-size: 10pt;
	line-height: 21px;
	color: #000;
}

#container h1 
{
	color: #000;
	font-size: 19pt;
	margin-bottom: 20px;
	padding: 0px;
}

#container h2 
{
	margin: 10px 0px 10px 0px;
	color: #000;
	font-size: 11pt;
	padding: 0px;
}

.ibox
{
	width: 320px;
	min-height: 450px;
	padding:0px;
	margin-right: 5px;
	float:left;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.ibox table 
{
	width: 100%;
}

.ibox .title 
{
	width: 300px;
	padding:10px;
	background: #4378B3;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	 border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	text-align:center;
	font-weight: 700;
}

.ibox td img 
{
	vertical-align:middle;
}

.ibox td 
{
	padding:10px;
	font-size: 11pt;
	line-height:21px;
	border-bottom:1px solid #e5e5e5;
}

.ibox .desc 
{
	margin-bottom: 5px;
	font-size: 8pt;
	color: #000;
}

.ibox input[type="text"]
{
	margin-bottom: 10px;
	width: 300px;
	padding: 5px;
	border:1px solid #ccc;
	background: #fff;
	display:block;
	font-size: 8pt;
}

.ibox textarea
{
	margin-bottom: 10px;
	width: 300px;
	height: 120px;
	padding: 5px;
	border:1px solid #ccc;
	background: #fff;
	display:block;
	font-size: 8pt;
	font-family: Arial;
}

.ibox input[type="submit"] 
{
	cursor: pointer;
	padding:3px;
	font-size: 8pt;
}

.harita 
{
	width: 320px;
	height: 380px;
	background: #121212;
}

.hizmet 
{
	width: 950px;
	height: 85px;
	background: transparent;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 9pt;
	line-height: 19px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	background: #f5f5f5;
}

.hizmet .baslik 
{
	margin-bottom: 15px;
}

.hizmet .baslik a 
{
	
	text-decoration: none;
	font-size: 11pt;
	color: #D00000;
	font-weight: bold;
}

.sfoto 
{
	background: #e5e5e5;
	float: left;
	padding: 5px;
	width: 200px;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

.galeri 
{
	width: 200px;
	height: 200px;
	padding: 5px;
	background: #000;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.galeri:hover 
{
	background: #C80000;
}

#header-ust 
{
	width: 100%;
	height: 84px;
	background: url(images/header.png) no-repeat;
	position: relative;
}

#header 
{
	width: 1060px;
	height: 84px;
	margin:0px auto 0px auto;
	position: relative;
}


#header #logo 
{
	position: absolute;
	left: 0px;
	top: 20px;
}

#header #menu 
{
	width: 800px;
	bottom: 10px;
	height: 28px;
	position: absolute;
	right: 0px;
}

#menu ul 
{
	list-style-type-: none;
	list-style-position: inside;
}

#menu ul li 
{
	float: left;
	position: relative;
	border-right: 1px solid #fff;
}

#menu ul li a 
{
	color: #fff;
	font-size: 10pt;
	display: block;
	padding: 5px 5px 5px 5px;
}

#menu > ul > li > div 
{
	display: none;
	background: #1A5AA2;
	position: absolute;
	z-index: 5;
	padding: 10px;
	text-align:left;
	min-width:150px;
}

#menu > ul > li:hover > div 
{
	display: block;
}

#menu > ul > li > div > ul {
	display: table-cell;
}

#menu > ul > li ul + ul 
{
	padding-left: 10px;
}

#menu > ul > li ul > li > a 
{
	text-decoration: none;
	padding: 4px;
	color: #fff;
	display: block;
	white-space: nowrap;
	min-width: 120px;
	padding-left:0px;
	font-size: 9px
}

#menu > ul > li ul > li > a:hover 
{
	
}

#menu > ul > li > div > ul > li > a 
{
	color: #fff;
	padding-left:0px;
	font-size: 9pt;
}

#alt 
{
	width: 100%;
	height: 90px;
	background: url(images/alt.png) no-repeat top center;
	position: fixed;
	bottom: 0px;
	left: 0px;
	cursor: pointer;
	z-index: 9999;
}


.hizmet2 
{
	width: 320px;
	height: 240px;
	padding:5px;
	float:left;
	margin-left: 10px;
	margin-bottom:10px;
	background: #fff url(images/zaydam.png) no-repeat bottom center;
	font-family: 'Roboto', sans-serif;
   -webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    inset 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         inset 0px 0px 5px 0px rgba(50, 50, 50, 0.25); 	
	display: table;
	text-align:center;
}

.hizmet2 p 
{
	display: table-cell;
	vertical-align: middle;
}

.hizmet2 .name 
{
	display: block;
	margin-top:10px;
	text-align:center;
}

.hizmet2 .name a 
{
	font-size: 14pt;
	color: #000;
	text-decoration: none;
}

.hizmet2 img 
{
	margin-top:0px;
	padding-top:0px;
}

.ekip 
{
	width: 500px;
	height: 170px;
	background: #fff url(images/zaydam.png) no-repeat center;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #444;
	font-size: 9pt;
	line-height: 19px;
	padding: 5px;
	border:5px solid #4378B3;
	padding: 10px;
}

.ekip .baslik 
{
	margin-bottom: 15px;
}

.ekip .baslik a 
{
	color: #000;
	font-size: 13pt;
	text-decoration: none;
	font-weight: bold;
}

.proje 
{
	width: 280px;
	height: 280px;
	background: #ccc;
	float: left;
	position: relative;
	border-right:1px solid #fff;
}

.proje .cover 
{
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 15px;
	width: 250px;
	height: 250px;
	background: url(images/saydam.png) repeat;
	z-index: 9999;
	cursor: pointer;
	display: none;
}

.cover strong 
{
	color: #fff;
	font-size: 15pt;
	display: block;
	font-weight: 400;
}

.product 
{
	width: 100%;
	height: 450px;
	position: relative;
	margin-bottom: 20px;
}

.product .image 
{
	text-align:center;
	width: 400px;
	height: 450px;
	border:1px solid #ccc;
	display: table;
	float: left;
	background: #fff;
}

.product .image p 
{
	vertical-align: middle;
	display: table-cell;
}

.product .aciklama 
{
	width: 600px;
	min-height: 450px;
	float: right;
	font-size: 8pt;
	color: #000;
	line-height: 16px;
}

.aciklama .fiyat
{
	width: auto;
	height: auto;
	color: #000;
	font-size: 12px;
}

.aciklama .fiyat b 
{
	font-size: 26pt;
}

#dipnot 
{
	position: fixed;
	right: 70px;
	bottom: 10px;
}

.harita3 
{
	width: 1060px;
	height: 350px;
	background: #ccc;
}

.form 
{
	width: 1060px;
	background: #fff;
	padding: 15px;
	min-height: 350px;
	border:1px solid #ccc;
}

.form input[type="text"], #icerik input[type="text"], #icerik select 
{
	width: 450px;
	padding: 5px;
	border:1px solid #ccc;
	background: #fff;
	margin-bottom: 10px;
	display: block;
	font-size: 9pt;
}

.form label, #icerik label 
{
	display: block;
	font-weight: bold;
	color: #000;
	font-size: 8pt;
	margin-bottom: 4px;
}

.form textarea
{
	width: 450px;
	height: 75px;
	font-family: Arial;
	padding: 5px;
	border:1px solid #ccc;
	background: #fff;
	margin-bottom: 10px;
	display: block;
	font-size: 9pt;
}

.form input[type="submit"] 
{
	cursor: pointer;
	background: #4378B3;
	border:1px solid #4378B3;
	color: #fff;
	font-size: 10pt;
}

#social 
{
	width: 54px;
	height: 115px;
	background: url(images/social.png) no-repeat;
	position: fixed;
	top: 350px;
	right: 0px;
}

#social .facebook 
{
	width: 54px;
	height: 54px;
	cursor: pointer;
	margin-bottom: 4px;
}

#social .twitter 
{
	width: 54px;
	height: 54px;
	cursor: pointer;
	margin-bottom: 0px;
}

#icerik table 
{
	border:1px solid #ccc;
	border-collapse: collapse;
}

#icerik td 
{
	border:1px solid #ccc;
	padding: 5px;
}

#container strong 
{
	font-weight; bold;
}

#container em 
{
	font-style: italic;
}