/* ==========================================================================
   Custom styles
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');   
html {
	position: relative;
	min-height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	padding-top: 0px;
	padding-bottom: 135px;	
	/*position:relative;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.new-tpl {
	padding-bottom: 370px;
}
body.no-footer {
	padding-bottom: 0;
	padding-top: 130px;
}
/* Global Configuration */
h1, h2, h3, h4, h5, h6 {
	color: #333;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 0 15px;
}
h1 {
	color: #333;
	font-size: 22px;
	letter-spacing: 0px;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 14px;
}
p {
	font-size: 13px;
	line-height: 1.4;
	font-weight: 400;
	color: #333;
	margin: 0 0 15px;
}
a {
	color: #2b6dad;
	text-decoration: none;
}
a:hover {
	color: #2b6dad;
	text-decoration: underline;
}
a, .btn, input, img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
input, select, textarea {
	font-family: 'Open Sans', sans-serif;
}
/* Form Elements */
.checkbox {
	padding-left: 20px;
}
.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}
.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
	opacity: 0;
	z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
	font-family: "FontAwesome";
	content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after, .checkbox input[type="radio"]:indeterminate + label::after {
	display: block;
	content: "";
	width: 10px;
	height: 3px;
	background-color: #555555;
	border-radius: 2px;
	margin-left: -16.5px;
	margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before, .checkbox input[type="radio"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.checkbox.checkbox-inline {
	margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
	background-color: #337ab7;
	border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after, .checkbox-primary input[type="radio"]:checked + label::after {
	color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before, .checkbox-danger input[type="radio"]:checked + label::before {
	background-color: #d9534f;
	border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after, .checkbox-danger input[type="radio"]:checked + label::after {
	color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before, .checkbox-info input[type="radio"]:checked + label::before {
	background-color: #5bc0de;
	border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after, .checkbox-info input[type="radio"]:checked + label::after {
	color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before, .checkbox-warning input[type="radio"]:checked + label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after, .checkbox-warning input[type="radio"]:checked + label::after {
	color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before, .checkbox-success input[type="radio"]:checked + label::before {
	background-color: #5cb85c;
	border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after, .checkbox-success input[type="radio"]:checked + label::after {
	color: #fff;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::before, .checkbox-primary input[type="radio"]:indeterminate + label::before {
	background-color: #337ab7;
	border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::after, .checkbox-primary input[type="radio"]:indeterminate + label::after {
	background-color: #fff;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::before, .checkbox-danger input[type="radio"]:indeterminate + label::before {
	background-color: #d9534f;
	border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::after, .checkbox-danger input[type="radio"]:indeterminate + label::after {
	background-color: #fff;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::before, .checkbox-info input[type="radio"]:indeterminate + label::before {
	background-color: #5bc0de;
	border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::after, .checkbox-info input[type="radio"]:indeterminate + label::after {
	background-color: #fff;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::before, .checkbox-warning input[type="radio"]:indeterminate + label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::after, .checkbox-warning input[type="radio"]:indeterminate + label::after {
	background-color: #fff;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::before, .checkbox-success input[type="radio"]:indeterminate + label::before {
	background-color: #5cb85c;
	border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after, .checkbox-success input[type="radio"]:indeterminate + label::after {
	background-color: #fff;
}
.radio {
	padding-left: 20px;
}
.radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}
.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #f3a847;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
	opacity: 0;
	z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
	cursor: not-allowed;
}
.radio.radio-inline {
	margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
	background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
	border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
	background-color: #337ab7;
}
.radio-danger input[type="radio"] + label::after {
	background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
	border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
	background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
	background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
	border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
	background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
	background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
	border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
	background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
	background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
	border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
	background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after, input[type="radio"].styled:checked + label:after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before, input[type="radio"] .styled:checked + label::before {
	color: #fff;
}
input[type="checkbox"] .styled:checked + label::after, input[type="radio"] .styled:checked + label::after {
	color: #fff;
}
/* Common Styles */
.profile-photo {
	display: inline-block;
}
.profile-photo img {
	width: 100%;
	border-radius: 0%;
}
.notification {
	background-color: #b92b27;
	border-radius: 10px;
	color: #fff;
	font-size: 10px;
	line-height: 15px;
	min-width: 18px;
	padding: 2px 1px 1px 0;
	position: absolute;
	right: 3px;
	text-align: center;
	text-indent: 0 !important;
	top: 5px;
	z-index: 1;
	letter-spacing: -1px;
}
.col-no-padding {
	padding-left: 0;
	padding-right: 0;
}
.progress {
	height: 5px;
	margin: 5px 0 15px;
}
/* Help */
.bubble.info {
	display: inline-block;
	text-align: center;
}
.bubble.info i {
	color: #00b100;
	font-size: 9px;
	font-weight: normal;
	position: relative;
	top: -6px;
}
.bubble {
	position: relative;
	width: 15px;
	height: 15px;
	padding: 2px;
	background: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: #00B100 solid 1px;
}
.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 2px 2px 0;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -2px;
	bottom: -2px;
	left: 25%;
}
.bubble:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 2px 2px 0;
	border-color: #00B100 transparent;
	display: block;
	width: 0;
	z-index: 0;
	margin-left: -2px;
	bottom: -3px;
	left: 25%;
}
.popover {
	font-size: 13px;
}
/* Buttons */	
.btn {
	font-weight: bold;
}
.btn i {
	margin-right: 7px;
}
.btn-primary {
	background: #648FF7;
	border-color: #648FF7;
	color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background: #11161D;
	border-color: #11161D;
	color: #fff;
}
.btn-primary:active, .btn-primary.active {
	background: #11161D;
	border-color: #11161D;
	box-shadow: none;
}
.btn-search {
	background: #febd69;
	border-color: #f3a847;
	color: #333;
}
.btn-search:hover, .btn-search:focus, .btn-search:active, .btn-search.active, .open > .dropdown-toggle.btn-search {
	background: #f3a847;
	border-color: #f3a847;
	color: #333;
}
.btn-search:active, .btn-search.active {
	background: #f3a847;
	border-color: #f3a847;
	box-shadow: none;
}
/* Outline */
.btn.btn-border {
	background: none;
}
.btn-primary.btn-border {
	border: 2px solid #648FF7;
	color: #648FF7;
}
.btn-primary.btn-border:hover, .btn-primary.btn-border:focus, .btn-primary.btn-border:active, .btn-primary.btn-border.active, .open > .dropdown-toggle.btn-primary.btn-border {
	color: #fff;
	border-color: #11161D;
	background-color: #11161D;
}
.btn-primary.btn-border:active, .btn-primary.btn-border.active {
	color: #fff;
	border-color: #11161D;
	background-color: #11161D;
	box-shadow: none;
}
.btn-light.btn-border {
	border: 2px solid #fff;
	color: #fff;
}
.btn-light.btn-border:hover, .btn-light.btn-border:focus, .btn-light.btn-border:active, .btn-light.btn-border.active, .open > .dropdown-toggle.btn-light.btn-border {
	color: #648FF7;
	border-color: #fff;
	background-color: #fff;
}
.btn-light.btn-border:active, .btn-light.btn-border.active {
	color: #648FF7;
	border-color: #fff;
	background-color: #fff;
	box-shadow: none;
}
.btn-dark.btn-border {
	border: 2px solid #333;
	color: #333;
}
.btn-dark.btn-border:hover, .btn-dark.btn-border:focus, .btn-dark.btn-border:active, .btn-dark.btn-border.active, .open > .dropdown-toggle.btn-dark.btn-border {
	color: #fff;
	border-color: #333;
	background-color: #333;
}
.btn-dark.btn-border:active, .btn-dark.btn-border.active {
	color: #fff;
	border-color: #333;
	background-color: #333;
	box-shadow: none;
}
.btn.btn-borderless {
	background: none;
	color: #febd69;
	border: none;
}
.btn-warning.btn-borderless {
	border: 2px solid transparent;
	color: #febd69;
}
.btn-warning.btn-borderless:hover, .btn-warning.btn-borderless:focus, .btn-warning.btn-borderless:active, .btn-warning.btn-borderless.active, .open > .dropdown-toggle.btn-warning.btn-borderless {
	color: #FEA634;/*border-color: #FEA634;*/
}
.btn-warning.btn-borderless:active, .btn-warning.btn-borderless.active {
	/*border-color: #FEA634;
	background: #FEA634;*/
	color: #fff;
	box-shadow: none;
}
.btn-default.btn-borderless {
	border: 2px solid transparent;
	color: #fff;
}
.btn-default.btn-borderless:hover, .btn-default.btn-borderless:focus, .btn-default.btn-borderless:active, .btn-default.btn-borderless.active, .open > .dropdown-toggle.btn-default.btn-borderless {
	color: #fff;
	border-color: #fff;
}
.btn-default.btn-borderless:active, .btn-default.btn-borderless.active {
	border-color: #fff;
	color: #fff;
	box-shadow: none;
}
.btn-warning {
	background: #648FF7;
	border: 0;
	color: #fff;
}
.btn-warning:hover {
	color: #fff;
	background: #005abe;
}
/* List */
.list-only {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-only li {
	padding: 0 0 15px;
}
.list-dots {
	list-style: disc;
	margin: 0;
	padding: 0 0 0 15px;
}
.list-icon {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-icon li > i {
	color: #999;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 15px;
}
.list-icon li {
	color: #999;
	padding: 0 0 16px 24px;
	position: relative;
}
.list-icon li strong {
	color: #333;
}
.list-icon a {
	color: #999;
}
/* Seal */
.seal {
	font-size: 8px;
	font-weight: bold;
	display: inline-block;
	border: 2px solid transparent;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 15px;
	vertical-align: middle;
	white-space:nowrap;
	border-radius: 50%;
}








/*.section-search-result .competency-verified + .text,.section-search-result .competency-verified,.section-search-result .moneyback-guarantee,.section-search-result .moneyback-guarantee > i,.section-search-result .seal.moneyback-guarantee,.section-search-result .moneyback-guarantee + .text, .section-search-result .competency-verified,.section-search-result .competency-verified > i{
	color:#999;
}
.section-search-result .competency-verified:hover,.section-search-result .competency-verified:hover, .competency-verified:hover > i {
	color: #c45500;
}
.section-search-result .competency-verified > i,.section-search-result .moneyback-guarantee > i  {
	border-color:#999;
}
.section-search-result .competency-verified:hover > i {
	border-color: #c45500;
}




.section-search-result li:hover .moneyback-guarantee .text,.section-search-result .moneyback-guarantee:hover .text,.section-search-result .moneyback-guarantee:hover,.section-search-result .moneyback-guarantee:hover > i {
	color: #30b0a2;	
}
.section-search-result .moneyback-guarantee:hover > i {
	border-color: #30b0a2;
}

li:hover .competency-verified .text,li:hover .moneyback-guarantee .text{

}*/

.competency-verified + .text,.competency-verified:hover,.seal.competency-verified {
	color: #c45500;
}

.competency-verified > i {
	border-color: #c45500;
}
.competency-verified, .competency-verified > i,.competency-verified:hover {
	color: #c45500;
}
.seal.moneyback-guarantee,.moneyback-guarantee + .text,li:hover .moneyback-guarantee .text{
	color: #30b0a2;
}
.moneyback-guarantee > i {
	border-color: #30b0a2;
}
.moneyback-guarantee, .moneyback-guarantee > i,.moneyback-guarantee:hover {
	color: #30b0a2;
}

.number {
	color: #999;
}
/* Ribbon */
.ribbon {
	position: absolute;
	left: -5px;
	top: -1px;
	background: #e47911;
	padding: 2px 6px 3px;
	color: #fff;
}
.ribbon:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid #94521e;
	border-left: 5px solid transparent;
	position: absolute;
	left: 0;
	bottom: -5px;
}
.ribbon .seal {
	width: 14px;
	height: 14px;
	line-height: 12px;
	border-width: 1px;
	border-color: #fff;
	color: #fff;
	vertical-align: text-bottom;
}
.ribbon .tooltip {
	white-space: nowrap;
}
/* Popover */
.popover-content{
	padding: 12px 15px 15px;
}
/* Navbar */
.navbar-default {
	width: 100%;
	float: none;
	margin: 0;
	border: none;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	/*border-bottom: 1px solid #ddd;*/
	/*border-top: 2px solid #648FF7;*/
	box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
}
.navbar .nav > li > a {
	color: #0d303a!important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	display: block;
	/*height: 50px;*/
	padding: 5px 11px 6px;
	border: 1px solid #648FF7;
	border-radius: 4px;
}
.home .nav > li > a {
	color: #fff!important;
}
.home .navbar-custom .nav > li > a {
	color: #0d303a!important;
}
.navbar .nav i {
	font-size: 16px;
	color: #999;
	display: inline-block;
	/*vertical-align: baseline;*/
	vertical-align: middle;
	margin: 0 8px 0 0;
}
.navbar .nav > li > a:hover, .navbar .nav > li.active a, .navbar .nav > li a:active, .navbar .nav > .open > a, .navbar .nav > .open > a:hover, .navbar .nav > .open > a:focus, .navbar .nav > .open > a:active, .navbar .nav li.active:hover, .navbar .nav li.active a:hover, .navbar .nav li.active a:focus, .navbar .nav li a:active {
	color: #648FF7;
	background-color: transparent;
	text-decoration: none;
	border-color: #4f5965;
}
.new-tpl .navbar-default {
	background: transparent;
	box-shadow: none;
}
@media (min-width: 767px) {
	.new-tpl .navbar-default {
		margin-top: 30px;
	}
	.new-tpl .navbar-default.navbar-custom {
		margin-top: 0px;
	}
}
.new-tpl #main-menu ul.nav > li.no-borders:hover ,
#main-menu1 ul.nav > li.no-borders:hover {
	background: transparent;
}
@media (max-width: 767px) {
	.new-tpl #main-menu ul.nav > li{
		border-bottom: 0;
		background: #2b3d6b!important;
	}
	.new-tpl #main-menu ul.nav > li.request-demo ,
	#main-menu1 ul.nav > li.request-demo {
		width: 100%!important;
	}
}
.new-tpl .navbar .nav > li > a {
	color: #fff;
}
.dropdown-menu:after, .dropdown-menu:before {
	bottom: 100%;
	/*left: 50%;*/
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#main-menu .dropdown-menu:after, #main-menu .dropdown-menu:before ,
#main-menu1 .dropdown-menu:after, #main-menu1 .dropdown-menu:before {
	left: 50%;
}
.dropdown-menu:after {
	border-color: rgba(246, 246, 246, 0);
	border-bottom-color: #f6f6f6;
	border-width: 7px;
	margin-left: -7px;
}
.dropdown-menu:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 8px;
	margin-left: -8px;
}
.dropdown-menu {
	font-size: 13px;
	padding: 0;
	/*background: #f6f6f6;
	border: 1px solid #ccc;*/
	padding: 0;
	box-shadow: 0 1px 3px rgba(200, 200, 200, 0.7);
}
#navbar .dropdown-menu ,
#navbar1 .dropdown-menu {
	margin-top: 14px;
	border-radius: 4px;
}
#main-menu .dropdown-menu ,
#main-menu1 .dropdown-menu {
	background: #f6f6f6;
	width: 200px;
	left: 50%;
	margin-left: -100px;
}
.dropdown-menu > li > a {
	padding: 8px 15px;
	border-bottom: 1px solid #ccc;
	white-space: normal;
}
#main-menu .nav > li .dropdown-menu a:hover ,
#main-menu1 .nav > li .dropdown-menu a:hover {
	color: #e47911;
	text-decoration: underline;
	background-color: transparent;
}
#main-menu .nav li.more-links ,
#main-menu1 .nav li.more-links {
	background: #eee;
	/*border-top: 1px solid #ddd;*/
	font-size: 12px;
	padding: 4px 16px;
	white-space: initial;
	border-radius: 0 0 4px 4px;
}
#main-menu .nav li.more-links ul ,
#main-menu1 .nav li.more-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main-menu .nav li.more-links ul li ,
#main-menu1 .nav li.more-links ul li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
#main-menu .nav li.more-links ul li:last-child ,
#main-menu1 .nav li.more-links ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
#main-menu .nav li.more-links a ,
#main-menu1 .nav li.more-links a {
	font-size: 12px;
	color: #999;
	display: inline-block;
	border: none;
	padding: 0;
}
#main-menu .nav li.more-links a:hover ,
#main-menu1 .nav li.more-links a:hover {
	background: transparent;
}
#main-menu .nav li.more-links .bullet ,
#main-menu1 .nav li.more-links .bullet {
	color: #ccc;
	display: inline-block;
	margin: 0 4px;
}
#navbar ,
#navbar1 {
	display: table;
	width: 100%;
	float: none;
	margin: 0;
	position: relative;
}
#navbar > div ,
#navbar1 > div {
	width: 100%;	
}
.logo {
	width: 200px;
	padding: 22px 20px 22px 0;
}
.logo img {
/*display:block;
	width: 100%;*/
}
/* Main Menu */
#main-menu ul.nav ,
#main-menu1 ul.nav {
	display: inline-block;
	width: 100%;
	text-align: right;
}
@media (max-width: 767px) {
	#main-menu ul.nav ,
	#main-menu1 ul.nav {
		text-align: center;
	}	
}
#main-menu ul.nav > li ,
#main-menu1 ul.nav > li {
	display: inline-block;
	margin: 0;
	float: none;
	padding: 14px 10px;
	vertical-align: middle;
}
#main-menu ul.nav > li.no-borders:hover ,
#main-menu1 ul.nav > li.no-borders:hover {
	background: #f4f4f4;
}
#main-menu ul.nav > li.blue:hover a ,
#main-menu1 ul.nav > li.blue:hover a {
	background: #00a6c2;
}
#main-menu ul.nav > li.logo ,
#main-menu1 ul.nav > li.logo {
	margin: 0 auto;
	padding: 5px;
	width: 190px;
	position: absolute;
	left: 0px;
	top: 0;
}
#main-menu ul.nav > li.logo img ,
#main-menu1 ul.nav > li.logo img {
	width: 100%!important;
}
#main-menu ul.nav > li.logo a,
#main-menu1 ul.nav > li.logo a,
#main-menu ul.nav > li.no-borders a ,
#main-menu1 ul.nav > li.no-borders a {
	border: 0;
}
#main-menu ul.nav > li.logo a ,
#main-menu1 ul.nav > li.logo a {
	padding-left: 0;
	padding-right: 0;
}
h1.main-heading {
	color: #464646;
	margin-top: 15px;
}
#main-menu ul.nav > li.request-demo ,
#main-menu1 ul.nav > li.request-demo {
	position: relative;
}
#main-menu ul.nav > li.request-demo a ,
#main-menu1 ul.nav > li.request-demo a {
	margin: 0;
	padding: 10px 15px;
	width: auto;
	color: #fff;
	background: #648FF7;
	border: none;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
}
#main-menu ul.nav > li.pull-right ,
#main-menu1 ul.nav > li.pull-right {
	float: right;
}
.navbar .profile-photo {
	display: inline-block;
	margin-right: 6px;
	position: absolute;
	left: 11px;
	top: 4px;
}
.navbar .profile-photo img {
	width: 22px;
	height: 22px;
}
.navbar .profile-photo + .text {
	padding-left: 30px;
}
.navbar .name {
	line-height: 1.5;
}
.navbar .user-account .fa {
	color: #fff;
}
.navbar .nav .link-signin a {
/*background: #648FF7;
	color: #fff;*/
}
.navbar .nav .link-signin a:hover {
/*background: #11161D;*/
}

