#footer-mini-address {
  padding-top: 20px;
}
#footer-mini-address p {
  color: #fff;
  line-height: 0.8;
  text-align: center;
  font-size: 13px;
  font-family: "proxima-nova",sans-serif;
    
}
#footer-mini {
  background-color: #3b3b3b;
  padding: 30px 0;
  display: inline-block;
  width: 100%;
}
#footer-mini-share,
#footer-mini-address {
  width: 276px;
  height: auto;
  text-align: center;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
#footer-mini-share a {
  background: transparent url(../img/social-sprite.png) -9999em center no-repeat;
  width: 45px;
  height: 45px;
  background-color: #fff;
  display: block;
  float: left;
  margin: 5px;
  -webkit-border-radius: 20em;
  -moz-border-radius: 20em;
  -ms-border-radius: 20em;
  -o-border-radius: 20em;
  border-radius: 20em;
}
#footer-mini-share a.linked{
  background-position: 11px center;
}
#footer-mini-share a.google{
  background-position: -99px center;
}
#footer-mini-share a.tw{
  background-position: -154px center;
}
#footer-mini-share a.fb{
  background-position: -210px center;
}
#footer-mini-share a.pintrest {
  background-position: -44px center;
}
#header-mini {
  height: 121px;
  width: 100%;
  background-color: #a4cde7;
  display: block;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
}
#header-mini #logo {
  height: 121px;
  width: 295px;
  background: #a4cde7 url(../img/header-mini.png)  center center no-repeat; 
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
}
body.page-template-page-findthebest-b-php #header-mini #logo {
  background: #a4cde7 url(../img/header-mini-b.jpg)  center center no-repeat; 
}
#header-mini #logo span {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 8px;
}
.img-center {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
nav > ul li.current > a,
nav > ul li.current-menu-ancestor > a,
nav > ul li.current-menu-item > a,
nav > ul li.current-page-ancestor a{
  color: #fafafa;
  text-decoration: none;
  /*background: #080808;
  background: -moz-linear-gradient(top, #080808 1%, #272727 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #080808), color-stop(100%, #272727));
  background: -webkit-linear-gradient(top, #080808 1%, #272727 100%);
  background: -o-linear-gradient(top, #080808 1%, #272727 100%);
  background: -ms-linear-gradient(top, #080808 1%, #272727 100%);
  background: linear-gradient(to bottom, #080808 1%, #272727 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#080808', endColorstr='#272727',GradientType=0 );*/

}
h1#logo {
  margin-left: 20px;
}
#nav-first ul ul li.current-menu-item a {
  background: white;
  border: 1px solid #f26522;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
#nav-first ul li.current-menu-ancestor ul,
#nav-first ul li.current-menu-item ul {
	visibility: visible;
	opacity: 1;
	margin: 0;
}
#nav-first ul li.hidden-menu ul {
	visibility: hidden;
	opacity: 0;
	margin: 0;
}
#nav-first ul ul.sub-menu {
	width: 960px!important;
	margin-left: 25px!important;
}
#map-canvas {
	height: 387px;
	width: 100%;
	display: block;
}

/* page sub-nav navigation */
#id_white ul.sub-menu {
  padding: 0;
  width: 960px!important;
  margin: 0 auto;
  background: none;
  display: block;
  /*IE6 only*/
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#id_white ul.sub-menu li {
  float: left;
  display: block;
  border: none;
  margin-right: 0;
  _line-height: 0;
  /*IE6 only*/
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#id_white ul.sub-menu a {
  padding: 21.3px 10px;
  float: left;
  width: auto;
  _height: 10px;
  /*IE6 only*/
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-align: center;
  white-space: nowrap;
  text-transform: none;
  background: none;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  color:#000000 !important;

  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#id_white ul.sub-menu a:hover,
#id_white ul.sub-menu li.current-menu-item a,
#id_white ul.sub-menu li.current-page-ancestor a,
#id_white ul.sub-menu li.current-cat a,
#id_white ul.sub-menu li.current_page_item a, 
#id_white ul.sub-menu li.current_page_parent a{
  background: #e9e9e9;
  border-bottom: 3px solid #f36523;
  text-decoration: none;
  color:#000000;
}

#id_white  > ul a {
  float: left;
  padding: 32px 20px;
  color: #999!important;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
}
#id_white > ul > li:hover > a {
  color: #fafafa;
  text-decoration: none;
  background: #080808;
  /* Old browsers */
  background: -moz-linear-gradient(top, #080808 1%, #272727 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #080808), color-stop(100%, #272727));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #080808 1%, #272727 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #080808 1%, #272727 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #080808 1%, #272727 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #080808 1%, #272727 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#080808', endColorstr='#272727',GradientType=0 );
  /* IE6-9 */
}
#id_white ul.sub-menu li .misc .phone {
 	margin-top: 5px;
	margin-left: 5px;
	float: right;
	display: block;
	padding-top: 15px;
	color: black;
}
/**/

.page-id-740 #main {
	padding-top: 0;
}
.tableprice .detail i.icon1 {
  background-position: left -886px;
}
.tableprice .detail i.icon2 {
  background-position: left -962px;
}
.tableprice .detail i.icon3 {
  background-position: left -1010px;
}
.tableprice .detail i.icon4 {
  background-position: left -862px;
}
.tableprice .detail i.icon5 {
  background-position: left -790px;
}
.tableprice .detail i.icon6 {
  background-position: left -710px;
}
.tableprice .detail i.icon7 {
  background-position: left -422px;
}
.tableprice .detail i.icon8 {
  background-position: left -739px;
}
.tableprice .detail i.icon9 {
  background-position: left -762px;
}

