@charset "UTF-8";
/*-----EggZack
COLORS:
medium gray 757677
dark blue 04304e
med blue 0572ba
bright blue 0079C1
gold F0AF13
-----*/	

body {
	font: 14px Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #757677;
}
h1 {
	margin: 0;
	padding: 15px 0 20px 0;
	font-size: 46px;
	font-weight:normal;
	text-align:left;
	color: #0079C1;
	line-height:100%;
	font-family: 'Asap', sans-serif;
}
h2 {
	font-size: 26px;
	color: #F0AF13;
	margin:0;
	padding:0 0 10px 0;
	font-weight:normal;
	text-align:left;
}
h3 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 16px;
	font-weight:normal;
	font-style:italic;
	text-align:left;
	color: #0079C1;
	line-height:120%;
}

h4 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 16px;
	font-weight:normal;
	text-align:left;
	color: #0079C1;
	line-height:120%;
}

h5 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight:normal;
	font-style: normal;
	text-align:left;
	color: #757677;
}
h6 {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 24px;
	font-weight:normal;
	text-align:center;
	font-style:italic;
	color: #757677;
}
p {
	text-align: left;
	padding:5px 0 10px 0;
	margin:0;
	font-size: 14px;
	line-height:140%;
}
a {
	color: #0079C1;
	text-decoration:none;
}
a:hover {
	color: #F0AF13;
	text-decoration:none;
}
td {
}
/*----------------------------------------------------------TOP NAVIGATION---------------------------------------------------------*/
#preheader {
	width:100%;
	background:#ffffff;
	height:100px;
	margin:0 auto;
	-webkit-box-shadow:0px 0px 4px 0px #333;
	-moz-box-shadow:0px 0px 4px 0px #333;
	box-shadow:0px 0px 4px 0px #333;
	z-index:10000;
	padding:0;
	position:relative;
}
#preheader-content {
	width:965px;
	height:90px;
/*	padding: 10px 20px 10px 20px; */
	margin:0 auto;
}
#logo {
	background:url(/imgs/logo.jpg) center top no-repeat;
	height: 94px;
	width: 208px;
	float: left;
}
#top-nav {
	width: 530px;
	height:80px;
	float: left;
	padding: 0;
	margin: 0 ;
	background-image: none;
	background-repeat: no-repeat;
	background-position:44px 9px;
}
.home-icon a{width:20px;height:16px;background:url(/imgs/home-icon.png) center top no-repeat;}
.home-icon a:hover{width:20px;height:16px;background:url(/imgs/home-icon.png) center -21px no-repeat;}

.home #top-nav {
	background-image: none;
}
.features #top-nav {
	background-image: url(/imgs/bounce-features.png);
}
.how #top-nav {
	background-image: url(/imgs/bounce-howitworks.png);
}
.pricing #top-nav {
	background-image: url(/imgs/bounce-pricing.png);
}
.support #top-nav {
	background-image: url(/imgs/bounce-support.png);
}
.about #top-nav {
	background-image: url(/imgs/bounce-about.png);
}
#top-nav li.last {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:12px;
	-moz-border-radius-bottomright:12px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
	padding:4px 7px 18px 7px;
	border-bottom: 1px solid #e4e4e4;
}
#top-nav li.last a {
	border: none !important;
}
#top-nav a {
	text-decoration:none;
	color: #01609a !important;
	padding: 0px 12px 0 12px;
	white-space:nowrap;
	font-weight: bold;
}
#top-nav a:hover {
	text-decoration:none;
	color: #F0AF13 !important;
}
#top-nav li {
	position: relative;
}
#top-nav li ul {
	background: #fff; /* Adding a background makes the dropdown work properly in IE7+.  */
	list-style:none;
	position:absolute;
	left:-9999px; /* (this is more accessible than display:none;) */
	width:184px;
	z-index:500;
	margin:0;
	padding: 35px 0 0 0;
	top: -5px;
}
#top-nav li:hover ul {
	left:0; /* Bring back on-screen when needed */
}
#top-nav ul {
	position:relative;
	top:37px;
}
#top-nav ul li {
	display:inline;
	list-style: none;
	list-style-position: outside !important;
	list-style-image: none !important;
	list-style-type: none !important;
}
#top-nav li ul li {
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	display:block;
	padding:4px 7px 7px 7px;
	margin: 0;
	float:none;
	background: #ffffff;
	width:168px !important;
}
#top-nav ul li ul {
	background: url(/imgs/subnav-top.png) top right transparent no-repeat;
	text-align:left !important;
	margin: 20px 0 0 0;
}
#top-nav li:hover ul li:hover {
	background: #fff;
}
#top-nav li ul li a {
	font-size:12px;
	color: #929292 !important;
	padding: 10px!important;
	border-bottom: 1px solid #f6f6f6;
}
li.last {
	border-bottom: 1px solid #f6f6f6;
}
#top-nav li ul li a:hover {
	color:#40b2fd !important;
	text-transform:none;
	font-weight:bold;
}

