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

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row,
#banner {
  max-width: 1200px;
  margin: 0 auto;
}

.entry {
  position: relative;
}

.entry h3,
.entry-wrapper h3 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
}

.entry h4,
.entry-wrapper h4 {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
}

.button-blue {
  border-radius: 4px !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #5c7ec1;
  background: -moz-linear-gradient(top, #5c7ec1 0%, #33569d 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #5c7ec1),
    color-stop(100%, #33569d)
  );
  background: -webkit-linear-gradient(top, #5c7ec1 0%, #33569d 100%);
  background: -o-linear-gradient(top, #5c7ec1 0%, #33569d 100%);
  background: -ms-linear-gradient(top, #5c7ec1 0%, #33569d 100%);
  background: linear-gradient(to bottom, #5c7ec1 0%, #33569d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c7ec1', endColorstr='#33569d', GradientType=0);
}

.button-blue:hover {
  color: #ffffff;
}

.gradient-yellow {
  background: #ffd40c;
  background: -moz-linear-gradient(top, #ffd40c 0%, #db9424 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffd40c),
    color-stop(100%, #db9424)
  );
  background: -webkit-linear-gradient(top, #ffd40c 0%, #db9424 100%);
  background: -o-linear-gradient(top, #ffd40c 0%, #db9424 100%);
  background: -ms-linear-gradient(top, #ffd40c 0%, #db9424 100%);
  background: linear-gradient(to bottom, #ffd40c 0%, #db9424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd40c', endColorstr='#db9424', GradientType=0);
}

.fatwide {
  padding: 10px 20px 8px !important;
  border: 1px solid #937d00;
  border-radius: 4px !important;
  font-weight: 700;
  font-size: 16px;
  color: #5d4400;
  width: 100%;
}

[class*="boxed"] {
  margin-bottom: 20px;
}

[class*="boxed"] .entry-wrapper {
  border: 1px solid #c9bce7;
}

.boxed-white .entry-wrapper {
  background: #ffffff;
}

.boxed-ltblue .entry-wrapper {
  background: #dee3f3;
}

.paging.boxed-ltblue {
  text-align: center;
  padding: 15px 0;
  background: #dfe2f1;
  border: 1px solid #cabce4;
}

.paging.boxed-ltblue span {
  min-width: 30px;
  padding: 5px 10px;
}

.paging.boxed-ltblue span.active {
  border: 1px solid #cabce4;
}

.boxed-pink .entry-wrapper {
  background: #ffdaeb;
}

.bradius,
.bradius .entry-wrapper {
  border-radius: 6px;
}

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

body {
  color: #000000;
}

#main {
  background: #babfd9;
  background: -moz-linear-gradient(top, #babfd9 0%, #f8f5f9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #babfd9),
    color-stop(100%, #f8f5f9)
  );
  background: -webkit-linear-gradient(top, #babfd9 0%, #f8f5f9 100%);
  background: -o-linear-gradient(top, #babfd9 0%, #f8f5f9 100%);
  background: -ms-linear-gradient(top, #babfd9 0%, #f8f5f9 100%);
  background: linear-gradient(to bottom, #babfd9 0%, #f8f5f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#babfd9', endColorstr='#f8f5f9', GradientType=0);
}

#cover,
#cover_body,
#cover_body #top_container {
  width: 100%;
  margin: 0 auto;
}

#header {
  margin-bottom: 33px;
  width: 100%;
  float: none;
  padding: 0;
  background: #fffaf8 url(../images/top_bg.jpg) repeat-x center top;
  border-bottom: 3px solid #1a2c77;
}

#header .logo {
  float: none;
  margin-top: 8px;
}

#header .right_details {
  width: auto;
}

#header .right_details .top_links {
  float: none;
  padding: 0;
  text-transform: none;
  margin: 0;
  line-height: 1;
  margin-top: 20px;
}

#header .right_details .top_links li:not(:first-child) {
  border-left: 1px solid #3d5d77;
  padding-left: 14px;
  margin-left: 5px;
}

#header .right_details .top_links a {
  font-size: 13px;
}

.fbox {
  display: none;
  width: 80%;
  max-width: 450px;
  position: absolute;
  right: 0;
  margin-right: 35px;
  padding: 15px 40px 10px 20px;
  z-index: 99;
  margin-top: 10px;
  border-radius: 5px;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #d8d8d8 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fefefe),
    color-stop(100%, #d8d8d8)
  );
  background: -webkit-linear-gradient(top, #fefefe 0%, #d8d8d8 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #d8d8d8 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #d8d8d8 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #d8d8d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#d8d8d8', GradientType=0);
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.fbox form {
  margin: 0;
}

.fbox input {
  margin-bottom: 0;
}

.fbox [type="text"],
.fbox [type="password"] {
  height: auto;
  margin: 0 10px 0 0;
  padding: 5px;
}

.fbox .close {
  margin-right: -20px;
}

#lock {
  left: auto;
  right: 0;
  top: 2px;
  margin-right: -35px;
}

#banner {
  margin-bottom: 20px;
  position: relative;
}

#banner img {
  width: 100%;
}

#searchbar {
  position: absolute;
  margin-top: -11.4%;
  z-index: 52;
  width: 100%;
}

#searchbar form {
  margin: 0;
  background: #ffc000;
  padding: 1.5% 3%;
  margin: 0 6%;
  border-radius: 4px;
}

#searchbar form .columns {
  padding-left: 7px;
  padding-right: 7px;
}

#searchbar form input {
  margin: 0;
}

#searchbar form [type="submit"] {
  width: 100%;
  padding: 9px 5px 10px;
}

#searchbar .business-categories .field_wrapper {
  margin: 0;
}