/* gravity form */
.gfield_label {
  display: none!important;
}
li.gfield_html_formatted {
  margin-top: 0!important;
}
.gform_footer .button {
  text-decoration: none;
  		border: none;
		outline: 0;
		background: #00a99d url(../img/arr_btn2.png)  90%  50% no-repeat; 
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
		-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);
		-moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);
		box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);
		color: white;
		font-size: 20px!important;
		font-family: "proxima-nova",sans-serif;
		font-style: normal;
		font-weight: 600;
		padding: 8px 17px!important;
		padding-right: 43px!important;
		float:right;
}
.gform_fields a {
  background-image: none;
  clear: both;
  display: inline-block;
  float: left;
}
#gform_6 .gfield p {
  clear: both;
  width: 100%;
  display: block;
}
.gform_footer .button:hover,
.gform_fields a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
#gform_submit_button_6 {
  display: none;
  float: left;
}
.display_wrapper {
  display: block!important;
}
li.inp_long {

}
.f-contact .ginput_container input[type=text],
.f-contact .ginput_container input[type=email],
.f-contact .ginput_container input[type=phone],
.f-contact .ginput_container input[type=tel],
.f-contact .ginput_container textarea {
  width: 96%!important;
  height: 32px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dadada;
  font-family: "proxima-nova",sans-serif !important;
font-style: normal;
font-weight: 400;
  font-size: 14px!important;
  padding: 4px 6px!important;
}
.f-contact .ginput_container textarea {
  height: 150px!important;
}
.f-contact .gform_footer {
  margin-top: 0!important;
}
.gform_wrapper  .validation_message {
  padding: 0!important;
  font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: bold;
font-weight: 600;
color: red;
margin-bottom: 10px;
}
.list-testi article figure img {
  height: 116px;
  width: auto;
}
.price-desc p {
  font-family: 'ProximaNova-Light';
  font-size: 14px;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
  font-size: 14px!important;
}
body.page-template-page-starter-account-pre-registration-php .gform_wrapper input[type=text],
body.page-template-page-starter-account-pre-registration-php .gform_wrapper input[type=email],
body.page-template-page-starter-account-pre-registration-php .gform_wrapper input[type=tel],
body.page-template-page-starter-account-pre-registration-php .gform_wrapper input[type=password] {
  height: 32px!important;
}
/* Form Request */
.form-quest .gform_title {
  font: 28px "proxima-nova"!important;margin-top: 0!important;
  font-weight:700;
  font-style:normal;
}
.form-quest .gform_wrapper,
.form-quest .gform_heading {
  margin: 0!important;
}
.form-quest .gform_wrapper .gform_body {
  position: relative;
  overflow: hidden!important;
}
.form-quest .gform_wrapper .gform_heading {
  margin-bottom: 20px!important;
}
.form-quest .gform_fields .gfield,
.form-quest .gform_fields .gfield_error {
  float: left;
  width: 48%;
  margin-right: 15px;
  clear: both;
}
.form-quest .gform_fields .gfield_error {
  margin: 0!important;
  width: 43%!important;
}
.form-quest .gform_wrapper .top_label .gfield_error .gfield_description.validation_message, 
.form-quest .gform_wrapper .gfield_error .gfield_description.validation_message {
  padding: 0!important;
}
.form-quest .gform_fields .gfield .ginput_container input.medium {
    background: #ededed;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
  border: none;
  width: 218px;
  height: 38px;
  font-size: 15px!important;
}
.form-quest .gform_fields .gfield_error .ginput_container input.medium  {
  width: 93%!important;
}

.form-quest .gform_fields .gfield .ginput_container textarea {
  height: 258px;
  font-size: 15px!important;
  width: 100%;
}
.form-quest .gform_fields .gfield .gfield_label {
  display: block!important;
  font:14px/1 "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 700;
  display: none!important;
}
.form-quest .gform_fields .gfield_right {
  width: 283px;
  margin-right: 0;  
  position: absolute;
  right: 0;
}
.form-quest .gform_wrapper .gform_footer .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  margin-top: 30px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-quest .gform_wrapper div.validation_error {
  margin-bottom: 0!important;
  font:14px/1 "proxima-nova",  sans-serif !important;
}

/* Blank Page */
.blank_page {

}
.blank_page .box {
  background-color: transparent;
}
#nextPageButton {
  background: none;
  display: block;
  border: none;
}
/* paging */
.paging {
  display: block;
  clear: both;
  padding: 20px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
#document_main {

}
#document_sidebar {

}
#document_sidebar ul li a {
  padding-left: 25px;
  color: #f26522!important;
}
#document_sidebar ul li.sidebar_cat_title a {
  color: #000!important;
}
#document_sidebar li:hover a, 
#document_sidebar li:hover i,
#document_sidebar ul li a:hover {
  color: #121619!important;
}
#document_sidebar li.sidebar_cat_title:hover a,
#document_sidebar li.sidebar_cat_title a:hover {
  color: #fff!important;
}
#document_sidebar li.sidebar_cat_title:hover i.icon-right-dir{
  color: #fff!important;
}
#document_sidebar .sidebar_doc_title a{
  padding-left: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
}
#document_sidebar .sidebar_doc_title a i {
  position: absolute;
  padding-top: 0;
  padding-bottom: 0;
  left: 0;
  top: 5px;
}
.document-section-heading {
  padding-top: 0!important;
  padding-bottom: 30px!important;
}
.part-sharing-link,
.document-section-heading .part-sharing-link i {
  width: 45px;
  height: 45px;
}
.document-content p {
  font:15px/1.4 "proxima-nova", sans-serif;
font-style: normal;
font-weight: 400;
}
.document-content br {
  line-height: 40px;
}
.document-post-heading {
  font-size: 22px;
}
.document-section-heading:before {
  color: #fff!important;
  background-color: #f26522!important;
  min-width:1.5em!important;
  min-height:1.5em!important;
  line-height: 1.5em!important;
}
/* menu footer */
#menu-footer {
  width: 75%;
  float: left;
}
#menu-footer li a {
  color: #898989;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
}
#menu-footer > li {
  float: left;
  margin-right: 40px;
}
#menu-footer > li > a {
  font-size: 15px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}
/* page-intro */
#intro-four img {
  width: 100%;
}

