/*
	Theme Name: eSpy
	Theme URI:
	Description: HTML5 theme built for the Genesis Framework.
	Author: eSpy
	Author URI:

	Version: 0.0.1

	Tags: black, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}
audio,
canvas,
video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden] {
	display: none
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
a:focus {
	outline: thin dotted
}
a:active,
a:hover {
	outline: 0
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b,
strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
mark {
	background: #ff0;
	color: #000
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}
pre {
	white-space: pre-wrap
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
	font-size: 80%
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}
button,
input {
	line-height: normal
}
button,
select {
	text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled],
html input[disabled] {
	cursor: default
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #eaefec;
	color:#0f5f5c;
	font-family: 'Varela Round', serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
::-moz-selection {
	background-color: #333;
	color: #fff;
}
::selection {
	background-color: #333;
	color: #fff;
}
a {
	border: none;
	color: #0f5f60;
	font-weight: 400;
	text-decoration: none;
}
.entry-content a {
	border-bottom: 1px solid;
	color: #0f5f60;
}
.entry-content a:hover{
	color: #2fa4a2;
}
a img {
	margin-bottom: -6px;
}
a:hover {
	color: #0ebfe9;

}
p {
	margin: 0 0 24px;
	padding: 0;
}
strong {
	font-weight: 400;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
blockquote,
blockquote::before {
	color: #999;
}
blockquote {
	margin: 40px;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
.entry-content code {
	background-color: #333;
	color: #ddd;
}
cite {
	font-style: normal;
}
/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0f5f5c;
	font-family: 'Varela Round', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
.featured-content img,
.gallery img {
	width: auto;
	/* IE8 */
}
/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: none;
	color: #333;
	font-family: 'Varela Round', serif;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}
input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
::-moz-placeholder {
	color: #999;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #999;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Varela Round', sans-serif;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #0ebfe9;
}
.entry-content .button:hover {
	color: #fff;
}
.button {
	border-radius: 3px;
	display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
th,
td {
	text-align: left;
}
th {
	font-weight: bold;

}
td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1200px;
}
.site-inner {
	background-color: #eaefec;
	clear: both;
	padding-top: 40px;
}
.minimum-landing .site-inner {
	margin: 40px auto;
	padding: 60px 60px 20px;
	width: 800px;
}
/* Site Containers
--------------------------------------------- */

.home-featured {
	border-bottom: 5px solid #f5f5f5;
	margin-bottom: 60px;
	padding: 40px 0;
}
.home-featured li {
	list-style-type: none;
}
.home-featured .widget {
	padding: 0 20px;
}
.home-featured p:last-child {
	padding: 0 0 24px;
}
.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
	float: left;
	text-align: center;
	width: 25%;
}


.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
}
.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
}
.site-tagline {
	background: url("images/headr-pattern.jpg");
	background-color: #0f5f5c;
	background-position-y: -60px;
	background-size: cover;
	border-bottom: 1px solid #eee;
	margin-top: 60px;
	padding: 40px 0;

}
.site-tagline p, .site-tagline h1{
	color: #fff;
}
.site-tagline p {
	margin: 0;
}
.site-tagline-left {
	float: left;
	width: 50%;
}
.site-tagline-right {
	float: right;
	text-align: right;
	width: 50%;
}
.site-tagline-left,
.site-tagline-right,
.site-tagline-left h4,
.site-tagline-right h4
{
	color:#fff;
}
.minimum .site-tagline {
	margin-top: 600px;
}
a.review-button.green-fill{
	background-color: #76c706;
	color: #fff;
}
a.review-button{
	background-color: #fff;
	color: #76c706;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	padding: 10px 10px;
	text-align: center;
	border: 1px solid #76c706;
	border-radius: 8px;

	text-transform: uppercase;
	margin-left:2%;
}
a.app-button {
	background-color: #4ec6e0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	padding: 5px 10px;
	width:100%;
	text-align: center;
}
a.app-button-ads{
	background-color: #4ce469;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	padding: 16px 10px;
	width: 100%;
	text-align: center;
	border-radius: 10px;
	text-transform: uppercase;
}
a.app-button-site{
	background-color: #4fdc99;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	padding: 5px 10px;
	width:100%;
	text-align: center;
}
a.app-button-rate {
	background-color: #fff;
	color: #4fdc99;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	padding: 10px 10px;
	width: 100%;
	text-align: center;
	border: 1px solid #4fdc99;
	border-radius: 8px;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.3);
	text-transform: uppercase;
}
a.app-button-rate:hover{
	background-color: #4fdc99;
	color: #fff;
}
a.app-button-site:hover{
	background-color: #3b9e6e;
}
a.app-button:hover {
	background-color: #4da5e0;
}
a.cta-button {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
}
a.cta-button:hover {
	background-color: #0ebfe9;
}
/* Column Widths and Positions
--------------------------------------------- */
/* Content */

