@charset "utf-8";
/* CSS Document */
/* === Misc Section === */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
body {
	background: #f9f9f9 url(images/bg.jpg) repeat-x top;
	margin:0;
	text-align:center;
}
h1,h2,h3,h4,h5,ul,ol,li{
	margin:0;
	padding:0;
}
ul, ol{
	list-style:none;
}
a:link, a:visited, a:active{
	color:#444;
}
a:hover{
	color:#222;
}
.clear{
	clear:both;
}
.clearfix:after, ul.quart:after, ul.third:after, ul.testimonials:after, ul.planstable:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
a img{
	border:none;
}
img.left{
	float:left;
	margin:15px 15px 15px 0;
	border:1px solid #ededed;
	background:#fff;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
img.right{
	float:right;
	margin:15px 0 15px 15px;
	border:1px solid #ededed;
	background:#fff;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
img.iright{
	float:right;
	margin:0 0 0 15px;
}
img.styled{
	border:1px solid #ededed;
	background:#fff;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.hold{
	width:1000px;
	margin:0 auto;
	text-align:left;
}
/* === Header Section === */
.header{
	height:92px;
}
.logo{
	padding:15px 0 0 0px;
	float:left;
	width:700px;
	position:relative;
}
.logo h1{
	background:url(images/logo.png) top left no-repeat;
	width:268px;
	height:56px;
	overflow:hidden;
}
.logo h1 a{
	display:block;
	padding-left:268px;
}
.logo h2{
	font-size:18px;
	color:#777;
	text-shadow:1px 1px #f3f3f3;
	font-weight:normal;
	top:35px;
	left:333px;
	position:absolute;
	font-family: 'Istok Web', sans-serif;
}
.phone{
	float:right;
	background:url(images/telephone.png) top left no-repeat;
	width:123px;
	height:28px;
	font-size:15px;
	font-weight:bold;
	color:#444;
	text-shadow:1px 1px #fff;
	margin:30px 0 0 0;
	padding:8px 0 0 45px;
}
/* === Top Navigation === */
.navigation{
	height:45px;
}
.navigation ul{
	list-style:none;
}
.navigation ul li{
	display:inline-block;
	margin:0 1px 0 0;padding:0;
}
.navigation ul li.parent:hover span
{
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
}
.navigation ul li.parent{
	position:relative;
}
.navigation ul li.parent > a{
	padding:11px 38px 11px 20px;
}
.navigation ul li.parent span{
	background:url(images/arrow.gif) right no-repeat;
	width:8px;
	height:8px;
	position:absolute;
	top:21px;
	right:20px;
	-webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow:hidden;
}
.navigation ul li a{
	font-size:16px;
	text-shadow:1px 1px white;
	color:#222;
	text-decoration:none;
	display:block;
	padding:11px 20px 11px 20px;
	height:23px;
	font-family: 'Istok Web', sans-serif;
}
.navigation ul li a:hover, .navigation ul li a.active, .navigation ul li a.current{
	color:#111;
	background:#fff;
}
.navigation ul > li ul{
	display:none;
} 
.navigation ul li ul {
    position:absolute; 
    left:0;
	top:45px;
    display:none; 
    padding:0; 
    list-style:none;
	background:#fff;
	z-index:999;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
}
        
.navigation ul li ul li {
   width:170px; 
   float:left; 
        }
.navigation ul li ul a {
    display:block;  
    height:15px;
    padding:7px 20px 7px 20px; 
    color:#444;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.navigation ul li ul a:hover {
	color:#222;
	background:white; 
}
.navigation ul li ul li:last-child a{
		border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
}

/* === Main Content Misc === */
.content p, .bottomcontent p{
	padding:5px 0 15px 0;
	margin:0;
}
.content h3, .footer h3, .bottomcontent h3{
	font-size:18px;
	font-weight:bold;
	font-family: 'Istok Web', sans-serif;
}
.content h3, .bottomcontent h3{
	color:#444;
}
.content h4, .bottomcontent h4{
	font-size:16px;
	font-weight:bold;
	font-family: 'Istok Web', sans-serif;
	color:#418311;
}
.content h2, .bottomcontent h2{
	font-size:24px;
	font-weight:bold;
	color:#222222;
	font-family: 'Istok Web', sans-serif;
}
 p{
	line-height:20px;
}
.topcontent{
	padding-bottom:30px;
}

/*  Form Misc  */
form{
	padding:15px 0 0 0;
}
form .field{
	background:#f6f6f6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #d4d4d4;
	padding:5px;
	outline:none;
	margin:0;
	width:200px
}
form .textarea{
	background:#f6f6f6;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #d4d4d4;
	padding:5px;
	width:200px;
	height:110px;
	outline:none;
	margin:0;
	resize:none;
}
.topbox form#member .field, .footer .field{
margin-bottom:7px;
}
.topbox form .select{
	background:#f6f6f6;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:1px solid #d4d4d4;
	padding:4px;
	margin-left:7px;
}
form .checker{
	position:absolute;
	bottom:0px;
	left:0px;
}
.footer form .checker{
	position:relative;
	padding-top:7px;
}
form#commentform .checker{
	position:relative;
}
.topbox form#member .checker{
	left:30px;
}
form .checker span{
	padding:0 0 0 30px;
}
form .checker span a {
	color:#666;
}
form .checker span strong{
	color:white;
	background:#eb2a2b;
}
form .checker div{
	background:url(images/button.png) top left no-repeat;
	height:28px;
	display:inline-block;
}
form .checker div button, form .checker div input{
	background:url(images/button.png) bottom right no-repeat;
	height:28px;
	display:inline-block;
	font-style:normal;
	font-size:14px;
	color:white;
	font-weight:bold;
	outline:none;border:none;
	margin:0;
	text-decoration:none;cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-right:10px;
}
.footer form .checker div{
	background:url(images/footer-button.png) top left no-repeat;
}
.footer form .checker div input{
	background:url(images/footer-button.png) bottom right no-repeat;
}
form .button:hover{
	background:url(images/check.jpg) bottom left no-repeat;
	cursor:pointer;
}