/* list-integrations */
.hreview-aggregate {
  padding: 0 20px;
}
.ec-stars-overlay {
  background-color: transparent!important;
}
.integration-sidebar {
  border: 1px solid #f1f1f1;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.integrations-informations {
  background-color: #f1f1f1;
  padding: 10px 0;
  overflow: hidden;
  border-bottom: 1px solid #d8d8d8;
}
.integrations-informations p,
.integrations-informations li,
.integrations-informations label,
.integrations-informations a,
.integrations-informations span {
  font-size: 13px;
}
.integrations-informations p {
  margin-bottom: 0;
}
.integrations-informations li {
  padding: 2px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.integrations-informations li:after {
  content: "";
  display: block;
  clear: both;
}
.integrations-informations li label {
  width: 100%;
  float:left;
  font-weight: bold;
}

.integrations-informations li p {
  width: 69%;
  float:right;
}
.integrations-specification li label {
  width: auto;
  float:left;
  font-weight: bold;
}
.integrations-specification li label:after {
  content: " : ";
  margin-right: 5px;
}
.integrations-specification li p {
  width: auto;
  float:left;
}
.integrations-related_files {
  border-bottom: 0;
  text-align: center;
  padding-top: 20px;
}
.integrations-related_files li {
  display: block;
  height: auto;
}
.list-integrations {

}
.list-integrations .span4{
  margin-left: 0;
  width: 290px;
  margin-right: 44px;

  background-color:#f1f1f1;
  padding: 12px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list-integrations .span4 figure {
  position: relative;
  overflow: hidden;
  width: 266px;
}
.list-integrations .span4 figure a.integrations-thumb, 
.list-integrations .span4 figure a img {
  height: 125px;
  width: 266px; 
  display: block;
}
.list-integrations .span4 figure figcaption {
  margin-top: 10px;
}
.list-integrations .span4 figure figcaption a {
  color: #000;
  text-decoration: none;
}
.list-integrations .span4 figure .overlay {
  position: absolute;
  top: -300px;
  left: 0;
  height: 100%;
  width: 100%;

  padding: 10px;
  color: #fff;
  cursor: pointer;
  background: #f26522 \9;
  background: rgba(242, 101, 34, 0.9);
  z-index: 100;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  /* Slide Transition */
  -webkit-transition: top 0.4s;
  -moz-transition: top 0.4s;
  -o-transition: top 0.4s;
  -ms-transition: top 0.4s;
  transition: top 0.4s;
}
.list-integrations .span4 figure:hover .overlay {
  top: 0;
}
body.single-integrations #white-bg .row aside.span4{
  border: 2px solid #f1f1f1;
}
body.single-integrations #white-bg .row aside.span4 img {
  width: 92%;
  padding: 4%;
}
body.single-integrations #white-bg .row aside.span4 .information,
body.single-integrations #white-bg .row aside.span4 .related-files {
  overflow: hidden;
  width: 100%;
  margin: 0;
  list-style:none;
  padding: 20px;
  background-color: #f1f1f1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.single-integrations #white-bg .row aside.span4 .related-files {
  padding-top: 0;
}
body.single-integrations #white-bg .row aside.span4 .related-files h3,
body.single-integrations #white-bg .row aside.span4 .information h3 {
  font-size: 16px;
}

body.single-integrations #white-bg .row .span8 {
  width: 610px;
  margin-left: 40px;
}


/* numbering-tabs */
article ul.numbering-tabs {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: left;
  margin-bottom: 10px;
  list-style: none!important;
}
article ul.numbering-tabs li {
  float: left;
  margin-left: 0!important;
  list-style: none!important;
  border-bottom: 3px solid #cccccc;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#your-country {
  width: 32%;
}
#your-details {
  width: 68%;
  padding-left: 5%;
}
.numbering-tabs li a {
  display: block;
  padding-bottom: 10px;
  padding-left: 37px;
  padding-right: 10px;
  position: relative;
  cursor: auto;
  line-height: 27px;
  color: #cccccc;
  text-decoration: none;
}
.numbering-tabs li a span {
  width: 27px;
  height: 27px;
  margin-right: 10px;
  line-height: 27px;
  font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 600;
  color: #fff;
  display: block;
  float:left;
  text-align: center;
  background-color: #cccccc;
  /* Safari 3-4, iOS 1-3.2,  Android 1.6- */
  -webkit-border-radius: 12em; 
  /* Firefox 1-3.6 */
  -moz-border-radius: 12em;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 12em;
  position: absolute;
  left: 0;
  top: 0;
}
.numbering-tabs li.active {
  border-bottom: 3px solid #0072bb;
}
.numbering-tabs li.active a {
  color: #000; 
}
.numbering-tabs li.active a span {
  background-color: #0072bb;
}

/* signup-starter-footer */
#signup-starter-footer {
  width: 98%;
  padding: 20px 30px;
  border: 2px solid #a1a1a1;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 30px;
}

#signup-starter-footer h2 {
  margin-top: 0;
  font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 700;
}
#signup-starter-footer .gform_body {
  width: 84%;
  float: left;
  clear: none;
}
#signup-starter-footer .gform_footer {
  width: 16%;
  float: left;
  clear: none;
  padding: 0;
  margin: 0;
}
#signup-starter-footer #field_6_6 {
  display: none!important;
}
#signup-starter-footer #field_6_1 {
  display: block!important;
  width: 60%;
  float: left;
  clear: none;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
#signup-starter-footer #field_6_7 {
  display: block!important;
  width: 40%;
  float: left;
  clear: none;
}
#signup-starter-footer #gform_submit_button_6 {
  display: block;
}
#signup-starter-footer .gform_wrapper {
  max-width: 100%!important;
  margin-top: 20px;
}
#signup-starter-footer .gform_wrapper .top_label input.medium {
  width: 95%!important;
}
#signup-starter-footer .gform_wrapper input[type=text] {
  height:30px!important;
  font-size:14px!important;
}
/* misc  */
a.btn_chat_2 {
  background: #ffffff;
  border: 1px solid #ffcc8f;
  font-size: 17px;
  display: block;
  color: black;
  text-decoration: none;
  padding: 8px 10px;
  font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 18px;
}
a.btn_chat_2 span {
  float: left;
  margin-left: 10px;
  float: left;
}
a.btn_chat_2 i.fa-comments {
  float: left;
  font-size: 26px;
  margin-top: -3px;
}
a.btn_chat_2 i.fa-chevron-right {
  float: right;
  color: #939393;
  font-size: 18px;
  margin-top: 2px;
}
a.btn_chat_2:hover {
  background: #f26522;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a.btn_chat_2:hover i {
  color: white;
}

.margin-right-0 {
  margin-right: 0!important;
}
.margin-left-0 {
  margin-left: 0!important;
}

/*.container article p,*/
article.detail-integrations p,
.desc p,
.post-item p {
  font-size: 1.05em;
  line-height: 1.35em;
  margin-bottom: 15px;
}