#top-phone {
	width: 205px;
	height:30px;
	float: right;
	margin:0 auto;
	margin-right:10px;
}
#top-phone p {
	margin:0 !important;
	color: #000;
	font-size:15px;
	text-align:center;
	font-weight:bold;
}
/*-----------------------------------------------------------HOME HEADER---------------------------------------------------------*/
.home #yellow-gradient {
	width: 100%;
	height:429px;
	margin:0 auto;
	background:url(/imgs/yellow-gradient.png) top center no-repeat #F0AF13;
}
.home #header {
	background:transparent;
	padding: 0;
	height: 429px;
	width:931px;
	margin:0 auto;
}
.home #header h1 {
	margin: 0;
	padding: 20px 0;
	/*font-size: 46px;*/
	font-size: 44px;
	font-weight:normal;
	text-align:left;
	color: #0079C1;
	line-height:100%;
	font-family: 'Asap', sans-serif;
}
.home #left-header {
	float: left; /* floated so a width must be given */
	width: 514px;
	background:url(/imgs/left-header.png) top center no-repeat transparent;
	padding: 0;
	height:429px;
	text-align:center;
	margin:0;
}
.home #left-header p {
	font-size: 18px;
	line-height:175%;
	color: #757677;
	margin: 25px 0 0 5px !important;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 !important;
}
.home #left-header h4 {
	font-size: 14px;
	line-height:140%;
	color: #fff;
	margin: 46px 20px 0 20px !important;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	text-align:left;
}
.home #left-header a {
	color: #fff !important;
	text-decoration:none;
}
#left-header a:hover {
	color: #F0AF13;
	text-decoration:none;
}
.home #right-header {
	float: right;
	width: 417px;
	background:url(/imgs/right-header.png) top center no-repeat transparent;
	padding: 0;
	height:429px
}

#breadcrumbs {
	width: 890px;
	margin: 0 auto;
	height:auto;
	padding: 0 25px 10px 25px;
}
/*-----------------------------------------------------------DEMO CONTENT---------------------------------------------------------*/
.home #demo {
	margin: 25px 61px 7px 61px;
    width: 295px;
}
#demo {
	width: 280px;
	border:1px solid #a59f7b;
	height:80px;
	background: #fdf5c1; /* Old browsers */
	background: -moz-linear-gradient(top, #fdf5c1 34%, #F0AF13 83%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, #fdf5c1), color-stop(83%, #F0AF13)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdf5c1 34%, #F0AF13 83%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdf5c1 34%, #F0AF13 83%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdf5c1 34%, #F0AF13 83%); /* IE10+ */
	background: linear-gradient(top, #fdf5c1 34%, #F0AF13 83%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf5c1', endColorstr='#F0AF13', GradientType=0 ); /* IE6-9 */
	margin:0 0 20px 0;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	padding:0;
	text-align:center;
	float: right;
}
#demo img {
	border: none;
	margin: 15px 0 0 0;
}

#demo_getstarted{margin:16px 61px 7px 61px;width:295px;height:121px;}
#demo_getstarted img,#demo_getstarted a{border:none;}
#demo_video{margin:33px 0px 0px 8px;}
#demo_getstarted_right{margin:0px 0px 15px 5px;float:right;display:inline;padding:0px;}
#demo_getstarted_right img,#demo_getstarted_right a{border:none;}

/*-----------------------------------------------------------BENEFITS CONTENT---------------------------------------------------------*/
#blue-gradient {
	width: 100%;
	height: 140px;
	background:url(/imgs/blue-gradient.jpg) top center no-repeat #04304e;
/*	border-top: 1px solid #0079C1;
	-webkit-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px -2px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px -2px 5px rgba(50, 50, 50, 0.75); */
}
#benefits-content {
	margin: 0 auto;
    padding: 25px 25px 0;
    width: 795px;
}
#benefits-content p {
	text-align:left;
	color:#fff;
	font-size:24px;
	padding: 0 !important;
	margin:8px 0 0 5px !important;
}
#see-benefits {
	float:right;
}
/*-----------------------------------------------------------MAIN CONTAINERS----------------------------------------------------*/
.home #container-wrapper {
	background:url(/imgs/content-bg.png) top center no-repeat transparent;
	width: 960px;
	margin:0 auto;
}
.home #container {
	padding: 10px 0 10px 0;
	width: 960px;
	height: 810px;
	margin:0 auto;
	position: relative;
	right: 12px;
	top: -12px;
}
#eggzack-features {
    height: 235px;
    left: 16px;
    margin: 0 auto;
    padding: 100px 0 0;
    position: relative;
    width: 940px;
}

.inside, .home {
	text-align: left;	
}