/* === Homepage Third Splits === */
.bottomcontent ul.third{
	list-style:none;
}
.bottomcontent ul.third > li{
	float:left;
	padding-right:30px;
	width:313px;
	padding-top:30px;
	padding-bottom:30px;
}
.bottomcontent ul.third h2{
	line-height:20px;
	padding-bottom:3px;
}
.bottomcontent ul.third li small{
	color:#444444;
	font-size:14px;
	padding:0 0 30px 0;
	margin:0;
	display:block;
}
.bottomcontent ul.third > li:nth-child(3){
	padding:0;
	width:313px;
}

/* === Footer Quarter Splits === */
.footer{
	border-top:1px solid #b9b9b9;
	background:#ddd;
	padding:30px 0 30px 0;
}
.footer h3{
	color:#444;
}
.footer ul li ul{
	padding:12px 0 0 0;
}
.footer ul li a{
	display:block;
	padding:7px 0 7px 15px;
	color:#666;
	background:url(images/arrow.gif) left no-repeat;
}
.footer ul li a:hover{
	display:block;
	color:#333;
}
.quart > li{
	float:left;
	width:227px;
	padding-right:30px;
	position:relative;
	height:310px;
}
ul.quart > li:nth-child(4){
	padding:0;
}
.copyright{
	background:url(images/footer-copyright.jpg) top repeat-x;
	height:80px;
	width:100%;
}
/* === Bottom Bar === */
.copyright p{
	float:left;
	padding:23px 0 0 0;
	color:#ccc;
	text-shadow:1px 1px #111;
	display:block;
}
.copyright .hold  div{
	float:right;
}
.copyright .hold div span{
	margin-top:17px;
	float:left;
	padding-top:50px;
	width:58px;
	display:block;
	text-align:center;
}
.copyright a{
	color:white;
	text-decoration:none;
}
.copyright .hold div a span em{
	opacity:.0; -moz-opacity:.0; filter:alpha(opacity=0);
	font-style:normal; 
}
span#social{
	background:url(images/social.png) top no-repeat;
}
span#twitter{
	background:url(images/twitter.png) top no-repeat;
	margin-left:20px;
}
span#facebook{
	margin-left:20px;
	background:url(images/facebook.png) top no-repeat;
}
label.error{
	background:#e30c0d;
	color:#fff;
	padding:3px;
	border-radius:3px;
	margin-left:3px;
	margin-top:3px;
	display:inline-block;
}
/* === Single Page Stylings === */
body#single{
	background:url(images/single-main.jpg) #f8f8f8 repeat-x top;
}
#single .content{
	background:url(images/single-bg.jpg) repeat-x top #f9f9f9;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	padding:30px;
	width:1100px;
	margin-top:30px;
	position:relative;
	min-height:400px;
}
#single .content .sidel{
	position:absolute;
	left:-5px;
	top:0;
	background:url(images/shadow-side.png) top left no-repeat;
	height:400px;
	width:5px;
}
#single .content .sider{
	position:absolute;
	right:-5px;
	top:0;
	background:url(images/shadow-sider.png) top left no-repeat;
	height:400px;
	width:5px;
}
/*  Single Title  */
#single .content h1{
	background:url(images/singleh2.jpg) repeat-x top;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	font-size:36px;
	font-weight:normal;
	font-family: 'Istok Web', sans-serif;
	color:white;
	text-shadow:1px 1px #234c06;
	line-height:28px;
	display:block;
	margin-bottom:15px;
}
#single .content h1 span{
	background:url(images/h2shadow.jpg) bottom center no-repeat;
	display:block;
	height:32px;
	padding:30px 30px 47px 30px;
}
/*  Single Pricing Tables (same as front)  */
#single ul.pricing > li{
		width:229px !important;
		margin-right:0;
		border-radius:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
	}
	#single ul.pricing > li h3, #single ul.pricing > li h4{
		background:none;
	}
	#single ul.pricing > li:first-child{
		border-radius:10px 0 0 10px;
		-moz-border-radius:10px 0 0 10px;
		-webkit-border-radius:10px 0 0 10px;
		border-left:none !important;
	}
	#single ul.pricing > li:last-child{
		border-radius:0 10px 10px 0;
		-moz-border-radius:0 10px 10px 0;
		-webkit-border-radius:0 10px 10px 0;
	}
	#single ul.pricing > li:first-child ul li.title{
		border-left:none !important;
	}
	#single ul.pricing > li:first-child ul li:last-child{
		border-radius: 0 0 0 10px;
		-moz-border-radius: 0 0 0 10px;
		-webkit-border-radius: 0 0 0 10px;	
	}
	#single ul.pricing > li:last-child ul li:last-child{
		border-radius: 0 0 10px 0;
		-moz-border-radius:0 0 10px 0;
		-webkit-border-radius: 0 0 10px 0;	
	}
	#single ul.pricing > li:last-child ul li.title{
		border-right:none !important;
	}
	#single ul.pricing > li.highlight ul li.title{
		border-right:none !important;
		border-left:none !important;
	}
	#single ul.pricing > li.highlight{
		width:254px !important;
		-moz-box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.10);
		-webkit-box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.10);
		box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.10);
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
	}
	#single ul.pricing.five > li{
		width:182px !important;
	}
	#single ul.pricing.five > li.highlight{
		width:212px !important;
		-moz-box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.10);
		-webkit-box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.10);
		box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.10);
	}
	#single ul.pricing > li:last-child{
		margin-right:0;
	}
	#single ul.pricing > li ul li{
		border-right:1px solid #fff;
		border-left:1px solid #ccc;
	}
	#single ul.pricing > li:last-child ul li, #single ul.pricing > li:last-child ul li:last-child{
		border-right:1px solid #ccc;
	}
	#single ul.pricing > li ul li.title, #single ul.pricing > li ul li.divider{
		border-right:1px solid #31650b;
		border-left:1px solid #69a43f;
	}
	#single ul.pricing > li ul li:last-child{
		border-left:1px solid #ccc;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		border-right:1px solid #fff;
		border-radius:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
	}
	#single ul.pricing > li.highlight ul li:last-child{
		border-radius:0 0 10px 10px;
		-moz-border-radius:0 0 10px 10px;
		-webkit-border-radius:0 0 10px 10px;
	}
