/* ##############################################
#################### CONTENT ####################
############################################## */

/*

1.  $CSS_RESET
2.  $GLOBAL
3.  $WORDPRESS
4.  $INTRO/SLIDER_AREA
5.  $FEATURES_AND_SCREENSHOTS
6.  $TESTIMONIALS
7.  $DOWNLOAD_BUTTON_AREA
8.  $FOOTER
9.  $BLOG
10. $MEDIA_QUERIES
11. $ANIMATIONS

*/

/* ##############################################
################## $CSS_RESET ###################
############################################## */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
abbr {
	border-bottom: 1px dotted;	
}
sub {
	vertical-align: sub;
	font-size: xx-small
}
sup {
	vertical-align: super;
	font-size: xx-small
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
form, input, textarea {
	outline: 0;
}
textarea {
	overflow: auto;
	resize: none;
}
html {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
a {
	color: #41B86B;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
	text-decoration: none;
	outline: 0;
}
a {
	outline: 0;
}
a:hover, a:active, a:focus {
	outline: 0;
}
form, input, textarea, button {
	outline: 0;
}
.clear {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

body, .featuresintro, .screenshotsintro, .dbwrap, footer, .post {
	background-color: #fff;
}

/* ##############################################
################### $WORDPRESS ##################
############################################## */

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.wp-caption {
	max-width: 100%;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
	font-style: italic;
	font-size: 12px !important;
	margin-top: 4px !important;
}
.gallery-caption {
}
.sticky {
}
.bypostauthor {
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.wp-caption.alignright {
	margin-left: 21px !important;
}
.wp-caption.alignleft {
	margin-right: 21px !important;
}
img.alignright {
	float: right;
	margin-left: 21px !important;
}
img.alignleft {
	float: left;
	margin-right: 21px !important;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.cpt {
	word-wrap: break-word;
	overflow: hidden;
}
.cpt img {
	position: relative !important;
	max-width: 100% !important;
	height: auto;
	margin: 5px auto;
}
.cpt p, .cpt ol, .cpt ul, .cpt address {
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	margin: 14px 0 14px 0;
	line-height: 1.5; /* 1.4em; */
	color: #343434;
}
code, pre, kbd, tt {
	font-family: Consolas, monaco, monospace;
	font-size: 14px;
	line-height: 1.5;
	color: #5c5c5c;
	background: #ECEBEB;
}
var {
	font-family: Consolas, monaco, monospace;
	font-size: 14px;
	line-height: 1.5;
	color: #5c5c5c;
}
.cpt ol ol, .cpt ul ul,
.cpt ol ul, .cpt ul ol {
	margin: 0;
}
.cpt > ol, .cpt > ul {
	margin-left: -20px;
}
.cpt ol li {
	list-style: decimal inside;
	font-size: 14px;
	margin-left: 20px;
}
.cpt ul li {
	list-style: square inside;
	font-size: 14px;
	padding-left: 20px;
}
.cpt hr {
	color: #E7E7E7;
	background-color: #E7E7E7;
	height: 1px;
	border-width: 0;
	line-height: 0;
	text-align: center;
	margin: 21px 0;
}
.cpt blockquote, .cpt q {
	font-style: italic;
	border-left: 1px dashed #17997f;
	background: #f5f5f5;
	padding: 7px 15px 7px 15px;
	margin: 14px 30px;
}
.cpt blockquote p, .cpt q p {
	font-size: 1.4em;
	color: #5c5c5c;
}

.cpt blockquote cite, .cpt q cite {
	display: block;
	font-size: 12px;
	font-style: normal;
	margin-top: 8px;
}

.footerbottom a:after {
	content: " | ";
	color: black;
}

.footerbottom a:last-child:after {
	content: "";
}

.full-width-page footer,
.full-width-page .featuresintro {
	background-image: none;
}

.full-width-page footer {
	padding-top: 0;
}

.widget_recent_entries li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e7e7e7;
}

.widget_recent_entries li:last-child {
	border-bottom: none;
}

.widget_recent_entries .post-date {
	border-left: 1px solid #C5C5C3;
	margin-left: 3px;
	padding-left: 6px;
}

/* ##############################################
############### $INTRO/SLIDER_AREA ##############
############################################## */

.introwrapper {
	width: 100%;
	height: 540px;
	background: #1c1b18 url("../images/intro-bg.jpg") center center repeat-x;
	background-size: Auto 540px;
	position: relative;
}
.intro {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	overflow: hidden;
	height: 540px;
}
#sequence a {
	color:#000;
}

#nav {
	bottom: 28px;
	display: inline-block;;
	position: relative;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	background: #cccccc;
	height: 12px;
	/* width: 60px; */
	line-height: 12px;
	padding: 9px 15px 7px 15px;
	z-index: 999;
	text-align: center;
	left: 50%;
	margin-left: -36px;
	background: #e1e1e1; /* Old browsers */
	background: -moz-linear-gradient(top,  #e1e1e1 0%, #d3d3d3 2%, #c4c4c4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(2%,#d3d3d3), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e1e1e1 0%,#d3d3d3 2%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e1e1e1 0%,#d3d3d3 2%,#c4c4c4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e1e1e1 0%,#d3d3d3 2%,#c4c4c4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e1e1e1 0%,#d3d3d3 2%,#c4c4c4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c4c4c4',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	-webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.6);
	box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.6);
}

#nav li {
	display: inline-block;
}

#nav li span {
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #989898;
	border-radius: 50%;
	margin: 0 2px;
	cursor: pointer;
}

