@charset "utf-8";



#contentcontact .contaner-1 {
	margin-top: 21px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 3px;
	text-align: center;
	z-index: +1;
	border-radius: 10px;
	width: 600px;
}



#contentcontact form {
	font: 16px Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #000000;
	margin-top: -35px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6px;
	padding: 40px;
	/* [disabled]clear: both; */
	-webkit-box-shadow: inset 1px 1px 9px #666;
	moz-box-shadow: inset 1px 1px 9px #666;
	ms-box-shadow: inset 1px 1px 9px #666;
	o-box-shadow: inset 1px 1px 9px #666;
	box-shadow: inset 1px 1px 9px #666;
	width: 570px;
	position: relative;
	z-index: auto;
	background-color: #ffffff;
	
	
}
#contentcontact form h1 {
	font: 28px Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	text-shadow:1px 2px 9px #666;
	text-align:center;

}

#contentcontact form table {
	margin-right: auto;
	margin-left: auto;
}
#contentcontact form table tbody tr td {
	font: bold 22px Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #000000;
	text-shadow: 1px 2px 9px #666;
	text-align: right;
	/* [disabled]padding-right: 0px; */
	padding-top: 5px;
	vertical-align: text-top;
	padding-bottom: 19px;
	
}
#contentcontact form table tbody tr td input ,select,textarea{
	color: #000000;
	background-color: #8c6d83;
	padding: 10px;
	width: 54px;
	margin-right: 7px;
	margin-bottom: 25px;
	border-radius: 5px;
	border: 3px solid #3a203f;
	-webkit-box-shadow: inset 1px 1px 9px #333;
	box-shadow: inset 1px 1px 9px #333;
	font: 22px Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
}
#contentcontact form table tbody tr td select {
	width: 0px;
}
#contentcontact form table tbody tr td textarea {
	height:250px;
	text-align: right;
	
}
#contentcontact form table tbody tr td input#send {
	font-size: 20px;
	font-weight: bold;
	background-color: #E8DCDC;
	border: 1px solid #8c6d83;
	margin-right: 199px;
	width: 179px;
}
#contentcontact form table tbody tr td input#send:hover {
	background:#ffffff;
	box-shadow:inset 1px 1px 9px #666;
	border:3px solid #ccc;
}
#contentcontact form table tbody tr td input ,select,textarea{
	-webkit-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
#contentcontact form table tbody tr td input:focus,select:focus ,textarea:focus{
	background-color: #ffffff;
	box-shadow:inset 1px 1px 9px #666;
}


#contentpublication form {
	font: 16px/42px Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #000000;
	margin-top:-65px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -23px;
	padding: 40px;
	-webkit-box-shadow: inset 1px 1px 9px #666;
	box-shadow: inset 1px 1px 9px #666;
	width: 900px;
	height: 926px;
	background-color: #ffffff;
	z-index: auto;
	position: relative;
}
#contentpublication form h1 {
	font: 28px Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	text-shadow:1px 2px 9px #666;
	text-align:center;
	margin-top:15px;

}

#contentpublication form table {
	margin-top: 60px;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
	width: 680px;
	padding-top: 45px;
	padding-bottom: 40px;
	padding-right: 0px;
	box-shadow: 1px 2px 9px #7B7EE9;
	-moz-border-radius: 100px 0px 100px 0px;
	-webkit-border-radius: 100px 0px 100px 0px;
	border-radius: 100px 0px 100px 0px;


}
#contentpublication form table tbody tr td {
	font: bold 20px Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #000000;
	text-shadow: 1px 2px 9px #666;
	text-align: right;
	padding-right: 0px;
	padding-top: 0px;
	vertical-align: text-bottom;
	width: 285px;
	padding-bottom: 0px;
	float: left;
	padding-left: 27px;
}


#contentpublication form table tbody tr td select{
	color: #000000;
	background-color: #71F8B2;
	padding: 10px;
	width: 481px;
	margin-right: -155px;
	margin-bottom: 26px;
	border-radius: 5px;
	border: 2px solid #3a203f;
	-webkit-box-shadow: inset 1px 1px 9px #333;
	box-shadow: inset 1px 1px 9px #333;
	font: 20px Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	/* [disabled]text-align: center; */
}

#contentpublication form table tbody tr td select {
	width: 230px;
}

#contentpublication form table tbody tr td select {
	-webkit-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

#contentpublication form table tbody tr td select:focus {
	background-color: #ffffff;
	box-shadow: inset 1px 1px 9px #666;
	webkit-box-shadow: inset 1px 1px 9px #666;
}
#contenttaghanat {
	margin-right: auto;
	margin-left: auto;
}
#contenttaghanat div {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -62px;
	margin-bottom: -20px;
	box-shadow: 1px 2px 9px #666;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: auto;
	position: relative;
	background-color: #ffffff;
}
#contenttaghanat div h1 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-shadow: 1px 2px 9px #666;
}
#contenttaghanat div ul {
	list-style-type: none;



}
#contenttaghanat div ul li {
	width: 650px;
	height: 60px;
	margin-top: 40px;
	margin-bottom: 40px;
	/*box-shadow: 1px 2px 9px #666;
	border: 1px solid #ffffff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;*/
	border:1px solid #666;
	box-shadow:0 25px 13px -25px #000;
	border-radius:25%;
	background-color: #E2E9C7;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 30px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	-webkit-transition: width 0.6s ease 0.2s, background-color 0.6s ease 0.2s;
	-o-transition: width 0.6s ease 0.2s, background-color 0.6s ease 0.2s;
	transition: width 0.6s ease 0.2s, background-color 0.6s ease 0.2s;





}
#contenttaghanat div ul li a {
	text-decoration: none;
	color: #000;
	-webkit-transition: color 0.6s ease-in 0.2s;
	-o-transition: color 0.6s ease-in 0.2s;
	transition: color 0.6s ease-in 0.2s;



}
#contenttaghanat div ul li img {
	clear: both;
	float: left;
	margin-left: -322px;
	margin-top: -23px;
	position: absolute;
	z-index: auto;
	border:1px solid #666;
	box-shadow:0 25px 13px -25px #000;
	border-radius:25%;
}
#contenttaghanat div ul li:hover {
	width: 750px;
	background-color: #ffffff;
}
#contenttaghanat div ul li a:hover {
	color: #7F8B75;
}