/* Features / integrations */
.blue-bg p a {
  color: #6dcff6;
  text-decoration: none!important;
  border-bottom: 1px solid #6dcff6;
}
.blue-bg p a:hover {
  color: #0088cc;
  text-decoration: none!important;
}
.title-part span {
  display: block;
  color: #fff799;
  text-shadow: 0 0 4px #fff;
}
#vendors-list-thumb,
#vendors-list-thumb li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#vendors-list-thumb {
  margin-left: 20px;
}
#vendors-list-thumb li {
  float: left;
  margin: 0 20px 20px 0;
  width: 106px;  
}
#vendors-list-thumb li img {
  display: block;
  width: 100%;
}
/* btn blue */
a.btn_blue {
  vertical-align: middle;
  zoom: 1;
  display: inline-block;
  padding: 10px 15px;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;

  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600; 
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  
  background-color: #00bcef;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.22), inset 0 2px 1px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.22), inset 0 2px 1px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(255, 255, 255, 0.05);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.22), inset 0 2px 1px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(255, 255, 255, 0.05);
  
  background-image: -webkit-linear-gradient(to bottom, #0069ad, #015d99);
  background-image: -moz-linear-gradient(to bottom, #0069ad, #015d99);
  background-image: -o-linear-gradient(to bottom, #0069ad, #015d99);
  background-image: linear-gradient(to bottom, #0069ad, #015d99);
  
}

a.btn_blue:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

/* #table-rateassure */
#table-rateassure {
  margin-left: 20px;
  width: 90%;
  float: right;
}
#table-rateassure thead tr th {
  color: #fff;
  font: 16px/1 'proxima-nova';
  text-align: center;
  
  padding: 15px 20px;

  background: #f4921d; /* Old browsers */
  background: -moz-linear-gradient(top,  #f4921d 0%, #ea8c1c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4921d), color-stop(100%,#ea8c1c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f4921d 0%,#ea8c1c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f4921d 0%,#ea8c1c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f4921d 0%,#ea8c1c 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f4921d 0%,#ea8c1c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4921d', endColorstr='#ea8c1c',GradientType=0 ); /* IE6-9 */

}

#table-rateassure tbody tr td {
  color: #fff;
  font: 16px/1 'proxima-nova';
  text-align: left;
  padding: 15px 20px;

  background-color: #202b36;
}
#table-rateassure tbody tr td.center {
  text-align: center;
}
#table-rateassure tbody tr td.bl,
#table-rateassure thead tr th.bl {
  border-left: 1px solid #384755;
}
#table-rateassure tbody tr td.bb,
#table-rateassure thead tr th.bb {
  border-bottom: 1px solid #384755;
}

/* PAYCARDUSA */

.paycard-usa_wrapper {

}

.paycard-usa_wrapper form.paycard-usa{
  
}

