body {
  margin: 0px;
}
#page, #site_bar_content, #page_container > footer, #page_container > header {
  width: 1000px;
  margin: 0px auto;
}
#body_content_left {
  float: left;
  width: 600px;
}
#body_content_right {
  float: right;
  width: 400px;
}
#body_content_left .inner {
  padding-right: 10px;
}     
#body_content_right .inner {
  padding-left: 10px;
}     
#body_content.no_body_content_left #body_content_right,
  #body_content.no_body_content_right #body_content_left {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.menu ul {
  margin: 0px;
  padding: 0px;
}
.menu li {
  padding: 0px;
  margin: 0px 9px 0px 0px;
  list-style: none;
  float: left;
}
.menu li.last {
  margin-right: 0px;
}
.menu li.selected > a {
  font-weight: bold;
}
.inquiries form label {
  width: 150px;
  float: left;
}
.inquiries form input {
  width: 200px;
}
.inquiries form input, .inquiries form textarea {

}
.inquiries form textarea {

}
.inquiries form .actions {
  margin-left: 150px;
}
.inquiries form .actions input {
  width: auto;
}
.inquiries .field {
  margin: 12px 0px;
}
.inquiries form {
  padding-top: 12px;
}
.page_not_live {
  border: 1px solid #A00027;
  color: #A00027;
  background: #FFB1B1;
  padding:3px 9px;
  font-weight:bold;
  width:auto;
}


/*
  Override default refinery application CSS below.
  Formatting applies to all frontend.
*/

@import url(http://fonts.googleapis.com/css?family=Volkhov:700);

html {
  padding: 0px;
  margin: 0px;
}
body {
  background: url("/images/bkg-light.jpg") repeat fixed 0 0 #e6e6e6;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color: #564b47;
  padding: 0px;
  margin: 0px;
}
a,
a:visited {
  color: #3a6697;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
.pink_button {
  font-family: verdana;
}
p {
  padding-bottom: 12px;
}
#header {
  padding: 3px;
}
#left {
  /*position: absolute;
	left: 0px;*/
  width: 160px;
  color: #564b47;
  margin: 0px;
  padding: 0px;
  margin-right: 16px;
  margin-left: 10px;
}
#left .logo {
  /*padding: 0 20px;*/
  margin-top: -25px;
  margin-bottom: 12px;
}
#left .logo img {
  margin-bottom: 0 auto;
  width: 100%;
}
#left .menu ul {
  list-style: none;
  /*margin: 0 20px;*/
  padding: 0px;
  background: #f9f9f9;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 1px 3px #878686;
  -webkit-box-shadow: 0px 1px 3px #878686;
  box-shadow: 0px 1px 3px #878686;
}
#left .menu ul li {
  float: none;
  margin: 0;
}
#left .menu ul li a {
  display: block;
  border-bottom: 1px solid #cccccc;
  padding: 6px 0px 6px 10px;
  text-decoration: none;
  color: #577dac;
  width: 150px;
}
#left .menu ul li.selected a {
  font-weight: bold;
  background: #dae8f6;
  color: #3a6697;
}
#left .menu ul li.last a {
  border-bottom: none;
}
#left .menu ul li a:hover,
#vertmenu ul li a:focus {
  color: #3a6697;
  background: #dae8f6;
}
#content {
  /*margin: 0 20px 0 -70px;
	min-width: 480px;*/
  padding: 0;
  position: relative;
  height: 0;
  width: 940px;
}
#content .search {
  margin: 0px;
  /*float: left;
	height:20px;*/
  position: absolute;
  right: 2%;
  top: 21px;
}

#content .login {
  margin-top: 77px;
  padding: 6px 6px 6px 0;
  height: 14px;
}
.login1 {
  width: 340px;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}
.login {
  width: 1290px;
  margin: 0px auto;
}
.login2 {
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}
.top_banner_m {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top_banner_m .top_add_bnr {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 1px;
}
#content .search input#query {
  width: 200px;
}
#right {
  color: #564b47;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  width: 240px;
}
#right .ad_content {
  padding: 6px 12px 0 16px;
  font-size: 11px;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

#container {
  /*left: 50%;border:1px solid red;
    margin-left: -674px;   
    position: absolute;
	 min-width: 1340px;*/
  width: 1310px;
  margin: 0px auto;
  margin-top: 10px;
}

#content_wrapper {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  width: 940px;
  min-height: 400px;
  height: auto;
  /*float:left;*/
  overflow: hidden;
  -moz-box-shadow: 0px 1px 3px #878686;
  -webkit-box-shadow: 0px 1px 3px #878686;
  box-shadow: 0px;
  position: relative;
}
#content_wrapper #social_media {
  margin-left: 20px;
  min-width: 400px;
  padding-top: 10px;
  /*padding-left: 20px;width: 100%;*/
}