.navbar .nav .link-signup a {
	background: #febd69;
	border-color: #febd69;
	color: #333;
}
.navbar .nav .link-signup a:hover {
	background: #f3a847;
	border-color: #f3a847;
	color: #333;
}
@media(max-width:991px) {
#main-menu li .text ,
#main-menu1 li .text {
	display: none;
}
.navbar .nav i {
	margin: 0;
}
.navbar .profile-photo {
	margin-right: 0;
	position: relative;
	left: auto;
	top: auto;
	vertical-align: middle;
}
.navbar .profile-photo img {
	width: 16px;
	height: 16px;
}
#main-menu ul.nav > li.user-account ,
#main-menu1 ul.nav > li.user-account {
	padding-left: 0;
}
}
@media(max-width:767px) {
	.section-search-result {
		padding-top: 45px!important;
	}
	.jumbotron .container > .row {
		margin: 0!important;
	}
#navbar ,
#navbar1 {
	padding-left: 0;
	padding-right: 0;
}
.navbar-nav {
	margin: 0;
}
.navbar-default .navbar-collapse {
	border: none;
	box-shadow: none;
}
.navbar .nav > li > a {
	/*padding-top: 16px;*/
	padding-left: 10px;
	padding-right: 10px;
}
.navbar .nav i {
	font-size: 16px;
}
}
@media(max-width:640px) {
/*.navbar .nav > li > a {
	padding-left: 15px;
	padding-right: 15px;
}*/
#navbar .logo ,
#navbar1 .logo {
	width: 100%;
}
#navbar .top-filter ,
#navbar1 .top-filter {
	display: none;
}
.navbar .nav i {
	font-size: 18px;
}
}
@media(max-width:360px) {
#main-menu ul.nav > li,
#main-menu1 ul.nav > li{
	padding-left:0;
	padding-right:0;
}
.navbar .nav > li > a {
	padding-left: 8px;
	padding-right: 8px;
}
}
/* Top Filter */
.top-filter {
	width: 100%;
	padding: 14px 20px 14px 0;
}
.select-container {
	display: table;
	width: 100%;
	border-radius: 4px;
	background: #fff;/*position:relative;*/
}
.select-container.open {
	box-shadow: 0 0 3px rgba(228, 121, 17, 0.5) inset;
}
.select-container > .form-group {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	width: 33.33%!important;
	/*height: 50px;*/
	border-right: 1px solid #ccc;
}
.top-filter .form-group:nth-child(3), .top-filter .form-group:nth-child(4) {
	border-right: none;
}
.select-container .form-group .btn-group, .top-filter .dropdown {
/*position: static;*/
}
.select-container .form-group .bootstrap-select {
	width: 100%!important;
}
.top-filter .form-group .btn-default {
	background: transparent;
	border: none;/*border:1px solid #fff;*/
}
.top-filter .form-group:first-child .btn-default {
	border-radius: 4px 0 0 4px;
}
.top-filter .form-group:nth-child(2) .btn-default {
	/*border-left:none;*/
	margin-left: -1px;
	border-radius: 0;
}
.top-filter .form-group:nth-child(3) .btn-default {
	/*border-left:none;*/
	margin-left: -2px;
	border-radius: 0;
}
.top-filter .form-group .btn-search {
	/*border-left:none;*/
	
	margin-left: -3px;
	padding: 2px 10px 0;
	width: 45px;
	height: 35px;
	border-radius: 0 4px 4px 0;
	z-index: 3;
	position: relative;
	vertical-align: super;
}
.top-filter .form-group .btn-search i {
	font-size: 18px;
	margin: 0;
}
.top-filter .form-group .btn-default.open {
	position: relative;
	z-index: 3;
}
.top-filter .bootstrap-select > .dropdown-toggle {
	padding: 6px 10px 6px 8px;
	font-weight: 500;
	color: #111;
	font-size: 15px;
}
.top-filter .btn-group.open .dropdown-toggle {
	background: transparent;
	border: none;
	box-shadow: none;
}
.top-filter .dropdown-menu {
	list-style: none;
	margin: 0;
	/*margin-top: -7px;*/
	width: 100%;
	min-width: 250px;
	/*border:1px solid #bbb;*/
	
	padding: 14px 25px;/*border-radius: 0;*//*box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.13);*/
}
.cta-text {
	padding-top: 50px;
	padding-bottom: 50px;
}
.light-grey {
	background: #f5f5f5;
	margin-top: 20px;
}
.top-filter .service-list .dropdown-menu {
/*min-width:800px;*/
}
/*.top-filter .btn-search{
	position:relative;
}
.top-filter .btn-search:before{
	font-family:'FontAwesome';
	content:"\f002";
	position:absolute;
	left:3px;
	top:3px;
}*/
.top-filter .dropdown-menu .form-group {
	margin: 0;
}
.top-filter .dropdown-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-filter .dropdown-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 3px 0;
}
.top-filter .dropdown-menu a:hover {
	text-decoration: underline;
	color: #333;
}
.top-filter .dropdown-toggle {
	display: block;
	color: #333;
	text-decoration: none;
	position: relative;
	text-align: left;
}
.top-filter .dropdown-toggle:hover {
	text-decoration: none;
}
.top-filter h4 {
	color: #f3a847;
	margin: 0 0 10px;
}
.top-filter .checkbox {
	margin: 0;
}
.top-filter .dropdown .text {
	display: inline-block;
	/*width:100%;*/
	position: relative;
	padding: 7px 10px;
}
.top-filter .dropdown .caret {
	position: absolute;
	right: 15px;
	top: 15px;
}
.top-filter .dropdown-menu ul li {
	padding: 0 0 5px;
}
.top-filter .bootstrap-select.btn-group .dropdown-menu li {
	float: left;
	width: 33.33%;
}
.top-filter .bootstrap-select.btn-group .dropdown-menu li a {
	padding: 3px 15px;
	font-size: 13px;
}
.top-filter .location-list {
	position: relative;
}
.top-filter .location-list .form-control {
	width: 250px;
}
.location-list .dropdown-menu {
	min-width: 300px;
}
.top-filter .budget-list {
	position: relative;
}
.top-filter .budget-list .radio {
	display: inline-block;
	padding-right: 21px;
	margin: 10px 0 0;
}
.top-filter .form-control {
	height: 30px;
	padding: 3px 8px 4px;
}
.pac-container {
	z-index: 9999!important;
}
.container, .jumbotron .container {
	width: 100%;
	max-width: 1032px;
}
.section {
	padding: 30px 0;
}
.info-bar {
	background: #fff;
	padding: 8px 0;
	color: #000;
}
.info-bar span,
.info-bar span a {
	color: #000;
	display: block;
	text-align: center;
	font-size: 14px!important;
}
.info-bar span a {
	text-decoration: underline;
}
.info-bar.smaller {
	background: #501641;
	padding: 12px 0;
}
.info-bar.smaller span:first-child {
	font-size: 15px;
}
@media (max-width: 767px) {
	.info-bar.smaller span:first-child {
		font-size: 14px;
	}
}
.info-bar span {
	vertical-align: middle;
}
.info-bar span:first-child {
	padding-right: 15px;
	font-size: 18px;
}
.btn.bordered {
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 1000px;
}
.btn.rounded {
	border-radius: 1000px;
}
.btn.blue {
	background: #648FF7;
	color: #fff;
}
.jumbotron {
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(../img/main-bg.jpg) no-repeat 50% 50% #f5f5f5;
	background-size:cover;	
}
.jumbotron .container {
}
.jumbotron .container > .row {
	display: table;
	width: 100%;
	height: 100%;
	/*margin: 0;*/
}
.jumbotron .container > .row > div {
	display: table-cell;
	float: none;
	height: auto;
	padding: 0;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 50px;
}
.jumbotron h1 {
	color: #fff;
	font-size: 28px;
	letter-spacing: 0px;
	margin: 0 0 5px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.3);
}
.jumbotron p {
	font-size: 18px;
	color: #fff;
	margin: 0 0 20px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.3);
}
.jumbotron .btn-wrap {
	/*margin-left: -12px;*/
}
.jumbotron .btn-primary.btn-borderless {
	color: #fff;
	background: transparent;
}
.jumbotron .btn-primary.btn-borderless:hover, .jumbotron .btn-primary.btn-borderless:focus, .jumbotron .btn-primary.btn-borderless:active {
	color: #333;
	text-decoration: underline;
	background: transparent;
}
.jumbotron .btn-primary.btn-border {
	border: 2px solid #11161D;
	color: #11161D;
	margin-bottom: 10px;
}
.jumbotron .btn-primary.btn-border:hover, .jumbotron .btn-primary.btn-border:focus, .jumbotron .btn-primary.btn-border:active, .jumbotron .btn-primary.btn-border.active, .jumbotron .open > .dropdown-toggle.btn-primary.btn-border {
	color: #fff;
	border-color: #11161D;
	background-color: #11161D;
}
.jumbotron .btn-primary.btn-border:active, .jumbotron .btn-primary.btn-border.active {
	color: #fff;
	border-color: #11161D;
	background-color: #11161D;
	box-shadow: none;
}
.jumbotron .btn-warning.btn-borderless {
	margin-bottom: 10px;
}
/* Feature List */
.feature-list .item {
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	margin: 0 0 30px;
}
.feature-list .item:last-child {
	margin-bottom: 0;
}
.feature-list i {
	position: absolute;
	left: 0;
	top: 4px;
}
/* Agencies */
@media(min-width:767px) {
.is-flex {
	display: flex;
	flex-wrap: wrap;
}
.is-flex > * {
	display: flex;
	flex-direction: column;
}
/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.is-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.is-flex > * {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
}
.section-agencies {
	/*background: #f5f5f5;*/
	padding: 0 0 25px;
	position: relative;
}
.section-agencies .block {
	background: rgba(19, 19, 4, 0.04);
	/*padding: 40px 30px 20px;*/
	padding: 14px;
	margin: 0 0 15px;
	height: 100%;
}
.pop-agencies {
	overflow: hidden;
	padding: 0 30px;
}
.section-agencies h3 {
	color: #111;
	font-size: 21px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 17px;/*border-bottom: 1px solid #ddd;*/
}
.pop-agencies h3 {
/*color: #fff;*/
	
}
.agency {
	width: 40%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 19px;
	text-align: center;
}
.agency-logo {
	width: 100%;
	position: relative;
	margin: 0 auto 12px;
	background: #fff;
	overflow: hidden;
	border-radius: 50%;
}
.agency-logo img {
	max-width: 100%;/*max-width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);*/
}
.agency p, .agency a {
	color: #111;
	text-decoration: none;
}
.agency p {
	margin: 0;
}
.agency a:hover {
	color: #fff;
	text-decoration: underline;
}
.growth-list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%;
}
.growth-list li {
	width: 50%;
	float: left;
	padding: 80px 30px;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
}
/*.growth-list {
  list-style: none;
  height:50vmin; 
  width: 50vmin;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: auto;
  padding: 0;
}
.growth-list li {
  flex: 0 0 50%;
  height: 50%;
  max-width:50%;
  overflow:hidden;
  color: white;
  text-align: center;
  position:relative;
  border-bottom:1px solid #e7e7e7;
  white-space:nowrap;
}*/

