





/*
Theme Name: Ikaros - Responsive HTML Business & Portfolio
Theme URI: http://themes.iki-bir.com/ikaros
Author: elemis
Author URI: http://iki-bir.com
Version: 1.2
*/

/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear: both;
}
br {
	line-height: 10px;
}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border : 0px;
}
input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

::selection {
	background: #fefac7; /* Safari */
	color: #555555;
}
::-moz-selection {
	background: #fefac7; /* Firefox */
	color: #555555;
}

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	line-height: 22px;
	background: #fdfdfd;
	color: #555555;
}

input, textarea {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
}

p {
	padding-bottom: 20px;
}

p.body {
	font-size: 13px;
	line-height: 22px;
	color: #555555;
}

p.list {
	font-size: 13px;
	color: #555555;
	padding-bottom:0px !important;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	color: #555555;
	margin-bottom: 20px;
}

h1 {
	font-size: 30px;
	line-height: 28px;
	color: #fff;
}
h2 {
	font-size: 22px;
	line-height: 24px;
}

h3 {
	font-size: 20px;
	line-height: 22px;
}
h4 {
	font-size: 18px;
	line-height: 20px;
}
h5 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom:10px;
}
h6 {
	font-size: 14px;
	line-height: 18px;
}

h5 span {
	font-family: 'Droid Serif', serif;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	color: #999;
	padding-left: 5px;
}

h5 span:before {
	content: '-';
	padding-right: 5px;
}

hr {
	border: none;
	background: transparent url(img/line.png) repeat-x;
	height: 3px;
	margin-top: 30px;
	margin-bottom: 50px;
}

a {
	text-decoration: none;
	color: #6b99b6;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}

a:hover {
	color: #b66b79;
}

a.button,
.forms fieldset .btn-submit,
.comment-form .btn-submit,
#navigation .nav-previous .meta-nav-prev,
#navigation .nav-next .meta-nav-next  {
	background: #7aabca url(img/button.png) repeat-x;
	height: 29px;
	line-height: 29px;
	color: #fff;
	font-size: 13px;
	padding: 0px 20px;
	margin: 0;
	display: inline-block;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	cursor: pointer;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 0px 1px #52768c;
	box-shadow: 0px 0px 0px 1px #52768c;
	width: auto;
	border: none;
}

a.button.aqua {
	background-color: #6cb6a5;
	-webkit-box-shadow: 0px 0px 0px 1px #5e9d8f;
	box-shadow: 0px 0px 0px 1px #5e9d8f;
}

a.button.blue  {
	background-color: #7aabca;
	-webkit-box-shadow: 0px 0px 0px 1px #52768c;
	box-shadow: 0px 0px 0px 1px #52768c;
}

a.button.pink  {
	background-color: #d69acd;
	-webkit-box-shadow: 0px 0px 0px 1px #b980b0;
	box-shadow: 0px 0px 0px 1px #b980b0;
}

a.button.purple {
	background-color: #8174c3;
	-webkit-box-shadow: 0px 0px 0px 1px #6e64a7;
	box-shadow: 0px 0px 0px 1px #6e64a7;
}

a.button.black {
	background-color: #535353;
	-webkit-box-shadow: 0px 0px 0px 1px #434343;
	box-shadow: 0px 0px 0px 1px #434343;
}

a.button.green {
	background-color: #84b66b;
	-webkit-box-shadow: 0px 0px 0px 1px #64914d;
	box-shadow: 0px 0px 0px 1px #64914d;
}

a.button.red {
	background-color: #cf5e5e;
	-webkit-box-shadow: 0px 0px 0px 1px #af4c4c;
	box-shadow: 0px 0px 0px 1px #af4c4c;
}

a.button.brown  {
	background-color: #ae7a53;
	-webkit-box-shadow: 0px 0px 0px 1px #906443;
	box-shadow: 0px 0px 0px 1px #906443;
}

a.button.yellow  {
	background-color: #e1bd14;
	-webkit-box-shadow: 0px 0px 0px 1px #c3a515;
	box-shadow: 0px 0px 0px 1px #c3a515;
}

a.button.navy {
	background-color: #295f9b;
	-webkit-box-shadow: 0px 0px 0px 1px #2c5b8f;
	box-shadow: 0px 0px 0px 1px #2c5b8f;
}

a.button.orange {
	background-color: #f27327;
	-webkit-box-shadow: 0px 0px 0px 1px #cc601f;
	box-shadow: 0px 0px 0px 1px #cc601f;
}

a.button.gray {
	background-color: #aaaaaa;
	-webkit-box-shadow: 0px 0px 0px 1px #8c8c8c;
	box-shadow: 0px 0px 0px 1px #8c8c8c;
}

.footer a.button,
.footer .forms fieldset .btn-submit {
	background-color: #63859b;
	-webkit-box-shadow: 0px 0px 0px 1px #2f3235;
	box-shadow: 0px 0px 0px 1px #2f3235;
}

#navigation .nav-previous .meta-nav-prev {
	float: left;
}
#navigation .nav-next .meta-nav-next {
	float: right;
}
#navigation {
	background: transparent url(img/line.png) repeat-x center top;
	padding-top: 40px;
	margin-bottom: 20px;
}
#navigation:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.center {
	text-align: center;
}

.map iframe {
	max-width: 100%;
}

img {
	max-width: 100%;
	display: block;
}

#fancybox-thumbs ul li img {
	max-width: none;
}

img.left, img.alignleft {
	float: left;
	margin: 10px 20px 10px 0;
}

img.right, img.alignright {
	float: right;
	margin: 10px 0 10px 20px;
}

img.center, img.aligncenter {
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	text-align: center;
}

ul {
	padding-bottom: 20px;
	overflow: hidden;
}

.panel-container ul li {
	background: transparent url(img/icon-bullet.png) no-repeat left 7px;
	padding: 0 0 0 20px !important;
}
.tab ul li {padding: 0 0 0 0 !important;}