.content {
	float: left;
	width: 820px;
}
.sidebar-content .content {
	float: right;
}
.full-width-content .content {
	width: 100%;
}
#after_header_box, #after_header_box_review{
	margin-top:-120px;

}
.blog-item-up .site-tagline{
	padding-bottom: 110px;
}
.blog-item-up .blog-up-img{
	margin-top:-120px;
	margin-bottom: 30px;
}
.main-content-up .site-tagline{
	padding-bottom: 150px;
}
.recent-blog-items{
	margin-bottom: 20px;
	display: inline-block;
}
.recent-blog-items .widget-wrap:after{
	clear: both;
	content: " ";
	display: table;
}
.recent-blog-items article.post:last-child{
	margin-right: 0;
}
.recent-blog-items article.post {
	float: left;
	width: 24%;
	min-height: 320px;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	margin-right: 15px;
	padding: 0;
}
.recent-blog-items .entry-header{
	padding: 0 10px;
}
.entry-title.custom-no-found-title{
	font-size: 60px;
}
.recent-blog-items .entry-title, .entry-comments .entry-title{
	text-transform: uppercase;
	border-bottom: 1px solid;
	padding-bottom: 10px;
}
.recent-blog-item {
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.3);
	margin-bottom: 20px !important;
}
.recent-blog-item header{
	padding: 20px 20px 5px 20px;

}

.recent-blog-item header a{
	color: #0f5f5c;
	text-decoration: underline;
}
.recent-blog-item header a:hover{
	text-decoration: none;
}


/* Commment
-----------------------------------------------*/


.blog-comment ol.comment-list .comment{
	background: none;
	border: none;
	position:relative
}
.blog-comment .comment .avatar {
	border-radius:41%;
	width: 70px;
	height: 70px;
	border: 3px solid #0f5f5c;
	margin-top: -6px;
	margin-left: -10px;
	margin-bottom: -15px;
}

.blog-comment header .comment-author {
	position: relative;
	background-color: #0f5f5c;
	border-radius: 15px;
	color: #fff;
	margin-left: 10px;
}
.blog-comment .comment-content {
	margin-left: 85px;
}
.blog-comment header .comment-author span{
	font-size: 18px;
}

.blog-comment .comment-reply-link:after{
	position: absolute;
	right: 45px;
	font-family: FontAwesome;
	content:"\f112";
	color: #fff;
	top: 1px;
}
.blog-comment .comment-reply-link:hover{
	opacity: 0.8;
}
/* Apps Table Classes

------------------------------------------------------------------*/
.entry-content article.apps-table {
	margin-top: 60px;
}
article.apps-table {
	padding: 10px 0 10px 0;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	position: relative;
}
.apps-table svg.chart {
	height: 104px;
	position: absolute;
	left: 180px;
	width: 1020px;
	opacity:0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	z-index: 1;
}

.apps-table svg.chart .cCircle,.apps-table svg.chart .cText{
	fill:#fff
}
.apps-table svg.chart .cPath{
	stroke:#fff;
}
th.ttd0, th.ttd1, th.ttd2{
	background: none !important;
}

.ttd0h{
	background: rgba(133, 214, 81, 0.30)!important;
}
.ttd1h{
	background: rgba(245, 217, 93, 0.30)!important;
}
.ttd2h{
	background: rgba(113, 210, 241, 0.30)!important;
}

.ttd0{
	background: rgba(133, 214, 81, 0.18);
}
.ttd1{
	background: rgba(245, 217, 93, 0.18);
}
.ttd2{
	background: rgba(113, 210, 241, 0.18);
}
.tt:hover:after{
	/* content:attr(data-descr);
     position:absolute;
     z-index:200;*/
}
.apps-table tr.sorted td.tt {
	vertical-align: baseline;
	padding-top: 2px;
	background-color: #a7edcb;
	border-left: 1px solid #fff;
	line-height: 1;
}
.apps-table tr.tr-rating.sorted td.tt,
.apps-table tr.tr-price.sorted td.tt  {
	vertical-align: middle;
	padding-top: 6px !important;
	background-color: #a7edcb;
	border-left: 1px solid #fff;
	line-height: 2!important;
}
.apps-table tr.sorted td.tt.dashicons-yes, .apps-table tr.sorted td.tt.dashicons-no-alt{
	color:#fff;
	position: relative;
	z-index: 1;
}
.apps-table tr.sorted td.tt:last-child{
	border: none;
}
.tt-name {
	font-size: 14px;
	line-height: 1.5;
}
.apps-table tr{
	position: relative;
	width: 1200px;
	height:20px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: #fff;
}
.apps-table table{
	text-align: center;
}
.apps-table table td {
	border:none;
}
.apps-table tr:nth-child(even){
	background-color:#e6f8f7;
}
th.table-th-empty{
	width: 15%;
}
.apps-table table tbody td{
	text-align: center;
}
.table-th-apps{
	text-align: center;
	color:#0f5f5c;
}
.table-th-apps p{
	margin: 0 !important;
}
.table-th-label{
	position: relative;
}
.table-th-label:before{
	 content: '';
	 width: 100%;
	 position: absolute;
	 left: 0;
	 border-radius:15px 15px 0 0;
	 background-size: contain;
 }