.growth-list li:nth-child(odd) {
	border-right: 1px solid #e7e7e7;
}
.growth-list li:nth-child(3), .growth-list li:nth-child(4) {
	border-bottom: none;
}
/*.growth-list .list-info{
	position:absolute;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
}*/
.growth-list .number {
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	color: #648FF7;
}
.growth-list .text {
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #666;
}
@media(min-width:768px) {
/*.section-agencies .background-holder{
	position:absolute;
	width:50%;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background: #648FF7;
	z-index:0;
}*/

}
@media(max-width:991px) {
.growth-list li {
	padding: 75px 30px;
}
}
@media(max-width:960px) {
.growth-list li {
	padding: 70px 30px;
}
}
@media(max-width:768px) {
.growth-list li {
	padding: 50px 30px;
}
}
@media(max-width:640px) {
.section-agencies {
	text-align: center;
}
.agency {
/*float:none;
		width:100%;
		margin:0 0 30px;*/
}
.growth-list li {
	float: none;
	width: 100%;
	border-right:none;
	margin: 0 0 30px;
	text-align: center;
}
}
@media(max-width:480px) {
.section-agencies {
	text-align: center;
}
.agency {
	float: none;
	width: 100%;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.growth-list li {
	float: none;
	width: 100%;
	border: none!important;
	border-bottom: 1px solid #e7e7e7!important;
}
}
/* Sign up */
.section-signup {
	padding: 0 15px;
}
.employer-block {
	background: #648FF7;
	color: #fff;
}
.employee-block {
	background: #f9f9f9;
	color: #333;
}
.section-signup .block {
	padding: 50px 0 70px;
	text-align: center;
}
.section-signup h1 {
	margin: 40px 0 5px;
}
.section-signup h3 {
	margin: 0 0 40px;
}
.section-signup .block h1 {
	color: #fff;
	margin: 0 0 20px;
}
.section-signup .block h2 {
	margin: 20px 0;
	color: #fff;
	font-weight: normal;
}
.section-signup .employee-block h1, .section-signup .employee-block h2, .section-signup .employee-block p {
	color: #333;
}
/* Profile Page */
.section-profile .profile-heading {
	min-height: 142px;
}
.section-profile .profile-heading .profile-photo {
	/*width: 142px;
	height: 142px;*/
	width:100%;
	max-width:190px;
	position: absolute;
	left: 15px;
	top: 0;
	background: #f5f5f5;
	border-radius: 50%;
	/*border: 1px solid #e2e2e2;*/
	z-index:9;
}
.section-profile .profile-heading .profile-photo img {
	/*position: absolute;
	left: 50%;
	top: 50%;*/
	width:100%;
	/*width: 80%;*/
	/*transform: translateX(-50%) translateY(-50%);*/
}
.profile-photo .verified {
	position: absolute;
	right: 10%;
	bottom: 8%;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background: #febd69;
	color: #fff;
	border-radius: 50%;
}
.profile-heading .profile-info {
	padding: 0 0 16px 220px;
	position: relative;
}
.profile-heading h1 {
	margin: 0;
}
.profile-heading h2 {
	font-weight: 400;
	margin: 0 0 8px;
}
.profile-info .meta {
	margin: 0 0 5px;
}
.profile-info .meta a {
	color: #999;
}
.profile-info .meta .info {
	margin: 0 10px 15px 0;
	color: #999;
}
.profile-info .info strong {
	color: #333;
}
.profile-info .meta i {
	margin-right: 7px;
}
.profile-info .address {
	margin: 0 0 15px;
}
.profile-details h3 {
	margin: 0 0 5px;
}
.sidebar {
	padding-top: 10px;
}
.profile-actions {
	margin: 0 0 32px;
}
.profile-actions .btn {
	display: block;
	width: 100%;
	margin: 0 0 15px;
}
.sidebar .block {
	margin-bottom: 32px;
}
.sidebar .block:last-child {
	margin-bottom: 0;
}
.block .heading {
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 16px;
	padding-bottom: 8px;
}
.block .heading .title {
	color: #333;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0;
}
.list-icon .progress {
	margin-bottom: 0;
}
/* Ratings */
.rating-xs {
	font-size: 1em;
}
.rating-container {
	display: inline-block;
}
.rating-container .rating {
	vertical-align: top;
}
.rating-container .star {
	margin: 0 1px;
}
.rating-container .filled-stars {
	text-shadow: none;
}
.rating-container .caption {
	display: none;
}
/* Raty */
#profile-rating {
	display: inline-block;
	padding-right: 5px;
	vertical-align: text-bottom;
}
.address i {
	margin-right: 7px;
}
/* QAs */ 
.block-qa {
	padding-top: 0;
	padding-bottom: 30px;
}
.block-qa .title {
	margin-bottom: 20px;
}
.block-qa .search {
	margin: 0 0 40px;
}
.block-qa .search .topic {
	font-weight: bold;
	display: inline-block;
	padding-right: 10px;
}
.block-qa .search-filter {
	padding-top: 20px;
}
.block-qa .search-filter .checkbox {
	display: inline-block;
	padding-right: 15px;
	margin: 0;
}
.block-qa .search .form-group {
	position: relative;
	margin: 0;
}
.block-qa .search .form-group:before {
	font-family: 'FontAwesome';
	content: "\f002";
	position: absolute;
	left: 8px;
	top: 7px;
	color: #999;
}
.block-qa .search .form-group input[type=text] {
	padding: 4px 10px 5px 25px;
}
.block-qa .item {
	display: table;
	width: 100%;
	margin: 0 0 30px;
}
.block-qa .item > div {
	display: table-cell;
	vertical-align: middle;
}
.block-qa .item .votes {
	width: 80px;
	text-align: center;
	border-right: 1px solid #ccc;
}
.block-qa .item .votes .arrow {
	margin: 4px 0;
}
.block-qa .item .votes span {
	display: block;
}
.block-qa .item .qa {
	padding-left: 15px;
}
.block-qa .item .topic {
	/*position: absolute;
	left: 0;
	top: 0;*/
	font-weight: bold;
}
.block-qa .item .question {
	margin: 0 0 10px;
}
.block-qa .item .question p {
	color: #2b6dad;
}
.block-qa .item p {
	margin: 0;
}
.block-qa .item .meta {
	color: #999;
}
.see-more {
	padding: 3px 0 0;
}
.see-more i {
	margin-right: 5px;
}