#searchbar .business-categories .field_name {
  display: none;
}

#biz-app {
  overflow: hidden;
}

#biz-app .entry-wrapper {
  background: #ffffff url(../images/app_icon.png) no-repeat 30px bottom;
  padding: 18px 20px;
}

#biz-app .left {
  margin-left: 160px;
}

#biz-app .right {
  margin-top: 25px;
}

#account-type .entry {
  padding: 30px;
}

#account-type .entry-wrapper:before {
  content: "";
  position: absolute;
  border-left: 1px solid #c9bce7;
  height: 100%;
}

#account-type h3 {
  margin: 15px 0 12px;
  color: #0c4484;
}

.button.fat {
  padding: 14px;
  width: 100%;
  max-width: 200px;
}

.button.full {
  padding: 9px 12px;
}

.favorite-links {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.favorite-links li:before {
  content: "\00BB";
}

#video-profile {
  text-align: center;
}

#video-profile h4 {
  text-align: left;
}

#video-profile p {
  margin-top: 10px;
  margin-bottom: 0;
  color: #5e5d5d;
}

#video-profile .entry {
  padding: 15px 0;
}

#video-profile .entry-wrapper {
  padding: 0 30px;
}

#video-profile .entry-wrapper > .row > .columns:not(:first-child) {
  margin-bottom: 30px;
}

#footer {
  width: 100%;
  float: none;
  padding: 0;
  font-size: 12px;
  margin-bottom: 100px;
}

#footer ul {
  float: none;
  margin: 0;
}

#footer li,
#footer a {
  font-size: 12px;
}

#footer li:not(:first-child) {
  border-left: 1px solid #cccccc;
  padding-left: 10px;
}

.sub-aside {
  float: right;
  width: 270px;
  margin-left: 30px;
}

#sub-content {
  overflow: hidden;
}

/*.box {margin-bottom:20px;padding:20px 15px;border:1px solid #bbbbbb;border-radius:5px;background: #e0e0e0; background: -moz-linear-gradient(top,  #e0e0e0 0%, #ffffff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#ffffff)); background: -webkit-linear-gradient(top,  #e0e0e0 0%,#ffffff 100%); background: -o-linear-gradient(top,  #e0e0e0 0%,#ffffff 100%); background: -ms-linear-gradient(top,  #e0e0e0 0%,#ffffff 100%); background: linear-gradient(to bottom,  #e0e0e0 0%,#ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 ); }
.box h4 {font-size: 16px;font-weight:700; line-height: 1.2em; color: #223794; text-transform: uppercase;}
.box p {font-size: 14px; line-height: 1.4em; color: #595959; margin: 10px 0 0 0;}
.img-full-width, .img-full-width img {width:100%;}
*/
.sub-aside .entry {
  padding: 20px;
  text-align: center;
}

#search-results {
  list-style: none;
  margin: 0;
  font-size: 14px;
}

#search-results .boxed-white {
  margin-bottom: -1px;
}

#search-results .biz-info a {
  color: #2f7db3;
}

#search-results h2 {
  margin-bottom: 6px;
  line-height: 1;
  font-size: 18px;
}