.label-1.table-th-label:after, .label-2.table-th-label:after,.label-3.table-th-label:after{
	content: url("images/label-back.svg");
	width: 100%;
	top: -24px;
	position: absolute;
	left: 0;
	/*background: url("images/label-back.svg") bottom center no-repeat;*/
	background-size: contain;
}

.label-1:before{
	height: 70px;
	top:-74px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4bd57f+0,8ad64d+50,b1d34c+100 */
	background: #4bd57f; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #4bd57f 0%, #8ad64d 50%, #b1d34c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #4bd57f 0%,#8ad64d 50%,#b1d34c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #4bd57f 0%,#8ad64d 50%,#b1d34c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bd57f', endColorstr='#b1d34c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.label-2:before{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feb645+0,f1e767+100 */
	background: #feb645; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #feb645 0%, #f1e767 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #feb645 0%,#f1e767 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #feb645 0%,#f1e767 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb645', endColorstr='#f1e767',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	height: 55px;
	top:-59px;
}
.label-3:before{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0fb4e7+0,a9e4f7+100 */
	background: #0fb4e7; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #0fb4e7 0%, #a9e4f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #0fb4e7 0%,#a9e4f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #0fb4e7 0%,#a9e4f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fb4e7', endColorstr='#a9e4f7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	height: 35px;
	top:-39px;
}
.table-sort{
	text-align: left !important;
	text-decoration: underline;
	cursor: pointer;
	font-size: 15px;
	color: #0f5f5c;
	padding-left: 20px;
	padding-right: 10px;
}
.tr-price{
	font-size: 18px;
	color: #0f5f5c;
}
.tr-rating td span {
	width: 70px;
	height: 70px;
	display: inline-block;
	background-color: #ccc;
	border-radius: 50%;
	font-size: 26px;
	color: #fff;
	padding: 10px;
	margin: 7px 0;
}
.tr-rating svg,.tr-price svg{
	display:none;}
.tr-review{

}
.fa {
	font-family: dashicons;
	font-size: 24px;
}
td.fa{
	display: table-cell;
}
td.dashicons-yes{
	color: #4bd57f;
}
td.dashicons-no-alt{
	color: #cc2841;
}

.fa.dashicons-yes,.fa.dashicons-no,.fa.dashicons-yes:before,.fa.dashicons-no:before{
	font-family: dashicons !important;
}


/*gradient
----------------------------------------------*/