#body_content {
  float: left;
  width: 60%;
  padding: 0 0 24px 0;
}

#main #side_content {
  float: left;
  width: 33%;
  padding: 10px;
  background: #f9f9f9;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 1px 3px #878686;
  -webkit-box-shadow: 0px 1px 3px #878686;
  box-shadow: 0px 1px 3px #878686;
  margin-left: 18px;
  margin-bottom: 24px;
  height: 180px;
  overflow: auto;
}

#main #side_content p {
  font-size: 13px;
}
#main table {
  width: 95%;
}
#main table td {
  padding: 3px;
}
#main table td.attribute {
  text-align: left;
}
#footer {
  font-size: 10px;
  width: 940px;
  padding-top: 10px;
  text-align: justify;
  position: relative; /*left: 50%;margin-left:-412px;*/
}
.pink_button {
  height: 27px;
  line-height: 27px;
  display: inline-block;
  padding: 0 14px 0;
  font-weight: bold;
  text-decoration: none;
  color: #4c182b;
  background: url(/images/pink_button_bg.png) repeat-x;
  font-size: 15px;
  text-align: center;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-shadow: 1px 1px 1px #cacaca;
  border: 3px solid #d6c0c8;
  -webkit-background-clip: padding-box;
}
.pink_button:hover {
  background-position: 0 -27px;
}

.grey_button,
.white_button {
  height: 23px;
  line-height: 23px;
  display: inline-block;
  padding: 0 14px 0;
  font-weight: bold;
  text-decoration: none;
  color: #1f1f1f;
  background: url(/images/grey_button_bg.png) repeat-x;
  font-size: 12px;
  text-align: center;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-shadow: 1px 1px 1px #cacaca;
  border: 3px solid #4a4847;
  -webkit-background-clip: padding-box;
}
.grey_button:hover {
  background-position: 0 -24px;
}
a.grey_button {
  text-decoration: none;
}
.white_button {
  background: #cecece;
  border-color: #bebebe;
  color: #333;
  text-shadow: 1px 1px 1px #fff;
}
.white_button:hover {
  background: #dedede;
}
#mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 8;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}

.mar_ital {
  font-style: italic;
  color: #396696;
}

#hero {
  -moz-border-radius-topright: 1px 1px;
  border-top-right-radius: 1px 1px;
  -moz-border-radius-topleft: 1px 1px;
  border-top-left-radius: 1px 1px;
  background: url(/images/notebook_bg.png) repeat-x #dae8f6;
  padding: 15px 22px 18px 23px;
  border-bottom: 2px solid #577dac;
}

#hero p {
  margin: 0px;
  font-size: 13px;
}

#hero p a {
  color: #508891;
  text-decoration: underline;
  font-weight: bold;
}

#hero .left {
  width: 320px;
  float: left;
}

#hero .left strong {
  font-style: italic;
}

#hero .left p {
  margin: 12px 0px 18px 0px;
  font-size: 15px;
  line-height: 18px;
}

#hero .left #tour {
  vertical-align: 25px;
  margin-left: 3px;
  font-size: 13px;
  color: #403d3c;
}
#tour a {
  color: #403d3c;
}
#hero section.right {
  width: 485px;
  float: right;
  margin-top: 14px;
}

#hero h1 {
  font-size: 30px;
  line-height: 36px;
  text-shadow: 1px 1px 0 #ffffef;
  margin: 0px;
}
.wf-active #hero h1 {
  font-size: 36px;
}

#hero #card_wrapper {
  position: relative;
}
#hero section .features {
  float: left;
  height: 80px;
  width: 218px;
  background-color: #fafafa;
  -moz-border-radius: 6px 6px;
  border-radius: 6px 6px;
  /*border: 1px solid #dcdcc2;*/
  border: 1px solid #a2c0c4;
  overflow: hidden;
  position: absolute;
  margin-left: 22px;
  margin-bottom: 22px;
  text-align: center;
}
#hero section .features .features_head {
  background-image: url(/images/green_wood.png);
  width: 219px;
  height: 27px;
  text-align: center;
}

#hero .features_head h1 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
  margin: 0px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
#hero .features_head h1 a {
  color: #fff;
  text-decoration: none;
  display: block;
}

#hero .features_head h1 a:hover {
  text-decoration: underline;
}

.wf-active #hero .features_head h1 {
  font-size: 17px;
}

#hero section .features .features_fade {
  background-image: url(/images/features_fade.png);
  display: block;
  position: absolute;
  bottom: 0px;
  width: 203px;
  height: 10px;
  left: 9px;
}