#search-results h2 a {
  color: #2841a9;
  font-weight: 700;
  text-decoration: none;
}

#search-results .entry-wrapper {
  padding: 30px;
}

#search-results #search-detail .entry-wrapper .entry {
  padding: 30px 8.33333%;
}

#search-results #search-detail .entry-wrapper li {
  font-size: 14px;
}

#search-results .back-link {
  padding: 20px 30px 10px;
  margin: 0;
}

#search-results .back-link a {
  font-size: 12px;
  color: #a4a4a4;
}

#search-results .even .entry-wrapper {
  background: #f5f5f5;
}

#business-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

#business-info li {
  margin-bottom: 5px;
}

#business-info img:first-child {
  margin-right: 10px;
}

.paging .entry-wrapper {
  padding: 10px;
  text-align: center;
}

.paging .active {
  font-weight: 700;
  text-decoration: underline;
}

.stats {
  text-align: right;
}

.stats label {
  margin-bottom: 5px;
  padding: 5px 10px 5px 40px;
  display: inline-block;
  border: 1px solid #dddddd;
  border-radius: 3px;
  font-size: 16px;
  color: #757575;
  font-weight: 700;
}

.stats > span {
  white-space: nowrap;
}

.stats > a {
  display: inline-block;
  height: 40px;
  width: 65px;
  border: 1px solid #ddd;
  border-radius: 3px 3px 3px 3px;
  line-height: 40px;
  padding: 0 10px 0 35px;
  text-align: left;
  font-weight: 700;
}

.stats .deals {
  background: rgb(255 0 0 / 20%) url(../images/icons/ico_deals_red.png)
    no-repeat 10px center;
  border-color: #f6add0;
  color: #d63882;

  border-color: red;
  color: red;
}

.stats .events {
  background: #d0e9f8 url(../images/icons/ico_calendar_blue.png) no-repeat 10px
    center;
  border-color: #92c6e6;
  color: #1e88d7;
}

.stats .gallery {
  background: #ffffff url(../images/icons/ico_gallery_gray.png) no-repeat 10px
    center;
}

.stats .testimonials {
  background: #ffffff url(../images/icons/ico_testimonial_gray.png) no-repeat
    10px center;
}

.stats label:not(.current) {
  background-color: #fff;
}

.stats > a:hover {
  border-color: #555;
  color: #555;
}

#search-detail h2 {
  margin-bottom: 20px;
  font-size: 30px;
  color: #132469;
  font-weight: 700;
}

#search-detail .tabs {
  text-align: center;
  border-bottom: 1px solid #cccccc;
}

#search-detail .tabs a {
  color: #898989;
  background: none;
}

#search-detail .tabs .active {
  border-bottom: 1px solid #000000;
}

#search-detail .tabs .active a {
  color: #000000;
}

#search-detail .tabs dd > a,
#search-detail .tabs .tab-title > a {
  padding: 1rem;
}

#search-detail .tabs dd > a:hover,
#search-detail .tabs .tab-title > a:hover {
  background: none;
}

#search-detail .tabs dd,
#search-detail .tabs .tab-title {
  display: inline-block;
  float: none;
}

.share-buttons {
  margin-bottom: 15px;
  white-space: nowrap;
}

