/*
	Theme Name:	Showcase Pro
	Theme URI: http://my.studiopress.com/themes/showcase/
	Description: Showcase your product or service in a clean, professional and elegant design.
	Author: JT Grauke
	Author URI: http://www.jtgrauke.com

	Version: 1.0.2

	Tags: product, showcase, blue, red, white, one-column, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

*/


@media (min-width: 750px)
{
	#outercontainer-freebonuspdf
	{
	width: 100vw;	
	position: relative;
	left: calc( (740px - 100vw)/2 );
	}
}		
#outercontainer-freebonuspdf
{	
	float:left;
	background-color:#F3F3F3;
	margin-bottom: 30px;
}	
#innercontainer-freebonuspdf
{
	max-width: 740px;
	padding-right: 10px !important;
	padding-left: 10px !important;
	margin: 0 auto;
}
#left-freebonuspdf
{
	max-width: 420px;
	float:left;
}
#left-freebonuspdf h2
{
	font-size: 36px;
	color: #E93690 ;
	line-height: 30px;
	margin-bottom: 10px;
}
#left-freebonuspdf p
{
	font-size: 20px;
	color: #4A4A4A ;
	line-height: 30px;
	margin-bottom: 30px;
}
#left-freebonuspdf a
{
	background: #E93690 ;
	border-radius: 5px;
	padding-left: 55px;
	padding-right: 55px;
}
#pinklink a
{
	background: #E93690 ;
	border-radius: 5px;
	padding: 11px 44px;
    line-height: 3;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-ms-transition:     all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	transition:         all .2s ease-in-out;
}
#pinklink a:hover
{
	text-decoration: none;
	background: #d13081;
}
#image-freebounuspdf
{
	max-width:300px;
	float:left;
}

#semanticbutton
{
	background-color: transparent;
	border: 2px solid white;
border-radius: 5px;
padding: 11px 44px;
line-height: 3;
color: #fff;
text-transform: uppercase;
text-decoration: none;
}

#semanticbutton:hover
{
	background-color: white;
	color: #4DBC93;
}


/* HTML 5 Reset
 * ========================================================================== */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}canvas{display:block;vertical-align:bottom;}


/* Box Sizing
 * ========================================================================== */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
 * ========================================================================== */

.author-box:before,
.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,
.page-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.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,
.page-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Utility
 * ========================================================================== */

.mobile-hide {
	visibility: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	position: absolute;
	display: none;
}

.text-center {
	text-align: center;
}

@media only screen and (min-width: 800px) {
	.mobile-hide {
		visibility: visible;
		position: relative;
		display: inherit;
	}

	.mobile-show {
		visibility: hidden;
		clip: rect(0px, 0px, 0px, 0px);
		position: absolute;
	}
}

/* Typography
 * ========================================================================== */

body {
	background-color: #fff;
	color: #333;
	font-family: "Helvetica", arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.612;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.612em;
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-family: "Montserrat";
}

h1,
.page-header .author-box-title {
	font-size: 40px;
	font-weight: 700;
}

h2,
.entry-title {
	font-size: 32px;
	font-weight: 300;
}

.front-hero-title {
    font-weight: 900;
    color: #F9F9F9;
    font-size: 56px;
    font-size: 6vh;
}

.front-hero-h2 {
    font-weight: 900;
    color: #F9F9F9;
    font-size: 64px;
    font-size: 8vh;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6,
.widgettitle {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 20px;
	opacity: .5;
}

h6,
.entry-meta,
.nav-primary .genesis-nav-menu a,
.comment-meta,
.widgettitle {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 500;
}

p {
	margin: 0 0 1.625em;
	padding: 0;
}

strong {
	font-weight: 700;
}

blockquote {
	font-style: italic;
	font-size: 18px;
	font-weight: 400;
	margin: 2em 0;
}

.entry-content blockquote {
	padding-left: 5%;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #eee;
	margin: 0 0 40px;
	padding: 40px 0 0;
}
#mobileIFTFmenu {
	position: fixed;
    top: 0px;
    left: -2000px;
    width: 100%;
    background-color: RGBA(0, 0, 0, .95);
    color: #fff;
    height: 100vh;
	text-align: center;
    z-index: 99999;
	padding-top:30px;
}

#mobileIFTFmenu a
{
	font-size: 24px;
	line-height: 2;
}

#mobileIFTFmenu .get-proposal
{
	margin-top: 10px;
}

#mobileIFTFmenu .get-proposal a
{
	padding: 10px;
}

@media only screen and (min-width: 1024px) {

	body {
		font-size: 18px;
	}

	h1,
	.page-header .author-box-title {
		font-size: 65px;
	}

	h2,
	.entry-title {
		font-size: 42px;
	}

	h3 {
		font-size: 36px;
	}
}

/* Links
 * ========================================================================== */

a {
	color: #52c0cb;
	text-decoration: none;
	outline: 0;
}

a:hover {
	border-color: transparent;
	text-decoration: underline;
}

/* Transitions
 * ========================================================================== */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.button:after,
.button:before,
.genesis-nav-menu a,
.team-grid .overlay {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-ms-transition:     all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	transition:         all .2s ease-in-out;
}

/* Selection
 * ========================================================================== */

::-moz-selection {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}

::selection {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}


/* Objects
 * ========================================================================== */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

.full-width-content img.pull {
	margin-left: -70px;
	margin-right: -70px;
	max-width: 800px;
}

/* Forms, Inputs & Buttons
 * ========================================================================== */


input,
select,
textarea {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	color: #333;
	font-size: 16px;
	padding: 14px 16px 12px;
	width: 100%;
}

button,
.button,
textarea,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
input[type="url"],
input[type="text"],
input[type="search"],
input[type="email"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

input:focus,
textarea:focus {
	outline: none;
	border-color: #333333;
}

.input-large {
	font-size: 24px;
	padding: 15px;
}

select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}

.input-small {
	font-size: 12px;
	padding: 5px 10px;
}