.paycard-usa_wrapper form.paycard-usa ul,
.paycard-usa_wrapper form.paycard-usa ul li.gfield {
  list-style: none!important;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.paycard-usa_wrapper form.paycard-usa .gf_scroll_text .gsection_description {
  height: 300px;
  overflow: auto;
  font: 1.2em/1.3 "proxima-nova";
  padding: 20px;
  border: 1px solid #cccccc;
  background-color: #fff;
}

.paycard-usa_wrapper form.paycard-usa .gfield .gfield_description {
  margin: 20px 0;
}
.paycard-usa_wrapper form.paycard-usa .gfield .gfield_checkbox label {
  display: inline!important;
  line-height: 1em;
  margin-left: 10px;
}
.paycard-usa_wrapper form.paycard-usa .gfield .gfield_checkbox li input[type=checkbox] {
  margin-top: 0;
}
.paycard-usa_wrapper form.paycard-usa .gf_left_half {
  width: 48%;
  float: left;
}
.paycard-usa_wrapper form.paycard-usa .gf_right_half {
  width: 48%;
  float: right;
}
.paycard-usa_wrapper form.paycard-usa .gf_left_half input[type=text],
.paycard-usa_wrapper form.paycard-usa .gf_right_half input[type=text],
.paycard-usa_wrapper form.paycard-usa .gfield textarea {
  width: 90%;
}

.paycard-usa_wrapper form.paycard-usa .gfield .ginput_complex span {
  margin-right: 20px;
}
.paycard-usa_wrapper form.paycard-usa .gsection {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top:20px;
}

.paycard-usa_wrapper form.paycard-usa .gsection .gsection_description {
  margin-bottom: 30px;
}

/* default gform_wrapper */
.container article .gform_wrapper form .gform_body ul,
.container article .gform_wrapper form .gform_body ul li {
  list-style: none!important;
  margin-left: 0;
}
.container article .gform_wrapper form .gform_body .gform_validation_container {
  margin-top: 20px;
  display: none!important;
}

/* Gravity FOrm form-account_wrapper */
.form-account_wrapper {
  width: 100%;
  background-color: #303030;
  padding: 120px 20px 70px 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-account_wrapper form.form-account {
  width: 660px;
  display: block;
  margin: 0 auto;
  background-color: #ffffff;

  position: relative;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-account_wrapper form.form-account .gform_body {
  padding: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-account_wrapper form.form-account .gform_heading {
  position: absolute;
  top: -70px;
  width: 100%;
}
.form-account_wrapper form.form-account .gform_heading  h3 {
  color: #8e8e8e;
  font: 30px/1.2em "proxima-nova",sans-serif;
  text-align: left;
  display: block;
  
  padding-left: 240px;
  background: transparent url(../img/small-logo.jpg) left top no-repeat;
}
.form-account_wrapper form.form-account .gform_body .gform_page_fields .gfield {
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
  padding: 0 7px;
}
.form-account_wrapper form.form-account .gform_body .gform_page_fields .gfield_error {
  padding: 10px;
  background-color: #eeeeee;
  border: 1px solid #cdcdcd;
}
.form-account_wrapper form.form-account .gform_body .ginput_container {
  width: 100%;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}
.form-account_wrapper form.form-account .gform_body .ginput_complex {

}
.form-account_wrapper form.form-account .gform_body .gf_left_third {
  
}
.form-account_wrapper form.form-account .gform_body .gf_left_third .clear-multi div,
.form-account_wrapper form.form-account .gform_body .gf_middle_third .clear-multi div {
  width: 33%;
  display: inline-block;
  padding: 0 7px;

  -moz-box-sizing: border-box;
  box-sizing: border-box;    
}
.form-account_wrapper form.form-account .gform_body .gf_left_third .clear-multi div:first-child,
.form-account_wrapper form.form-account .gform_body .gf_middle_third .clear-multi div:first-child {
  padding-left: 0;
}
.form-account_wrapper form.form-account .gform_body .gf_left_third .clear-multi div:last-child,
.form-account_wrapper form.form-account .gform_body .gf_middle_third .clear-multi div:last-child {
  padding-right: 0;
}
.form-account_wrapper form.form-account .gform_body .ginput_complex span label {
  font-weight: 300;
  font-size: 12px;
}
.form-account_wrapper form.form-account .gform_body .gfield .gfield_checkbox label {
  font-weight: 400;
  line-height: 1;
  margin-left: 10px;
}
.form-account_wrapper form.form-account .gform_body .gfield .gfield_checkbox input[type="checkbox"] {
  margin-top: 0;
}
.form-account_wrapper form.form-account .gform_body .ginput_complex .ginput_left,
.form-account_wrapper form.form-account .gform_body .ginput_complex .ginput_right {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48%;
}
.form-account_wrapper form.form-account .gform_body .ginput_complex .ginput_left {
  float: left;
}
.form-account_wrapper form.form-account .gform_body .ginput_complex .ginput_right {
  float: right;
}
.form-account_wrapper form.form-account .validation_error {
  padding: 0 22px;
  color: red;
}
/*icon*/
.gsection_title {
  font-size: 27px;
  line-height: 42px;
}
.ownership-ico,
.business-ico,
.processing-ico,
.banking-ico {
  background-position: left top;
  background-repeat: no-repeat;
  height: 42px;
  padding-left: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.ownership-ico {
  background-image: url(../img/ownership-ico.gif);
  margin-top: 0;
}
.business-ico {
  background-image: url(../img/business-ico.gif);
}
.processing-ico {
  background-image: url(../img/processing-ico.gif);
}
.banking-ico {
  background-image: url(../img/banking-ico.gif);
}

.form-account_wrapper form.form-account .gform_body .ginput_container input[type=text],
.form-account_wrapper form.form-account .gform_body .ginput_container input[type=email],
.form-account_wrapper form.form-account .gform_body .ginput_container input[type=tel],
.form-account_wrapper form.form-account .gform_body .ginput_container input[type=number],
.form-account_wrapper form.form-account .gform_body .ginput_container input[type=password],
.form-account_wrapper form.form-account .gform_body .ginput_container input[type=url],
.form-account_wrapper form.form-account .gform_body .ginput_container select,
.form-account_wrapper form.form-account .gform_body .ginput_container textarea {
  width: 100%;
  padding: 10px 10px;
  height: 40px;
  line-height: 1.2em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-box-shadow: inset 0 1px 5px #e2e2e2;
  -moz-box-shadow: inset 0 1px 5px #e2e2e2;
  box-shadow: inset 0 1px 5px #e2e2e2;
}
.form-account_wrapper form.form-account .gform_body .gform_page_footer {
  margin-top: 20px;
}
.form-account_wrapper form.form-account .gform_body .gform_page_footer {
  text-align: center;
  padding-bottom: 30px;
}
.form-account_wrapper form.form-account .gform_body .button {
  text-decoration: none;
  border: none;
  outline: 0;
  background: #00a99d url(../img/arr_btn2.png)  90%  50% no-repeat; 
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);
  color: white;
  font-size: 20px!important;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 8px 17px!important;
  padding-right: 43px!important;
  
  text-align: left;
}
.form-account_wrapper form.form-account .gform_body .gform_previous_button {
  background-image: none;
  padding-right: 17px!important;
  font-family: "proxima-nova",sans-serif;
}
.form-account_wrapper form.form-account .gform_body .gfield label {
  display: inline-block!important;
  font-weight: 700;
}

.gf_page_steps {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
  list-style: none!important;
  border-bottom: 3px solid #cccccc;
  padding: 10px 22px 0 22px;

  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gf_page_steps .gf_step {
  float: left;
  margin-left: 0!important;
  list-style: none!important;
  border-bottom: 3px solid #cccccc;
  padding: 7px 5px;
  position: relative;
  top: 3px;
  text-align: center;

  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gf_page_steps .gf_step span {
  
  width: 27px;
  height: 27px;
  margin: 0 auto;
  line-height: 27px;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  display: block;
  float:left;
  text-align: center;
  background-color: #cccccc;
  /* Safari 3-4, iOS 1-3.2,  Android 1.6- */
  -webkit-border-radius: 12em; 
  /* Firefox 1-3.6 */
  -moz-border-radius: 12em;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 12em;
}

.gf_page_steps .gf_step_active {
  border-bottom: 3px solid #0072bb;
}

.gf_page_steps .gf_step_active span {
  color: #fff;
  background-color: #0072bb;
}

/* GF Global */
.gform_wrapper form .gf_left_third,
.gform_wrapper form .gf_middle_third,
.gform_wrapper form .gf_right_third {
  width: 33.3%;
  padding: 0 7px;
  display:inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gform_wrapper form .gf_left_third {
  padding-left: 0;
}
.gform_wrapper form .gf_middle_third {
  
}
.gform_wrapper form .gf_right_third {
  padding-right: 0;
}
.gform_wrapper form .gf_right_third:after,
.gform_wrapper form .gf_right_half:after {
  clear: both;
  display: block;
}

.gform_wrapper form .gf_left_half,
.gform_wrapper form .gf_right_half {
  width: 50%;
  padding: 0 7px;
  display:inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*.gform_wrapper form .gf_left_half {
  padding-left: 0;
}
.gform_wrapper form .gf_right_half {
  padding-right: 0;
}*/
.strong {
  font-weight: bold;
}

.gform_drop_area {
height: 100px;
border: 1px dotted;
padding: 10px;
margin-bottom: 10px;
}

.form-account_wrapper form.form-account .gform_body .gform_drop_area .gform_button_select_files {
background-image: none;
font-family: "proxima-nova",sans-serif;
font-size: 15px!important;
font-weight: 400!important;
padding: 5px 15px!important;
}

#gforms_confirmation_message {
  padding: 40px 0;
  text-align: center;
  font-family: "proxima-nova",sans-serif;
  font-size: 25px!important;
  font-weight: 500!important;
}

/* Advanced Account Support */

body.page-template-page-ip1-php {
  font-size: 17px;
}
body.page-template-page-ip1-php p {
  line-height: 1.6;
}
body.page-template-page-ip1-php .yellow-box {
background: #fffcd3;
border: 1px solid #d7d28d;
padding: 30px;
margin-top: 20px;
margin-bottom: 40px;
}
.yellow-box ul, .yellow-box ol {
  margin-left: 20px;
}
.support-list-icons,
.support-list-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.support-list-icons > li h3 {
  font-size: 29px;
  font-family: "proxima-nova",sans-serif;
  font-weight: 800;
}
.container article .support-list-icons > li {
  padding-left: 235px;
  list-style: none!important;
  margin-bottom: 30px;
  margin-left: 0!important;
}
.container article .support-list-icons > li.making-change {
  background:transparent url(../img/making-change.gif) left top no-repeat;
}
.container article .support-list-icons > li.getting-support {
  background:transparent url(../img/getting-support.gif) left top no-repeat;
}
.container article .support-list-icons ul,
.container article .support-list-icons ol {
  margin-left: 40px;
  margin-top: 20px;
}
#announcement {
  background-color: #20a434;
  color: #fff;
  font-family: "proxima-nova",sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  padding: 8px 10px;
  border-bottom: 1px solid #1fa532;
}
#announcement a {
  color: #fff;
  text-decoration: none;
}
#announcement a:hover {
  text-decoration: underline;
}
#announcement .alignleft {
  background:transparent url(../img/offer-arrow.gif) right center no-repeat;
  padding-right: 20px;
  max-width: 20%;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#announcement .alignright {
  padding-left: 10px;
  max-width: 76%;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#announcement p {
  margin: 0;
}

/* DISCOVER */
body.page-template-page-discover-php #main {
  background-color: #fff;
}
body.page-template-page-discover-php #main > .container .row {
  margin-left: 0;
}
body.page-template-page-discover-php #main .span5 {
  float: right;
}
body.page-template-page-discover-php #main header h1 {
  width: 482px;
  height:81px;
  text-indent: -999em;
  background: transparent url(../img/discover.jpg) center center no-repeat;
  margin: 0 auto;
}
body.page-template-page-discover-php #main header h2 {
  text-align: center;
  margin: 30px 0;
  font-size: 34px;
  font-weight: 200;
}
body.page-template-page-discover-php #main .span7 article p {
  font-size: 18px;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
}
.discover-box {
  text-align: center;
  border: 1px solid #f36523;
}
.findthebest-box {
  background-color: #fff;
}
.discover-box article {
  font-size: 16px;
  font-family: "proxima-nova",sans-serif;
  font-style: italic;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  padding: 10px 30px;
}
.discover-box header {
  border-bottom: 1px solid #f36523
}
.discover-box header h3 {
  font-size: 22px;
  font-style: normal;
}
.discover-box article h4 {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
}
.discover-box article p.small {
  font-size: 12px;
}