.share-buttons a:not([class*="gradient"]) {
  margin-bottom: 10px;
  margin-right: -5px;
  border: 1px solid #cccccc;
  display: inline-block;
  padding: 10px 14px 7px;
  font-size: 12px;
  color: #595959;
  text-transform: uppercase;
  font-weight: 700;
  background: #edf1f2;
  background: -moz-linear-gradient(top, #edf1f2 0%, #dee2e3 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #edf1f2),
    color-stop(100%, #dee2e3)
  );
  background: -webkit-linear-gradient(top, #edf1f2 0%, #dee2e3 100%);
  background: -o-linear-gradient(top, #edf1f2 0%, #dee2e3 100%);
  background: -ms-linear-gradient(top, #edf1f2 0%, #dee2e3 100%);
  background: linear-gradient(to bottom, #edf1f2 0%, #dee2e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf1f2', endColorstr='#dee2e3', GradientType=0);
}

.share-buttons img {
  vertical-align: top;
}

.share-buttons .favorites {
  border-radius: 4px 0 0 4px;
}

.share-buttons .share {
  border-radius: 4px 4px 4px 4px;
  position: relative;
}

.share-buttons .favorites + .share {
  border-radius: 0 4px 4px 0;
}

.share-buttons .share .share-box {
  display: none;
  position: absolute;
  top: 0;
  left: 90px;
}

.share-buttons .write-testimonial {
  float: right;
}

.share-buttons .write-testimonial a {
  text-transform: uppercase;
  color: #5d4400;
  font-weight: 700;
  font-size: 12px;
  padding: 10px 14px 7px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #937d00;
}

[class*="tbs-"] {
  margin-right: 10px;
  background: url(../images/icons/sprite_tab_26x21.png) no-repeat left top;
  width: 26px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
}

.tbs-1 {
  background-position: left top;
}

.tbs-2 {
  background-position: left -21px;
}

.tbs-3 {
  background-position: left -42px;
}

.tbs-4 {
  background-position: left -63px;
}

#search-detail .tabs .active .tbs-1 {
  background-position: right top;
}

#search-detail .tabs .active .tbs-2 {
  background-position: right -21px;
}

#search-detail .tabs .active .tbs-3 {
  background-position: right -42px;
}

#search-detail .tabs .active .tbs-4 {
  background-position: right -63px;
}

#search-detail .tabs-content {
  margin-top: 30px;
}

#search-detail .content .entry {
  padding: 0px !important;
}

#search-detail .content .entry > img:first-child {
  float: left;
  margin-right: 40px;
}

#search-detail .content .entry .event-info {
  overflow: hidden;
}

#search-detail .content .entry h3 a {
  font-size: 18px;
  color: #1778b4;
  letter-spacing: 0;
}

#search-detail .content.boxed-ltblue .entry h3 a {
  color: #1778b4;
}

#search-detail .content.boxed-pink .entry h3 a {
  color: #ac387f;
}

#search-detail .content h5 {
  color: #132469;
  font-weight: 700;
}

#search-detail .content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

#search-detail .content .result_record h3 {
  font-size: 16px;
  color: #6c6c6c;
  letter-spacing: 0;
}

#search-detail .detail-title {
  color: #1778b4;
  margin-bottom: 20px;
}

#map_canvas {
  margin-bottom: 20px;
}

#sub-wrapper #searchbar {
  position: static;
  margin-top: 0;
  margin-top: -33px;
  background: #ffc000;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.page_inner {
  border: 1px solid #999999;
  background: #ffffff url(../images/box_top_gradient.png) repeat-x center top;
  float: none;
  margin: 0 auto 20px;
  width: 100%;
  width: auto;
  border-radius: 3px;
}

.dualpart_header {
  margin-bottom: 10px;
}

img.r {
  float: right;
  margin-top: -80px;
}

.ptable {
  padding: 0 20px;
  position: relative;
  clear: both;
}

#price-table {
  background: #e5e5e5;
  padding-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}

#price-table > li {
  padding: 0;
}

