 /***** STRUCTURE *****/
 
body { 
	background: url('../img/bg.png') repeat-x;
	background-color: #FFFFFF;
	}
	
h1, h2, h3, h4, h5, h6 {
	text-shadow: white 0.02em 0.02em;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif, sans-serif;
	}

h2 {
	font-size: 2.3em;
}
h3 { text-align: left}
 
.content {
	padding-top:100px;
	font-size: 1.1em;
	line-height: 1.8em;
	}
	
.content p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-bottom: 1.1em;
	}
	

/***** BODY *****/
	
.page-title {
	padding: 100px 0 30px 0;
	}
	
.arrow-top img {
	margin: -7px 0 0 15px;
	}


	
/***** NAVIGATION BAR *****/

.navbar .brand {
	font-weight: bold;
	color: #EFF50C;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125);
}



/***** HOMEPAGE *****/
	
#details {
	position: relative;
	float: right;
	width: 527px; /***** 527px; *****/
	margin-top: 80px;
	padding-left: 20px;
}

#icon {
	position: relative;
	float: left;
	margin-right: 20px;
}

#app-name {
	position: relative;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}

#app-name h1 {
	font-size: 3.8em;
	color: #ECECEC;
	text-shadow: -1px 0 #B3B3B3, 0 1px #B3B3B3, 1px 0 #B3B3B3, 0 -1px #B3B3B3, #020763 0.03em 0.03em;
	}
	
#version {
	top: 30px;
	position: relative;
	float: left;
}

#tagline {
	font-size: 1.6em;
	margin-top: 4.5em;
	clear: both;
}

#description {
	margin-top: 1.0em;
	margin-bottom: 1.8em; font-size: 0.9em; line-height: 1.2em; text-align: justify; 
}                       /***** Yu 05_2019 *****/

.features li {
	list-style-image:url(../img/check.png);
	_list-style: none;
	_padding-left: 25px;
	_margin-left: -23px;
	line-height: 1.5em;
	text-align: justify;
}

.download-box {
	width: 45%;
	float: left;
	padding-top: 20px;
	padding-right: 5%;
	font-size: 0.9em;
	line-height: 1.3em;
	}
	
	
	
/***** ABOUT PAGE *****/

.updates ul {
	list-style: none;
	padding-top: 10px;
	clear: both;
	margin: 0 0 25px 0;
	}
	
.updates ul li {
	margin-bottom: 10px;
	}
	
.updates hr {
	border-top: 1px solid #CCC;
	}
	
.updates .label {
	display: block;
	float: left;
	margin-right: 10px;
}

.version {
	float:left;
	}

.release-date {
	float:right;
	margin-top: 4px;
	color: #999;
	font-size: 0.85em;
	}
	
.new {
  background-color: #3a87ad;
}

.fix {
	background-color: #468847;
	padding: 1px 8px 2px;
	}
	
	
/***** CONTACT *****/

#contact-form {
	border-left: 1px solid #cccccc;
	}
	
#contact-info {
	padding-bottom:20px;
	}
	
	
	
/***** FOOTER *****/

.footer {
	font-size: 0.65em;
	line-height: 1.5em;
	padding: 15px 0;
	border-top: 1px solid #CCC;
}

#copyright {
	float:left;
	}
	
#credits {
	float:right;
	}
.color-red {color: firebrick;}


/* красивое оформление списка, оранжевый градиент */
.ul  {
list-style: none;
padding: 0;
}
.ul li {
padding: 10px 20px;
background: linear-gradient(to left, #f8ab8d 0%, white, #f8ab8d);
border-bottom: 1px solid grey;
color: #506a6b;
font-size: 15px;
box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);
margin-bottom: 5px;
}
.ul li:last-child {border-bottom: none;}


.btn {
    _border: 4px solid #12E537; /* Параметры рамки */
    border-radius: 10px;
	background: #DADADA; /* Цвет фона */
    font-size: 18px; /* Размер текста */
    padding: 5px 20px; /* Поля вокруг текста */
   }

.inplink { cursor: pointer; }