#nav li span.active {
	background: #41B86B;
}

#sequence li {
	height: 100%;
	position: relative;
	top: 0;
	color:#000;
	width: 100%;
}

#sequence {
	display: block;
	height: 100%;
	margin: 0;
	position: relative;
	max-width: 980px;
	width: 100%;
	color:#000;
	/*backface-visibility prevents graphical glitches when frames are animating*/
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

#sequence h2 {
	color:#000;
	font-family: 'Ubuntu', 'Tahoma', sans-serif, serif;
	font-weight: 500;
	position: relative;
	text-shadow: 1px 1px #191613; 
}

#sequence h3 {
	font-family: 'Ubuntu', 'Tahoma', sans-serif, serif;
	color:#000;
	font-weight: 400;
	position: relative;
	 text-shadow: 1px 1px #191613; 
}

.rightsld {
	position: relative;
	top: 0;
	left: 45%;
	padding-top: 130px;
}

.animate-in .rightsld {
	opacity: 1;
	left: 50%;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

.animate-out .rightsld {
	opacity: 0;
	left: 45%;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

#sequence form {
	background: #fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 1);
	box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 1);
	width: 35%;
	color:#000;
	overflow: hidden;
	margin-top: 40px;
}

#sequence form input {
	color:#000;
	border: 0;
	margin: 0;
	padding: 5.8%;
	width: 54%;
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	font-weight: 400;
	color: #444;
}

::-webkit-input-placeholder {
	color: #444;
	opacity: 1;
}

:-moz-placeholder {
	color: #444;
	opacity: 1;
}

::-moz-placeholder {
	color: #444;
	opacity: 1;
}

:-ms-input-placeholder {
    color: #444;
}

#sequence form button {
	color:#000;
	display: inline-block;
	margin: 0;
	width: 32%;
	border: 0;
	padding: 15px 0;
	background: #0f73b4;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: -moz-linear-gradient(top, #1f83c4 0%, #0367a8 96%, #014775 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f83c4), color-stop(96%,#0367a8), color-stop(100%,#014775)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1f83c4 0%,#0367a8 96%,#014775 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1f83c4 0%,#0367a8 96%,#014775 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1f83c4 0%,#0367a8 96%,#014775 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1f83c4 0%,#0367a8 96%,#014775 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f83c4', endColorstr='#014775',GradientType=0 ); /* IE6-9 */
	
	text-shadow: 1px 1px #0f679f;
	font-weight: 500;
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	cursor: pointer;
}

/* Title animation */

.title {
	width: 50%;
	opacity: 0;
	z-index: 50;
	left: -10%;
	font-size: 2.8em;
	
	line-height: 1.2; /* 1.2em; */
}