#price-table .plan-name {
  padding: 10px 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #4d82b9;
  background: -moz-linear-gradient(top, #4d82b9 0%, #024079 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #4d82b9),
    color-stop(100%, #024079)
  );
  background: -webkit-linear-gradient(top, #4d82b9 0%, #024079 100%);
  background: -o-linear-gradient(top, #4d82b9 0%, #024079 100%);
  background: -ms-linear-gradient(top, #4d82b9 0%, #024079 100%);
  background: linear-gradient(to bottom, #4d82b9 0%, #024079 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d82b9', endColorstr='#024079', GradientType=0);
}

#price-table .plan-price {
  color: white;
  font-weight: 300;
  height: 201px;
  font-size: 0.6rem;
  text-align: left;
  padding: 10px;
  padding-left: 27%;
  background: #3e9dc0;
  background: -moz-linear-gradient(top, #3e9dc0 0%, #276985 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #3e9dc0),
    color-stop(100%, #276985)
  );
  background: -webkit-linear-gradient(top, #3e9dc0 0%, #276985 100%);
  background: -o-linear-gradient(top, #3e9dc0 0%, #276985 100%);
  background: -ms-linear-gradient(top, #3e9dc0 0%, #276985 100%);
  background: linear-gradient(to bottom, #3e9dc0 0%, #276985 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e9dc0', endColorstr='#276985', GradientType=0);
}

#fancybox-wrap {
  padding: 0 !important;
}

#price-table .plan-price h3,
#price-table .plan-price h4 {
  font-weight: 600;
  color: white;
  margin-top: 0;
  margin-bottom: 0;
}

#price-table .plan-price small {
  color: #92bbe0;
}

#price-table .plan-features {
  padding: 10px 20px;
  font-size: 13px;
  text-align: center;
}

#price-table .plan-features ul {
  min-height: 400px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  margin-bottom: 30px;
}

#price-table .plan-features li {
  border-top: 1px groove #d2d2d2;
  text-align: center;
  padding: 8px 0;
}

#price-table .plan-features li:first-child {
  border-top: 0;
}

.free-plans {
  position: absolute;
  width: 100%;
  left: 0;
  top: 10px;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  border-top: 1px solid #aae1eb;
  border-bottom: 1px solid #aae1eb;
  background: #54c0d7;
  background: -moz-linear-gradient(top, #54c0d7 0%, #287baa 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #54c0d7),
    color-stop(100%, #287baa)
  );
  background: -webkit-linear-gradient(top, #54c0d7 0%, #287baa 100%);
  background: -o-linear-gradient(top, #54c0d7 0%, #287baa 100%);
  background: -ms-linear-gradient(top, #54c0d7 0%, #287baa 100%);
  background: linear-gradient(to bottom, #54c0d7 0%, #287baa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54c0d7', endColorstr='#287baa', GradientType=0);
}

#price-table .plan-features .btn {
  top: 0;
  left: 0;
}

#about_you {
  width: 100%;
}

.sub-title {
  font-size: 30px;
  margin-bottom: 20px;
}

#sub-navigation:empty {
  display: none;
}

#sub-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}

#sub-navigation li {
  display: inline-block;
  margin-bottom: -7px;
}

#sub-navigation li .subnav_button {
  font-size: 16px;
  text-transform: none;
  color: #898989;
  padding: 0 5px 10px;
}

#sub-navigation li .subnav_button.subnav_active {
  color: #000000;
  border-bottom: 1px solid #000000;
}

#welcome .page_box {
  float: none;
  width: auto;
  margin: 0;
  margin-bottom: 20px;
}

#welcome .report_line {
  height: auto;
}

#welcome .report_line:first-child {
  line-height: 1.2;
}

.field_label {
  width: auto;
}

.scoot {
  margin-left: 0;
}

#bio_preview {
  width: auto;
}

#lock_left {
  height: 54px;
}

.page_header {
  margin-right: 0;
}

.page_content {
  padding: 0 100px;
}

ul.reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.inline li {
  display: inline-block;
}

.hidden {
  display: none;
}

#specials-nav li {
  margin: 0 10px;
}

#specials-nav li a {
  color: #898989;
}

#specials-nav li a.current {
  color: #000000;
}

#special-radio a:not(.current) {
  background-color: #ffffff;
}

/* BLOG */
.blogroll,
.single {
  border: 1px solid #cfcfcf;
  background: #ffffff;
  padding: 30px;
  border-radius: 6px;
  margin-bottom: 40px;
}

.post {
  margin-bottom: 20px;
}

.post p {
  font-size: 14px;
}

.post:not(:first-child) {
  border-top: 1px solid #e9e9e9;
  padding-top: 20px;
}

.post-title,
.post-title a {
  color: #2841a9;
  font-size: 18px;
  font-weight: 700;
}

.post-meta {
  margin-bottom: 10px;
}

.post-meta,
.post-meta a {
  color: #a7a7a7;
}

.date {
  margin-right: 20px;
}

.more-link {
  font-weight: 700;
}

.post-share {
  float: right;
}

.post-share span {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 3px;
}

.post-share .fb {
  background: url(../images/ico_fb.png) no-repeat;
}

.post-share .tw {
  background: url(../images/ico_tw.png) no-repeat;
}

.post-share .st {
  background: url(../images/ico_st.png) no-repeat;
}

.single .post-image {
  margin-bottom: 20px;
}

.comments {
  font-size: 14px;
}

.comments-title {
  font-size: 16px;
  font-weight: 700;
  margin: 40px 0;
}

.comments .comment {
  border-top: 1px solid #d9d9d9;
  clear: both;
  margin-bottom: 20px;
  padding-top: 20px;
}

.comments h3 + .comment {
  border-top: 0;
  padding-top: 0;
}

.comment-image {
  float: left;
  margin-right: 20px;
}

.comment-info {
  overflow: hidden;
}

