body{
background:url(images/bg.jpg) repeat-x top #fff;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#5F5241;
}
h1{
font-size:30px;
font-weight:normal;
color:#5F5241;
padding:20px 0 20px 0px;
margin:0px;
}
h2{
font-size:30px;
font-weight:normal;
color:#F77727;
padding:10px 0 10px 0px;
margin:0px;
}
h3{
font-size:24px;
font-weight:normal;
color:#9F7359;
padding:0px 0 10px 0px;
margin:0px;
}
a{
border-bottom:1px dotted #F77727;
text-decoration:none;
padding:2px;
color:#F77727;
}
a:visited{
color:#F77727;
}
p{
padding:5px 0 5px 0;
margin:0px;
line-height:20px;
text-align:justify;
}
.clear{
clear:both;
}
#main_container{
width:960px;
height:auto;
margin: auto;
}
.header{
width:960px;
height:100px;
}
.logo{
float:left;
padding:30px 0 0 0px;
}
.logo a{
font-size:40px; text-indent:-1px; color:#5F5241; text-decoration:none; border:none; background:url(images/logo.png) no-repeat left; height:49px; display:block; padding:0 0 0 70px;
}
/*-----------------home_center----------------------*/
.home_center{
width:960px;
height:490px;
margin:auto;
}
.pack_pic{
float:right;
}
.pack_descr{
float:left;
width:500px;
padding:30px 0 0 0;
}
p.home_intro{
height:220px;
}
.buttons a{
border:none;
margin:0 30px 0 0;
}
/*----------*/
.center_content{
padding:0px 0 40px 0;
}
.left_content{
width:640px;
float:left;
padding:0px;
}
.right_content{
width:310px;
float:right;
padding:0px;
}
.feat_box{
width:300px;
float:left;
padding:20px 20px 10px 0px;
}
img.feat_thumb{
width:65px;
height:65px;
float:left;
}
.feat_details{
width:215px;
float:left;
padding:0 0 0 14px;
}
p.feat_text{
font-size:11px;
padding:3px 30px 3px 0;
line-height:18px;
}
.latest_news{
float:left;
clear:both;
padding:40px 0 0 0;
}
.news_box{
width:640px;
float:left;
padding:20px 0 0px 0px;
}
.news_details{
width:510px;
float:left;
padding:0 0 0 14px;
}
.news_box h2{
padding-top:0px;
}
.testimonial_box{width:285px;margin:25px 0 0px 0px;padding:0px 0 15px 25px;background:url(images/quotes_top.gif) no-repeat top left;}
.testimonial_box p{padding:0px 5px 12px 0px;background:url(images/quotes_bottom.gif) no-repeat bottom right;font-style:italic;}
.testimonial_details{width:285px; padding:5px 0 0 0;}
.testimonial_details p{color:#ff6c00;font-size:11px; font-style:normal;padding:0px 0 0 0px; background:none;}
/*---------------contact_form------------------*/
.form_content{width:310px;float:left;padding:10px 0px 10px 0px;}
.form_row{width:310px;clear:both;float:left;padding:5px 0 5px 0;}
.form_row label{width:80px;float:left;font-size:12px;text-align:right;padding:0px 20px 0 0;font-weight:bold;height:30px;line-height:30px;}
input.form_input{width:205px;height:30px;background-color:#f0eee5;color:#4f4f4d;border:none;float:left;padding:0px 0 0 5px;}
textarea.form_textarea{width:205px;height:90px;font-family:Arial, Helvetica, sans-serif;background-color:#f0eee5;color:#4f4f4d;border:none;float:left;padding:10px 0 0 5px;font-size:12px;}
input.form_submit{width:auto;height:auto;color:#fff;font-size:18px; text-align:center; font-family:Arial, Helvetica, sans-serif;cursor:pointer;float:right;margin:0px;padding:3px 10px 3px 10px;background-color:#F77727;
border:none;}
/*-----------------------footer-------------------------*/
#footer{
width:960px;
height:75px;
clear:both;
text-align:center;
line-height:25px;
background:url(images/footer_bg.gif) no-repeat center top;
padding:10px 0 0 0;
margin:auto;
}


/*_________________ PRICE TABLE _________*/

#pricing-table {
	margin: 15px auto;
	text-align: center;
	width: 892px; /* total computed width = 222 x 3 + 226 */
}

#pricing-table .plan {
	font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
	text-shadow: 0 1px rgba(255,255,255,.8);        
	background: #fff;      
	border: 1px solid #ddd;
	color: #333;
	padding: 20px;
	width: 180px; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */      
	float: left;
	position: relative;
}

