body {
	color: #414045;
	font: 13px 'Raleway', sans-serif;
	line-height: 20px;
	background: #F9FAF9;
	margin: 0;
	padding-top: 94px;
}

a {
	color: #ff4456;	
	text-decoration: none;
}

a:hover, a:active {
	color: #BF5660;
	text-decoration: underline;
}

h1 {
	color: #ff4456;
	font-size: 27px;
	margin-top: 40px;
	margin-bottom: 20px;
}

h2 {
	color: #ff4456;
	font-size: 25px;
	margin-top: 40px;
	margin-bottom: 20px;
}

h3 {
	color: #414045;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

.clear {
	clear: both;
}

.alpha { 
	padding-left: 0 !important; 
}

.omega { 
	padding-right: 0 !important; 
}

.no-padding {
	padding: 0 !important;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.btn.large {
	font-size: 25px;
	margin-bottom: 20px;
}

.btn-green {
	background: #00BD9D;
	color: #fff;
}

.btn-green:hover {
	background: #238E7C !important;
	color: #fff !important;
}

.btn-red {
	background: #C93836;
	color: #fff;
}

.btn-red:hover {
	background: #974644 !important;
	color: #fff !important;
}

.btn-red-2 {
	background: #FF4456;
	color: #fff;
}

.btn-red-2:hover {
	background: #BF5660 !important;
	color: #fff !important;
}

.wrapper {
	width: 90%;
	margin: 0 auto;
}

header {
	background: #414045;
	padding: 20px 0;
	width: 100%;
	height: 94px;
	z-index: 99999 !important;
}

#header-nav {
	float: right;
	margin-top: 5px;
}

#header-nav li {
	margin-left: 15px;
}

#header-nav li a {
	font-size: 14px;
	color: #f5f5f5;
	padding: 5px 10px;
}

#header-nav li a:hover {
	color: #B8B8B8;
}

#logo {
	background: url('../img/logo.png') no-repeat;
	width: 158px;
	height: 39px;
	display: inline-block;
	position: relative;
	top: -10px;
}

#main {
	min-height: 725px;
	padding: 40px 0 70px;
}

footer {
	background: #414045;
	color: #c0c7c0;
	font-size: 14px;
	padding: 30px 0 70px;
}

footer .copyright small {
	font-size: 12px;
	color: #959b95;
}

footer .copyright a {
	font-size: 12px;
	color: #959b95;
}

footer .copyright a:hover {
	font-size: 12px;
	color: #959b95;
}

#footer-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

#footer-nav li {
	display: inline-block;
	margin-left: 30px;
}

#footer-nav li a {
	color: #c0c7c0;	
}

#footer-nav li a:hover, #footer-nav li a:active {
	color: #919591;
}

/***********
** TEAM PAGE 
************/
.team-member {
	border-bottom: 1px solid #E0E2E1;
	padding: 20px; 
}

.team-member.last {
	border-bottom: 0;
}

.team-member {
	border-bottom: 1px solid #E0E2E1;
	padding: 30px 10px; 
}

.team-member .name {
	font-size: 23px;
	color: #ff4456;
	margin-top: 20px;
	margin-bottom: 5px;
}

.team-member .position {
	font-size: 16px;
	color: #414045;
	margin-bottom: 20px;
}

/***********
** COMMENT PAGE 
************/
.comment #main {
	padding: 0;
}

.comment #main section {
	font-size: 27px;
	line-height: 36px;
	color: #414045;
}

.comment #main section span {
	color: #ff4456;
}

#comment-1 {
	background: #F0F2F0;
	padding: 30px 0 70px;
}

#comment-2 {
	background: #E5E9E5;
}

#comment-3 {
	background: #D5DBD5;
	padding: 30px 0 70px;
}

#comment-4 {
	background: #C0C7C0;
}

#comment-5 {
	background: #B1B8B1;
}

/***********
** HOME PAGE 
************/
.home #main {
	padding: 0;
}

.home #main section {
	font-size: 27px;
	line-height: 36px;
	color: #414045;
}

.home #main section span {
	color: #ff4456;
}

#home-1 {
	background: #F9FAF9;
}

#home-2 {
	background: #F0F2F0;
}

#home-3 {
	background: #E5E9E5;
}

#home-4 {
	background: #D5DBD5;
}

#home-5 {
	background: #C0C7C0;
}

#home-6 {
	background: #B1B8B1;
}

.ribbon {
	background: #EBEEEB;
	padding: 20px 0 15px;
	color: #7d7c7f;
	font-size: 22px;
	line-height: 30px;
}

.ribbon p {
	padding-top: 7px;
}

/***********
** TRIAL PAGE 
************/
.trial h2 {
	margin-bottom: 10px;
}