@media(min-width:639px){
	.block-qa .view-all {
		padding-left: 195px;
	}
}
@media(max-width:640px){
	.block-qa .view-all {
		text-align:center;
	}
}
.job-success {
	background: #f5f5f5;
	border-radius: 4px;
	padding: 20px 15px 5px;
	margin: 10px 0;
}
#job-success {
	width: 200px;
	padding: 10px 25px 10px 10px;
}
.popover .close {
	position: absolute;
	right: 10px;
	top: 5px;
}
.popover p:last-child {
	margin-bottom: 0;
}
/* Reviews */
.review-heading {
	display: block;
	margin: 0 0 20px;
}
.review-heading .raty-read {
	margin: 0 2px 5px 0;
	display: inline-block;
}
.review-heading .total-score {
	vertical-align: middle;
}
.meta .btn {
	vertical-align: baseline;
}
.sub-title {
	margin: 20px 0 10px;
}
.list-progress {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
.list-progress li {
	display: table;
	width: 100%;
}
.list-progress .progress-wrap, .list-progress .review-star, .list-progress .percentage-value {
	display: table-cell;
}
.list-progress .review-star {
	width: 150px;
}
.list-progress .percentage-value {
	width: 100px;
	padding-left: 10px;
	color: #2b6dad;
}
.list-progress .progress-wrap {
	width: 60%;
}
.list-progress .progress-wrap .progress {
	margin: 0;
}
.list-progress .progress {
	height: 10px;
}
.review-top .raty-read {
	display: inline-block;
	padding: 0 5px 0 0;
}
.review-top .raty-read img {
	float: left;
}
.review-top .review-title {
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.block-review .tags {
	padding: 5px 0 0;
	margin: 0 0 5px;
}
.review {
	margin: 0 0 20px;
}
.review .author {
	padding: 2px 0 0;
}
.review p {
	margin: 0 0 8px;
}
.review .review-info {
	color: #f0ad4e;
	font-weight: bold;
	padding: 5px 0 0;
}
.top-reviewer {
	border: 1px dotted #ccc;
	text-transform: uppercase;
	font-size: 10px;
	padding: 2px 4px;
}
@media(min-width:641px) {
.block-qa .item .qa > div {
	position: relative;
	padding-left: 100px;
}
.block-qa .item .topic {
	position: absolute;
	left: 0;
	top: 0;
}
}
@media(max-width:640px) {
.section-profile .profile-heading .profile-photo {
	position: relative;
	left: auto;
	top: auto;
	display: block;
	margin: 0 0 15px;
}
.profile-heading .profile-info {
	padding-left: 0;
}
}
/* Services */
.block-services .item-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	clear: both;
}
.block-services .item {
	width: 48%;
	margin: 0 4% 25px 0;
	/*display:flex;*/
	/*flex-direction: column;*/
	border: 1px solid #ccc;
	padding: 15px 15px 35px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.block-services .item:hover {
	background: #f5f5f5;
}
.block-services .item:nth-child(even) {
	margin-right: 0;
}
.block-services h3 {
	margin: 0 0 10px;
}
.block-services .item h3 a {
	/*color: #333;
	text-decoration: none;*/
}
.block-services .item h3 a:hover {
	/*color: #333;
	text-decoration: underline;*/
}
.block-services .item .seal{
	margin-right:4px;
	vertical-align: top;
}
.block-services .meta {
	padding: 4px 0 5px;
	margin: 0 0 15px;
}
.block-services .meta > div {
	display: inline-block;
	vertical-align: text-bottom;
	padding:0 4px 0 0;
}
.block-services .meta > a{
	display:inline-block;
	padding:0 0 0 2px;
}
.block-services .item .btn {
	position: absolute;
	left: 15px;
	bottom: 15px;/*max-width: 50%;*/
}
.block-services .item .list {
	list-style: none;
	margin: 0;
	padding: 0 0 20px;
}
.block-services .item .list li {
	padding: 0 0 5px 24px;
	color: #999;
	position: relative;
}
.block-services .item .list strong {
	color: #999;
}
.block-services .item .list i {
	position: absolute;
	left: 0;
	top: 3px;
}
.block-services .item .raty-read img {
	margin: 0 -1px 0 0;
	max-width: 14px;
}
.block-services .item .service-rate {
	position: absolute;
	left: 15px;
	bottom: 15px;
	font-size:15px;
}
.block-services .item .service-rate, .section-search-result .service-rate,.related-items .service-rate{
	color: #c45500;
	font-weight: bold;
}
/* Search */
@media(min-width:766px){
.section-search-result .primary{
	float:right;
}
}
.section-search-result .result-info {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 5px;
	margin: 0 0 15px;
}
.section-search-result .result-info p {
	margin: 0;
}
.section-search-result .result-info a {
	color: #333;
}
@media(min-width:766px) {
.result-sort {
	text-align: right;
}
}
@media(max-width:767px) {
.result-sort {
	padding-top: 12px;
	padding-bottom: 5px;
}
}
.section-search-result .result-info .bootstrap-select {
	margin-top: -5px;
	width: 140px!important;
}
.section-search-result .result-info .btn {
	padding: 4px 6px;
	vertical-align: top;
	font-weight: normal;
	font-size: 13px;
}
.section-search-result .item-wrap {
	padding-top:20px;
}
.section-search-result .item,.related-items .item {
	/*float:left;*/
	/*width: 48%;
	margin: 0 4% 25px 0;*/
	margin:0 0 15px;
	padding: 20px 15px;
	position: relative;
	border: 1px solid #ccc;
	/*cursor: pointer;*/
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.section-search-result .item:hover,.related-items .item:hover {
	background: #f5f5f5;
}
.section-search-result .item .category{
	margin:0 0 5px;
	font-size:15px;
	font-weight:bold;
}
.section-search-result .item .category,.section-search-result .item .number,.related-items .item .number{
	color:#4c8ac3;
}
.section-search-result .item .number,.related-items .item .number {
	vertical-align:middle;
	padding-left:2px;
}
/*.section-search-result .item:nth-child(even) {
	margin-right: 0;
}*/
.bootstrap-select.form-control .btn {
	border-radius: 0!important;
	padding: 7px 12px;
}
.section-search-result .item:nth-child(3n) {
	margin-right: 0;
}
.section-search-result .profile-photo,.related-items .profile-photo {
	/*width: 142px;
	height: 142px;*/
	/*width:120px;
	height:120px;*/
	width:100%;
	max-width:190px;
	margin: 20px auto;
	/*background: #f5f5f5;*/
	border-radius: 50%;
	/*border: 1px solid #e2e2e2;*/
	position:relative;
	display:block;
}
.section-search-result .profile-photo {
	margin-top:0;
	margin-bottom: -20px;
}
.section-search-result .item .list {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}
.section-search-result .item .item-rating,.related-items .item .item-rating {
	margin: 2px 0 4px;
}
.section-search-result .list .seal {
	margin: 0 4px 4px 0;
}
.section-search-result .list .seal.help {
	border-color: #333;
	color: #333;
	border-width: 1px;
	height: 14px;
	line-height: 12px;
	vertical-align: text-bottom;
	width: 14px;
	margin: 0;
}
.section-search-result .item .seal-wrap {
	margin:0 0 5px;
    /*position: absolute;
    left: 50%;
    bottom: -35px;
	transform:translateX(-50%) translateY(-50%);*/
}
.section-search-result .item .seal-wrap > a{
	background:#fff;
	margin:0 2px;
	border-radius:50%;
}
.section-search-result .item .seal-wrap a:nth-child(2){
   /* left: -3px;
    position: relative;
    top: 14px;*/
}
.item-rating .raty-read {
	display: inline-block;
}
.section-search-result .item h3,.related-items .item h3 {
	margin: 0;
}
.section-search-result .item h3 { font-size: 17px; }
.section-search-result .service-rate,.related-items .service-rate {
	margin: 15px 0 5px;
	font-size:15px;
}
.section-search-result .item .btn {
	display: block;
	margin: 8px 0 0;
}

.search-result-filter {
	padding: 15px 0 0;
}
.search-result-filter h4 {
	margin: 0 0 5px;
}
.search-result-filter ul {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}
.search-result-filter ul li {
	padding: 0 0 5px;
}
.search-result-filter .checkbox {
	margin: 0;
}
.search-result-filter .raty-read {
	display: inline-block;
	padding: 0 4px 0 0;
}
.search-result-filter .raty-read img {
	margin: 0 -1px 0 0;
	max-width: 14px;
}
@media(min-width:766px) {
.section-search-result .item-wrap,.related-items{
	display:flex;
	flex-wrap: wrap;	
}
.section-search-result .item{
	/*float:left;*/
	width: 32%;
	margin-right:2%;
	font-size: 14px;
}

.section-search-result .item-location {
	position: absolute;
	right: 15px;
	top:8px;
}
}
@media(max-width:767px) {
	.section-search-result .item {
		margin-right:0;
	}
	.section-search-result .item-location {
		margin:0 0 10px;
	}
	
}
 @media(max-width:480px) {
.block-services .item {
	width: 100%;
	margin: 0 0 20px;
}
}
.popover .list-progress{
	margin:0;
}
.popover .total-score{
	padding:0 0 8px;
}
.popover .view-all{
	padding:10px 0 0;
}
/* Features */
.section-features{
	padding:65px 0;
}
.section-features .feature-icon{
	position:absolute;
	left:0;
	top:0;
}
.section-features .details{
	padding:0 30px 25px 0;
}
.section-features .details h3{
	margin:0 0 10px;
}
.section-features .item{
	padding: 0 0 30px 120px;
	position:relative;
	min-height:185px;
}
.section-features .item h3{
	font-size:19px;

}
.section-features .item p{
	font-size:16px;
	line-height:1.6;

}
.section-features .actions{
	padding:25px 0 0;
}
@media(max-width:767px){
.section-features .feature-icon{
	max-width:70px;
}
.section-features .item{
	padding-left: 100px;
}	
}
/* Products */
.related-items{
	display:flex;
	flex-wrap: wrap;
}
.related-items .item{
	position:relative;
	width: 31%;
	margin-right:3%;
	padding-top:0;
}
.related-items .item:nth-child(3n) {
	margin-right: 0;
}
.related-items .profile-photo{
	margin-top:0;
	margin-bottom:0;
	/*background: #f5f5f5;*/
	max-width:150px;
}

.related-items .service-rate{
	margin-bottom:0;
}
@media(min-width:766px){
.related-items .item{
	/*float:left;*/
	
}
}
@media(max-width:767px){
.related-items .item {
    margin-right: 4%;
    width: 48%;
}
.related-items .item:nth-child(3n) {
    margin-right: 4%;
}
.related-items .item:nth-child(even) {
    margin-right: 0!important;
}
}
@media(max-width:480px){
.related-items .item {
	width:100%;
    margin-right: 0!important;
}
}
footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 32px 0 31px;
	background: #131a22;
	color: #fff;
	z-index: 3;
}
footer img {
	margin: -10px auto 15px;
}
footer p {
	color: #ddd;
	margin: 0;
}
footer a {
	color: #ddd;
	display: inline-block;
	padding: 0 4px;
}
footer a:hover {
	color: #ddd;
	text-decoration: underline;
}

.section-search-result {
	position: relative;
	padding: 70px 0 14px 0;
}
.info-bar {
	margin-bottom: 75px;
}
.info-bar span .btn {
	margin: 12px 0;
}
.info-bar span .btn:hover {
	background: #fff;
	color: #2a2a2a;
}
.info-bar-icons {
	background: #191e22;
	columns: #fff;
	padding: 70px 0;
}
.info-bar-icons h2 {
	font-size: 25px;
	line-height: 29px;
	color: #fff;
	font-weight: normal;
	margin: 15px 0;
}
.info-bar-icons img {
	width: 100%;
	max-width: 50px;
	margin-bottom: 5px;
}
.info-bar-icons p {
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	margin: 5px 0;
}
@media (max-width: 1024px) {
	#main-menu ul.nav > li a ,
	#main-menu1 ul.nav > li a {
	    font-size: 13px;
	}
	#main-menu ul.nav > li.logo ,
	#main-menu1 ul.nav > li.logo {
	    width: 150px;
	    padding: 9px 5px;
	}
	#main-menu ul.nav > li.logo, #main-menu1 ul.nav > li.logo {
	    margin: 5px auto;
	}