ol {
	list-style: decimal;
	/*list-style-position: inside;*/
	padding-bottom: 20px;
	font-size: 20px;
	max-width: 734px;
	float: right;
}
ol li {
	padding: 0;
	margin: 0;
}


.dropcap {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	display:block;
	float:left;
	font-size:45px;
	padding:0;
	margin: 0;
	margin:10px 8px 0 0;
	text-transform: uppercase;
}

.lite1 {
	color: #6b99b6;
	border-bottom: 1px dotted #6b99b6;
}

.lite2 {
	background: #fefac7;
}

pre {
	margin: 5px 0px 40px 0px;
	padding: 0 10px 0px 10px;
	display: block;
	clear: both;
	background: url(img/codebg.jpg) repeat;
	line-height: 20px;
	font-size: 12px;
	border: 1px solid #d6d6d6;
}

blockquote {
	padding-bottom: 20px;
}

blockquote p {
	font-family: 'Droid Serif', serif;
	font-size: 20px;
	line-height: 30px;
	padding: 0;
	padding-left: 20px;
	border-left: 3px #dbdbdb solid;
	color: #999999;
}

.download-box, .warning-box, .info-box, .note-box {
	clear:both;
	margin: 10px 0px;
	padding: 15px 15px 13px 15px;
	line-height: 17px;
}
.info-box {
	background:#c2ddf9;
	border:1px solid #80bbef;
	color:#4783b7;
}
.warning-box {
	background:#ffcccc;
	border:1px solid #ff9999;
	color:#c31b00;
}
.download-box {
	background:#d1f7b6;
	border:1px solid #8bca61;
	color:#5e9537;
}
.note-box {
	background:#fdebae;
	border:1px solid #e6c555;
	color:#9e660d;
}

.intro {
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 30px;
}

.header-wrapper {
	width: 100%;
	background-color: #fff;
	color: #fff;
	position: relative;
	z-index: 1000;
	/*-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 1);*/
	/*box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 1);*/
	padding-bottom: 15px;
}

.header-light {
	background: transparent url(img/light.png) repeat-x;
	position: absolute;
	bottom: 0;
	height: 5px;
	z-index: 1001;
	width: 100%;
}

.header {
	width: 960px;
	margin: 0px auto;
}

.logo {
	float: left;
	margin-top: 15px;
}

.wrapper {
	width: 960px;
	margin: 50px auto;
}

/*-----------------------------------------------------------------------------------*/
/*	COLUMNS
/*-----------------------------------------------------------------------------------*/

.one-half {
	width:48%;
}
.one-third {
	width:30.66%;
}
.two-third {
	width:65.33%;
}
.one-fourth {
	width:22%;
}
.three-fourth {
	width:74%;
}
.one-fifth {
	width:16.8%;
}
.two-fifth {
	width:37.6%;
}
.three-fifth {
	width:58.4%;
}
.four-fifth {
	width:67.2%;
}
.one-sixth {
	width:13.33%;
}
.five-sixth {
	width:82.67%;
}
.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
	position:relative;
	margin-right:4%;
	float:left;
}
.last {
	margin-right:0 !important;
	clear:right;
}

.column-wrapper {
	overflow: hidden;
	width: 100%;
}

.payday_stats {
	width: 44%;
    margin: 0 auto;
	margin-bottom: 25px;
	background-color: #e5f7fd;
	padding: 25px;
}

.counter {
font-family: 'Ubuntu', sans-serif;
font-size: 18px;
line-height: 10px;
}

.table-item {
font-family: 'Ubuntu', sans-serif;
font-size: 16px;
font-weight:bold;
padding-bottom:0px;
}

tr.payday_table > td
{
  padding-bottom: 1em;
}

table {
    border-collapse: collapse;
}

table, td, th {
  
  margin-top:5px;
  font-size: 16px;
	
}

table img {
height:28px;
}

.addthis_button_tweet {
margin-right: -31px;
}

.addthis_button_google_plusone {
margin-right: -32px;
}

.addthis_button_facebook_share {
margin-top: -2px;
}

.addthis_button_linkedin_counter {
margin-top:1px;
}

.addthis_native_toolbox {
margin-top: 5px;
}

.references {
display:none;
}

.references-container {
margin-bottom:-20px;
}

a.references_link {
cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/

.menu {
	list-style: none;
float: right;
font-weight: normal;
position: relative;
margin-top: 40px;
font-family: 'Ubuntu', sans-serif;
font-weight: bold;
color: #6d6f71;
/* text-transform: uppercase; */
z-index: 1003;
/* background: transparent url(img/menu-line.png) repeat-y top left; */
padding-left: 5px;
}
.menu ul {
	margin: 0;
	list-style-type: none;
	position: relative;
	overflow: inherit;
}
.menu ul li {
	position: relative;
	float: left;
	background: none;
	padding: 0;
	background: transparent url(img/menu-line.png) repeat-y right top;
	padding-right: 2px;
	margin-left: -1px;
}
.menu ul li a {
	display: block;
	text-decoration: none;
	line-height: 1;
	font-size: 12px;
	color: #d4d4d4;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	padding: 35px 20px 30px;
}

.menu ul li.active a, .menu ul li a:hover, .menu ul li a.selected {
	color: #86acc4;
	background-color: #35373a;
}
.menu ul li.active ul li a {
	color: #d4d4d4;
}
.menu ul li.active ul li a:hover {
	color: #86acc4;
}
.menu ul li ul {
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	width: 160px;
	padding: 0;
}
.menu ul li ul li {
	display: list-item;
	float: none;
	background: #35373a url(img/dropdown-line.png) repeat-x center top;
	padding: 1px 0 0 0;
	margin: 0;
}
.menu ul li ul li:first-child {
	background-image: none;
}
.menu ul li ul li ul {
	top: 0;
}
.menu ul li ul li a {
	margin: 0;
	border: none;
	padding: 13px 15px;
	line-height: 1;
	font-size: 11px;
}
.menu ul li ul li a:hover {
	background-color: #2c2d30;
}
* html .menu {
	height: 1%;
}

.selectnav {
	display: none;
	width: 280px;
	margin: 0 auto 25px;
}

/*-----------------------------------------------------------------------------------*/
/*	SLIDER
/*-----------------------------------------------------------------------------------*/

.tp-simpleresponsive .caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position:absolute;
}