/* btn white */
.btn_white {
  padding: 7px 18px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600; 
  font-size: 15px;
  color: #000;
  text-decoration: none;
  border: none;
  background: none;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  
  background-color: #0072bc;
  
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);

  border: 1px solid #8dc73f;

  background-image: -webkit-gradient(linear, to top, to bottom, color-stop(0%, #ececec), color-stop(100%, #fefefe));
  background-image: -webkit-linear-gradient(to top, #ececec, #fefefe);
  background-image: -moz-linear-gradient(to top, #ececec, #fefefe);
  background-image: -o-linear-gradient(to top, #ececec, #fefefe);
  background-image: linear-gradient(to top, #ececec, #fefefe);

  margin-bottom: 10px;
}
.btn_white:hover {
  background-color: #fefefe;
  text-decoration: none;
  color: #000;
}
#sub-footer {
  border-top: 1px solid #4f4f4f;
  padding-top: 30px;
}
.copyright {
  float: right;
  width: 40%;
  text-align: right;
}
#sub-footer .container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mobile-apps {
  float: left;
  width: 50%;
}
#mobile-apps p {
  float: left;
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
  letter-spacing: -0.05em;
  margin-right: 10px;
}
#mobile-apps a {
  float:left;
  display: block;
  width: 50px;
  height: 50px;
  background-position: left top;
  background-repeat: no-repeat;
  margin-left: 5px;
}
#mobile-apps a.icon-android {
  background: transparent url('../img/icon-googleplay.png');
}
#mobile-apps a.icon-windows-phone {
  background: transparent url('../img/icon-windows-phone.png');
}
#mobile-apps a.icon-ios {
  background: transparent url('../img/icon-itunes-store.png');
}