/*	#main-menu ul.nav > li ,
	#main-menu1 ul.nav > li {
		padding: 15px 0px;
	}*/
	#main-menu ul.nav > li.request-demo ,
	#main-menu1 ul.nav > li.request-demo {
		padding: 21px 10px;
	}
}
@media (max-width: 767px) {
	.info-bar-icons .col-xs-12 {
		margin-bottom: 15px;
	}
	.info-bar-icons .col-xs-12:last-child {
		margin-bottom: 0;
	}
	#main-menu ul.nav > li ,
	#main-menu1 ul.nav > li {
	    display: block;
	    margin: 0;
	    float: left;
	    width: 100%;
	}
	#main-menu ul.nav > li ,
	#main-menu1 ul.nav > li {
		padding: 5px 0px;
		border-bottom: 1px solid #f4f4f4;
	}
	#main-menu ul.nav > li.logo ,
	#main-menu1 ul.nav > li.logo {
	    width: 100%;
	    padding: 9px 5px;
	    left: 0;
	}
	#main-menu ul.nav > li.logo a ,
	#main-menu1 ul.nav > li.logo a {
		max-width: 150px
	}

	#navbar ,
	#navbar1 {
	    display: initial;
	}
	.navbar-toggle {
		z-index: 9999;
	}
	.navbar-collapse.collapse {
		height: 60px!important;
		overflow: hidden;
		display: block!important;
	}
	.navbar-collapse.collapse.in {
		height: auto!important;
	}
	#main-menu ul.nav > li.request-demo ,
	#main-menu1 ul.nav > li.request-demo {
	    position: relative!important;
	    right: 0;
	    width: 170px;
	    margin: 0 auto;
	    float: none;
	    display: inline-block;
	    clear: both;
	}
	#main-menu ul.nav > li.logo ,
	#main-menu1 ul.nav > li.logo {
		position: relative;
		left: 0;
		padding: 5px;
	}
	#main-menu ul.nav > li.logo a ,
	#main-menu1 ul.nav > li.logo a {
		padding-left: 0;
	}
	.navbar-toggle {
		position: absolute;
		top: 5px;
		right: 0;
	}
	.jumbotron .container > .row > div {
		height: 445px;
		vertical-align: middle;
		padding-bottom: 0px;
	}
}