.package {
	border: 1px solid #EEEEEE;
	position: relative;
}

.package .img-wrapper {
	padding: 20px;
	height: 225px;
}

.package .badge {
	background: #EDEFEC;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	font-size: 13px;
	line-height: 17px;
	color: #414045;
	text-align: center;
	padding-top: 32px;
	position: absolute;
	right: -20px;
	top: -35px;
}

.package .badge strong {
	text-transform: uppercase;
}

.package .triangle {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 15px solid #ADACAE;
	position: relative;
	left: -15px;
}

.package .title {
	display: inline-block;
	font-size: 20px;
	background: #ECEFEC;
	width: 200px;
	padding: 5px 5px 5px 35px;
	position: relative;
	left: -15px;
}

.package .value {
	font-size: 23px;
	color: #ff4456;
	display: inline-block;
}

.package .desc {
	padding: 20px;
	color: #414045;
	font-size: 14px;
	min-height: 260px;
}

.package ul {
	margin: 0;
}

.package .pick {
	background: #ECEFEC;
	text-align: center;
	padding: 10px;
	font-size: 26px;
	color: #ff4456;
	height: 46px;
	line-height: 28px;
}

.package .pick .contact {
	padding: 0px 7px;
	border: 2px solid #fff;
}

.package .pick .contact a {
	text-decoration: none;
}

.package .pick .contact:hover {
	background: #BBBBBB;
}

.package .pick .contact a:hover {
	color: #fff;
}

.package .select-wrapper:hover {
	cursor: pointer;
	opacity: 0.7;
}

.package .select-wrapper i {
	vertical-align: middle;
}

.package .tick {
	background: url('../img/circle-untick.png') no-repeat;
	width: 26px;
	height: 26px;
	display: inline-block;
}

.package .active .tick {
	background: url('../img/circle-tick.png') no-repeat;
}

.bordered-wrapper {
	border: 1px solid #EFF0EF;
	padding: 10px;
}

.bordered-wrapper p {
	margin: 0;
}

/***********
** FORMS 
************/
.el {
	margin-bottom: 10px;
}

.form-control {
	border-radius: 0; 
}

.labels {
	text-align: right;
	margin-top: 8px;
}

.optional {
	margin-top: 8px;	
}

.trial input[type="checkbox"] {
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}

label.error {
	color: #FA3433;
	margin-top: 5px;
}

#payment-digicert {
	position: relative;
	top: -98px;
}

#order-form .btn {
	text-transform: uppercase;
	border-radius: 0;
	font-size: 16px;
	padding: 10px 14px;
}

#digicert {
	margin-bottom: 20px;
}

#charged {
	border-top: 1px solid #9F9EA1;
	border-bottom: 1px solid #9F9EA1;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	color: #414045;
	font-weight: bold;
	margin-bottom: 15px;
}

/* Responsive Nav (created by javascript)
------------------------------------------------*/	
#page-content {
	position: relative;
}

a.open-responsive-nav {
	width: 20px;
	height: 20px;
	display: block;
	background: transparent url('../img/nav-slide.png');
	background-position: -17px 0px;
	text-indent: -9999px;
	display: none;
	position: absolute;
	right: 20px;
	top: 30px;
}

@media (max-width: 767px) {
	a.open-responsive-nav { 
		display: block; 
	}

	#header-nav {
		display: none;
	}
}
		
a.close-responsive-nav {
	width: 100%;
	height: 20px;
	padding: 20px 0;
	text-align: center;
	display: block;
}
	
a.close-responsive-nav span {
	width: 17px;
	height: 20px;
	display: inline-block;
	background: transparent url('../img/nav-slide.png');
	background-position: 0px 0px;
}

#menu-responsive {
	position: absolute;
	background: #000000;
	padding: 0;
	display: none;
	top: 0px;
	right: 0px;
	width: 0px;
	height: 2000px;
	z-index: 10000;
}
	
#menu-responsive-inner {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
	
nav#responsive-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
}

nav#responsive-nav > ul {
	border-bottom: 1px solid #262626;
}
	
nav#responsive-nav ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #262626;
}
	
nav#responsive-nav > ul > li > a {
	display: block;
	color: #cccccc;
	font-family: 'Ubuntu', Helvetica, Arial; 
	letter-spacing: 0.1em;
	font-size: 13px;
	line-height: 30px;
	padding: 10px 20px;
	text-transform: uppercase;
}

nav#responsive-nav > ul > li:last-child > a {
	border-bottom: none;
}
	
nav#responsive-nav > ul > li.current-menu-item > a, nav#responsive-nav > ul > li.current-menu-ancestor > a {
	color: #ffffff;
	background-color: #1a1a1a;
}
	