.animate-in .title {
	opacity: 1;
	left: 0;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

.animate-out .title {
	opacity: 0;
	left: -10%;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

/* SubTitle animation */

.subtitle {
	font-size: 1.6em;
	line-height: 1.5; /* 1.4em; */
	opacity: 0;
	left: -10%;
	width: 50%;
	color: #bab7b1;
	padding-top: 30px;
	text-align: left;
	z-index: 999;
}
.subtitle img {
	position: relative;
}
.subtitle > ol, .subtitle > ul {
	margin-left: -20px;
}
.subtitle ol li {
	list-style: decimal inside;
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	font-size: 16px;
	margin-left: 20px;
}
.subtitle ul li {
	list-style: square inside;
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	font-size: 16px;
	padding-left: 20px;
}

.animate-in .subtitle {
	opacity: 1;
	left: 0;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

.animate-out .subtitle {
	opacity: 0;
	left: -10%;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

/* Subscribe form animation */

.formsbscr {
	opacity: 0;
	left: -6%;
	position: relative;
}

.animate-in .formsbscr {
	opacity: 1;
	left: 0;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

.animate-out .formsbscr {
	opacity: 0;
	left: -6%;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

/* Slider download button animation */

.slddownloadbutton {
	opacity: 0;
	left: -6%;
	position: relative;
	width: 250px;
	border: 0;
	padding: 12px 20px;
	line-height: 1.5; /* 28px; */
	background: #0f73b4;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: -moz-linear-gradient(top, #1f83c4 0%, #0367a8 96%, #014775 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f83c4), color-stop(96%,#0367a8), color-stop(100%,#014775)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1f83c4 0%,#0367a8 96%,#014775 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1f83c4 0%,#0367a8 96%,#014775 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1f83c4 0%,#0367a8 96%,#014775 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1f83c4 0%,#0367a8 96%,#014775 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f83c4', endColorstr='#014775',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-shadow: 1px 1px #0f679f;
	font-weight: 500;
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	cursor: pointer;
	font-size: 1.6em;
	margin-top: 40px;
}

.slddownloadbutton img {
	display: inline-block;
	float: right;
}

.animate-in .slddownloadbutton {
	opacity: 1;
	left: 0;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

.animate-out .slddownloadbutton {
	opacity: 0;
	left: -6%;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

/* Model image animation */

.model {
	left: 10%;
	bottom: 0;
	opacity: 0;
	position: absolute;
	height: auto !important;
	max-height: 568px !important;
	min-width: 280px !important; /*prevents the model from shrinking when the browser is resized*/
}

.animate-in .model {
	left: 0%;
	opacity: 1;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}

.animate-out .model {
	left: 10%;
	opacity: 0;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

/* ##############################################
############ $FEATURES_AND_SCREENSHOTS ##########
############################################## */

.featureswrap, .screenshotswrap, .blogwrap {
	width: 100%;
}
.screenshotswrap {
	margin-bottom: 7px;
	overflow: hidden;
}
.featuresintro, .screenshotsintro {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0 80px 0;
	background: #fff url("../images/separatorshadow.jpg") center bottom no-repeat;
}
.screenshotsintro {
	padding: 0 0 80px 0;
}
.featuresintro h1, .screenshotsintro h1 {
	font-size: 3.66em;
	line-height: 1; /* 1.2em; */
	color: #343434;
	font-family: 'Rokkitt', serif;
	font-weight: 700;
}
.featuresintro p, .screenshotsintro p,
.featuresintro ul, .screenshotsintro ul,
.featuresintro ol, .screenshotsintro ol {
	font-size: 1.4em;
	line-height: 1.5; /* 1.4em; */
	color: #343434;
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	font-weight: 400;
	margin-top: 4px;
	margin-bottom: 4px;
}
.features, .screenshots {
	width: 100%;
	max-width: 980px;
	margin: 0 auto 20px auto;
}
.screenshots {
	max-width: 1010px;
}
.screenshotbox {
	margin: 0 18px 0 18px;
	-webkit-box-shadow:  0px 5px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 5px 8px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 15px;
}
.screenshotbox img {
	width: 100%;
	height: auto;
	display: block;
}
.featurebox {
	float: left;
	width: 46%;
	margin-right: 6%;
	margin-bottom: 30px;
}
.featurebox:nth-child(2n+2) {
	margin-right: 0;
}
.featurebox img {
	position: absolute;
}
.fbright {
	margin-right: 0;
}
.featuretext {
	position: relative;
	width: 93%;
	left: 60px;
}

.featuretext p {
	margin-top: 4px;
	margin-bottom: 4px;
}

.featuretext-content p,
.featuretext-content ol,
.featuretext-content ul {
	color: #5c5c5c;
}

.features .featuretext > h2 {
	font-size: 2.1em;
	color: #343434;
	font-family: 'Rokkitt', serif;
	font-weight: 700;
}

.circle {
	position: absolute;
	background: #41B86B;
	display: inline-block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 25px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	vertical-align: bottom;
	opacity: 1;
}

.mfp-title {
	color: white;
	font-size: 1.4em;
	font-weight: 400;
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
}

/* ##############################################
################# $TESTIMONIALS #################
############################################## */

.testimonialswrap {
	width: 100%;
	padding: 40px 0;
	-webkit-box-shadow: inset 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 8px 12px 0px rgba(0, 0, 0, 0.08);
	background: #e7e8e6 url("../images/testimonials-bg.jpg") repeat;
	background-size: 256px 256px;
	overflow: hidden;
}
.testimonials {
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
	overflow: visible;
}
.testimonialstitle {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
	font-size: 2.8em;
	font-family: 'Rokkitt';
	font-weight: bold;
	clear: both;
	position: relative;
	color: #343434;
	padding-bottom: 36px;
}
.testimonialstitle:before,
.testimonialstitle:after {
	border-top: 1px solid #b6b6b6;
	display: block;
	height: 1px;
	content: " ";
	width: 34%;
	position: absolute;
	left: 0;
	top: 19%;
}
.testimonialstitle:after {
   right: 0;
   left: auto;
}
.testimonialbox {
	margin: 2px 15px 0 15px;
}
.testimonialbox h1 {
	color: #41B86B;
	font-size: 1.8em;
	font-weight: 700;
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	display: inline-block;
	padding-top: 10px;
}
.testimonialbox h2 {
	color: #434343;
	font-size: 1.4em;
	font-weight: 400;
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
}
.testimonialtext {
	width: 92%;
	padding: 4%;
	color: #5c5c5c;
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.5; /* 1.4em; */
	background: #ffffff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.25);
	float: left;
	overflow: hidden;
	margin-bottom: 14px;
	position: relative;
}
.tauthorpic {
	border: 2px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	width: 52px;
	height: 52px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	margin-bottom: 4px;
}
.tauthorpic img {
	width: 52px;
	height: 52px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


/* ##############################################
############ $DOWNLOAD_BUTTON_AREA ##############
############################################## */

.dbwrap {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}
.downloadbutton {
	margin: 0 auto;
	width: 280px;
	border: 0;
	padding: 12px 20px;
	line-height: 1.5; /* 29px; */
	background: #41B86B;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f83c4', endColorstr='#014775',GradientType=0 ); /* IE6-9 */
	color: #fff !important;
	text-shadow: 1px 1px #0f679f;
	font-weight: 500;
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	cursor: pointer;
	font-size: 1.6em;
}
.downloadbutton a span {
	color: #fff !important;
}
.downloadbutton img {
	display: inline-block;
	float: right;
}

/* ##############################################
#################### $FOOTER ####################
############################################## */

.footerwrap {
	width: 100%;
	padding: 0 0 60px 0;
}

footer {
	width: 100%;
	max-width: 980px;
	background: url("../images/separatorshadow.jpg") top center no-repeat;
	margin: 0 auto;
	padding-top: 60px;
	overflow: hidden;
}

.footerwrap footer h2 {
	font-size: 2.26em;
	font-weight: 700;
	font-family: 'Rokkitt';
	color: #343434;
	line-height: 1em;
	list-style: none;
}

footer > li {
	list-style: none;
}

footer .widget {
	width: 30%;
	float: left;
	margin-right: 5%;
}

footer .widget:nth-child(3n+3) {
	margin-right: 0;
}

footer .widget:nth-child(4n+4) {
	clear: both;
}

footer .widget p, footer .widget ul, footer .widget ol {
	color: #343434;
}

footer .widget li {
	list-style: none;
	padding-left: 0;
}

.followus-title {
	margin-top: 20px;
	margin-bottom: 12px;
}

.followus-no-title {
	margin-top: 5px;
	margin-bottom: 12px;
}

.footerbottom {
	text-align: right;
	font-size: 1.4em;
	padding: 20px 0;
	border-top: 1px solid #e7e7e7;
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	font-weight: 400;
	line-height: 1.5; /* 1.4em; */
}

.contactinfo li {
	line-height: 1.6em;
}

.socialicons img {
	margin-right: 4px;
}

.contactform {
	background: #fff;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	width: 98%; /* 35%; */
	overflow: hidden;
}

.contactform input, .contactform textarea {
	border: 0;
	margin: 0;
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #343434;
}

.contactform input {
	width: 49%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: 1px solid #C5C5C3;
	height: 3em;
	box-sizing: border-box;
	padding-right: 5.8%;
	padding-left: 5.8%;
	padding-bottom: 1px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.contactform input {
		border-bottom: 2px solid #C5C5C3 !important;
	}
}

#smart_men {
	display: none;
}

.contactform textarea {
	width: 88.4%;
	padding-left: 5.8%;
	padding-right: 5.8%;
	padding-top: .8em;
	transition: all .5s;
	-webkit-transition: all .5s; /* Safari */
}

#message_button, .searchsubmit {
	margin-top: 1.3em;
	display: none;
}

#message_button button, .searchsubmit input {
	margin: 0;
	/* width: 32%; */
	border: 0;
	padding: 0.5em 1.6em;
	background: #0f73b4;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: -moz-linear-gradient(top, #1f83c4 0%, #0367a8 96%, #014775 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f83c4), color-stop(96%,#0367a8), color-stop(100%,#014775)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1f83c4 0%,#0367a8 96%,#014775 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1f83c4 0%,#0367a8 96%,#014775 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1f83c4 0%,#0367a8 96%,#014775 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1f83c4 0%,#0367a8 96%,#014775 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f83c4', endColorstr='#014775',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-shadow: 1px 1px #0f679f;
	font-weight: 500;
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	cursor: pointer;
	/* Animation */
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.subscribe, .searchform {
	background: #fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #C5C5C3;
	width: 98%; /* 35%; */
	overflow: hidden;
	margin-top: 1.4em;
}

.searchform {
	margin-top: 20px;
}

.searchform label {
	display: none;
}

.subscribe input, .searchform input[type="text"] {
	border: 0;
	margin: 0;
	padding: 1em 5.8%;
	width: 54%;
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	font-weight: 400;
	color: #444;
}

.subscribe button, #searchsubmit {
	display: inline-block;
	margin: 0;
	width: 32%;
	border: 0;
	padding: 8px 0;
	background: #0f73b4;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: -moz-linear-gradient(top, #1f83c4 0%, #0367a8 96%, #014775 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f83c4), color-stop(96%,#0367a8), color-stop(100%,#014775)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1f83c4 0%,#0367a8 96%,#014775 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1f83c4 0%,#0367a8 96%,#014775 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1f83c4 0%,#0367a8 96%,#014775 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1f83c4 0%,#0367a8 96%,#014775 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f83c4', endColorstr='#014775',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-shadow: 1px 1px #0f679f;
	font-weight: 500;
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	cursor: pointer;
}

.footer_contact_form .footer-wdg-content {
	padding: 20px 0 20px 0;
}

/* ##############################################
#################### $BLOG ######################
############################################## */

.blogpage .introwrapper {
	height: 159px;
}

.blogpage .introwrapper h1 {
	font-size: 3.6em;
	font-weight: bold;
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	text-shadow: 1px 1px #191613;
	color: white;
	text-align: center;
	line-height: 159px;
}

.blogpage .introwrapper h1 a {
	color: white;
}

.blogwrap {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding: 55px 0 0 0;
}

.posts {
	width: 67.8775%;
	float: left;
	margin-bottom: 10px;
}

.post {
	margin-bottom: 35px;
}

.postinfo p {
	font-size: 1.2em;
	margin: 0 0 14px 0;
	color: #41B86B;
}

.postinfo a {
	color: #41B86B;
}

/* sidebar */

.sidebar {
	float: right;
	display: inline-block;
	width: 26%;
	margin-bottom: 25px;
}

.widget {
	margin-bottom: 40px;
}

.sidebar > li {
	list-style: none;
}

.sidebar .widget h2 {
	font-size: 2.26em;
	line-height: 1;
	color: #343434;
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	padding-top: 14px;
	padding-bottom: 6px;
	margin-bottom: 14px;
	border-bottom: 1px solid #e7e7e7;
}

.widget p, .widget ul, .widget ol {
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	margin: 14px 0 14px 0;
	line-height: 1.5; /* 1.4em; */
	color: #5c5c5c;
}

.sidebar .widget ul li {
	margin: 5.3px 0;
	padding-left: 0;
}

.sidebar .widget .contactinfo li {
	list-style: none;
}

.sidebar .widget .contactinfo {
	padding-top: 0;
}

.sidebar .widget .followus-title {
	margin-top: 40px;
}

.sidebar .widget .followus-no-title {
	margin-top: 25px;
}

/* headings */

.post h1 {
	font-size: 3.66em;
	line-height: 1; /* 1.2em; */
	color: #343434;
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-bottom: 8px;
	border-bottom: 1px solid #e7e7e7;
}

.post h1 a {
	color: #343434;
}

h1 a:hover, h1 a:focus,
a:hover, a:focus {
	color: #dd3333;
}

.post h2, .cpt h2 {
	font-size: 2.8em;
	line-height: 1; /* 1.2em; */
	color: #343434;
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	padding-top: 4px;
	padding-bottom: 2px;
}

.post h3, .cpt h3 {
	font-size: 2.26em;
	line-height: 1; /* 1.2em; */
	color: #343434;
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	padding-top: 4px;
	padding-bottom: 2px;
}

.post h4, .cpt h4 {
	font-size: 2.1em;
	line-height: 1.166; /* 1.2em; */
	color: #343434;
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	padding-top: 4px;
	padding-bottom: 2px;
}

.post h5, .cpt h5 {
	font-size: 1.8em;
	line-height: 1.31; /* 1.2em; */
	color: #343434;
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	padding-top: 4px;
	padding-bottom: 2px;
}

.post h6, .cpt h6 {
	font-size: 1.6em;
	line-height: 1.5; /* 1.2em; */
	color: #343434;
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	padding-top: 4px;
	padding-bottom: 2px;
}

/* Table */

.cpt table {
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	font-size: 14px;
	max-width: 100%;
	margin: 0 auto;
	color: #5c5c5c;
	margin-top: 14px;
	margin-bottom: 14px;
}

.cpt table a {
	color: #5c5c5c;
}

.cpt thead th {
	padding-bottom: 8px;
	text-align: center;
	font-weight: normal;	
	border-bottom: 1px solid #b6b6b6;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
}

.cpt tbody th {
	border: none;
	text-align: center;
	padding: 12px 2px 0px 2px;
	padding-left: 16px;
}

.cpt td {
	padding: 12px 2px 0px 2px;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
}

/* Definition list */

.cpt dl {
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	font-size: 1.4em;
	line-height: 1.5; /* 1.2em; */
	color: #343434;
	margin-top: 14px;
	margin-bottom: 14px;
	-webkit-margin-bottom-collapse: 8px;
}

.cpt dt {
	font-weight: bold;
}

.cpt dd {
	background: none no-repeat left top;
	padding-left: 50px;
}

.pagenavigation {
	width: 67.8775%;
	float: left;
	margin-bottom: 60px;
	overflow: hidden;
	padding: 0 15px;
	line-height: 60px;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
}

.pagenavigation a {
	font-style: italic;
	font-family: 'Rokkitt', serif;
	font-size: 21px;
	text-align: right;
	display: inline;
	float: right;
	color: #343434;
}

.pagenavigation a:hover {
	color: #dd3333;
}

/* comments */

.comment-avatar {
	float: left;
}

.comment-avatar img {
	margin: 0;
}

.comment-heading-wrapper {
	margin-top: 5px;
	padding-left: 50px;
}

.comment-heading {
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}

.comment-heading cite a {
	color: #343434;
}

.comment-meta, .comment-reply {
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	font-size: 12px;
}

.children {
	padding-left: 34px;
}

.comment-text p, .comment-text ol,
.comment-text ul, .comment-text address,
.comment-text dd {
	color: #5c5c5c;
}

.comment-text h1, .comment-text h2,
.comment-text h3, .comment-text h4,
.comment-text h5, .comment-text h6 {
	font-size: 1.6em;
	line-height: 1.5; /* 1.2em; */
	color: #343434;
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	padding-top: 4px;
	padding-bottom: 2px;
}

.comment-author {
	color: #343434;
}

.comment-label {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: rgb(255, 255, 255);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: rgb(153, 153, 153);
	padding: 1px 3px;
}

/* comment form */

#commentform {
	margin-bottom: 55px;
}

.comment-reply-title, .comments-title {
	font-size: 2.26em;
	font-weight: 700;
	font-family: 'Rokkitt';
	color: #343434;
	line-height: 1em;
	list-style: none;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	margin-bottom: 14px;
	border-bottom: 1px solid #e7e7e7;
}

#commentform label {
	display: block;
	margin-bottom: 3px;
}

#commentform .comment-form-author, #commentform .comment-form-email {
	width: 49%;
	float: left;
}

#commentform .comment-form-author {
	margin-right: 2%;
}

#commentform .required {
	color: #dd3333;
}

#commentform .comment-form-author input[type=text], #commentform .comment-form-email input[type=text] {
	width: 90%;
}

#commentform input[type=text], #commentform textarea {
	display: block;
	font-family: inherit;
	font-size: 14px;
	color: inherit;
	padding: 8px 12px;
	border: 1px solid #b6b6b6;
}