.caption.big_white {
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
}

.caption.small_white {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	font-family: 'Ubuntu', sans-serif;
}

.caption.big_black {
	color: #2c2c2c;
	font-size: 35px;
	line-height: 35px;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
}

.caption.big_black_bg {
	background-color: #2c2c2c;
	color: #fff;
	font-size: 35px;
	line-height: 35px;
	font-weight: bold;
	padding: 5px 10px;
	font-family: 'Ubuntu', sans-serif;
}

.caption.small_black_bg {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	background-color: #2c2c2c;
	padding: 5px 10px;
	font-family: 'Ubuntu', sans-serif;
}

.caption.big_white_bg {
	background-color: #fff;
	color: #414141;
	font-size: 35px;
	line-height: 35px;
	font-weight: bold;
	padding: 5px 10px 7px;
	-webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2);
	font-family: 'Ubuntu', sans-serif;
}

.caption.big_white_bg_2 {
	background-color: #fff;
	color: #414141;
	font-size: 27px;
	line-height: 27px;
	font-weight: bold;
	padding: 5px 10px 7px;
	-webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2);
	font-family: 'Ubuntu', sans-serif;
}

.caption.small_white_bg {
	color: #414141;
	font-size: 20px;
	line-height: 28px;
	background-color: #fff;
	padding: 5px 10px 6px;
	-webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2);
	font-family: 'Ubuntu', sans-serif;
}

.caption.boxshadow {
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.caption.noshadow {
	text-shadow: none;
}

.tp-leftarrow.large {
	z-index:100;
	cursor:pointer;
	position:relative;
	display: none;
	/*background: url(http://www.answerbag.co.uk/payday-loans-guide/style/images/portfolio-arrows.png) no-repeat top left;*/
	width:35px;
	height:36px;
	top: 50% !important;
	margin-left:20px;
	margin-top:-18px;
}

.tp-rightarrow.large {
	z-index:100;
	cursor:pointer;
	position:relative;
	display: none;
	/*background: url(http://www.answerbag.co.uk/payday-loans-guide/style/images/portfolio-arrows.png) no-repeat top right;*/
	width:35px;
	height:36px;
	top: 50% !important;
	margin-left:-20px;
	margin-top:-18px;
}

.tp-bannertimer {
	width:100%;
	height:7px;
	background:url(img/timer.png);
	position:absolute;
	z-index:200;
}

.tp-bullets {
	z-index:100;
	position:absolute;
}

.tp-bullets.simplebullets .bullet {
	cursor:pointer;
	position:relative;
	background: #c6c6c6;
	width:12px;
	height:12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin:3px;
	float:left;
}

.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
	background: #949494;
}

.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}

.tp-simpleresponsive >ul li {
	list-stye:none;
	position:absolute;
	visibility:hidden;
}

.caption.slidelink a div {
	width:10000px;
	height:10000px;
}

.tp-loader {
	background:url(img/loading.gif) no-repeat;
	background-color:#fff;
	margin:-15px -15px;
	top:50%;
	left:50%;
	z-index:10000;
	position:absolute;
	width:30px;
	height:30px;
}

.fullwidthbanner-container {
	width:100% !important;
	position:relative;
	padding:0;
	max-height:450px !important;
	overflow:hidden;
	background-color: #85a99b;
}

.fullwidthbanner ul {
	overflow: inherit;
}

.fullwidthbanner ul li {
	padding: 0;
	background: none;
}

.fullwidthbanner img {
	max-width: none;
	display: block;
}

.bannercontainer {
	background-color:#fff;
	width:960px;
	position:relative;
	margin: 50px auto;
}

.banner {
	width:960px;
	height:450px;
	position:relative;
	overflow:hidden;
}

.bannercontainer ul {
	overflow: inherit;
}

.bannercontainer ul li {
	padding: 0;
	background: none;
}

.banner img {
	max-width: none;
	display: block;
}


/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO
/*-----------------------------------------------------------------------------------*/

.portfolio,
#portfolio,
#videocase,
.content-wrapper {
	overflow: hidden;
}

.items {
	width: 110%;
	margin-bottom: -12px;
	margin-right: -12px;
}

.items li {
	float: left;
	margin: 0 12px 12px 0;
	position: relative;
	background: none;
	padding: 0;
	width: 312px;
	height: 250px;
}

.items li img {
	display: block;
}

.items li a {
	color: #FFF;
}

.items li a .caption h3 {
	font-size: 17px;
	text-transform: uppercase;
	color: #FFF;
}

.items li a .caption h3:after {
	content: '';
	display: block;
	width: 100px;
	height: 3px;
	margin: 20px auto 0;
	background: transparent url(img/portfolio-line.png) repeat-x;
}

.items li a .caption {
	display: none;
	height: 100%;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.66);
	padding: 50px 20px 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.items:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.items .hidden {
	display: none;
}

.fancybox-title h2 {
	color: #FFF;
	margin-bottom: 10px;
}

.filter {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 3px 0 0 0;
	background: transparent url(img/line.png) repeat-x center top;
	line-height: 1;
	margin-bottom: 30px;
}

.filter li {
	padding: 0;
	background: transparent url(img/sep.png) repeat-y left center;
	display: inline-block;
	padding: 5px 13px 5px 20px;
	line-height: 1;
	margin: 7px 0;
}

.filter li:first-child {
	background: none;
}

.filter li a {
	background: none;
	color: #555;
}

.filter li a.active,
.filter li a:hover {
	color: #6b99b6;
}

.filter:after {
	content: '';
	width: 100%;
	display: block;
	height: 3px;
	background: transparent url(img/line.png) repeat-x center bottom;
}