.green-grad{
	background: #50daa7; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #50daa7 0%, #4ce469 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #50daa7 0%,#4ce469 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #50daa7 0%,#4ce469 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50daa7', endColorstr='#4ce469',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.blue-grad{
	background: #50b8da; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #50b8da 0%, #4ce4e2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #50b8da 0%,#4ce4e2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #50b8da 0%,#4ce4e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b8da', endColorstr='#4ce4e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gray-grad{
	background: #4b5f72; /* Old browsers */
	background: -moz-linear-gradient(top, #4b5f72 0%, #38424b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #4b5f72 0%,#38424b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #4b5f72 0%,#38424b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b5f72', endColorstr='#38424b',GradientType=0 ); /* IE6-9 */
}

.orange-grad{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #fff0d6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ffffff 0%,#fff0d6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ffffff 0%,#fff0d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff0d6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* QA
-------------------------------------------------- */
.qa-item{
	padding: 25px 20px 20px 25px;
	position: relative;}
.qa-item-img:before {
	/*content: "\f128";*/
	font-family: FontAwesome;
	font-size: 47px;
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 24px;
}
.qa-item-img{
	padding-left: 40px;
	color: #0f5f5c;
}
.qa-item-img:hover{
	color: #108683;
}
.qa-item h2 a {
	display: block;
}

.qa-item-statistic {
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: -5px;
	border: 1px solid;
	border-radius: 6px;
}

.qa-item-statistic span{
	display: block;
	text-align: center;
}
.qa-item-statistic span span{
	font-size: 10px;

}
.qa-item-statistic-vote{
	padding: 10px 10px 0 10px;
	background: #bde6d2;
}
.qa-item-statistic-comment{
	padding: 0px 10px 10px 10px;
}

/* Reviews Page Classes
----------------------------------------------- */
li.review-li-wrap{
	margin: 0;
	padding: 0 !important;
}
.review-item, .qa-item{
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

.review-item-img{
	background-size: cover !important;
	position: relative;
	margin-bottom: -10px;
}
.review-item-img {
	text-align: center;
}
.review-circle {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #8BC34A;
	text-align: center;
	font-size: 40px;
	color: #fff;
	border: 3px solid #fff;
	position: absolute;
	top: 40px;
	left: -75px;
	padding-top: 9px;
}
.category-blog .review-item-img img{

}
.qa-item{
	position: relative;

}
.review-item-description{
	padding: 40px 20px 20px 40px;
	position: relative;
}
.review-item-description .entry-title, .review-item-description-page .entry-title{
	font-size: 40px;
}
.review-item-description p{
	font-size: 14px;
}
.review-item-description-button{
	text-align: right;
}

/* Review Item Page
------------------------------------------------- */
.review-item-page-statistic{
	overflow: hidden;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2)
}
.review-item-description-page{
	padding: 40px 20px 0px 20px;
}
.review-item-description-page .rating-star{
	font-size: 40px;
	color: #ffba00;
}
.review-item-description-page h2{
	margin-bottom: 0;
}
.review-item-img{
	overflow: hidden;
}
.w-full{}
.h-full{}
.review-item-img img{
	border-radius: 10px 0 10px 0;

}
.review-item-img a.app-button-ads {
	width: 95%;
	background-color: #76c706;
	font-size: 18px;
	padding: 15px;
	margin-bottom: 20px;
}

/* Rate Form
---------------------------------------------- */


.range-slider {
	margin: 6px 0 0 0%;
}

.range-slider {
	width: 100%;
}

.range-slider__range {
	-webkit-appearance: none;
	width: calc(100% - (63px));
	height: 4px;
	border-radius: 5px;
	background: #0f5f5c;
	outline: none;
	padding: 0;
	margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border:2px solid #fff;
	background: #0f5f5c;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.3);
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
	background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
	background: #1abc9c;
}
.range-slider__range::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	background: #2c3e50;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
	background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
	background: #1abc9c;
}

.range-slider__value {
	display: inline-block;
	position: relative;
	width: 50px;
	color: #0f5f5c;
	line-height: 20px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #0f5f5c;
	padding: 5px 10px;
	margin-left: 8px;
}


::-moz-range-track {
	background: #d7dcdf;
	border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
	border: 0;
}


.rate-form-message, .rate-form-text {
	margin-top: 20px;
	border: 1px solid #0f5f5c;
	border-style: dashed;
	border-radius: 10px;
	color:#0f5f5c;
}

.rate-form-message{
	min-height: 150px;
}
.rate-form-buttons input{
	background-color: #76c706;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	padding: 10px 10px;
	width: 20%;
	text-align: center;
	border: 1px solid #76c706;
	border-radius: 8px;
	text-transform: uppercase;
	margin-left: 2%;
}
.rate-form-submit:hover{
	background-color: #eaefec!important;
	color: #76c706!important;
}
.rate-form-submit-clear{
	background-color: #eaefec !important;
	color: #0f5f5c !important;
	border: 1px solid #0f5f5c !important;
}
.rate-form-submit-clear:hover{
	color: #fff !important;
	background: #0f5f5c!important;
}
.rate-form-buttons {
	text-align: right;
	margin-top:20px;
}

/* Blog Page
----------------------------------------------- */

.blog-page-items .review-button {
	width: 40%;
	padding: 5px 8px;
	font-size: 16px;
}
.blog-page-items .review-item-description{
	padding: 20px;
}

.blog-page-items .sidebar{
	margin-top: 0;
}
.blog-page-items .widget-title{
	font-weight: bold;
}
/* Top 10 apps Items aside list
--------------------------------------------- */
.widget .top-ten-apps li{
	margin-bottom: 20px;
}
.top-ten-apps-item {
	position: relative;
	display: block;
	border-radius: 0 15px 15px 0;
	background-color: #42afc7;
	height: 50px;
	color: #fff;
	border: 1px solid #42afc7;
	overflow: hidden;
}
.top-ten-apps-item:hover{
	opacity: 0.9;
}
.sidebar .top-ten-apps-item img{
	float: left;
	margin-bottom: 0;
	margin-right: 10px;
}
.top-ten-apps-item p {
	padding-top: 12px;
	color: #fff;
}
.top-ten-apps li:nth-child(1) span{
	background-color: #33b979;
}
.top-ten-apps li:nth-child(2) span{
	background-color: #33b979;
}
.top-ten-apps li:nth-child(3) span{
	background-color: #33b979;
}

.top-ten-apps li:nth-child(1){
	width: 100%;
}
.top-ten-apps li:nth-child(2){
	width: 98%;
}
.top-ten-apps li:nth-child(3){
	width: 96%;
}
.top-ten-apps li:nth-child(4){
	width: 94%;
}
.top-ten-apps li:nth-child(5){
	width: 92%;
}
.top-ten-apps li:nth-child(6){
	width: 90%;
}
.top-ten-apps li:nth-child(7){
	width: 88%;
}
.top-ten-apps li:nth-child(8){
	width: 86%;
}
.top-ten-apps li:nth-child(9){
	width: 84%;
}
.top-ten-apps li:nth-child(10){
	width: 82%;
}

.top-ten-apps-item:after {
	content: attr(data-val);
	position: absolute;
	display: table-cell;
	right: 10px;
	font-size: 27px;
	top: 5px;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {
	clear: both;
	margin-left: 0;
}
/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}
.entry-comments .review-app-card-author-avatar .avatar{
	height: 80px;
	width: 80px;
	float: none;
}
.entry-comments .avatar {
	height: 48px;
	width: 48px;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}
.sticky {} img.centered,
		   .aligncenter {
			   display: block;
			   margin: 0 auto 24px;
		   }
a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}
a.alignnone {
	display: inline-block;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}