#commentform .comment-form-url input[type=text], #commentform textarea {
	width: 95%;
}

#commentform p {
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	margin: 14px 0 14px 0;
	line-height: 1.5;
	color: #5c5c5c;
}

#commentform p.comment-notes {
	margin-bottom: 0;
}

.form-submit {
	font-size: 14px;
}

#commentform input[type=submit] {
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	font-size: 14px;
	border: none;
	background: #0f73b4;
	text-shadow: 1px 1px #0f679f;
	font-weight: 500;	
	background: -moz-linear-gradient(top, #1f83c4 0%, #0367a8 96%, #014775 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f83c4), color-stop(96%,#0367a8), color-stop(100%,#014775)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1f83c4 0%,#0367a8 96%,#014775 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1f83c4 0%,#0367a8 96%,#014775 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1f83c4 0%,#0367a8 96%,#014775 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1f83c4 0%,#0367a8 96%,#014775 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f83c4', endColorstr='#014775',GradientType=0 ); /* IE6-9 */
	color: #fff;
	cursor: pointer;
	padding: 8px 24px;
	margin: 5px 0;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.comment-awaiting-moderation {
	color: #dd3333 !important;
}

.singlepage-footer-space {
	/*height: 40px;*/
}

.error-page {
	text-align: center;
}

.error-page h1 {
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	font-weight: 400;
	font-size: 59px;
	margin: 14px 0 14px 0;
	line-height: 1.5;
	color: #5c5c5c;
}

.error-page p {
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	font-weight: 400;
	font-size: 21px;
	margin: 14px 0 14px 0;
	line-height: 1.5;
	color: #5c5c5c;
}

/* ##############################################
############### $MEDIA_QUERIES ##################
############################################## */

@media only screen and (max-width : 1010px) {
	.introwrapper {
		width: 96%;
		padding: 0 2%;
	}
	.subtitle, .title {
		width: 45%;
	}
	.model {
		max-width: 45%;
	}

	.featureswrap, .screenshotswrap, .footerwrap {
		width: 94%;
		padding: 0 3%;
	}
	.blogwrap {
		width: 94%
	}
	.testimonialswrap {
		width: 94%;
		padding: 40px 3%;
	}
	.testimonialbox h1 {
		font-size: 1.4em;
	}
	.testimonialstitle:before,
	.testimonialstitle:after {
		width: 33%;
	}
}

@media only screen and (max-width : 950px) {
	.testimonialbox h1 {
		font-size: 1.8em;
	}
}

@media only screen and (max-width : 880px) {
	.title {
		font-size: 2em;
	}
	.subtitle {
		font-size: 1.4em;
	}
	.rightsld {
		padding-top: 130px;
	}
	.intro, .introwrapper {
		height: 480px;
	}
	.features .featuretext > h2 {
		font-size: 2em;
	}
	.featuresintro h1, .screenshotsintro h1, .post h1 {
		font-size: 2.8em;
	}
	.testimonialstitle:before,
	.testimonialstitle:after {
		width: 31%;
	}
}

@media only screen and (max-width : 806px) {
	.testimonialstitle:before,
	.testimonialstitle:after {
		width: 30%;
	}
}

@media only screen and (max-width : 768px) {
	.rightsld {
		left: -5%;
		top: 20px;
		padding-top: 0;
		text-align: center;
		width: 100%;
	}
	.animate-in .rightsld {
		left: 0%;
	}
	.title {
		width: 100%;
	}
	.model {
		left: 45%;
		min-width: 320px !important;
	}
	.animate-in .model {
		left: 50%;
		margin-left: -140px;
	}
	.subtitle {
		width: 100%;
		padding-top: 20px;
		text-align: center;
	}
	.formsbscr, .slddownloadbutton {
		display: none;
	}
	.intro, .introwrapper {
		height: 540px;
	}
	.testimonialstitle:before,
	.testimonialstitle:after {
		width: 27%;
	}
	.tauthorpic {
		margin-right: 12px;
	}
	.testimonialbox h1{
		font-size: 1.6em;
	}
	.testimonialbox h2 {
		font-size: 1.4em;
	}
	.contactinfo {
		font-size: 1em;
	}
	.subscribe button {
		font-size: .8em;
	}
	.widget .subscribe button {
		font-size: 1.3em !important;
	}
}

@media only screen and (max-width : 680px) {
	.featuresintro {
		padding-top: 20px;
	}
	.sidebar {
		display: none;
	}
	.posts {
		width: 100%;
	}
	.pagenavigation {
		width: 94%;
	}
	.features {
		margin-bottom: 0px;
	}
	.screenshotbox {
		margin-bottom: 15px;
	}
	.featurebox {
		float: none;
		margin: 0;
		width: 100%;
	}
	.featuretext {
		width: 90%;
		left: 10%;
	}
	.testimonialstitle {
		padding-bottom: 6px;
	}
	.testimonialstitle:before,
	.testimonialstitle:after {
		width: 25%;
		top: 33%;
	}

	.testimonialtext {
		clear: both;
		margin-top: 30px;
	}
	.testimonialbox h1 {
		display: inline;
		float: none;
		font-size: 1.8em;
		clear: both;
		position: relative;
		top: 10px;
	}
	.testimonialbox h2 {
		position: relative;
		top: 12px;
	}

	footer {
		padding-top: 40px;
	}

	footer .widget {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.footerbottom {
		font-size: 1.2em;
	}
}

@media only screen and (max-width : 580px) {
	.model {
		min-width: 280px !important;
	}
	.featuretext {
		width: 88%;
		left: 12%;
	}
	.testimonialstitle:before,
	.testimonialstitle:after {
		width: 23%;
	}
}

@media only screen and (max-width : 568px) {
	.testimonialstitle:before,
	.testimonialstitle:after {
		width: 22%;
	}

	#commentform .comment-form-url input[type=text], #commentform textarea {
		width: 94%;
	}

	#commentform .comment-form-author, #commentform .comment-form-email {
		width: 48.5%;
		float: left;
	}

}