form.propose-ad-split {
	/*max-width: 400px;*/
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}
form ul {
	padding: 0;
	list-style: none;
}
form ul li {
	list-style: none;
}
form ul li input,
form ul li textarea {
	padding: 8px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(200, 200, 200, 0.3) inset;
	box-sizing: border-box;
	min-height: 27px;
	outline: 0 none;
	height: 40px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 15px;
	width: 100%;
}
form ul li textarea {
	height: 80px;
}
form ul li input[type="submit"] {
	background: #648FF7;
	color: #fff;
	border: 0;
	padding: 8px 17px;
	font-size: 13px;
}

.section-search-result.two-columns .item {
	width: 100%;
	border: 0;
	padding-top: 0;
}
.section-search-result.two-columns .adsplit-img img {
	width: 100%;
}
.section-search-result.two-columns .item-wrap {
    padding-top: 0px;
}
.section-search-result.two-columns .item strong {
	color: #000;
}
.section-search-result.two-columns .item li {
	color: rgb(98, 99, 105);
}
.section-search-result.two-columns .item:hover {
	background: transparent;
}
.section-search-result.two-columns .service-rate {
	font-size: 24px;
	margin-top: -5px;
}

.section-search-result.two-columns .top-title {
	position: relative;
	margin-top: 15px;
	margin-bottom: 10px;
}

.section-search-result.two-columns .top-title h1,
.section-search-result.two-columns .top-title h4 {
	padding-left: 275px;
}
.section-search-result.two-columns .top-title h1 {
	margin-top: 0;
}
.section-search-result.two-columns .top-title .logo-box {
	position: absolute;
	width: 260px;
	top: 0;
	left: 15px;
}
.section-search-result.two-columns .top-title .logo-box .circle {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 12px;
}
.section-search-result.two-columns .top-title .logo-box .circle img {
	width: 100%;
}
.section-search-result.two-columns .top-title .logo-box h5 {
	font-size: 14px;
	margin: 15px 0 0 0;
}
.section-search-result.two-columns .top-title .logo-box a {
	margin-top: 5px;
}
.section-search-result.two-columns .top-title .logo-box h6 {
	font-size: 14px;
	color: rgb(149, 149, 158);
	margin: 0;
}
.section-search-result.two-columns .left-margin .item-wrap {
	margin-left: 260px;
}
.section-search-result.two-columns .left-margin .item {
	max-width: 500px;
}
/*.section-search-result.two-columns .top-title h1 {
	font-size: 38px;
	margin: 0;
	line-height: 42px;
	font-weight: 500;
	margin-bottom: 18px;
}*/
.section-search-result.two-columns .top-title h4 {
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.section-search-result.two-columns .top-title {
		margin-bottom: 10px;
	}
	.section-search-result.two-columns .top-title h1,
	.section-search-result.two-columns .top-title h4 {
		padding-left: 0;
	}
	.section-search-result.two-columns .left-margin .item-wrap {
		margin-left: 0;
	}
	.section-search-result.two-columns .top-title .logo-box {
		position: relative;
		width: 100%;
		left: 0px;
		margin-top: 15px;
	}
	.section-search-result.two-columns .left-margin .item {
		max-width: 100%;
		padding: 20px 0;
	}
}


.align-with-menu {
	max-width: 500px;
	margin-left: 265px;
}













.form-page {
	/*background: url(../img/main-bg.jpg) no-repeat 0 0 #ffffff;*/
	background: url(../img/forms-bg.jpg) no-repeat 0 0 #ffffff;
	background-size: cover;
	background-attachment: fixed;
}
.form-page #wrapper {
	z-index: 99;
	position: relative;
}
.form-page:after {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	z-index: 9;
}
.form-page #for-brands,
.form-page #for-journalists,
.form-page #subscribe-form,
.form-page #contact-form  {
	padding: 25px 35px;
	background: #ffffff;
	border-top: 5px solid #648FF7;
}
.form-page h2 {
	font-size: 40px;
	line-height: 48px;
}
.form-page .form-wrap {
	padding-bottom: 0;
}
.form-page .section {
	padding-top: 30px;
	padding-bottom: 30px;
}
.form-page .col-md-12.text-center {
	margin-bottom: 10px;
}
.form-page p {
	font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #535865;
}
.form-page .col-md-12.text-center h2:after {
    background-color: #648FF7;
    border-radius: 1px;
    content: "";
    display: block;
    height: 3px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}