/*  Single Plans Tables (new)  */
ul.planstable{
	padding:30px 0;
}
ul.planstable > li{
	display:block;
	float:left;
	text-align:center;
	width:197px;
}
ul.planstable.five > li{
	width:158px;
}
ul.planstable > li.detailscol li.title{
height:104px;
}
ul.planstable > li.detailscol{
	width:150px;
}
ul.planstable > li.detailscol ul li{
text-align:right;
border:none !important;
background:none !important;
color:#222;
padding-left:0 !important;
}
ul.planstable li.detailscol ul li:last-child{
		border:none !important;
	}
ul.planstable > li:nth-child(2) ul li.title h3{
	  border-radius:10px 0 0 0;
	 -moz-border-radius:10px 0 0 0;
	  -webkit-border-radius:10px 0 0 0;
	}
	ul.planstable > li ul li:nth-child(2){
	  border-top:1px solid #ccc;
	}
	ul.planstable > li:nth-child(2) ul li.title h4{
	 border-left:1px solid #ccc;
	}
	ul.planstable > li.highlight ul li.title h4{
	 background:#f1f1f1;
	}
	ul.planstable > li.highlight ul li.title h3{
	 background:#444;
	}
	ul.planstable > li.highlight ul li:nth-child(even), ul.planstable > li.highlight ul li:nth-child(odd) {
	 background:#fff;
	 color:#222;
	}
	ul.planstable > li:nth-child(2) ul li{
	 border-left:1px solid #ddd;
	}