#hero section .features ul,
#hero #plans ul {
  padding: 7px 11px;
  margin-left: 18px;
  text-align: left;
  font-size: 12px;
  line-height: 17px;
  list-style-image: url(/images/check.png);
}

#hero section .features .grey_button {
  margin-left: auto;
  margin-right: auto;
}
/* @end */

/* @group Dark Row */

#dark_row {
  background-image: url(/images/dark_bg.png);
  width: 868px;
  padding: 0px 14px;
  height: 162px;
}

#dark_row section {
  width: 268px;
  height: 162px;
  color: white;
  overflow: hidden;
}
#dark_row section#first {
  border-right: 1px solid #292929;
  padding: 18px 12px 0 6px;
  height: 144px;
  width: 255px;
}

#dark_row section#second {
  border-left: 1px solid #494949;
  border-right: 1px solid #292929;
  width: 280px;
  padding-left: 16px;
}

#dark_row section#third {
  border-left: 1px solid #494949;
  padding: 17px 6px 17px 21px;
  float: left;
  height: 128px;
}
#dark_row section h1 {
  font: bold 15px verdana;
  margin-bottom: 6px;
}

#dark_row section p {
  font-size: 13px;
  color: #cccccc;
  margin-bottom: 9px;
  line-height: 14px;
}

#dark_row #third {
}

/* @end */

/* @group Teal Security Section */

.teal {
  background-color: #577dac;
  height: 46px;
  overflow: hidden;
  padding: 0px 45px;
}

.teal h1 {
  line-height: 44px;
  display: inline;
  margin-right: 19px;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  float: left;
  text-shadow: -1px -1px 1px #333;
}

.teal.security .security_icons {
  margin: 7px 2px 0px;
  float: left;
  height: 29px;
}

.teal.security p {
  display: block;
  width: 260px;
  float: right;
  font-size: 13px;
  line-height: 15px;
  color: white;
  margin: 8px 7px;
  float: left;
}
.teal.enterprise p {
  display: block;
  width: 430px;
  float: right;
  font-size: 13px;
  line-height: 15px;
  color: white;
  margin: 8px 7px;
  float: left;
}
.teal.security #more_on_security_button,
.teal .button {
  margin: 7px 0px 0px 0px;
}
/* @en

d */

/* @group Main Section */

#main {
  padding: 20px 0 0 25px;
}

#main h1 {
  font-size: 28px;
  line-height: 44px;
}

#main h2 {
  font-weight: lighter;
  margin-bottom: 2px;
  line-height: 22px;
  font: 19px verdana;
}

#main .features {
  float: left;
  width: 405px;
  margin: 14px 0px 0px;
}

.border {
  border: 3px solid #dcdcdc;
  width: 135;
  height: 135px;
  display: block;
  float: left;
}
.border img,
.border {
  width: 135;
  height: 135px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.even_cls {
  margin-top: 10px;
  border: 1px solid #dae8f6;
  background: #dae8f6;
  padding: 12px;
}
.odd_cls {
  margin-top: 10px;
  border: 1px solid #ddefeb;
  background: #ddefeb;
  padding: 12px;
}
.digg_pagination {
  background: white;
  cursor: default;
}
.digg_pagination a,
.digg_pagination span,
.digg_pagination em {
  padding: 0.2em 0.5em;
  display: block;
  float: left;
  margin-right: 1px;
}
.digg_pagination .disabled {
  color: #999999;
  border: 1px solid #dddddd;
}
.digg_pagination .current {
  font-style: normal;
  font-weight: bold;
  background: #2e6ab1;
  color: white;
  border: 1px solid #2e6ab1;
}
.digg_pagination a {
  text-decoration: none;
  color: #105cb6;
  border: 1px solid #9aafe5;
}
.digg_pagination a:hover,
.digg_pagination a:focus {
  color: #000033;
  border-color: #000033;
}
.digg_pagination .page_info {
  background: #2e6ab1;
  color: white;
  padding: 0.4em 0.6em;
  width: 22em;
  margin-bottom: 0.3em;
  text-align: center;
}
.digg_pagination .page_info b {
  color: #000033;
  background: #6aa6ed;
  padding: 0.1em 0.25em;
}
.digg_pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .digg_pagination {
  height: 1%;
}
*:first-child + html .digg_pagination {
  overflow: hidden;
}
.previousNext {
  background: #396696;
  width: 67px;
  font-family: verdana;
  font-size: 13px;
  color: #ffffff !important;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #396696;
  padding: 5px 10px;
}

#main .features .text {
  float: left;
  margin-top: 2px;
  margin-left: 25px;
  display: block;
  width: 215px;
}
#main.plans_pricing .features .text {
  margin-left: 0px;
  margin-bottom: 10px;
}
#main.plans_pricing .features .text p {
  width: 380px;
}