.item-info .portfolio-meta {
	padding: 0;
}

.item-info .portfolio-meta li {
	background: none;
	padding: 0;
	margin: 7px 0 0 0;
}

.item-info .portfolio-meta li:first-child {
	margin: 0;
}

.item-info .portfolio-meta li span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}

.item-info .portfolio-nav {
	background: transparent url(img/line.png) repeat-x center top;
	margin-top: 22px;
	padding-top: 25px;
}

.item-info .portfolio-nav h6 {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.item-info .portfolio-nav a {
	width: 21px;
	height: 21px;
	display: block;
}

.item-info .portfolio-nav .prev,
.item-info .portfolio-nav .next,
.item-info .portfolio-nav .up {
	background: transparent url(http://www.answerbag.co.uk/payday-loans-guide/style/images/portfolio-nav.png) no-repeat top left;
	width: 21px;
	height: 21px;
	display: inline-block;
	margin-right: 2px;
}

.item-info .portfolio-nav .prev {
	background-position: top left;
}

.item-info .portfolio-nav .next {
	background-position: top right;
}

.item-info .portfolio-nav .up {
	background-position: top center;
}

.item-info .portfolio-nav .prev:hover {
	background-position: bottom left;
}

.item-info .portfolio-nav .next:hover {
	background-position: bottom right;
}

.item-info .portfolio-nav .up:hover {
	background-position: bottom center;
}

/*-----------------------------------------------------------------------------------*/
/*	FULLWIDTH SLIDER
/*-----------------------------------------------------------------------------------*/
.slider_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.fws_wrapper {
    width: 100%;
    padding: 2px 0px 12px;
    overflow-y: hidden;
    position: relative;
    overflow: visible;
}
.fullwidth_slider {
    position: relative;
    height: 500px;
    overflow: visible;
    width: 100px;
    padding: 2px;
}
.fs-entry {
    position: absolute;
    overflow: hidden;
}
.fs-entry .image_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.fs-entry .image_wrapper .image_innerwrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fs-entry .imageholder {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 1;
}
.fs-entry span.link {	
	z-index:2;
	background: #ffffff url(http://www.answerbag.co.uk/payday-loans-guide/style/images/icon-enlarge.png) center center no-repeat; 
	width:30px;
	height:30px; 
	position:absolute; 
	bottom:10px;
	right:10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor:pointer; 
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-in-out;
	color: #000;
}
.fs-entry span.link:hover {	
	color: #6094b4;
}
.fs-entry:hover span.link {	
	-moz-opacity:1; 
	filter:alpha(opacity=100); 
	opacity:1;
}
.fs-entry .caption {
    position: absolute;
    z-index: 100;
    bottom: 10px;
	left: 10px;	
	padding: 5px 10px;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: #ffffff;
	color: #414141; 
	-webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2); 
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2);
	max-width: 70%;
	white-space: normal;
}
.fs-entry:hover .caption {
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}
/*-----------------------------------------------------------------------------------*/
/*	VIDEOCASE
/*-----------------------------------------------------------------------------------*/

.video h2 {
	margin-top: 20px;
	margin-bottom: 15px;
}

#videocontainer {
	margin-bottom: 2px;
}

/*-----------------------------------------------------------------------------------*/
/*	LATEST BLOG
/*-----------------------------------------------------------------------------------*/

.latest-blog {
	width: 110%;
	margin-bottom: -40px;
	margin-right: -40px;
}

.latest-blog li {
	float: left;
	width: 460px;
	margin: 0 40px 40px 0;
	background: none;
	padding: 0;
}

.latest-blog li h2 {
	margin-bottom: 5px;
	font-size: 17px;
}

.latest-blog li h2 a {
	color: #555555;
}

.latest-blog li h2 a:hover {
	color: #6b99b6;
}

.latest-blog:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.latest-blog li .date {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	text-align: center;
	display: block;
	float: left;
	background-color: #ececec;
	width: 54px;
	height: 44px;
	margin-right: 15px;
	-webkit-border-radius: 54px;
	border-radius: 54px; 
	padding: 10px 0 0 0;
	line-height: 1;
}

.latest-blog li .day {
	font-size: 20px;
	display: block;
}

.latest-blog li .month {
	font-size: 11px;
	display: block;
	text-transform: uppercase;
}

.latest-blog li .text {
	overflow: hidden;
}

.latest-blog li .text p {
	padding: 0 0 10px 0;
}

.latest-blog li .meta {
	overflow: hidden;
	font-size: 11px;
}

.latest-blog li .meta .tags {
	display: inline;
}

.latest-blog li .meta .comments {
	display: inline;
}


/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/

.posts-grid {
	width: 110%;
	margin-bottom: 21px;
	margin-right: -21px;
	overflow: inherit !important;
} 

.posts-grid .post {
	float: left;
	margin: 0 21px 21px 0;
	position: relative;
	width: 306px;
	background: #f7f7f7;
	padding:20px 20px 12px 20px;
	border: 1px solid #e3e3e3;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
} 

.posts-grid .post .featured {
	margin: -21px -21px 15px;
	display: block;
} 

.featured a {
	position: relative;
	display: block;
} 

.featured a .more{
	position: absolute;
	background: transparent url(img/icon-more.png) no-repeat center center;
} 

.posts-list .featured a .more,
.related .featured a .more {
	position: absolute;
	background: transparent url(img/icon-more2.png) no-repeat center center;
} 

.featured a span.overlay.more {
	display: none;
	height: 100%;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.55);
}

.featured a img {
	max-width: 100%;
	display: block;
	position: relative;
} 

.posts-grid:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.posts-grid .excerpt h2 {
	font-size: 15px;
	margin: 0 0 8px 0;
}

.posts-grid .excerpt h2 a {
	color: #555555;
}

.posts-grid .excerpt h2 a:hover {
	color: #6b99b6;
}

.posts-grid .meta {
	background: transparent url(img/line.png) repeat-x center top;
	overflow: hidden;
	margin-top: -4px;
	padding: 15px 0 0 0;
	font-size: 11px;
}

