::selection {
	background:#ccc;
}

::-moz-selection {
	background:#ccc;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url( '../fonts/myriad-web-pro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Myriad Pro Bold';
	src: url( '../fonts/myriadwebpro-bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

body {
	font-family: Georgia,Cambria,"Times New Roman",Times,serif;
	background:url(../images/bg.jpg) repeat;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Myriad Pro Bold",Arial,Verdana,sans-serif;
	letter-spacing: .25px;
}

input, textarea, button, a {
	outline:none;
}

a.btn {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

textarea {
	overflow:auto;
}

h1 {
	font-size:45px;
	font-weight:bold;
	text-align:center;
	color:#333;
	margin-bottom:0px;
	text-shadow:1px 1px 1px #fff;
}

h2 {
	font-size:22px;
	font-weight:bold;
	text-align:center;
	color:#6f6f6f;
	text-shadow:1px 1px 1px #fff;
}

hr {
	margin: 40px auto;
	max-width: 800px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
}

.accept-payments {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 200px;
	overflow: hidden;
	z-index: 1;
}

  /* @-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	90% {
		-webkit-transform: scale(1.03);
		transform: scale(1.03);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
  } */
  @keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	85% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
  }

	.accept-payments div {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 30px;
  		left: -65px;
		width: 400px;
		height: 70px;
		transform: rotate(45deg);
		background: #00ad00;
		box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
		line-height: 1.6em;
		cursor: pointer;
	}

		.accept-payments div span {
			font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
			font-size: 15px;
			color: #fff;
			text-shadow: 1px 1px 0 #555;

			-webkit-animation: pulse 3s both infinite;
			animation: pulse 3s both infinite;
		}

#wraper {
	width:960px;
	margin:60px auto;
}

	#wraper > header {
		margin-bottom:80px;
	}
	
	#wraper > header .logo {
		margin:25px auto;       
	}
		
		#wraper > header .logo h1 {
			line-height:60px;
			margin-top:5px;
		}

	#wraper .content {
		max-width: 650px;
		margin-bottom: 65px;
	}

		#wraper .content h3 {
			margin-bottom: 25px;
			text-align: center;
			color: #333;
		}

		#wraper .content h4 {
			display: inline-block;
			margin-bottom: 25px;
			color: #444;
		}

			#wraper .content h4 span {
				margin-right: 10px;
			}

		#wraper .content p {
			margin-bottom: 25px;
			font-size: 16px;
			letter-spacing: .25px;
			color: #555;
            line-height: 1.4em;
		}

		#wraper .content p.definition {
			padding: 20px;
			background: #f7f7f7;
			border-left: 10px solid #1aa1e4;
			color: #707070;
			font-size: 18px;
			font-style: italic;
			line-height: 1.6em;
		}

			#wraper .content p.definition span {
				font-weight: bold;
				margin-left: 30px;
				border-bottom: 1px dashed #999;
			}

		#wraper .content ul li ul {
			list-style: disc;
			margin-left: 50px;
			margin-bottom: 25px;
		}

			#wraper .content ul li ul li {
				margin-bottom: 10px;
				font-size: 16px;
				color: #555;
			}
	
	#wraper > footer {
		margin:50px 0px;
		text-align:center;
	}
	
	#wraper > section, #wraper > div > section {
		width:827px;
		margin:0px auto;
	}

	#wraper .reset-data {
		padding: 20px 0;
		text-align: center;
	}

		#wraper .reset-data a {
			font-style: italic;
			color: #999;
		}

#invoice_ifr {
	display:block;
	width:827px;
	height:1168px;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
	box-shadow:0px 0px 20px rgba(80, 80, 80, .7);
}
		
	#commands_wrap {
		position:absolute;
		left:0px;
		top:225px;
		width:100%;
		padding:10px 0px;
		background:transparent;
		min-width:960px;
		z-index:100;
	}
	
		#commands_wrap.fixed_menu {
			position:fixed !important;
			top:0px !important;
			background:url(../images/bg.jpg) repeat !important;
			box-shadow:0px 0px 30px rgba(20, 20, 20, .7) !important;
			
		}

			#commands_wrap.fixed_menu.animate {
				transition: all .3s ease-out;
			}

			#commands_wrap.fixed_menu.animate.top {
				top:-60px  !important;
			}

	
	#commands {
		float:right;
	}
		#download {
			float:left;
			width:140px;
			margin-right:15px;
			text-align: right;
		}
		
		#print {
			margin-right:7px;
		}
	
	#savestatus {
		display:block;
		width:400px;
		height:20px;
		float:left;
		color:#777;
		font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
		font-size:12px;
		margin-top:7px;
	}
		
	#wraper footer span {
		font-size:12px;
		color:#888;
	}
	
	#wraper footer a {
		color:#888;
		text-decoration:underline;
	}
	
		.social {
			text-align:center;
			color:#555;
			font-size:20px;
			margin:30px 0px;
			line-height:50px;
		}
		
			.social > div {
				display:inline-block;
			}
	
.clear {
	height:30px;
	clear:both;
}

.hidden {
	display: none;
}

.cta-button
{
	display: block;
	width: 200px;
	margin: 40px auto;
	color: #fff;
    background-color: #d02222;
    text-decoration: none !important;
    padding: 10px;
	font-size: 17px;
	line-height: 1.4em;
    text-align: center;
    cursor: pointer;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#CF5353),to(#b41111));
    background-image: -webkit-linear-gradient(top,#CF5353,#CF1616);
    background-image: -moz-linear-gradient(top,#CF5353,#CF1616);
    background-image: -ms-linear-gradient(top,#CF5353,#CF1616);
    background-image: -o-linear-gradient(top,#CF5353,#CF1616);
    background-image: linear-gradient(top,#CF5353, #CF1616);
    
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
    
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
            
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
    font-weight: normal;
    font-family: Arial, helvetica, Sans-Serif;   
}

	.cta-button:hover {
		color: #fff !important;
		background: #CF1616;
		text-decoration: none !important;
	}

	.cta-button:active
	{
		color: #fff !important;
		background-image: none;
		outline: 0;
		-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		   -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
				box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

	.cta-button:visited,
	.cta-button:focus
	{
		color: #fff !important;
		text-decoration: none !important;
	}

.modal-body label {
	float:left;
	width:120px;
}

.modal-body input, .modal-body textarea {
	width:300px;
}

#email_error_msg {
	height:20px;
}

	#email_error_msg span {
		display:none;
		color:#c00;
	}