#main .features .text h2,
.stripe h3 {
  color: #822949;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  font-family: verdana;
}

#main .features .text p {
  width: 220px;
  line-height: 18px;
  font-size: 12px;
}
#main h3,
#main h4 {
  font-weight: bold;
  font-family: verdana;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  line-height: 22px;
}

#main h3 {
  margin-top: 8px;
}

#main p a,
#main h2 a,
#main h3 a,
#main h4 a {
  color: #3a6697;
  text-decoration: underline;
}

#main h4 {
  font-weight: normal;
  font-size: 13px;
}
#main p {
  font-size: 13px;
  margin: 0px;
  min-height: 15px;
  height: auto;
}
.dash {
  border-top: 1px;
  margin-top: 10px;
  border-style: dashed;
  border-color: #b6b6b6;
}
#hero .plan_large .plans_head {
  background-image: url(/images/green_wood_large_wide.png);
  width: 199px;
  height: 46px;
  padding-top: 11px;
  text-align: center;
  font-variant: normal;
}
#hero .plans_head {
  background-image: url(/images/green_wood_large.png);
  width: 179px;
  height: 46px;
  padding-top: 11px;
  text-align: center;
}
#hero .plans_head h1 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 23px;
  margin: 0px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.wf-active #hero .plans_head h1 {
  font-size: 23px;
}
#hero .plans_head h2 {
  color: #fff;
  margin: 0px;

  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  font: 15px "Myriad Pro", Arial, Helvetica, Geneva, sans-serif;
  font-weight: lighter;
}

#hero .plans_head h2 strong {
  font-weight: 100;
}

.stripe {
  padding-top: 6px;
  text-align: center;
  background-color: #dcdb94;
  width: 100%;
  height: 22px;
}
#hero #plans ul {
  font-size: 16px;
  line-height: 25px;
  margin-top: 8px;
  margin-bottom: 7px;
}
#site_bar_content {
  width: 990px;
  margin: 0 auto 10px;
}

.simple_captcha {
  border: 1px solid #ccc;
  padding: 5px !important;
}
.simple_captcha,
.simple_captcha div {
  display: table;
}
.simple_captcha .simple_captcha_field,
.simple_captcha .simple_captcha_image {
  border: 1px solid #ccc;
  margin: 0px 0px 2px 0px !important;
  padding: 0px !important;
}
.simple_captcha .simple_captcha_image img {
  margin: 0px !important;
  padding: 0px !important;
  width: 110px !important;
}
.simple_captcha .simple_captcha_label {
  font-size: 12px;
}
.simple_captcha .simple_captcha_field input {
  width: 150px !important;
  font-size: 16px;
  border: none;
  background-color: #efefef;
}
.search_btn {
  background: #396696;
  width: 67px;
  font-family: verdana;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #396696;
  padding: 4px 0px;
}

.search_btn:hover {
  background: #6496cb;
}

.save_btn {
  width: 200px;
  height: 22px;
  background-color: #0066ff;
  font-family: arial;
  font-size: 12px;
  color: #ffffff;
}
.popup {
  position: absolute;
  top: 50px;
  right: 20px;
  display: none;
  z-index: 9999;
}

.pop_arrow {
  background: url(/images/up_arrow.png) no-repeat;
  height: 12px;
  width: 24px;
  margin-top: -18px;
  margin-left: 99px;
  position: relative;
}

.popup_link_div {
  position: relative;
  margin-right: 0px;
  float: right;
}

.popup_div {
  border: 1px solid #ccc;
  border-top: none;
  min-height: 50px;
  height: auto;
  position: relative;
  min-width: 90px;
  width: 200px;
  padding: 6px;
  z-index: 2;
  top: -6px;
  left: 21px;
  background: #fafafa;
  box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-size: 11px;
}
.popup_div a {
  display: block;
  border-bottom: 1px solid #cccccc;
  line-height: 18px;
  padding: 2px;
  padding-left: 0px;
  padding-bottom: 1px;
  margin: 5px 2px;
  color: #577dac;
  font-weight: bold;
  text-decoration: none;
}
.popup_div a:hover {
  background: #dae8f6;
  color: #577dac;
}
.popup_div li {
  display: block;
  line-height: 18px;
  padding: 2px;
  padding-left: 10px;
  padding-bottom: 1px;
  margin: 5px 2px;
  color: #577dac;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px solid #efefef;
}
.popup_div li:hover {
  background: #dae8f6;
  color: #577dac;
}