.inside #outer-container {
	width: 100%;
	margin:0 auto;
	background:url(/imgs/outer-container.jpg) top center repeat-x transparent;
}
.inside #spotlight {
	margin: 0 auto;
    position: relative;
    top: -100px;
    width: 100%;
    overflow: hidden;
    padding: 0 0 100px;
	background:url(/imgs/yellow-gradient.png) top center no-repeat transparent;
}
#inside-container {
	background: #fff;
	border-top-left-radius:12px;
	border-top-right-radius:12px;
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
	border: 6px solid #ededed;
	padding:0;
	width: 928px;
	height: auto;
	margin:0 auto;
	display:block;
	clear:both;
}
#inside-container-wrapper {
	padding: 0;
	width: 940px;
	height: auto;
	margin:0 auto;
	/* position: relative; */
    top: 100px;
	margin-top:100px;
}
#container-inner {
	background: #fff;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
/*	border: 1px solid #bdbdbe; */
	padding:0 0 0 0;
	width: 924px;
	min-height: 615px;
	margin:0 auto;
/*	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.20);  */
}
#full-col {
	padding: 10px 20px 20px 20px
}
/*-----------------------------------------------------------LAYOUT WITH RIGHT RAIL----------------------------------------------------*/
#left-col {
	float:left;
	width:579px;
	padding: 10px 20px 20px 20px
}
#right-col {
	width:282px;
	float:right;
	padding:10px 10px 20px 10px;
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f6f6f6 0%, #f6f6f6 50%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(50%, #f6f6f6), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #f6f6f6 50%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f6f6 0%, #f6f6f6 50%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f6f6 0%, #f6f6f6 50%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #f6f6f6 0%, #f6f6f6 50%, #ffffff 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	border: none;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.20);
	text-align:left;
	margin:0 auto;
}
#full-col #right-col {
	margin: -10px -20px 20px 20px;
    padding: 10px 10px 0 !important;
}