.posts-grid .meta .date {
	float: left;
	background: transparent url(http://www.answerbag.co.uk/payday-loans-guide/style/images/icon-date.png) no-repeat left center;
	padding: 0 0 0 17px;
}

.posts-grid .meta .comment {
	float: right;
	background: transparent url(http://www.answerbag.co.uk/payday-loans-guide/style/images/icon-comment.png) no-repeat left center;
	padding: 0 0 0 18px;
}

.post-container {
	width: 640px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	float: left;
}

.post-container .post .post-info {
	margin-bottom: 20px;
}

.post-container .post .post-info:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.post-container .post .post-info .date {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	text-align: center;
	display: block;
	float: left;
	background-color: #ececec;
	width: 70px;
	height: 56px;
	margin-right: 15px;
	-webkit-border-radius: 54px;
	border-radius: 54px; 
	padding: 14px 0 0 0;
	line-height: 1;
}

.post-container .post .post-info .date .day {
	font-size: 25px;
	display: block;
}

.post-container .post .post-info .date .month {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
}

.post-container .post .post-info .title-meta {
	overflow: hidden;
	font-size: 11px;
}

.post-container .post .post-info .title-meta .post-title {
	font-size: 18px;
	padding-bottom: 11px;
	margin-bottom: 8px;
	background: transparent url(img/line.png) repeat-x center bottom;
}

.post-container .post .post-info .title-meta .post-title a {
	color: #555555;
}

.post-container .post .post-info .title-meta .post-title a:hover {
	color: #6b99b6;
}

.post-container .post {
	margin-bottom: 50px;
}

.post-container .post .featured {
	margin-bottom: 20px;
}

.post-container .post .tags {
	position: relative;
	line-height: 25px;
}

.post-container .post .tags span {
	background: transparent url(img/icon-tag.png) no-repeat left bottom;
	width: 8px;
	height: 11px;
	display: inline-block;
	padding-right: 3px;
}

/*-----------------------------------------------------------------------------------*/
/*	RELATED
/*-----------------------------------------------------------------------------------*/

.post-container .related {
	margin-top: 50px;
	background: transparent url(img/line.png) repeat-x center bottom;
	padding-bottom: 35px;
}

.post-container .related ul {
	width: 652px;
	margin-right: -12px;
}

.post-container .related ul:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.post-container .related ul li {
	float: left;
	margin-right: 12px;
	padding: 0;
	background: none;
}

.post-container .related ul li img {
	width: 151px;
	height: 110px;
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/


.sidebar {
	background: transparent url(img/sep.png) repeat-y left top;
	padding-left: 30px;
	margin-left: 30px;
	width: 290px;
	float: right;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.sidebox {
	margin-top: 20px;
	padding-top: 40px;
	background: transparent url(img/line.png) center top repeat-x;
} 

.sidebox:first-child {
	background: none;
	padding: 0;
	margin: 0;
} 

.sidebox h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.sidebox ul.posts-list {
	color: #878787;
}
.sidebox ul.posts-list:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.sidebox ul.posts-list li {
	clear: both;
	background: none;
	padding: 15px 0 0 0;
	line-height: 17px;
}
.sidebox ul.posts-list li:first-child {
	padding: 0;
}
.sidebox ul.posts-list li .featured {
	float: left;
	margin-right: 15px;
}
.sidebox ul.posts-list li .meta {
	overflow: hidden;
}
.sidebox ul.posts-list li em {
	display: inline-block;
	font-style: normal;
	font-size: 11px;
}
.sidebox ul.posts-list li h6 {
	margin-bottom: 5px;
	font-weight: normal;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	line-height: 22px;
	
}
.sidebox ul.posts-list li h6 a {
	color: #555555;
	
	
}
.sidebox ul.posts-list li h6 a:hover {
	color: #6b99b6;
}

.sidebox ul.posts-list li em {
	color: #999999;
}

.sidebox .list {
	overflow: hidden;
	margin-bottom: -20px;
}

.sidebox a {
	color: #555555;
}

.sidebox a:hover {
	color: #6b99b6;
}
/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/

#comments {
	margin:50px 0 0 0;
	padding-bottom: 40px;
	background: transparent url(img/line.png) center bottom repeat-x;

}
#comments ol.commentlist {
	list-style:none;
	margin: -5px 0 0 0;
}
#comments ol.commentlist li {
	padding:20px 0 0 0;
	background: none;
}
#comments .user {
	float:left;
	width: 70px;
	height: 70px;
	margin-right:20px;
}
#comments .message {
	overflow: hidden;
	padding:15px 20px 0 20px;
	background: #f7f7f7;
	border: 1px solid #e3e3e3;
	position: relative;
}
#comments ul.children {
	margin:0;
	overflow: inherit;
	padding:0 0 0 40px;
}
#comments ol.commentlist ul.children li {
	padding-right:0;
	border:none;
}
#comments .info h2 {
	font-size: 14px;
	margin: 0;
}
#comments .info {
	margin-bottom: 12px;
}
#comments .info h2 a {
	color: #555555;
}
#comments .info h2 a:hover {
	
}
#comments .info .meta {
	font-size: 11px;
	color: #999999;
}
#comments .info a:hover {
	color: #6b99b6;
}
#comments a.reply-link {
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: 1;
	font-size: 11px;
	text-transform: uppercase;
}
.comment-form-wrapper {
	margin-top: 50px;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/

.footer-wrapper {
	width: 100%;
	background-color: #3a3d40;
	color: #c9c9c9;
	position: relative;
	z-index: 1;
	padding: 35px 0 40px;
}

.footer-light {
	background: transparent url(img/footer-light.png) repeat-x center top;
	position: absolute;
	top: 0;
	height: 5px;
	z-index: 2;
	width: 100%;
}

.footer {
	width: 960px;
	margin: 0px auto;
}

.footer h3 {
	color: #6b99b6;
	text-transform: uppercase;
	font-size: 14px;
}

.footer .post-list {
	padding: 0;
}

.footer .post-list h4 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	line-height: 22px;
	margin: 0;
	font-weight: normal;
}