.inner_contener {
  width: auto;
  height: auto;
  margin: 0;
  padding: 20px;
  float: left;
}

.head {
  width: 483px;
  height: 20px;
  margin: 0;
  padding: 3px 0px 3px 10px;
  background-color: #396696;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

.bdr {
  border: 1px solid #396696;
  margin: 0 0 10px 0;
  width: 491px;
}
.checkout {
  background: url("https://www.paypalobjects.com/en_US/i/btn/btn_paynowCC_LG.gif")
    no-repeat;
  margin: 10px;
  width: 139px;
  height: 48px;
  border: none;
  cursor: pointer;
}

.btn_submit {
  min-width: 67px;
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
  background: #396696;
  font-size: 13px;
  font-family: verdana;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #396696;
}

.btn_submit:hover {
  background: #6496cb;
}

.txt_bx {
  width: 360px;
  padding: 10px 0 10px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 2px #ccc;
  -webkit-box-shadow: 0px 1px 2px #ccc;
  box-shadow: 0px 1px 2px #ccc;
  border: 1px solid #c8c8c8;
  color: #333;
  font-weight: bold;
  font-family: verdana;
  font-size: 12px;
  outline: none;
}
.visible_city_custom {
  margin-left: 130px;
  width: 184px;
  outline: none;
  padding: 10px 1px;
}
.invisible_city_custom {
  margin-left: 130px;
  width: 368px;
  outline: none;
  padding: 10px 1px;
}
.display_city_custom {
  width: 184px;
  display: inline-block;
}
.none_city_custom {
  width: 184px;
  display: none;
}
.search_box {
  width: 200px;
  padding: 5px 0 6px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  outline: none;
}
.rnew_lnk {
  background: none;
  border: none;
  font-family: verdana;
  font-size: 12px;
  color: #3a6697;
  text-decoration: underline;
  cursor: pointer;
}
.pagination_container a {
  font-weight: bold;
}
.pagination_container em {
  font-weight: bold;
  color: #3a6697;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.cb {
  clear: both;
}
.top_banner_m {
  /*style="float:left;padding:5px 20px 0 5px; margin-left:205px;margin-bottom:-23px;width: 1010px;"*/
  width: 940px;
}
.right_add_google {
  width: 160px;
  margin-right: 10px;
}

/* For responsive design */
.search-custom {
  width: 300px;
}
.header_search_custom {
  display: none;
}
.f-banner-content {
  margin-top: 0px;
  float: right;
  margin-right: 29px;
  max-width: 550px;
}
.all-connect-social {
  float: none;
  margin: 0px; /*float:left; margin:10px 0px 10px 44px;*/
}
.notorn_block {
  margin: 20px 0px 0px 0px;
  width: 160px;
}
.menu_res {
  position: relative;
  left: -2px;
  top: 54px;
  display: none;
}
.search_res {
  position: relative;
  right: 0px;
  top: -55px;
  display: none;
  z-index: 99999;
  float: right;
}
.menu_res img {
  width: 26px;
}
.terms_n_con {
  border: none;
  font-family: verdana;
  font-size: 11px;
  width: 568px;
  height: 80px;
  overflow: auto;
  border-bottom: 1px solid #ccc;
}
.place-sp {
  margin-left: 100px;
}
.space-mf {
  margin-left: 106px;
}
.margin20-each {
  margin: -20px 0 0 20px;
}
.con-gap {
  float: right;
  margin: 3% 3% 0 0;
}
.down-csv {
  float: right;
  margin-right: 54px;
  margin-top: -60px;
  text-align: center;
}
.contact-us-now {
  padding-top: 0px;
}
.contact-us-now table {
  margin: 0 0 5px 9px;
  width: 100%;
}
.sub-info {
  width: 96%;
  margin: 20px 0 0 20px;
  border: 1px solid #333;
}
.pay-info {
  width: 96%;
  margin: 20px 0 0 20px;
  border: 1px solid #333;
}
.each-text-con {
  margin: 20px 0;
}
.each-text-con .txt_bx {
  width: 382px;
}
.lb {
  padding: 8px;
  width: 86px;
}

/*@media only screen and (max-width:1300px){
body, html{overflow-x:hidden !important}
#container{width:1280px;}
.login1, .login2{width:1280px;text-align:right; padding-right: 30px;}
#google_image_div{width:130px !important}
.img_ad{width:130px !important}

}*/
.login {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  #container {
    width: 98%;
    margin: 15px auto 0;
  }
  .login {
    width: 100%;
    padding: 0;
  }
  .login2 {
    padding: 0 20px;
  }
  #left {
    width: 12.5%;
    margin-left: 0;
    margin-right: 0;
  }
  #content {
    width: 73%;
    margin: 0 1%;
  }
  .right_add_google {
    width: 12.5%;
    margin-right: 0;
    text-align: center;
  }
  .top_banner_m {
    width: 100%;
  }
  .top_banner_m .top_add_bnr {
    width: 50%;
    box-sizing: border-box;
  }
  .top_banner_m .top_add_bnr a {
    display: block;
    width: 100%;
    padding-right: 5px;
    box-sizing: border-box;
  }
  .top_banner_m .top_add_bnr a:nth-child(2n + 2) {
    padding-right: 0;
  }
  .top_banner_m .top_add_bnr a img {
    max-width: 100%;
    width: 100%;
    height: auto !important;
  }
  #content_wrapper {
    width: 100%;
  }
  .norton {
    margin-left: 30px;
  }
  .f_banner_content {
    padding: 0px 45px;
    box-sizing: border-box;
  }
  .f_social {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 1039px) {
  #container {
    width: 1020px;
  }
  .login1,
  .login2 {
    width: 1020px;
    max-width: 100%;
    text-align: center;
    padding-right: 0px;
  }
  .login1 {
    float: none;
  }
  #content,
  .top_banner_m,
  #content_wrapper,
  #footer {
    width: 800px;
    position: relative;
    z-index: 9999;
  }
  .slideshow img,
  .top_banner_m img {
    width: 395px !important;
    z-index: 1;
  }
  #content_wrapper #social_media {
    min-width: 230px;
    float: left;
  }
  #banner_static {
    margin-left: 0px !important;
  }
  .place-sp {
    margin-left: 0px;
  }
  .space-mf {
    margin-left: 24px;
  }
  .all-connect-social {
    margin: 15px 0px;
  }
  #terms {
    z-index: 9999999 !important;
  }
  .cover_term {
    z-index: 9999999 !important;
  }
  /* .down-csv {float: left; margin:20px 0 0 24px; text-align: center;} */
  .down-csv {
    text-align: center;
  }
  .flash_notice,
  .flash_notice *,
  .flash_error,
  .flash_alert {
    z-index: 99999 !important;
    width: 94% !important;
  }
  .popup {
    z-index: 9999999;
  }
  .popup_div {
    left: -68px !important;
  }
  .add_sens {
    overflow: hidden;
    width: 0px;
  }
  .flash a#flash_close {
    display: none;
  }
  .top_banner_m .top_add_bnr {
    width: 100%;
    float: none;
  }
  .top_banner_m .top_add_bnr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .top_banner_m .top_add_bnr a img {
    height: auto;
    width: 100% !important;
  }
  .norton {
    margin-left: 0px;
  }
  .f_social {
    padding: 0px 45px !important;
  }
}