nav#responsive-nav ul li.current-menu-ancestor > a {
	color: #cccccc !important;
	background: none !important;
}
	
nav#responsive-nav > ul > li > a:hover {
	color: #ffffff !important;
	background-color: #1a1a1a !important;
}
	
nav#responsive-nav .sub-menu li {
	border-top: 1px solid #262626;
}
	
nav#responsive-nav .sub-menu li a {
	display: block;
	color: #cccccc;
	line-height: 20px;
	padding: 8px 20px 8px 40px;
	font-size: 12px;
}
	
nav#responsive-nav ul .sub-menu li a:hover, nav#responsive-nav ul .sub-menu li.current-menu-item > a {
	background-color: #1a1a1a;
	color: #53ae7a;
}
	
nav#responsive-nav .sub-menu li ul li a { 
	padding-left: 60px; 
}

nav#responsive-nav .sub-menu li ul li ul li a { 
	padding-left: 80px; 
}

/* Jquery appear */
.hiding {
	opacity: 0;
}

.visible {
	opacity: 1;
}

/* Tooltips */
.tips {
	cursor: pointer;
}

.tooltip-inner {
	background-color: #DDD;
	color: #414045;
}

.tooltip-arrow {
	border-top-color: #DDD !important;
}

/* Mobile device */
@media (max-width: 767px) {
	.comment #main, .home #main {
		text-align: center;
	}

	.comment #main img, .home #main img {
		margin: 0 auto;
	}

	.comment #main section .wrapper, .home #main section .wrapper {
		padding: 40px 10px 50px;
	}

	.comment #main section p, .home #main section p {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.labels {
		text-align: left;
	}	

	.package {
		margin-bottom: 70px;
	}	

	.package .badge {
		position: absolute;
		right: -10px;
		top: -35px;
	}

	.team-member {
		text-align: center;
	}

	.team-member img {
		margin: 0 auto;
	}

	#footer-nav {
		clear: both;
		padding: 0;
		height: auto;
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	#footer-nav li {
		width: 100%;
		text-align: center;
		margin-bottom: 1px;
		margin-left: 0;
	}	

	#footer-nav li a {
	    border-top: 1px solid #7e7e7e;
	    background-color: #313134;
	    color: #7e7e7e;
	    display: block;
	    text-decoration: none;
	    padding: 5px;
	}

	#footer-nav li a:hover, #footer-nav li a.active {
	    background-color: #252527;
	    color: #fff;
	    text-decoration: none;
	}	

	#payment-digicert {
		position: static;
	}

	#digicert {
		float: right;
	}

}

/* Tablet device */
@media (min-width: 768px) {
	.comment #main section .wrapper, .home #main section .wrapper {
		padding: 50px 10px;
	}

	#comment-1 p, #comment-2 p, #comment-3 p, #comment-4 p, #comment-5 p  {
		margin-top: 40px;
	}

	#home-1 p, #home-2 p, #home-3 p, #home-4 p, #home-5 p, #home-6 p  {
		margin-top: 70px;
	}

	.package .value {
		width: 100%;
		display: block;
		text-align: center;
		margin-top: 20px;
	}		

	.package .desc {
		min-height: 300px;
	}	
}

/* Desktop small screen */
@media (min-width: 992px) {
	.wrapper {
		width: 85%;
	}

	.team #main .wrapper {
		padding-left: 40px;
		padding-right: 100px;
	}	

	#comment-1 p, #comment-2 p, #comment-3 p, #comment-4 p, #comment-5 p  {
		margin-top: 80px;
	}

	#home-1 p, #home-2 p, #home-3 p, #home-4 p, #home-5 p, #home-6 p  {
		margin-top: 140px;
	}

	.package .desc {
		min-height: 260px;
	}	
}

/* Desktop large screen */
@media (min-width: 1200px) {
	.wrapper {
		width: 1060px;
	}

	.team #main .wrapper {
		padding-left: 75px;
		padding-right: 150px;
	}

	.comment #main section .wrapper, .home #main section .wrapper {
		padding: 85px;
	}

	#comment-1 p {
		margin-top: 90px;
	}

	#comment-2 p, #comment-3 p, #comment-4 p {
		margin-top: 140px;
	}

	#comment-5 p {
		margin-top: 120px;
	}

	#home-1 p {
		margin-top: 200px;
	}

	#home-2 p, #home-3 p {
		margin-top: 150px;
	}	

	#home-4 p, #home-5 p, #home-6 p {
		margin-top: 170px;
	}

	.ribbon img {
		margin-left: 85px;
	}

	.package .value {
		width: auto;
		display: inline-block;
		text-align: left;
		margin-top: 0;
	}

}