.footer .post-list h4 a,
.footer a {
	color: #c9c9c9;
}

.footer .post-list .meta {
	color: #899096;
	font-size: 11px;
}

.footer .post-list li {
	background: transparent url(img/footer-line.png) repeat-x center top;
	padding: 0;
	padding-top: 20px;
	margin-top: 17px;
}

.footer .post-list li:first-child {
	margin: 0;
	padding: 0;
	background: none;
}

.footer a:hover,
.footer .post-list a:hover {
	color: #6b99b6;
}

.site-generator-wrapper {
	width: 100%;
	color: #bfbfbf;
	background-color: #2f3235;
	padding: 20px 0 15px;
}

.site-generator {
	width: 960px;
	margin: 0px auto;
}

/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/

.forms {
	position: relative;
	padding: 0;
	width: 100%;
}

.form-container .response {
	color: #58a267;
	display: none;
	margin: 0 0 15px 0;
}
.forms ol {
	margin:0;
	padding:0;
}
.forms ol li {
	line-height:auto;
	list-style: none;
}
.forms li.form-row { 
	margin-bottom: 10px;
}
.forms li.hidden-row {
	display: none;
}

.forms fieldset .text-input,
.forms fieldset .text-area,
.comment-form input,
.comment-form textarea {
	border: 1px solid #e3e3e3;
	background: #f7f7f7;
	height: 35px;
	line-height: 1;
	padding: 5px 10px;
	color: #555555;
	resize: none;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}

.forms fieldset .text-input:focus,
.forms fieldset .text-area:focus,
.comment-form input:focus,
.comment-form textarea:focus {
	border: 1px solid #c5c5c5;
}

.forms fieldset .text-area,
.comment-form textarea {
	min-height: 200px;
	padding: 10px;
	resize: vertical;
}

.forms li.error input, 
.forms li.error textarea {
	border: 1px solid #d18282;
}

.footer .forms fieldset .text-input,
.footer .forms fieldset .text-area {
	border: none;
	background: #2d3032;
	height: 35px;
	line-height: 1;
	padding: 5px 10px;
	color: #bfbfbf;
	resize: none;
	-webkit-transition: none;
	-o-transition: none;
	-moz-transition: none;
}

.footer .forms fieldset .text-input:focus,
.footer .forms fieldset .text-area:focus {
	background: #282b2d;
}

.footer .forms fieldset .text-area {
	min-height: 140px;
	padding: 10px;
	resize: vertical;
}

.footer .forms li.error input, 
.footer .forms li.error textarea {
	border: 1px solid #913434;
}

.footer .form-container .response {
	color: #C9C9C9;
}

.forms span.error {
	display: none;
}

.forms .button-row span.error {
	padding: 0;
	display: none;
}

.forms label {
	display: block;
	float: left;
	width: 95px;
	padding-top: 7px;
	font-size: 13px;
	clear: both;
}

.comment-form div {
	position:relative;
	margin-bottom: 20px;
}

.comment-form div label {
	position:absolute; top:0; left:0
}

.form-container:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.searchform input {
	border: none;
	background: #f7f7f7;
	color: #999999;
	padding: 7px 10px;
	margin-bottom: 20px;
	border: 1px solid #e3e3e3;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}

.searchform input:focus {
	border: 1px solid #c5c5c5;
}

/*-----------------------------------------------------------------------------------*/
/*	TABS
/*-----------------------------------------------------------------------------------*/

.etabs { 
	margin: 0; 
	padding: 0; 
	text-align: center;
	overflow: inherit;
}

.etabs.left { 
	text-align: left;
}

.tab { 
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	margin:0; 
	padding:0; 
	display: inline-block; 
	zoom:1; 
	*display:inline; 
	background: #f8f8f8; 
	border: 1px solid #c5c5c5; 
	border-bottom: none; 
	top:1px;
	position: relative;
	z-index: 1;
}

.tab a { 
	display: block; 
	padding: 7px 12px;  
	color: #555555;
}

.tab a.active,
.tab a:hover { 
	color: #6b99b6;
}

.tab.active { 
	background: #fff; 
	position: relative; 
	z-index: 3;
}

.tab-container .panel-container { 
	border-top: 1px solid #c5c5c5; 
	padding: 30px 0 0 0; 
	position: relative;
	z-index: 1;
}

.panel-container { 
	margin-bottom: 10px; 
}

/*-----------------------------------------------------------------------------------*/
/*	TESTIMONIALS
/*-----------------------------------------------------------------------------------*/

#testimonials-container .etabs {
	padding-bottom: 20px;
	height: 11px;
}

#testimonials-container .tab {
	width: 10px;
	height: 10px;
	border-radius: 10px; 
	border: none;
	margin: 0 1px;
	background: #c6c6c6;
}

#testimonials-container .tab.active,
#testimonials-container .tab:hover { 
	padding: 0;
	background: #949494;
}

#testimonials-container .tab a {
	text-indent: -9999px;
	padding: 0;
	height: 11px;
}

#testimonials-container .panel-container { 
	border: none;
	text-align: center;
	padding: 0 0 10px 0;
}

#testimonials-container .panel-container div { 
	background: #f7f7f7;
	padding:20px;
	border: 1px solid #e3e3e3;
	font-family: 'Droid Serif', serif;
	font-style: italic;
	font-size: 15px;
	line-height: 25px;
}

#testimonials-container .panel-container div .author { 
	display: block;
	font-variant: small-caps;
	color: #999999;
	padding-top: 10px;
	font-size: 13px;
	font-style: normal;
	font-family: 'Droid Sans', sans-serif;
}


/*-----------------------------------------------------------------------------------*/
/*	TOGGLE
/*-----------------------------------------------------------------------------------*/