a.alignleft,
a.alignright {
	border: none;
}
.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
.gallery-caption {}
/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}
.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}
.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}
.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}
.breadcrumb a {
	background: #0f5f5c;
	padding: 4px 10px;
	border-radius: 11px;
	color: #fff;
	border:1px solid #0f5f5c;
}
.breadcrumb_last{
	padding: 4px 10px;
	border-radius: 11px;

}

.breadcrumb a:hover{
	background: none;
	color:#0f5f5c;
}
.archive-description,
.author-box {
	background-color: #f5f5f5;
}
.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
}
.author-box {
	margin-bottom: 40px;
	padding: 40px;
}
.single .author-box {
	margin-bottom: 60px;
}
.author-box-title {
	color: #333;
	font-family: 'Varela Round', serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}
.author-box p {
	margin-bottom: 0;
}
.author-box .avatar {
	margin-right: 24px;
}
/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 0;
	width: 47%;
}
.genesis-grid-even {
	float: right;
}
.genesis-grid-odd {
	clear: both;
	float: left;
}
/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 30px;
	line-height: 1;
}
.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}
.single-portfolio .entry-title {
	margin-bottom: 20px;
}
.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}
.entry-title a:hover {
	color: #0ebfe9;
}
.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase;
}
#home-featured .widget-title {
	margin-bottom: 10px;
}
.sidebar .widget-title a {
	border: none;
}
.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */
/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 24px;
	padding: 0 0 24px;
}
.featured-content .entry:last-child {
	margin-bottom: 0;
	padding: 0;
}
.featured-content .entry-title {
	border: none;
	font-size: 18px;
	line-height: 1.2;
}
.featured-content .entry-title a {
	border: none;
}
/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}
.enews-widget input {
	margin-bottom: 16px;
}
.enews-widget input:focus {
	border: 1px solid #ddd;
}
.enews-widget input[type="submit"] {
	background-color: #0ebfe9;
	color: #fff;
	margin: 0;
	width: 100%;
}
.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}
.enews form + p {
	margin-top: 24px;
}
.sidebar .enews-widget {
	background-color: #333;
	padding: 30px;
}
.sidebar .enews-widget .widget-title {
	color: #fff;
}
/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}
/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}
div.gform_wrapper .ginput_complex label {
	padding: 0;
}
div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}
div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
}
/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #0f5f5c;
	background: url("images/headr-pattern.jpg");
	background-size: cover;
	left: 0;
	letter-spacing: 1px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
.admin-bar .site-header {
	top: 32px;
}
/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	width: 320px;
}
.header-image .title-area {
	padding: 0;
}
.site-title {
	font-family: 'Varela Round', sans-serif;
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}
.site-title a{
	background-position: left center !important;
}
.site-title a,
.site-title a:hover {
	border: none;
	color: #fff;
}
.site-tagline-description {
	font-size: 14px;
}
.site-description {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}
/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}
/* Custom header */