/* Find The Best */
body.page-template-page-findthebest-b-php #main .pricing_box {
  margin-bottom: 60px;
  display: inline-block;
}
body.page-template-page-findthebest-b-php #main .pricing_box .item.desc {
  width: 322px;
}
body.page-template-page-findthebest-php #main,
body.page-template-page-findthebest-b-php #main,
body.page-template-page-findthebest-a-php #main
 {
  background: -moz-linear-gradient(top,  #a4cde7 0%, #ffffff 50%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4cde7), color-stop(50%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a4cde7 0%,#ffffff 50%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a4cde7 0%,#ffffff 50%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a4cde7 0%,#ffffff 50%); /* IE10+ */
  background: linear-gradient(to bottom,  #a4cde7 0%,#ffffff 50%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4cde7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */  
  padding-top: 30px;
}
body.page-template-page-findthebest-php #main > .container,
body.page-template-page-findthebest-b-php #main > .container,
body.page-template-page-findthebest-a-php #main > .container {
  background: transparent url('../img/search.png') left top no-repeat;
}
body.page-template-page-findthebest-php #main > .container header h1,
body.page-template-page-findthebest-b-php #main > .container header h1,
body.page-template-page-findthebest-a-php #main > .container header h1 {
  display: block;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 4px;
  font-weight: 700;
}
body.page-template-page-findthebest-b-php #main > .container header h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
body.page-template-page-findthebest-php #main > .container header h1 img {
  text-align: center;
  display: block;
  margin: 0 auto;
}
body.page-template-page-findthebest-b-php #main > .container header h1 img,
body.page-template-page-findthebest-a-php #main > .container header h1 img  {
  text-align: left;
}
body.page-template-page-findthebest-php #main > .container header h1 span,
body.page-template-page-findthebest-b-php #main > .container header h1 span,
body.page-template-page-findthebest-a-php #main > .container header h1 span {
  display: none;
  visibility: hidden;
}
body.page-template-page-findthebest-php #main > .container header h2,
body.page-template-page-findthebest-b-php #main > .container header h2,
body.page-template-page-findthebest-a-php #main > .container header h2 {
  font-size: 56px;
  color: #f26522;
    font-family: "proxima-nova",sans-serif;
  line-height: 1;
  text-align: left;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: -0.02em;
}
body.page-template-page-findthebest-b-php #main > .container header h2 {
  margin-bottom: 20px;
}
body.page-template-page-findthebest-php #main > .container .span7 article,
body.page-template-page-findthebest-b-php #main > .container .span7 article,
body.page-template-page-findthebest-a-php #main > .container .span7 article {
  padding-right: 30px;
  font-size: 20px;
  line-height: 1.3em;
}
body.page-template-page-findthebest-php #main > .container .span7 article ul li,
body.page-template-page-findthebest-b-php #main > .container .span7 article ul li,
body.page-template-page-findthebest-a-php #main > .container .span7 article ul li {
  line-height: 1.3em;
  margin-bottom: 15px;
  list-style: none!important;
  margin-left: 0;
  padding-left: 35px;
  background: transparent url('../img/icon-bullet.png') left 2px no-repeat;
}
body.page-template-page-findthebest-php #main > .container .span7 article h3,
body.page-template-page-findthebest-b-php #main > .container .span7 article h3,
body.page-template-page-findthebest-a-php #main > .container .span7 article h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  font-family: "proxima-nova",sans-serif;
  margin-bottom: 30px;
  margin-top: 0;
}
body.page-template-page-findthebest-php #main > .container .find-best-question,
body.page-template-page-findthebest-b-php #main > .container .find-best-question,
body.page-template-page-findthebest-a-php #main > .container .find-best-question {
  margin-top: 30px;
  width: 100%;
  clear: both;
  display: block;
  margin-top: 40px;
  background: #e6f4e4;
  padding: 20px 20px;
  overflow: hidden;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box; 
}
body.page-template-page-findthebest-php #main > .container .find-best-question p,
body.page-template-page-findthebest-b-php #main > .container .find-best-question p,
body.page-template-page-findthebest-a-php #main > .container .find-best-question p {
  font-size: 17px;
  font-weight: 600;
  font-family: "proxima-nova",sans-serif;
  float: left;
  margin: 0;
  line-height: 40px;
}
body.page-template-page-findthebest-php #main > .container .find-best-question .btn_white,
body.page-template-page-findthebest-b-php #main > .container .find-best-question .btn_white,
body.page-template-page-findthebest-a-php #main > .container .find-best-question .btn_white {
  float: right;
}
body.page-template-page-findthebest-php #main > .container .row,
body.page-template-page-findthebest-b-php #main > .container .row,
body.page-template-page-findthebest-a-php #main > .container .row {
  margin-left: 0;
}
.findthebest-box header {
  padding-bottom: 40px;
  padding-top: 20px;
}
.findthebest-box header h3 {
  font-size: 38px;
  color: #00b7e9;
  font-family: "proxima-nova",sans-serif;
  font-weight: 600;
}
.findthebest-box header h4 {
  font-size: 23px;
  padding: 0 20px;
  font-family: "proxima-nova",sans-serif;
}
.findthebest-box header p {
  font-family: "proxima-nova",sans-serif;
  font-size: 17px;
  margin-bottom: 20px;  
}
.findthebest-box header p.green {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #3cb878; 
  padding: 0 20px;
  margin-bottom: 20px;
  font-family: "proxima-nova",sans-serif;
  font-weight: 600;
}
.btn_green {
  background-color: #3cb878;
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-family: "proxima-nova",sans-serif;
  padding: 10px 20px;
  line-height: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;

  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn_green:hover {
  text-decoration: none;
  background-color: #46d68c;
  color: #fff;
}

/* gform starter */
#gform_6 .ginput_complex .ginput_left,
#gform_6 .ginput_complex .ginput_right {
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 7px; 
  display: block;
  float: left;
}
#gform_6 .ginput_complex .ginput_left {
  padding-left: 0;
}
#gform_6 .ginput_complex .ginput_right {
  padding-right: 0;
}
#gform_6 .ginput_complex input[type=text],
#gform_6 .gf_left_half .ginput_container input[type=text],
#gform_6 .gf_right_half .ginput_container  input[type=text],
#gform_6 .ginput_complex input[type=email],
#gform_6 .gf_left_half .ginput_container input[type=email],
#gform_6 .gf_right_half .ginput_container  input[type=email],
#gform_6 .ginput_complex select,
#gform_6 .gf_left_half .ginput_container select,
#gform_6 .gf_right_half .ginput_container  select,
#gform_6 .ginput_complex input[type=tel],
#gform_6 .gf_left_half .ginput_container input[type=tel],
#gform_6 .gf_right_half .ginput_container  input[type=tel] {
  width: 90%;
}
input.large {
  width: 95%;
}
.pt20 {
  padding-top: 20px;
}

