.condensed{
	font-family: 'Open Sans Condensed', sans-serif;
}
.condiment{
	font-family: 'Condiment', cursive;
}
::selection {
	background-color: #CD5A2F;
}
html, body {
	background: #fff;
	width:100%;
	height:100%;
	padding:0;
	margin-left:0;
	margin-right:0;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}
body{
	overflow-x: hidden; 
}
img {
    -moz-user-select: none; 
    -webkit-user-select: none;
    -ms-user-select: none; 
    user-select: none; 
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus
{
	text-decoration:none;
	outline:none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	color:#333;	}
p{
	margin:0 0 5px;
	color:#333	}
.clear{
	clear:both;
}
ol, ul{
	list-style:none;
	padding:0;
}
.btn{
	outline:none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.btn:focus{
	outline:none;
}

.btn:active{
	outline:none;
}
.animated{
	visibility:hidden;
}
.visible{
	visibility:visible;
}
.container {
	width: 100%;
	height: auto;
	padding:0;
	margin:0;
}
.inner{
	width:100%;
	height: auto;
	max-width: 1170px;
	position: relative;
	margin: 0 auto;
	padding: 75px 0;
	text-align: center;
}
.inner:after{
	clear: both;
}
.fullwidth{
	width:100%;
	max-width: 100%;
}
.transparent{
	background: transparent !important;
}
.no-padding{
	padding:0 !important;
}
.no-margin{
	margin:0 !important;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.fixed{
	position:fixed;
}

/* History */

#history{
	background:url(../images/bg.jpg) top fixed;
}
.history{
	padding-bottom:0;
}
#history ul.timeline{
	width: 100%;
	max-width:1170px;
	margin-top:-70px;
	display: block;
	background:url(../images/history-strip.jpg) center center repeat-y;
	position: relative;
	height: auto;
	padding:0 0 150px;
}
#history ul.timeline li.time{
	width: 160px;
	height: 55px;
	position: relative;
	clear: both;
	border-radius: 15px;
	background: #D7A658;
	text-align: center;
	color:#fff;
	line-height: 52px;
	font-family: 'Arial', Arial, sans-serif;
	font-size: 20px;
	margin:30px auto;
	cursor: default;
}
#history ul.timeline li.today{
	background: #d7af0d;
	color:black;
	margin:40px auto;
}
#history ul.timeline li.note{
	width:46%;
	min-height: 100px;
	float:right;
	background:white;
	border:1px solid #ececec;
	margin:35px 0;
	border-radius:12px;
	position: relative;
	text-align:left;
	padding:24px 24px 50px;
	font-style: italic;
	cursor:pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#history ul.timeline li.note:nth-of-type(2n){
	float: left;
	clear: left;
}
#history ul.timeline li.time + li.note{
	margin-top:-5px;
}
#history ul.timeline li.note:after{
	content:'';
	position:absolute;
	left:-10.7%;
	right: auto;
	display:block;
	width:11px;
	height:11px;
	background:white;
	border-radius:100px;
	top:50%;
	z-index:20;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#history ul.timeline li.note:nth-of-type(2n):after{
	right:-11%;
	left: auto;
}
.note-arrow{
	position: absolute;
	right: 100%;
	left: auto;
	top: 50%;
	display: block;
	border-right: 15px solid;
	border-right-color: #ececec; 
	border-left: none;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent; 
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.note-arrow:after{
	content:'';
	position: absolute;
	left: 1px;
	right:auto;
	top: 0px;
	display: block;
	border-right: 14px solid;
	border-right-color: white; 
	border-left: none;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent; 
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
#history ul.timeline li.note:nth-of-type(2n) .note-arrow{
	left: 100%;
	right: auto;
	border-left: 15px solid;
	border-left-color: #ececec; 
	border-right: none;
}
#history ul.timeline li.note:nth-of-type(2n) .note-arrow:after{
	border-left: 14px solid;
	border-left-color: white; 
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent; 
	border-right: none;
	right:1px;
	left:auto;
}
#history ul.timeline li.start{
	clear: both;
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	left:50%;
	margin-left:-30px;
	bottom: 0;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	transform: translateY(50%);
}
#history ul.timeline li.start a{
	width: 60px;
	height: 60px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	color: white;
	text-align: center;
	border-radius: 10px;
}
#history ul.timeline li.start a span.up-arrow{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	line-height: 50px;
	display: block;
	width: 12px;
	height: 17px;
	top:20px;
	position: relative;
	margin:0 auto;
	background:url(../images/up-arrow.png) center center no-repeat;
}
li.note p,
li.note span,
li.note span:after{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
li.note p.history-date{
	font-size:16px;
	color:#E2A114;
}
li.note p.history-head{
	font-size:19px;
	color:#222222;
	margin:3px auto;
}
li.note p.history-desc{
	font-size:16px;
	color:#944;
}
.timeline-images{
	width:90%;
	position: absolute;
	bottom:-5px;
	height: auto;
}
.timeline-images a.timeline-image{
	width:50px;
	height: 30px;
	margin-right:5px;
	margin-left:0;
	float:left;
	display: block;
	position: relative;
}
#history ul.timeline li.note:nth-of-type(2n) .timeline-images a.timeline-image{
	float:right;
	margin-left:5px;
	margin-right:0;
}
.timeline-images a.timeline-image img{
	width:60px;
	height: 60px;
	border-radius: 15px;
	border:4px solid rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#history ul.timeline li.note:hover,
#history ul.timeline li.note:hover:after{
	background:#f3f3f3;
}

#history ul.timeline li.note:hover p.history-date,
#history ul.timeline li.note:hover p.history-head,
#history ul.timeline li.note:hover p.history-desc{
	color:#000;
}

#history ul.timeline li.note:hover span.note-arrow,
#history ul.timeline li.note:hover span.note-arrow:after{
	border-right-color: #919191; 
}

#history ul.timeline li.note:hover:nth-of-type(2n) span.note-arrow,
#history ul.timeline li.note:hover:nth-of-type(2n) span.note-arrow:after{
	border-left-color: #919191; 
}

a.timeline-image img:hover{
	-webkit-transform: scale(1.9);
	-moz-transform: scale(1.9);
	-ms-transform: scale(1.9);
	transform: scale(1.9);
}

/* ... انتهای فایل بدون تغییر ... */