::-moz-placeholder {
	color: #d8d8d8;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #d8d8d8;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

/* Buttons
 * ========================================================================== */

.hero-cta {
  	background-color: transparent;
	border: 3px solid #FFFFFF;
    border-radius: 6px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.612;
	display: inline-block;
	outline: none;
	text-align: center;
	padding: 14px 40px 12px;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
    margin: 20px auto;
}
.hero-cta:hover {
    background-color: #F57D46;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #e6413e;
	border-radius: 4px;
	box-shadow: none;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.612;
	display: inline-block;
	outline: none;
	text-align: center;
	padding: 14px 20px 12px;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	text-decoration: none;
	opacity: 1;
	box-shadow: inset 0 0 0 200px rgba(0,0,0,0.1);
}

.button.small {
	font-size: 14px;
	padding: 8px 20px 5px;
}

.button.secondary {
	background: #52c0cb;
}

.button.light {
	background: #eee;
	color: #333;
}

.bg-primary .button.light,
.bg-secondary .button.light {
	background: rgba(255,255,255,0.2);
	color: #fff;
}

.bg-primary .button.light:hover,
.bg-secondary .button.light:hover {
	box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2);
}

.button.full-width {
	display: block;
	width: 100%;
}

.button.minimal {
	background: transparent;
	color: #e6413e;
	padding-left: 0;
	padding-right: 0;
}

.button.minimal:hover {
	box-shadow: none;
}

.button.white {
	background: #fff;
	color: #e6413e;
}

.button.arrow-left:before,
.button.arrow-right:after {
	font-family: Ionicons;
	vertical-align: top;
}

.button.arrow-right:after {
	content: "\f30f";
	margin-left: 8px;
}

.button.arrow-right:hover:after {
	margin-left: 12px;
	margin-right: -4px;
}

.button.arrow-left:before {
	content: "\f2ca";
	margin-right: 8px;
}

.button.arrow-left:hover:before {
	margin-right: 12px;
	margin-left: -4px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gallery
 * ========================================================================== */

.gallery {
	margin: 0 auto 40px;
	overflow: hidden;
	width: 100%;
}

.gallery-item {
	float: left;
	margin: 10px 0 0;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery-caption {
	margin-left: 0;
}


/* Tables
 * ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* Accessibility
 * ========================================================================== */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #232525;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #5b5e5e;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	outline: 1px dotted rgba(0,0,0,0.2);
}

/* Wordpress
 * ========================================================================== */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}
.center { text-align: center; }
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 60px 30px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 30px 60px;
}

img.alignleft.entry-image,
img.alignright.entry-image {
	margin-bottom: 0;
}

.entry-content figure {
	margin: 60px 0 50px;
}

.wp-caption-text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

img.stretch {
	max-width: 112%;
	margin-left: -6%;
	display: inline-block;
	margin-top: 20px;
}

@media only screen and ( min-width: 1024px ) {
	img.stretch {
		max-width: 140%;
		margin-left: -20%;
	}
}


/* Site Containers
 * ========================================================================== */

.showcase-landing .site-container {
	margin: 0 auto;
	max-width: 800px;
}

.wrap {
	margin: 0 auto;
	padding: 0 5%;
}
.front-wrap {
    margin: 0 auto;
    padding: 60px 5%;
    height: 100%;
}

.site-inner {
	clear: both;
	padding: 40px 0;
	overflow: hidden;
}

.full-width-content .content {
	width: 100%;
}

@media only screen and (min-width: 1024px) {

	.content {
		float: right;
		width: 70%;
	}

	.content-sidebar .content {
		float: left;
	}

	.sidebar-primary {
		float: right;
		width: 25%;
	}

	.sidebar-content .sidebar-primary {
		float: left;
	}

	.wrap {
		max-width: 1280px;
	}
   .front-wrap {
        max-width: 100%;
    }

	.site-inner {
		padding: 80px 0;
	}
}

/* Grid
 * ========================================================================== */

@media only screen and (min-width: 800px) {

	.grid,
	[class*="grid-"],
	.equal-heights > * {
		display: flex;
		flex-wrap: wrap;
	}

	.grid > *,
	[class*="grid-"] > * {
		align-self: stretch;
	}

	.equal-heights > * > * {
		align-self: stretch;
		flex-grow: 1;
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.footer-widgets .widget-area,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 3.448275862069%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.275862068966%;
	}

	.one-third,
	.two-sixths {
		width: 31.034482758621%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.51724137931%;
	}

	.one-fourth,
	.footer-widgets .widget-area {
		width: 22.413793103448%;
	}

	.three-fourths {
		width: 74.137931034483%;
	}

	.one-fifth {
		width: 17.241379310345%;
	}

	.two-fifths {
		width: 37.931034482759%;
	}

	.three-fifths {
		width: 58.620689655172%;
	}

	.four-fifths {
		width: 79.310344827586%;
	}

	.one-sixth {
		width: 13.793103448276%;
	}

	.five-sixths {
		width: 82.758620689655%;
	}

	.first,
	.footer-widgets .widget-area:first-child {
		clear: both;
		margin-left: 0;
	}

	.only {
		float: none;
		margin: 0 auto;
	}
}

/* Widgets
 * ========================================================================== */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Icons
 * ========================================================================== */

.icon {
	font-size: 60px;
	margin: 0 0 20px;
	color: #52c0cb;
}


/* Featured Content
 * ========================================================================== */