.form-page .testimonials .quote {
    font-size: 14px;
    font-style: italic;
    margin-top: 60px;
    text-align: center;
}
.form-page .testimonials .quote p {
	color: #ffffff;
}
.form-control {
	font-size: 0.83em;
	border: 1px solid #ccc;
	padding: 10px;
	height: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.form-control:focus {
	border: 1px solid #7f7f7f;
	-webkit-box-shadow: none;
	box-shadow: none;
}
textarea.form-control {
	min-height: 100px;
	resize:none;
}
label {
	font-size: 16px;
	font-weight: 400;
	display: block;
	margin: 0 0 7px;
}
label.error{
	font-size:.8em;
	color:#ff0000;
	padding:7px 0 0;
}
.req {
	color: #ff0000;
	font-size: .6em;
	vertical-align: super;
}
.form-wrap {
	padding: 0 0 40px;
}
.form-group {
	margin: 0 0 25px;
}
.contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-list li {
	margin: 0 0 30px;
}
.contact-list h3 {
	color: #7f7f7f;
	font-size: 0.83em;
	margin: 0 0 6px;
}
.contact-list p, .contact-list a {
	/*color: #000;*/
	color: #ffffff;
	font-size: 1.22em;
	text-decoration: none;
}
.contact-list a:hover {
	text-decoration: underline;
}

/* banner hexagon */
.half-coloured.jumbotron {
	background: none;
	position: relative;
	overflow: hidden;
	color: rgb(51, 51, 79);
}
.half-coloured .banner__hexagon {
	position: absolute;
	left: calc(50% + 140px);
	z-index: -1;
	top: -350px;
	width: 3000px;
	z-index: 999;
}
.half-coloured .container {
	z-index: 999;
	position: relative;
}
.half-coloured.jumbotron .container > .row > div {
	padding: 150px 15px;
	display: inline-block;
	vertical-align: middle;
}
.half-coloured.jumbotron .container .text-left {
	text-align: left!important;
}
.half-coloured.jumbotron .container .text-left h1 {
	color: rgb(51, 51, 79);
	font-weight: 600;
	line-height: 69px;
	margin-bottom: 20px;
	font-size: 60px;
}
@media (max-width: 1200px) {
	.half-coloured.jumbotron .container .text-left h1 {
		font-size: 50px;
		font-weight: 700;
		line-height: 57px;
	}
}
.half-coloured.jumbotron .container .text-left p {
	color: rgb(118, 126, 173);;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 50px;
}

.half-coloured.jumbotron .container .text-left .btn {
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
	border-radius: 100px;
	min-width: 145px;
	display: inline-block;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	background: #5386ff;
	color: #fff;
	padding: 17px;
	min-width: 125px;
	margin-right: 15px;
	text-transform: uppercase;
	line-height: 15px;
	font-size: 13px;
}
@media (max-width: 1024px) {
	.half-coloured.jumbotron .container .text-left p {
		font-size:18px;
		font-weight: 400;
		line-height: 28px;
	}
	.half-coloured.jumbotron .container .text-left h1 {
		font-size: 40px;
		font-weight: 700;
		line-height: 47px;
	}
	.half-coloured.jumbotron .container .text-left h1 br {
		display: none;
	}
	.half-coloured.jumbotron .container .text-left .btn {
		font-size: 12px;
		min-width: 145px;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.half-coloured .banner__hexagon {
		display: none!important;
	}
}
.half-coloured.jumbotron .container .text-left .btn:hover {
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.half-coloured.jumbotron .container .text-left .btn.btn-white {
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
	background: #fff;
	color: #5386ff;
}
.half-coloured.jumbotron .container .col-md-7 {
	height: auto;
}
.half-coloured.jumbotron .container .col-md-7 img {
	width: 125%;
	margin-left: 100px;
}

@media (max-width: 1024px) {
	/*.half-coloured .banner__hexagon {
		display: none;
	}*/
	.half-coloured.jumbotron .container > .row > div {
		padding: 30px 15px;
	}
	/*.half-coloured.jumbotron .container .col-md-7,
	.half-coloured.jumbotron .container .col-md-7 img {
		width: 100%;
	}*/
	/*.half-coloured.jumbotron .container .col-md-7 img {
		margin-left: 0;
	}*/
	.jumbotron .container > .row > div {
		height: auto;
	}
}
@media (max-width: 767px) {
	.half-coloured.jumbotron .container > .row > div {
		padding: 50px 15px;
	}
	.half-coloured.jumbotron .container .text-left .btn {
		padding: 15px;
		border: 0;
	}
	.half-coloured.jumbotron .container .text-left {
		text-align: center!important;
	}
	.half-coloured.jumbotron .container .text-left h1 {
		line-height: 35px;
		font-size: 30px;
	}
	.half-coloured.jumbotron .container .text-left p {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.half-coloured.jumbotron .container .text-left .btn:last-child {
		margin-right: 0;
	}
	.half-coloured.jumbotron .container .col-md-7.img {
		display: none;
	}
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none;
}


@media screen and (max-height: 900px) {
	.half-coloured.jumbotron .container > .row > div {
	    padding: 100px 15px;
	}
}

@media (max-width: 480px) {
	.half-coloured.jumbotron .container .text-left .btn {
	    padding: 15px;
	    border: 0;
	    display: block;
	    margin: 15px auto !important;
	    width: 100%;
	    max-width: 185px;
	    float: none;
	}
	.half-coloured.jumbotron .container .text-left .btn:last-child {
	    margin-bottom: 5px !important;
	}
}


/* new section */
/* How it works */
.heading {
	margin: 0 0 60px;
	text-align: center;
}
.how-it-works .row {
	margin-bottom: 60px;
}
.how-it-works p {
	font-size: 16px;
}
.how-it-works .row:last-child {
	margin-bottom: 20px;
}
.row-table-sm > div.col-sm-8 p {
	max-width: 600px;
	color: rgb(83, 88, 101);
	line-height: 27px;
}
.row-table-sm > div.col-sm-8 p.lead {
	line-height: 35px;
}
@media(max-width:767px) {
	.new-featured-in .row-table-md > div[class*="col-"]:first-child {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.featured-in {
	    padding: 54px 20px 45px;
	}
.how-it-works .col-icon{
	width:33%;
}
.featured-in .item {
	display: block;
	margin: 10px auto;
}
.featured-in p {
	margin-bottom: 35px;
}
}
 @media(min-width:600px) {
.col-icon {
	padding-right: 15px;
}
}
@media(min-width:421px) {
.col-icon {
	text-align: right;
}
}
@media(max-width:420px) {
.how-it-works {
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}
.how-it-works .col-icon{
	width:100%;
	text-align: center;
	margin-bottom: 20px;
}
}
.reap-results,
.how-it-works,
.secret-sauce {
	padding-right: 15px;
	padding-left: 15px;
}
@media(min-width:1400px) {
.reap-results .text {
	padding-right: 50px;
}
}
@media(min-width:1200px) {
.reap-results .text {
	padding-right: 30px;
}
}
@media(max-width:1200px) {
.reap-results .text {
	padding-bottom: 30px;
}
}
/* Secret Sauce */
.secret-sauce {
	padding: 0;
}
.secret-sauce .row-table-md {
	margin: 0;
}
.secret-sauce .row-table-md > div[class*="col-"]:first-child {
	/*background: #00b1f4;*/
	background: url(../img/new-secret-sauce.jpg)  no-repeat 100% 50%;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}
.secret-sauce .row-table-md > div[class*="col-"]:last-child {
	padding-left: 15px;
	padding-right: 15px;
	background: #fbfbfb;
}
.secret-sauce .row-table-md > div[class*="col-"] {
	padding-top: 50px;
	padding-bottom: 60px;
}
.secret-sauce h2 {
	margin-bottom: 30px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.secret-sauce .text h3 {
	font-size: 1.5em;
	margin-bottom: 15px;
}
.secret-sauce .text p {
	margin-bottom: 45px;
}
.secret-sauce .text p:last-child {
	margin-bottom: 0;
}

@media(min-width:421px) {
.row-table-sm {
	display: table;
	height: 100%;
	width: 100%;
	margin: 0;
}
.row-table-sm > div {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
}

@media(min-width:768px) {
.padding-desktop {
padding-left: 150px;
padding-right: 150px;
}
.padding-desktop strong {
	display: block;
	margin: 0 auto;
}
.row-table-md {
	display: table;
	height: 100%;
	width: 100%;
	margin: 0;
}
.row-table-md > div {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
.row-table-md > div:first-child {
	padding-left: 0;
}
.row-table-md > div:last-child {
	padding-right: 0;
}
}

.secret-sauce h2 {
    margin-bottom: 30px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    font-size: 2.5em;
    color: #fff;
}

.section.alt-section {
    background: #f5f5f5;
}

.lead,
p.lead,
.reap-results p.lead {
    font-size: 27px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 15px;
    color: rgb(83, 88, 101);
}

.mbottom {

    margin-bottom: 30px;

}

.reap-results h1,
.how-it-works h1,
.secret-sauce h1 {
	font-size: 40px;
}

.reap-results p {
	font-size: 16px;
	line-height: 27px;
}

@media(max-width:767px) {
	.mbottom {
	    margin-bottom: 0px;
	}
  .secret-sauce .row-table-md > div[class*="col-"]:first-child {
    padding-bottom: 110px;
    padding-top: 110px;
  }
  .secret-sauce h2 {
    margin-bottom: 0;
  }
  .reap-results div.mbottom:last-child {
  	margin-bottom: 0;
  }
  .reap-results div.mbottom:last-child .col-sm-4:last-child.text {
  	padding-bottom: 0;
  }
}


.banner__tag {
    margin: 10px 0 50px;
    margin-bottom: 150px;
}
.tag--green {
    background: #defcea;
    color: #12c457!important;
    text-decoration: none!important;
}
.tag {
    display: inline-block;
    padding: 10px 13px;
    border-radius: 100px;
}


.team-container {
    text-align: center;
}
.team-container h2 {
    color: rgb(51, 51, 79);
    font-size: 50px;
    font-weight: 600;
    line-height: 57.5px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: center;
    padding-top: 100px;
}
.team-container h4 {
    color: rgb(118, 126, 173);
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    padding-bottom: 50px;
    max-width: 700px;
    margin: auto;
}
.members .member {
    width: 80%;
    text-align: center;
    margin: auto;
}
.members .member img {
    width: 100%;
    margin-bottom: 20px;
}
.members .member p {
    color: rgb(118, 126, 173);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 40px;
    min-height: 87px;
}
.members .member p b {
    color: rgb(51, 51, 79);
    font-size: 18px;
    font-weight: 400;
    line-height: 20.7px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

@media (max-width: 767px) {
    .team-container h2 {
        padding-top: 50px;
    }
    .team-container h4 {
        padding-bottom: 70px;
    }   
    .members .member {
        width: 100%;
    }
    .members .member p,
    .members .member p b {
        font-size: 15px;
        line-height: 18px;
    }
}


.logos {
	background: #648FF7!important;
	padding: 80px 0;
}
.logos .white-bg {
	background: #fff;
	padding: 30px 50px 30px 50px;
}
.logos p {
	font-size: 16px;
	color: rgb(83, 88, 101);
	line-height: 27px;
}	
.logos p small {
	font-size: 75%;
	display: block;
	margin-top: 20px;
}
.logos ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 0px;
}
.logos ul li {
	display: inline-block;
	width: 43%;
	margin-bottom: 25px;
}
.logos ul li:nth-child(odd) {
	margin-right: 10%;
}
@media (max-width: 767px) {
	.logos ul li {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-right: auto;
	}
}
.logos ul li img {

    width: auto;
    height: 25px;

}




.new-tpl .jumbotron {
    background: rgba(0, 0, 0, 0) url("/img/new-main-banner2.jpg") no-repeat scroll 0 0 / cover;
}

.new-tpl .jumbotron {
    background-size: cover;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}
.new-tpl .jumbotron > .container {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    height: 100vh;
    padding: 100px 15px;
    padding: 100px 15px 33px;
    position: relative;
}
@media (min-width: 767px) {
	.new-tpl .jumbotron > .container {
    	padding: 100px 15px 100px;
    }
}
.new-tpl .jumbotron h1 {
    font-size: 5em;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin-bottom: 0.5em;
    color: #fff;
}
.new-tpl .jumbotron p {
    margin: 0 auto 40px;
    max-width: 1200px;
    padding: 0;
    line-height: 34px;
    font-size: 26px;
}
.new-tpl .jumbotron .btn {
    font-size: 1em;
    margin: 0 10px;
    padding: 14px 26px;
}
.new-tpl .go-down {
    z-index: 9999;
}
.new-tpl .go-down {
    display: block;
    position: absolute;
    top: 95%;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.new-tpl .featured-in {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    padding-left: 15px;
    padding-right: 15px;
}
.new-tpl .featured-in .item {
    display: inline-block;
    padding: 0 15px 15px;
}
.new-tpl .featured-in img {
    opacity: .7;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.new-tpl .jumbotron p {
    font-size: 26px;
    font-weight: 400;
    line-height: 38px;
    color: #fff;
    margin: 0 0 40px;
}
.new-tpl .jumbotron p {
    margin: 0 auto 40px;
    max-width: 1200px;
    padding: 0;
    line-height: 1.4;
}
@media (max-width: 767px) {
	.new-tpl .jumbotron p {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.form-page .section {
	    padding-bottom: 120px;
	    padding-top: 100px;
	}
}
.new-tpl .jumbotron h1 {
    font-size: 5em;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin-bottom: 0.5em;
    color: #fff;
}
.new-tpl .jumbotron .btn {
    font-size: 1em;
    margin: 0 10px;
    padding: 14px 26px;
}
.new-tpl .jumbotron .btn.btn-border {
    background-color: #648FF7;
    border: 0 none;
    font-weight: 700;
    margin: 0 10px;
	padding: 16px 32px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
@media (max-width: 992px){
	.new-tpl .featured-in {
	    position: relative;
	}
}
@media (max-width: 767px){
	.new-tpl .jumbotron h1 {
	    font-size: 3em;
	}
	.new-tpl .featured-in .item {
	    display: block;
	    margin: 10px auto;
	}
}


.new-tpl footer {
    padding: 60px 40px 40px !important;
    background: #fff;
    margin-top: 0;
}
.new-tpl .footer-links li {
    display: block;
    padding: 0 0 8px;
    text-align: left;
}
.new-tpl .footer-links li a {
	color: #337ab7;
	font-size: 16px;
}
.new-tpl .social-share {
    margin: 0;
    padding: 0;
}
.new-tpl .social-share li {
    width: auto;
    display: inline-block;
    border-radius: 0px;
    overflow: hidden;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 2px;
    margin-left: 6px;
    margin-bottom: 4px;
}
.new-tpl .social-share a.btn-facebook, 
.new-tpl .social-share a.btn-twitter, 
.new-tpl .social-share a.btn-linkedin {
    background: #3b5998 none repeat scroll 0 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    letter-spacing: normal;
    line-height: 14px;
    margin: 0;
    opacity: 1;
    padding: 10px 10px 10px 40px !important;
    text-transform: none !important;
    width: 100%;
    position: relative;
}
.new-tpl .footer-links {
    list-style: none;
    margin: 0 0 9px;
    padding: 0;
}
.new-tpl a.btn-facebook, .new-tpl a.btn-twitter, .new-tpl a.btn-linkedin {
    background: #3b5998 none repeat scroll 0 0;
    color: #fff !important;
    font-size: 14px !important;
    letter-spacing: normal;
    line-height: 14px;
    margin: 0;
    opacity: 1;
    padding: 10px 10px 10px 40px !important;
    text-transform: none !important;
    min-width: 185px;
    position: relative;
    text-align: left;
}
.new-tpl .social-share a i {
    margin: 0 10px 0 0;
    font-size: 18px;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 18px;
}
.new-tpl .social-share a.btn-twitter {
    background: #2ba9e1 none repeat scroll 0 0;
}
.new-tpl .social-share a.btn-linkedin {
    background: #007bb6 none repeat scroll 0 0;
}
.new-tpl .copyright {
    margin-bottom: 20px;
}
.new-tpl p.copyright {
    font-size: 1em;
    text-align: left;
    line-height: 1.64;
    font-weight: 400;
    margin-bottom: 15px;
    color: #535865;
}

@media (min-width: 767px) {
	body.new-tpl p.padding-desktop {
/*		padding-left: 12%!important;
		padding-right: 12%!important;*/
	}
}
@media (max-width: 1024px) {
	body.new-tpl p.padding-desktop br {
		display: none;
	}
	.new-tpl a.btn-facebook, .new-tpl a.btn-twitter, .new-tpl a.btn-linkedin {
		/*min-width: 100%;*/
	}
}

.ptpb {
	padding-top: 100px!important;
	padding-bottom: 100px!important;
}
.ptpbzero,
.ptpbzero > .container-fluid {
	padding: 0!important;
	overflow: hidden;
}
.ptpb.how-it-works {
	padding-bottom: 75px!important;
}
.ptpb.reap-results {
	padding-bottom: 80px!important;
}
@media (max-width: 1200px){
	footer {
		position: relative;
	}
	body.new-tpl {
		padding-bottom: 0px;
	}
}

@media (max-width: 767px){
	.logos {
		overflow: hidden;
	}
	.new-tpl .footer-links li,
	.new-tpl p.copyright {
		text-align: center;
	}
	.new-tpl .footer-links {
		margin-top: 25px;
	}
}
.logos {
	border-bottom: 3px solid #648FF7;
}
.logos .text-center h1 {
	color: #fff;
	font-size: 40px;
}
.logos .col-sm-6 {
	padding: 0;
}
.faces {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 15px 0;
}
.faces li {
	display: inline-block!important;
	width: 90px!important;
	height: 90px!important;
	overflow: hidden;
	border-radius: 50%;
	margin: 15px!important;
}
.faces li img {
	width: 100%!important;
	height: auto!important;
}
@media (max-width: 1024px){
	.faces li {
	    width: 70px !important;
	    height: 70px !important;
	    margin: 10px !important;
	}
	.logos ul li img {
	    height: 20px;
	}
}
.max-width {
	max-width: 450px;
	margin: 20px 0 40px 0;
}

@media (max-width: 767px){
	.logos .row-table-sm > div {
		display: block!important;
		width: 100%!important;
	}
	.logos .text-center h1 {
	    color: #fff;
	    margin: 15px 0;
	}
}

@media (max-width: 767px) {
	body.no-footer {
		padding-top: 60px;
	}	
	.form-page .section {
	    padding-bottom: 100px;
	    padding-top: 100px;
	}
}

.featured-in img {
	height: 50px;
	opacity: 0.5;
}
.section-search-result.white-bg {
	padding-top: 50px;
	padding-bottom: 50px;
	display: inline-block;
	width: 100%;
}

.section-search-result.white-bg h1 {
	font-size: 65px;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.05;
	margin-bottom: 0.5em;
}

@media (max-width: 767px) {
	.section-search-result.white-bg h1 {
		font-size: 35px;
	}

	.team-container h4 {
		padding-bottom: 30px;
	}
	.banner__tag {
		margin-bottom: 70px;
	}
}


@media (min-width: 767px) {
	#main-menu ul.nav > li ,
	#main-menu1 ul.nav > li {
		padding: 25px 10px;
	}
	#main-menu ul.nav > li.logo ,
	#main-menu1 ul.nav > li.logo {
	    margin: 5px auto;
	}
	#main-menu ul.nav > li.request-demo, 
	#main-menu1 ul.nav > li.request-demo {
	    padding: 21px 10px;
	}
}



/* Judges */
#judges .col-one {
	background: #648FF7;
}
#judges h2 {
	color: #fff;
	font-weight: 300;
	font-size: 3.33em;
	margin: 0 0 52px;
}
.judges-intro {
	padding: 90px 30px;
}
.judges-intro p {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
.judges-intro p a {
	color: #fff!important;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	text-decoration: none!important;
}
.judges-list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.judges-list li {
	float: left;
	width: 50%;
	position: relative;
}
.judges-list li img {
	width: 100%;
}
.judge-info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 26px 30px;
}
.judge-info h3 {
	font-size: 23px;
	color: #fff;
	margin: 0 0 12px;
	line-height: 25px;
}
.judge-info h5 {
	font-size: 15px;
	color: #aaaaae;
	margin: 0 0 5px;
}
#judges .col {
    width: 100%;
}
@media (min-width: 992px){
	.judges-intro {
		padding: 90px 15%;
	}
	#judges .col {
	    width: 50%;
	}
	#judges .row-table-md > div {
	    display: table-cell;
	    float: none;
	    vertical-align: middle;
	    padding-left: 0;
	    padding-right: 0;
	}
}


/*.hide-menu {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}*/
.navbar-custom {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    background-color: #f8f8f8!important;
	border-bottom: 1px solid #e7e7e7;
    left: 0;
	position: fixed!important;
	right: 0;
	z-index: 1030;
}
@media (max-width: 767px) {
	.navbar-custom {
		background: #ffffff!important;
	}
}
.navbar-custom.hide-menu,
.navbar-custom.menu-up {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}
.new-tpl .navbar.navbar-custom .nav > li > a,
.new-tpl .navbar-custom #main-menu1 ul.nav > li.request-demo a {
	color: #0d303a;
}
.new-tpl .navbar.navbar-custom .logo img {
	opacity: 0;
}
.new-tpl .navbar.navbar-custom li.logo {
	background: url("../img/logo-black.png") no-repeat!important;
	background-size: 95% auto!important;
	background-position: center!important;
}



@media (max-width: 767px) {
	.reap-results .col-xs-offset-1 {
		margin-left: 15px!important;
	}
	.navbar-custom > .container {
		padding: 0;
	}
	.new-tpl .navbar.navbar-custom li.logo {
		background-size: 150px auto !important;
		background-position: left 15px center !important;
	}
	.navbar .nav > li.logo > a {
		padding-top: 0;
	}
}



 ul.nav > li.request-demo a {

 }
 .navbar .nav > li.request-demo > a {
 	color: #fff!important;
 }
 #main-menu ul.nav > li.request-demo a {
 	color: #fff!important;
 }
 .new-tpl .navbar.navbar-custom .nav > li.request-demo > a {
 	color: #fff!important;
 }

#judges small {
	margin-bottom: 30px;
	display: inline-block;
	margin-top: 30px;
	width: 100%;
}

 @media (max-width: 1300px) {
 	.judges-intro {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
 	
 }
 @media (max-width: 1024px) {
 	#judges h2 {
 		margin-bottom: 20px;
 	}
 	#judges small {
		margin-bottom: 10px;
		margin-top: 15px;
	}
 }
 @media (max-width: 992px){
	#judges .col {
	    width: 100%;
	    display: block;
	}
}
.home #main-menu1 ul.nav > li:last-child {
	padding: 20px 10px;
}
.home #main-menu1 ul.nav > li:last-child a {
	background: #648FF7!important;
	padding: 10px 15px;
	color: #fff!important;
}