@media only screen and (max-width: 800px) {
  #container {
    width: 700px;
  }
  .login1,
  .login2 {
    float: left;
    padding-left: 17%;
    text-align: left;
    width: auto;
  }
  #content,
  .top_banner_m,
  #content_wrapper,
  #footer {
    width: 700px;
  }
  .top_banner_m img {
    width: 337px !important;
  }
  .slideshow img {
    width: 100% !important;
  }
  #content_wrapper #social_media {
    min-width: 230px;
    float: left;
  }
  #main #side_content {
    width: 89% !important;
  }
  .search-custom {
    background: #dae8f6;
    padding: 10px;
    position: relative;
    right: -65px;
    top: -8px;
    width: 300px;
    display: none;
    z-index: 99999;
    border: 1px solid #333;
    float: right;
  }
  .header_search_custom .search-custom {
    display: block;
  }
  .f-banner-content {
    float: left;
    margin-left: 34px;
  }
  .right_add_google {
    display: none;
  }

  #left {
    width: 95%;
  }
  #left .logo {
    text-align: center;
    margin-top: 0px;
  }
  #left .logo img {
    width: 60%;
  }
  #left .menu ul {
    display: none;
  }
  #left .menu ul li a {
    width: 98.5%;
  }
  .notorn_block {
    margin: 20px auto;
    width: 20%;
    display: none;
  }
  .search_res,
  .menu_res {
    display: block;
  }
  .margin20-each {
    margin: 0 20px;
  }
  #body_content {
    width: 94%;
    padding: 0 8px 24px;
  }
  .ad-con-new table {
    width: 100% !important;
  }
  .ad-con-new table tr td img {
    width: 100px !important;
  }
  .norton {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 650px) {
  #container {
    width: 600px;
  }
  #content,
  .top_banner_m,
  #content_wrapper,
  #footer {
    width: 596px;
  }

  .top_banner_m img {
    width: 292px !important;
  }
  .slideshow img {
    width: 100% !important;
  }
  #content_wrapper #social_media {
    min-width: 230px;
    float: left;
  }
  #main #side_content {
    width: 85% !important;
  }
  #hero h1 {
    font-size: 18px;
    line-height: 20px;
  }
  #hero {
    font-size: 18px !important;
    line-height: 20px;
  }
  .f-banner-content {
    margin-right: 0;
  }

  .all-connect-social {
    margin: 10px 43px;
  }
  .login1,
  .login2 {
    padding-left: 12%;
  }

  .head {
    width: 532px !important;
  }
  .bdr {
    width: 540px !important;
  }
  .txt_bx {
    width: 330px !important;
  }
  .terms_n_con {
    width: 535px;
  }
  #terms_add .head {
    width: 477px !important;
  }
  .flash_notice,
  .flash_notice *,
  .flash_error,
  .flash_alert {
    width: 87% !important;
  }
  .edit_member table tr td label {
    padding-left: 1px !important;
  }
  .g-spc {
    height: 20px;
    clear: both;
  }
  .lb {
    text-align: left !important;
  }
  .norton {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 630px) {
  #container {
    width: 460px;
  }
  #left {
    width: 95%;
  }
  #left .logo {
    text-align: center;
    margin-top: 0px;
  }
  #left .logo img {
    width: 60%;
  }
  #left .menu ul li a {
    width: 97.5%;
  }
  .notorn_block {
    margin: 20px auto;
    width: 28%;
  }
  .login1,
  .login2 {
    padding-left: 6%;
  }
  #content,
  .top_banner_m,
  #content_wrapper,
  #footer {
    width: 456px;
  }
  .f-banner-content {
    margin-left: 0px;
  }
  .all-connect-social {
    margin: 10px -10px;
  }
  #main #side_content {
    width: 90% !important;
    margin-left: 0;
  }
  .top_banner_m img {
    width: 100% !important;
  }

  .head {
    width: 396px !important;
  }
  .bdr {
    width: 404px !important;
  }
  .bdr ol li {
    margin-left: 0px !important;
  }
  .txt_bx {
    margin: 10px 0 15px !important;
  }
  table tr td .txt_bx {
    margin: 0 !important;
    width: 270px !important;
  }
  .terms_n_con {
    width: 535px;
  }
  .individual_event .event_image {
    margin: 0 23px 10px 34px !important;
  }

  .cover_term {
    width: 408px !important;
  }
  #terms_add .head {
    width: 384px !important;
  }
  .selected_by_wym {
    max-width: 100% !important;
  }
  #img1 {
    width: 270px;
  }
  .ajaxful-rating {
    margin: 0 -8px !important;
  }
  .digg_pagination a,
  .digg_pagination span,
  .digg_pagination em {
    margin-right: 8px !important;
  }
  .sub-info,
  .sub-info .head {
    font-size: 10px;
  }
  .pay-info,
  .pay-info .head {
    font-size: 10px;
  }
  .sub-info {
    margin: 20px 0 0 4px;
  }
  .pay-info {
    overflow-x: scroll;
    width: 87%;
  }
  .norton {
    margin-left: 0px;
  }
  .f_banner_content {
    padding: 0px;
  }
  .f_social {
    padding: 0px 45px !important;
  }
}

