/*
Theme Name: Call-App
Theme URI: http://underscores.me/
Description: Theme for Call App website
Version: 1.0.0
Text Domain: call-up
Tags: white, blue

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Call App is based on Underscores http://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Site header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Site footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
	font-family: "Glyphicons Halflings";
	src: url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}


html {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.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: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 15px 0;
}

hr {
	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: 1;
}

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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 15px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 15px;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	/*max-width: 100%;*/ /* Adhere to container width. */
}

table {
	margin: 0 0 15px;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 2px solid #67B8E3;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	color: #0288D1;
	height: 48px;
	margin-bottom: 5px;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	padding: 0 28px !important;
	font-weight: 700;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #0288D1;
	-webkit-box-shadow:inset 0px 0px 0px 2px #ABD8F0;
	-moz-box-shadow:inset 0px 0px 0px 2px #ABD8F0;
	box-shadow:inset 0px 0px 0px 2px #ABD8F0;
	background: #F0F8FC;
	outline: none;
}

input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="range"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="month"].wpcf7-not-valid,
input[type="week"].wpcf7-not-valid,
input[type="time"].wpcf7-not-valid,
input[type="datetime"].wpcf7-not-valid,
input[type="datetime-local"].wpcf7-not-valid,
input[type="color"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
	color: #0288D1;
	-webkit-box-shadow:inset 0px 0px 0px 2px #FCDBB4;
	-moz-box-shadow:inset 0px 0px 0px 2px #FCDBB4;
	box-shadow:inset 0px 0px 0px 2px #FCDBB4;
	background: #FEF8F1;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}


/*--------------------------------------------------------------
# Site header
--------------------------------------------------------------*/

.site-header {
	height: 78px;
	border-bottom: 1px solid #F5F5F5;
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 1000;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.site-header-inner {
	position: relative;
}

.site-header.site-header-blog {
	border: none;
	background: #0288D1;
}

.site-header-blog-title {
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin: 33px 0 0 52px;
}

.inner-container {
	max-width: 1060px;
	margin: auto;
	/*outline: 1px solid red;*/
}

.inner-block {
	max-width: 960px;
	margin: auto;
	/*outline: 1px solid red;*/
}

.inner-container:before, .inner-container:after {content: " ";display: table;}
.inner-container:after {clear: both;}
.inner-container {*zoom: 1;}

.inner-block:before, .inner-block:after {content: " ";display: table;}
.inner-block:after {clear: both;}
.inner-block {*zoom: 1;}

.site-header-left {
	float: left;
}

.site-logo {
	float: left;
	margin: 17px 0 0 18px;
}

.site-navigation {
	float: left;
}

.site-header-right {
	float: right;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.download-header {
	display: block;
	width: 160px;
	height: 48px;
	background: #12AA12;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	padding: 18px 5px 0;
	margin: 15px 1px 0 0;
	float: right;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.download-header:hover {
	background: #108710;
}

.download-header-narrow {
	display: none;
	font-size: 12px;
	height: 24px;
	padding-top: 6px;
	margin-right: 6px;
}

.site-header-blog .download-header {
	background: #0288D1;
	color: #fff;
	border: 2px solid #fff;
	padding-top: 16px;
}

.site-header-blog .download-header:hover {
	background: #fff;
	color: #0288D1;
}

.search-header {
	display: block;
	cursor: pointer;
	background: url('img/search-sq-white-transp.png') no-repeat;
	width: 48px;
	height: 48px;
	float: right;
	margin: 15px 32px 0 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.search-header:hover {
	background: url('img/search-sq-blue.png') no-repeat;
}

.site-header-blog .search-header {
	background: url('img/search-sq-blue-transp.png') no-repeat;
}

.site-header-blog .search-header:hover {
	background: url('img/search-sq-white.png') no-repeat;
}

.site-content {
	padding-top: 78px;
}

.home .site-content {
	padding-top: 0;
}

.vertical-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -155px;
	height: 310px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}
*/
a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: left;
	margin: 0 0 0 32px;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.main-navigation a {
	color: #0288D1;
	font-size: 14px;
	text-decoration: none;
	display: block;
}

.main-navigation > div > ul > li {
	margin-right: 24px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	height: 78px;
}

.main-navigation > div > ul > li:last-child {
	margin-right: 0;
}

.main-navigation > div > ul > li > a {
	font-weight: 600;
	text-transform: uppercase;
	height: 78px;
	padding: 0 20px 0 20px;
	margin-top: 17px;
	height: 47px;
	line-height: 48px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.main-navigation > div > ul > li:hover > a,
.main-navigation > div > ul > li.current-menu-item > a {
	background: #0288D1;
	color: #fff;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 78px;
	left: -999em;
	z-index: 99999;
	background: #fff;
	border-left: 2px solid #80C3E8;
	border-right: 3px solid #80C3E8;
	border-bottom: 2px solid #80C3E8;
	margin-left: 24px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 237px;
	height: 48px;
	border-bottom: 1px solid #80C3E8;
	padding: 16px 0 0 21px;
	font-weight: 400;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul li.current_page_item a {
	background: #80C3E8;
	color: #fff;
	font-weight: 700;
}

.main-navigation ul ul li:first-child {
	border-top: 1px solid #80C3E8;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	width: 16px;
	height: 14px;
	background: url('img/menu-toggle.png') center top no-repeat transparent;
	border: none;
	border-radius: 0;
	box-shadow: none !important;
	position: absolute;
	right: 22px;
	top: 20px;
	display: none;
	outline: none;
}

.menu-toggle.clicked {
	background: url('img/menu-toggle.png') center bottom no-repeat transparent;
	background-position: center bottom;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 15px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	max-width: 960px;
	margin: 0 auto;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 14px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 15px;
}

.entry-title {
	font-size: 64px;
	color: #0288D1;
	font-weight: 300;
	margin: 87px 0 0 0;
}

.entry-header-answer .entry-title {
	font-size: 48px !important;
	margin: 9px 0 0 0;
}

.entry-header-answer  {
	padding-top: 79px;
	margin-bottom: 28px;
}

.hentry .entry-content p {
	font-size: 16px;
	color: #595959;
	font-weight: 400;
	line-height: 24px;
	margin: 18px 0 24px 0;
}

.features-text {
	padding-top: 2px;
}

.features-text p {
	font-size: 16px;
	color: #595959;
	font-weight: 400;
	line-height: 24px;
	margin: 13px 0 10px 0;
}

.hentry .entry-content a,
.post-edit-link {
	color: #0288D1;
	text-decoration: none;
}

.hentry .entry-content a:hover,
.post-edit-link:hover {
	color: #016CA6;
	text-decoration: none;
}

.entry-content-acc {
	margin-top: -13px;
}

.entry-content-acc p {
	margin-top: 0 !important;
}

/*--------------------------------------------------------------
## Jobs
--------------------------------------------------------------*/

.featured-img {
	padding-top: 37px;
	margin-bottom: -59px;
}

.accordeon-title {
	font-size: 72px;
	font-weight: 300;
	color: #0288D1;
	padding: 56px 0 31px 0;
}

.blue-accordion-inner-text,
.blue-accordion-inner-text p {
	color: #808080;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.blue-accordion-inner-button {
	padding: 21px 50px 33px 50px;
}

.blue-accordion-inner-button .blue-bd-button {
	margin: 0 !important;
	float: right !important;
}

.blue-bd-button.hide_block {
	display: none !important;
}

#main .hide-this {
	display: none;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0;
	font-size: 14px;
	color: #595959;
	font-weight: 600;
	padding-top: 13px;
}

.wp-caption-text {
	text-align: left;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 15px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Site footer
--------------------------------------------------------------*/

.site-footer-top {
	height: 108px;
	background: #F5F5F5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 34px;
}

.site-footer-top .inner-block {
	position: relative;
}

.site-footer-top-title {
	color: #0288D1;
	font-size: 24px;
	text-align: center;
/*	margin-bottom: 23px;*/
	position: absolute;
	left: 0;
	top: 7px;
	text-transform: uppercase;
}

.site-footer-top-socials {
	text-align: center;
}

.site-footer-top-socials a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background: url('img/site-footer-top-soc-sprite.png') 0 0 no-repeat;
	margin: 0 5px;
	overflow: hidden;
	border-radius: 50%;
/*	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;*/
}

.site-footer-top-socials a.site-footer-top-socials-1 {background-position: 0 0;}
.site-footer-top-socials a.site-footer-top-socials-2 {background-position: 0 -40px;}
.site-footer-top-socials a.site-footer-top-socials-3 {background-position: 0 -80px;}
.site-footer-top-socials a.site-footer-top-socials-4 {background-position: 0 -120px;}
.site-footer-top-socials a.site-footer-top-socials-5 {background-position: 0 -160px;}
.site-footer-top-socials a.site-footer-top-socials-6 {background-position: 0 -200px;}
.site-footer-top-socials a.site-footer-top-socials-7 {background-position: 0 -240px;}

.site-footer-top-socials a:hover {
	background: url('img/site-footer-site-footer-bottom-soc-sprite-hover2.png') 0 0 no-repeat;
}

.site-footer-top-socials a.site-footer-top-socials-1:hover {background-position: 0 0;}
.site-footer-top-socials a.site-footer-top-socials-2:hover {background-position: 0 -40px;}
.site-footer-top-socials a.site-footer-top-socials-3:hover {background-position: 0 -80px;}
.site-footer-top-socials a.site-footer-top-socials-4:hover {background-position: 0 -120px;}
.site-footer-top-socials a.site-footer-top-socials-5:hover {background-position: 0 -160px;}
.site-footer-top-socials a.site-footer-top-socials-6:hover {background-position: 0 -200px;}
.site-footer-top-socials a.site-footer-top-socials-7:hover {background-position: 0 -240px;}

/*--------------------------------------------------------------*/

.site-footer-middle {
	padding-top: 100px;
}

.footer-middle-left {
	float: left;
	width: 45%;
	margin-bottom: 15px;
}

.footer-middle-title {
	margin-bottom: 9px;
}

.footer-middle-title h2 {
	font-size: 48px;
	color: #0288D1;
	font-weight: 300;
	line-height: 58px;
	margin: 0 0 18px 0;
}

.footer-middle-text {
	/*font-size: 16px;*/
	color: #595959;
	font-weight: 400;
	/*line-height: 19px;*/
	margin-bottom: 53px;
	width: 350px;
	font-size: 18px;
	line-height: 26px;
}

.footer-middle-text p {
	margin: 0 0 10px 0;
}

.footer-middle-button {
	background: url('img/google-play.png') no-repeat;
	width: 240px;
	height: 64px;
	display: block;
}

.footer-middle-right {
	float: right;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0 0 0;
}

.footer-middle-right {

}

.footer-middle-right img {
	width: auto !important;
	max-width: auto !important;
	margin: 0 auto;
	display: block;
}


/*--------------------------------------------------------------*/

.site-footer-bottom {
	min-height: 220px;
	background: #016CA6;
}

.back-to-top {
	background: url('img/back-to-top.png') no-repeat;
	height: 72px;
	width: 72px;
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	-ms-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
	
}

.back-to-top:hover {
	background: url('img/back-to-top-hover.png') no-repeat;
}

.footer-widget {
	float: left;
	width: 245px;
}

.site-footer-bottom h2 {
	margin: 0 0 13px 0;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.footer-widget a {
	color: #67B8E3;
	text-decoration: none;
	font-size: 14px;
}

.footer-widget a:hover {
	color: #fff;
}

.footer-widget li {
	margin-bottom: 13px;
}

.footer-widget.footer-mobile {
	width: 100%;
	margin: 0 auto;
}

.footer-widget.footer-mobile ul {
	padding: 0;
}

.footer-widget.footer-mobile li {
	text-align: center;
	margin-bottom: 14px;
}

.footer-widget.footer-mobile a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

.site-footer-bottom-inner {
	padding: 33px 50px 24px;
	position: relative;
}

.footer-bottom-left {
	float: left;
}

.footer-bottom-right {
	float: right;
	width: 400px;
}

.footer-bottom-right-top {
	margin-bottom: 72px;
}

.site-footer-bottom-socials {
	padding-top: 10px;
	float: right;
}

.site-footer-bottom-socials a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background: url('img/site-footer-site-footer-bottom-soc-sprite-hover2.png') 0 0 no-repeat;
	margin: 0 9px 0 0;
	overflow: hidden;
	border-radius: 50%;
}

.site-footer-bottom-socials a:last-child {
	margin-right: 0;
}

.site-footer-bottom-socials a.site-footer-bottom-socials-1 {background-position: 0 0;}
.site-footer-bottom-socials a.site-footer-bottom-socials-2 {background-position: 0 -40px;}
.site-footer-bottom-socials a.site-footer-bottom-socials-3 {background-position: 0 -80px;}
.site-footer-bottom-socials a.site-footer-bottom-socials-4 {background-position: 0 -120px;}
.site-footer-bottom-socials a.site-footer-bottom-socials-5 {background-position: 0 -160px;}
.site-footer-bottom-socials a.site-footer-bottom-socials-6 {background-position: 0 -200px;}
.site-footer-bottom-socials a.site-footer-bottom-socials-7 {background-position: 0 -240px;}

.site-footer-bottom-socials a:hover {
	background: url('img/site-footer-bottom-soc-sprite-hover.png') 0 0 no-repeat;
}

.site-footer-bottom-socials a.site-footer-bottom-socials-1:hover {background-position: 0 0;}
.site-footer-bottom-socials a.site-footer-bottom-socials-2:hover {background-position: 0 -40px;}
.site-footer-bottom-socials a.site-footer-bottom-socials-3:hover {background-position: 0 -80px;}
.site-footer-bottom-socials a.site-footer-bottom-socials-4:hover {background-position: 0 -120px;}
.site-footer-bottom-socials a.site-footer-bottom-socials-5:hover {background-position: 0 -160px;}
.site-footer-bottom-socials a.site-footer-bottom-socials-6:hover {background-position: 0 -200px;}
.site-footer-bottom-socials a.site-footer-bottom-socials-7:hover {background-position: 0 -240px;}

.footer-copyright {
	color: #67B8E3;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
}



.get-callapp-block {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #0288D1;
	min-height: 100px;
	padding: 26px 0 17px;
}

.get-callapp-block-page {
	margin-bottom: 25px;
	margin-top: 73px;
}

.get-callapp-text {
	float: left;
	font-size: 24px;
	color: #0288D1;
	margin-top: 17px;
}

.get-callapp-button {
	float: right;
}

.get-callapp-button-home {
	float: left;
	margin-left: 136px;
}




/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/

.homepage-item-inner {
	position: relative;;
	min-height: 444px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 159px;
}

.homepage-item-content {
	width: 540px;
	float: right;
}

.homepage-item-title {
	font-size: 64px;
	color: #0288D1;
	margin: 0 0 19px 0;
	font-weight: 300;
}

.homepage-item-text,
.homepage-item-text p {
	font-size: 16px;
	color: #595959;
	margin: 0;
	font-weight: 400;
	line-height: 24px;
}

.homepage-item-text p {
	margin-bottom: 10px;
}

.home_gpbutton {
	margin-top: 36px;
	display: inline-block !important;
}

.homepage-item-image {
	position: absolute;
	left: -10px;
	bottom: -108px;
}

.homepage-item.homepage-item-gray {
	background: #F5F5F5;
}

.homepage-item.homepage-item-gray .homepage-item-image {
	position: absolute;
	right: -10px;
	left: auto;
	bottom: -110px;
}

.homepage-item.homepage-item-gray .homepage-item-content {
	width: 600px;
	float: left;
}

.homepage-learn-more {
	text-align: center;
	font-size: 24px;
	color: #0288D1;
	font-weight: 400;
	background: #F5F5F5;
	height: 108px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 46px;
}

.homepage-learn-more a {
	color: #0288D1;
	text-decoration: none;
}

.homepage-learn-more a:hover {
	color: #016CA6;
}

.homepage-banner {
	min-height: 445px;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 117px;
}

.homepage-banner-title {
	font-size: 48px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 17px 0;
}

.homepage-banner-text {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	width: 450px;
	margin-bottom: 36px;
}

.homepage-banner-gp {
	margin-bottom: 15px;
}

.homepage-banner-gp a {
	background: url('img/google-play-sprite-2.png') no-repeat;
	width: 180px;
	height: 48px;
	display: block;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.homepage-banner-gp a:hover {
	background-position: 0 -48px;
}


.homepage-banner-text p {
	margin: 0;
	line-height: 24px;
}

.homepage-banner-inner-container {
	min-height: 328px;
	position: relative;
}

.bottom-banner-background-image {
	position: absolute;
	right: 10px;
	bottom: 0;
}

.press-head {
	font-size: 64px;
	color: #0288D1;
	font-weight: 300;
	text-align: center;
	padding: 62px 0 101px 0;
}

.press-media .press-head {
	text-align: left;
	padding-bottom: 75px;
}

.press-list {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 63px;
}

.press-2blocks .press-item {
	width: 460px;
	margin: 0 20px 52px;
	float: left;!
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.press-3blocks .press-item {
	width: 300px;
	margin: 0 10px 52px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.press-item-top {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding-bottom: 12px;
}

.press-item-image {
	float: left;
	height: 86px;
	display: block;
}

.press-item-date {
	font-size: 14px;
	color: #ccc;
	float: right;
	margin: 72px 1px 0 0;
	display: none;
}

.press-item-exerpt {
	font-size: 16px;
	color: #595959;
	font-weight: 400;
	line-height: 24px;
	padding-top: 12px;
	margin-bottom: 7px;
}

.press-item-exerpt p {
	margin: 0;
}

.press-item-read-more a {
	font-size: 16px;
	color: #0288D1;
	text-decoration: none;
	font-weight: 400;
	position: relative;
	top: -3px;
}

.press-item-read-more a:hover {
	color: #016CA6;
}

.blue-bd-button {
	text-align: center;
	border: 2px solid #0288D1;
	height: 48px;
	width: 280px;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	color: #0288D1;
	font-weight: 600;
	line-height: 45px;
	text-decoration: none;
	margin: 57px auto 48px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.blue-bd-button:hover {
	color: #fff;
	background: #0288D1;
	font-weight: 700;
}

.blue-bd-button.blue-bd-button-footer-mob {
	text-align: center;
	border: 1px solid #fff;
	height: 30px;
	width: 180px;
	display: none;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	line-height: 29px;
	text-decoration: none;
	margin: 0 auto 9px;
	font-weight: 400;
	position: relative;
	top: -13px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.press-all {
	margin: 0 auto 60px;
}

.press-media .blue-bd-button {
	margin: 64px auto 83px;
}

.download-images {
	margin: 0 auto 60px;
	margin-top: -6px;
}

.google-play-button {
	background: url('img/google-play-sprite.png') no-repeat;
	width: 180px;
	height: 48px;
	display: block;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
position:relative;
z-index:999;
}

.google-play-button:hover {
	background-position: 0 -48px;
}

.company-container {
	padding: 54px 0 71px;
}

.press-container {
	padding: 54px 0 20px;
}

.blue-title {
	font-size: 64px;
	color: #0288D1;
	font-weight: 300;
	margin: 0;
	line-height: 65px;
}

.media-kit-container .blue-title {
	margin-bottom: 64px;
}

.company-members {
	padding-top: 66px;
}

.company-member {
	width: 320px;
	float: left;
	margin: 0 0 25px 0;
	min-height: 50px;
	text-align: center;
}

.company-member-image {
	margin-bottom: 35px;
}

.company-member-image img {
	display: block;
	margin: 0 auto;
	width: 216px;
	height: 216px;
	border-radius: 50%;
	overflow: hidden;
}

.company-member-name {
	color: #0288D1;
	font-size: 24px;
	margin-bottom: 2px;
}

.company-member-position {
	color: #595959;
	font-size: 16px;
	font-weight: 400;
}

.features-content {
	float: left;
	width: 615px;
	padding-top: 43px;
	padding-left: 32px;
}

.features-content .google-play-button {
	display: none;
}

.features-content .google-play-button.show {
	display: block;
}

.features-container {
	padding-top: 62px;
}

.features-block {
	min-height: 444px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.features-block:first-child .blue-title {
	margin-bottom: 23px;
}

.features-block:first-child .features-text {
	margin-bottom: 35px;
}


.features-block-gray {
	background: #F5F5F5;
}

.features-image {
	float: right;
	width: 350px;
}

.features-image img {
	display: block;
	margin: 0 auto;
}

.clear-both {
	clear: both;
}

.media-gallery-title {
	font-size: 16px;
	color: #666;
	font-weight: 400;
	margin-bottom: 73px;
}

.media-gallery-item {
	width: 240px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px;
	margin-bottom: 102px;
}

.media-gallery-image {
	margin-bottom: 16px;
	display: block;
	position: relative;
}

.media-gallery-image:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url('img/download-arrow.png') center 35% no-repeat rgba(2,136,209,0.8);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 0;
}

.media-gallery-image:hover:after {
	opacity: 1;
	background-position: center;
}

.media-gallery-image img {
	width: 100%;
}

.media-gallery-text {
	color: #595959;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	width: 216px;
}

/******************************************/

.two-colums-arch .page-header h1 {
	font-size: 64px;
	font-weight: 300;
	color: #0288D1;
	margin-top: 87px;
	margin-bottom: 40px;
}

.two-colums-arch-left {
	float: left;
	width: 615px;
}

.two-colums-arch-right {
	float: right;
	width: 295px;
	margin-bottom: 50px;
}

.two-colums-arch-right .widget-title {
	color: #0288D1;
	font-size: 24px;
	margin: 0 0 23px 0;
	padding: 0 0 18px 0;
	font-weight: 400;
	border-bottom: 1px solid #0288D1;
}

.two-colums-arch-right .menu {
	padding: 0;
}

.two-colums-arch-right .menu a {
	color: #0288D1;
	font-size: 24px;
	font-weight: 400;
	text-decoration: none;
}

.two-colums-arch-right .menu a:hover {
	color: #016CA6;
	text-decoration: none;
}

.two-colums-arch-right .menu li {
	margin-bottom: 24px;
}

.two-colums-arch .hentry {
	width: 100%;
}

.two-colums-arch h1.entry-title,
.two-colums-arch h2.entry-title,
.two-colums-arch h2.entry-title a {
	font-size: 36px;
	color: #0288D1;
	font-weight: 300;
	margin: auto;
	line-height: 40px;
}

.two-colums-arch h2.entry-title a {
	text-decoration: none;
}

.two-colums-arch .entry-header {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.two-colums-arch .entry-title {
	padding-right: 150px;
}

.two-colums-arch .entry-header .entry-meta {
	position: absolute;
	right: 0;
	bottom: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #ccc;
	display: none;
}

.two-colums-arch .entry-content p {
	font-weight: 400;
	color: #808080;
	margin: 12px 0 10px 0;
}

.read-more-arch {
	color: #0288D1;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.two-colums-arch article {
	margin-bottom: 99px;
}

.nav-links a {
	font-size: 24px;
	color: #0288D1;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
}

.site-main .posts-navigation {
	padding-top: 9px !important;
	margin-bottom: 90px !important;
}

.featured-posts {
	margin-bottom: 18px;
}

h2.featured-posts-head {
	font-size: 24px;
	color: #0288D1;
	font-weight: 400;
	margin: 0 0 18px 0;
}

h3.featured-posts-title {
	font-size: 24px;
	font-weight: 400;
	color: #0288D1;
	margin: 0 0 5px 0;
}

h3.featured-posts-title a {
	color: #0288D1;
	text-decoration: none;
	line-height: 24px;
}

.featured-posts-text,
.featured-posts-text p {
	font-size: 14px;
	color: #595959;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
}

.featured-posts-text p {
	display: inline;
}

.featured-posts-read-more {
	font-size: 14px;
	color: #0288D1;
	text-decoration: none;
}

.featured-posts {
	padding-top: 100px;
}

.featured-posts-item {
	border-top: 1px solid #0288D1;
	padding: 14px 0 26px;
}

.featured-posts-item:last-child {
	border-bottom: 1px solid #0288D1;
}

.two-colums-arch h2.entry-title a:hover,
.nav-links a:hover,
h3.featured-posts-title a:hover,
.featured-posts-read-more:hover,
.read-more-arch:hover {
	color: #016CA6;
}

.two-colums-arch.two-colums-single h2.entry-title {
	font-size: 48px;
	padding-top: 97px;
	padding-right: 0;
	margin-bottom: 42px;
	line-height: 56px;
}

.two-colums-arch.two-colums-single .entry-header .entry-meta {
	position: static;
	margin-bottom: 14px;
}

.two-colums-arch.two-colums-single .entry-content p {
	font-size: 18px;
	color: #595959;
	line-height: 26px;
}

.two-colums-arch.two-colums-single .entry-content a {
	color: #0288D1;
	text-decoration: none;
}

.two-colums-arch.two-colums-single .entry-content a:hover {
	color: #016CA6;
}

.two-colums-arch.two-colums-single .posts-navigation {
	padding-top: 73px;
}

.post-navigation,
.posts-navigation {
	margin-bottom: 11px !important;
}



.clear-line {
	clear: both;
	width: 100%;
	height: 0;
	overflow: hidden;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact-container {
	padding: 43px 0 54px 0;
}

.contact-top-left {
	width: 468px;
	float: left;
}

.contact-top-right {
	width: 468px;
	float: right;
}

.form-item {
/*	overflow: hidden;*/
	display: block;
	margin-bottom: 16px;
}

.form-item > span:first-child {
	display: block;
	font-size: 18px;
	color: #0288D1;
	font-weight: 600;
	margin-bottom: 14px;
	padding-left: 2px;
	cursor: pointer;
}

.unlist-option {
	 border:2px solid #67B8E3;
	 color: #0288D1;
}

.message-area {
	height: 240px;
	padding-top: 23px !important;
	resize: none;
}

input[type="submit"].form-submit-button {
	display: block;
	width: 100%;
	height: 48px;
	font-size: 17px;
	text-shadow: none;
	color: #fff;
	font-weight: 600;
	text-align: center;
	background: #0288D1;
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	
}

.contact-top {
	margin-bottom: 8px;
}

span.wpcf7-not-valid-tip {
	color: #fff;
	font-size: 18px;
	line-height: 1;
	display: block;
	position: absolute;
	/*width: 280px;*/
	height: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #F7931E;
	text-align: center;
	padding-top: 11px;
	padding-left: 48px;
	padding-right: 48px;
	left: -628px;
	bottom: -92px;
	box-shadow: 0 2px 5px #444;
	z-index: 100;
}

.page-template-page-contact span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    display: block;
    position: absolute;
    width: 280px;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background: #F7931E;
	text-align: center;
	padding-top: 11px;
	left: 94px;
	bottom: -39px;
	box-shadow: 0 2px 5px #444;
}


span.wpcf7-not-valid-tip:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	left: 50%;
	margin-left: -8px;
	top: -8px;
	position: absolute;
	background: url('img/orange-triangle.png') no-repeat;
}


span[role="alert"],
.wpcf7-response-output {
/*	display: none !important;*/
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	display: none !important;
}

.contact-bottom-recaptcha span.wpcf7-not-valid-tip {
	display: block !important;
	bottom: -20px;
}

.form-sucess-message-wrapper,
.form-sucess-message-wrapper-captcha {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.9);
	z-index: 1000;
	display: none;
}

.form-sucess-message {

}

.form-sucess-message-head {
	color: #0288D1;
	font-size: 64px;
	font-weight: 300;
	margin: 0 0 59px 0;
}

.form-sucess-message-text {
	color: #595959;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 34px;
}

.form-sucess-message-bottom {
	border-top: 1px solid #0288D1;
}

.form-sucess-message-head,
.form-sucess-message-text,
.form-sucess-message-bottom {
	padding: 0 50px;
}

.blue-bd-button.form-sucess-message-close {
	float: right;
	cursor: pointer;
	margin: 39px 0 0 0;
}

.contact-bottom-recaptcha span.wpcf7-not-valid-tip {
	display: block !important;
	bottom: -40px;
	left: 50%;
	margin-left: -205px;
}

div.wpcf7-spam-blocked {
	display: none !important;
}

/*--------------------------------------------------------------
# Accordeon
--------------------------------------------------------------*/

.blue-accordion {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #0288D1;
	margin-bottom: 80px;
}

.top-links {
	margin-bottom: 34px;
}

.top-links ul {
	padding: 0;
}

.top-links li {
	margin: 0 0 8px 0;
	padding: 0;
}

.top-links a {
	font-size: 16px;
	font-weight: 400;
	color: #0288D1;
	text-decoration: none;
}

.top-links a:hover {
	color: #016CA6;
}

.faq-container {
	padding-top: 57px;
}

.faq-container .blue-title {
	margin: 10px 0 46px 0;
}

.blue-accordion-content {
	display: none;
}

.blue-accordion-item:first-child .blue-accordion-content {
	display: block;
}

.blue-accordion-title {
	height: 64px;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 21px 0 0 49px;
	background: url('img/accordeon-arrow-bottom.png') right 47px center no-repeat #0288D1;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.blue-accordion-title:hover {
	background: url('img/accordeon-arrow-bottom.png') right 47px center no-repeat #016CA6;
}

.blue-accordion-title.blue-accordion-title-open {
	background: url('img/accordeon-arrow-top.png') right 47px center no-repeat #0288D1;
}
.blue-accordion-title.blue-accordion-title-open:hover {
	background: url('img/accordeon-arrow-top.png') right 47px center no-repeat #016CA6;
}

.blue-accordion-inner {
	padding: 27px 50px 0 50px;
	margin-bottom: 48px;
}

.blue-accordion-inner:last-child {
	margin-bottom: 36px;
}

.blue-accordion-jobs .blue-accordion-inner {
	margin-bottom: 27px;
}

.blue-accordion-item:last-child .blue-accordion-title {
	border: none;
}

.blue-accordion-inner-title {
	color: #0288D1;
	font-size: 24px;
	margin-bottom: 19px;
	text-transform: uppercase;
}

.blue-accordion-inner-links ul {
	margin: 0;
	padding: 0;
}

.blue-accordion-inner-links li {
	margin-bottom: 8px;
}

.blue-accordion-inner-links a {
	color: #0288D1;
	font-size: 16px;
	text-decoration: none;
	font-weight: 400;
}

.blue-accordion-inner-links a:hover {
	color: #016CA6;
}

/*--------------------------------------------------------------
# Answers
--------------------------------------------------------------*/

.answers-breadcrumbs {
	color: #808080;
	font-size: 14px;
	font-weight: 600;
}

.answers-breadcrumbs a {
	color: #808080;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.answers-breadcrumbs a:hover {
	opacity: 0.8;
}

.answers-breadcrumbs-sep {
	display: inline-block;
	padding: 0 20px;
}

.answers-bottom {
	border-top: 1px solid #0288D1;
	padding-top: 17px;
	margin-bottom: 59px;
}

.answers-bottom,
.answers-bottom p {
	font-size: 16px;
	color: #595959;
	font-weight: 400;
	line-height: 22px;
}

.answers-bottom p {
	margin: 0 0 10px 0;
}

.answers-bottom a {
	color: #0288D1;
	text-decoration: none;
}

.answers-bottom a:hover {
	color: #016CA6;
}

.hide-block {
	display: none !important;
}

.entry-content.entry-content-answer {
	margin-bottom: 11px;
}

/*--------------------------------------------------------------
# Unlist Form
--------------------------------------------------------------*/

.unlist-form {
	padding: 38px 0 5px 0;
	position: relative;
}

.for-capthca {
	width: 240px;
	height: 48px;
	position: absolute;
	right: 0;
	top: 38px;
	cursor: pointer;
	display: block;
}

input.unlist-form-text {
	float: left;
	width: 100%;
	/*border-right: 0;*/
}

#main .unlist-form input {
	height: 48px !important;
	padding-top: 1px !important;
}

.unlist-form-top-half {
	float: left;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.unlist-form-top-half:first-child {
	padding-right: 12px;
}

.unlist-form-top-half:first-child + .unlist-form-top-half {
	padding-left: 12px;
}

.unlist-form-top-half-title {
	font-size: 18px;
	color: #0288D1;
	font-weight: 600;
	margin-bottom: 14px;
	display: block;
	cursor: pointer;
}

.unlist-form-top-half span.wpcf7-not-valid-tip {
left: -400px;
}

input[type="submit"].unlist-form-submit {
	float: left;
	height: 72px;
	line-height: 32px;
	width: 100%;
	display: block;
	border: none;
	box-shadow: none;
	text-shadow: none;
	background: #0288D1;
	color: #fff;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0;
	padding: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

input:-moz-placeholder {
  color: #D0D0D0 !important;
}
input::-moz-placeholder {
  color: #D0D0D0 !important;
}
input:-ms-input-placeholder {
  color: #D0D0D0 !important;
}
input::-webkit-input-placeholder {
  color: #D0D0D0 !important;
}

.footer-mobile,
.mob-footer-sublinks {
	display: none;
}

.home-header-wrapper {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 480px;
	background-position: center top;
	background-repeat: no-repeat;
/*	background-size: cover !important;*/
	background-attachment: fixed;
}

.home-header-wrapper-text {
	text-align: center;
	font-size: 72px;
	color: #fff;
	padding-top: 228px;
	padding-left: 13px;
	padding-right: 13px;
}

input[type="submit"].form-submit-button:hover,
input[type="submit"].unlist-form-submit:hover {
	background: #016CA6;
}

input[type="submit"].unlist-form-submit.hovered {
	background: #016CA6;
}

.recaptchaBlockCenter {
	text-align: center;
}

.recaptchaBlock {
	display: inline-block;
}

.vertical-middle.recaptchaBlockMiddle {
	margin-top: -72px;
	height: 144px;
}

.recaptchaBlockCenter .form-sucess-message-bottom {
	border-top: none;
}

.recaptchaBlockCenter .blue-bd-button.form-sucess-message-close {
	float: none;
	cursor: pointer;
	display: inline-block;
	width: 303px;
	margin: 15px 0 0 0;
}

/*.recaptcha-checkbox-checked {
	display: none !important;
}

.recaptcha-checkbox {
	display: none !important;
}*/

.contact-bottom-recaptcha {
	text-align: center;
}

.search-wrapper .blue-title {
	font-size: 72px;
	text-align: center;
}

.search-wrapper .company-container {
	padding-top: 0;
}

.search-wrapper .company-member-image {
	margin-bottom: 36px;
}

.search-wrapper .company-members {
	padding-top: 70px;
}

.searc-container {
	padding-top: 255px;
}

.searc-container-inner {
	background: #fff;
	min-height: 72px;
}

.search-result {

}


.search-result-bottom-left {
	float: left;
	width: 200px;
}

.search-result-bottom-right {
	float: right;
	width: 830px;
	padding-top: 15px;
}

.search-result-top {
	border-bottom: 1px solid #0288d1;
	min-height: 90px;
}

.search-result-bottom {
	min-height: 100px;
	padding-top: 112px;
}

.profile-image {
	width: 184px;
}

.profile-image img {
	display: block;
	margin: 0 auto;
}

.search-result-number {
	font-size: 40px;
	color: #2C2C2C;
	margin-bottom: 2px;
}

.search-result-under-number {
	font-size: 24px;
	color: #595959;
	line-height: 28px;
}

.search-result-country {
	font-size: 32px;
	color: #1C1C1C;
	margin-bottom: 17px;
}

.search-result-under-country {
	font-size: 24px;
	color: #595959;
	line-height: 28px;
	margin-bottom: 2px;
}

.search-result-country-numbers {
	font-size: 16px;
	color: #808080;
	line-height: 20px;
}

.search-result-bottom-right .get-callapp-block-page {
	margin-top: -12px;
	margin-bottom: 23px;
}

.search-result-bottom-right .get-callapp-block-page .google-play-button {
	margin-right: 50px;
}

.search-result-bottom-right-bottom {
	padding-bottom: 80px;
}











#input_container {
	z-index: 1;
	position: relative;
}
.intl-tel-input {
	font-family: Glyphicons Halflings;
	height: 48px;
	transform: translate3d(0px, 0px, 0px);
	width: 100%;
}
.intl-tel-input input[type="tel"], .intl-tel-input input[type="text"] {
	font-family: Montserrat,Arial;
	padding-left: 80px;
	transition: all 0.5s ease 0s;
}
.intl-tel-input .selected-flag .iti-arrow {
	left: 55%;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	top: 35%;
}

.iti-country {
	color: #cccccc;
	font-family: Montserrat,Arial;
	font-size: 30px;
}
.iti-country-name {
	float: left;
	text-transform: uppercase;
}
.iti-country-number{
	float: left;
	margin-left: 7px;
}

.intl-tel-input .selected-flag .iti-arrow.up {
	transform: translateX(-1px) translateY(2px) rotateZ(-135deg);
}
.country-list li {
	text-align: left;
}
.intl-tel-input .selected-flag {
	padding-left: 13px;
	width: 65px;
	z-index: inherit;
}
input[type="tel"]:focus {
	outline: 0 none;
}

.row.search-field #submit {
	background-color: #3792e5;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-size: 1.1rem;
	padding: 12.5px 1.6rem;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
main .row.search-field #submit:focus, main .row.search-field #submit:hover {
	background-color: #3684c5;
}
ul.country-list {
	border: medium none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	font-family: Montserrat,Arial;
	margin-left: 0;
	max-height: 20rem;
	transform: translate3d(0px, 0px, 0px);
	width: 542px;
}
ul.country-list.closed {
	animation: 0.3s ease 0s normal none 1 running bounce-back;
	border: medium none;
	box-shadow: none;
	display: block !important;
	max-height: 0;
}
ul.country-list.opened {
	animation: 0.4s ease 0s normal none 1 running bounce;
}


.intl-tel-input {
	display: inline-block;
	position: relative;
}
.intl-tel-input .flag-container {
	cursor: pointer;
	height: 72px;
	position: absolute;
	z-index: 1;
}
.intl-tel-input * {
	box-sizing: border-box;
}
.intl-tel-input .hide {
	display: none;
}
.intl-tel-input .v-hide {
	visibility: hidden;
}
.intl-tel-input input, .intl-tel-input input[type="number"], .intl-tel-input input[type="tel"], .intl-tel-input input[type="text"] {
	margin-bottom: 0 !important;
	margin-left: 0;
	margin-top: 0 !important;
	padding-left: 48px;
	position: relative;
	transition: background-color 0.1s ease-out 0s;
	z-index: 0;
}
.intl-tel-input input.iti-invalid-key {
	background-color: #ffc7c7;
}
.intl-tel-input .flag-dropdown {
	bottom: 0;
	padding: 1px;
	position: absolute;
	top: 0;
}
.intl-tel-input .flag-dropdown:hover {
	cursor: pointer;
}
.intl-tel-input .flag-dropdown:hover .selected-flag {
	background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input input[disabled] + .flag-dropdown:hover, .intl-tel-input input[readonly] + .flag-dropdown:hover {
	cursor: default;
}
.intl-tel-input input[disabled] + .flag-dropdown:hover .selected-flag, .intl-tel-input input[readonly] + .flag-dropdown:hover .selected-flag {
	background-color: transparent;
}
.intl-tel-input .selected-flag {
	border-right: 1px solid;
	height: 56px;
	margin: 8px 0 0;
	padding: 12px 10px 0 22px;
	position: relative;
	width: 180px;
	z-index: 1;
}
.intl-tel-input .selected-flag .iti-flag {
	bottom: 0;
	margin: auto;
	position: absolute;
	top: 0;
}
.intl-tel-input .selected-flag .arrow {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555;
	height: 0;
	left: 24px;
	margin-top: -2px;
	position: relative;
	top: 50%;
	width: 0;
}
.country-list {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	list-style: outside none none;
	margin: 0 0 0 -1px;
	overflow-y: scroll;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	z-index: 2;
}
.country-list .flag-box {
	display: inline-block;
	margin: 0 10px 0 12px;
	width: 20px;
}
span.dial-code{
	display:none;
}
@media (max-width: 500px) {

.unlist-form-top-half {
	float: none;
	width: 100%;
}

.unlist-form-top-half:first-child {
	padding-right: 0;
	margin-bottom: 5px;
}

.unlist-form-top-half:first-child + .unlist-form-top-half {
	padding-left: 0;
}

.intl-tel-input .country-list {
	white-space: normal;
}
}
.country-list .divider {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.country-list .country {
	padding: 5px 10px;
}
.country-list .country .dial-code {
	color: #999;
}
.intl-tel-input .country-list .country.highlight {
	background-color: rgba(0, 0, 0, 0.05);
}
.country-list .country-name, .country-list .dial-code, .country-list .flag {
	vertical-align: middle;
}
.country-list .country-name, .country-list .flag {
	margin-right: 6px;
}
.intl-tel-input select {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 42px;
	z-index: 1;
}
.iti-flag {
	width: 20px;
}
.iti-flag.be, .text-container .country.BE::before {
	width: 17.5px;
}
.iti-flag.ch, .text-container .country.CH::before {
	width: 15px;
}
.iti-flag.mc, .text-container .country.MC::before {
	width: 19px;
}
.iti-flag.ne, .text-container .country.NE::before {
	width: 17.5px;
}
.iti-flag.np, .text-container .country.NP::before {
	width: 12.5px;
}
.iti-flag.va, .text-container .country.VA::before {
	width: 15px;
}
@media not all, only screen and (min--moz-device-pixel-ratio: 2), not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.iti-flag {
	background-size: 288px 266px;
}
}
.iti-flag.ac, .text-container .country.AC::before {
	background-position: -189px -222.5px;
	height: 10px;
}
.iti-flag.ad, .text-container .country.AD::before {
	background-position: -63px -31.5px;
	height: 14px;
}
.iti-flag.ae, .text-container .country.AE::before {
	background-position: -247px -77px;
	height: 10px;
}
.iti-flag.af, .text-container .country.AF::before {
	background-position: -147px -150px;
	height: 13.5px;
}
.iti-flag.ag, .text-container .country.AG::before {
	background-position: -63px -135.5px;
	height: 13.5px;
}
.iti-flag.ai, .text-container .country.AI::before {
	background-position: -247px -132px;
	height: 10px;
}
.iti-flag.al, .text-container .country.AL::before {
	background-position: -42px -32px;
	height: 14.5px;
}
.iti-flag.am, .text-container .country.AM::before {
	background-position: -210px -234px;
	height: 10px;
}
.iti-flag.ao, .text-container .country.AO::before {
	background-position: -84px -43.5px;
	height: 13.5px;
}
.iti-flag.aq, .text-container .country.AQ::before {
	background-position: -21px -77.5px;
	height: 13.5px;
}
.iti-flag.ar, .text-container .country.AR::before {
	background-position: -100px -193.5px;
	height: 12.5px;
}
.iti-flag.as, .text-container .country.AS::before {
	background-position: -84px -234px;
	height: 10px;
}
.iti-flag.at, .text-container .country.AT::before {
	background-position: -126px -87px;
	height: 13.5px;
}
.iti-flag.au, .text-container .country.AU::before {
	background-position: -247px -33px;
	height: 10px;
}
.iti-flag.aw, .text-container .country.AW::before {
	background-position: 0 -121px;
	height: 13.5px;
}
.iti-flag.ax, .text-container .country.AX::before {
	background-position: -37px -193.5px;
	height: 13px;
}
.iti-flag.az, .text-container .country.AZ::before {
	background-position: -42px -245px;
	height: 10px;
}
.iti-flag.ba, .text-container .country.BA::before {
	background-position: -268px -33px;
	height: 10px;
}
.iti-flag.bb, .text-container .country.BB::before {
	background-position: -147px -135.5px;
	height: 13.5px;
}
.iti-flag.bd, .text-container .country.BD::before {
	background-position: -210px -118px;
	height: 12px;
}
.iti-flag.be, .text-container .country.BE::before {
	background-position: 0 -193.5px;
	height: 15px;
}
.iti-flag.bf, .text-container .country.BF::before {
	background-position: -168px -101.5px;
	height: 13.5px;
}
.iti-flag.bg, .text-container .country.BG::before {
	background-position: -210px -66px;
	height: 12px;
}
.iti-flag.bh, .text-container .country.BH::before {
	background-position: -210px -79px;
	height: 12px;
}
.iti-flag.bi, .text-container .country.BI::before {
	background-position: -210px -144px;
	height: 12px;
}
.iti-flag.bj, .text-container .country.BJ::before {
	background-position: -21px -63px;
	height: 13.5px;
}
.iti-flag.bl, .text-container .country.BL::before {
	background-position: -42px -63px;
	height: 13.5px;
}
.iti-flag.bm, .text-container .country.BM::before {
	background-position: -210px -222.5px;
	height: 10px;
}
.iti-flag.bn, .text-container .country.BN::before {
	background-position: -21px -234px;
	height: 10px;
}
.iti-flag.bo, .text-container .country.BO::before {
	background-position: -63px -63px;
	height: 13.5px;
}
.iti-flag.bq, .text-container .country.BQ::before {
	background-position: -84px 0;
	height: 13.5px;
}
.iti-flag.br, .text-container .country.BR::before {
	background-position: -63px -46.5px;
	height: 14px;
}
.iti-flag.bs, .text-container .country.BS::before {
	background-position: -247px -55px;
	height: 10px;
}
.iti-flag.bt, .text-container .country.BT::before {
	background-position: -84px -29px;
	height: 13.5px;
}
.iti-flag.bv, .text-container .country.BV::before {
	background-position: 0 -32px;
	height: 14.5px;
}
.iti-flag.bw, .text-container .country.BW::before {
	background-position: -84px -58px;
	height: 13.5px;
}
.iti-flag.by, .text-container .country.BY::before {
	background-position: -84px -256px;
	height: 10px;
}
.iti-flag.bz, .text-container .country.BZ::before {
	background-position: 0 -77.5px;
	height: 13.5px;
}
.iti-flag.ca, .text-container .country.CA::before {
	background-position: -268px -55px;
	height: 10px;
	width: 19px;
}
.iti-flag.cc, .text-container .country.CC::before {
	background-position: -268px -121px;
	height: 10px;
}
.iti-flag.cd, .text-container .country.CD::before {
	background-position: -42px 0;
	height: 15px;
}
.iti-flag.cf, .text-container .country.CF::before {
	background-position: -42px -77.5px;
	height: 13.5px;
}
.iti-flag.cg, .text-container .country.CG::before {
	background-position: -63px -77.5px;
	height: 13.5px;
}
.iti-flag.ch, .text-container .country.CH::before {
	background-position: -231px 0;
	height: 15px;
}
.iti-flag.ci, .text-container .country.CI::before {
	background-position: -105px 0;
	height: 13.5px;
}
.iti-flag.ck, .text-container .country.CK::before {
	background-position: -247px -22px;
	height: 10px;
}
.iti-flag.cl, .text-container .country.CL::before {
	background-position: -105px -14.5px;
	height: 13.5px;
}
.iti-flag.cm, .text-container .country.CM::before {
	background-position: -105px -29px;
	height: 13.5px;
}
.iti-flag.cn, .text-container .country.CN::before {
	background-position: -105px -43.5px;
	height: 13.5px;
}
.iti-flag.co, .text-container .country.CO::before {
	background-position: -105px -58px;
	height: 13.5px;
}
.iti-flag.cp, .text-container .country.CP::before {
	background-position: -105px -72.5px;
	height: 13.5px;
}
.iti-flag.cr, .text-container .country.CR::before {
	background-position: -84px -209.5px;
	height: 12px;
}
.iti-flag.cu, .text-container .country.CU::before {
	background-position: -126px -256px;
	height: 10px;
}
.iti-flag.cv, .text-container .country.CV::before {
	background-position: -63px -209.5px;
	height: 12px;
}
.iti-flag.cw, .text-container .country.CW::before {
	background-position: -42px -92px;
	height: 13.5px;
}
.iti-flag.cx, .text-container .country.CX::before {
	background-position: -268px -77px;
	height: 10px;
}
.iti-flag.cy, .text-container .country.CY::before {
	background-position: -63px -92px;
	height: 13.5px;
}
.iti-flag.cz, .text-container .country.CZ::before {
	background-position: -84px -92px;
	height: 13.5px;
}
.iti-flag.de, .text-container .country.DE::before {
	background-position: -42px -209.5px;
	height: 12px;
}
.iti-flag.dg, .text-container .country.DG::before {
	background-position: 0 -234px;
	height: 10px;
}
.iti-flag.dj, .text-container .country.DJ::before {
	background-position: 0 -106.5px;
	height: 13.5px;
}
.iti-flag.dk, .text-container .country.DK::before {
	background-position: -21px -16px;
	height: 15px;
}
.iti-flag.dm, .text-container .country.DM::before {
	background-position: -189px -234px;
	height: 10px;
}
.iti-flag.do, .text-container .country.DO::before {
	background-position: -210px -13.5px;
	height: 12.5px;
}
.iti-flag.dz, .text-container .country.DZ::before {
	background-position: -63px -106.5px;
	height: 13.5px;
}
.iti-flag.ea, .text-container .country.EA::before {
	background-position: -84px -106.5px;
	height: 13.5px;
}
.iti-flag.ec, .text-container .country.EC::before {
	background-position: -105px -106.5px;
	height: 13.5px;
}
.iti-flag.ee, .text-container .country.EE::before {
	background-position: -210px 0;
	height: 12.5px;
}
.iti-flag.eg, .text-container .country.EG::before {
	background-position: -126px -14.5px;
	height: 13.5px;
}
.iti-flag.eh, .text-container .country.EH::before {
	background-position: -247px -165px;
	height: 10px;
}
.iti-flag.er, .text-container .country.ER::before {
	background-position: -247px -209px;
	height: 10px;
}
.iti-flag.es, .text-container .country.ES::before {
	background-position: -126px -29px;
	height: 13.5px;
}
.iti-flag.et, .text-container .country.ET::before {
	background-position: -189px -245px;
	height: 10px;
}
.iti-flag.eu, .text-container .country.EU::before {
	background-position: -126px -43.5px;
	height: 13.5px;
}
.iti-flag.fi, .text-container .country.FI::before {
	background-position: -210px -183px;
	height: 12px;
}
.iti-flag.fj, .text-container .country.FJ::before {
	background-position: -210px -256px;
	height: 10px;
}
.iti-flag.fk, .text-container .country.FK::before {
	background-position: -268px 0;
	height: 10px;
}
.iti-flag.fm, .text-container .country.FM::before {
	background-position: -21px -222.5px;
	height: 10.5px;
}
.iti-flag.fo, .text-container .country.FO::before {
	background-position: -21px -32px;
	height: 14.5px;
}
.iti-flag.fr, .text-container .country.FR::before {
	background-position: -126px -101.5px;
	height: 12.5px;
	width: 19px;
}
.iti-flag.ga, .text-container .country.GA::before {
	background-position: 0 0;
	height: 15px;
}
.iti-flag.gb, .text-container .country.GB::before {
	background-position: -268px -132px;
	height: 10px;
}
.iti-flag.gd, .text-container .country.GD::before {
	background-position: -210px -157px;
	height: 12px;
}
.iti-flag.ge, .text-container .country.GE::before {
	background-position: -42px -121px;
	height: 13.5px;
}
.iti-flag.gf, .text-container .country.GF::before {
	background-position: -63px -121px;
	height: 13.5px;
}
.iti-flag.gg, .text-container .country.GG::before {
	background-position: -84px -121px;
	height: 13.5px;
}
.iti-flag.gh, .text-container .country.GH::before {
	background-position: -105px -121px;
	height: 13.5px;
}
.iti-flag.gi, .text-container .country.GI::before {
	background-position: -105px -234px;
	height: 10px;
}
.iti-flag.gl, .text-container .country.GL::before {
	background-position: -126px -121px;
	height: 13.5px;
}
.iti-flag.gm, .text-container .country.GM::before {
	background-position: -147px 0;
	height: 13.5px;
}
.iti-flag.gn, .text-container .country.GN::before {
	background-position: -147px -14.5px;
	height: 13.5px;
}
.iti-flag.gp, .text-container .country.GP::before {
	background-position: -147px -29px;
	height: 13.5px;
}
.iti-flag.gq, .text-container .country.GQ::before {
	background-position: -147px -43.5px;
	height: 13.5px;
}
.iti-flag.gr, .text-container .country.GR::before {
	background-position: -147px -58px;
	height: 13.5px;
}
.iti-flag.gs, .text-container .country.GS::before {
	background-position: -247px -121px;
	height: 10px;
}
.iti-flag.gt, .text-container .country.GT::before {
	background-position: -163px -193.5px;
	height: 12.5px;
}
.iti-flag.gu, .text-container .country.GU::before {
	background-position: -42px -222.5px;
	height: 10.5px;
}
.iti-flag.gw, .text-container .country.GW::before {
	background-position: -247px -198px;
	height: 10px;
}
.iti-flag.gy, .text-container .country.GY::before {
	background-position: -105px -209.5px;
	height: 12px;
}
.iti-flag.hk, .text-container .country.HK::before {
	background-position: -147px -116px;
	height: 13.5px;
}
.iti-flag.hm, .text-container .country.HM::before {
	background-position: -63px -245px;
	height: 10px;
}
.iti-flag.hn, .text-container .country.HN::before {
	background-position: -84px -245px;
	height: 10px;
}
.iti-flag.hr, .text-container .country.HR::before {
	background-position: -168px -245px;
	height: 10px;
}
.iti-flag.ht, .text-container .country.HT::before {
	background-position: -210px -92px;
	height: 12px;
}
.iti-flag.hu, .text-container .country.HU::before {
	background-position: -231px -245px;
	height: 10px;
}
.iti-flag.ic, .text-container .country.IC::before {
	background-position: -21px -135.5px;
	height: 13.5px;
}
.iti-flag.id, .text-container .country.ID::before {
	background-position: -42px -135.5px;
	height: 13.5px;
}
.iti-flag.ie, .text-container .country.IE::before {
	background-position: -189px -256px;
	height: 10px;
}
.iti-flag.il, .text-container .country.IL::before {
	background-position: 0 -47.5px;
	height: 14.5px;
}
.iti-flag.im, .text-container .country.IM::before {
	background-position: -231px -256px;
	height: 10px;
}
.iti-flag.in, .text-container .country.IN::before {
	background-position: -84px -135.5px;
	height: 13.5px;
}
.iti-flag.io, .text-container .country.IO::before {
	background-position: -268px -11px;
	height: 10px;
}
.iti-flag.iq, .text-container .country.IQ::before {
	background-position: -105px -135.5px;
	height: 13.5px;
}
.iti-flag.ir, .text-container .country.IR::before {
	background-position: -126px -209.5px;
	height: 11.5px;
}
.iti-flag.is, .text-container .country.IS::before {
	background-position: -21px -47.5px;
	height: 14.5px;
}
.iti-flag.it, .text-container .country.IT::before {
	background-position: 0 -150px;
	height: 13.5px;
}
.iti-flag.je, .text-container .country.JE::before {
	background-position: -210px -53px;
	height: 12px;
}
.iti-flag.jm, .text-container .country.JM::before {
	background-position: -268px -154px;
	height: 10px;
}
.iti-flag.jo, .text-container .country.JO::before {
	background-position: -268px -165px;
	height: 10px;
}
.iti-flag.jp, .text-container .country.JP::before {
	background-position: -42px -150px;
	height: 13.5px;
}
.iti-flag.ke, .text-container .country.KE::before {
	background-position: -63px -150px;
	height: 13.5px;
}
.iti-flag.kg, .text-container .country.KG::before {
	background-position: -210px -40px;
	height: 12px;
}
.iti-flag.kh, .text-container .country.KH::before {
	background-position: -58px -193.5px;
	height: 13px;
}
.iti-flag.ki, .text-container .country.KI::before {
	background-position: -63px -234px;
	height: 10px;
}
.iti-flag.km, .text-container .country.KM::before {
	background-position: -21px -209.5px;
	height: 12px;
}
.iti-flag.kn, .text-container .country.KN::before {
	background-position: 0 -63px;
	height: 13.5px;
}
.iti-flag.kp, .text-container .country.KP::before {
	background-position: -147px -234px;
	height: 10px;
}
.iti-flag.kr, .text-container .country.KR::before {
	background-position: -168px 0;
	height: 13.5px;
}
.iti-flag.kw, .text-container .country.KW::before {
	background-position: -105px -222.5px;
	height: 10px;
}
.iti-flag.ky, .text-container .country.KY::before {
	background-position: -247px 0;
	height: 10px;
}
.iti-flag.kz, .text-container .country.KZ::before {
	background-position: -247px -11px;
	height: 10px;
}
.iti-flag.la, .text-container .country.LA::before {
	background-position: -168px -29px;
	height: 13.5px;
}
.iti-flag.lb, .text-container .country.LB::before {
	background-position: -168px -43.5px;
	height: 13.5px;
}
.iti-flag.lc, .text-container .country.LC::before {
	background-position: -247px -44px;
	height: 10px;
}
.iti-flag.li, .text-container .country.LI::before {
	background-position: -210px -196px;
	height: 12px;
}
.iti-flag.lk, .text-container .country.LK::before {
	background-position: -247px -66px;
	height: 10px;
}
.iti-flag.lr, .text-container .country.LR::before {
	background-position: -63px -222.5px;
	height: 10.5px;
}
.iti-flag.ls, .text-container .country.LS::before {
	background-position: -168px -87px;
	height: 13.5px;
}
.iti-flag.lt, .text-container .country.LT::before {
	background-position: -210px -131px;
	height: 12px;
}
.iti-flag.lu, .text-container .country.LU::before {
	background-position: -210px -105px;
	height: 12px;
}
.iti-flag.lv, .text-container .country.LV::before {
	background-position: -247px -176px;
	height: 10px;
}
.iti-flag.ly, .text-container .country.LY::before {
	background-position: -247px -187px;
	height: 10px;
}
.iti-flag.ma, .text-container .country.MA::before {
	background-position: -168px -130.5px;
	height: 13.5px;
}
.iti-flag.mc, .text-container .country.MC::before {
	background-position: -63px -15.5px;
	height: 15px;
}
.iti-flag.md, .text-container .country.MD::before {
	background-position: -247px -220px;
	height: 10px;
}
.iti-flag.me, .text-container .country.ME::before {
	background-position: -247px -231px;
	height: 10px;
}
.iti-flag.mf, .text-container .country.MF::before {
	background-position: 0 -164.5px;
	height: 13.5px;
}
.iti-flag.mg, .text-container .country.MG::before {
	background-position: -21px -164.5px;
	height: 13.5px;
}
.iti-flag.mh, .text-container .country.MH::before {
	background-position: -84px -222.5px;
	height: 10.5px;
}
.iti-flag.mk, .text-container .country.MK::before {
	background-position: -105px -245px;
	height: 10px;
}
.iti-flag.ml, .text-container .country.ML::before {
	background-position: -63px -164.5px;
	height: 13.5px;
}
.iti-flag.mm, .text-container .country.MM::before {
	background-position: -84px -164.5px;
	height: 13.5px;
}
.iti-flag.mn, .text-container .country.MN::before {
	background-position: -210px -245px;
	height: 10px;
}
.iti-flag.mo, .text-container .country.MO::before {
	background-position: -105px -164.5px;
	height: 13.5px;
}
.iti-flag.mp, .text-container .country.MP::before {
	background-position: -63px -256px;
	height: 10px;
}
.iti-flag.mq, .text-container .country.MQ::before {
	background-position: -126px -164.5px;
	height: 13.5px;
}
.iti-flag.mr, .text-container .country.MR::before {
	background-position: -147px -164.5px;
	height: 13.5px;
}
.iti-flag.ms, .text-container .country.MS::before {
	background-position: -147px -256px;
	height: 10px;
}
.iti-flag.mt, .text-container .country.MT::before {
	background-position: -168px -164.5px;
	height: 13.5px;
}
.iti-flag.mu, .text-container .country.MU::before {
	background-position: -189px 0;
	height: 13.5px;
}
.iti-flag.mv, .text-container .country.MV::before {
	background-position: -189px -14.5px;
	height: 13.5px;
}
.iti-flag.mw, .text-container .country.MW::before {
	background-position: -189px -29px;
	height: 13.5px;
}
.iti-flag.mx, .text-container .country.MX::before {
	background-position: -168px -209.5px;
	height: 11.5px;
}
.iti-flag.my, .text-container .country.MY::before {
	background-position: -268px -22px;
	height: 10px;
}
.iti-flag.mz, .text-container .country.MZ::before {
	background-position: -189px -58px;
	height: 13.5px;
}
.iti-flag.na, .text-container .country.NA::before {
	background-position: -189px -72.5px;
	height: 13.5px;
}
.iti-flag.nc, .text-container .country.NC::before {
	background-position: -268px -66px;
	height: 10px;
}
.iti-flag.ne, .text-container .country.NE::before {
	background-position: -18.5px -193.5px;
	height: 15px;
}
.iti-flag.nf, .text-container .country.NF::before {
	background-position: -268px -99px;
	height: 10px;
}
.iti-flag.ng, .text-container .country.NG::before {
	background-position: -268px -110px;
	height: 10px;
}
.iti-flag.ni, .text-container .country.NI::before {
	background-position: -210px -27px;
	height: 12px;
}
.iti-flag.nl, .text-container .country.NL::before {
	background-position: -189px -116px;
	height: 13.5px;
}
.iti-flag.no, .text-container .country.NO::before {
	background-position: -42px -47.5px;
	height: 14.5px;
}
.iti-flag.np, .text-container .country.NP::before {
	background-position: -268px -198px;
	height: 15px;
}
.iti-flag.nr, .text-container .country.NR::before {
	background-position: -268px -176px;
	height: 10px;
}
.iti-flag.nu, .text-container .country.NU::before {
	background-position: -126px -222.5px;
	height: 10px;
}
.iti-flag.nz, .text-container .country.NZ::before {
	background-position: -147px -222.5px;
	height: 10px;
}
.iti-flag.om, .text-container .country.OM::before {
	background-position: -168px -222.5px;
	height: 10px;
}
.iti-flag.pa, .text-container .country.PA::before {
	background-position: -189px -159.5px;
	height: 13.5px;
}
.iti-flag.pe, .text-container .country.PE::before {
	background-position: 0 -179px;
	height: 13.5px;
}
.iti-flag.pf, .text-container .country.PF::before {
	background-position: -21px -179px;
	height: 13.5px;
}
.iti-flag.pg, .text-container .country.PG::before {
	background-position: -21px 0;
	height: 15px;
}
.iti-flag.ph, .text-container .country.PH::before {
	background-position: -42px -234px;
	height: 10px;
}
.iti-flag.pk, .text-container .country.PK::before {
	background-position: -63px -179px;
	height: 13.5px;
}
.iti-flag.pl, .text-container .country.PL::before {
	background-position: -142px -193.5px;
	height: 12.5px;
}
.iti-flag.pm, .text-container .country.PM::before {
	background-position: -105px -179px;
	height: 13.5px;
}
.iti-flag.pn, .text-container .country.PN::before {
	background-position: -126px -234px;
	height: 10px;
}
.iti-flag.pr, .text-container .country.PR::before {
	background-position: -126px -179px;
	height: 13.5px;
}
.iti-flag.ps, .text-container .country.PS::before {
	background-position: -168px -234px;
	height: 10px;
}
.iti-flag.pt, .text-container .country.PT::before {
	background-position: -147px -179px;
	height: 13.5px;
}
.iti-flag.pw, .text-container .country.PW::before {
	background-position: -184px -193.5px;
	height: 12.5px;
}
.iti-flag.py, .text-container .country.PY::before {
	background-position: -189px -209.5px;
	height: 11px;
}
.iti-flag.qa, .text-container .country.QA::before {
	background-position: -268px -214px;
	height: 8px;
}
.iti-flag.re, .text-container .country.RE::before {
	background-position: -168px -179px;
	height: 13.5px;
}
.iti-flag.ro, .text-container .country.RO::before {
	background-position: -84px -179px;
	height: 13.5px;
}
.iti-flag.rs, .text-container .country.RS::before {
	background-position: -189px -101.5px;
	height: 13.5px;
}
.iti-flag.ru, .text-container .country.RU::before {
	background-position: -189px -87px;
	height: 13.5px;
}
.iti-flag.rw, .text-container .country.RW::before {
	background-position: -189px -43.5px;
	height: 13.5px;
}
.iti-flag.sa, .text-container .country.SA::before {
	background-position: -42px -164.5px;
	height: 13.5px;
}
.iti-flag.sb, .text-container .country.SB::before {
	background-position: -247px -88px;
	height: 10px;
}
.iti-flag.sc, .text-container .country.SC::before {
	background-position: -247px -99px;
	height: 10px;
}
.iti-flag.sd, .text-container .country.SD::before {
	background-position: -247px -110px;
	height: 10px;
}
.iti-flag.se, .text-container .country.SE::before {
	background-position: -121px -193.5px;
	height: 12.5px;
}
.iti-flag.sg, .text-container .country.SG::before {
	background-position: -168px -116px;
	height: 13.5px;
}
.iti-flag.sh, .text-container .country.SH::before {
	background-position: -247px -143px;
	height: 10px;
}
.iti-flag.si, .text-container .country.SI::before {
	background-position: -247px -154px;
	height: 10px;
}
.iti-flag.sj, .text-container .country.SJ::before {
	background-position: -63px 0;
	height: 14.5px;
}
.iti-flag.sk, .text-container .country.SK::before {
	background-position: -168px -72.5px;
	height: 13.5px;
}
.iti-flag.sl, .text-container .country.SL::before {
	background-position: -168px -58px;
	height: 13.5px;
}
.iti-flag.sm, .text-container .country.SM::before {
	background-position: 0 -16px;
	height: 15px;
}
.iti-flag.sn, .text-container .country.SN::before {
	background-position: -105px -150px;
	height: 13.5px;
}
.iti-flag.so, .text-container .country.SO::before {
	background-position: -84px -150px;
	height: 13.5px;
}
.iti-flag.sr, .text-container .country.SR::before {
	background-position: -21px -150px;
	height: 13.5px;
}
.iti-flag.ss, .text-container .country.SS::before {
	background-position: 0 -245px;
	height: 10px;
}
.iti-flag.st, .text-container .country.ST::before {
	background-position: -21px -245px;
	height: 10px;
}
.iti-flag.sv, .text-container .country.SV::before {
	background-position: -147px -209.5px;
	height: 11.5px;
}
.iti-flag.sx, .text-container .country.SX::before {
	background-position: -126px -135.5px;
	height: 13.5px;
}
.iti-flag.sy, .text-container .country.SY::before {
	background-position: 0 -135.5px;
	height: 13.5px;
}
.iti-flag.sz, .text-container .country.SZ::before {
	background-position: -147px -101.5px;
	height: 13.5px;
}
.iti-flag.ta, .text-container .country.TA::before {
	background-position: -126px -245px;
	height: 10px;
}
.iti-flag.tc, .text-container .country.TC::before {
	background-position: -147px -245px;
	height: 10px;
}
.iti-flag.td, .text-container .country.TD::before {
	background-position: -147px -87px;
	height: 13.5px;
}
.iti-flag.tf, .text-container .country.TF::before {
	background-position: -147px -72.5px;
	height: 13.5px;
}
.iti-flag.tg, .text-container .country.TG::before {
	background-position: -79px -193.5px;
	height: 12.5px;
}
.iti-flag.th, .text-container .country.TH::before {
	background-position: -21px -121px;
	height: 13.5px;
}
.iti-flag.tj, .text-container .country.TJ::before {
	background-position: 0 -256px;
	height: 10px;
}
.iti-flag.tk, .text-container .country.TK::before {
	background-position: -21px -256px;
	height: 10px;
}
.iti-flag.tl, .text-container .country.TL::before {
	background-position: -42px -256px;
	height: 10px;
}
.iti-flag.tm, .text-container .country.TM::before {
	background-position: -126px -72.5px;
	height: 13.5px;
}
.iti-flag.tn, .text-container .country.TN::before {
	background-position: -126px -58px;
	height: 13.5px;
}
.iti-flag.to, .text-container .country.TO::before {
	background-position: -105px -256px;
	height: 10px;
}
.iti-flag.ts, .text-container .country.TS::before {
	background-image: url("../img/Flag_of_Transnistria.svg");
	background-position: center center;
	background-size: cover;
	height: 14px;
}
.iti-flag.tr, .text-container .country.TR::before {
	background-position: -126px 0;
	height: 13.5px;
}
.iti-flag.tt, .text-container .country.TT::before {
	background-position: 0 -209.5px;
	height: 12px;
}
.iti-flag.tv, .text-container .country.TV::before {
	background-position: -168px -256px;
	height: 10px;
}
.iti-flag.tw, .text-container .country.TW::before {
	background-position: -42px -106.5px;
	height: 13.5px;
}
.iti-flag.tz, .text-container .country.TZ::before {
	background-position: -105px -92px;
	height: 13.5px;
}
.iti-flag.ua, .text-container .country.UA::before {
	background-position: -21px -92px;
	height: 13.5px;
}
.iti-flag.ug, .text-container .country.UG::before {
	background-position: 0 -92px;
	height: 13.5px;
}
.iti-flag.um, .text-container .country.UM::before {
	background-position: 0 -222.5px;
	height: 10.5px;
}
.iti-flag.us, .text-container .country.US::before {
	background-position: -210px -209.5px;
	height: 10.5px;
}
.iti-flag.uy, .text-container .country.UY::before {
	background-position: -84px -77.5px;
	height: 13.5px;
}
.iti-flag.uz, .text-container .country.UZ::before {
	background-position: -268px -44px;
	height: 10px;
}
.iti-flag.va, .text-container .country.VA::before {
	background-position: -231px -16px;
	height: 15px;
}
.iti-flag.vc, .text-container .country.VC::before {
	background-position: -42px -179px;
	height: 13.5px;
}
.iti-flag.ve, .text-container .country.VE::before {
	background-position: -189px -130.5px;
	height: 13.5px;
}
.iti-flag.vg, .text-container .country.VG::before {
	background-position: -268px -88px;
	height: 10px;
}
.iti-flag.vi, .text-container .country.VI::before {
	background-position: -168px -145px;
	height: 13.5px;
}
.iti-flag.vn, .text-container .country.VN::before {
	background-position: -168px -14.5px;
	height: 13.5px;
}
.iti-flag.vu, .text-container .country.VU::before {
	background-position: -210px -170px;
	height: 12px;
}
.iti-flag.wf, .text-container .country.WF::before {
	background-position: -126px -150px;
	height: 13.5px;
}
.iti-flag.ws, .text-container .country.WS::before {
	background-position: -268px -143px;
	height: 10px;
}
.iti-flag.xk, .text-container .country.XK::before {
	background-position: -42px -16px;
	height: 14.5px;
}
.iti-flag.ye, .text-container .country.YE::before {
	background-position: -21px -106.5px;
	height: 13.5px;
}
.iti-flag.yt, .text-container .country.YT::before {
	background-position: -84px -14.5px;
	height: 13.5px;
}
.iti-flag.za, .text-container .country.ZA::before {
	background-position: -189px -179px;
	height: 13.5px;
}
.iti-flag.zm, .text-container .country.ZM::before {
	background-position: -189px -145px;
	height: 13.5px;
}
.iti-flag.zw, .text-container .country.ZW::before {
	background-position: -268px -187px;
	height: 10px;
}
.iti-flag {
	background-color: #dbdbdb;
	background-image: url("img/flags.png");
	background-position: 100% 100%;
	box-shadow: 0 0 1px 0 #888;
	height: 15px;
}

@media not all, only screen and (min--moz-device-pixel-ratio: 2), not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.iti-flag {
		background-image: url("img/flags@2x.png");
	}
}
.iti-flag.np, .text-container .country.NP::before {
	background-color: transparent;
}

#input_container #submit {
	background: rgba(0, 0, 0, 0) url("img/searchbtn.png") no-repeat scroll 0 0;
	border: medium none !important;
	border-radius: 0 !important;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	font-size: 1.1rem !important;
	height: 72px;
	padding: 12.5px 1.6rem !important;
	position: absolute !important;
	right: 0 !important;
	text-align: center !important;
	top: 0 !important;
	width: 72px;
}
#input_container #mobile-number {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none !important;
	box-shadow: none !important;
	font-family: Montserrat,Arial !important;
	font-size: 30px;
	font-weight: normal;
	height: 72px !important;
	outline: medium none !important;
	padding-left: 202px !important;
	padding-right: 100px !important;
}
.iti-arrow {
	background: rgba(0, 0, 0, 0) url("img/arrowdown.png") repeat scroll 0 0;
	float: left;
	height: 12px;
	left: 20px !important;
	position: relative;
	top: 9px !important;
	width: 20px;
}

.search-smaller {
	border: 2px solid #67b8e3;
	margin: 70px 50px 0;
	background:#fff;
	position: relative;
}
.search-smaller #input_container #mobile-number {
	font-size: 22px;
	height: 50px !important;
}
.search-smaller .iti-country {
	font-size: 22px;
}
.search-smaller .intl-tel-input .selected-flag {
	font-size: 22px !important;
	width: 170px;
	padding: 6px 10px 0 22px !important;
	height: 34px !important;
}
.search-smaller #input_container #mobile-number {
	padding-left: 184px !important;
}
.search-smaller #input_container #submit {
	background-size: 100% 100%;
	height: 50px;
	width: 50px;
}
.search-smaller .intl-tel-input .selected-flag .iti-arrow {
	left: auto !important;
	position: absolute;
	right: 11px !important;
	top: 11px !important;
}
/*.search-smaller-message{
	color: #900;
	margin: 70px 50px 0;
}
.search-smaller-message {
	background: #fff none repeat scroll 0 0;
	color: #900;
	display: none;
	margin: 8px 50px 0;
	padding: 6px 8px;
}
*/
.page-id-189 .get-callapp-block,
.page-id-191 .get-callapp-block {
	display: none;
}

.search-smaller-message {
	color: #fff;
	font-size: 18px;
	line-height: 1;
	display: none;
	position: absolute;
	/*width: 280px;*/
	height: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #F7931E;
	text-align: center;
	padding-top: 11px;
	padding-left: 48px;
	padding-right: 48px;
	left: 90px;
	bottom: -46px;
	box-shadow: 0 2px 5px #444;
	z-index: 100;
}

.search-smaller-message:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	left: 50%;
	margin-left: -8px;
	top: -8px;
	position: absolute;
	background: url('img/orange-triangle.png') no-repeat;
}

.redir_link + a {
	display: none;
}

.error-404 {
	text-align: center;
}

.error-404 h1.page-title {
	font-size: 64px;
	color: #0288D1;
	font-weight: 300;
	margin: 73px 0 20px 0;
}

.error-404 .page-header p {
	font-size: 48px;
	color: #0288D1;
	font-weight: 300;
	margin: 0 0 35px 0;
}

.error-404 .page-content p {
	font-weight: 400;
	color: #2C2C2C;
	font-size: 24px;
	margin: 0 auto;
	max-width: 715px;
	line-height: 30px;
	max-width: 770px;
	padding: 0 20px;
}

.error-404 .page-content p.m_text {
	margin: 0 auto 42px auto;
}

.error-404 .page-content a {
	text-decoration: none;
	color: #0288D1;
}

.error-404 .page-content a:hover {
	text-decoration: underline;
}

.kittens {
	max-width: 635px;
	margin: 0 auto 34px auto;
}

.kittens img {
	display: block;
	width: 100%;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (max-width:1060px) {
	.site-header-right {
		padding-right: 0px;
	}
	.homepage-menu .site-logo-home {
		padding-left: 0px;
	}
	.inner-container,
	.inner-block,
	.hentry {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 13px;
		padding-right: 13px;
	}

	.home-header-wrapper {
		background-size: cover !important;
	}

	.search-result-bottom-right .get-callapp-block-page,
	.search-result-bottom-right .get-callapp-block-page .inner-block {
		padding-left: 0;
		padding-right: 0;
	}
	.search-result-bottom {
		width: 960px;
		margin: 0 auto;
	}
	.search-result-bottom-right {
		width: 730px;
	}
}

@media (max-width:980px) {
	.search-result-bottom {
		width: 768px;
		margin: 0 auto;
	}
	.search-result-bottom-right {
		width: 538px;
	}
}

@media (max-width:960px) {
	.bottom-banner-background-image {
		display: none;
	}
	
	.search-smaller {
		margin: 0px 50px 0;
	}
	.search-smaller-message {
		font-size: 13px;
	}
	.search-smaller {
		margin: 0;
	}
	.search-smaller .intl-tel-input .selected-flag {
		padding: 6px 0 0 8px !important;
	}
	.search-smaller .iti-country {
		font-size: 14px !important;
		font-weight: bold;
		margin-top: 4px;
	}
	.search-smaller .intl-tel-input .selected-flag {
		width: 99px;
	}
	.search-smaller .intl-tel-input .selected-flag .iti-arrow {
		background-size: 100% 100%;
		height: 8px;
		right: 6px !important;
		top: 13px !important;
		width: 13px;
	}
	.iti-country-number {
		margin-left: 4px;
	}
	.search-smaller #input_container #mobile-number {
		font-size: 13px;
		padding-left: 110px !important;
		padding-right: 51px !important;
	}
	
}

@media (min-width: 768px) and (max-width: 1060px) {

	.company-member {
		width: 50%;
	}

	.site-footer-top-title {
		left: 13px;
	}

	#main .unlist-form input {
		width: 100% !important;
	}

	#main .unlist-form input.unlist-form-text {
		border: 2px solid #67B8E3;
	}

	input:-moz-placeholder {
	  color: #fff !important;
	}
	input::-moz-placeholder {
	  color: #fff !important;
	}
	input:-ms-input-placeholder {
	  color: #fff !important;
	}
	input::-webkit-input-placeholder {
	  color: #fff !important;
	}

	
	
	.for-capthca {
		width: 100%;
		top: 91px;
	}

	.features-content,
	.features-image {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.contact-top-left,
	.contact-top-right {
		margin: 0 auto;
		float: none;
	}

	input:-moz-placeholder {
	  color: #D0D0D0 !important;
	}
	input::-moz-placeholder {
	  color: #D0D0D0 !important;
	}
	input:-ms-input-placeholder {
	  color: #D0D0D0 !important;
	}
	input::-webkit-input-placeholder {
	  color: #D0D0D0 !important;
	}

}

@media (min-width: 768px) and (max-width: 1000px) {
	.press-list {
		width: 100%;
	}
	.footer-middle-right img {
		width: 100% !important;
	}
	.homepage-item.homepage-item-gray .homepage-item-image {
		right: 0;
	}
	.homepage-item-image {
		left: 0;
	}

	.footer-widget {
		width: 220px;
	}


}

@media (min-width: 768px) and (max-width: 890px) {

	.homepage-menu .search-header {
		display: none !important;
	}

	.homepage-menu .main-navigation > div > ul > li {
		margin-right: 0 !important;
	}

	.main-navigation {
		margin-left: 0 !important;
	}

	.main-navigation > div > ul > li > a {
		padding: 0 15px 0 15px !important;
	}

	.homepage-item-content,
	.homepage-item.homepage-item-gray .homepage-item-content {
		width: 50%;
	}
	.site-logo {
		margin-right: 5px;
	}

}

@media (min-width: 767px) {


	.homepage-menu .site-header {
		height: 78px;
		border-bottom: none;
		position: fixed;
		width: 100%;
		background: none;
	}

	.homepage-menu .main-navigation > div > ul > li > a {
		font-size: 18px;
		color: #fff;
	}

	.homepage-menu .main-navigation > div > ul > li {
		margin: 36px 12px 0 0;
	}

	.homepage-menu .site-header-right {
		margin-top: 29px;
	}

	.homepage-menu .search-header {
		display: block;
		cursor: pointer;
		background: url('img/search-sq-blue-transp.png') no-repeat;
		width: 48px;
		height: 48px;
		float: right;
		margin: 15px 32px 0 0;
	}

	.homepage-menu .search-header:hover {
		background: url('img/search-sq-blue.png') no-repeat;
	}

	.site-logo-home {
		float: left;
		margin: 25px 0 0 0;
	}

	.site-logo-home {display: none;}
	.site-logo {display: block;}
	.homepage-menu .site-logo-home {display: block;}
	.homepage-menu .site-logo {display: none;}


}

@media (max-width:767px) {

.wpcf7-form-control-wrap {
	display: block;
}

.page-template-page-contact span.wpcf7-not-valid-tip {
	left: 50%;
	margin-left: -140px;
}

	.searc-container {
		padding-top: 78px;
	}

	.site-content {
		padding-top: 54px;
	}

	.site-header {
		height: 54px;
	}

	img {
		max-width: 100%;
	}

	.menu-toggle {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}
	.search-header {
		display: none !important;
	}
	.site-header-right {
		margin-right: 54px;
	}
	.footer-middle-right img {
		width: 100% !important;
	}
	.download-header {
		display: none;
	}
	.download-header-narrow {
		display: block;
		width: 80px;
		padding-left: 0;
		padding-right: 0;
	}

	.main-navigation > div > ul {
		position: absolute;
		left: 0;
		top: 54px;
		background: rgba(255,255,255,0.95);
		width: 100%;
		height: 2000%;
		padding-bottom: 40px;
	}

	.main-navigation > div > ul > li {
		margin: 0;
		padding: 0;
		display: block;
		clear: both;
		width: 100%;
		height: auto;
	}

	.main-navigation > div > ul > li a {
		font-size: 36px;
		font-weight: 300;
		text-transform: none;
		height: 52px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		padding: 11px 17px 0;
		margin-top: 0;
		line-height: 1;
	}

	.main-navigation ul ul a:hover,
	.main-navigation ul ul li.current_page_item a {
		color: #fff;
		font-weight: 300;
	}

	.main-navigation ul ul {
		position: static;
		float: none;
		width: 100%;
		border: none;
		background: none;
		margin-left: 0;
	}

	.main-navigation ul ul li {
		float: none;
		width: 100%;
	}

	.main-navigation ul ul li a {
		width: 100%;
		border: none;
	}

	.main-navigation ul ul li:first-child {
		border: none;
	}

	.site-logo {
		margin: 16px 0 0 6px;
		width: 19px;
	}

	.site-logo a {
		position: relative;
	}

	.site-logo a:after {
		position: absolute;
		content: 'CallApp';
		color: #1C1C1C;
		right: -73px;
		top: -5px;
		font-weight: 600;
		font-size: 15px;
	}

	.site-footer-top,
	.site-footer-middle {
		display: none;
	}

	.site-header-blog-title {
		display: none;
	}

	.site-header-blog .site-logo a:after {
		color: #fff;
	}

	.site-header-blog .site-header-right {
		margin-right: 4px;
	}

	.site-header-blog .download-header {
		padding-top: 4px;
	}

	.site-logo-home {
		display: none;
	}
	.footer-widget {
		display: none;
	}
	.footer-widget.footer-mobile {
		display: block;
	}
	.footer-bottom-right-top {
		margin-bottom: 21px;
	}
	.footer-bottom-right-top h2 {
		display: none;
	}
	.footer-bottom-left {
	float: none;
	width: 100%;
	}

	.footer-bottom-right {
		float: none;
		width: 100%;
		text-align: center;
	}

	.site-footer-bottom-socials {
		padding-top: 9px;
		float: none;
		display: inline-block;
	}

	.site-footer-bottom-socials a {
		display: inline-block;
		height: 36px;
		width: 36px;
		background: url('img/site-footer-bottom-soc-sprite-mob2.png') 0 0 no-repeat;
		margin: 0 2px 0 0;/*0 9px 0 0*/
		overflow: hidden;
		border-radius: 50%;
    background-size: cover;
	}

	.site-footer-bottom-socials a:last-child {
		margin-right: 0;
	}

	.site-footer-bottom-socials a.site-footer-bottom-socials-1 {background-position: 0 0;}
	.site-footer-bottom-socials a.site-footer-bottom-socials-2 {background-position: 0 -36px;}
	.site-footer-bottom-socials a.site-footer-bottom-socials-3 {background-position: 0 -72px;}
	.site-footer-bottom-socials a.site-footer-bottom-socials-4 {background-position: 0 -108px;}
	.site-footer-bottom-socials a.site-footer-bottom-socials-5 {background-position: 0 -144px;}
	.site-footer-bottom-socials a.site-footer-bottom-socials-6 {background-position: 0 -180px;}
	.site-footer-bottom-socials a.site-footer-bottom-socials-7 {background-position: 0 -216px;}

	.site-footer-bottom-socials a:hover {
		background: url('img/site-footer-bottom-soc-sprite-mob2.png') 0 0 no-repeat;
	}

	.site-footer-bottom-socials a.site-footer-bottom-socials-1:hover {background-position: 0 0;}
	.site-footer-bottom-socials a.site-footer-bottom-socials-2:hover {background-position: 0 -36px;}
	.site-footer-bottom-socials a.site-footer-bottom-socials-3:hover {background-position: 0 -72px;}
	.site-footer-bottom-socials a.site-footer-bottom-socials-4:hover {background-position: 0 -108px;}
	.site-footer-bottom-socials a.site-footer-bottom-socials-5:hover {background-position: 0 -144px;}
	.site-footer-bottom-socials a.site-footer-bottom-socials-6:hover {background-position: 0 -180px;}
	.site-footer-bottom-socials a.site-footer-bottom-socials-7:hover {background-position: 0 -216px;}

	.footer-copyright {
		text-align: center;
		font-size: 12px;
		font-weight: 400;
		color: #fff;
	}

	.mob-footer-sublinks {
		display: block;
		text-align: center;
		padding: 0;
		margin-bottom: 12px;
	}

	.mob-footer-sublinks li {
		margin-bottom: 8px;
	}

	.mob-footer-sublinks a {
		text-decoration: none;
		font-size: 12px;
		font-weight: 400;
		color: #67B8E3;
	}

	.mob-footer-sublinks a:hover {
		color: #fff;
	}

	.blue-bd-button.blue-bd-button-footer-mob {
		display: block;
	}

	.home-header-wrapper {
		height: 174px;
		background-position: center 54px;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: scroll;
	}
	.home-header-wrapper-text {
		text-align: center;
		font-size: 36px;
		color: #fff;
		padding-top: 70px;
		line-height: 42px;
	}

	.get-callapp-text {
		font-size: 18px;
		margin-top: 7px;
	}

	.google-play-button {
		width: 120px;
		height: 32px;
		background-size: cover;
	}

	.google-play-button:hover {
		background-position: 0 -32px;
	}

	.get-callapp-block {
		min-height: 50px;
		padding-top: 9px;
		padding-bottom: 0;
	}

	.get-callapp-block .inner-block {
		padding: 0;
	}

	.homepage-item-content,
	.homepage-item.homepage-item-gray .homepage-item-content {
		width: 100%;
		float: none;
		margin-bottom: 48px;
	}

	.homepage-item-image,
	.homepage-item.homepage-item-gray .homepage-item-image {
		position: static;
		width: 172px;
		height: auto;
		margin: 0 auto;
		display: block;
	}

	.homepage-item-text .home_gpbutton {
		display: none !important;
	}

	.homepage-item-inner {
		height: 425px;
		min-height: 425px;
		padding-top: 73px;
	}

	.homepage-item:first-child .homepage-item-inner {
		padding-top: 44px;
		height: 372px;
		min-height: 372px;
	}

	.homepage-item-title {
		font-size: 36px;
		margin-bottom: 3px;
	}

	.homepage-item-text, .homepage-item-text p {
		line-height: 24px;
	}

	.homepage-learn-more .inner-container {
		display: none;
	}

	.homepage-learn-more {
		height: 54px;
	}

	.homepage-banner {
		padding-top: 22px;
		min-height: 111px;
		background-attachment: scroll;
	}

	.homepage-banner-text {
		display: none;
	}

	.homepage-banner-title {
		font-size: 24px;
		font-weight: 300;
		margin-bottom: 13px;
	}

	.homepage-banner-gp a {
		width: 120px;
		height: 32px;
		background-size: cover;
	}

	.press-head {
		font-size: 36px;
		text-align: left;
		padding: 29px 0 38px 0;
	}

	.press-list {
		width: 100%;
	}

	.press-2blocks .press-item {
		width: 100%;
		margin: 0 0 52px;
		float: none;
	}

	.blue-bd-button {
		height: 30px;
		width: 180px;
		font-size: 16px;
		line-height: 29px;
		font-weight: 400;
		text-transform: none;
		margin: 0 auto;
		border: 1px solid #0288D1;
	}

	.blue-bd-button.press-all {
		margin-bottom: 24px;
		margin-top: 13px;
	}

	.press-3blocks .press-item {
		width: 100%;
		margin: 0 0 52px;
		float: none;
	}

	.get-callapp-block-page {
		margin-top: -11px;
	}

	.press-media .press-head {
		padding: 3px 0 30px 0;
	}

	.press-2blocks .press-item,
	.press-3blocks .press-item {
		margin-bottom: 21px;
	}

	.press-media .blue-bd-button {
		margin-top: 4px;
		margin-bottom: 21px;
	}

	.entry-title {
		font-size: 36px;
		font-weight: 300;
		margin-top: 30px;
		margin-bottom: 5px;
	}

	.entry-content {
		margin-top: -7px;
		margin-bottom: 10px;
	}

	.blue-title {
		font-size: 36px;
		line-height: 1;
	}

	.media-kit-container .blue-title {
		margin-bottom: 26px;
	}

	.media-gallery-title {
		margin-bottom: 35px;
	}

.media-gallery-list {text-align:center;}


.media-gallery-item {
    width: 116px;
    float: none;
display:inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4px;
    margin: 0 auto 41px;
}
.media-gallery-text {
    color: #595959;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    width: 108px;
    text-align: left;
}
.media-gallery-image {
    margin-bottom: 5px;
}
	.download-images {
		margin-bottom: 24px;
	}

	.two-colums-arch-left {
		float: none;
		width: 100%;
	}

	.two-colums-arch .inner-block,
	.two-colums-arch .hentry {
		padding: 0;
	}

	.two-colums-arch article {
		margin-bottom: 22px;
	}

	.two-colums-arch .page-header h1,
	.two-colums-arch.two-colums-single h2.entry-title {
		font-size: 36px;
		font-weight: 300;
		margin-top: 30px;
		margin-bottom: 16px;
	}

	.two-colums-arch .page-header h1 {
		border-bottom: 1px solid #0288D1;
		padding-bottom: 16px;
	}

	.two-colums-arch.two-colums-single h2.entry-title {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 20px;
		line-height: 1;
	}

	.two-colums-arch .entry-title {
		padding-right: 0px;
		float: none;
		clear: both;
	}

	.entry-header-answer .entry-title {
		font-size: 36px !important;
		font-weight: 300;
		margin-bottom: 5px;
	}
	.entry-header-answer {
		margin-bottom: 0;
	}

	.answers-bottom .inner-block {
		padding-left: 0;
		padding-right: 0;
	}

	.entry-header-answer {
		padding-top: 32px;
	}

	.two-colums-arch .entry-header .entry-meta {
		position: static;
		padding-top: 5px;
	}

	.nav-links a {
		font-size: 14px;
	}

	.post-navigation, .posts-navigation {
		margin-bottom: 0 !important;
	}

	.featured-posts {
		padding-top: 44px;
	}

	.two-colums-arch-right {
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}

	.contact-top-left,
	.contact-top-right {
		width: 100%;
		float: none;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea {
		height: 36px;
		padding: 0 7px !important;
		border: 1px solid #67B8E3;
		font-size: 16px;
	}

	.message-area {
		height: 156px;
		padding-top: 9px !important;
	}

	input[type="submit"].form-submit-button {
		height: 30px;
		font-size: 12px;
		font-weight: 600;
		text-shadow: none;
		text-transform: none;
	}

	.form-item > span:first-child {
		font-size: 12px;
		margin-bottom: 6px;
	}

	.form-item {
		margin-bottom: 12px;
	}

	.contact-top-right .form-item {
		margin-bottom: 0px;
	}

	.contact-container {
		padding-top: 0;
		padding-bottom: 9px;
	}

	.company-member {
		width: 100%;
		float: none;
	}

	.category .hentry .entry-content p {
		font-size: 16px !important;
		color: #595959 !important;
		font-weight: 400 !important;
		line-height: 24px !important;
	}

	.features-content {
		float: none;
		width: 100%;
		padding-top: 0;
		padding-left: 0;
	}

	.features-image {
		float: none;
		width: 100%;
		text-align: center;
		margin: -75px 0 0 0;
		overflow: hidden;
	}

	.features-image img {
		display: block;
		margin: 0 auto;
		width: 300px;
	}

	.features-block {
		padding-top: 15px;
	}

	.features-container {
		padding-top: 15px;
	}

	.two-colums-arch.two-colums-single .posts-navigation {
		padding-top: 0;
	}

	.site-main .posts-navigation {
		margin-bottom: 42px !important;
	}

	.featured-posts {
		padding-top: 20px;
	}

	.press-item-read-more a {
		top: 4px;
	}
	.press-item-exerpt {
		margin-bottom: 0;
		padding-top: 7px;
	}

	.faq-container {
		padding-top: 0;
	}

	.faq-container .blue-title {
		margin: -2px 0 11px 0;
	}

	.top-links li {
		margin-bottom: 12px;
	}

	.blue-accordion {
		border: none;
		margin-bottom: 26px;
	}

	.blue-accordion-title {
		font-size: 18px;
		height: 51px;
		padding: 16px 0 0 12px;
		background: url('img/accordeon-arrow-bottom-mob.png') right 20px center no-repeat #0288D1;
	}

	.blue-accordion-title:hover {
		background: url('img/accordeon-arrow-bottom-mob.png') right 20px center no-repeat #016CA6;
	}

	.blue-accordion-title.blue-accordion-title-open {
		background: url('img/accordeon-arrow-top-mob.png') right 20px center no-repeat #0288D1;
	}
	.blue-accordion-title.blue-accordion-title-open:hover {
		background: url('img/accordeon-arrow-top-mob.png') right 20px center no-repeat #016CA6;
	}

	.blue-accordion-warpper {
		padding: 0;
	}

	.blue-accordion-inner {
		padding: 12px 11px 0 11px;
		margin-bottom: 23px;
	}

	.blue-accordion-inner-title {
		font-size: 18px;
		margin-bottom: 12px;
	}

	.blue-accordion-inner-links li {
		margin-bottom: 12px;
	}

	.blue-accordion-inner:last-child {
		margin-bottom: 17px;
	}

	.featured-img {
		padding-top: 0;
		margin-bottom: 29px;
	}

	.accordeon-title {
		font-size: 36px;
		margin: 34px 0 24px 0;
		padding: 0 0 0 13px;
	}

	.blue-accordion-inner-button {
		padding-right: 13px;
	}

	.company-container {
		padding-top: 3px;
	}

	.features-block:first-child .blue-title {
		margin-bottom: 0;
	}

	.features-block:first-child .features-text {
		margin-bottom: 20px;
	}

	.answers-bottom {
		margin-bottom: 13px;
	}

	.hentry .entry-content p,
	.features-text p,
	.two-colums-arch.two-colums-single .entry-content p,
	.answers-bottom p,
	.category .hentry .entry-content p {
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
		margin: 13px 0 18px 0;
	}

	.form-sucess-message-text {
		margin: 13px 0 18px 0;
	}

	#main .unlist-form input {
		width: 100% !important;
	}

	#main .unlist-form input.unlist-form-text {
		border: 2px solid #67B8E3;
	}

	input:-moz-placeholder {
	  color: transparent !important;
	}
	input::-moz-placeholder {
	  color: transparent !important;
	}
	input:-ms-input-placeholder {
	  color: transparent !important;
	}
	input::-webkit-input-placeholder {
	  color: transparent !important;
	}

	.for-capthca {
		width: 100%;
		top: 91px;
	}

	.unlist-form {
		padding: 8px 0 0px 0;
	}

	.form-sucess-message-head {
		margin-bottom: 25px;
		font-size: 36px;
		line-height: 1;
	}

	.form-sucess-message-head,
	.form-sucess-message-text,
	.form-sucess-message-bottom {
		padding: 0;
	}

	.about_link > a {
		display: none !important;
	}

	.homepage-banner-inner-container {
		min-height: auto;
	}

	.search-result-bottom {
		width: 100%;
		margin: 0 auto;
	}
	.search-result-bottom-left {
		width: 100%;
	}
	.search-result-bottom-right {
		width: 100%;
	}
	.profile-image {
		margin: 0 auto;
	}
	.search-result-bottom-right .get-callapp-block-page .google-play-button {
	margin-right: 0;
	}
	.search-result-bottom-right-top {
		margin-bottom: 20px;
	}
	.search-result-bottom {
		padding-top: 20px;
	}

}