@media only screen and (max-width : 518px) {
	.featuretext {
		width: 86%;
		left: 14%;
	}
	.testimonialstitle:before,
	.testimonialstitle:after {
		width: 20%;
	}
}

@media only screen and (max-width : 480px) {
	.testimonialbox h1 {
		font-size: 1.8em;
	}
}

@media only screen and (max-width : 468px) {
	.testimonialstitle:before,
	.testimonialstitle:after {
		width: 15%;
	}
	.downloadbutton {
		width: 230px;
		font-size: 1.4em;
	}

	#commentform .comment-form-author input[type=text], #commentform .comment-form-email input[type=text] {
		width: 100%;
	}

	#commentform p.comment-form-author {
		margin-bottom: 0;
	}

	#commentform .comment-form-url input[type=text], #commentform textarea {
		width: 93%;
	}

	#commentform .comment-form-author, #commentform .comment-form-email {
		width: 93%;
		display: block;
	}

}

@media only screen and (max-width : 429px) {
	.screenshotbox {
		margin-right: 20%;
		margin-left: 20%;
	}
}

@media only screen and (max-width : 418px) {
	.featuretext {
		width: 84%;
		left: 16%;
	}
	.testimonialstitle {
		font-size: 2.4em;
	}
	.testimonialstitle:before,
	.testimonialstitle:after {
		width: 15%;
	}

	#commentform .comment-form-url input[type=text], #commentform textarea {
		width: 91%;
	}

	#commentform .comment-form-author, #commentform .comment-form-email {
		width: 91%;
		display: block;
	}

}