@media only screen and (max-width: 380px) {
  #container {
    width: 346px;
  }
  #left .logo {
    text-align: center;
    margin-top: 0px;
  }
  #left .logo img {
    width: 60%;
  }
  #left .menu ul li a {
    width: 96%;
  }
  .notorn_block {
    margin: 20px auto;
    width: 53%;
  }
  #content,
  .top_banner_m,
  #content_wrapper,
  #footer {
    width: 346px;
  }
  .search-custom {
    top: -25px;
    width: 285px;
    right: -3px;
  }
  #main #body_content .head {
    width: 288px !important;
  }
  #main #body_content .bdr {
    width: 404px !important;
  }
  #main #body_content table tr td .txt_bx {
    width: 191px !important;
  }
  #main.contact-us-now #body_content .head {
    width: 316px !important;
  }
  #main.contact-us-now #body_content .bdr {
    width: 324px !important;
  }
  #main.contact-us-now #body_content table tr td .txt_bx {
    width: 200px !important;
  }
  .contact-us-now table {
    margin: 0 0 5px -4px;
    width: 100%;
  }
  .all-connect-social div {
    width: 84px;
  }
  .all-connect-social img {
    max-width: 100%;
  }
  table tr td .txt_bx {
    width: 156px !important;
  }
  .head {
    width: 275px !important;
  }
  .bdr {
    width: 283px !important;
  }
  .txt_bx {
    width: 240px !important;
  }
  .terms_n_con {
    width: 283px;
  }
  .cover_term {
    width: 300px !important;
  }
  #terms_add .head {
    width: 289px !important;
  }
  #terms_add table {
    margin-left: -20px;
  }
  #main table {
    font-size: 10px;
  }
  #main table tr td label {
    font-size: 11px;
  }
  .edit_member table.bdr {
    width: 269px !important;
  }
  .each-text-con {
    margin: 10px 0;
  }
  .lb {
    padding: 0;
  }

  .login1,
  .login2 {
    padding-left: 2%;
  }
  #left {
    width: 95%;
  }
  #main {
    padding: 20px 0 0;
  }
  .search_res {
    right: -5px;
    top: -58px;
  }
  .menu_res {
    left: -9px;
  }
  .each-text-con .txt_bx {
    width: 289px !important;
  }
  .norton {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 340px) {
  #container {
    width: 300px;
  }

  #content,
  .top_banner_m,
  #content_wrapper,
  #footer {
    width: 300px;
  }
  .search-custom {
    top: -25px;
    width: 285px;
    right: -9px;
  }
  #main #body_content .head {
    width: 288px !important;
  }
  #main #body_content .bdr {
    width: 404px !important;
  }
  #main #body_content table tr td .txt_bx {
    width: 191px !important;
  }
  #main.contact-us-now #body_content .head {
    width: 264px !important;
  }
  #main.contact-us-now #body_content .bdr {
    width: 271px !important;
  }
  #main.contact-us-now #body_content table tr td .txt_bx {
    width: 160px !important;
  }
  .contact-us-now table {
    margin: 0 0 5px -4px;
    width: 100%;
  }
  .all-connect-social div {
    width: 84px;
  }
  .all-connect-social img {
    max-width: 100%;
  }
  table tr td .txt_bx {
    width: 135px !important;
  }
  .head {
    width: 242px !important;
  }
  .bdr {
    width: 250px !important;
  }
  .txt_bx {
    width: 203px !important;
  }
  .terms_n_con {
    width: 250px;
  }
  .cover_term {
    width: 262px !important;
  }
  #terms_add .head {
    width: 240px !important;
  }
  #terms_add table {
    margin-left: -20px;
  }
  #main table {
    font-size: 8px;
  }
  #main table tr td label {
    font-size: 11px;
  }
  .edit_member table.bdr {
    width: 269px !important;
  }
  .each-text-con {
    margin: 10px 0;
  }
  .lb {
    padding: 0;
  }

  .login1,
  .login2 {
    padding-left: 0.5%;
  }
  #left {
    width: 100%;
    margin: 0;
  }
  #main {
    padding: 20px 5px 0;
  }
  .search_res {
    right: -4px;
  }
  .menu_res {
    left: 2px;
  }
  .norton {
    margin-left: 0px;
  }
}


