

body {
    background: url(../img/bg4.jpg) repeat-x;
	background-color: #f8f4f5;
    color: #565656;
    height: 100%;
	background-size: 490px;
    background-position-x: center;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
}

.app-container {
	max-width: 600px;
	margin: 0 auto;
	padding-top: 220px;
}

.app-panel {
	background: rgb(255 255 255);
	padding: 30px 20px;
	margin: 0 0 50px 0;
}


.form-control {
	background: #f8f4f5;
	border: none;
	border-radius: 25px;
	border-radius: 15px;
    padding: 11px 13px;
	font-size: 1em;
}

.form-control:active, 
.form-control:focus {
    background: #fff7f9;
	border: none;
	box-shadow: none;
}

.form-control::placeholder {
	color: #565656 !important;
}

.form-control.error {
	border: 1px solid #d53131;
}

label.error {
	display: none !important;
}

.btn {
	border-radius: 25px;
	font-size: 1em;
}


.btn.btn-primary {
	color: #fff;
    background: #d53131;
	border: none;
	padding: 7px 23px;
}

.btn.btn-primary:active, 
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background: #851f1f;
	border: none;
	box-shadow: none;
}





.app-panel.app-login {
	background: none;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.app-panel.app-login .form-group {
	margin-bottom: 1.5rem;
}

.app-panel.app-login .form-control {
	height: auto !important;
    background: #f1ebec;
}

.app-panel.app-login .form-control,
.app-panel.app-login .btn
 {
	padding: 12px 41px;
	font-size: 1.8em;
	line-height: 1;
	border-radius: 60px;
}


.app-panel.app-login select
{
	padding-left: 10px !important;
  text-indent: 25px;
}


.app-panel.app-login .form-control:active, 
.app-panel.app-login .form-control:focus {
    background: #f7f7f7;
}

.app-panel.app-login select.form-control {
	line-height: 1.2;
}





.app-panel.app-login .btn {
    margin: 32px auto;
    display: block;
}

.app-panel.app-login .btn-full {
	width: 100%;
}












h2 {
    font-family: 'Tilt Warp', sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    margin: 0 0 -2px 25px;
	line-height: 0.8;

}

h2 i {
	font-style: normal;
}

h2 i:nth-child(6n+1) {
	color: #367874;
}

h2 i:nth-child(6n+2) {
	color: #E85424;
}

h2 i:nth-child(6n+3) {
	color: #D4342D;
}

h2 i:nth-child(6n+4) {
	color: #4F453B;
}

h2 i:nth-child(6n+5) {
	color: #A4CCB8;
}

h2 i:nth-child(6n+6) {
	color: #A97857;
}


/*.app-list-items .list-group-item:nth-child(6n+5) {
	border-color: #367874;
}

.app-list-items .list-group-item:nth-child(6n+4) {
	border-color: #E85424;
}

.app-list-items .list-group-item:nth-child(6n+3) {
	border-color: #D4342D;
}

.app-list-items .list-group-item:nth-child(6n+6) {
	border-color: #4F453B;
}

.app-list-items .list-group-item:nth-child(6n+2) {
	border-color: #A4CCB8;
}

.app-list-items .list-group-item:nth-child(6n+1) {
	border-color: #A97857;
}
*/


.app-list-items .list-group-item {
	
	border: none;
	cursor: default;
	position: relative;
	padding-right: 65px;
	background: none;
	padding-left: 0.75rem;
	border-radius: 0;
	
		margin: 6px 0;

	border-left: 4px solid #A4CCB8;
}

.app-list-items li .gift {
	display: none;
}

.app-list-items .list-group-item:hover {
	background-color: #f8f4f5;

}

.app-list-item-buttons {
	position: absolute;
	right: 11px;
    top: 5px;
	font-size: 27px;
}


.app-list-item-link {
font-size: 0.9em;
	
}

.btn {
	cursor: pointer;
}

.btn-full {
	width: 100%;	
}

a {
	color: #565656;
}

a:hover {
	color: #565656;
}



.btn-primary {
	background-color: #367874;
	border: none;
}

.btn-primary:hover {
	background-color: #528f8b;
}

.col-form-label {
 	color: #82191D;
	font-weight: bold;
}


label.error {
	color: #c5302a;
	font-size: 0.9em;
}



.appName {
	text-align: center;
	display: block;
}


@media (min-width: 576px) { 


.app-panel {
	padding: 30px 30px;
}

.h2 {
	margin-left: 30px;
}

.app-list-items .list-group-item {
	padding-left: 56px;
	border: none;
}

.app-list-items li .gift {
	display: block;
    font-size: 34px;
    position: absolute;
    left: 9px;
    top: -2px;
}


.btn-full {
	width: auto;
}






}

/* Small devices (tablets or large size smart phone of size 768px and up) */ 
@media (min-width: 768px) { 



}

/* Medium devices (desktops, laptops of size 992px and up) */ 
@media (min-width: 1200px) { 

body {
	background-size: 900px;
}

.app-container {
	padding-top: 370px;
}



} 