.toggle {
	width: 100%;
	padding-bottom: 15px;
	clear:both;
}
.toggle h4.title {
	cursor: pointer;
	background: #f7f7f7;
	border: 1px solid #e3e3e3;
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 13px;
}
.toggle h4.title:hover {
	
}
.toggle h4.title.active {
	
}
.togglebox {
	height: auto;
	overflow: hidden;
	margin: 0;
	background: #f7f7f7;
	border: 1px solid #e3e3e3;
}
.togglebox div {
	padding: 15px 15px 0 15px;
	
}

/*-----------------------------------------------------------------------------------*/
/*	SOCIAL
/*-----------------------------------------------------------------------------------*/

.copyright {
	float: left;
	max-width: 500px;
}

.copyright p {
	padding: 3px 0 0 0;
}

.social {
	padding: 0;
	margin-bottom: 4px;
	float: right;
}
.footer-menu {
	padding: 0;
	margin-bottom: 4px;
	float: right;
}

.social.team {
	float: none;
	margin-bottom: 20px;
}

.social li {
	float: left;
	padding: 0;
	margin-left: 5px;
	background: none;
}

.footer-menu li {
	float: left;
	padding: 0;
	margin-left: 15px;
	background: none;
}

.social.team li {
	margin: 0;
	margin-right: 5px;
}