.featured-content.widget .entry {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.featured-content .entry-title {
	font-weight: 700;
	font-size: 18px;
}

@media only screen and ( min-width: 1024px ) {

	.featured-content .entry-title {
		font-size: 24px;
	}

}

/* Plugins
 * ========================================================================== */

/* Genesis eNews Extended */

.enews-widget input {
	margin-bottom: 10px;
}

.enews-widget p {
	margin-bottom: 20px;
}

.enews form + p {
	line-height: 1.5;
	margin-top: 30px;
}

/* Genesis Simple Share */

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #5b5e5e;
	border: 1px solid #5b5e5e;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #5b5e5e !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

/* Jetpack */

#wpstats {
	display: none;
}
.toolbtn2 {
	text-align: center;
	background: #e93690;
	padding:30px 50px;
	border-radius: 5px;
	-webkit-transition: all .2s;
	transition: all .2s;
	font-weight:bold;
	opacity: 0.9;
	filter: alpha(opacity=90);
	color:#ffffff;
}
.toolbtn2:hover {
	text-align: center;
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.toolbtn {
	text-align: center;
	background: #e93690;
	padding:10px 50px;
	border-radius: 5px;
	-webkit-transition: all .2s;
	transition: all .2s;
	font-weight:bold;
	opacity: 0.9;
	filter: alpha(opacity=90);
	color:#ffffff;
}
.toolbtn:hover {
	text-align: center;
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
/* Search Form
 * ========================================================================== */

.search-form {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.search-form:after {
	content: "\f4a4";
	position: absolute;
	right: 12px;
	top: -2px;
	font-family: ionicons;
	font-size: 30px;
	pointer-events: none;
	color: #dcdcdc;
}

.search-form input[type="search"] {
	width: 100%;
	padding: 10px 38px 9px 12px;
	font-size: 16px;
}

.search-form input[type="submit"] {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	text-indent: -9999px;
	border-color: transparent;
	background: transparent;
}

.search-form input[type="submit"]:hover {
	box-shadow: none;
}

@media only screen and (min-width: 800px) {

	.search-form {
		width: auto;
		margin-bottom: 40px;
	}

}


/* Site Header
 * ========================================================================== */

.site-header {
	width: 100%;
	z-index: 999;
	padding: 20px 0;
	background: #52c0cb;
	position: relative;
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
}

.bg-primary .site-header {
	background: transparent;
}

.title-area {
	float: left;
	margin-top: 10px;
}

.site-title {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 auto;
}

.site-title a {
	color: #fff;
	text-decoration: none;
}

.header-image .nav-primary:not(button) {
	margin-top: 22px;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	min-height: 50px;
    margin-top: 10px;
	width: 200px;
}

.header-image .title-area {
	margin: 0;
	width: 200px;
}

.site-description {
	display: none;
}

@media only screen and (min-width: 800px) {

	.site-header {
		padding: 30px 0 25px;
	}

	.site-header .wrap {
		max-width: none;
	}

	.bg-primary .site-header {
		padding: 0 0 0;
	}

	.title-area {
		margin-top: 4px;
	}

	.site-title {
		font-size: 32px;
	}

	.header-image .site-title {
		margin-top: 5px;
	}
}

/* Navigation
 * ========================================================================== */

.genesis-nav-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.genesis-nav-menu a {
	border: none;
	display: block;
	margin: 0 16px 0;
	position: relative;
	color: #fff;
	opacity: .7;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .menu-item a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
    color: #fff;
    opacity: 1;
    position: relative;
}
  

.genesis-nav-menu li a:before,
.genesis-nav-menu .menu-item a:before,
.genesis-nav-menu .sub-menu .current-menu-item > a:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #4dbc93;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.genesis-nav-menu li a:hover:before,
.genesis-nav-menu .menu-item a:hover:before,
.genesis-nav-menu .current-menu-item a:before,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover:before {
	visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.genesis-nav-menu li .get-proposal a:before,
.genesis-nav-menu .get-proposal a:before{
    height: 0;
}

@media only screen and (min-width: 800px) {

	.genesis-nav-menu .menu-item.highlight a {
		background: transparent;
		border: 1px solid #fff;
		border-radius: 3px;
		color: #fff;
		line-height: 1;
		padding: 10px 20px 8px;
	}

	.genesis-nav-menu .sub-menu {
		width: 180px;
		z-index: 99;
		background: #fff;
		box-shadow: 0 5px 10px -5px rgba(0,0,0,0.2);
		border-radius: 3px;
		opacity: 0;
		margin-top: -12px;
		position: absolute;
		left: -9999px;
		text-align: left;
	}

	.genesis-nav-menu > li .sub-menu:before {
		content: " ";
		position: absolute;
		top: -5px;
		left: 16px;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #fff;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		margin-top: 0;
		opacity: 1;
		left: 0;
	}

	.genesis-nav-menu > .menu-item:hover > .sub-menu {
		left: 18px;
	}

	.genesis-nav-menu .sub-menu li a {
		border-top: none;
		padding: 8px 16px;
		margin: 0;
		color: #333;
		width: 100%;
	}
	.genesis-nav-menu .sub-menu li a:hover {
		border-top: none;
		padding: 8px 16px;
		margin: 0;
		color: #e93690!important;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu li {
		width: 100%;
	}

	.genesis-nav-menu .sub-menu li:first-child > a {
		padding-top: 16px;
	}

	.genesis-nav-menu .sub-menu li:last-child a {
		padding-bottom: 12px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0 0 0 178px;
		top: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu:before {
		display: none;
	}
}

/* Responsive Menu */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

@media only screen and (max-width: 800px) {

	.sub-menu-toggle,
	.menu-toggle {
		display: block;
		visibility: visible;
	}

	.nav-primary,
	.nav-primary .sub-menu {
		width: 100%;
		display: none;
	}

	.menu-toggle {
		display: block!important;
		float: right;
		background: none;
		padding: 6px 2px 0;
		text-indent: 9999px;
		color: transparent;
		overflow: hidden;
		width: 50px;
		height: 50px;
		margin-right: -12px;
		margin-top: -5px;
		position: relative;
	}

	.header-image .menu-toggle {
		margin-top: 12px;
	}

	.menu-toggle:before {
		position: absolute;
		color: #fff;
		top: 3px;
		right: 13px;
		content: "\f394";
		display: inline-block;
		font: normal 30px/1.5 'ionicons';
		margin: 0 auto;
		padding: 0;
	}

	.menu-toggle.activated::before {
	  content: "\f394";
	  right: 13px;
	}

        nav.nav-full-page {
            position: fixed;
            top: 120px;
            vertical-align: middle;
            display: flex !important;
            justify-content: center;
            left: 0;
            align-items: center;
            text-align: center;
            height: 100%;
            width: 100%;
            -webkit-box-pack: center;
            background-color: black;
            margin-top: 0 !important;
        }

        nav.nav-full-page ul {
            /*-webkit-transform: translateY(-120px);
            -moz-transform: translateY(-120px);
            -ms-transform: translateY(-120px);
            transform: translateY(-120px);*/
			-webkit-transform: translateY(50px);
            -moz-transform: translateY(50px);
            -ms-transform: translateY(50px);
            transform: translateY(50px);
       }


	.sub-menu-toggle {
      position: absolute;
      right: -15px;
      top: -3px;
      background: transparent;
      padding: 6px 2px 0;
    }


	.sub-menu-toggle:before {
		content: "\f123";
		color: #fff;
		font: normal 16px/1 'ionicons';
		padding: 14px 5px 14px;
		cursor: pointer;
	}
	
	.nav-primary .genesis-nav-menu {
		width: 100%;
	}

	.nav-primary .genesis-nav-menu li:last-of-type {
		width: 100%;
		display: block;
		padding: 10px;
        }
	.nav-primary .genesis-nav-menu li {
		display: table;
        	text-align: center;
                margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
	}

	.nav-primary .genesis-nav-menu > li:first-child {
		margin-top: 20px;
	}

	.nav-primary .genesis-nav-menu li .sub-menu {
		margin: 0 0 0 24px;
		width: calc( 100% - 24px );
	}

	.nav-primary .genesis-nav-menu a {
		font-size: 18px;
		margin: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
        
        .nav-primary .genesis-nav-menu a.typeform-share {
             padding-left: 0;
             padding-right: 0;
         }

        .get-proposal {
                width: 50% !important;
                margin: 0 25%;
        }


#mobileIFTFmenu ul.nav{}
#mobileIFTFmenu ul.nav > li{}
#mobileIFTFmenu ul.nav > li.menu-item-has-children{position:relative;}
#mobileIFTFmenu ul.nav > li.menu-item-has-children:after{content:'';display:inline-block;vertical-align:middle;width:20px;height:20px;background:url(images/r_arrow_ftf.png) no-repeat center center;background-size:10px auto;margin-top:-8px; position:absolute;top:15px;margin:auto 0;right:19%;}
#mobileIFTFmenu ul.nav > li.menu-item-has-children.active:after{background-image:url(images/d_arrow_ftf.png);background-size:auto 10px;}
#mobileIFTFmenu ul.nav > li.menu-item-has-children{}
#mobileIFTFmenu ul.nav > li.menu-item-has-children > a{}

#mobileIFTFmenu ul.nav ul.sub-menu{display:none;}

/*#mobileIFTFmenu ul.nav > li.menu-item-has-children.active ul.sub-menu{display:block;}*/

#mobileIFTFmenu ul.nav ul.sub-menu li a{font-size:20px;color:#4dbc93;}





}

@media only screen and (min-width: 800px) {

	.nav-primary .genesis-nav-menu a {
		font-size: 12px;
	}

	.nav-primary {
		text-align: right;
	}

	.bg-primary .nav-primary {
		padding-bottom: 0;
		border-bottom: 0px
	}

	.nav-primary .genesis-nav-menu > li > a {
		margin: 0 0 0 0px;
		padding: 10px 12px;
	}

	.nav-primary .genesis-nav-menu > li.left {
		float: left;
	}

	.nav-primary .genesis-nav-menu > li.menu-item-has-children > a:after {
	    top: 18px;
	}
}
@media only screen and (min-width: 840px) {
	.nav-primary .genesis-nav-menu > li > a {
		margin: 0 0 0 5px;
		padding: 10px 15px;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1048px) {
    .get-proposal {
      padding: 0 14px 0 0;
    }
}

@media only screen and (min-width: 1048px) {

	.nav-primary .genesis-nav-menu > li > a {
		font-size: 16px;
	}
    .get-proposal {
      padding: 0 24px 0 0;
    }
	.nav-primary .genesis-nav-menu > li > a {
		margin: 0 0 0 24px;
		padding: 10px 15px;
	}
}

@media only screen and (max-width: 800px) {
    .get-proposal a {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
}

@media only screen and (max-width: 420px) {
      
    .get-proposal {
        width: 80% !important;
        margin: 0 10%;
    }
}

/* Sub Nav
 * ========================================================================== */

.nav-secondary {
	margin: 20px 0 -40px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	padding: 0;
}

.nav-secondary .wrap {
	padding: 0;
}

.nav-secondary .genesis-nav-menu {
	padding: 12px 0;
	margin-bottom: -16px;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.win .nav-secondary .genesis-nav-menu {
	margin-bottom: -24px;
}

.nav-secondary .genesis-nav-menu li {
	list-style-type: none;
	display: inline-block;
	margin: 0 8px;
	padding: 4px;
}

.nav-secondary ul li:first-child {
	margin-left: 5%;
	padding-left: 0;
}

.nav-secondary ul li:last-child {
	margin-right: 5%;
	padding-right: 0;
}

.nav-secondary .genesis-nav-menu li a {
	font-weight: 700;
	opacity: .5;
	padding: 20px 0;
	margin: 0;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a {
	opacity: 1;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a:after {
	content: " ";
	border-bottom: 5px solid #333;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

@media only screen and (min-width: 800px) {
	.nav-secondary {
		margin: 5% 0 -10%;
		width: 100%;
	}
}

@media only screen and (min-width: 1023px) {

	.nav-secondary .genesis-nav-menu li {
		margin: 0 12px;
	}

	.nav-secondary .genesis-nav-menu li a {
		font-size: 16px;
	}

	.nav-secondary ul li:first-child {
		margin-left: 0;
	}

	.nav-secondary ul li:last-child {
		margin-right: 0;
	}

}

/* White Header
 * ========================================================================== */

.white-header .site-header {
	background: #fff;
}

.white-header .site-header a {
	color: #333;
}

@media only screen and (max-width: 800px) {
	.white-header .menu-toggle:before,
	.white-header .sub-menu-toggle:before {
		color: #333;
	}
}

@media only screen and (min-width: 800px) {

	.white-header .genesis-nav-menu .menu-item.highlight a {
		border: 1px solid #333;
		color: #333;
	}

	.white-header .genesis-nav-menu .menu-item.highlight a:hover,
	.white-header .genesis-nav-menu .menu-item.highlight.current-menu-item a {
	}
}

/* Entry Navigation */

.pagination {
	margin-top: 40px;
	text-align: center;
}

.pagination ul {
	display: inline-block;
	overflow: hidden;
}

.pagination li {
	border-radius: 3px;
	margin: 2px;
	list-style-type: none;
	display: block;
	float: left;
	overflow: hidden;
}

.pagination .pagination-omission {
	border: 0;
}

.pagination li a {
	display: block;
	padding: 8px 16px;
	text-decoration: none;
}

.pagination li a:hover,
.pagination li.active a {
	background: #52c0cb;
	color: #fff;
	border-bottom: 0;
}

/* Background Images and Colors
 * ========================================================================== */

.with-background-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.with-background-image:after {
	-ms-filter: "alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0;
}

.bg-primary,
.bg-secondary,
.bg-primary a,
.bg-secondary a {
	color: #fff;
}

[class*="bg-"],
[class*="bg-"] .wrap {
	position: relative;
	z-index: 2;
}

.bg-primary:after,
.bg-secondary:after,
.bg-light-gray:after,
.bg-dark-gray:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.bg-primary:after {
	background: #52c0cb;
}

.bg-secondary:after {
	background: #e6413e;
}

.bg-light-gray:after {
	background: #f2f2f2;
}

.bg-dark-gray:after {
	background: #333333;
}

/* Page Header
 * ========================================================================== */
.page-header {
	padding: 40px 0;
	position: relative;
	text-align: center;
	color: #fff;
    background-color: transparent!important;
}
div.with-background-image .page-header {
	background-color: transparent!important;
}
body.blog div.with-background-image .page-header {
	background-color: transparent!important;
}
body.front-page .page-header {
	background-color: transparent!important;
}
div.with-background-image .site-header {
	background-color: transparent!important;
}
body.blog div.with-background-image .site-header {
	background-color: transparent!important;
}

.page-header h1,
.page-header .author-box-title {
	line-height: 1.2;
        font-size: 40px;
	font-size: 10vw;
	margin-bottom: 0.25em;
	display: inline-block;
}

.page-header p {
	font-size: 24px;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}

.page-header p:last-child {
	margin-bottom: 0;
}

.page-header a:not(.button) {
	opacity: 1;
}

.page-header a:hover:not(.button) {
	opacity: 1;
}

.page-header .entry-meta {
	font-size: 14px;
}

@media only screen and (min-width: 800px) {

	.page-header {
		padding: 10% 0 0px;
	}

	.page-header h1,
	.page-header .author-box-title {
		font-size: 60px;
	}

	.page-header .entry-meta {
		font-size: 16px;
	}

}

/* Pricing Table
 * ========================================================================== */

.pricing-table,
.pricing-table > * {
	display: flex;
	flex-wrap: wrap;
}

.pricing-table > * {
	align-self: stretch;
}

.pricing-table > * > * {
	align-self: stretch;
	flex-grow: 1;
	width: 100%;
}

.pricing-table .plan {
	box-shadow: inset 0 0 0 2px #f0f0f0;
	text-align: center;
	padding: 40px 20px 20px;
	margin: 0 0 40px;
	width: 100%;
	position: relative;
	transition: all .2s ease-out;
	font-size: 14px;
	margin-bottom: 40px;
}

.pricing-table .plan em {
	opacity: .5;
	margin-bottom: 20px;
	display: block;
}

.pricing-table .plan h3 {
	color: #52c0cb;
}

.pricing-table .plan h3 span {
	font-size: .66em;
}

.pricing-table .plan ul {
	margin: 0 0 40px;
	line-height: 2;
}

.pricing-table .plan ul li {
	list-style: none;
}

.pricing-table .plan p {
	padding-left: 20px;
	padding-right: 20px;
	z-index: 3;
	align-self: flex-end;
}

.pricing-table .plan ul.small {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 0.07em;
	margin-bottom: 20px;
	opacity: .7;
}


.pricing-table .plan.featured {
	background: #fff;
	box-shadow: 0 0 0 4px #999999;
	z-index: 2;
	border-radius: 4px;
}

@media only screen and (min-width: 800px) {

	.pricing-info {
		padding-top: 80px;
	}

	.pricing-table .plan {
		margin-bottom: 40px !important;
	}

	.pricing-table .plan.one-fourth {
		width: 50%;
		margin: -2px 0 0 -2px;
	}

	.pricing-table .plan.one-fourth:first-child,
	.pricing-table .plan.one-fourth:nth-child(3) {
		margin-left: 0;
	}

	.pricing-table .plan.one-third {
		width: 33%;
		margin: 0 0 0 -2px;
	}

	.pricing-table .plan.one-third:first-child {
		margin-left: 0;
	}
}

@media only screen and (min-width: 1024px) {

	.pricing-table .plan.one-fourth {
		width: 25%;
		margin: 0 0 0 -2px;
	}

	.pricing-table .plan.one-fourth:first-child {
		margin-left: 0;
	}

	.pricing-table .plan.one-fourth:nth-child(3) {
		margin-left: -2px;
	}
}

.home-h1-big {
    font-size: 9vh;
}

.and-covert {
    font-family: 'Permanent Marker', cursive;
    color: #E93690;
}


/* Entries
 * ========================================================================== */

.entry {
	margin-bottom: 1em;
}

.entry.page {
	margin: 0;
	display: inline-block;
	width: 100%;
}

.page-template-page_blog .entry,
.blog .entry,
.archive .entry,
.single-post .entry {
	margin-bottom: 40px;
	padding: 40px 0;
	border-bottom: .5px solid #EAEAEA;
	position: relative;
}

page-template-page_blog .entry:last-of-type,
.blog .entry:last-of-type,
.archive .entry:last-of-type,
.single-post .entry:last-of-type {
      border-bottom: 0;
}

.page-template-page_blog .entry:last-child,
.blog .entry:last-child,
.archive .entry:last-child {
	border-bottom-width: 0px;
}

.single-post .entry:first-child {
	padding-top: 0;
}

.full-width-content .content-sidebar-wrap {
	max-width: 740px;
	margin: 0 auto;
}

.full-width .content-sidebar-wrap {
	max-width: 100%;
}

.blog .entry-header,
.page-template-page_blog .entry-header,
.archive .entry-header {
	text-align: center;
}

.page-template-page_blog .blog-template-description {
	display: none;
}

.entry-title a {
	color: #333;
}

.entry-content ol,
.entry p,
.entry-content p,
.author-box p,
.entry-content ul,
.entry ul,
.entry ol,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 2em;
	line-height: 1.612;
}

.entry-content ol,
.entry ol,

.entry-content ul,
.entry ul {
	margin-left: 40px;
}

.single .entry-content p.intro,
.page:not(.page-template-page_blog) .entry-content p.intro {
    display: block;
    font-size: 24px;
    font-weight: 300;
}

.single .entry-content p.intro:after,
.page .entry-content p.intro:after {
    content: " ";
    border-bottom: 1px solid #f2f2f2;
    margin: 40px auto;
    display: block;
}

.post-image.entry-image {
	margin-bottom: 40px;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

.entry-content ol li,
.entry ol li {
	list-style-type: decimal;
}

.entry-content ul li,
.entry ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry ol ol,
.entry-content ul ul,
.entry ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-meta {
	font-size: 14px;
}

@media only screen and (min-width: 1024px) {

	.full-width-content .post-image.entry-image {
		margin: 0 -10% 40px;
		max-width: 120%;
		width: 120%;

	}
}

/* Author Box
 * ========================================================================== */

.single .author-box {
	border-bottom: 1px solid #515252;
	padding: 40px 0;
	margin-bottom: 40px;
	text-align: center;
}

.author-box .avatar {
	max-width: 80px;
	height: 80px;
	width: 80px;
	border-radius: 40px;
	margin-bottom: 20px;
}

.page-header .author-box-title {
	display: block;
}

/* Team
 * ========================================================================== */

.showcase-team-widget {
	text-align: center;
}

.showcase-team-widget .team-grid {
	overflow: hidden;
	margin-bottom: 20px;
}

.team-grid {
	box-shadow: 0 0.9375rem 3.75rem rgba(2,2,22,0.1);
	float: left;
        background-color: #FFFFFF;
}

.team-grid .entry {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 33.3%;
	border: .25px solid #EAEAEA;
        padding: .25px;
	margin: 0 !important;
}

.team-grid .entry a {
	border: 0;
	overflow: hidden;
	color: #fff;
}

.team-grid .entry img {
	display: block;
}

.overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	-ms-filter: "alpha(Opacity=1)";
	filter: alpha(opacity=1);
	opacity: 1;
	z-index: 0;
        transition: none !important;
}

.overlay:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 80%;
    height: 60%;
    border: 200px solid #FFFFFF;
    display: block;
    background: transparent;
    z-index: 9999999999;
    box-sizing: content-box;
}

.team a:hover .overlay {
	-ms-filter: "alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
	background: #AAFFA9; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #AAFFA9 , #11FFBD); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #AAFFA9 , #11FFBD); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.team a:hover .overlay:after {
    display: none;
}

.overlay-inner  {
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden;
	color: white;
}

.overlay-details {
	display: table-cell;
	padding: 16px;
	vertical-align: bottom;
	position: relative;
	z-index: 3;
}

.team-member-info {
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #000000;
    text-align: left;
    width: 100%;
    padding-left: 10px;
    font-size: .9em;
    font-weight: 500;
    transition: opacity .3s ease-out,transform .7s ease-in-out;
    opacity: .95;
}

.team-member-info h4 {
    margin-bottom: 0;
    font-size: 1.05em;
    font-weight: 900;
}

.team a:hover .team-member-info {
    color: #FFFFFF !important;
    transform: translateY(-10px);
    bottom: 0;
    opacity: 1;
}

.page-template-page_team .page-header {
    min-height: 390px !important;
}

@media screen and (max-width: 800px) {
    .page-template-page_team .page-header {
        min-height: 250px !important;
    }

    .page-template-page_team .page-header .wrap {
        top: 25% !important;
    }
    
    .page-header .wrap h1 {
        font-size: 8vw;
    }
}

.page-template-page_team .site-inner {
    position: relative;
    margin-top: -140px;
    z-index: 4;
    padding-top: 0 !important;
}

@media only screen and (max-width: 800px) {

	.team-grid {
		margin-left: -10px;
		margin-right: -10px;
		width: calc( 100% + 20px );
	}

	.team-grid .entry {
		width: 50%;
		float: left;
		margin: 10px;
	}
}

@media only screen and (max-width: 430px) {
    .team-member-info {
        font-size: .68em;
    }
}


/* Comments
 * ========================================================================== */

.entry-comments,
.entry-pings {
	padding: 40px 0 0;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.entry-comments .comment {
	padding: 20px 0;
	border-bottom: 1px solid #f2f2f2;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
	border: 0;
}

.comment-list .comment-respond {
	padding-left: 0;
}

.comment-header {
	line-height: 1;
}

.comment-author {
	margin: 6px 0 2px;
}

.comment-author span:first-of-type {
	font-weight: 700;
}

.comment-author .avatar {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	border-radius: 24px;
	margin-top: -6px;
}

.comment-autor, .comment-meta a {
	text-transform: uppercase;
}

.comment-meta a {
	font-size: 12px;
}

.comment-edit-link {
	margin-bottom: 20px;
	display: inline-block;
}

.comment-notes,
.entry-pings .reply {
	display: none;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

.comment-list li {
	list-style-type: none;
}

.comment-reply-title small {
	font-size: 18px;
	font-weight: 400;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}

/* Widget Areas
 * ========================================================================== */

.sidebar .widget {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.sidebar .widget:last-child {
	border-bottom: 0;
}

.widget-area ul li {
	list-style-type: none;
	margin-bottom: 16px;
}

/* Before Footer Widget Area
 * ========================================================================== */

.before-footer {
	background: #f2f2f2;
	padding: 60px 0;
}

@media only screen and ( min-width: 800px ) {

	.before-footer {
		padding: 40px;
	}
    .before-footer p {
      margin: 0;
    }

	.before-footer .enews form {
		margin-left: -10px;
		margin-right: -10px;
		width: calc( 100% + 20px );
	}

	.before-footer .enews form input {
		margin: 0 10px;
		width: calc( 25% - 20px );
		float: left;
	}
}


/* Footer Widgets
 * ========================================================================== */

.footer-widgets {
	padding: 60px 0 0;
	background: #333;
	color: #fff;
}

.footer-widgets .widget-area {
	margin-bottom: 40px;
}

.footer-widgets a:not(.button) {
	color: #fff;
	opacity: .5;
}

.footer-widgets a:not(.button):hover {
	opacity: 1;
}

.footer-widgets .widgettitle {
	opacity: 1;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 30px;
}

.footer-widgets .simple-social-icons ul {
	margin-top: 10px !important;
}

.footer-widgets .simple-social-icons ul li {
	margin: 0px 24px 12px 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
	padding: 0px !important;
	border: 0px !important;
}

@media only screen and (min-width: 800px) {

	.footer-widgets {
		padding: 100px 0 0;
	}

	.footer-widgets .widgettitle {
		margin-bottom: 60px;
	}
}



/* Case Study Pages
 * ========================================================================== */
h2.csh2 {
	color: #4dbc93;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 2.14px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.servicelist {
	color: #515252;
	font-style: italic;
}
.cshead {
	padding-top:40px;
	padding-bottom:40px;
	margin-bottom:80px;
	border-bottom: 1px solid #979797;
}
.csh2toppad {
	padding-top:40px!important;
}
.cstopmarginneg {
	margin-bottom: 8px!important;
    margin-top: -12px!important;
}
.case-studies-template-default .site-inner {
    padding: 40px!important;
}
h1.cstitle {
	font-weight:bold;
	text-align: left;
	font-size: 52px;
	z-index: 2;
    position: relative;
	text-shadow: 2px 2px #000000;
}
#fullpage {
	overflow: hidden;
}
.csbimg { 
	max-width: none;
	margin-left: -130px;
	margin-bottom: -88px;
}
@media (max-width:540px) {
	.csbimg { 
		max-width: 600px;
		margin-left: -130px;
		margin-bottom: -88px;
	}
}
@media (max-width:400px) {
	.csbimg { 
		max-width: 480px;
		margin-left: -130px;
		margin-bottom: -88px;
	}
}

.postid-1730 .csbimg { 
	max-width: 100%;
	margin-left: 0;
	margin-bottom: -88px;
	margin-top: -120px;
}
@media (max-width:1200px) {
	.postid-1730 .csbimg {
		max-width:400px;
		margin-left: -20px;
		margin-top:0;
	}
}	
@media (max-width:540px) {
	.postid-1730 .csbimg { 
		max-width: 100%;
		margin-left: 0;
		margin-bottom: -88px;
	}
}
@media (max-width:400px) {
	.postid-1730 .csbimg { 
		max-width: 100%;
		margin-left: 0;
		margin-bottom: -88px;
	}
}

.single-case-studies .page-header {
    padding: 8% 0px 0px;
}
.resultsheaders {
	color: #404141;
	font-size:18px;
    line-height: 18px;
    font-weight: 500;
    min-height: 36px;
}
.resultsstats {
	color: #4dbc93;
	font-size:72px;
	font-weight: 300;
	font-family: roboto;
    line-height: 72px;
	white-space: nowrap;
}
.csquotebg {
	background-color: #4dbc93;
	padding:80px 15px 90px;
}
.csquotesize {
	color:#ffffff;
	font-size:64px;
	font-weight: 400;
}
.csquote {
	color: #ffffff;
	font-family: roboto;
	font-size: 24px;
	font-weight: 300;
	line-height: 42px;
	max-width:800px;
	margin:auto;
	padding-bottom: 15px;
}
.csquoteatt {
	color:#ffffff;
	font-family: Helvetica;
	font-size: 18px;
	font-style: italic;
	max-width:800px;
	margin:auto;
}
.csbutton {
	padding: 0.5625em 1.5em;
	border-radius: 6px;
	background-color: #4dbc93;
	color:#FFFFFF;
	border-color: #FFFFFF;
	display: inline-block;
	outline: none;
	text-align: center;
	text-decoration: none;
	font-family: inherit;
	letter-spacing: 1px;
	vertical-align: middle;
	border: 2px solid;
	transition: all 0.2s ease;
	box-sizing: border-box;
	cursor:pointer;
	font-weight: 500;
    font-size: 24px;
    min-width: 260px;
}
.csbutton:hover {
    background: #FFFFFF;
    color: #4dbc93;
    border-color: #FFFFFF;	
	text-decoration: none!important;
}
.cswhitetext {
	font-family: Roboto!important;
	font-size:24px!important;
	color:#FFFFFF!important;
	font-weight: 400!important;
	padding-bottom:20px;
}
.strategyimg img {
	border-radius: 100%;
}
.bp20 {
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
}
.relclient {
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
}
.relatedtext {
	position:absolute; 
	text-align: center;
	margin: auto;
	top: 0px;
    width: calc( 100% - 30px );
	height: 100%;
}
.relatedtextinner { 
	color:#ffffff;
	padding: 12% 10%;
	text-align: center;
	margin: auto;
}
.reltitle {
	font-family: roboto;
	font-size: 30px;
	font-weight: 400;
}
.reltags {
	font-family: roboto;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	padding-bottom:25px;
}
.relreadmore {
	padding: 8px 14px;
	border-radius: 6px;
	background-color: transparent;
	color:#FFFFFF;
	border-color: #FFFFFF;
	display: inline-block;
	outline: none;
	text-align: center;
	text-decoration: none;
	font-family: inherit;
	letter-spacing: 1px;
	vertical-align: middle;
	border: 2px solid;
	transition: all 0.2s ease;
	box-sizing: border-box;
	cursor:pointer;
	width:140px;
	margin:auto;
	text-transform: capitalize!important;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
}
.relreadmore:hover {
    background: #FFFFFF;
    color: #666666;
    border-color: #FFFFFF;	
	text-decoration: none!important;
}
.relbg { background-color:#666; }
.relbg img { opacity:.3; filter: opacity(30);}

/* Site Footer
 * ========================================================================== */

.site-footer {
	padding: 40px 0;
	background: #333;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.site-footer a {
	color: #fff;
	opacity: .5;
}

.site-footer a:hover {
	opacity: 1;
}

.site-footer p {
	margin-bottom: 0;
}


/* Customizations
 * ========================================================================== */

.get-proposal a {
    border: 3px solid #fff;
    border-radius: 6px;
    padding: 0 24px 0 0;
}
.get-proposal a:hover {
    background-color: #4dbc93;
    border: 3px solid #4dbc93;
}

canvas {
  display: block;
  vertical-align: bottom;
}


/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-image: url("");
  background-repeat: ;
  background-size: ;
  background-position: ;
}


/* ---- stats.js ---- */

.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

/* FOOTER */

.footer-full {
  height: 300px;
  display: flex;
  align-items: center; /* align vertical */
}
.footer-1 {
  text-align: left;
}
.footer-2 {
  text-align: center;
}
.footer-3 {
  text-align: right;
}
.footer-green {
  font-size: 16px;
  color: #4DBC93;
  letter-spacing: 0px;
  line-height: 28px;
}
.footer-white {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0px;
  line-height: 18px;
}
.footer-gray {
  font-size: 12px;
  color: #9B9B9B;
}
.footer-social-icons {
  color: #4DBC93;
  font-size: 36px;
}
.footer-proposal {
  background-color: transparent;
  border: 3px solid #FFFFFF;
  border-radius: 4px;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
}
/* HOVER: */

.hovereffect {
  width:100%;
  height:100%;
  float:left;
  overflow:hidden;
  position:relative;
  text-align:center;
  cursor:default;
}

.hovereffect .overlay {
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
  top:0;
  left:0;
  opacity:0;
  background-color:rgba(0,0,0,0.5);
  -webkit-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out
}

.hovereffect img {
  display:block;
  position:relative;
  -webkit-transition:all .4s linear;
  transition:all .4s linear;
}

.hovereffect h2 {
  text-transform:uppercase;
  color:#fff;
  text-align:center;
  position:relative;
  font-size:17px;
  background:rgba(0,0,0,0.6);
  -webkit-transform:translatey(-100px);
  -ms-transform:translatey(-100px);
  transform:translatey(-100px);
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  padding:10px;
}

.hovereffect a.info {
  text-decoration:none;
  display:inline-block;
  text-transform:uppercase;
  color:#fff;
  border:1px solid #fff;
  background-color:transparent;
  opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  margin:50px 0 0;
  padding:7px 14px;
}

.hovereffect a.info:hover {
  box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
  -ms-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}

.hovereffect:hover .overlay {
  opacity:1;
  filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
  opacity:1;
  filter:alpha(opacity=100);
  -ms-transform:translatey(0);
  -webkit-transform:translatey(0);
  transform:translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay:.2s;
  transition-delay:.2s;
}

.header-wrap.bg-primary:after, .site-header {
    background-color: transparent!important;
}

body.front-page .header-wrap.bg-primary:after, .site-header {
    background-color: transparent!important;
}

.sr-only {
    display: none;
}


/********** work portfolio *****/
.entry-content #huge_it_portfolio_content_1 ol, .entry #huge_it_portfolio_content_1 ol, .entry-content #huge_it_portfolio_content_1 ul, .entry #huge_it_portfolio_content_1 ul {
    margin-left: 0px;
}
/*#huge_it_portfolio_content_1 .og-grid > li {
    width: 350px!important;
    height: 182px!important;
}
#huge_it_portfolio_content_1 .og-grid > li > a {
    max-height: 182px!important;
}
#huge_it_portfolio_content_1 .og-grid > li > a > figure > span {
    font-size: 24px;
}*/
/********************************/

.header-wrap.bg-primary {
    background-color: #000000;
}

/*
.page-template.page-template-page_full-width:not(.home) .page-header {
    display: table;
    margin: 0 auto;
    padding: 0 !important;
}

.page-template.page-template-page_full-width:not(.home) .page-header .wrap {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    margin: 0 auto;
}

.page-template.page-template-page_full-width:not(.home) .page-header .wrap h1 {
    width: 100%;
}
*/

p.clients-intro {
    text-align: center;
}

p.clients-intro::after {
    content: '';
    display: block;
    border-bottom: 1px solid #F0F0F0;
    margin-left: 25%;
    margin-right: 25%;
    padding-top: 25px;
}

.page-template.header-full-width:not(.home) .page-header .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.page-template.header-full-width:not(.home) .page-header  {
    min-height: 250px;
}

a.view-case, a.meet-our-team, a.view-work, a.cta-button {
    border: 1px solid currentColor;
    color: #4dbc93;
    border-radius: 3px;
    font-size: 3vh;
    padding: 10px;
    text-decoration: none;
    transition-duration: 0.5s;
}

/* Atom Button */

:root {
	--bg: #d2d2d2;
	--primary: #000000;
	--solid: #4dbc93;
	--btn-w: 10em;
	--dot-w: calc(var(--btn-w)*.2);
	--tr-X: calc(var(--btn-w) - var(--btn-w)*.2);
}
* {box-sizing: border-box;}
*:before, *:after {box-sizing: border-box;}

.btn-atom {
	position: relative;
	margin: 0 auto;
	width: var(--btn-w);
	color: var(--primary);
	border: .15em solid var(--primary);
	border-radius: 5em;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.3em;
	line-height: 2em;
	cursor: pointer;	
}
.dot-atom {
	content: '';
	position: absolute;
	top: 0;
	width: var(--dot-w);
	height: 100%;
	border-radius: 100%;
	transition: all 300ms ease;
	display: none;
}
.dot-atom:after {
	content: '';
	position: absolute;
	left: calc(50% - .4em);
	top: -.4em;
	height: .8em;
	width: .8em;
	background: var(--primary);
	border-radius: 1em;
	border: .25em solid var(--solid);
	box-shadow: 0 0 .7em var(--solid),
				0 0 2em var(--primary);
}
.btn-atom:hover .dot-atom,
.btn-atom:focus .dot-atom {
	animation: atom 2s infinite linear;
	display: block;
}
@keyframes atom {
	0% {transform: translateX(0) rotate(0);}
	30%{transform: translateX(var(--tr-X)) rotate(0);}
	50% {transform: translateX(var(--tr-X)) rotate(180deg);}
	80% {transform: translateX(0) rotate(180deg);}
	100% {transform: translateX(0) rotate(360deg);}
}

.flat {
    z-index: 0 !important;
}

.essb_totalcount {
    font-size: 11.5px;
}

.essb_counter_inside {
    font-weight: 700;
}

.essb_totalcount_item {
    text-align: center !important;
}

.gform_footer input[type="submit"] {
    background-color: #e6413e;
}

.page-template-default:not(.home) .page-header {
    min-height: 250px;
}

@media only screen and (max-width: 800px) {
    .page-template.header-full-width:not(.home) .page-header, .page-template-default:not(.home) .page-header, .blog.header-full-width .page-header {
        min-height: 125px;
    }
}

.page-template-default:not(.home) .page-header .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-sidebar-wrap {
    position: relative;
    z-index: 10;
}

.home {
    min-height: 700px;
    background-color: #000000;
}

body:not(.page-template-page_team) .section.header-wrap {
    z-index: 11;
}

.page-header .wrap {
    width: 100%;
}

.error404 #particles-js {
    max-height: 150px;
}

@media only screen and (max-width: 800px) {
    .error404 #particles-js {
        max-height: 120px;
    }
}

div[data-anchor="better"] {
    height: 100vh;
}

#particles-js {
    overflow: hidden;
}

@media only screen and (max-width: 525px) {
    .page-header a.view-work {
        font-size: 20px;
    }

    .home-h1-big {
        font-size: 44px;
    }
    .holbut {
      padding: 0 10px 0px !important;
    }
}

@media only screen and (max-width: 360px) {
    .home-h1-big {
        font-size: 38px;
    }
    
    
}


.section.header-wrap.menu-active {
    min-height: 350px;
}

.section.header-wrap.menu-active .page-header {
    display: none;
}

nav.nav-primary.nav-full-page {
    background-color: transparent !important;
}

#loginform .login-username, #loginform .login-password, #loginform .login-remember {
	text-align:left!important;
}
#loginform .login-submit #wp-submit { width:100%!important; }
#loginform .login-remember { margin-top: -16px; }

/* Bootstrap
*****************************************/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .home-h1-big {
    font-size: 8vh;
  }
  
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .home-h1-big {
    font-size: 10vh;
  }
}
@media (min-width: 1441px) {
  .container {
    width: 1170px;
  }
  .home-h1-big {
    font-size: 9vh;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

@media (max-width: 1200px)
{
	.site-header div.wrap {
		padding: 0 20px;
	}
}


.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}
@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}