.header-image .title-area {
	padding: 0;
}
.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
	background-position-y: 12px !important;
}
/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}
.site-header .search-form {
	float: right;
	margin-top: 10px;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.menu-item-has-children a:after{
	content: "\f101";
	font-family: FontAwesome;
	position: absolute;
	width: 18px;
	text-align: center;
}

.menu-item-has-children:hover a:after{
	content: "\f103";
}

.menu-item-has-children .sub-menu a:after{
	content:none;
}
.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-family: 'Varela Round', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}
.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 20px 10px;
	position: relative;
	letter-spacing: 0.5px;
	font-family: "Verdana";
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #eeeeee;
}
.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}
.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 160px;
	z-index: 99;
}
.genesis-nav-menu .menu-item:hover{
	background-color: rgba(7, 78, 75, 0.85);
}
.genesis-nav-menu .sub-menu a {
	background-color: rgba(7, 78, 75, 0.85);

	border-top: none;
	padding: 16px 20px;
	position: relative;
	width: 160px;

}
.genesis-nav-menu .sub-menu a:hover{
	background-color: rgba(7, 78, 75, 0.29);
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}
.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}
.genesis-nav-menu > .search {
	padding: 6px 0 0;
}
/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {

}
.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}
/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}
.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}
.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}
.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}
/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}
.site-footer .nav-secondary ul{
	margin: 0;
}
.site-footer .nav-secondary ul li{
	list-style: none;
	text-align: left;
}
.site-footer .nav-secondary p{
	text-transform: uppercase;
	color: #0f5f5c;
	font-weight: bold;
}
.site-footer .nav-secondary a {
	color: #0f5f5c;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
.site-footer .nav-secondary a:hover {
	color: #999;
}
.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #e6f8f7;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}
.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}
.site-footer-bottom p {
	color:#fff !important;
}
.site-footer-bottom {
	background: #0f5f5c;
	padding: 30px 0;
	text-align: center;
	margin-top: 60px;

}
.footer-description{
	text-align: left;
}
/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}
#responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}
.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	width: 50%;
}
.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
}
.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
}
.single-portfolio .entry {
	text-align: center;
}
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}
.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
	list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content .search-form {
	width: 50%;
}
.entry-meta {
	font-family: 'Varela Round', sans-serif;
	font-size: 14px;
}
.entry-meta a {
	border: none;
	font-weight: 300;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
.entry-categories,
.entry-tags {
	display: block;
}


/* Ads Block
--------------------------------------------- */
.apps-ads {

	border-radius: 15px;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.3);
}
.apps-ads-content{
	position: relative;
	color: #fff;
	padding: 10px;
}
.apps-ads-green-line{
	width: 100%;
	height: 3px;
	position: relative;
	background-color: #4ce469;
	display: -webkit-box;
	margin-bottom: 7px;
}
span.apps-ads-under-line {
	font-size: 28px;
}
section.apps-ads img{
	border-radius: 10px 0 0 0;
}

.apps-ads-content .entry-title{
	font-size: 48px;
	color: #fff;
}
.ads-chart{
	width: 100%;
}
svg.chart polyline{
	stroke-dasharray: 1200;
	stroke-dashoffset: 1200;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
svg.ads-chart polyline{
	stroke-dasharray: 830;
	stroke-dashoffset: 830;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
#ads .cTextB, #ads .cCircle, #ads .cText{
	fill: #fff;
}
#ads .cRect{
	fill:rgba(255, 255, 255, 0.11);
}
svg.ads-chart.review-chart rect{
	fill: rgba(118,199,6,0.2) ;
}
svg.ads-chart.review-chart rect:hover{
	fill: rgba(118, 199, 6, 0.36);
}
.circle-chart{
	fill:rgba(118,199,6,0.8) ;
}
svg.ads-chart rect{
	fill: rgba(255, 255, 255, 0.11);
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
svg.ads-chart rect:hover {
	fill: rgba(255, 255, 255, 0.3);
}

svg.ads-chart:hover polyline, svg.chart:hover polyline, .sorted svg.chart polyline{
	stroke-dashoffset: 0;
}

svg p {
	font-size: 12px;
	margin-bottom: 0 !important;
}

/* Review Main Card
----------------------------------------------- */

.review-main-card{
	border-radius: 15px;
	padding: 20px;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.3);
	background: url(images/review-card-top-back.png) center 0px no-repeat #fff;
	background-size: contain;
}
.review-page-card{
	margin-bottom: 25px;
	border-radius: 15px;
	padding: 20px;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.3);
	background: url(images/review-card-left-back.png) left 0px no-repeat #fff;

}
.review-page-card .author-rate{
	margin:0
}
.review-page-card .author-rate:before{
	content: attr(data-rate)"/5";

}
.review-page-card .author-name{
	display: block;
}
.review-page-card .review-app-card-author{
	text-align: center;
}
.review-page-card .review-app-card-author-avatar img{
	margin: 0;
}
.card-author-left{

}
.review-page-card ul{
	margin:0;
}

.review-page-card ul li {
	display: inline-block;
	text-align: left;
	margin-right: 14px;
	font-weight: bold;
}
.review-main-card header h2{
	color: #fff;
}
.app-review-right-header {
	display: inline-block;
	padding-left: 20px;
	width: 70%;
}
.app-review-right-header h2{
	color: #fff;
	font-size: 36px;
}
.review-app-logo img{
	border-radius: 10px;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.3);
}

.review-app-card-content{
	clear: both;
	width: 100%;
	display: block;
}
.review-app-card-author{
	padding-top: 20px;
}
.review-app-card-author-avatar img{
	border-radius: 50%;
}
.review-app-card-description p{
	line-height: 21px;
}
.review-app-card-description ul{
	margin-left: 0;
}
.review-app-card-description ul li{
	list-style: none;
	line-height: 21px;
}

.review-app-card-author-avatar img{
	margin:0px 20px 20px 0;
}
.rating-star:after{
	content:"\f006 \f006 \f006 \f006 \f006";
	font-family: FontAwesome;
	letter-spacing: 3px;
}