@media only screen and (max-width : 368px) {
	.subtitle {
		font-size: 1.2em;
	}
	.featuretext {
		width: 82%;
		left: 18%;
	}
	.testimonialstitle:before,
	.testimonialstitle:after {
		width: 9%;
	}

	#commentform .comment-form-url input[type=text], #commentform textarea {
		width: 90%;
	}

	#commentform .comment-form-author, #commentform .comment-form-email {
		width: 90%;
		display: block;
	}

}
@media only screen and (max-width : 320px) and (orientation : portrait) { /*iphone portrait*/
	.featuretext {
		width: 81%;
		left: 19%;
	}
	.testimonialstitle:before,
	.testimonialstitle:after {
		width: 8%;
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
/* only screen and (min-resolution: 192dpi), */
only screen and (min-resolution: 2dppx) {
	.introwrapper {
		background: #1c1b18 url("../images/intro-bg%402x.jpg") center center repeat-x;
		background-size: Auto 540px;
	}
	.featuresintro, .screenshotsintro, footer {
		background: #fff url("../images/separatorshadow%402x.jpg") center bottom no-repeat;
		background-size: 958px 45px;
	}
	.testimonialswrap {
		background: #e7e8e6 url("../images/testimonials-bg%402x.jpg") repeat;
		background-size: 256px 256px;
	}
}

/* ##############################################
################## $ANIMATIONS ##################
############################################## */

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 200% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(-30px);
	}

	80% {
		-moz-transform: translateX(10px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(-30px);
	}

	80% {
		-o-transform: translateX(10px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		transform: translateX(-30px);
	}

	80% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