ul.four > li:nth-child(5) ul li.title h3, ul.five > li:nth-child(6) ul li.title h3{
	  border-radius:0 10px 0 0;
	 -moz-border-radius:0 10px 0 0;
	 -webkit-border-radius:0 10px 0 0;
}
ul.four > li:nth-child(5) ul li:last-child, ul.five > li:nth-child(6) ul li:last-child{
	  border-radius:0 0 10px 0;
	 -moz-border-radius:0 0 10px 0;
	  -webkit-border-radius:0 0 10px 0;
}
	  ul.planstable > li:nth-child(2) ul li:last-child{
	  border-radius:0 0 0 10px;
	 -moz-border-radius:0 0 0 10px;
	  -webkit-border-radius:0 0 0 10px;
	  }
ul.planstable li.title{
	display:block;
	height:104px;
	padding:0 !important;
	border:none !important;
}
ul.planstable li.title h3{
	font-size:18px;
	background:#222;
	color:white;
	display:block;
	padding:10px;
	border:none;
}
ul.planstable li.title h4{
	font-size:24px;
	background:#ddd;
	display:block;
	color:#333;
	text-shadow:1px 1px white;
	padding:10px;
	height:50px;
	border-right:1px solid #ccc;
}
ul.planstable li ul li:nth-child(even){
		background:#f1f1f1;
		padding:8px 30px;
	border-right:1px solid #ddd;
	}
ul.planstable li ul li:nth-child(odd){
		background:#fff;
		padding:8px 30px;
	border-right:1px solid #ddd;
	}
ul.planstable li ul li:last-child{
		text-align:center;
		padding:20px;
		border-bottom:1px solid #ddd;
	}
ul.planstable li ul li:last-child a{
	  display:block;
	  background:url(images/signup.png) bottom center no-repeat;
	  width:121px;
	  height:26px;
	  font-weight:bold;
	  font-size:14px;
	  text-align:center;
	  color:white;
	  text-shadow:1px 1px black;
	  text-decoration:none;
	  padding-top:7px;
	  margin:0 auto;
	}		
	
table#actiuni {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #222222;
}
			
table#actiuni th {
	background-color: #222222;
	color: #FFF;
	text-align: center;
	font-size: 18px;
}

table#actiuni td {
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}