.comment-author {
  font-weight: 700;
  margin-bottom: 10px;
}

.comment-meta {
  margin-bottom: 10px;
}

.comments [type="submit"] {
  background: #1894ab;
  border-radius: 4px;
  color: #ffffff;
  border: 0;
  font-weight: 700;
  padding: 10px 20px;
}

.blog-sidebar {
  border: 1px solid #cfcfcf;
  background: #ffffff;
  border-radius: 6px;
  font-size: 14px;
  color: #000000;
}

.blog-sidebar a {
  color: #000000;
}

.blog-sidebar > div {
  padding: 20px;
}

.blog-sidebar > div:not(:first-child) {
  border-top: 1px solid #e9e9e9;
}

.blog-sidebar .search [type="submit"] {
  position: absolute;
  background: url(../images/ico_magglass.png) no-repeat left top;
  width: 16px;
  height: 16px;
  border: 0;
  top: 0;
  right: 0;
  margin: 30px 40px 0 0;
}

.blog-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-sidebar li {
  list-style: none;
  font-size: 14px;
}

.blog-sidebar h3 {
  font-size: 16px;
  font-weight: 700;
}

.fvideo-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.fvideo-block .edit-vid-cont {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 15px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.fvideo-block .video-title {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}

.footerVideo-tab ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 15px 0 10px;
}

.footerVideo-tab ul li {
  margin-right: 10px;
}

.footerVideo-tab ul a {
  font-size: 16px;
  color: #fff;
  background: #008cba;
  padding: 17px 30px;
  font-weight: 700;
  font-style: italic;
}

/**/
.logo_image.oval {
  overflow: hidden;
  border-radius: 80% 80% 80% 80%;
}

.logo_image.square img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.logo_image.square {
  height: 280px;
  width: 100%;
  max-width: 280px;
}

.logo_image.rectangle {
  width: 100%;
  height: 180px;
  overflow: hidden;
  max-width: 280px;
}

.logo_image.rectangle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

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

[class*="visible-medium"] {
  display: none !important;
}

.tiny[data-reveal] {
  width: 600px;
}

.tiny[data-reveal],
.tiny[data-reveal] p,
.tiny[data-reveal] li {
  font-size: 14px;
}

.sub-aside .entry h3 {
  color: #2868a6;
  margin-top: 30px;
  font-size: 1.4rem;
  font-weight: 500;
}

.sub-aside .entry p {
  color: #999;
  margin-top: 30px;
  font-size: 1rem;
  font-weight: 300;
}

.new_row_index {
  display: flex;
  flex-wrap: wrap;
}

/*Switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align: middle;
  margin: 0px 0px 0 6px;
  margin-bottom: 5px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #cccccc;
  background-color: #e2e6e7;
  background-color: red;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch .slider:before {
  position: absolute;
  content: "off";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  font-weight: 700;
  color: red;
}

.switch input:checked + .slider {
  background-color: #5173b7;
  background-color: forestgreen;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #5173b7;
  background-color: forestgreen;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background: #fff;
  content: "on";
  color: forestgreen;
}

/**/
.red {
  color: red;
}

select[multiple] {
  height: auto;
}

.author {
  margin-top: 15px;
  font-size: 14px;
}

.testimonial-head {
  font-weight: 700;
  color: #3a67a6;
  font-size: 18px;
}

.testimonial-body {
  font-style: italic;
}

.testimonial-list input {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.testimonial-list li {
  /* border: 1px solid #000; */
  list-style-type: none;
  margin-bottom: 10px;
  padding: 10px;
}

.test-cont {
  margin-left: 25px;
  margin-right: 10px;
}

.edit-vid-cont {
  width: 450px;
  margin-top: 75px;
  margin-bottom: 75px;
}

#cover_body p {
  margin: 10px 0;
  overflow: hidden;
}

.details span {
  overflow: hidden;
  width: 100% !important;
  display: block;
}

.field_container.acForm-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.acForm-group {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 8px;
}