.c-a:after{
	content:"\f123 \f006 \f006 \f006 \f006";
}
.c-aa:after{
	content:"\f005 \f006 \f006 \f006 \f006";
}
.c-b:after{
	content:"\f005 \f123 \f006 \f006 \f006";
}
.c-bb:after{
	content:"\f005 \f005 \f006 \f006 \f006";
}
.c-c:after{
	content:"\f005 \f005 \f123 \f006 \f006";
}
.c-cc:after{
	content:"\f005 \f005 \f005 \f006 \f006";
}
.c-d:after{
	content:"\f005 \f005 \f005 \f123 \f006";
}
.c-dd:after{
	content:"\f005 \f005 \f005 \f005 \f006";
}

.c-f:after{
	content:"\f005 \f005 \f005 \f005 \f123";
}
.c-ff:after{
	content:"\f005 \f005 \f005 \f005 \f005";
}


.author-name{
	font-size: 19px;
}
.author-rate{
	font-size: 24px;
	color:#ffba00;
}
/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
	text-align: center;
}
.after-entry .widget {
	margin-bottom: 40px;
}
.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}
.after-entry li {
	list-style-type: none;
}
/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}
.pagination li {
	display: inline;
}
.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Varela Round', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}
.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}
/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}
.comment-content {
	clear: both;
}
.entry-comments .comment-author {
	margin-bottom: 0;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}
.comment-list li,
.ping-list li {
	list-style-type: none;
}

.review-page-card ul li{
	margin: 0 16px 0 0 !important;
	padding: 0 !important;
}
.comment-list li {
	margin-top: 24px;
	padding: 0px 32px 0px 32px;
}
.comment-list li li {
	margin-right: -32px;
}
li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}
.entry-pings .reply {
	display: none;
}
.bypostauthor {}
/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	width: 340px;
}
.sidebar-content .sidebar {
	float: left;
}
.sidebar img {
	margin-bottom: 15px;
}
.sidebar .featured-content img {
	margin-bottom: 0;
}
.sidebar .widget {
	margin-bottom: 40px;
}
.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Varela Round', sans-serif;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}
.sidebar .tagcloud a:hover {
	background-color: #0ebfe9;
	color: #fff;
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #e6f8f7;
	color: #999;
	clear: both;
}
.footer-widgets .wrap {

	padding: 40px 0 16px;
}
.footer-widgets-1{
	width: 35%;
	float: left;
	margin-left: 2.5%;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 19%;
	float: left;
	margin-left: 2.5%;
}

.footer-widgets-1 {
	margin-left: 0px;
}



.footer-widgets a {
	border-bottom: 1px dotted #0f5f5c;
	color: #0f5f5c;
}
.footer-widgets a:hover {
	color: #999;
}
.footer-widgets .widget {
	margin-bottom: 40px;
}
.footer-widgets .widget-title {
	color: #0f5f5c;
}
.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}
.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #0f5f5c;
	padding: 30px 0 30px  0;
	text-align: center;
}
.site-footer a,
.site-footer p {
	color: #fff;
}
.site-footer a:hover {
	color: #999;
}
.site-footer a {
	border: none;
	font-weight: 300;
}
.site-footer p {
	font-family: 'Varela Round', sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */
.scroll-support{
	display: none;
}
@media only screen and (max-width: 1179px) {
	.apps-table svg.chart {

		width: 952px !important;
		left: 168px !important;
	}
	.scroll-support{
		display:table-cell;
	}
	.wrap {
		max-width: 960px;
	}
	.site-header .widget-area {
		width: 620px;
	}
	.content {
		width: 580px;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 280px;
	}
	.footer-widgets-1{
		width: 35%;

	}

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 19%;

	}

	.footer-widgets-1,
	.footer-widgets-3 {
		margin-left: 0px;
	}
	.apps-table{
		overflow-x: scroll;
	}
	.tp{
		position: absolute;
		z-index: 200;
	}
	.apps-table table{
		width: 1120px;
	}
	.recent-blog-items article.post:nth-child(3){
		margin-right:0;
	}
	.recent-blog-items article.post{
		width:32%;
	}
}
@media only screen and (max-width: 1023px) {

	.wrap {
		max-width: 768px;
	}
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.site-header {
		position: static;
	}
	.site-inner {
		padding: 40px 5%;
	}
	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}
	.header-image .site-title a {
		margin: 0 auto 10px;
		background-position: center center !important;
	}
	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}
	.site-header .widget-area {
		padding: 0 5%;
	}
	.site-description {
		font-size: 30px;
	}
	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
	}
	.minimum .site-tagline {
		margin-top: 400px;
	}
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}
	.site-tagline-left p {
		margin-bottom: 20px;
	}
	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
	}
	.minimum-landing .site-container {
		padding: 5%;
	}
	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}
	.site-footer {
		padding: 40px 0;
	}


}
@media only screen and (max-width: 768px) {
	.review-page-card{
		background: #fff;
	}
	.review-circle{
		top:auto;
		right: auto;
		top: -67px;
		left: 29px;
	}
	.review-main-card{
		margin-bottom: 30px !important;
	}
	section.apps-ads img{
		border-radius: 10px 10px 0 0;
	}
	.site-header {
		padding-bottom: 10px;
	}
	.title-area {
		padding-bottom: 6px;
	}
	.minimum .site-tagline {
		margin-top: 200px;
	}
	.genesis-nav-menu a {
		padding: 20px 10px;
	}
	.site-footer .nav-secondary a {
		margin: 0;
	}
	.responsive-menu {
		display: none;
	}
	.genesis-nav-menu .menu-item{
		display: block;
		text-align: center;
	}
	.genesis-nav-menu .sub-menu{
		position:relative;
		opacity: 1;
		width: auto;
		left:0;
	}
	.genesis-nav-menu .sub-menu a{
		width: auto;
	}
	#responsive-menu-icon {
		display: block;
	}
	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		padding: 20px !important;
	}
	.genesis-grid-even,
	.genesis-grid-odd,
	.post-type-archive-portfolio .entry {
		width: 100%;
	}
	.post-type-archive-portfolio .entry:nth-of-type(2n),
	.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.recent-blog-items article.post:nth-child(3){
		margin-right: 15px;
	}
	.recent-blog-items article.post:nth-child(2){
		margin-right:0;
	}
	.recent-blog-items article.post{
		width:48%;
	}
}
@media only screen and (max-width: 600px) {
	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		width: 50%;
	}
	.home-featured .widget-area:nth-of-type(2n+1) {
		clear: left;
	}
	.recent-blog-items article.post{
		width:100%;
		margin-right:0;
	}
}
@media only screen and (max-width: 320px) {
	.header-image .site-header .title-area .site-title a {
		background-position:center center !important;
	}
}