.right-col ul {
	list-style:inside;
	text-indent:none;
	padding:0 0 10px 0;
	margin:0;
}
.white-gray-gradient {
	width:262px;
	float:right;
	padding:10px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(100%, #f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f5f5f5 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #ffffff 50%, #f5f5f5 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 ); /* IE6-9 */
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	border: none;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.20);
	text-align:left;
	margin:10px 0 10px 0;
}
.white-gray-gradient h4 {
	text-align:center;
}
#gray-bg {
	background: #f6f6f6;
}
#widget-contact-form {
	margin: 0 auto;
	padding: 10px 0 0 0;
	float:left;
	border:none !important;
}
.textInput title {
	color:#000;
	display: block;
    margin-right: 20px;
    margin-top: 3px;
}
.textInput {
	width: 237px;
	padding: 0 10px;
	height: 30px;
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #e9e9e9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color: #666;
}
#share-follow {
	width:262px;
	float:right;
	padding:10px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(100%, #f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f5f5f5 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #ffffff 50%, #f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 ); /* IE6-9 */
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	border: none;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.20);
	text-align:left;
	margin:10px 0 0 0;
}
#right-col-follow {
	background: transparent;
	height: auto;
	float:left;
	margin: 12px 0 0 0;
	padding: 7px 0 0;
	width: 285px;
	
}
.right-col-tabbed_nav {
	min-height: 300px;
	position: relative;
	width: 100%;
}
.right-col-tabbed_nav > div {
	display: inline;
}
.right-col-tabbed_nav > div > a {
	padding: 12px 10px;
	color: #04304e;
	text-decoration: none;
	border: 1px solid #FAFAFA;
	float: left;
	display: block;
	margin-left: -1px;
	position: relative;
	left: 1px;
	font-size:13px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-bottom:2px solid #ffffff;
	
	z-index: 20;
	cursor:pointer;
	top: -7px;
}
 .right-col-tabbed_nav > div:not(:target) > a {
 background: rgb(255,255,255); /* Old browsers */
 background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 40%, rgba(234, 234, 234, 1) 72%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 1)), color-stop(72%, rgba(234, 234, 234, 1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 40%, rgba(234, 234, 234, 1) 72%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 40%, rgba(234, 234, 234, 1) 72%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 40%, rgba(234, 234, 234, 1) 72%); /* IE10+ */
 background: linear-gradient(top, rgba(255, 255, 255, 1) 40%, rgba(234, 234, 234, 1) 72%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0 ); /* IE6-9 */
}
.right-col-tabbed_nav > div:target > a {
	background: #fff;
}
.right-col-tabbed_nav > div > div {
	background: rgb(254,254,254); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(254, 254, 254, 1)), color-stop(73%, rgba(245, 245, 245, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* IE10+ */
	background: linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f5f5f5', GradientType=0 ); /* IE6-9 */
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	border: 1px solid #e6e6e6;
	
	height: 256px;
	width:240px;
	bottom: 0;
	left: 0;
	padding: 20px;
	right: 0;
	top: 55px;
	z-index: 1;
}
.right-col-inner {
	background: rgb(254,254,254); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(254, 254, 254, 1)), color-stop(73%, rgba(245, 245, 245, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* IE10+ */
	background: linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f5f5f5', GradientType=0 ); /* IE6-9 */
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
	height: 352px;
	left: 0;
	padding: 0px;
	right: 0;
	width: 281px;
	z-index: 1;
}
.right-col-inner h2 {
	padding: 20px 21px 0 0;
	float: right;
}
.right-col-tabbed_nav {
	padding-top: 20px;
}
 .right-col-tabbed_nav > div:not(:target) > div {
 position: absolute;
 font-size:0%;
}
.right-col-tabbed_nav > div#tab3:not(:target) > div {
 position: absolute;
 font-size:100% !important;
}
.right-col-tabbed_nav > div:target > div {
	position: absolute;
	z-index: 2;
	font-size:100%;
 	-webkit-transition: all .65s ease-in;
 	-moz-transition: all .65s ease-in;
 	-o-transition: all .65s ease-in;
 	transition: all .65s ease-in;
}

/*----------------------------------------------------------- BUTTONS ---------------------------------------------------------*/
.bluebutton {
	width:auto;
	padding:8px;
	border-radius:4px;
	border: 4px solid #fff;
	background: #40b2fd; /* Old browsers */
	background: -moz-linear-gradient(top, #40b2fd 0%, #00558c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #40b2fd), color-stop(100%, #00558c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #40b2fd 0%, #00558c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #40b2fd 0%, #00558c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #40b2fd 0%, #00558c 100%); /* IE10+ */
	background: linear-gradient(top, #40b2fd 0%, #00558c 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40b2fd', endColorstr='#00558c', GradientType=0 ); /* IE6-9 */
	text-align:center !important;
}
.bluebutton:hover, .orangebutton:hover {
	background: #D4702B; /* Old browsers */
	background: -moz-linear-gradient(center top, #F0AF13 0%, #D4702B 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#F0AF13), to(#D4702B));
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0AF13', endColorstr='#D4702B');
	background: -webkit-linear-gradient(top, #F0AF13 0%, #D4702B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F0AF13 0%, #D4702B 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F0AF13 0%, #D4702B 100%); /* IE10+ */
	background: linear-gradient(top, #F0AF13 0%, #D4702B 100%); /* W3C */
}
.orangebutton {
	color: #04304e !important;
	border-radius:6px;
	text-decoration: none;
	width:auto;  
	padding:8px;
	border: 4px solid #fff;
	background: #D4702B; /* Old browsers */
	background: -moz-linear-gradient(center top, #ffffcc 0%, #F0AF13 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffcc), to(#F0AF13));
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#F0AF13');
	background: -webkit-linear-gradient(top, #ffffcc 0%, #F0AF13 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffcc 0%, #F0AF13 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffcc 0%, #F0AF13 100%); /* IE10+ */
	background: linear-gradient(top, #ffffcc 0%, #F0AF13 100%); /* W3C */
	text-align:center !important;
}

.bluebutton a, .bluebutton a:hover, .orangebutton a:hover {
	color:#fff !important;
	text-decoration: none;
}
.bluebutton h4 {
	color:#fff;
	font-size:16px;
	text-align:center;
	margin:0 auto !important;
	padding: 0 !important;
	font-weight:normal;
}

.view-more {
	position: relative;
	top: 5px;
}
.smallbutton {
	width: 60px;
	font-weight:bold !important;
	font-size:80% !important;
}

.mediumbutton{
	width: 130px;
}

.largebutton{
	width: 200px;
}

/*-----------------------------------------------------------LOGIN IN SIGN IN ---------------------------------------------------------*/
#top-login {
	width: 205px;
	height:45px;
	float: right;
	margin:15px 22px 0px 0px;
}
.login-wrapper {
	border:1px solid #cccccc;
	float: right;
	background: #fff;
	padding: 1px;
	margin-left: 5px;
	border-radius:6px;
}
/*-----------------------------------------------------------TESTIMONIALS---------------------------------------------------------*/

#testimonials {
	background: rgb(254,254,254); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(254, 254, 254, 1)), color-stop(73%, rgba(245, 245, 245, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* IE10+ */
	background: linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f5f5f5', GradientType=0 ); /* IE6-9 */
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	border: 1px solid #e6e6e6;
	height: 320px;
	width:522px;
	margin: 20px 0 0 23px;
	float:left;
	padding:15px 25px 15px 25px;
}
#testimonials p {
	line-height: 160%;
}
.testimonials-left {
	float: left;
	width: 250px;
	height:250px;
	margin: 15px 20px 0 0
}
.testimonials-right {
	float: left;
	width: 252px;
	height:250px;
	margin: 15px 0 0 0;
}

#testimonials h2{display:block;width:250px;float:left;}
#testimonials h3{display:block;width:250px;float:right;}

/*-----------------------------------------------------------FOLLOW---------------------------------------------------------*/

#follow {
	background: transparent;
	height: auto;
	float:left;
	margin: 12px 0 0 25px;
	padding: 7px 0 0;
	width: 285px;
}
.tabbed_nav {
	min-height: 300px;
	position: relative;
	width: 100%;
}
.tabbed_nav > div {
	display: inline;
}
.tabbed_nav > div > a {
	padding: 12px 10px;
	color: #04304e;
	text-decoration: none;
	border: 1px solid #FAFAFA;
	float: left;
	display: block;
	margin-left: -1px;
	position: relative;
	left: 1px;
	font-size:13px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-bottom:2px solid #ffffff;
	z-index: 20;
	cursor:pointer;
	top: -7px;
}
 .tabbed_nav > div:not(:target) > a {
 background: rgb(255,255,255); /* Old browsers */
 background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 40%, rgba(234, 234, 234, 1) 72%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 1)), color-stop(72%, rgba(234, 234, 234, 1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 40%, rgba(234, 234, 234, 1) 72%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 40%, rgba(234, 234, 234, 1) 72%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 40%, rgba(234, 234, 234, 1) 72%); /* IE10+ */
 background: linear-gradient(top, rgba(255, 255, 255, 1) 40%, rgba(234, 234, 234, 1) 72%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0 ); /* IE6-9 */
}
.tabbed_nav > div:target > a {
	background: #fff;
}
.tabbed_nav > div > div {
	background: rgb(254,254,254); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(254, 254, 254, 1)), color-stop(73%, rgba(245, 245, 245, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* IE10+ */
	background: linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f5f5f5', GradientType=0 ); /* IE6-9 */
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	border: 1px solid #e6e6e6;
	height: 256px;
	width:245px;
	bottom: 0;
	left: 0;
	padding: 20px;
	right: 0;
	top: 55px;
	z-index: 1;
}
.follow-inner {
	background: rgb(254,254,254); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(254, 254, 254, 1)), color-stop(73%, rgba(245, 245, 245, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* IE10+ */
	background: linear-gradient(top, rgba(254, 254, 254, 1) 15%, rgba(245, 245, 245, 1) 73%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f5f5f5', GradientType=0 ); /* IE6-9 */
/*	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	border: 1px solid #e6e6e6;   */
	height: 352px;
	left: 0;
	padding: 0px;
	right: 0;
	width: 287px;
	z-index: 1;
}
.follow-inner h2 {
	padding: 20px 21px 0 0;
	float: right;
}
.tabbed_nav {
	padding-top:20px;
}
 .tabbed_nav > div:not(:target) > div {
 position: absolute;
 font-size:0%;
}
.tabbed_nav > div#tab3:not(:target) > div {
 position: absolute;
 font-size:100% !important;
}
.tabbed_nav > div:target > div {
	position: absolute;
	z-index: 2;
	font-size:100%;
 -webkit-transition: all .65s ease-in;
 -moz-transition: all .65s ease-in;
 -o-transition: all .65s ease-in;
 transition: all .65s ease-in;
}
/*-----------------------------------------------------------BOUNCING LOGO---------------------------------------------------*/
#bouncing-dots {
/*	background: url(/imgs/bouncing-dots.png) center bottom repeat-x transparent;
*/	width:100%;
	height:100%;
	margin:0 auto;
	padding: 0;
	min-height: 800px;
}
#bouncing-logo {
	background: url(/imgs/bouncing-dots.png) center bottom repeat-x transparent; text-align:right;
	width:980px;
	height:133px;
	margin:0 auto;
	padding: 0;
	clear:both;
	display:block;
}
/*-----------------------------------------------------------FOOTER---------------------------------------------------------*/
#footer {
	clear:both;
	padding: 0;
	width:100%;
	height:300px;
	background: url(/imgs/footer-bg.png) center bottom repeat-x #04304e;
	margin:0 auto;
	text-align:left;
	position:relative;
}
#footer-content {
	padding: 0;
	background: url(/imgs/eggzack-logo.jpg) center bottom no-repeat #04304e;
	width: 910px;
	height:300px;
	margin:0 auto;
}
#footer p {
	margin: 0 !important;
	padding: 10px 0 !important;
	font-size:14px;
	color:#a5a6a8;
	line-height:140%;
}
#footer img {
	padding: 10px 5px 0 0;
	border:none;
}
#footer a {
	color:#a5a6a8 !important;
	text-decoration:none;
}
#footer a:hover {
	color:#F0AF13 !important;
	text-decoration:none;
}
#footer h4 {
	margin: 0;
	padding: 20px 0 10px 0;
	font-size:18px;
	color:#a5a6a8;
	font-weight:normal;
}
#credits {
	text-align: center !important;
	width: 965px;
	height:auto;
		bottom: 10px !important;
    position: absolute !important;
}
#credits p {
	text-align: center !important;
	font-size:11px !important;
	margin:27px 0 0 111px !important;
}
/*-----------------------------------------------------------FLOATS---------------------------------------------------------*/
.fltrt {
	float: right;
	margin: 15px 0 0 8px;
}
.fltlft {
	float: left;
	margin-right: 15px 8px 0 0;
}
.clearfloat, .clear, .clearfix { /* the final element before the close of a container that contains a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



/*-----------------------------------------------------------SUPPORT FAQS---------------------------------------------------------*/

#faqbox {
    font-size: medium;
    line-height: 125%;
    text-align: left;
}