.acForm-group.half-width {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.acForm-group.half-width.ac_checkbox {
  margin-top: 34px;
}

.acForm-group.half-width.ac_checkbox {
  margin-top: 0;
}

.acForm-group.half-width.ac_checkbox span {
  width: 100%;
  text-align: left;
  margin-bottom: 6px;
}

/*.blinking*/

.flashing_red-light {
  animation: blinkingTextred 0.8s infinite;
}

@keyframes blinkingTextred {
  0% {
    color: red;
  }

  59% {
    color: red;
  }

  70% {
    color: transparent;
  }

  99% {
    color: red;
  }

  100% {
    color: red;
  }
}

.Flashing_Blue-Light,
.flashing_blue-light {
  animation: blinkingTextblue 0.8s infinite;
}

@keyframes blinkingTextblue {
  0% {
    color: blue;
  }

  59% {
    color: blue;
  }

  70% {
    color: transparent;
  }

  99% {
    color: blue;
  }

  100% {
    color: blue;
  }
}

.deals,
.Flashing_Red-Light {
  animation: blinkingTextred 0.8s infinite;
}

@keyframes blinkingTextred {
  0% {
    color: red;
  }

  59% {
    color: red;
  }

  70% {
    color: transparent;
  }

  99% {
    color: red;
  }

  100% {
    color: red;
  }
}

.events {
  animation: blinkingTextblue 0.8s infinite;
}

@keyframes blinkingTextblue {
  0% {
    color: #1e88d7;
  }

  59% {
    color: #1e88d7;
  }

  70% {
    color: transparent;
  }

  99% {
    color: #1e88d7;
  }

  100% {
    color: #1e88d7;
  }
}

/**/

.video_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 30%);
  text-align: center;
  padding: 0 15px;
}

.video_popup .video_popupInner {
  top: 20px;
  left: 50%;
  max-width: 680px;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  padding: 20px 30px 0px;
  transform: translateX(-50%);
  box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}

#popup_detail_page {
  margin-bottom: 10px;
  display: block;
  text-align: left;
}

.video_popup .video_popup_v {
  width: 100%;
}

.video_popup .video_popupInner {
  position: relative;
}

.video_popup .close-btn {
  position: absolute;
}

.video_popup .close-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  font-style: inherit;
  font-size: 14px;
  border: 1px solid #222;
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  width: 25px;
  text-align: center;
  background: #222222;
  color: #fff;
  cursor: pointer;
}

.search_vid {
  margin-top: 10px;
}

.show_popup {
  cursor: pointer;
}

/*Banner Text*/

.bannerText-block {
  top: 0;
  position: absolute;
  z-index: 99;
  color: #ffc000;
  font-size: 24px;
  padding: 10px;
}

.banner_text {
  padding: 10px;
  display: inline-block;
}

.single_heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.single_heading .business_right_list {
  margin-top: 25px;
}

.single_heading .page_header {
  max-width: calc(100% - 200px);
}

/* tabs starts*/
.main-div-tab {
  display: flex;
  align-items: center;
}
.tabs-tab {
  width: 20%;
  padding: 10px;
  text-align: center;
  border: 1px solid silver;
  border-radius: 30px;
  cursor: pointer;
}
.active {
  background-color: #c2c6dd;
}
.tabs-content-rep {
  display: none;
  margin-top: 50px;
}
.tab1-content {
  display: block;
}
/* tabs ends*/

#price-table .small_text {
  font-size: 10px;
  line-height: 12px;
}

.right-arrow-span img {
  width: 14px;
  margin-bottom: 4px !important;
}

.row-advertiser {
  display: flex;
  gap: 20px;
}
button.small, .button.small{ padding: 0.6rem 1rem; }
.showUploadedVids{ display: flex; flex-wrap: wrap; gap: 10px;margin-bottom: 20px; }
.showUploadedVids .videSn{ flex: 45%; }


/*==========================

        Responsive

============================*/

@media only screen and (max-width: 1700px) {
  .footerVideo-tab ul a,
  .fvideo-block .edit-vid-cont button {
    padding: 14px 15px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .hidden-medium {
    display: none !important;
  }

  .visible-medium-block {
    display: block !important;
    border: 0 !important;
  }

  .visible-medium-inline {
    display: inline !important;
  }

  #biz-app .right {
    float: none !important;
    clear: left;
    margin-left: 160px;
  }

  #footer {
    text-align: center;
  }

  #footer ul li:first-child {
    display: block;
    margin-top: 10px;
  }

  #footer ul li:first-child + li {
    border: 0;
    padding-left: 0;
    margin-left: 0;
  }

  #footer .iconHold {
    float: none !important;
    margin-bottom: 10px;
  }

  .stats {
    text-align: left;
    margin-top: 20px;
  }

  .hidden-medium {
    display: none;
  }

  .summary .share-buttons {
    float: none !important;
  }

  .page_content {
    padding: 0 8%;
  }

  .logo_image.rectangle {
    height: 140px;
    max-width: 280px;
  }

  .logo_image.square {
    height: 218px;
  }
  #price-table .plan-features ul {
    min-height: 500px;
  }

  p.home-select-plan {
    height: 100px;
  }

  img.r.choose-plan-img {
    display: none;
  }

  .row-advertiser {
    margin-top: 40px;
  }
  .showUploadedVids .videSn{ flex: 50%; }  
}