#pricing-table #most-popular {
	z-index: 2;
	top: -13px;
	border-width: 3px;
	padding: 30px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);    
}

#pricing-table .plan:nth-child(1) {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;        
}

#pricing-table .plan:nth-child(4) {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;        
}

/* --------------- */	

#pricing-table h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
	margin: -20px -20px 50px -20px;
	background-color: #eee;
	background-image: -moz-linear-gradient(#fff,#eee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
	background-image: -webkit-linear-gradient(#fff, #eee);
	background-image: -o-linear-gradient(#fff, #eee);
	background-image: -ms-linear-gradient(#fff, #eee);
	background-image: linear-gradient(#fff, #eee);
}

#pricing-table #most-popular h3 {
	background-color: #ddd;
	background-image: -moz-linear-gradient(#eee,#ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));    
	background-image: -webkit-linear-gradient(#eee, #ddd);
	background-image: -o-linear-gradient(#eee, #ddd);
	background-image: -ms-linear-gradient(#eee, #ddd);
	background-image: linear-gradient(#eee, #ddd);
	margin-top: -30px;
	padding-top: 30px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0; 		
}

#pricing-table .plan:nth-child(1) h3 {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;       
}

#pricing-table .plan:nth-child(4) h3 {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;       
}	

#pricing-table h3 span {
	display: block;
	font: bold 25px/100px Georgia, Serif;
	color: #777;
	background: #fff;
	border: 5px solid #fff;
	height: 100px;
	width: 100px;
	margin: 10px auto -65px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

/* --------------- */

#pricing-table ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#pricing-table li {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

/* --------------- */
	
#pricing-table .signup {
	position: relative;
	padding: 8px 20px;
	margin: 20px 0 0 0;
	color: #fff;
	font: bold 14px Arial, Helvetica;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	background-image: -moz-linear-gradient(#A99A83, #A99A83);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#A99A83), to(#62bc30));
	background-image: -webkit-linear-gradient(#A99A83, #A99A83);
	background-image: -o-linear-gradient(#A99A83, #A99A83);
	background-image: -ms-linear-gradient(#A99A83, #A99A83);
	background-image: linear-gradient(#A99A83, #A99A83);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}

#pricing-table .signup:hover {
	background-color: #FF9933;
	background-image: -moz-linear-gradient(#A99A83, #C3B59B);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#A99A83), to(#C3B59B));
	background-image: -webkit-linear-gradient(#A99A83, #C3B59B);
	background-image: -o-linear-gradient(#A99A83, #C3B59B);
	background-image: -ms-linear-gradient(#A99A83, #C3B59B);
	background-image: linear-gradient(#A99A83, #C3B59B);
}

#pricing-table .signup:active, #pricing-table .signup:focus {
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
}

/* --------------- */

.clear:before, .clear:after {
  content:"";
  display:table
}

.clear:after {
  clear:both
}

.clear {
  zoom:1
}	   

h3 span cufon.cufon canvas{top:35px!important;}
body {
  font-family: Arial, sans-serif;
  background: url(4.jpg);
  background-size: cover;
}

h1 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: orange;
  margin: 100px 0;
}

.box {
  width: 20%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: orange;
  border: 2px solid orange;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: orange;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  height: 200px;
  overflow: auto;
}