#faqbox li:hover {
	color: #F0AF13;
}


#faqbox h1 {
    text-align: center;
}
.faqanswer {
    color: #AAAAAA;
    margin-bottom: 10px;
}
#faqbox li {
    list-style: none outside none;
}
.faqtitlelink {
    color: #0079C1;
    cursor: pointer;
    text-decoration: underline;
}
.faqanswer {
    background-color: #FEFEFE;
    border: 1px solid #AAAAAA;
    margin: 10px;
    padding: 10px;
}



/*-----------------------------------------------------------PRICING PAGE---------------------------------------------------------*/
#priceright {
    float: left;
    padding: 0;
    width: 150px;
}
#priceleft {
    float: left;
    padding: 0;
    width: 420px;
}
#bigprice {
    color: #F0AF13;
    font-size: 2em;
    font-style: italic;
    text-align: center !important;
}





.left {
    background-color: #00558C;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 2px;
}

.right {
    background-color: #00558C;
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 2px;
}


/*-----------------------------------------------------------ABOUT US PAGE---------------------------------------------------------*/
#aboutuscontent img.aboutuspic {
    border: 0 none;
    float: left;
    margin: 0 15px 20px 0;
}
#aboutuscontent p, #aboutuscontent div {
    margin-bottom: 15px;
}
#aboutuscontent #topbox h2 {
    top: 5px !important;
}
#aboutuscontent .connect {
    float: right;
    margin: 0 0 25px 15px;
    text-align: right;
    width: 130px;
}
#aboutuscontent .connect img {
    border: medium none;
}