.social a {
	background:transparent url(http://www.answerbag.co.uk/payday-loans-guide/style/images/social-icons.png) no-repeat 0 0;
	height:24px;
	width:24px;
	display:block;
	position:relative;
}

.social-share a:hover span{ 
	overflow:visible; 
	width: 110px;
}

.social .rss {
	background-position:0 0;
}

.social .facebook {
	background-position:0 -24px;
}

.social .twitter {
	background-position:0 -48px;
}

.social .dribbble {
	background-position:0 -72px;
}

.social .pinterest {
	background-position:0 -96px;
}

.social .linkedin {
	background-position:0 -120px;
}

.social .vimeo {
	background-position:0 -144px;
}

.social .lastfm {
	background-position:0 -168px;
}

.social .tumblr {
	background-position:0 -216px;
}

.social .forrst {
	background-position:0 -240px;
}

.social .skype {
	background-position:0 -264px;
}

.social .flickr {
	background-position:0 -288px;
}

.social .deviantart {
	background-position:0 -312px;
}

.social .google{
	background-position:0 -336px;
}

.social .friendfeed {
	background-position:0 -360px;
}

/*-----------------------------------------------------------------------------------*/
/*	PRICING TABLE
/*-----------------------------------------------------------------------------------*/

.pricing {width: 100%; margin: 20px auto 30px; overflow: hidden; padding-top: 20px; }
.pricing.three .plan {width:31.2%; float: left; margin-left: 3%}
.pricing.four .plan {width:23.5%; float: left; margin-left: 2%}
.pricing .plan:first-child {margin-left: 0}

.pricing .plan h3 {font-size: 16px; text-align: center; color: #fff; line-height: 45px; margin: 0;}
.pricing .plan h3 {background: #5e923c}

.pricing .plan li:nth-child(2n) {background: #f6f6f6;}

.pricing .plan li {line-height: 3.5em;}
.select, .plan li {text-align: center}

.pricing .plan h3{text-transform: uppercase;}
.pricing .plan .select {}

.pricing .select {background: #e7e7e7; border: 1px solid #c8c8c8}
.pricing .select div {padding-top: 18px; text-shadow: 0 1px 0px #fff;}

.pricing .features ul {border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; margin: 0; padding:0;}

.pricing .features ul li {background: none; padding: 0;}

/* specialized
-------------------------------------------------------------------*/
.pricing h3, .pricing h4 {color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,0.2); margin: 0;}

.interval {font-size: 13px;}

.amount, .interval {display: block; text-align: center;}
.amount {font-size: 40px; padding: 10px 0; }
.amount span {vertical-align: super; font-size: 20px}

/* Top
-------------------------------------------------------------------*/
.pricing .p1 h3{
    background: #6c9e4a;
    background: -moz-linear-gradient(top, #6c9e4a 0%, #578d35 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c9e4a), color-stop(100%,#578d35));
    background: -webkit-linear-gradient(top, #6c9e4a 0%,#578d35 100%);
    background: -o-linear-gradient(top, #6c9e4a 0%,#578d35 100%);
    background: -ms-linear-gradient(top, #6c9e4a 0%,#578d35 100%);
    background: linear-gradient(top, #6c9e4a 0%,#578d35 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c9e4a', endColorstr='#578d35',GradientType=0 );
    border-bottom: 1px solid #4a7c2d;
}
.pricing .p2 h3 {
    background: #5574b1;
    background: -moz-linear-gradient(top, #5574b1 0%, #405fa3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5574b1), color-stop(100%,#405fa3));
    background: -webkit-linear-gradient(top, #5574b1 0%,#405fa3 100%);
    background: -o-linear-gradient(top, #5574b1 0%,#405fa3 100%);
    background: -ms-linear-gradient(top, #5574b1 0%,#405fa3 100%);
    background: linear-gradient(top, #5574b1 0%,#405fa3 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5574b1', endColorstr='#405fa3',GradientType=0 );
    border-bottom: 1px solid #365195;
}
.pricing .p3 h3 {
    background: #ce5d26;
    background: -moz-linear-gradient(top, #ce5d26 0%, #c54716 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce5d26), color-stop(100%,#c54716));
    background: -webkit-linear-gradient(top, #ce5d26 0%,#c54716 100%);
    background: -o-linear-gradient(top, #ce5d26 0%,#c54716 100%);
    background: -ms-linear-gradient(top, #ce5d26 0%,#c54716 100%);
    background: linear-gradient(top, #ce5d26 0%,#c54716 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce5d26', endColorstr='#c54716',GradientType=0 );
    border-bottom: 1px solid #b3320f;
}
.pricing .p4 h3 {
    background: #906030;
    background: -moz-linear-gradient(top, #906030 0%, #7e4b1e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#906030), color-stop(100%,#7e4b1e));
    background: -webkit-linear-gradient(top, #906030 0%,#7e4b1e 100%);
    background: -o-linear-gradient(top, #906030 0%,#7e4b1e 100%);
    background: -ms-linear-gradient(top, #906030 0%,#7e4b1e 100%);
    background: linear-gradient(top, #906030 0%,#7e4b1e 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#906030', endColorstr='#7e4b1e',GradientType=0 );
    border-bottom: 1px solid #653c18;
}

.pricing .p5 h3 {
    background: #96975d;
    background: -moz-linear-gradient(left, #96975d 0%, #8c8a50 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#96975d), color-stop(100%,#8c8a50));
    background: -webkit-linear-gradient(left, #96975d 0%,#8c8a50 100%);
    background: -o-linear-gradient(left, #96975d 0%,#8c8a50 100%);
    background: -ms-linear-gradient(left, #96975d 0%,#8c8a50 100%);
    background: linear-gradient(left, #96975d 0%,#8c8a50 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96975d', endColorstr='#8c8a50',GradientType=1 );
    border-bottom: 1px solid #656D2D;
}

.pricing .p6 h3 {
    background: #5f47ad;
    background: -moz-linear-gradient(left, #5f47ad 0%, #4c39a3 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5f47ad), color-stop(100%,#4c39a3));
    background: -webkit-linear-gradient(left, #5f47ad 0%,#4c39a3 100%);
    background: -o-linear-gradient(left, #5f47ad 0%,#4c39a3 100%);
    background: -ms-linear-gradient(left, #5f47ad 0%,#4c39a3 100%);
    background: linear-gradient(left, #5f47ad 0%,#4c39a3 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f47ad', endColorstr='#4c39a3',GradientType=1 );
    border-bottom: 1px solid #382D7D;
}

.pricing .p7 h3 {
    background: #52a25a;
    background: -moz-linear-gradient(left, #52a25a 0%, #459749 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#52a25a), color-stop(100%,#459749));
    background: -webkit-linear-gradient(left, #52a25a 0%,#459749 100%);
    background: -o-linear-gradient(left, #52a25a 0%,#459749 100%);
    background: -ms-linear-gradient(left, #52a25a 0%,#459749 100%);
    background: linear-gradient(left, #52a25a 0%,#459749 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52a25a', endColorstr='#459749',GradientType=1 );
    border-bottom: 1px solid #0E6216;
}

.pricing .p8 h3 {
    background: #ad4747;
    background: -moz-linear-gradient(left, #ad4747 0%, #a3393e 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ad4747), color-stop(100%,#a3393e));
    background: -webkit-linear-gradient(left, #ad4747 0%,#a3393e 100%);
    background: -o-linear-gradient(left, #ad4747 0%,#a3393e 100%);
    background: -ms-linear-gradient(left, #ad4747 0%,#a3393e 100%);
    background: linear-gradient(left, #ad4747 0%,#a3393e 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad4747', endColorstr='#a3393e',GradientType=1 );    
    border-bottom: 1px solid #7D2D2D;
}

.pricing .p9 h3 {
    background: #479aad;
    background: -moz-linear-gradient(left, #479aad 0%, #3995a3 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#479aad), color-stop(100%,#3995a3));
    background: -webkit-linear-gradient(left, #479aad 0%,#3995a3 100%);
    background: -o-linear-gradient(left, #479aad 0%,#3995a3 100%);
    background: -ms-linear-gradient(left, #479aad 0%,#3995a3 100%);
    background: linear-gradient(left, #479aad 0%,#3995a3 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#479aad', endColorstr='#3995a3',GradientType=1 );
    border-bottom: 1px solid #4a7c2d;
}

.pricing .p10 h3 {
    background: #95ad47;
    background: -moz-linear-gradient(left, #95ad47 0%, #90a339 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#95ad47), color-stop(100%,#90a339));
    background: -webkit-linear-gradient(left, #95ad47 0%,#90a339 100%);
    background: -o-linear-gradient(left, #95ad47 0%,#90a339 100%);
    background: -ms-linear-gradient(left, #95ad47 0%,#90a339 100%);
    background: linear-gradient(left, #95ad47 0%,#90a339 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95ad47', endColorstr='#90a339',GradientType=1 );
    border-bottom: 1px solid #6D7E63;
}

.pricing .plan h4 {padding:0 0 10px}

.pricing .p1 h4 {background: #8bb371; box-shadow: 0 1px 1px #9ABE82 inset;}
.pricing .p2 h4 {background: #6179ab; box-shadow: 0 1px 1px #738ab6 inset;}
.pricing .p3 h4 {background: #d26529; box-shadow: 0 1px 1px #d8773b inset;}
.pricing .p4 h4 {background: #a06d3c; box-shadow: 0 1px 1px #ad7f4f inset;}
.pricing .p5 h4 {background: #9DA03C;box-shadow: 0 1px 1px #9DA360 inset;}
.pricing .p6 h4 {background: #6B658F;box-shadow: 0 1px 1px #3E3574 inset;}
.pricing .p7 h4 {background: #4AAD59;box-shadow: 0 1px 1px #47BC59 inset;}
.pricing .p8 h4 {background: #BA4B4B; box-shadow: 0 1px 1px #CF5858 inset;}
.pricing .p9 h4 {background: #63A3AE; box-shadow: 0 1px 1px #79B2DA inset;}
.pricing .p10 h4 {background: #9BAD6A; box-shadow: 0 1px 1px #99C44C inset;}

.pricing a.button {
	text-shadow: none;
}

/*-----------------------------------------------------------------------------------*/
/*	ISOTOPE
/*-----------------------------------------------------------------------------------*/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.survey{
background-image:url("img/button.png");
width:327px; /*image width*/
height:89px; /*image height*/
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
margin:0 auto;
}
.survey:hover{
background-image:url("img/button_active.png");
}

div.survey {
    position: relative;
}
 
div.survey a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}