@media only screen and (max-width: 767px) {
  #search-detail .content .entry img:first-child {
    float: none;
    margin-bottom: 10px;
  }

  .logo_image.rectangle {
    height: 120px;
    max-width: 280px;
  }

  .logo_image.square {
    height: 166px;
  }

  #searchbar {
    margin-top: -12.4%;
  }

  .bannerText-block {
    font-size: 20px;
    padding: 8px 10px;
  }
}

@media (max-width: 680px) {
  .acForm-group.half-width {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .acForm-group.half-width.ac_checkbox span {
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }

  .acForm-group.half-width.ac_checkbox {
    margin-top: -8px;
    margin-bottom: 5px;
  }

  .single_heading .page_header {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .single_heading {
    margin-bottom: 20px;
  }

  .single_heading .business_right_list {
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .resp-tbl table {
    border: 0;
  }

  p.home-select-plan {
    height: auto;
  }

  .row-advertiser {
    flex-wrap: wrap;
  }

  .adv-col-1 {
    border-right: none !important;
  }

  .resp-tbl table,
  .resp-tbl thead,
  .resp-tbl tbody,
  .resp-tbl th,
  .resp-tbl td,
  .resp-tbl tr {
    display: block;
  }

  .resp-tbl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .resp-tbl tr {
    border: 1px solid #ccc;
    margin-bottom: 20px;
  }

  .resp-tbl td {
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }

  .resp-tbl td:before {
    position: absolute;
    top: 17px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  .resp-tbl td:before {
    content: attr(data-title);
  }

  .resp-tbl td strong {
    font-weight: 400;
    font-size: 14px;
  }

  #searchbar {
    position: static;
    margin-top: 0;
  }

  #searchbar form {
    margin: 0;
    border-radius: 0;
    padding: 18px 20px;
  }

  #searchbar form input {
    margin-bottom: 10px;
  }

  #searchbar form [type="submit"] {
    margin-bottom: 0;
  }

  #biz-app .entry-wrapper {
    background-image: none;
  }

  #biz-app .left,
  #biz-app .right {
    margin-left: 0;
  }

  #biz-app img {
    margin-bottom: 10px;
  }

  #biz-app br {
    display: none;
  }

  #account-type .entry-wrapper:before {
    display: none;
  }

  #account-type .entry-wrapper .columns:not(:first-child) .entry {
    border-top: 1px solid #c9bce7;
  }

  .sub-aside {
    float: none;
    margin: 0 auto;
  }

  .share-buttons .write-testimonial {
    float: none;
  }

  #search-results #search-detail .entry-wrapper .entry {
    padding-left: 0;
    padding-right: 0;
  }

  #search-results .entry-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  #price-table li:not(:first-child) .plan-name {
    padding: 10px 0;
  }

  #price-table .plan-features ul {
    min-height: 0;
  }

  .free-plans {
    font-size: 14px;
  }

  .action-tbl td {
    padding-left: 10px;
  }

  #specials-nav .text-right {
    text-align: left !important;
  }

  .tiny[data-reveal] {
    width: 300px;
    left: 50%;
    margin-left: -150px;
    min-height: 0;
  }

  .logo_image.square {
    height: 180px;
    width: 180px;
  }

  .logo_image {
    margin-bottom: 15px;
  }

  .video_popup .video_popupInner {
    padding: 20px 20px 0px;
  }

  .bannerText-block {
    display: none;
  }
  .showUploadedVids{ flex-direction: column; }
}

@media only screen and (max-width: 480px) {
  .hide-for-phone {
    display: none !important;
  }

  #header .right_details .top_links {
    margin-top: 5px;
  }

  #header .right_details .top_links .hide-for-phone + li {
    border: 0;
    margin-left: 0;
    padding-left: 0;
  }

  #footer ul li {
    display: block;
    border: 0 !important;
  }
}