/*New starter*/
#main.teal-bg {
    background: linear-gradient(to bottom, #14a1af 1%, #0065a7 50%);
}
.pricing_box.new-starter {
    overflow: hidden;
    width:75%;
    margin: 0 auto;
    font: 15px/1.2 "proxima-nova";
    font-weight: 600;
    color: #606060;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}
.pricing_box.new-starter .header {
    font-size: 18px;    
    border-bottom: 4px solid #f2814b;    
    padding: 20px;       
    background: #f4f4f4;    
    text-align: center;    
    overflow: hidden;    
    background-color: #fff;   
    background-image: -webkit-gradient(linear, to top, to bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0)));    
    background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));    
    background-image: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));   
    background-image: -o-linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));    
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
} 
.pricing_box.new-starter .item{
    border: none;
    width: 100%;
}
.pricing_box.new-starter .item li{
    border-bottom: 1px solid #d9d9d9 !important;
    padding: 0;
    overflow: hidden;
    line-height: 4em;
}
.pricing_box.new-starter .item li:nth-child(2n){
    background: #fafafa;
}
.pricing_box.new-starter .item li .col-starter{
    display: block;
    float: left;
    width: 50%;
    padding: 0 40px;
    text-align: left;
}
.pricing_box.new-starter .item li .col-starter i{
    margin-right: 8px;
}
.pricing_box.new-starter .item.top li{
    line-height: 5.5em;
}
.pricing_box.new-starter .item li .col-starter.title{
    padding: 0 40px 0 69px;
}
.pricing_box.new-starter .item li .col-starter.amount{
    font-size: 2.5em;
    color: #f2814b;
    text-align: center;
}
.pricing_box.new-starter .item li .col-starter.amount .amount-wrapper{
    float: none;
    margin: 0 auto;
    width: 50px;
    display: block;
    position: relative;
}
.pricing_box.new-starter .item li .col-starter.amount .amount-wrapper .number{
    font-size: 1.5em;
    vertical-align: bottom;
}
.pricing_box.new-starter .item li .col-starter.amount .amount-wrapper .currency{
    position: absolute;
    top: 18px;
    left: 0;
    font-size: 0.5em;
    line-height: 0.5em;
}
.pricing_box.new-starter .item.salereps{
  background: url("../img/starter-salerep-bg.png");
  background-repeat: repeat;
  display: block;
  overflow: hidden;
}
.pricing_box.new-starter .item.salereps .wrapper{
  background: url("../img/sales-rep.png") no-repeat bottom left 15%;
  margin: -15px 0px;
}
.pricing_box.new-starter .item.salereps h2{
  font: 28px/1.2 "proxima-nova";
  font-weight: 600;
  margin-left: 40%;
  padding: 60px 0;
  color: #606060;
  text-align: left;
}
/* RESPONSIVE */
@media (max-width: 1024px) {
  #dcssb-29 { left: 4% !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media all and (max-width: 768px) {
  #sub-footer .container {
    padding: 0 20px;
  }
}
@media all and (max-width: 480px) {
  #step1 .span5 { width: auto; }
  #badge-authorize{ 
    background-size: 100%; 
    width: auto;
  }
  ul.stickNav_style li a .fa, 
  ul.stickNav_style li a i.icon-thumb{
    display: block;
  }
  body.page-template-page-enterprise-php ul.stickNav_style li{
    width: 24%;
  }
  ul.stickNav_style li a{ padding: 12px 6px; }
}

/*Hongkong Landing Page*/
#id_white .sub-plans-pricing li.page_item.page-item-701 {
  display: none !important;
}
#main .hongkong-landing {
  background: -webkit-gradient(linear, left top, left bottom, from(#a5cce6), to(#ffffff));
  padding-bottom: 30px;
  margin-top: -45px;
  padding-top: 45px;
}
#main .hongkong-head {
  padding: 5px;
  background: #ffffff;
  box-shadow: 0px 1px 1px 0px #d1d1d1;
}
#main .hongkong-head .title-head {
  position: absolute;
  bottom: 0;
  max-width: 500px;
  width: 100%;
  padding: 20px;
}
#main .hongkong-head .title-head h1.hongkong-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 50px;
}
#main .hongkong-head .title-head p.hongkong-alternate {
  color: #ffffff;
  font-size: 18px;
}
#main .hongkong-support {
  padding: 20px 0px;
  margin-bottom: 50px;
  background: #fafafa;
  border: 1px solid #e6e6e6;
}
#main .hongkong-support img {
  padding: 0 20px;
}
#main .hongkong-center {
  background: #ffffff;
}
#main .hongkong-content {
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
}
#main .hongkong-content p.hongkong-sub {
  color: #999793;
}
#main .hongkong-content p {
  padding-bottom: 12px;
  font-size: 18px;
  padding-right: 20px;
}
#main .hongkong-content .form-hongkong {
  margin-top: 15px;
  padding: 35px 35px 10px 35px;
  background: #fafafa;
  border: 1px solid #e6e6e6;
}
#main .hongkong-content .form-hongkong img.form-arrow {
  position: absolute;
  right: 355px;
  top: 10px;
}
#main .hongkong-content .form-hongkong .gform_wrapper input[type=text],
#main .hongkong-content .form-hongkong .gform_wrapper input[type=email],
#main .hongkong-content .form-hongkong .gform_wrapper input[type=url],
#main .hongkong-content .form-hongkong .gform_wrapper textarea {
  font-size: 14px!important;
  width: 100% !important;
  padding: 0px 10px;
  border-radius: 0px;
}
#main .hongkong-content .form-hongkong .gform_wrapper input[type=text],
#main .hongkong-content .form-hongkong .gform_wrapper input[type=email],
#main .hongkong-content .form-hongkong .gform_wrapper input[type=url] {
  height: 40px;
}
#main .hongkong-content .form-hongkong .gform_wrapper textarea{
  padding: 10px !important;  
}
#main .hongkong-content .form-hongkong .gform_wrapper .gform_footer {
  text-align: center;
}
#main .hongkong-content .form-hongkong .gform_wrapper .gform_footer .button {
  text-decoration: none;
  border: none;
  outline: 0;
  background: #3cb878;
  -webkit-border-radius: 20px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);
  box-shadow: none;
  color: white;
  font-size: 20px!important;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 8px 17px!important;
  padding-right: 17px!important;
  float: none;
}
#main .hongkong-center .hongkong-why {
  margin-bottom: -50px;
  padding-bottom: 100px;
}
#main .hongkong-center .hongkong-why h3.why-title {
  padding: 60px 0;
}
#main .hongkong-center .hongkong-why p.why-sub-title {
  color: #f36622;
  font-size: 20px;
}
#main .hongkong-center .hongkong-why p.why-content {
  font-size: 20px;
}

/*new table price*/
.page-template-page-plans-pricing #pricing{
  text-align: center;
}
.page-template-page-plans-pricing .tableprice{
  float: none;
  display: inline-block;
  margin-right: 14px;
  vertical-align: top;
  text-align: left;
}
.page-template-page-plans-pricing .tableprice:last-child {
    margin-right: 0;
}

.big-contact article.no-bg {
  background: none;
}