.toc_widget li {
	display: block;
	padding: 10px 10px 10px 15px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.47) !important;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
	margin-top: 11px;
}
.toc_widget li li{
	box-shadow: none;
	background:none!important;
}
.toc_widget a span.toc_number {
	color: rgba(24, 101, 98, 0.65);
	font-size: 20px;
	display: block;
	float: left;
	margin-right: 10px;
}
p.form-submit {
	margin-top: 20px;
	text-align: right;
}
input.submit{
	background-color: #76c706;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	padding: 10px 10px;

	text-align: center;
	border: 1px solid #76c706;
	border-radius: 8px;
	text-transform: uppercase;
	margin-left: 2%;
}

input.submit:hover {
	background-color: #eaefec!important;
	color: #76c706!important;
}


/*
featuredpost
*/
aside .featuredpost article.has-post-thumbnail {
	display: block;
	padding: 10px 10px 3px 10px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.47) !important;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
	margin-top: 0px;
	margin-bottom: 12px;
	border: none;
}

aside .featuredpost  .entry:last-child {
	padding:10px 10px 3px 10px;
	margin-bottom: 12px;
}
aside .featuredpost article.has-post-thumbnail a.alignnone{
	width: 31.623931623931625%;
	float: left;
	margin-bottom: 0;
}

aside .featuredpost article.has-post-thumbnail header{
	width:65.81196581196582% ;
	float: left;
}


/*-------------------------------------------------

mapbox

--------------------------------------------------*/

@-webkit-keyframes travel {
	0% {
		-webkit-transform: translate(-1800px);
		transform: translate(-0px);
	}

	100% {
		-webkit-transform: translate(-900px);
		transform: translate(-0px);
	}
}

@keyframes travel {
	0% {
		-webkit-transform: translate(-900px);
		transform: translate(-900px);
	}

	100% {
		-webkit-transform: translate(-0px);
		transform: translate(0px);
	}
}
@-webkit-keyframes sonar {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(40);
		transform: scale(40);
		opacity: 0;
	}
}
@keyframes sonar {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(40);
		transform: scale(40);
		opacity: 0;
	}
}

.mapbox {
	overflow: hidden;
	position: relative;
	height: 400px;
	margin-bottom: 30px;
}

div.map {
	position: absolute;
	width: 2700px;
	height: 600px;
	background-image: url("images/map.jpg");
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-name: travel;
	animation-name: travel;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

#dot {
	width: 15px;
	height: 15px;
	background-color: #8BC34A;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: 10px;
}
#dot .ping {
	/*border: 0.1px solid #EE2E24;*/
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: rgba(149, 179, 70, 0.36);
	border-radius: 100%;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	-webkit-animation-name: sonar;
	animation-name: sonar;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.centertxt{
	text-align: center;
}

p.noty-no-page {
	font-size: 20px;
	text-align: center;
}
.review-item-pros,.review-item-cons{
	padding-top: 20px;
}
ul.review-item-pros span{
	color: #4CAF50;
}
ul.review-item-cons span{
	color: #FF5722;
}
ul.review-item-pros li:before {
	color: #4CAF50;
	content: "•";
	padding-right: 9px;
}
ul.review-item-cons li:before {
	color: #FF5722;
	content: "•";
	padding-right: 9px;
}