/* Default error colouring */

article, nav, header, footer, aside, hgroup, section{
	display:block;
}

div.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  border-top: 3px solid #F27F7F;
  background: #FFBEBE;
  padding: 10px;
}

#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
  color: #9C2626;
}

/* Browser Hacks */

/* remove borders from images */

a img {
  border: 0px none;
}

/*
Firefox Dotted Line Fix
  - http://sonspring.com/journal/removing-dotted-links
*/
a:focus {
  outline: none;
}

/*
Clearfix docs
 - Main docs: http://positioniseverything.net/easyclearing.html
 - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clearfix:after, section:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; /* for height 0, it's necessary to force overflow hidden */
  clear: both;
  visibility: hidden;
}
.clearfix, section {
  display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix, section {
  display:block;
}
/* End hide from IE Mac */


/*
  Override default refinery formatting below.
  Formatting applies to backend WYSIWYG editors and all frontend.
*/

.fieldWithErrors, .fieldWithErrors * {
    color: #564B47;
}
#errorExplanation {
    background: none repeat scroll 0 0 #FFBEBE;
    border-top: 3px solid #F27F7F;
    margin-left: 20px;
    padding: 10px;
}

/* alignment styles */
.text-align-left  {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-align-justify {
  text-align: justify;
}

/* block alignment styles */
.image-align-left {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}
.image-align-right {
  float: right;
  margin-left: 6px;
  margin-bottom: 6px;
}

/* font sizes */
.font-size-small {
  font-size: 0.75em;
}
.font-size-normal {
  font-size: 1em;
}
.font-size-large {
  font-size: 1.25em;
}

/*
  Override default refinery 'theme' styles here.
  These only apply when using custom WYMeditor CSS.
*/