.btn-warning.focus, .btn-warning:focus {
	background: #648FF7;
	border: 0;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning,
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    background: #648FF7;
    border: 0;
}


/*.new-tpl .navbar-default {
    background: #648FF7;
    box-shadow: none;
}
.new-tpl .navbar-collapse.in #main-menu ul.nav > li {
	background: transparent!important;
}*/

@media (max-width: 767px){
	.new-tpl.home.open > .navbar-fixed-top:first-child,
	.new-tpl.home.open .navbar-collapse.in #main-menu ul.nav > li,
	.new-tpl.home.open #main-menu ul.nav > li {
		background: #007bb6!important;
	}
}
.judges-intro h2,
.judges-intro p {
	max-width: 630px;
}

@media (min-width: 767px) {
 .ptpb.how-it-works .col-md-8 {
  padding-left: 100px;
  padding-right: 100px;
 }
}
.how-it-works p { line-height: 26px; }

@media only screen and (max-width: 767px) {
	.popup-new.popup-thankyou {
		display: none!important;
	}
}
/* Popup New */
.popup-new {
	background: #212121;
	padding: 19px 0 16px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.popup-new .container {
	position: relative;
	/*top: 50%;
	height: 65px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
}
.popup-new p {
	font-size: 20px;
	line-height: 24px;
	color: #a9a9a9;
	margin: 0;
}
.popup-new .close {
	background: url(/img/icon-close.png) no-repeat 50% 50%;
	width: 19px;
	height: 18px;
	position: absolute;
	right: 20px;
	top: 21px;
	z-index:99;
}
.popup-thankyou .popup-text {
	text-align: center;
	min-height: 65px;
}
.popup-thankyou .popup-text:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	min-height: 65px;
	position: absolute;
}
.popup-thankyou p {
	display: block;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	margin: auto;
	left: 90px;
	right: 90px;
}

@media (min-width:361px) {
.popup-thankyou .popup-body {
	min-height: 65px;
	background: url(/img/balloon.png) no-repeat 0 50%;
	padding-left: 75px;
}
.popup-thankyou .popup-text {
	background: url(/img/balloon.png) no-repeat 100% 50%;
	padding-right: 75px;
}
}

.popup-thankyou.white-version {
	background: #fff;
}
.popup-thankyou.white-version p {
	color: #464646;
	font-size: 16px;
}
.popup-thankyou.white-version .popup-body,
.popup-thankyou.white-version .popup-text {
    background-size: 45px;
}
.popup-thankyou.white-version .popup-body,
.popup-thankyou.white-version .popup-text {
    min-height: 45px;
}

.popup-new.white-version .close {
	background: url(/img/icon-close-dark.png) no-repeat 50% 50%;
}