.home #follow .follow-inner .tabbed_nav #leftnav {
display: none;	
}




/* 08/02/2012 - Valentin */

/*features*/
.features_desc_layer1{margin:0px 0px 20px 0px;font-size:14px;}
.features_desc_heading{color:#000;cursor:pointer;position:relative;background-color:#fff;background:url(/images/features-learn-more.png) right bottom no-repeat;width:540px;}
.features_desc_content{border:1px solid #00314f;background-color:#00314f;color:#fff;padding:10px;margin:5px 0px 0px 0px;border-top-left-radius:6px;border-top-right-radius:6px;	border-bottom-left-radius:6px;border-bottom-right-radius:6px;}
#features_h2{font-size:22px !important;}
#features_titles{width:250px;float:left;}
#features_h3{font-size:20px !important;font-style:normal;font-weight:normal;margin:5px 0px 10px 0px;padding:0px;}
.glidecontentwrapper{position:relative;background:url(/images/features/features-yellow.png) left top no-repeat;width:634px;height:285px;overflow:hidden;float:right;}
.glidecontent{position:absolute;background:url(/images/features/features-white.png) center top no-repeat;visibility:hidden;width:600px;}
.feature_content{margin:50px 50px 50px 50px;color:#222;}
#feature_content_img{float:right;margin:0px 0px 0px 10px;}
.glidecontenttoggler{}
.glidecontenttoggler a{display:inline-block;text-decoration:none;color:#333;background-color:#eee;}
.glidecontenttoggler a.selected,.glidecontenttoggler a:hover.selected{color:#fff;background-color:#f0af13;}
.glidecontenttoggler a:hover{color:#0079c1;background-color:#f8f8f8;}
.glidecontenttoggler a.toc{padding-left:30px;width:220px;height:25px;}
.feature_title1{background:url(/images/features/icons/1.png) top left no-repeat;}
.feature_title2{background:url(/images/features/icons/2.png) top left no-repeat;}
.feature_title3{background:url(/images/features/icons/3.png) top left no-repeat;}
.feature_title4{background:url(/images/features/icons/4.png) top left no-repeat;}
.feature_title5{background:url(/images/features/icons/5.png) top left no-repeat;}
.feature_title6{background:url(/images/features/icons/6.png) top left no-repeat;}
.feature_title7{background:url(/images/features/icons/7.png) top left no-repeat;}
.feature_title8{background:url(/images/features/icons/8.png) top left no-repeat;}
.features_read_more{font-size:12px;}

/*pricing*/
#pricing_box_left{background:#fff url(/images/pricing/box.png) center top no-repeat;width:430px;height:430px;text-align:center;float:left;display:inline;}
#pricing_box_right{background:#fff url(/images/pricing/box.png) center top no-repeat;width:430px;height:430px;text-align:center;float:right;display:inline;}
.price_big{width:140px;height:140px;margin:0 auto;margin-top:30px;}
.price_big_h1{margin:0px;padding:0px;text-align:center;color:#fff;font-size:60px;line-height:60px;}
.price_big_h2{margin:0px;padding:0px;text-align:center;color:#fff;font-size:20px;line-height:20px;}
.price_big_h3{margin:0px 0px 15px 0px;padding:0px;text-align:center;color:#f0af13;font-size:22px;line-height:22px;font-style:normal;}
.price_text{text-align:left;width:370px;margin:15px 30px 30px 30px;height:90px;}
#pricing_box_medium{background:#fff url(/images/pricing/box_medium.png) center top no-repeat;width:280px;height:290px;text-align:center;float:left;margin-right:20px;display:inline;}
#pricing_box_medium_last{background:#fff url(/images/pricing/box_medium.png) center top no-repeat;width:280px;height:290px;text-align:center;float:left;display:inline;}
.price_h4{text-align:center;margin:25px 0px 30px 0px;padding:0px;}
.price_h4_small{text-align:center;margin:20px 0px 16px 0px;padding:0px;font-weight:bold;}
.price_h4_big{text-align:center;margin:0px;padding:0px;font-size:35px;font-weight:normal;}
.price_text_medium{width:240px;height:110px;text-align:left;margin:10px 20px 10px 20px;font-size:12px;}
.price_blue{color:#0164a5;}
#pricing_box_small{background:#fff url(/images/pricing/box_small.png) center top no-repeat;width:206px;height:290px;text-align:center;float:left;margin-right:20px;display:inline;}
#pricing_box_small_last{background:#fff url(/images/pricing/box_small.png) center top no-repeat;width:206px;height:290px;text-align:center;float:left;display:inline;}
.price_text_small{width:166px;height:164px;text-align:left;margin:10px 20px 10px 20px;font-size:12px;}

#dhtmltooltip{
position: absolute;
width:350px;
border:1px solid #333;
padding:10px;
background-color:#fff;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow.*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}












/*homepage*/
.home_mid_cell{height:181px;font-size:19px;}
.homepage_r1{margin-left:60px;margin-top:10px;}
.homepage_r2{margin-left:310px;margin-top:5px;}
.homepage_r3{margin-left:60px;}
.homepage_r4{margin-left:325px;}
.homepage_r5{margin-left:40px;}
.homepage_r6{margin-left:330px;}
.homepage_r7{margin-left:210px;font-weight:normal;font-size:13px;margin-top:5px;}

/*homepage slider*/
.sliderwrapper{position:relative;overflow:hidden;margin-top:45px;width:514px;height:350px;}
.sliderwrapper .contentdiv{visibility: hidden;position:absolute;left:0;top:0;width:514px;height:350px;filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);-moz-opacity:1;opacity:1;text-align:center;background:url(/images/slider/slider.jpg) center top no-repeat;}
.pagination{width:200px;margin:10px 0px 0px 157px;text-align:center;}
.pagination a{text-decoration: none;display:inline-block;background:url(/images/slider/slider-nav-li.png) center top no-repeat;}
.pagination a:hover, .pagination a.selected{background:url(/images/slider/slider-nav-li-active.png) center top no-repeat;}
.pagination a.toc{width:15px;height:15px;}
/* 
a#prev,#paginate-slider1.prev a{background:url(/images/slider/left.png) center top no-repeat !important;}
a#next,#paginate-slider1.next a{background:url(/images/slider/right.png) center top no-repeat !important;}
a#prev,a#next,#paginate-slider1.prev a,#paginate-slider1.next a{width:10px !important;height:15px !important;display:inline-block !important;}
*/
.pagination a.prev{background:url(/images/slider/left.png) center top no-repeat !important;}
.pagination a.next{background:url(/images/slider/right.png) center top no-repeat !important;}
.slider_gears{margin-top:15px;}

.next_blue{margin-right:20px;z-index:999;}
.next_blue_d{margin-right:20px;z-index:999;margin-top:10px;}

#h1_style1,#h1_style2,#h1_style3,#h1_style4,#h1_style5,#h1_style6,#h1_style7{}
#h1_style1,#h1_style2,#h1_style3,#h1_style4{text-align:center !important;}
#h1_style5,#h1_style6,#h1_style7{text-align:left !important;}

#h1_style1{font-size:36px !important;font-weight:bold !important;color:#01609a !important;padding:20px 0px 20px 0px !important;}
#h1_style2,#h1_style7{font-size:30px !important;color:#eda310 !important;padding:10px 0px 0px 0px !important;}
#h1_style3,#h1_style6{font-size:24px !important;color:#01609a !important;padding:30px 0px 0px 0px !important;}
#h1_style4{font-size:30px !important;color:#01609a !important;padding:0px 0px 0px 0px !important;}
#h1_style5{font-size:26px !important;color:#eda310 !important;padding:10px 20px 0px 0px !important;}
#h1_style6{padding-right:29px !important;}
.halfway{margin-top:-20px !important;}

.contentdiv_left{float:left;margin-right:20px;}
#three_boxes_new{clear:both;width:100%;height:65px;margin-bottom:20px;}
#one_third{width:273px;height:320px;float:left;text-align:center;margin:0px 20px 0px 20px;}
#one_third .p_first{padding:0px;margin:53px 0 0 0 !important;display:block;}
#one_third .p_third_left,#one_third .p_third_right{padding:0px;margin-top:35px !important;display:block;width:120px;}
#one_third .p_third_left{float:left;margin-left:15px;margin-right:0px;}
#one_third .p_third_right{float:right;margin-left:5px;margin-right:10px;}
#one_third .p_second{padding:0px;margin:51px 0 0 60px !important;display:block;}
#one_third a{color:#fff;display:block;}
#one_third a:hover{color:#f0b015;}
#one_third h3,#one_third h3 a{font-size:14px;font-weight:bold;margin:0px;color:#f0b015;}
#h1_style8{font-size:24px !important;color:#01609a !important;text-align:center;margin-bottom:30px;}
#h2_style1,#h2_style1 a{font-family:'Asap',sans-serif;font-size:17px;line-height:18px;color:#fff;text-align:center;}
#h2_style1 a:hover{color:#f0b015;background-color:transparent;}
#h2_style2{font-family:'Asap',sans-serif;font-size:15px;line-height:16px;color:#fff;text-align:left;height:43px;padding:0px;}
#h2_style2 .two_rows,.two_rows{margin-top:-7px;margin-bottom:7px;}
.more_1{margin-top:-10px;text-align:right;margin-right:10px;display:block;font-size:12px;}
.more_2{clear:both;margin-top:50px;text-align:right;margin-right:10px;display:block;font-size:12px;}
a.more_1,a.more_2{color:#f0b015;}
a:hover.more_1,a:hover.more_2{color:#fff;}
#h2_style3{font-family:'Asap',sans-serif;font-size:13px;}

/* examples */
.view {
   width: 265px;
   height: 200px;
   margin:10px 10px 0px 0px;
   float: left;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(/images/examples/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 265px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background:#01609a;
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 5px 10px 10px 5px;
   text-align: center;
   margin-bottom:10px !important;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background:#01609a;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}



.view-seventh img {
   -webkit-transition: all 0.5s ease-out;
   -moz-transition: all 0.5s ease-out;
   -o-transition: all 0.5s ease-out;
   -ms-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-seventh .mask {
   background-color:#f0af13;
   -webkit-transform: rotate(0deg) scale(1);
   -moz-transform: rotate(0deg) scale(1);
   -o-transform: rotate(0deg) scale(1);
   -ms-transform: rotate(0deg) scale(1);
   transform: rotate(0deg) scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   -ms-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
.view-seventh h2 {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-seventh p {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-seventh a.info {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-seventh:hover img {
   -webkit-transform: rotate(720deg) scale(0);
   -moz-transform: rotate(720deg) scale(0);
   -o-transform: rotate(720deg) scale(0);
   -ms-transform: rotate(720deg) scale(0);
   transform: rotate(720deg) scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-seventh:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px) rotate(0deg);
   -moz-transform: translateY(0px) rotate(0deg);
   -o-transform: translateY(0px) rotate(0deg);
   -ms-transform: translateY(0px) rotate(0deg);
   transform: translateY(0px) rotate(0deg);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.view-seventh:hover h2 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.7s;
   -moz-transition-delay: 0.7s;
   -o-transition-delay: 0.7s;
   -ms-transition-delay: 0.7s;
   transition-delay: 0.7s;
}
.view-seventh:hover p {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.6s;
   -moz-transition-delay: 0.6s;
   -o-transition-delay: 0.6s;
   -ms-transition-delay: 0.6s;
   transition-delay: 0.6s;
}
.view-seventh:hover a.info {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}


#m_home h2{font:24px/30px Arial;padding-bottom:0px !important;}
.home_news_list{width:300px;float:left;margin:0 0 0 20px;background:#fff !important;width:290px;}
.home_testimonials_list,.home_events_list{width:300px;float:left;margin:0 0 0 12px;background:#fff !important;width:290px;}

.article_row{width:288px;height:70px;text-align:left;display:block;float:left;border:1px solid #d4d4d4;margin-top:-1px;
-webkit-transition:all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;}
.article_row h4{font:normal bold 14px/17px Arial;padding:0;}

.no_pic{background:url(http://eggzack.s3.amazonaws.com/cg1-Jon-3amqM7uecrkJULdrzPgdlv5.jpg) 50% 50% no-repeat;background-size:contain;}
.news_img{float:left;margin:0px 7px 0px 10px;overflow:hidden;border:4px solid #ccc;width:42px;height:42px;-webkit-transition:all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;}
.article_row:hover{background-color:#ddd;-webkit-transition:all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;}
.inside_article_row{width:288px;height:50px;margin:10px 0px 10px 0px;overflow:hidden;}
.article_row:hover .news_img{
border:4px solid #fff;
-webkit-box-shadow: inset 5px 5px 16px rgba(55,55,55, .9);
-moz-box-shadow:    inset 5px 5px 16px rgba(55,55,55, .9);
box-shadow:         inset 5px 5px 16px rgba(55,55,55, .9);
-webkit-transition:all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.article_row:hover a{
color:#000 !important;
-webkit-transition:all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}

.big_news_img{width:60px !important;height:60px !important;}
.articlescontent p{margin-bottom:0px !important;}
.clear10{clear:both !important;height:10px !important;}