.profile_update {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFF;
  padding: 25px;
  text-align: left;
  color: #cccccc;
  width: 400px;
  position: relative;
}

.profile_update h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: normal;
  color: #000;
}

.profile_update p {
  margin-bottom: 15px;
}

.popup_btn_cnt {
  padding-top: 30px;
  display: inline-block;
  min-width: 320px;
  text-align: right;
  float: right;
}

.profile_update .popup_btn {
  color: #318c83;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  margin-left: 25px;
  margin-bottom: 5px;
  border: none;
  background: none;
}

.profile_update .popup_btn:hover {
  color: #3079be;
}

.profile_update .fancybox-close-small {
  display: none;
}

.profile_update {
  margin: auto;
  min-width: inherit;
}

.popup_btn_cnt {
  min-width: inherit;
}

@media (max-width: 767px) {
  .profile_update {
    width: 90%;
    margin: auto;
    min-width: inherit;
  }
  .popup_btn_cnt {
    min-width: inherit;
  }
}
.profile_update.fancybox-content {
  overflow: visible;
}

.profile_update #dialog__close_button {
  width: 24px;
  height: 24px;
  position: absolute;
  left: -24px;
  top: 0;
  text-align: center;
  display: none;
  cursor: pointer;
}
.profile_update #dialog__close_button i {
  font-size: 24px;
}

.profile_update.dark {
  background: #030303;
}
.profile_update.dark * {
  color: white;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}

a img {
  border: 0;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
  display: block;
}

a img {
  border: 0;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0 0 0 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  background-color: #ebebeb;
  color: #000000;
}

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

a {
  outline: none;
}

p {
  padding: 0;
  margin: 0;
}

li {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1 {
  font-size: 26px;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 22px;
  margin: 0;
  padding: 0;
}

h4 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}

h5 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

h6 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

ol li {
  list-style: decimal inside;
  margin-left: 0;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

input[type=checkbox] {
  height: 15px;
  margin-right: 5px;
  width: 15px;
}

input[type=text] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c6cbcb;
  outline: none;
  padding: 5px;
  height: 54px;
  font-size: 14px;
  font-weight: 400;
}

input[type=password] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c6cbcb;
  outline: none;
  padding: 5px;
}

::selection {
  background: #004d93;
  color: #FFF;
}

::-moz-selection {
  background: #004d93;
  color: #FFF;
}

input[type=text] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c6cbcb;
  outline: none;
  padding: 5px;
}

input[type=password] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c6cbcb;
  outline: none;
  padding: 5px;
}

.hidden {
  position: absolute;
  left: -99999px;
}

@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-Light.eot");
  src: url("../fonts/DIN-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Light.woff2") format("woff2"), url("../fonts/DIN-Light.woff") format("woff"), url("../fonts/DIN-Light.ttf") format("truetype"), url("../fonts/DIN-Light.svg#DIN-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Alt Lt";
  src: url("../fonts/ProximaNovaA-Light.eot");
  src: url("../fonts/ProximaNovaA-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaA-Light.woff2") format("woff2"), url("../fonts/ProximaNovaA-Light.woff") format("woff"), url("../fonts/ProximaNovaA-Light.ttf") format("truetype"), url("../fonts/ProximaNovaA-Light.svg#ProximaNovaA-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
.aligned-items > .row {
  letter-spacing: -4px;
  font-size: 0;
}

.aligned-items > .row [class^=col-] {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 14px;
  float: none;
}

.container {
  width: 975px;
}

#editForm {
  height: 100%;
}

footer {
  padding: 40px 0 60px;
  font-family: "Nunito", sans-serif;
  background-color: #2e2e2e;
  color: #fff;
}
footer a:hover {
  color: #ead0ff;
}

.ftr_followus p {
  margin-bottom: 10px;
}
.ftr_followus a {
  margin-right: 10px;
}
.ftr_followus a:hover {
  opacity: 0.8;
}

#header_top {
  background-color: white;
  padding-top: 18px;
  padding-bottom: 10px;
  width: 100%;
  z-index: 99999999999;
}
#header_top #create_new_div {
  display: inline-block;
  float: right;
}

#header_middle {
  background-color: #E4E0D8;
  height: 50px;
}
#header_middle #create_new_nav_item {
  display: none;
}
#header_middle #profile_img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: #FFFFFF 2px solid;
  width: 30px;
  height: 30px;
}

#header_bottom {
  background-color: #2e2e2e;
  width: 100%;
  height: 50px;
}
#header_bottom #page_title_div {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: white;
  font-size: 14px;
  padding-top: 15px;
  text-transform: uppercase;
}
#header_bottom #page_title_div #title_create_new_div {
  display: none;
  float: right;
}
#header_bottom .header_bottom_link {
  float: right;
  margin-top: 7px;
}
#header_bottom .header_bottom_link a {
  float: right;
  line-height: 35px;
  padding: 0 33px;
  border: #FFFFFF 1px solid;
  color: #FFFFFF;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
}
#header_bottom .header_bottom_link a:hover {
  background: #3078be;
  border: 1px solid transparent;
}

.logo img {
  max-width: 249px;
  max-height: 55px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  #header_bottom .header_bottom_link {
    margin-bottom: 7px;
  }
  .container {
    width: 100%;
  }
  .ftr_address {
    margin-bottom: 20px;
  }
  .ftr_followus {
    margin-bottom: 20px;
  }
  #header_top {
    height: 55px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  #header_top #create_new_div {
    display: none;
  }
  #header_middle {
    height: 0px;
  }
  #header_middle .menu {
    height: 0px;
  }
  #header_middle #create_new_nav_item {
    display: inline-block;
  }
  #header_bottom {
    height: auto;
  }
  #header_bottom #page_title_div {
    font-size: 12px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  #header_bottom #page_title_div #title_create_new_div {
    display: inline-block;
  }
  #header_bottom .header_bottom_link a {
    font-size: 11px;
    line-height: 25px;
    padding: 0 18px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
  }
  .logo img {
    max-width: 158px;
    max-height: 35px;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 40px 0 60px;
    font-family: "Nunito", sans-serif;
    background-color: #2e2e2e;
    color: #fff;
  }
  footer a:hover {
    color: #ead0ff;
  }
  .ftr_followus p {
    margin-bottom: 10px;
  }
  .ftr_followus a {
    margin-right: 10px;
  }
  .ftr_followus a:hover {
    opacity: 0.8;
  }
}
#account_dropdown {
  position: absolute;
  z-index: 99;
  top: 50px;
  right: 15px;
  width: 150px;
  visibility: hidden;
  background-color: white;
  border: 1px solid #969696;
}
#account_dropdown .account_dropdown_item {
  padding: 3px 10px;
  width: 100%;
  height: 25px;
}
#account_dropdown .account_dropdown_item a {
  color: #2e2e2e;
}
#account_dropdown .account_dropdown_item a:hover {
  color: #2e2e2e;
}
#account_dropdown .account_dropdown_item:hover {
  background-color: #e4e0d8;
}

.menu {
  height: 50px;
  vertical-align: middle;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 14px;
}
.menu .selected_item {
  color: #949190;
}
.menu #profile_div {
  display: inline-block;
  float: right;
  padding-top: 10px;
}

#mobile_menu_account, #mobile_menu_admin, #mobile_menu_login, #mobile_menu_logout {
  display: none;
}

#nav_list {
  text-indent: -99999em;
}

.profile-link {
  color: #3078be;
}

.profile-link:hover {
  color: #29649d;
}

.pushmenu ul {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pushmenu ul li {
  display: inline-block;
  position: relative;
  height: 50px;
  vertical-align: middle;
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.pushmenu ul li a {
  color: #2e2e2e #2e2e2e;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 14px;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  background-color: transparent;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
.pushmenu ul li a:hover {
  color: #3078be;
  transition: none;
  -webkit-transition: nonee;
  -moz-transition: nonee;
  -o-transition: none;
}
.pushmenu ul li a:focus {
  color: #29649d;
  outline: none;
}
.pushmenu ul li.active a {
  color: #29649d;
}

@media (max-width: 767px) {
  .buttonset {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
  }
  .buttonset .active {
    background-image: url(../images/close_button_dark.png) !important;
    background-size: contain;
    width: 24px;
    height: 24px;
  }
  .menu {
    padding-top: 0;
  }
  .menu .selected_item {
    color: #949190;
  }
  .menu #profile_div {
    display: none;
  }
  #mobile_menu_account, #mobile_menu_admin, #mobile_menu_login, #mobile_menu_logout {
    display: block;
  }
  #nav_list {
    background-image: url(../images/toggle_icon_dark.png);
    background-position: left top;
    background-repeat: no-repeat;
    float: right;
    background-size: contain;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 15px;
    text-indent: -99999em;
    top: 12px;
    width: 30px;
  }
  .pushmenu {
    background-color: #2a2a2a;
    color: white;
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
    margin: 0;
    position: fixed;
    overflow-y: auto;
  }
  .pushmenu ul {
    text-align: left;
    padding: 0;
  }
  .pushmenu ul li {
    display: block;
    background-image: none;
    border-top: 1px solid #cfcfcf;
    padding: 0;
    float: none;
    height: auto;
  }
  .pushmenu ul li a {
    padding: 14px 25px;
    display: inline-block;
    text-align: left;
    font-size: 20px;
    color: white;
  }
  .pushmenu ul li a:hover {
    border: none;
    color: #FFF !important;
  }
  .pushmenu-left {
    right: -240px;
  }
  .pushmenu-left.pushmenu-open {
    right: 0;
  }
  .pushmenu-push {
    overflow-x: hidden;
    position: relative;
    right: 0;
  }
  .pushmenu-push-toright {
    right: 240px;
  }
  .pushmenu,
  .pushmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pushmenu ul li.active a {
    border-bottom: 0;
    color: #fff;
  }
  .pushmenu ul li:first-child a {
    border: none !important;
  }
  .pushmenu ul li:first-child,
  .pushmenu ul li:last-child {
    border-top: 1px solid #cfcfcf;
  }
  .pushmenu-left .select_btn {
    font-size: 16px;
    display: block;
    background-color: #41baae;
    display: block;
    font-size: 18px;
    margin: 20px auto !important;
    padding: 10px 20px;
    text-align: center;
    width: 164px;
    display: block !important;
    border: 1px solid transparent !important;
  }
}
@media (max-width: 480px) {
  #mobile_menu_account, #mobile_menu_admin, #mobile_menu_login, #mobile_menu_logout {
    display: block;
  }
  .pushmenu ul li:first-child,
  .pushmenu ul li:last-child,
  .pushmenu ul li {
    border-top: 1px solid #3a3a3a;
  }
}
#create_new_popup .hoverbox_content {
  margin-top: 60px;
}
#create_new_popup .hoverbox_content label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 0.6px;
}
#create_new_popup .hoverbox_content .txt_box {
  width: 100%;
  color: #000;
  background-color: #FFF;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  height: 54px;
  border-radius: 5px;
  border: 1px solid #c6cbcb;
  margin-bottom: 10px;
}
#create_new_popup .hoverbox_content .txt_box.txt_box1 {
  width: 45px;
}
#create_new_popup .hoverbox_content .txt_box.txt_box2 {
  width: 52px;
}
#create_new_popup .hoverbox_content #hoverboxTitle {
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #747474;
  padding-bottom: 8px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
#create_new_popup .hoverbox_content .white_logo {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
#create_new_popup .hoverbox_content tr td {
  padding-bottom: 12px;
}
#create_new_popup .hoverbox_content .radio_btns {
  float: left;
  margin-right: 30px;
}
#create_new_popup .hoverbox_content .radio_btns .radio_btn {
  float: left;
  margin-top: 1px;
  margin-right: 6px;
}
#create_new_popup .hoverbox_content .radio_bg_create .radio_btns {
  float: left;
  margin-right: 50px;
}
#create_new_popup .hoverbox_content .radio_bg_create .radio_btns label {
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  font-weight: 300;
}
#create_new_popup .hoverbox_content .radio_bg_create .radio_btns label span {
  position: relative;
}
#create_new_popup .hoverbox_content .radio_bg_create .radio_btns label span:after {
  content: "";
  position: absolute;
  left: -25px;
  top: 0px;
  width: 20px;
  height: 20px;
  background-image: url("../images/radio.png");
  background-repeat: no-repeat;
  background-position: right 0;
}
#create_new_popup .hoverbox_content .plan_submit_btn {
  background-color: #3078be;
  color: #fff;
  font-size: 15px;
  border-radius: 20px;
  padding: 10px 45px;
  border: none;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.5px;
  width: 190px;
  margin-bottom: 20px;
}
#create_new_popup .hoverbox_content .plan_submit_btn:hover, #create_new_popup .hoverbox_content #premium_plans_box .hoverbox_content .plan_submit_btn:focus {
  outline: none;
  background-color: #29649d;
}
#create_new_popup .hoverbox_content .plan_submit_btn:focus {
  background-color: #2e2e2e;
}
#create_new_popup .hoverbox_content .plan_submit_btn.disabled {
  background-color: #CCCCCC;
}
#create_new_popup .hoverbox_content .powered_by {
  left: 0px;
  position: absolute;
  width: auto;
  margin: auto;
  text-align: right;
  right: -200px;
}
#create_new_popup .plan_submit_btn.create_btn {
  color: #fff;
  font-size: 15px;
  border: 1px solid #fff !important;
  border-radius: 20px;
  padding: 10px 45px;
  border: none;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.5px;
  width: 190px;
  background-color: transparent;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#create_new_popup .plan_submit_btn.create_btn:hover {
  background-color: #e6e4e4;
  color: #2e2e2e;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#create_new_popup.hover_box {
  width: 454px;
  margin: auto;
}
#create_new_popup.hover_box .hoverbox_content p {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.1px;
  margin-bottom: 30px;
}
#create_new_popup.hover_box .close_modal {
  right: -205px;
  top: 0px;
  margin-top: 28px;
}

#create_new_popup .hoverbox_content .radio_btns label input[type=checkbox], #create_new_popup .hoverbox_content .radio_btns label input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#create_new_popup .hoverbox_content .radio_btns label input:checked ~ span:after {
  background-image: url("../images/radio.png");
  background-position: right -20px;
}

.delete_popup {
  background-image: url(../images/pinkbox_popup_bg.jpg);
  background-repeat: no-repeat;
  min-height: 460px;
  padding-bottom: 10px;
  background-position: center center;
}
.delete_popup .btn {
  min-width: auto;
  margin: 0px 10px;
}
.delete_popup .cancel_btn {
  border: 2px solid transparent;
  background-color: #3078bd;
}
.delete_popup .cancel_btn:hover {
  background-color: #1c63a7;
}
.delete_popup .delete_btn {
  background-color: transparent !important;
}
.delete_popup .delete_btn:hover {
  border: 2px solid #3078bd;
  background-color: #3078bd !important;
}
.delete_popup .pinkbox_content {
  margin-top: 14px;
}
.delete_popup .hoverbox_title {
  font-weight: 400;
  margin-bottom: 20px;
}
.delete_popup .hoverbox_title {
  margin-bottom: 19px;
}

#edit_logo_box {
  padding: 10px;
  top: 100px;
}
#edit_logo_box #edit_logo_box_content {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 30px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}
#edit_logo_box #edit_logo_box_content #select_add_logo_button {
  width: 175px;
}
#edit_logo_box #edit_logo_box_content #select_logo_file_text {
  font-size: 16px;
}
#edit_logo_box #edit_logo_box_content #upload_add_logo_button {
  display: inline-block;
  width: 175px;
}
#edit_logo_box #edit_logo_box_content #upload_add_logo_button a:hover {
  color: white;
}

#edit_tour_box {
  padding: 10px;
  top: 100px;
}
#edit_tour_box #edit_tour_box_content {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 30px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}
#edit_tour_box #edit_tour_box_content #select_add_photos_button {
  width: 210px;
  border: #FFFFFF 1px solid;
  padding: 7px 60px;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: capitalize;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#edit_tour_box #edit_tour_box_content #select_add_photos_button:hover {
  background-color: #3078be;
  border: #3078be 1px solid;
}
#edit_tour_box #edit_tour_box_content #num_select_add_files {
  font-size: 16px;
}
#edit_tour_box #edit_tour_box_content #upload_add_photos_button {
  display: inline-block;
  width: 210px;
  border: #FFFFFF 1px solid;
  padding: 7px 60px;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: capitalize;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#edit_tour_box #edit_tour_box_content #upload_add_photos_button:hover {
  background-color: #3078be;
  border: #3078be 1px solid;
}
#edit_tour_box #edit_tour_box_content #add_default_image_button {
  display: inline-block;
  width: 210px;
  border: #FFFFFF 1px solid;
  padding: 7px 20px;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: capitalize;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#edit_tour_box #edit_tour_box_content #add_default_image_button:hover {
  background-color: #3078be;
  border: #3078be 1px solid;
}

.hover_box {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  display: none;
  left: 0;
  margin: auto;
  padding: 25px;
  position: fixed;
  right: 0;
  top: 65px;
  z-index: 99999999;
}
.hover_box .close_modal {
  display: inline-block;
  float: right;
  margin-right: 5px;
  margin-top: 5px;
  position: absolute;
  right: 0px;
  opacity: 0.7;
}
.hover_box .close_modal:hover {
  cursor: pointer;
  opacity: 1;
}
.hover_box .hoverbox_title {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  color: #FFF;
  font-size: 30px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  text-align: center;
}
.hover_box .hoverbox_title span {
  display: block;
  font-size: 15px;
  text-align: center;
}
.hover_box .hoverbox_title.pinkbox_title {
  margin-top: 30px;
  padding-bottom: 0;
}
.hover_box .hoverbox_title.pinkbox_title span {
  display: inline-block;
  font-size: 30px;
}
.hover_box .hoverbox_content {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  display: table;
}
.hover_box p {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 17px;
  text-align: center;
}
.hover_box .txt_box {
  height: 30px;
}

.hover_box.pinkbox_popup .close_modal {
  top: 12px;
  right: 12px;
}

.hover_box.upgrade_popup .hoverbox_title.pinkbox_title {
  padding-bottom: 20px;
}

.pinkbox_popup {
  width: 750px;
  background-color: #472266;
  min-height: 450px;
  text-align: center;
}
.pinkbox_popup .btn {
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 10px 0px;
  color: #fff;
  text-align: center;
  width: 130px;
  font-size: 15px;
}
.pinkbox_popup .btn:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
}
.pinkbox_popup img {
  max-width: 100%;
}

#share_box {
  padding: 20px;
  top: 90px;
}
#share_box td {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
}
#share_box input[type=text] {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 10px;
  color: black;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 15px;
}

#subscribe_box {
  padding: 20px;
  top: 90px;
}
#subscribe_box td {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 12px;
}
#subscribe_box .hoverbox_content {
  margin-top: 60px;
}
#subscribe_box .hoverbox_content label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
  letter-spacing: 0.3px;
}
#subscribe_box .hoverbox_content .txt_box {
  width: 100%;
  color: #2e2e2e;
}
#subscribe_box .hoverbox_content .txt_box.txt_box1 {
  width: 45px;
}
#subscribe_box .hoverbox_content .txt_box.txt_box2 {
  width: 52px;
}
#subscribe_box .hoverbox_content #hoverboxTitle {
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid #747474;
  padding-bottom: 12px;
  text-align: center;
  margin-bottom: 15px;
}
#subscribe_box .hoverbox_content .white_logo {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
#subscribe_box .hoverbox_content tr td {
  padding-bottom: 12px;
}
#subscribe_box .hoverbox_content .radio_btns {
  float: left;
  width: 50%;
}
#subscribe_box .hoverbox_content .radio_btns .radio_btn {
  float: left;
  margin-top: 1px;
  margin-right: 6px;
}
#subscribe_box .hoverbox_content .radio_btns label {
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  font-weight: 300;
}
#subscribe_box .hoverbox_content .radio_btns label span {
  position: relative;
}
#subscribe_box .hoverbox_content .radio_btns label span:after {
  content: "";
  position: absolute;
  left: -25px;
  top: 0px;
  width: 20px;
  height: 20px;
  background-image: url("../images/radio.png");
  background-repeat: no-repeat;
  background-position: right 0;
}
#subscribe_box .hoverbox_content .plan_submit_btn {
  background-color: #4274be;
  color: #fff;
  font-size: 15px;
  border-radius: 20px;
  padding: 10px 45px;
  border: none;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.5px;
}
#subscribe_box .hoverbox_content .powered_by {
  left: 0px;
  position: absolute;
  width: auto;
  margin: auto;
  text-align: right;
  right: -200px;
}

#subscribe_box.hover_box {
  width: 454px;
  margin: auto;
}
#subscribe_box.hover_box .hoverbox_content p {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.1px;
}
#subscribe_box.hover_box .close_modal {
  right: -205px;
  top: 0px;
}

#subscribe_box .hoverbox_content .plan_submit_btn:hover, #subscribe_box .hoverbox_content .plan_submit_btn:focus {
  outline: none;
  background-color: #3061aa;
}

#subscribe_box .hoverbox_content .radio_btns label input[type=checkbox], #subscribe_box .hoverbox_content .radio_btns label input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#subscribe_box .hoverbox_content .radio_btns label input:checked ~ span:after {
  background-image: url("../images/radio.png");
  background-position: right -20px;
}

.share_title_box {
  width: 100%;
  text-align: center;
  font-family: Nunito;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 25px;
}

.share_title_box span {
  display: block;
  font-size: 15px;
  padding-top: 10px;
}

.social_share_section {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}

.social_share_section .social_share_btns {
  display: inline-block;
  vertical-align: top;
  margin-right: 11px;
}

.social_share_section .social_share_btns li {
  display: inline-block;
  margin-right: 13px;
}

.social_share_btns li a img {
  width: 42px;
}

.social_share_btns li a:hover {
  opacity: 0.8;
}

.share_logo_box {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  border-left: 1px solid #fff;
  padding-left: 25px;
  margin-top: 10px;
}

.share_logo_box label {
  position: relative;
  float: left;
  cursor: pointer;
  font-size: 14.5px;
  font-weight: 400;
  letter-spacing: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.share_logo_box label input[type=radiobox], .share_logo_box label input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.share_logo_box label span {
  padding-left: 27px;
  position: relative;
}

.share_logo_box label input:checked ~ span:after {
  background-image: url("../images/share_check_box_checked.png");
}

.share_logo_box label span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 19px;
  height: 18px;
  background-image: url("../images/share_check_box.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.share_popup {
  font-weight: 400 !important;
  letter-spacing: 0px;
}

.share_popup label {
  font-weight: 400 !important;
  letter-spacing: 0px;
}

.copy_txt_bg {
  border: 1px solid #999999;
  margin-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 48px;
  line-height: 48px;
}

.share_popup input[type=text] {
  background-color: transparent;
  width: 92% !important;
  font-size: 14px;
  color: #fff !important;
  float: left;
  border: none;
  padding: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.share_popup .copy_permalink {
  float: left;
  margin-top: 14px;
  background-image: url(../images/share_txt_copy_icon.png);
  background-repeat: no-repeat;
  width: 17px;
  height: 18px;
  float: right;
  background-color: transparent;
  border: none;
}

.share_popup .embeded_box {
  padding-top: 0px;
}

.embeded_box {
  float: left;
}

.embeded_box {
  float: left;
}

.embeded_box label {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}

.embeded_box .styled {
  width: 113px;
  position: relative;
  height: 37px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #999999;
  background-image: url(../images/select_box_icon.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right top;
}

.embeded_box .styled .embed_box {
  background: transparent;
  height: 37px;
  font-size: 13px;
  color: white;
  line-height: 37px;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  border: none;
  padding-right: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.embeded_box .styled .embed_box option {
  background-color: #fff;
  color: #000;
}

.iframe_code_box {
  background-color: transparent;
  float: left;
  width: 320px;
}

.iframe_code_box textarea {
  float: left;
  margin-left: 10px;
  background-color: transparent !important;
  border: 1px solid #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 276px;
  height: 145px;
  max-height: 145px;
  max-width: 300px;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

select {
  color: #000;
  background-color: #FFF;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  height: 54px;
  border-radius: 5px;
  border: 1px solid #c6cbcb;
}

select#image_type {
  height: 54px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hover_box p {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hover_box p {
    font-size: 11px;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  #createForm table {
    display: inline-block;
    width: 100%;
    float: none;
  }
  #createForm table tbody {
    display: inline-block;
    width: 100%;
    float: none;
  }
  #createForm table tr {
    display: inline-block;
    width: 100%;
    float: none;
  }
  #createForm table tr td {
    display: inline-block;
    width: 100%;
    float: none;
  }
  #create_new_popup .hoverbox_content .txt_box {
    display: block;
    width: 100%;
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
  #image_type {
    width: 100% !important;
  }
  .hover_box .hoverbox_content {
    display: block;
    width: 100%;
  }
  #share_box {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .iframe_code_box {
    width: 100%;
  }
  .iframe_code_box textarea {
    width: 100%;
  }
  .share_popup .embeded_box {
    margin-bottom: 15px;
  }
  footer {
    font-size: 13px;
  }
  .ftr_menu ul {
    margin-bottom: 20px;
  }
  .ftr_menu ul li {
    margin-bottom: 5px;
  }
  #create_new_popup.hover_box {
    width: 100%;
  }
  #create_new_popup .hoverbox_content #hoverboxTitle {
    font-size: 22px;
    letter-spacing: 1px;
  }
  #create_new_popup.hover_box .hoverbox_content p {
    margin-bottom: 10px;
  }
  #create_new_popup.hover_box .hoverbox_content {
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
    display: inline-block;
    width: 100%;
    margin-top: 47px;
  }
  #create_new_popup .hoverbox_content .powered_by {
    right: 5px;
    margin: auto;
    text-align: right;
    margin-top: 15px;
  }
  #create_new_popup.hover_box .close_modal {
    right: 5px;
  }
  #create_new_popup .hoverbox_content .radio_btns {
    width: 100%;
    margin-right: 0px;
  }
  #create_new_popup .hoverbox_content label {
    letter-spacing: 0px;
  }
  .delete_popup {
    padding: 20px;
    padding-bottom: 10px;
  }
  .delete_popup .hoverbox_title {
    font-weight: 400;
  }
  .delete_popup .pinkbox_content {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .delete_popup .btn {
    min-width: inherit;
    margin: 0px 5px;
    padding: 10px 0;
    text-align: center;
  }
  .delete_popup .hoverbox_title {
    margin-bottom: 6px;
  }
  .hover_box .hoverbox_content.load_content {
    padding: 15px 0;
  }
  .hover_box .hoverbox_title.pinkbox_title {
    margin-top: 36px;
    line-height: normal;
    padding-bottom: 10px;
  }
  .hover_box.support_popup .hoverbox_title.pinkbox_title {
    padding-bottom: 20px;
    font-size: 30px;
  }
  .hover_box .hoverbox_title.pinkbox_title span {
    display: block;
    font-size: 21px;
  }
  .pinkbox_popup {
    width: 95%;
  }
  .pinkbox_popup img {
    width: 300px;
  }
  .pinkbox_popup .btn {
    width: 122px;
    margin: 0px 1px;
    font-size: 14px;
  }
  #subscribe_box.hover_box {
    width: 100%;
  }
  #subscribe_box.hover_box .hoverbox_content p {
    margin-bottom: 10px;
  }
  #subscribe_box.hover_box .hoverbox_content {
    padding-left: 0px;
    padding-right: 30px;
    margin-top: 40px;
  }
  #subscribe_box .hoverbox_content .powered_by {
    right: 5px;
    margin: auto;
    text-align: right;
    margin-top: 15px;
  }
  #subscribe_box.hover_box .close_modal {
    right: 5px;
  }
  .support_link li {
    height: 145px;
    margin: 0 6px 12px;
    width: 118px;
  }
  .support_link li:first-child {
    margin-left: 6px;
  }
  .support_link li:last-child {
    margin-right: 6px;
  }
  .support_link {
    width: 260px;
    margin: auto;
  }
}
.edit_top {
  padding-top: 24px;
  min-height: 95px;
  background-color: #ededed;
}
.edit_top .nametour_div {
  width: 300px;
  float: left;
}
.edit_top .nametour_div input.nametour_txtbox {
  font-weight: 300;
  height: 37px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  width: 300px;
  color: #2e2e2e;
  font-size: 15px;
  padding: 5px 14px;
  font-size: 15px;
}
.edit_top .touredit_right {
  text-align: right;
  float: right;
}
.edit_top .touredit_right .touredit_icon {
  width: 37px;
  height: 37px;
  float: right;
  background-color: #5a2b81;
  vertical-align: top;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px;
  margin-right: 0px;
}
.edit_top .touredit_right .editor_btn {
  width: 120px;
  border-radius: 33px;
}
.edit_top .touredit_right .touredit_icon:hover {
  background-color: #2e2e2e;
}
.edit_top .touredit_right .add_icon {
  background-image: url(../images/add_icon.png);
}
.edit_top .touredit_right .view_icon {
  background-image: url(../images/view_icon.png);
}
.edit_top .touredit_right .delete_icon {
  background-image: url(../images/delete_icon1.png);
}
.edit_top .touredit_right .speak_icon {
  background-image: url(../images/speaker_icon.png);
}
.edit_top .touredit_right .tag_icon {
  background-image: url(../images/tag_icon.png);
}
.edit_top .touredit_right .hotspot_icon {
  background-image: url(../images/hotspot_icon.png);
}
.edit_top .touredit_right .share_icon {
  background-image: url(../images/share_icon1.png);
}
.edit_top .touredit_right .edit_icon {
  background-image: url(../images/pencil_icon_small.png);
}
.edit_top .touredit_right .createhotspots_btn {
  height: 37px;
  text-align: center;
  padding: 0 18px;
  margin: 0 20px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 36px;
  border-radius: 33px;
}
.edit_top .touredit_right .createhotspots_btn:hover {
  color: #fff;
  background-color: #2e2e2e;
}

.img_title {
  text-transform: none;
  float: left;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  border: none;
  outline: none;
  font-size: 21px;
  height: 30px;
  letter-spacing: 1px;
  width: 75%;
  margin-top: 5px;
  margin-top: 7px;
  margin-bottom: 5px;
  outline: none;
  width: 100%;
}

#tiles_list_section .edittour_icons {
  width: 100%;
  padding-top: 5px;
}
#tiles_list_section .edittour_icons li {
  width: 30%;
  height: 30px;
  padding: 0;
  vertical-align: top;
}
#tiles_list_section .edittour_icons li a {
  width: 80px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3;
  vertical-align: top;
}
#tiles_list_section .edittour_icons li a:hover {
  opacity: 0.8;
}
#tiles_list_section .edittour_icons li .up_icon {
  background-image: url(../images/up_icon.png);
}
#tiles_list_section .edittour_icons li .up_icon_disabled {
  background-image: url(../images/up_icon.png);
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  pointer-events: none;
  cursor: default;
}
#tiles_list_section .edittour_icons li .down_icon {
  background-image: url(../images/down_icon.png);
}
#tiles_list_section .edittour_icons li .down_icon_disabled {
  background-image: url(../images/down_icon.png);
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  pointer-events: none;
  cursor: default;
}
#tiles_list_section .edittour_icons li .degree_icon {
  background-image: url(../images/degree_icon.png);
}
#tiles_list_section .edittour_icons li .delete_icon1 {
  background-image: url(../images/delete_icon2.png);
}
#tiles_list_section .edittour_icons li .delete_icon1:hover {
  background-image: url(../images/delete_icon2_hover.svg);
}

.visibility_options {
  display: inline-block;
  padding-right: 10px;
  padding-top: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #create_new_bg {
    height: auto;
  }
  #create_new_bg {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #tiles_list_section #top_edit_div #title_div #title_field_div {
    width: 200px;
  }
  #tiles_list_section #top_edit_div #title_div #title_field_div #tourName {
    font-size: 16px;
  }
  #tiles_list_section #top_edit_div h6 {
    font-size: 13px;
  }
  #tiles_list_section #top_edit_div #edit_tour_buttons .orange_btn {
    font-size: 11px;
    margin-left: 15px;
    padding: 5px 10px;
  }
  #tiles_list_section #photos_list .photo_edit_top .move_links {
    font-size: 10px;
    letter-spacing: 0px;
  }
  #tiles_list_section #photos_list .photo_edit_top .move_links .move_top_div {
    margin-left: 10px;
  }
  #tiles_list_section #photos_list .photo_name_div input[type=text] {
    font-size: 17px;
  }
  #tiles_list_section #photos_list .photo_name_div .photo_name_save .photo_save_img {
    height: 25px;
    width: 25px;
  }
  #create_new_bg {
    font-size: 15px;
  }
  #create_new_bg .select_btn_div a.select_btn {
    font-size: 15px;
    padding: 5px 15px;
    margin: auto 3px !important;
  }
  ul.edittour_icons li a {
    width: 51px;
  }
  .up_icon {
    background-size: 20px;
  }
  .up_icon_disabled {
    background-size: 20px;
  }
  .down_icon {
    background-size: 20px;
  }
  .down_icon_disabled {
    background-size: 20px;
  }
  .degree_icon {
    background-size: 34px;
  }
  .delete_icon1 {
    background-size: 24px;
  }
  .nametour_div {
    width: 225px;
  }
  input.nametour_txtbox {
    width: 225px;
  }
}
@media (max-width: 767px) {
  .edit_top .nametour_div {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .edit_top .nametour_div input.nametour_txtbox {
    width: 100%;
  }
  .edit_top .touredit_right {
    width: 100%;
    text-align: center;
    margin-right: 5%;
    margin-left: -5%;
  }
  .edit_top .touredit_right .touredit_icon {
    margin: 0 2%;
  }
  .edit_top .touredit_right .editor_btn {
    width: 50%;
  }
  #tiles_list_section .edittour_icons li {
    width: 30%;
  }
  #tiles_list_section .edittour_icons li a {
    width: 70px;
    text-align: center;
  }
  #tiles_list_section .edittour_icons li .up_icon {
    background-size: 20px;
  }
  #tiles_list_section .edittour_icons li .up_icon_disabled {
    background-size: 20px;
  }
  #tiles_list_section .edittour_icons li .down_icon {
    background-size: 20px;
  }
  #tiles_list_section .edittour_icons li .down_icon_disabled {
    background-size: 20px;
  }
  #tiles_list_section .edittour_icons li .degree_icon {
    background-size: 34px;
  }
  #tiles_list_section .edittour_icons li .delete_icon1 {
    background-size: 24px;
  }
  .createhotspots_btn {
    font-size: 14px;
    width: 48.5%;
    float: left;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #tiles_list_section #top_edit_div {
    margin: 10px 0px;
  }
  #tiles_list_section #top_edit_div #title_div #title_field_div {
    width: 350px;
  }
  #tiles_list_section #top_edit_div #title_div #title_field_div #tourName {
    font-size: 20px;
  }
  #tiles_list_section #top_edit_div h6 {
    font-size: 13px;
    padding-bottom: 15px;
  }
  #tiles_list_section #top_edit_div #edit_tour_buttons {
    float: none;
    margin: 15px 0px 0px 0px;
    text-align: center;
  }
  #tiles_list_section #top_edit_div #edit_tour_buttons .orange_btn {
    font-size: 11px;
    margin-left: 15px;
    margin-top: 10px;
    padding: 5px 10px;
  }
  #tiles_list_section #photos_list .editable_icons {
    margin-top: 0px;
  }
  .drag-item {
    padding-bottom: 45px;
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  #tiles_list_section {
    text-align: left;
  }
  #tiles_list_section #top_edit_div {
    margin: 10px 0px;
  }
  #tiles_list_section #top_edit_div #title_div #title_field_div {
    width: 350px;
  }
  #tiles_list_section #top_edit_div #title_div #title_field_div #tourName {
    font-size: 20px;
  }
  #tiles_list_section #top_edit_div h6 {
    font-size: 13px;
    padding-bottom: 15px;
  }
  #tiles_list_section #top_edit_div #edit_tour_buttons {
    float: none;
    margin: 10px 0px 0px 0px;
    text-align: center;
  }
  #tiles_list_section #top_edit_div #edit_tour_buttons .orange_btn {
    font-size: 9px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 5px 8px;
  }
  .touredit_right {
    width: 100%;
    float: left;
    clear: both;
  }
  .visibility_options {
    display: block;
    padding-right: 10px;
    padding-top: 5px;
    clear: both;
  }
}
@media (min-width: 350px) and (max-width: 767px) {
  .touredit_icon {
    margin: 0 3%;
  }
}
@media (min-width: 349px) and (max-width: 400px) {
  .touredit_icon {
    margin: 0 2%;
  }
}
@media (max-width: 767px) {
  .editor_btn {
    width: 40%;
  }
}
.create_new_btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #3078be;
  color: #FFF;
  font-size: 12px;
  border: 1px solid transparent;
  padding: 10px 30px;
  min-width: 150px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  margin-top: 5px;
  min-width: 150px;
  padding: 8px 22px;
  text-align: center;
  text-transform: uppercase;
}

.create_new_btn:hover {
  background-color: #29649d;
  color: #FFFFFF;
}

.create_new_btn_nav {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #2e2e2e;
  color: #FFF;
  font-size: 10px;
  border: 1px solid transparent;
  padding: 5px 15px;
  min-width: 150px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 22px;
  margin-top: 5px;
  text-align: center;
  border: 1px solid white;
}

.create_new_btn_nav:hover {
  background-color: #3078be;
  color: #FFFFFF;
}

.link_btn_blue {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #3078be;
  color: #FFF;
  font-size: 12px;
  border: 1px solid transparent;
  padding: 10px 30px;
  min-width: 150px;
  text-align: center;
  font-family: raleway, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 22px;
  margin-top: 20px;
  min-width: 290px;
  text-align: center;
  display: inline-block;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.link_btn_blue:hover {
  background-color: #29649d;
  color: #FFF;
}

.orange_btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #ff6600;
  color: #FFF;
  font-size: 12px;
  border: 1px solid transparent;
  padding: 10px 30px;
  min-width: 150px;
  text-align: center;
  text-transform: uppercase;
}

.orange_btn:hover {
  background-color: #712B9C;
  color: #FFFFFF;
}

.select_btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #379c92;
  color: #FFF;
  font-size: 12px;
  border: 1px solid transparent;
  padding: 10px 30px;
  min-width: 150px;
  text-align: center;
  text-transform: uppercase;
}

.select_btn:hover {
  background-color: #712B9C;
  color: #FFFFFF;
}

.view_more_btns {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-family: raleway, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: #3078be;
  color: #FFF;
  font-size: 12px;
  border: 1px solid transparent;
  padding: 10px 30px;
  text-transform: uppercase;
  padding: 8px 22px;
  margin-top: 0px;
  min-width: 200px;
  text-align: center;
  display: inline-block;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.view_more_btns:hover, .view_more_btns:focus {
  background-color: #29649d;
  color: #FFF;
}

@media (max-width: 767px) {
  .orange_btn {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    background-color: #ff6600;
    color: #FFF;
    font-size: 10px;
    border: 1px solid transparent;
    padding: 5px 15px;
    min-width: 150px;
    text-align: center;
  }
  .orange_btn:hover {
    border: 1px solid #fff;
    background-color: #703791;
  }
  .select_btn {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    background-color: #46B6AA;
    color: #FFF;
    font-size: 10px;
    border: 1px solid transparent;
    padding: 5px 15px;
    min-width: 150px;
    text-align: center;
  }
}
.gallery_outer_div {
  width: 23%;
  margin: 0 7px;
  display: inline-block;
  vertical-align: top;
}

#tiles_list_section {
  background-color: #EDEDED;
  padding: 24px 0px 48px 0px;
}
#tiles_list_section .empty_gallery_div {
  background-color: #E2E2E2;
  padding: 0px;
  margin: 0 12px;
  width: 300px;
  height: 400px;
  display: inline-block;
  margin-bottom: 24px;
}
#tiles_list_section .gallery_div {
  background-color: white;
  padding: 0px;
  margin: 0;
  display: inline-block;
  margin-bottom: 24px;
}
#tiles_list_section .gallery_div .thumbnail_image {
  width: 100%;
}
#tiles_list_section .gallery_div span {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  color: #bcbec0;
  display: block;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  padding: 0 15px;
  text-align: left;
}

.gallery_img {
  height: 295px;
  background: #dadada;
}
.gallery_img img {
  width: 100%;
}

#tiles_list_section .gallery_img {
  height: inherit;
}

.four_column_list {
  width: 975px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.four_column_list .four_column_item {
  width: 217px;
  margin-bottom: 25px;
  margin-right: 25px;
}
.four_column_list .four_column_item:nth-child(4n) {
  margin-right: 0px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tiles_list_section .gallery_div ul {
    margin-top: 0px;
  }
  #tiles_list_section .gallery_div ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
  #tiles_list_section h2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #tiles_list_section {
    margin-top: 0px;
  }
  #tiles_list_section .gallery_div {
    width: 225px;
  }
  #tiles_list_section .gallery_div ul {
    margin-top: 0px;
  }
  #tiles_list_section .gallery_div ul li {
    padding: 5px 5px;
  }
  .gallery_img {
    height: 225px;
  }
  .four_column_list {
    width: 750px;
  }
  .four_column_list .four_column_item {
    width: 225px;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .four_column_list .four_column_item:nth-child(4n) {
    margin-right: 20px;
  }
  .four_column_list .four_column_item:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  #tiles_list_section .gallery_div {
    background-color: white;
    display: block;
  }
  #tiles_list_section .gallery_div .thumbnail_image {
    width: 100%;
  }
  #tiles_list_section .gallery_div ul {
    margin-top: 0px;
  }
  #tiles_list_section .gallery_div .photo_name_div {
    height: 40px;
  }
  #tiles_list_section .gallery_div .photo_name_div .photo_name_save {
    display: inline-block;
    float: right;
    padding-top: 10px;
  }
  #tiles_list_section .gallery_div .photo_name_div .photo_name_save .photo_save_img {
    height: 30px;
    width: 30px;
  }
  #tiles_list_section .empty_gallery_div {
    display: none;
  }
  .gallery_img {
    height: auto !important;
  }
  .four_column_list {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .four_column_list .four_column_item {
    width: 48.5%;
    margin-bottom: 15px;
    margin-right: 3%;
  }
  .four_column_list .four_column_item:nth-child(3n) {
    margin-right: 3%;
  }
  .four_column_list .four_column_item:nth-child(2n) {
    margin-right: 0px;
  }
  .icons_div ul li {
    width: 21% !important;
  }
}
.form_base .hover_table tr td, .right_form_base .hover_table tr td, #join_now_box .right_form .hover_table tr td, #login_box .right_form .hover_table tr td, .left_form_base .hover_table tr td, #join_now_box .left_form .hover_table tr td, #login_box .left_form .hover_table tr td {
  display: block;
  width: 100%;
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 15px;
}
.form_base .hover_table tr td label, .right_form_base .hover_table tr td label, #join_now_box .right_form .hover_table tr td label, #login_box .right_form .hover_table tr td label, .left_form_base .hover_table tr td label, #join_now_box .left_form .hover_table tr td label, #login_box .left_form .hover_table tr td label {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 15px;
}
.form_base .hover_table .txt_box, .right_form_base .hover_table .txt_box, #join_now_box .right_form .hover_table .txt_box, #login_box .right_form .hover_table .txt_box, .left_form_base .hover_table .txt_box, #join_now_box .left_form .hover_table .txt_box, #login_box .left_form .hover_table .txt_box {
  width: 100%;
  padding: 15px 5px;
  margin: 2px 0px 10px 0px;
}
.form_base .hover_table .login_btn:hover, .right_form_base .hover_table .login_btn:hover, #join_now_box .right_form .hover_table .login_btn:hover, #login_box .right_form .hover_table .login_btn:hover, .left_form_base .hover_table .login_btn:hover, #join_now_box .left_form .hover_table .login_btn:hover, #login_box .left_form .hover_table .login_btn:hover {
  background-color: #10ac79;
  color: #FFF;
}

.right_form_base, #join_now_box .right_form, #login_box .right_form {
  border-left: 1px solid #d3d3d2;
}
.right_form_base a.join_nw_btn .login_btn:hover, #join_now_box .right_form a.join_nw_btn .login_btn:hover, #login_box .right_form a.join_nw_btn .login_btn:hover {
  background-color: #258bcb;
  color: #FFF;
}
.right_form_base #frgt_details_div, #join_now_box .right_form #frgt_details_div, #login_box .right_form #frgt_details_div {
  padding: 0px 0px;
  width: 100%;
  vertical-align: middle;
}
.right_form_base #frgt_details_div .remember_me_label, #join_now_box .right_form #frgt_details_div .remember_me_label, #login_box .right_form #frgt_details_div .remember_me_label {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 15px;
}
.right_form_base #frgt_details_div a.frgt_details, #join_now_box .right_form #frgt_details_div a.frgt_details, #login_box .right_form #frgt_details_div a.frgt_details {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 15px;
  color: white;
  float: right;
}
.right_form_base a.frgt_details:hover, #join_now_box .right_form a.frgt_details:hover, #login_box .right_form a.frgt_details:hover {
  color: #1d84c7;
}

.login_btn {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  background-color: #258bcb;
  color: white;
  padding: 15px 45px;
  border: none;
  outline: none;
  display: block;
  margin: auto;
  margin-top: 0px;
  width: 100%;
}

#login_box .left_form #login_left_content {
  margin: 0 auto;
  width: 95%;
}
#login_box .left_form #login_left_content #social_login_error_message {
  color: red;
}
#login_box .left_form #login_left_content #login_fb_button_div {
  float: right;
  margin-right: 0px;
  margin-bottom: 14px;
}
#login_box .left_form #login_left_content #login_fb_button_div img {
  width: 340px;
  height: 54px;
}
#login_box .left_form #login_left_content #login_google_button_div {
  float: right;
  margin-right: 0px;
  margin-bottom: 79px;
}
#login_box .left_form #login_left_content #login_google_button_div img {
  width: 340px;
  height: 54px;
}
#login_box .left_form #login_left_content #join_button_div {
  float: right;
  margin-right: 0px;
  width: 340px;
}
#login_box .left_form #login_left_content #join_button_div a {
  width: 340px;
  height: 50px;
  text-align: center;
}
#login_box .left_form #login_left_content a:hover {
  background-color: #46B6AA;
  color: white;
}
#login_box .left_form #join_btn {
  background-color: #10ac79;
}
#login_box .right_form #login_right_content {
  width: 100%;
  margin: 0 auto;
}
#login_box .right_form #login_right_content #login_error_message {
  color: red;
}
#login_box .right_form #login_right_content #login_email_input_div {
  float: left;
  margin-left: 10px;
  margin-bottom: 14px;
}
#login_box .right_form #login_right_content #login_email_input_div input[type=text] {
  color: black;
  width: 340px;
  height: 54px;
}
#login_box .right_form #login_right_content #login_password_input_div {
  float: left;
  margin-left: 10px;
}
#login_box .right_form #login_right_content #login_password_input_div input[type=password] {
  color: black;
  height: 54px;
  width: 340px;
}
#login_box .right_form #login_right_content #remember_forgot_div {
  float: left;
  margin-left: 10px;
  height: 79px;
}
#login_box .right_form #login_right_content #remember_forgot_div #frgt_details_div {
  width: 340px;
  margin: 30px auto;
}
#login_box .right_form #login_right_content #remember_forgot_div #frgt_details_div input[type=checkbox] {
  background-color: white;
}
#login_box .right_form #login_right_content #remember_forgot_div #frgt_details_div a.frgt_details {
  padding-top: 0px;
}
#login_box .right_form #login_right_content #login_btn_div {
  float: left;
  margin-left: 10px;
  width: 340px;
}

#join_now_box .left_form #join_left_content {
  margin: 0px auto;
  padding: 30px 0px;
  width: 95%;
}
#join_now_box .left_form #join_left_content #join_fb_button_div {
  float: right;
  margin-right: 0px;
  margin-bottom: 14px;
}
#join_now_box .left_form #join_left_content #join_fb_button_div a {
  width: 100%;
}
#join_now_box .left_form #join_left_content #join_fb_button_div a img {
  width: 340px;
  height: 54px;
}
#join_now_box .left_form #join_left_content #join_google_button_div {
  float: right;
  margin-right: 0px;
}
#join_now_box .left_form #join_left_content #join_google_button_div a {
  width: 100%;
}
#join_now_box .left_form #join_left_content #join_google_button_div a img {
  width: 340px;
  height: 54px;
}
#join_now_box .right_form #join_right_content {
  width: 100%;
  margin: 0 auto;
}
#join_now_box .right_form #join_right_content #register_error_message {
  color: red;
}
#join_now_box .right_form #join_right_content #join_email_input_div {
  float: left;
  margin-left: 10px;
  margin-bottom: 14px;
}
#join_now_box .right_form #join_right_content #join_email_input_div #registerEmail {
  color: black;
  width: 340px;
  height: 54px;
}
#join_now_box .right_form #join_right_content #join_password_input_div {
  float: left;
  margin-left: 10px;
  margin-bottom: 14px;
}
#join_now_box .right_form #join_right_content #join_password_input_div #registerPassword {
  color: black;
  height: 54px;
  width: 340px;
}
#join_now_box .right_form #join_right_content #register_button_div {
  float: left;
  margin-left: 10px;
}
#join_now_box .right_form #join_right_content #register_button_div input[type=button] {
  width: 340px;
  height: 50px;
}

.txt_box {
  padding: 10px 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .form_base .hover_table tr td, .left_form_base .hover_table tr td, .right_form_base .hover_table tr td, #login_box .left_form .hover_table tr td, #login_box .right_form .hover_table tr td, #join_now_box .left_form .hover_table tr td, #join_now_box .right_form .hover_table tr td {
    font-size: 13px;
  }
  .form_base .hover_table tr td label, .left_form_base .hover_table tr td label, .right_form_base .hover_table tr td label, #login_box .left_form .hover_table tr td label, #login_box .right_form .hover_table tr td label, #join_now_box .left_form .hover_table tr td label, #join_now_box .right_form .hover_table tr td label {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
  }
  .right_form_base #frgt_details_div .remember_me_label, #login_box .right_form #frgt_details_div .remember_me_label, #join_now_box .right_form #frgt_details_div .remember_me_label {
    font-size: 12px;
  }
  .right_form_base #frgt_details_div a.frgt_details, #login_box .right_form #frgt_details_div a.frgt_details, #join_now_box .right_form #frgt_details_div a.frgt_details {
    font-size: 12px;
    padding-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form_base .hover_table tr td, .left_form_base .hover_table tr td, .right_form_base .hover_table tr td, #login_box .left_form .hover_table tr td, #login_box .right_form .hover_table tr td, #join_now_box .left_form .hover_table tr td, #join_now_box .right_form .hover_table tr td {
    font-size: 10px;
    letter-spacing: 0px;
  }
  .form_base .hover_table tr td label, .left_form_base .hover_table tr td label, .right_form_base .hover_table tr td label, #login_box .left_form .hover_table tr td label, #login_box .right_form .hover_table tr td label, #join_now_box .left_form .hover_table tr td label, #join_now_box .right_form .hover_table tr td label {
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 10px;
    letter-spacing: 0px;
  }
  .form_base input[type=checkbox], .left_form_base input[type=checkbox], .right_form_base input[type=checkbox], #login_box .left_form input[type=checkbox], #login_box .right_form input[type=checkbox], #join_now_box .left_form input[type=checkbox], #join_now_box .right_form input[type=checkbox] {
    height: 15px;
    margin-right: 2px;
    width: 15px;
  }
  .form_base #login_email, .left_form_base #login_email, .right_form_base #login_email, #login_box .left_form #login_email, #login_box .right_form #login_email, #join_now_box .left_form #login_email, #join_now_box .right_form #login_email, .form_base #login_password, .left_form_base #login_password, .right_form_base #login_password, #login_box .left_form #login_password, #login_box .right_form #login_password, #join_now_box .left_form #login_password, #join_now_box .right_form #login_password {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .right_form_base #frgt_details_div .remember_me_label, #login_box .right_form #frgt_details_div .remember_me_label, #join_now_box .right_form #frgt_details_div .remember_me_label {
    font-size: 8px;
  }
  .right_form_base #frgt_details_div a.frgt_details, #login_box .right_form #frgt_details_div a.frgt_details, #join_now_box .right_form #frgt_details_div a.frgt_details {
    font-size: 8px;
    padding-top: 9px;
  }
  .join_now_box .right_form, .join_now_box .left_form {
    width: 100%;
    display: block;
    height: inherit;
    padding-bottom: 10px;
  }
  .join_now_box .right_form:after {
    display: none;
  }
  .left_form:after {
    display: none;
  }
  .login_btn {
    font-size: 12px;
  }
  .txt_box {
    padding: 10px 5px;
  }
}
@media (max-width: 767px) {
  .left_form_base, #login_box .left_form, #join_now_box .left_form {
    border: none;
  }
  .left_form_base_after, #login_box .left_form:after, #join_now_box .left_form:after {
    display: none;
  }
  .right_form_base, #login_box .right_form, #join_now_box .right_form {
    border: none;
    color: white;
  }
  .right_form_base #frgt_details_div .remember_me_label, #login_box .right_form #frgt_details_div .remember_me_label, #join_now_box .right_form #frgt_details_div .remember_me_label {
    color: white;
    font-size: 15px;
  }
  .right_form_base #frgt_details_div a.frgt_details, #login_box .right_form #frgt_details_div a.frgt_details, #join_now_box .right_form #frgt_details_div a.frgt_details {
    color: white;
    font-size: 15px;
    padding-top: 8px;
  }
  .hover_box, .join_now_box {
    position: absolute;
    left: 0;
    right: 0;
  }
  .hover_box .hoverbox_title, .join_now_box .hoverbox_title {
    font-size: 21px;
  }
  #join_now_box .left_form #join_left_content {
    padding-bottom: 30px;
    width: 240px;
  }
  #join_now_box .left_form #join_left_content #join_fb_button_div {
    margin: 0 auto;
    padding-right: 12px;
    padding-bottom: 14px;
    padding-left: -10px;
    width: 240px;
    height: 44px;
    float: none;
  }
  #join_now_box .left_form #join_left_content #join_fb_button_div a img {
    width: 240px;
    height: 44px;
  }
  #join_now_box .left_form #join_left_content #join_google_button_div {
    width: 240px;
    height: 44px;
    margin: 0 auto;
    padding-top: 14px;
    padding-right: 12px;
    padding-left: -10px;
    float: none;
  }
  #join_now_box .left_form #join_left_content #join_google_button_div a img {
    width: 240px;
    height: 44px;
  }
  #join_now_box .right_form #join_right_content {
    width: 100%;
    margin: 0 auto;
  }
  #join_now_box .right_form #join_right_content #join_email_input_div {
    margin: 14px auto;
    width: 240px;
    height: 44px;
    float: none;
  }
  #join_now_box .right_form #join_right_content #join_email_input_div #registerEmail {
    width: 240px;
    height: 44px;
  }
  #join_now_box .right_form #join_right_content #join_password_input_div {
    margin: 0 auto;
    width: 240px;
    height: 44px;
    float: none;
  }
  #join_now_box .right_form #join_right_content #join_password_input_div #registerPassword {
    height: 44px;
    width: 240px;
  }
  #join_now_box .right_form #join_right_content #register_button_div {
    margin: 0 auto;
    padding-top: 14px;
    width: 240px;
    height: 44px;
    float: none;
  }
  #join_now_box .right_form #join_right_content #register_button_div input[type=button] {
    width: 240px;
    height: 44px;
  }
  #login_box .left_form {
    margin-bottom: 15px;
  }
  #login_box .left_form #login_left_content {
    width: 240px;
    margin: 0 auto;
  }
  #login_box .left_form #login_left_content #login_fb_button_div {
    margin: 0 auto;
  }
  #login_box .left_form #login_left_content #login_fb_button_div img {
    width: 240px;
    height: 44px;
  }
  #login_box .left_form #login_left_content #login_google_button_div {
    margin: 14px auto;
  }
  #login_box .left_form #login_left_content #login_google_button_div img {
    width: 240px;
    height: 44px;
  }
  #login_box .left_form #login_left_content #join_button_div {
    margin: 0 auto;
    width: 240px;
    height: 44px;
  }
  #login_box .left_form #login_left_content #join_button_div a {
    width: 240px;
    height: 44px;
    text-align: center;
  }
  #login_box .right_form #login_right_content {
    width: 240px;
    margin: 0 auto;
  }
  #login_box .right_form #login_right_content #login_email_input_div {
    margin: 14px auto;
  }
  #login_box .right_form #login_right_content #login_email_input_div input[type=text] {
    width: 240px;
    height: 44px;
  }
  #login_box .right_form #login_right_content #login_password_input_div {
    margin: 0 auto;
  }
  #login_box .right_form #login_right_content #login_password_input_div input[type=password] {
    height: 44px;
    width: 240px;
  }
  #login_box .right_form #login_right_content #remember_forgot_div {
    margin: auto auto;
    height: 59px;
    width: 240px;
    font-size: 12px;
  }
  #login_box .right_form #login_right_content #remember_forgot_div #frgt_details_div {
    width: 240px;
    margin: 20px auto;
    font-size: 12px;
  }
  #login_box .right_form #login_right_content #remember_forgot_div #frgt_details_div label span {
    font-size: 12px;
  }
  #login_box .right_form #login_right_content #remember_forgot_div #frgt_details_div a span {
    font-size: 12px;
  }
  #login_box .right_form #login_right_content #login_btn_div {
    width: 240px;
    height: 44px;
    margin: 0 auto;
  }
  #login_box .right_form #login_right_content #login_btn_div input[type=button] {
    width: 240px;
    height: 44px;
  }
}
/* BOF services page styles */
.services_page_content_section {
  background-color: #FFF;
  padding: 45px 0 25px 0;
  color: #2e2e2e;
}
.services_page_content_section h3 {
  font-size: 46px;
  line-height: 46px;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.services_top_cnt {
  margin-bottom: 50px;
}

ul.service_list li {
  border: 2px solid #cfcfcf;
  margin: 0 9px;
  display: inline-block;
  width: 461px;
  text-align: center;
  padding-bottom: 21px;
}
ul.service_list li .service_img {
  margin-bottom: 25px;
}
ul.service_list li .service_img img {
  max-width: 100%;
}
ul.service_list li h4 {
  text-transform: capitalize;
  font-size: 29px;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  padding-left: 15px;
  text-align: left;
}
ul.service_list li a.link_btn_blue {
  text-transform: none;
  padding: 10px 65px;
  margin: auto;
  float: none;
  font-size: 25px;
  min-width: inherit;
  font-family: "Nunito", sans-serif;
}
ul.service_list li a.link_btn_blue:hover {
  background: none;
  border: 1px solid #000;
  color: #000;
}
ul.service_list li:first-child {
  margin-left: 0;
}
ul.service_list li:last-child {
  margin-right: 0;
}

/* BOF services page styles */
.block_header {
  background: #2e2e2e;
  border: 1px #000000 solid;
  color: #ebebeb;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 48px;
  padding: 0 15px;
  margin-bottom: 40px;
}

.about_cont p {
  font-size: 16px;
  line-height: 28px;
}

.about_cont_right ul {
  font-size: 20px;
  line-height: 36px;
  padding-left: 20px;
  font-weight: bold;
}
.about_cont_right ul li {
  padding-bottom: 15px;
  background: url(../images/green_tick.gif) no-repeat left 7px;
  padding-left: 40px;
}

.about_page_cnt_links li a {
  text-decoration: underline;
}

.norm_link {
  font-size: 16px;
}
.norm_link a {
  color: #0f27a1;
  text-decoration: underline;
}
.norm_link a:hover {
  color: #0f27a1;
  text-decoration: none;
}

.spacer {
  height: 50px;
}

.team_cont {
  padding-bottom: 50px;
  float: left;
  width: 100%;
}

.member_img {
  width: 40%;
  float: left;
  text-align: center;
}

.memeber_cont {
  width: 60%;
  float: left;
  font-size: 16px;
}
.memeber_cont h4 {
  text-transform: uppercase;
  font-weight: bold;
}
.memeber_cont span {
  font-weight: bold;
  display: block;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  ul.service_list {
    text-align: center;
  }
  ul.service_list li {
    width: 47%;
  }
  ul.service_list li h4 {
    font-size: 16px;
  }
  ul.service_list li a.link_btn_blue {
    padding: 5px 30px;
    font-size: 17px;
  }
  .services_page_content_section h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
  .services_top_cnt {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  ul.service_list li {
    /*width: 280px;*/
    width: 100%;
    margin: auto;
    display: block;
    margin-bottom: 15px;
    float: none;
  }
  ul.service_list li:first-child {
    margin-left: auto;
  }
  ul.service_list li:last-child {
    margin-right: auto;
  }
  .services_page_content_section h3 {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0;
  }
  .block_header {
    font-size: 18px;
  }
  .about_cont_right {
    padding-top: 50px;
  }
}
.admin_actions {
  background: #eaebeb;
  float: right;
  text-transform: uppercase;
  font-size: 9px;
  padding: 3px 5px 3px 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-right: 7px;
}

.admin_actions a {
  margin: 0 2px;
  float: left;
  height: 13px;
}

.admin_actions a:hover {
  background-position: bottom;
}

a.visible_icon {
  background: url(../images/visible_icon.gif) no-repeat top;
  width: 15px;
}

a.flag_icon {
  background: url(../images/flag_icon.gif) no-repeat top;
  width: 9px;
}

a.star_icon {
  background: url(../images/star_icon.gif) no-repeat top;
  width: 11px;
}

.admin_actions a.active_icon {
  background-position: bottom !important;
}

/* BOF 404 page styles */
.page_not_found_title h1 {
  min-height: 50px;
}

.pagenotfound_content_section {
  background-image: url(../images/404_page_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 57px;
}

.pagenotfound_img img {
  width: 100%;
}

.pagenotfound_cnt {
  text-align: left;
  background-color: #FFF;
  padding: 54px 36px;
  color: #2e2e2e;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  width: 463px;
  margin-bottom: 40px;
}

.pagenotfound_cnt h3 {
  font-family: "Nunito", sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 27px;
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  padding-left: 43px;
}

.pagenotfound_cnt h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/warning_symbol.png);
  background-repeat: no-repeat;
  width: 27px;
  height: 26px;
}

.pagenotfound_cnt a {
  color: #3078bd;
  text-decoration: underline;
}

.pagenotfound_cnt a:hover {
  color: #46b6aa;
}

/* EOF 404 page styles */
@media (max-width: 767px) {
  .pagenotfound_cnt {
    width: 75%;
  }
  .pagenotfound_content_section {
    padding-top: 30px;
  }
  .pagenotfound_cnt {
    padding: 25px 20px;
    font-size: 13px;
    line-height: 22px;
  }
  .pagenotfound_cnt h3 {
    font-size: 20px;
    padding-left: 30px;
    line-height: 22px;
  }
  .pagenotfound_cnt h3:before {
    background-size: 21px;
  }
}
@media (max-width: 480px) {
  .pagenotfound_content_section {
    padding-top: 30px;
  }
  .pagenotfound_cnt {
    padding: 25px 20px;
    font-size: 13px;
    line-height: 22px;
    width: 100%;
  }
  .pagenotfound_cnt h3 {
    font-size: 20px;
    padding-left: 30px;
    line-height: 22px;
  }
  .pagenotfound_cnt h3:before {
    background-size: 21px;
  }
}
.overview_item {
  padding-bottom: 30px;
  float: left;
  width: 100%;
}

.profile_item_header {
  float: left;
  background: #FFF;
  width: 100%;
  padding: 5px;
}

.profile_small_img {
  float: left;
  width: 22px;
  margin-right: 5px;
}
.profile_small_img img {
  border: #FFF 2px solid;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  width: 100%;
}

.profile_name {
  color: #2f78be;
  font-size: 12px;
  line-height: 22px;
  float: left;
}

.follow_btn {
  float: right;
  margin-right: 5px;
}
.follow_btn a {
  float: right;
  text-transform: uppercase;
  font-size: 9px;
  border: #000000 2px solid;
  padding: 3px 10px 2px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.follow_btn a:hover {
  background: #3078BD;
  color: #FFF;
  border: #3078BD 2px solid;
}

.profile_item_menu {
  float: right;
  margin-top: 2px;
}

.profile_item_img {
  background: #818384;
}

.profile_item_footer {
  float: left;
  background: #FFF;
  width: 100%;
  padding: 8px 6px;
  font-size: 11px;
  line-height: 20px;
  color: #000;
  font-weight: bold;
}
.profile_item_footer h4 {
  font-size: 12px;
  padding-top: 4px;
}

.profile_item_fav {
  float: left;
  margin-right: 10px;
}

.profile_item_comment {
  float: left;
  background: url(../images/profile_comment_icon.gif) no-repeat left;
  padding-left: 15px;
  margin-right: 10px;
}

.profile_item_view {
  float: left;
  background: url(../images/profile_view_icon.svg) no-repeat left;
  padding-left: 15px;
  margin-right: 10px;
}

.profile_item_tab {
  text-align: center;
  margin-bottom: 30px;
}
.profile_item_tab ul {
  display: inline-block;
  margin: auto;
}
.profile_item_tab ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.profile_item_tab ul li a {
  display: block;
  line-height: 30px;
  border-left: #c2c3c3 1px solid;
  padding: 0 10px;
}
.profile_item_tab ul li a.profile_item_active {
  background: #3079be;
  color: #FFF;
}
.profile_item_tab ul li a:hover {
  background: #3079be;
  color: #FFF;
}
.profile_item_tab ul li:first-child a {
  border: 0;
}

.profile_search_section {
  float: right;
}

.searchbox {
  background: #FFF;
  height: 35px;
  border: 0 !important;
  border-radius: 0 !important;
  width: 215px;
}

.profile_search_btn {
  float: right;
  margin-top: 6px;
  margin-left: -35px;
  position: relative;
  z-index: 9;
  background: #FFF;
  padding-right: 10px;
}

.profile_search_btn:hover {
  opacity: 0.8;
}

.profile_item_top {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

.profile_send_btn {
  float: right;
  margin-right: 10px;
}

.profile_embed_btn {
  float: right;
  margin-right: 10px;
}

.profile_item_top a:hover img {
  opacity: 0.8;
}

.profile_item_pagination {
  text-align: center;
  margin: auto;
}
.profile_item_pagination ul {
  display: inline-block;
  margin: auto;
}
.profile_item_pagination ul li {
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 10px;
}
.profile_item_pagination ul li a {
  color: #a0a0a0;
  display: block;
  width: 32px;
  line-height: 32px;
  background: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.profile_item_pagination ul li a:hover {
  color: #ffffff;
  background: #3079be;
}
.profile_item_pagination ul li a.profile_current_page {
  color: #ffffff;
  background: #3079be;
}

.profile_item_pagination {
  padding-top: 30px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .profile_item_img {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
  }
  .square_img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 767px) {
  .profile_item_img {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
  }
  .square_img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .profile_item_pagination {
    padding-top: 30px;
  }
  .profile_item_pagination {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 7px;
  }
}
@media (max-width: 480px) {
  .profile_name {
    width: 52px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
button.like {
  background: none;
  padding: 0;
  margin: 0;
  width: 16px;
  height: 16px;
  border: none;
}

.preview_logo {
  width: 215px;
  margin-right: 18px;
  float: left;
}

.preview_txt {
  font-size: 15px;
  color: #939598;
  background-color: #e2e2e2;
  padding: 4px 35px;
  font-weight: 400;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile_box + label {
  color: #d3394c;
  background-color: #fff;
  padding: 0;
}
.inputfile_box + label span {
  font-weight: 400;
  color: #000;
  width: 177px;
  min-height: 33px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
.inputfile_box + label strong {
  color: #fff;
  background-color: #3079be;
  display: block;
  border-radius: 30px;
  font-size: 16px;
  padding: 7px 24px;
  text-align: center;
  cursor: pointer;
  font-weight: 200;
}

.inputfile_box + label span, .inputfile_box + label strong {
  padding: 0.325rem 1.25rem; /* 10px 20px */
}

.inputfile_box:focus + label strong, .inputfile_box.has-focus + label strong, .inputfile_box + label:hover strong {
  background-color: #438ed4;
}

.upload_box {
  margin-bottom: 36px;
  float: left;
}

.upload_image_box {
  text-align: center;
  float: none;
}

.preview_image {
  width: 400px;
  height: 400px;
  margin: auto;
}
.preview_image span.preview_txt {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 48%;
}

.notifications_checkbox {
  float: left;
  padding-left: 20px;
  padding-bottom: 5px;
}
.notifications_checkbox label {
  font-size: 11px;
}
.notifications_checkbox label input[type=checkbox], .notifications_checkbox label .modelcheckbox_right1 label input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.notifications_checkbox label span {
  position: relative;
}
.notifications_checkbox label input:checked ~ span:after {
  background-image: url("../images/notifications_list.png");
  background-position: right -12px;
}
.notifications_checkbox label span:after {
  content: "";
  position: absolute;
  left: -18px;
  top: 1px;
  width: 12px;
  height: 12px;
  background-image: url("../images/notifications_list.png");
  background-repeat: no-repeat;
  background-position: right 0;
}

ul.notifications_list {
  margin-bottom: 30px;
}
ul.notifications_list li {
  font-style: italic;
  margin-bottom: 15px;
  padding-left: 20px;
}
ul.notifications_list li .notification_label_text {
  display: inline-block;
  padding-top: 10px;
  max-width: 500px;
}

.profile_cnt {
  padding: 0 15px;
}

.profile_menu {
  width: 245px;
  background-color: #fff;
  float: left;
  text-align: right;
  border: 1px solid #ededed;
}
.profile_menu ul li a {
  padding: 20px;
  display: block;
  font-size: 18px;
  border-bottom: 1px solid #ededed;
  font-weight: 400;
}
.profile_menu ul li a:hover {
  background-color: #3079be;
  color: #fff;
}
.profile_menu ul li.active a {
  background-color: #3079be;
  color: #fff;
}

.profile_right {
  float: left;
  width: 700px;
  padding: 25px 30px;
  color: #2e2f2f;
  background-color: #fff;
  min-height: 500px;
}
.profile_right h2 {
  font-size: 22px;
  margin-bottom: 25px;
}
.profile_right h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.profile_right_public {
  float: left;
  width: 100%;
  padding: 25px 30px;
  color: #2e2f2f;
  background-color: #fff;
  min-height: 500px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0px;
}

.profile_img1 {
  float: left;
  width: 360px;
  margin-right: 16px;
  margin-bottom: 18px;
}
.profile_img1 img {
  border: 5px solid #fff;
  width: 360px;
  height: 360px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 5px 2px rgb(189, 189, 189);
  -moz-box-shadow: 0px 0px 5px 2px rgb(189, 189, 189);
  box-shadow: 0px 0px 5px 2px rgb(189, 189, 189);
}

.profile_img1_edit {
  float: left;
  width: 180px;
  margin-right: 16px;
  margin-bottom: 18px;
}
.profile_img1_edit img {
  border: 5px solid #fff;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 5px 2px rgb(189, 189, 189);
  -moz-box-shadow: 0px 0px 5px 2px rgb(189, 189, 189);
  box-shadow: 0px 0px 5px 2px rgb(189, 189, 189);
}

.profile_preview_img1 {
  float: left;
  width: 210px;
  margin-right: 16px;
  margin-bottom: 18px;
}
.profile_preview_img1 img {
  border: 5px solid #fff;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 5px 2px rgb(189, 189, 189);
  -moz-box-shadow: 0px 0px 5px 2px rgb(189, 189, 189);
  box-shadow: 0px 0px 5px 2px rgb(189, 189, 189);
}

.blue_btn {
  background-color: #3079be;
  padding: 6px 34px;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.blue_btn:hover {
  background-color: #438ed4;
  color: #fff;
}

.profile_browse {
  font-size: 12px;
  padding-top: 45px;
}

.profile_form.password_form {
  margin-bottom: 50px;
}

.profile_form label {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

input.profile_txtbox {
  border: 1px solid #c6cbcb;
  font-size: 14px;
  height: 54px;
  font-weight: 400;
  width: 100%;
  padding: 5px;
  color: #000000;
  margin-bottom: 30px;
}

p.profileform_txt {
  font-size: 12px;
  margin-bottom: 20px;
  margin-top: -10px;
}

textarea.profile_txtarea {
  border: 1px solid #c6cbcb;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 54px;
  border-radius: 5px;
  padding: 5px;
  color: #000000;
  margin-bottom: 30px;
}

.profile_submit {
  background-color: #3079be;
  padding: 7px 24px;
  border: none;
  display: block;
  margin: auto;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
}

.profile_submit:hover {
  background-color: #438ed4;
  color: #fff;
}

.back_btn {
  background-color: #ececec;
  color: #1c93ab;
  display: none;
  padding: 10px 20px;
  font-weight: 700;
  margin-top: -10px;
}

.update_btn {
  background-color: #3079be;
  padding: 6px 20px;
  display: block;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  margin: auto;
  width: 180px;
}

.update_btn:hover {
  background-color: #438ed4;
  color: #fff;
}

.profile_details {
  float: left;
  width: 440px;
  font-size: 12px;
  padding-top: 15px;
  padding-left: 10px;
}
.profile_details h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
.profile_details p {
  margin-bottom: 6px;
}
.profile_details a {
  color: #3079be;
}

.views_txt {
  font-weight: 800;
}

.profile_right1 {
  min-height: 200px;
}

.profile_preview_right1 {
  min-height: 334px;
}

.website_link {
  font-weight: 800;
}

.upgrade-form-content {
  width: 425px;
  margin-bottom: 50px;
}

.upgrade-form-content .label-text {
  display: block;
  color: #b2b1b1;
  padding-bottom: 4px;
}

.upgrade-form-content input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 5px;
  height: 54px;
  border-radius: 5px;
  border: 1px solid #c6cbcb;
  font-size: 14px;
  font-weight: 400;
}

.upgrade-form-content label {
  width: 100%;
}

.upgrade-form-content .expiration_cvc_div {
  float: left;
}

.upgrade-form-content .expiration_cvc_div input[type=text] {
  width: 80px;
  display: inline-block;
  text-align: center;
}

.upgrade-form-content .expiration_cvc_div {
  float: left;
  width: 50%;
}

.upgrade-form-content .expiration_cvc_div_right {
  float: right;
  width: 143px;
  background-image: url(../images/cvc_icon.jpg);
  background-repeat: no-repeat;
  background-position: right center;
}

.upgrade-form-content .large-input-field {
  width: 100%;
  margin-bottom: 20px;
  padding: 8px 11px;
  border: 1px solid #c6cbcb;
  border-radius: 5px;
}

.upgrade-form-content .submit {
  background-color: #3079be;
  padding: 10px 20px;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  width: 164px;
  margin: auto;
  display: block;
}

.upgrade-form-content .submit:hover {
  background-color: #3e89d0;
}

.upgrade_txt {
  width: 425px;
}

.upgrade_txt p {
  margin-bottom: 16px;
}

.upgrade_txt h5 {
  font-size: 15px;
  margin-bottom: 4px;
}

.upgrade_txt a {
  color: #3079be;
  text-decoration: underline;
}

.upgrade_txt a:hover {
  text-decoration: none;
}

.upgrade_txt b {
  color: #3079be;
}

.form-group.radio-toggle {
  text-align: center;
  width: 339px;
  border-radius: 30px;
  overflow: hidden;
  margin: auto auto 30px auto;
}

.has-toggle-input label, .has-toggle-input.radio label {
  display: block;
  float: left;
  padding: 10px 10px;
  margin: auto auto auto -1px;
  background: #b2b1b1;
  color: #fff;
  line-height: normal;
  overflow: hidden;
  cursor: pointer;
  width: 170px;
}

.has-toggle-input label.active {
  background: #3079be;
}

.has-toggle-input label:first-of-type {
  margin-left: auto;
}

.price_box {
  margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .profile_menu {
    width: 235px;
  }
  .profile_menu ul li a {
    padding: 18px 15px;
    font-size: 16px;
  }
  .profile_right {
    width: 700px;
  }
  .slick-next {
    background-size: 30px;
  }
  .slick-prev {
    background-size: 30px;
  }
}
/*Tab */
@media (min-width: 768px) and (max-width: 991px) {
  .profile_menu {
    width: 190px;
  }
  .profile_menu ul li a {
    padding: 14px 15px;
    font-size: 14px;
  }
  .profile_right {
    width: 500px;
  }
  .profile_img1 {
    width: 240px;
  }
  .profile_img1 img {
    width: 240px;
    height: 240px;
  }
  .profile_img1_edit {
    width: 120px;
  }
  .profile_img1_edit img {
    width: 120px;
    height: 120px;
  }
  .profile_preview_img1 {
    width: 120px;
  }
  .profile_preview_img1 img {
    width: 120px;
    height: 120px;
  }
  .profile_browse {
    padding-top: 14px;
  }
  .profile_details {
    width: 303px;
    padding-top: 0;
  }
  .profile_details h2 {
    font-size: 26px;
  }
  .preview_logo {
    width: 115px;
  }
  .preview_txt {
    padding: 4px 20px;
  }
  ul.notifications_list li .notification_label_text {
    max-width: 400px;
  }
}
/*Mobile */
@media (max-width: 767px) {
  .profile_cnt {
    padding: 0;
  }
  .profile_menu {
    width: 100%;
    text-align: left;
    width: 100%;
    border: none;
  }
  .profile_menu ul li a {
    padding: 15px;
    font-size: 15px;
  }
  .profile_right {
    width: 100%;
    padding: 25px 18px;
  }
  .back_btn {
    display: block;
  }
  .back_btn {
    padding-top: 0;
  }
  .profile_img1 {
    width: 200px;
    margin: 0 auto 18px auto;
    float: none;
  }
  .profile_img1 img {
    width: 200px;
    height: 200px;
  }
  .profile_img1_edit {
    width: 120px;
  }
  .profile_img1_edit img {
    width: 120px;
    height: 120px;
  }
  .profile_preview_img1 {
    width: 200px;
    margin: 0 auto 18px auto;
    float: none;
  }
  .profile_preview_img1 img {
    width: 200px;
    height: 200px;
  }
  .profile_browse {
    font-size: 12px;
    padding-top: 9px;
  }
  .profile_browse .blue_btn {
    padding: 6px 26px;
  }
  .profile_form label {
    font-size: 15px;
  }
  input.profile_txtbox {
    font-size: 14px;
  }
  textarea.profile_txtarea {
    font-size: 14px;
    height: 150px;
  }
  .back_btn.close_btn {
    display: none;
  }
  #profile_menu {
    display: none;
  }
  .profile_details {
    width: 300px;
    padding-top: 0;
    padding-left: 0;
    margin: 0 auto;
    float: none;
  }
  .profile_details_preview {
    width: 300px;
    padding-top: 0;
    padding-left: 0;
    margin: 0 auto;
    float: none;
  }
  .profile_details h2 {
    font-size: 20px;
  }
  .profile_right h2 {
    margin-bottom: 15px;
  }
  .upload_box {
    float: none;
    text-align: center;
  }
  .preview_logo {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .preview_txt {
    display: block;
    text-align: center;
  }
  .preview_image {
    width: 100%;
    height: 300px;
  }
  .overview_item {
    width: 300px;
    margin: auto auto 5px auto;
    float: none;
  }
  .profile_item_pagination ul li {
    margin: 0 0;
  }
  .pagination_previous_btn {
    min-width: 83px;
  }
  .pagination_next_btn {
    min-width: 83px;
  }
  .follow_btn a {
    border: #000000 1px solid;
  }
  .follow_btn a:hover {
    border: #3078BD 1px solid;
  }
  .upgrade-form-content {
    width: 100%;
    margin-bottom: 50px;
  }
  .upgrade_txt {
    width: 100%;
  }
  .store-form-content .expiration_cvc_div input[type=text] {
    width: 68px;
  }
  .upgrade-form-content .expiration_cvc_div input[type=text] {
    width: 68px;
  }
  .has-toggle-input label, .has-toggle-input.radio label {
    width: 120px;
  }
  .form-group.radio-toggle {
    width: 239px;
  }
  .searchbox {
    width: 200px;
  }
  .overview_item {
    width: 290px;
  }
  .profile_item_img {
    min-height: inherit;
  }
  .profile_item_pagination ul li:first-child a, .profile_item_pagination ul li:last-child a {
    width: auto;
    padding: 0 14px;
  }
  .store-form-content .expiration_cvc_div {
    width: 157px;
  }
  .upgrade-form-content .expiration_cvc_div {
    width: 157px;
  }
  .store-form-content .expiration_cvc_div_right {
    float: left;
    background-image: none;
    margin-left: 5px;
    width: 109px;
  }
  .upgrade-form-content .expiration_cvc_div_right {
    float: left;
    background-image: none;
    margin-left: 5px;
    width: 109px;
  }
  .notifications_checkbox label span {
    float: left;
    display: block;
    position: relative;
    vertical-align: top;
    height: 16px;
  }
  .notifications_checkbox label input[type=checkbox], .modelcheckbox_right1 label input[type=radio] {
    top: 0;
  }
  .profile_item_top {
    float: none;
    width: 290px;
    padding-bottom: 20px;
    text-align: center;
    margin: auto auto 37px auto;
  }
  #profile_right .inputfile_box + label span {
    display: block;
  }
  #slider_carousel a span {
    width: 60px;
    height: 60px;
    line-height: 50px;
    background: #2E74B7;
  }
  .notifications_checkbox {
    padding-top: 2px;
  }
  ul.notifications_list li .notification_label_text {
    max-width: 350px;
    padding-top: 0px;
  }
}
@media (max-width: 480px) {
  .sidepanel {
    width: 313px;
    background-position: 16px top;
  }
  .sidepanel label {
    font-size: 20px;
  }
  input.sidepanel_txtbox[type=text] {
    font-size: 14px;
  }
  .sidepanel_txtarea {
    font-size: 14px;
  }
  .information_close {
    width: 25px;
    height: 25px;
    background-size: cover;
  }
  .sidepanelbox_height {
    padding: 15px;
    width: 265px;
  }
  .side_drag img {
    width: 100%;
  }
  .inputfile_box + label span {
    width: 92px;
  }
  #profile_right .inputfile_box + label span {
    width: auto;
  }
  .notifications_checkbox label {
    font-size: 11px;
  }
  .sound_div .side_drag {
    top: 261px;
  }
  .sound_div .side_drag1 {
    top: 379px;
  }
  .side_drag {
    width: 47px;
    height: 88px;
    left: -42px;
  }
  .setting_left label {
    font-size: 15px;
  }
  .radiobox label {
    font-size: 12px;
  }
  .radiobox {
    margin-right: 0;
  }
  .radiobox label span:after {
    top: -2px;
  }
  .notifications_checkbox {
    padding-bottom: 5px;
    padding-top: 4px;
  }
  .edit_top .touredit_right .createhotspots_btn {
    font-size: 13px;
  }
  ul.notifications_list li .notification_label_text {
    max-width: 250px;
  }
}
.icons_div {
  width: 100%;
  display: inline-block;
  height: 90px;
}
.icons_div ul {
  display: inline-block;
  margin-top: 0px;
  padding-top: 0px;
  text-align: center;
}
.icons_div ul li {
  display: inline-block;
  border-left: 1px solid #e2e2e2;
  padding: 0;
  width: 23%;
  text-align: center;
  height: 30px;
}
.icons_div ul li a {
  margin: auto;
}
.icons_div ul li a.copy_icon {
  display: block;
  line-height: 28px;
  height: 28px;
  width: 28px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/copy_icon.png);
  background-size: 100%;
}
.icons_div ul li a.copy_icon:hover {
  background-position: bottom center;
  background-size: 100%;
}
.icons_div ul li a.share_icon {
  display: block;
  line-height: 28px;
  height: 28px;
  width: 28px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/share_icon.svg);
  background-size: 100%;
}
.icons_div ul li a.share_icon:hover {
  background-image: url(../images/my_orbs_share_icon_hover.svg);
}
.icons_div ul li a.delete_icon {
  display: block;
  line-height: 28px;
  height: 28px;
  width: 28px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/delete_icon.svg);
  background-size: 100%;
}
.icons_div ul li a.delete_icon:hover {
  background-position: bottom center;
  background-size: 100%;
}
.icons_div ul li a.edit_icon {
  display: block;
  line-height: 28px;
  height: 28px;
  width: 28px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/edit_icon.svg);
  background-size: 100%;
}
.icons_div ul li a.edit_icon:hover {
  background-image: url(../images/edit_icon_hover.svg);
}
.icons_div ul li a.save_icon {
  display: block;
  line-height: 28px;
  height: 28px;
  width: 28px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/floppy_large_black.png);
  background-size: 100%;
}
.icons_div ul li a.save_icon:hover {
  background-position: bottom center;
  background-size: 100%;
}
.icons_div ul li a.view_icon {
  display: block;
  line-height: 28px;
  height: 28px;
  width: 28px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/eye_icon.svg);
  background-size: 100%;
}
.icons_div ul li a.view_icon:hover {
  background-image: url(../images/eye_icon_hover.svg);
}
.icons_div ul li:first-child {
  border-left: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .empty_gallery_div {
    height: 240px;
    margin: 25px 35px 40px 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .empty_gallery_div {
    height: 190px;
    margin: 15px 25px 30px 25px;
  }
  .icons_div {
    width: 100%;
    display: inline-block;
  }
  .icons_div ul li a.share_icon, .icons_div ul li a.delete_icon, .icons_div ul li a.edit_icon, .icons_div ul li a.view_icon {
    line-height: 25px;
    height: 25px;
    width: 25px;
    background-size: 100%;
  }
  .editable_icons li:first-child a.share_icon {
    height: 35px;
    line-height: 35px;
    background-position: 0% 3px;
  }
}
#manage_account_section #manage_account_content {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  width: 80%;
  margin: 0 auto;
}
#manage_account_section #manage_account_content .account_form_grid_left {
  margin-bottom: 15px;
}
#manage_account_section #manage_account_content .account_form_grid_right {
  margin-bottom: 15px;
}
#manage_account_section #manage_account_content #select_file_button_div {
  height: 85px;
}
#manage_account_section #manage_account_content #select_file_button_div #select_file_label {
  margin-top: 25px;
}
#manage_account_section #manage_account_content #logo_placeholder {
  background-color: white;
  height: 50px;
  width: 300px;
}
#manage_account_section #manage_account_content input[type=text] {
  padding: 20px 10px;
  font-size: 16px;
  height: 30px;
  width: 300px;
  border: 1px solid gray;
  border-radius: 4px;
}
#manage_account_section #manage_account_content .orange_btn {
  width: 175px;
  text-align: center;
}

@media (min-width: 481px) and (max-width: 991px) {
  #manage_account_section #manage_account_content {
    width: 60%;
  }
  #manage_account_section #manage_account_content .account_form_grid_left {
    margin-bottom: 5px;
  }
  #manage_account_section #manage_account_content .account_form_grid_right {
    margin-bottom: 35px;
  }
  #manage_account_section #manage_account_content #custom_logo_div {
    margin-bottom: 5px;
  }
  #manage_account_section #manage_account_content #select_file_button_div {
    vertical-align: top;
    height: 65px;
    margin-bottom: 5px;
  }
  #manage_account_section #manage_account_content #select_file_button_div #select_file_label {
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  #manage_account_section #manage_account_content {
    width: 80%;
  }
  #manage_account_section #manage_account_content .account_form_grid_left {
    margin-bottom: 5px;
  }
  #manage_account_section #manage_account_content .account_form_grid_right {
    margin-bottom: 20px;
  }
  #manage_account_section #manage_account_content #custom_logo_div {
    margin-bottom: 5px;
  }
  #manage_account_section #manage_account_content #select_file_button_div {
    vertical-align: top;
    height: 65px;
    margin-bottom: 5px;
  }
  #manage_account_section #manage_account_content #select_file_button_div #select_file_label {
    margin-top: 5px;
  }
  #manage_account_section #manage_account_content input[type=text] {
    width: 200px;
  }
}
/* BOF 05-july-2018 styles */
.contact_page.terms_conditions_page {
  padding-bottom: 0;
}

.twocolumn_content_bg {
  padding: 45px 0 65px 0;
}

.twocolumn_content_bg p {
  margin-bottom: 25px;
}

.twocolumn_content_bg p:last-child {
  margin-bottom: 0;
}

.twocolumn_content_bg h4 {
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  font-size: 15px;
  text-transform: uppercase;
}

.twocolumn_content_bg h5 {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
}

.whitebg_content {
  background-color: #FFF;
}

.graybg_content {
  background-color: #f2f2f2;
}

.terms_conditions_page h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  font-weight: normal;
}

.twocolumn_content_bg a {
  color: #3d9be9;
  font-weight: bold;
  text-decoration: underline;
}

.twocolumn_content_bg ul {
  margin-bottom: 0;
}

.twocolumn_content_bg ul li {
  list-style-type: disc;
  margin-bottom: 20px;
  list-style-position: inside;
}

.twocolumn_content_bg ul li:last-child {
  margin-bottom: 0;
}

/* BOF accordion styles */
.faq_page_content_section {
  background-color: #FFF;
  padding: 50px 0 75px 0;
}

.faq_div {
  border-top: 4px solid #5a2b81;
  background-color: #FFF;
  z-index: 9999999;
}

.faq_div:last-child {
  border-bottom: 4px solid #5a2b81;
}

.faq_title {
  font-size: 25px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.faq_title h4 {
  margin: 0;
  padding: 70px 100px;
  vertical-align: middle;
  font-size: 30px;
  width: 100%;
}

.faq_cntnt_inner {
  float: right;
  background-color: #5a2b81;
  color: #FFF;
  padding: 55px 40px 45px 40px;
  position: relative;
  width: 100%;
}

.faq_title span {
  padding: 48px 0;
  font-size: 78px;
  text-align: center;
  width: 215px;
  background-color: #cfcfcf;
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 100px;
}

.faq_title span:after {
  content: "";
  position: absolute;
  right: -23px;
  top: 82px;
  background-image: url(../images/acc_arrow_left.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 32px;
}

.faq_cntnt_inner h3 {
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  font-size: 50px;
  font-weight: 100;
  line-height: 30px;
  margin-bottom: 35px;
}

ul.acc_solical_icons {
  text-align: left;
}

ul.acc_solical_icons li {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
}

ul.acc_solical_icons li:first-child {
  margin-left: 0;
}

ul.acc_solical_icons li:lasr-child {
  margin-right: 0;
}

.faq_cnt_div {
  margin-bottom: 45px;
}

.acc_close {
  position: absolute;
  top: 13px;
  right: 13px;
}

.faq_cnt_div p {
  margin-bottom: 20px;
}

.faq_cnt_div p:last-child {
  margin-bottom: 0;
}

.faq_title_no_right .faq_title span {
  float: right;
  margin-right: 0;
  margin-left: 100px;
}

.faq_title_no_right .faq_title span:after {
  left: -23px;
  background-image: url(../images/acc_arrow_right.png);
}

ul.acc_list_cnt {
  margin-bottom: 15px;
}

ul.acc_list_cnt li {
  margin-bottom: 8px;
  list-style-type: disc;
  list-style-position: inside;
}

.contact_page {
  padding: 25px 0;
  background: #FFF;
}

.contact_page input.txt_box[type=text] {
  width: 100%;
  height: 54px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #c6cbcb;
  font-size: 14px;
  font-weight: 400;
}

.contact_page .txt_area {
  width: 100%;
  height: 125px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #c6cbcb;
  font-size: 14px;
  font-weight: 400;
}

.contact_form_brdr {
  background-color: #ebebeb;
  padding: 50px 15px 80px;
}

input.txt_box[type=text] {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 35px;
  padding: 5px 10px;
}

.txt_area {
  background: #fff;
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 150px;
  padding: 5px 10px;
}

.plain_btn_div {
  text-align: center;
}

.plain_btn_div input {
  font-size: 15px;
  margin: 15px 0;
}

.submit_btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-family: raleway, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #3078bd;
  color: #FFF;
  font-size: 12px;
  border: 1px solid transparent;
  padding: 10px 30px;
  text-transform: uppercase;
  padding: 8px 22px;
  min-width: 150px;
  text-align: center;
  display: inline-block;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.submit_btn:hover, .submit_btn:focus {
  background: none;
  border: 1px solid #000;
  color: #000;
}

.smt_txt {
  font-size: 10px;
  padding-top: 10px;
  letter-spacing: 0;
}

.smt_txt a {
  text-decoration: underline;
  color: #000;
}

.smt_txt a:hover {
  text-decoration: none;
  color: #000;
}

/* BOF accordion styles */
/* BOF media query */
@media (max-width: 1199px) {
  .faq_title h4 {
    padding: 54px 0;
    font-size: 22px;
  }
  .faq_title span {
    padding: 23px 0;
  }
  .gallery_outer_div {
    width: 29%;
    margin: 0 15px;
  }
  #tiles_list_section .edittour_icons li a {
    width: 58px;
  }
}
@media (max-width: 991px) {
  .contact_page.terms_conditions_page {
    padding: 15px 0 0 0;
  }
  .twocolumn_content_bg {
    padding: 40px 0;
  }
  .twocolumn_content_bg p:last-child {
    margin-bottom: 15px;
  }
  .twocolumn_content_bg {
    padding: 40px 0 25px 0;
  }
  .twocolumn_content_bg ul li {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .twocolumn_content_bg h4 {
    margin-bottom: 20px;
  }
  .editable_icons li:first-child a.share_icon {
    height: 21px;
    line-height: 21px;
    background-position: 0% 3px;
    width: 17px;
  }
  .gallery_list_section {
    text-align: center;
  }
  .gallery_outer_div {
    width: 45%;
    margin: 0 15px;
    text-align: center;
  }
  #tiles_list_section .edittour_icons {
    padding-top: 0;
  }
  #tiles_list_section .gallery_div ul li {
    padding: 3px;
  }
  #tiles_list_section .edittour_icons li a {
    width: 70px;
  }
  .edit_top .nametour_div {
    width: 170px;
  }
  .edit_top .nametour_div input.nametour_txtbox {
    width: 100%;
  }
  #tiles_list_section .edittour_icons li .delete_icon1 {
    background-size: inherit;
  }
}
@media (max-width: 767px) {
  .edit_top .touredit_right .editor_btn {
    width: 40%;
  }
  #tiles_list_section .gallery_div ul li {
    padding: 0;
    width: 30% !important;
  }
  #tiles_list_section .edittour_icons li a {
    width: 100%;
  }
  #tiles_list_section .edittour_icons li .down_icon {
    background-size: 17px;
  }
  #tiles_list_section .edittour_icons li .up_icon {
    background-size: 17px;
  }
  #tiles_list_section .edittour_icons li .up_icon_disabled {
    background-size: 17px;
  }
  #tiles_list_section .edittour_icons li .delete_icon1 {
    background-size: 30px;
    background-position: 40% 2px;
  }
  .edit_top .nametour_div {
    width: 100%;
  }
  .gallery_outer_div {
    width: 100%;
    margin: auto;
    padding: 0 15px;
  }
  .contact_page.terms_conditions_page {
    padding-top: 0;
  }
  .twocolumn_content_bg {
    padding: 35px 0 20px 0;
  }
  .twocolumn_content_bg h4 {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .twocolumn_content_bg p {
    margin-bottom: 15px;
  }
  .twocolumn_content_bg p:last-child {
    margin-bottom: 15px;
  }
  .terms_conditions_page h3 {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .twocolumn_content_bg ul li {
    margin-top: 15px;
  }
  .twocolumn_content_bg h5 {
    margin-bottom: 10px;
  }
  .faq_title span {
    width: 100%;
    float: none;
    display: block;
    margin-right: 0;
    font-size: 25px;
    padding: 5px 0;
  }
  .faq_title h4 {
    padding: 25px 0;
    font-size: 17px;
  }
  .faq_title span::after {
    display: none;
  }
  .faq_cntnt_inner {
    padding: 15px;
  }
  .faq_cntnt_inner h3 {
    font-size: 21px;
    margin-bottom: 15px;
    line-height: 21px;
  }
  .faq_title_no_right .faq_title span {
    margin-left: 0;
    float: none;
  }
  .faq_cnt_div {
    margin-bottom: 0;
  }
  .explore_lists .profile_item_footer h4 {
    width: 95px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 500px) {
  .gallery_outer_div {
    width: 45%;
    margin: 0 5px;
    padding: 0;
  }
}
/* EOF media query */
/* EOF 05-july-2018 styles */
/*News Details Page*/
.news_details_page {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.news_details_bg {
  border: 0px solid rgba(228, 224, 216, 0.5);
  background-color: rgb(255, 255, 255);
  border-radius: 0;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
  padding: 20px 15px;
  margin-bottom: 30px;
}

.news_details_bg h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.news_date {
  color: #BEBDBD;
  margin-bottom: 20px;
}

.news_details_bg img {
  max-width: 100%;
  margin-bottom: 20px;
}

.news_details_bg p {
  margin-bottom: 30px;
}

.news_details_bg ul {
  padding-left: 30px;
  margin-bottom: 30px;
}

.news_details_bg ul li {
  list-style: disc;
  margin-bottom: 5px;
}

.detail_img {
  padding-top: 15px;
}

.news_details_bg h1 {
  font-size: 30px;
  padding-bottom: 10px;
}

.recent_posts ul li {
  margin-bottom: 15px;
  display: table;
}

.recent_img {
  padding-right: 15px;
  padding-bottom: 10px;
  display: table-cell;
  vertical-align: top;
}

.recent_posts ul li h4 {
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.recent_title {
  display: table-cell;
  vertical-align: top;
}

.recent_date {
  font-size: 12px;
}

.news_img {
  float: left;
  width: 45%;
  margin-right: 25px;
}

.news_desc {
  float: left;
  width: 51%;
}

.right_cont {
  padding-top: 25px;
  color: #000;
}

.right_item {
  margin-bottom: 35px;
}

.right_item h3 {
  border-bottom: #000 1px solid;
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.featured_item {
  letter-spacing: 0;
  font-weight: bold;
}

.featured_item a {
  color: #000;
  text-decoration: none;
}

.featured_item a:hover {
  color: #000;
  text-decoration: underline;
}

.right_item ul li {
  margin-bottom: 10px;
}

.right_item ul li a {
  color: #000;
  text-decoration: none;
}

.right_item ul li a:hover {
  color: #000;
  text-decoration: underline;
}

.right_item.tag_list ul li {
  margin-bottom: 10px;
  float: left;
  margin-right: 15px;
  letter-spacing: 0;
}

.social_icons_rt ul li {
  margin-bottom: 10px;
  float: left;
  margin-right: 15px;
  letter-spacing: 0;
}

.news_page {
  padding: 25px 0;
  background: #FFF;
}

.news_item {
  padding: 22px;
  background: #fafafa;
  -webkit-box-shadow: 0px 1px 3px 0px rgb(204, 204, 204);
  -moz-box-shadow: 0px 1px 3px 0px rgb(204, 204, 204);
  box-shadow: 0px 1px 3px 0px rgb(204, 204, 204);
  margin-bottom: 30px;
}

.news_item a {
  color: #000;
  text-decoration: none;
}

.news_item a:hover {
  color: #000;
  text-decoration: underline;
}

.news_item h2 {
  margin-bottom: 5px;
}

.grey_text {
  margin-bottom: 15px;
  color: #BEBDBD;
}

.grey_text a {
  color: #BEBDBD;
  text-decoration: none;
}

.grey_text a:hover {
  color: #BEBDBD;
  text-decoration: underline;
}

a.read_more {
  webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-family: raleway, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #3078BE;
  color: #FFF;
  font-size: 12px;
  border: 1px solid transparent;
  padding: 5px 28px;
  margin-top: 20px;
  text-align: center;
  display: inline-block;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

a.read_more:hover {
  background: none;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
}

.banner_cont {
  font-size: 33px;
  color: #FFF;
  line-height: 45px;
  letter-spacing: 2px;
  font-weight: 400;
}

.banner_graphic_img {
  position: absolute;
  width: 446px;
  height: 261px;
  right: 0px;
  bottom: 0px;
  background-image: url(../images/banner_graphic_img.png);
  background-repeat: no-repeat;
  background-position: right;
}

.banner_img img {
  opacity: 0.7;
}

.banner_pos .banner_btn .link_btn_blue {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 13px;
}

.banner_pos .banner_btn .link_btn_blue:hover {
  background-color: #29649d;
  border-color: #29649d;
}

.blog_slider {
  margin-left: -13px;
  margin-right: -11px;
}

.blog_slider li:hover, .gallery_slider li:focus {
  outline: none;
}

.blog_slider .slick-arrow.slick-prev {
  background-image: url(../images/blog_scroll_left.png);
  background-position: left center;
  position: absolute;
  z-index: 99;
  background-color: transparent;
  top: 25%;
  width: 19px;
  height: 35px;
  left: -50px;
  background-repeat: no-repeat;
  opacity: 0.8;
  border: none;
}

.blog_slider .slick-arrow.slick-next {
  background-image: url(../images/blog_scroll_right.png);
  background-position: right center;
  position: absolute;
  z-index: 99;
  background-color: transparent;
  top: 25%;
  width: 19px;
  height: 35px;
  right: -50px;
  background-repeat: no-repeat;
  opacity: 0.8;
  border: none;
}

.blog_slider .slick-arrow:hover, .blog_slider .slick-arrow:focus {
  opacity: 1;
  outline: none;
}

.display_table {
  width: 100%;
  height: 100%;
  display: table;
}

.explore_lists .profile_item_footer h4 {
  display: inline-block;
}

.explore_lists .profile_item_footer .icons_right {
  float: right;
  height: 17px;
}

.explore_lists .profile_item_footer .icons_right .txt {
  display: inline-block;
}

.explore_lists .profile_item_footer .icons_right .audio_img {
  height: 12px;
  padding-left: 2px;
  padding-bottom: 2px;
}

.featured_blog_bg {
  padding: 48px 0px;
  background-color: #fff;
  border-bottom: 8px solid #2f2e2e;
}

.featured_blog_bg ul li {
  float: left;
  margin-left: 13px;
  margin-right: 13px;
  width: 216px;
}

.featured_blog_bg ul li .blog_img_box {
  width: 100%;
  height: 198px;
  background-color: #9acdc7;
}

.featured_blog_bg ul li.lightgreen .blog_img_box {
  background-color: #cad66d;
}

.featured_blog_bg ul li.red .blog_img_box {
  background-color: #de8086;
}

.featured_blog_bg ul li.blue .blog_img_box {
  background-color: #589ce9;
}

.featured_blog_bg ul li .blog_content_box {
  padding-top: 15px;
  font-size: 10px;
  line-height: 22px;
  letter-spacing: 0.3px;
  font-weight: 600;
}

.featured_blog_bg ul li .blog_content_box h5 {
  font-size: 10px;
  font-weight: 900;
  color: #2e2e2e;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.follow_btn {
  float: right;
  margin-right: 5px;
}

.follow_btn a {
  float: right;
  text-transform: uppercase;
  font-size: 9px;
  border: #000000 2px solid;
  padding: 3px 10px 2px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.follow_btn a:hover {
  background: #3078BD;
  color: #FFF;
  border: #3078BD 2px solid;
}

.gradient_bg {
  background-image: url(../images/easy_to_use_bg.jpg);
  background-size: cover;
  min-height: 750px;
  border-bottom: 8px solid #282828;
}

.gradient_bg .easy_use_content {
  float: right;
  margin-top: 150px;
  font-size: 20px;
  font-weight: 600;
  max-width: 350px;
  line-height: 37px;
}

.gradient_bg .easy_use_content .gradient_blu_btn {
  margin-top: 35px;
  text-align: center;
}

.gradient_bg .easy_use_content .gradient_blu_btn .link_btn_blue {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 7px;
  padding: 3px 22px;
}

.gradient_img_bg img {
  max-width: 100%;
}

#home_banner {
  background: #000;
  position: relative;
}
#home_banner .banner_pos {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  height: 100%;
}

.home_button {
  background: #2f2e2e;
  color: #FFF;
  padding: 30px 0;
  text-align: center;
}

.home_table_cont {
  padding: 20px 0;
  background: #f7f7f7;
  color: #000000;
  border-top: 8px solid #fff;
}

.home_title_margin {
  margin-top: 50px;
}

.mailing_list_section {
  padding: 30px 0;
  color: #000;
  background: #ffffff;
}

.maling_lt p {
  width: 92%;
}

.maling_lt p:first-child {
  padding-bottom: 20px;
}

.mailing_list_section a {
  color: #000;
  text-decoration: underline;
}

.mailing_list_section a:hover {
  color: #000;
  text-decoration: none;
}

.overview_item {
  padding-bottom: 30px;
  float: left;
  width: 100%;
}

.page_title {
  background: #2f2e2e;
  color: #FFF;
  text-transform: uppercase;
}

.page_title h1 {
  font-size: 30px;
  line-height: 50px;
}

.page_title h2 {
  font-size: 30px;
  line-height: 50px;
}

.profile_embed_btn {
  float: right;
  margin-right: 10px;
}

.profile_item_comment {
  float: left;
  background: url(../images/profile_comment_icon.gif) no-repeat left;
  padding-left: 15px;
  margin-right: 10px;
}

.profile_item_fav {
  float: left;
  margin-right: 10px;
}

.profile_item_footer {
  float: left;
  background: #FFF;
  width: 100%;
  padding: 10px 6px;
  font-size: 11px;
  line-height: 20px;
  color: #000;
  font-weight: bold;
}

.profile_item_footer h4 {
  font-size: 12px;
  padding-top: 4px;
}

.profile_item_header {
  float: left;
  background: #FFF;
  width: 100%;
  padding: 5px;
}

.profile_item_img {
  background: #818384;
}

.profile_item_menu {
  float: right;
  margin-top: 2px;
}

.profile_item_pagination {
  text-align: center;
  margin: auto;
  padding-top: 30px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 7px;
}
.profile_item_pagination ul {
  display: inline-block;
  margin: auto;
}
.profile_item_pagination ul li {
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 10px;
}
.profile_item_pagination ul li a {
  color: #a0a0a0;
  display: block;
  width: 32px;
  line-height: 32px;
  background: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.profile_item_pagination ul li a:hover {
  color: #ffffff;
  background: #3079be;
}
.profile_item_pagination ul li a.profile_current_page {
  color: #ffffff;
  background: #3079be;
}

.profile_item_pagination ul li:first-child a, .profile_item_pagination ul li:last-child a {
  width: auto;
  padding: 0 15px;
}

.profile_item_tab {
  text-align: center;
  margin-bottom: 30px;
}

.profile_item_tab ul {
  display: inline-block;
  margin: auto;
}

.profile_item_tab ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.profile_item_tab ul li a {
  display: block;
  line-height: 30px;
  border-left: #c2c3c3 1px solid;
  padding: 0 10px;
}

.profile_item_tab ul li a.profile_item_active {
  background: #3079be;
  color: #FFF;
}

.profile_item_tab ul li a:hover {
  background: #3079be;
  color: #FFF;
}

.profile_item_tab ul li:first-child a {
  border: 0;
}

.profile_item_top {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

.profile_item_top a:hover img {
  opacity: 0.8;
}

.profile_item_view {
  float: left;
  background: url(../images/profile_view_icon.svg) no-repeat left;
  padding-left: 15px;
  margin-right: 10px;
}

.profile_name {
  color: #2f78be;
  font-size: 12px;
  line-height: 22px;
  float: left;
  margin-top: 2px;
}

.profile_search_btn {
  float: right;
  margin-top: 6px;
  margin-left: -35px;
  position: relative;
  z-index: 9;
  background: #FFF;
  padding-right: 10px;
}

.profile_search_btn:hover {
  opacity: 0.8;
}

.profile_search_section {
  float: right;
}

.profile_send_btn {
  float: right;
  margin-right: 10px;
}

.profile_small_img {
  float: left;
  width: 22px;
  margin-right: 5px;
  margin-top: 2px;
}
.profile_small_img img {
  border: #FFF 2px solid;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  width: 22px;
  height: 22px;
}

.recent_posts ul li {
  margin-bottom: 15px;
  display: table;
}

.recent_img {
  padding-right: 15px;
  padding-bottom: 10px;
  display: table-cell;
  vertical-align: top;
}

.recent_posts ul li h4 {
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.recent_title {
  display: table-cell;
  vertical-align: top;
}

.recent_date {
  font-size: 12px;
}

.searchbox {
  background: #FFF;
  height: 35px;
  border: 0 !important;
  border-radius: 0 !important;
  width: 215px;
}

.subscribe_form_bg {
  float: right;
  width: 100%;
}

.subscribe_form_bg h3 {
  font-size: 24px;
  color: #2e2e2e;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.subscribe_form_bg input.txt_box[type=text] {
  font-size: 14px;
  color: #2e2e2e;
  line-height: 37px;
  height: 37px;
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}

.subscribe_form_bg .subscribe_btn {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  background-color: #2f78bd;
  color: #fff;
  border: none;
  width: 100%;
  padding: 10px 0px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.subscribe_form_bg .subscribe_btn:hover {
  background-color: #22619c;
}

.table_cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.table_div {
  border: #e1e1e1 1px solid;
}

.table_div table thead tr th {
  background: #e6e6e6;
  color: #000000;
  font-size: 24px;
  font-weight: normal;
  padding: 7px;
}

.table_div table tbody tr td {
  border: #FFF 1px solid;
  padding: 7px;
}

.table_div table tbody tr td:first-child {
  border-left: #FFF 0px solid;
}

.table_div table tbody tr td:last-child {
  border-right: #FFF 0px solid;
}

.table_div table tbody tr:nth-child(even) {
  background: #e6e6e6;
}

.table_div table tbody tr:nth-child(odd) {
  background: #f5f5f5;
}

.table_div table tbody tr:hover {
  background: #ffffff;
}

.gradient_bg {
  background-image: url(../images/easy_to_use_bg.jpg);
  background-size: cover;
  min-height: 750px;
  border-bottom: 8px solid #282828;
}

.gradient_bg .easy_use_content {
  float: right;
  margin-top: 150px;
  font-size: 20px;
  font-weight: 600;
  max-width: 350px;
  line-height: 37px;
}

.gradient_bg .easy_use_content .gradient_blu_btn {
  margin-top: 35px;
  text-align: center;
}

.gradient_bg .easy_use_content .gradient_blu_btn .link_btn_blue {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 7px;
  padding: 3px 22px;
}

.gradient_img_bg img {
  max-width: 100%;
}

.featured_blog_bg {
  padding: 48px 0px;
  background-color: #fff;
  border-bottom: 8px solid #2f2e2e;
}

.featured_blog_bg ul li {
  float: left;
  margin-left: 13px;
  margin-right: 13px;
  width: 216px;
}

.featured_blog_bg ul li .blog_img_box {
  width: 100%;
  height: 198px;
  background-color: #9acdc7;
}

.featured_blog_bg ul li.lightgreen .blog_img_box {
  background-color: #cad66d;
}

.featured_blog_bg ul li.red .blog_img_box {
  background-color: #de8086;
}

.featured_blog_bg ul li.blue .blog_img_box {
  background-color: #589ce9;
}

.featured_blog_bg ul li .blog_content_box {
  padding-top: 15px;
  font-size: 10px;
  line-height: 22px;
  letter-spacing: 0.3px;
  font-weight: 600;
}

.featured_blog_bg ul li .blog_content_box h5 {
  font-size: 10px;
  font-weight: 900;
  color: #2e2e2e;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.subscribe_form_bg {
  float: right;
  width: 100%;
}

.subscribe_form_bg h3 {
  font-size: 24px;
  color: #2e2e2e;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.subscribe_form_bg input.txt_box[type=text] {
  font-size: 14px;
  color: #2e2e2e;
  line-height: 37px;
  height: 37px;
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}

.subscribe_form_bg .subscribe_btn {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  background-color: #2f78bd;
  color: #fff;
  border: none;
  width: 100%;
  padding: 10px 0px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.subscribe_form_bg .subscribe_btn:hover {
  background-color: #22619c;
}

.blog_slider {
  margin-left: -13px;
  margin-right: -11px;
}

.blog_slider li:hover, .gallery_slider li:focus {
  outline: none;
}

.blog_slider .slick-arrow.slick-prev {
  background-image: url(../images/blog_scroll_left.png);
  background-position: left center;
  position: absolute;
  z-index: 99;
  background-color: transparent;
  top: 25%;
  width: 19px;
  height: 35px;
  left: -50px;
  background-repeat: no-repeat;
  opacity: 0.8;
  border: none;
}

.blog_slider .slick-arrow.slick-next {
  background-image: url(../images/blog_scroll_right.png);
  background-position: right center;
  position: absolute;
  z-index: 99;
  background-color: transparent;
  top: 25%;
  width: 19px;
  height: 35px;
  right: -50px;
  background-repeat: no-repeat;
  opacity: 0.8;
  border: none;
}

.blog_slider .slick-arrow:hover, .blog_slider .slick-arrow:focus {
  opacity: 1;
  outline: none;
}

#tiles_list_section_home {
  background-color: #EDEDED;
  padding: 48px 0px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .gradient_bg {
    min-height: 645px;
  }
  .gradient_bg .easy_use_content {
    margin-top: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner_graphic_img {
    background-size: 100%;
    width: 291px;
    height: 171px;
  }
  .blog_slider {
    max-width: 950px;
    margin: auto;
    margin-left: -3px;
    margin-right: -11px;
  }
  .blog_slider .slick-arrow.slick-prev {
    left: -20px;
    background-size: 14px;
  }
  .blog_slider .slick-arrow.slick-next {
    right: -20px;
    background-size: 14px;
  }
  .featured_blog_bg ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .form_base .hover_table tr td, .left_form_base .hover_table tr td, #login_box .left_form .hover_table tr td, #join_now_box .left_form .hover_table tr td, .right_form_base .hover_table tr td, #login_box .right_form .hover_table tr td, #join_now_box .right_form .hover_table tr td {
    font-size: 13px;
  }
  .form_base .hover_table tr td label, .left_form_base .hover_table tr td label, #login_box .left_form .hover_table tr td label, #join_now_box .left_form .hover_table tr td label, .right_form_base .hover_table tr td label, #login_box .right_form .hover_table tr td label, #join_now_box .right_form .hover_table tr td label {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
  }
  .gradient_bg {
    min-height: 470px;
  }
  .gradient_bg .easy_use_content {
    margin-top: 50px;
    font-size: 16px;
    max-width: 350px;
    margin-right: 40px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner_cont {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 1.5px;
  }
  .banner_graphic_img {
    background-size: 100%;
    width: 260px;
    height: 153px;
  }
  .blog_slider {
    max-width: 770px;
    margin: auto;
  }
  .blog_slider .slick-arrow.slick-prev {
    left: -13px;
    background-size: 14px;
  }
  .blog_slider .slick-arrow.slick-next {
    right: -13px;
    background-size: 14px;
  }
  .featured_blog_bg {
    padding: 30px 0px;
  }
  .featured_blog_bg ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .gallery_img {
    height: 225px;
  }
  .gradient_img_bg img {
    max-width: 70%;
  }
  .gradient_img_bg {
    background-size: cover;
  }
  .gradient_bg {
    min-height: 350px;
  }
  .gradient_bg .easy_use_content {
    margin-top: 30px;
    font-size: 14px;
    max-width: 310px;
    margin-right: 10px;
    line-height: 28px;
  }
  #tiles_list_section_home {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .banner_cont {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0;
  }
  .banner_graphic_img {
    background-size: 100%;
    width: 180px;
    height: 100px;
  }
  .banner_img {
    background-image: url(../images/banner_img.jpg);
    height: 280px;
    background-size: cover;
    background-position: center top;
  }
  .banner_img img {
    display: none;
  }
  .banner_pos {
    margin-top: 0%;
  }
  .banner_pos .banner_btn .link_btn_blue {
    margin-top: 15px;
  }
  .banner_pos .banner_btn .link_btn_blue {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 13px;
  }
  .banner_pos .banner_btn .link_btn_blue:hover {
    background-color: #29649d;
    border-color: #29649d;
  }
  .blog_slider .slick-arrow.slick-prev {
    left: -15px;
    background-size: 14px;
  }
  .blog_slider .slick-arrow.slick-next {
    right: -15px;
    background-size: 14px;
  }
  .featured_blog_bg {
    padding: 25px 0px;
  }
  .featured_blog_bg ul {
    max-width: 450px;
    margin: auto;
  }
  .featured_blog_bg ul.blog_slider {
    max-width: 300px;
    margin: auto;
  }
  .gallery_img {
    height: auto !important;
  }
  .gradient_bg {
    background-image: url(../images/easy_use_bg_mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: inherit;
  }
  .gradient_bg .easy_use_content {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    float: none;
    max-width: 100%;
  }
  .gradient_bg .easy_use_content img {
    max-width: 100%;
    max-width: 300px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
  }
  .gradient_bg .easy_use_content .gradient_blu_btn {
    margin-top: 20px;
    text-align: center;
  }
  .gradient_img_bg img {
    max-width: 90%;
  }
  .gradient_img_bg {
    background: none;
  }
  .home_title_margin {
    margin-top: 20px;
  }
  .hidden_moible {
    display: none;
  }
  .maling_lt {
    letter-spacing: 0px;
  }
  .maling_lt p {
    width: 100%;
  }
  .maling_lt p {
    padding-bottom: 20px;
  }
  .news_img {
    width: 100%;
    margin: 0;
    float: none;
    margin-bottom: 15px;
  }
  .news_desc {
    width: 100%;
    margin: 0;
    float: none;
  }
  .overview_list .col-xs-6:first-child {
    padding-right: 7.5px;
  }
  .overview_list .col-xs-6:nth-child(2n+1) {
    padding-right: 7.5px;
  }
  .overview_list .col-xs-6:nth-child(2n) {
    padding-left: 7.5px;
  }
  .page_title h1 {
    font-size: 20px;
    line-height: 45px;
  }
  .page_title h2 {
    font-size: 20px;
    line-height: 45px;
  }
  .profile_item_pagination {
    padding-top: 15px;
  }
  .table_cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  .table_div table tbody tr td:nth-child(2n) {
    text-align: center;
  }
  .table_div table tbody tr td:first-child {
    letter-spacing: 0px;
  }
}
@media (max-width: 480px) {
  .profile_name {
    width: 52px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .banner_graphic_img {
    background-size: 100%;
    width: 150px;
    height: 88px;
  }
}
.banner_sec {
  width: 100%;
  height: 430px;
}

.eventlists_title {
  background-color: #2e2e2e;
  color: #fff;
  padding: 8px 10px;
}
.eventlists_title h3 {
  font-size: 11px;
  text-transform: uppercase;
  width: 85%;
  float: left;
  line-height: normal;
}

.embedbox_iframe textarea {
  font-size: 9px;
  height: 90px;
}

.eventlists_sharebox {
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.eventlists_sharebox.eventlists_sharebox_open {
  left: 0;
  opacity: 100;
  visibility: visible;
}

.eventlists_sharebox_open .sharebox_links li {
  position: relative;
  vertical-align: top;
}

.eventlists_sharebox_open .sharebox_links li:nth-child(1) {
  animation: menuamin 1s;
}

.eventlists_sharebox_open .sharebox_links li:nth-child(2) {
  animation: menuamin2 1s;
}

.eventlists_sharebox_open .sharebox_links li:nth-child(3) {
  animation: menuamin3 1s;
}

.eventlists_sharebox_open .sharebox_links li:nth-child(4) {
  animation: menuamin4 1s;
}

.eventlists_sharebox_open .sharebox_links li:nth-child(5) {
  animation: menuamin5 1s;
}

.eventlists_sharebox_open .sharebox_links li:nth-child(6) {
  animation: menuamin6 1s;
}

@keyframes menuamin {
  0% {
    margin-top: 70px;
    opacity: 0;
  }
  30% {
    margin-top: 0;
    opacity: 100;
  }
}
@-webkit-keyframes menuamin {
  0% {
    margin-top: 70px;
    opacity: 0;
  }
  30% {
    margin-top: 0;
    opacity: 100;
  }
}
@keyframes menuamin2 {
  0% {
    margin-top: 70px;
    opacity: 0;
  }
  45% {
    margin-top: 0;
    opacity: 100;
  }
}
@-webkit-keyframes menuamin2 {
  0% {
    margin-top: 70px;
    opacity: 0;
  }
  45% {
    margin-top: 0;
    opacity: 100;
  }
}
@keyframes menuamin3 {
  0% {
    margin-top: 70px;
    opacity: 0;
  }
  65% {
    margin-top: 0;
    opacity: 100;
  }
}
@-webkit-keyframes menuamin3 {
  0% {
    margin-top: 70px;
    opacity: 0;
  }
  65% {
    margin-top: 0;
    opacity: 100;
  }
}
@keyframes menuamin4 {
  0% {
    margin-top: 70px;
    opacity: 0;
  }
  85% {
    margin-top: 0;
    opacity: 100;
  }
}
@-webkit-keyframes menuamin4 {
  0% {
    margin-top: 70px;
    opacity: 0;
  }
  85% {
    margin-top: 0;
    opacity: 100;
  }
}
@keyframes menuamin5 {
  0% {
    margin-top: 50px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 100;
  }
}
@-webkit-keyframes menuamin5 {
  0% {
    margin-top: 70px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 100;
  }
}
@keyframes menuamin6 {
  0% {
    margin-top: 50px;
    opacity: 0;
  }
  110% {
    margin-top: 0;
    opacity: 100;
  }
}
@-webkit-keyframes menuamin6 {
  0% {
    margin-top: 70px;
    opacity: 0;
  }
  110% {
    margin-top: 0;
    opacity: 100;
  }
}
.copy_permalink_mobile {
  display: none;
}

.sharebox_links li {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 16%;
}

.sharebox_links {
  margin-top: 42%;
}

/* Event Banner Slick Slider Style */
.event_banner_slider li {
  height: 280px;
}

.event_banner1 {
  background: url(../images/event_banner_slider1.jpg) no-repeat center;
  background-size: cover;
}

.event_banner2 {
  background: url(../images/event_banner_slider2.jpg) no-repeat center;
  background-size: cover;
}

.event_banner3 {
  background: url(../images/event_banner_slider3.jpg) no-repeat center;
  background-size: cover;
}

.event_banner_slider .slick-arrow.slick-prev {
  background-image: url(../images/event_banner_left.png);
  background-position: left center;
  position: absolute;
  z-index: 99;
  background-color: transparent;
  width: 19px;
  height: 35px;
  background-repeat: no-repeat;
  opacity: 0.8;
  border: none;
}

.event_banner_slider .slick-arrow.slick-next {
  background-image: url(../images/event_banner_right.png);
  background-position: right center;
  position: absolute;
  z-index: 99;
  background-color: transparent;
  width: 19px;
  height: 35px;
  background-repeat: no-repeat;
  opacity: 0.7;
  border: none;
}

.event_banner_slider .slick-arrow:hover, .event_banner_slider .slick-arrow:focus {
  opacity: 1;
  outline: none;
}

/* Event New Page Style */
.event_banner {
  background: url(../images/events_banner.jpg) no-repeat center;
  background-size: cover;
}

#tiles_list_section.eventlists_section {
  background-color: #fff;
}

.eventlists_title {
  background-color: #2e2e2e;
  color: #fff;
  padding: 8px 10px;
}

.eventlists_title a {
  color: #fff;
}

.eventlists_img {
  display: block;
}

.eventlists_box {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.event_shareicon {
  background-image: url(../images/events_shareicon.png);
  width: 17px;
  height: 17px;
  display: block;
  background-size: cover;
  float: right;
}

.eventlists_sharebox {
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 100%;
}

.sharebox_close {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  background-image: url(../images/sharebox_close.png);
  width: 22px;
  height: 22px;
  background-size: cover;
}

.sharebox_links {
  text-align: center;
  margin-top: 50%;
}

.sharebox_links li {
  display: inline-block;
  width: 30px;
  margin-right: 4px;
  margin-left: 4px;
}

.sharebox_links li img {
  max-width: 100%;
}

.eventlists_sharebox.eventlists_sharebox_open {
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.eventlists_embeddedbox {
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 8px 0 8px;
  width: 100%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.eventlists_embeddedbox.embeded_box_open {
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.embeded_box {
  padding-top: 40px;
}

.embeddedbox_close {
  float: right;
  margin-top: 10px;
  background-image: url(../images/sharebox_close.png);
  width: 22px;
  height: 22px;
  background-size: cover;
}

.embeddedbox_back {
  float: left;
  margin-top: 10px;
  background-image: url(../images/back_icon.png);
  width: 22px;
  height: 22px;
  background-size: cover;
}

.copy_permalink {
  background-image: url(../images/embed_icon.png);
  width: 17px;
  height: 20px;
  background-size: cover;
  float: left;
  border: none;
  background-color: transparent;
}

.embedbox_option {
  margin-bottom: 20px;
  color: #fff;
}

.embedbox_option label {
  float: left;
  font-size: 12px;
  letter-spacing: 0;
  margin-right: 5px;
}

.embedbox_select {
  float: left;
  width: 101px;
  background-color: #000;
  font-size: 10px;
  background-image: url(../images/select_arw.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 29px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin-right: 8px;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  margin-top: -5px;
  padding: 6px 2px;
}

.embedbox_iframe textarea {
  background-color: #000;
  border: none;
  color: #fff;
  height: 85px;
  font-size: 12px;
  width: 100%;
  border: 1px solid #a0a0a0;
  border-radius: 2px;
  padding: 5px;
}

.event_form_brdr {
  padding-bottom: 10px;
}

.event_service_box {
  padding-top: 30px;
  font-size: 16px;
  font-weight: 500;
}

.event_service_box a {
  color: #0433a0;
  text-decoration: underline;
}

.event_service_box .block_header {
  margin-bottom: 25px;
}

/* Media Styles */
@media (min-width: 1200px) {
  .event_banner_slider li {
    height: 430px;
  }
}
@media (max-width: 1199px) {
  .banner_sec {
    height: 280px;
  }
}
@media (max-width: 991px) {
  .sharebox_links li {
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 12px;
  }
  .event_banner_slider li {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .banner_sec {
    height: 150px;
  }
  .iframe_icon {
    display: none !important;
  }
  .sharebox_links li {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .event_banner_slider li {
    height: 150px;
  }
  .icons_div ul li a.view_icon {
    line-height: 23px;
    height: 23px;
    width: 23px;
  }
  .icons_div ul li a.edit_icon {
    line-height: 23px;
    height: 23px;
    width: 23px;
  }
  .icons_div ul li a.share_icon {
    line-height: 23px;
    height: 23px;
    width: 23px;
  }
  .icons_div ul li a.delete_icon {
    line-height: 23px;
    height: 23px;
    width: 23px;
  }
  button.like {
    line-height: 17px;
  }
}
@media (max-width: 480px) {
  .eventlists_title h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .copy_permalink {
    display: none !important;
  }
  .copy_permalink_mobile {
    width: 17px;
    float: left;
    display: block;
  }
  .sharebox_links li {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
.loading-indicator {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-indicator .wrapper {
  width: 100px;
  height: 100px;
  position: relative;
}

.loading-indicator svg {
  width: 100px;
  height: 100px;
  /* transform: rotateZ(-90deg); */
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
  box-shadow: 0 0 20px #339999;
}

.loading-indicator circle {
  fill: #339999;
  fill-opacity: 0.8;
  stroke: #339999;
  stroke-width: 10;
  stroke-dasharray: 0 250;
  animation: fillup 3s forwards;
}

.loading-indicator text {
  font-family: Arial, Helvetica, sans-serif;
}

@keyframes fillup {
  to {
    stroke-dasharray: 251 251;
  }
}
.store-form-content {
  width: 300px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 13px;
  padding-top: 2px;
  padding-bottom: 5px;
}

.expiration_cvc_div {
  display: inline-block;
  width: 145px;
}

.expiration-input {
  width: 25px;
}

.cvc-input {
  width: 70px;
}

.store-label span {
  display: block;
  width: 100%;
  text-align: left;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 1px;
  padding-top: 4px;
}

.store-input[type=text] {
  height: 20px;
  border: 1px solid gray;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.store-select {
  height: 20px;
  border: 2px solid gray;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.large-input-field {
  width: 100%;
}

.store-submit {
  background-clip: border-box;
  background-color: #1275ff;
  background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  border-color: #008cdd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: thin;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  min-height: 30px;
  padding-top: 0px;
  padding-bottom: 14px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  cursor: pointer;
}

.address-heading {
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px;
}

.address-line-2 {
  margin-top: 5px;
  margin-bottom: 0px;
}

.email-optin {
  padding-bottom: 5px;
  padding-top: 5px;
}

.optin_checkbox_div {
  float: left;
}

.optin_text_div {
  display: block;
  margin-left: 35px;
  font-family: Arial;
  font-size: 12px;
}

.optin-checkbox {
  width: 20px;
  height: 20px;
}

.submit-div {
  text-align: center;
}

@media (max-width: 400px) {
  .store-form-content {
    width: 100%;
  }
}
/* override CSS should go here */
img.orbix_logo_placeholder {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Tabs CSS begin */
.tab {
  display: none;
}

.tabs ul {
  float: left;
  margin-right: 30px;
  padding-top: 70px;
  margin-left: 60px;
  width: 175px;
}

.tabs ul > li {
  list-style: none;
}

.tabs ul > li a {
  text-decoration: none;
  padding: 10px;
  font-size: 15px;
  width: 100%;
  color: #555;
  display: inline-block;
  border-bottom: 1px solid #eee;
}

.tabs ul > li:last-child a {
  border-bottom: none;
}

.tabs ul > li a.active {
  background-color: #3079be;
  color: #FFF;
}

/* Tabs CSS end */
.tab_right_content {
  float: right;
  width: 68%;
  padding: 16px 15px 15px 8px;
}

.new_profile_section {
  margin-top: 30px;
}

.profile_cnt_section .menu_btn {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.profile_cnt_section .menu_btn.profile_toggle_menu img {
  width: 21px;
}

.profile_cnt_section .menu_btn:focus {
  outline: none;
  border: none;
}

/*14/1/2020css*/
button.menu_btn img {
  filter: invert(0.9);
  width: 50px;
}

/*end*/
.profile_cnt_section {
  background-color: #FFF; /*padding: 10px;*/
  padding: 0;
  color: #2e2f2f;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  -webkit-transition-duration: 0.8s;
}

.profile_cnt_section h2 {
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

.profile_cnt_section p {
  margin-bottom: 12px;
}

.profile_cnt_section .profile_info a {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #3079be;
  margin-bottom: 5px;
  display: inline-block;
}

.profile_cnt_section .profile_info a.open_user_settings {
  vertical-align: top;
}

.profile_cnt_section .txt_bold {
  font-weight: bold;
  color: #2e2f2f;
}

.profile_cnt_section .txt_bold p {
  margin-top: 5px;
  margin-bottom: 0;
}

.profile_avatar {
  float: left;
  width: 31%;
  padding-top: 80px;
}

.profile_avatar .profileimg {
  border: 6px solid #FFFFFF;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 182px;
  height: 182px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 7px rgb(248, 248, 248);
  -moz-box-shadow: 0px 0px 10px 7px rgb(248, 248, 248);
  box-shadow: 0px 0px 10px 7px rgb(248, 248, 248);
}

.profile_avatar .profileimg img {
  width: 100%;
  height: 100%;
}

.profile_info {
  float: left;
  width: 69%;
  text-align: left;
  padding-left: 7px;
  padding-top: 15px;
}

.profile_info h2 span {
  vertical-align: top;
  margin-left: 8px;
}

.profile_menu_cnt {
  width: 100%;
}

#new_profile_section {
  margin-bottom: 45px;
}

#new_profile_section .profile_right_new {
  width: 100%;
  display: inline-block;
}

.profile_outer_padding_section {
  width: 100%;
  display: inline-block;
  padding-left: 60px;
  padding-right: 100px;
  text-align: left;
  padding-bottom: 70px;
}

#new_profile_section .half_width {
  width: 75%;
  display: inline-block;
  padding-left: 25px;
  padding-right: 0px;
  display: none;
}

#new_profile_section .half_width .profile_info {
  padding-left: 35px;
  padding-right: 15px;
}

.tabs .profile_right {
  text-align: left;
  float: none;
  padding: 0;
  width: 100%;
}

.tabs textarea.profile_txtarea {
  height: 75px;
  resize: none;
}

.upgrade_txt h5 {
  font-weight: bold;
  color: #000;
  margin-bottom: 8px;
}

.tabs .select_dropdown {
  width: 80px;
  padding: 5px 0;
  height: 40px;
}

.tabs .cvc-input {
  height: 40px !important;
}

.profile_form h2 {
  margin-bottom: 20px;
  font-weight: bold;
}

.profile_form h5 {
  margin-bottom: 15px;
  font-weight: bold;
}

.checkbox_cnt {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.checkbox_cnt input[type=checkbox] {
  float: left;
  margin-top: 0;
}

.checkbox_cnt label {
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
}

.overall_gallery {
  background-color: #EDEDED;
}

#tiles_list_section {
  padding: 0;
}

.search_section {
  margin-bottom: 25px;
}

.search_cnt {
  float: right;
}

.search_cnt ul {
  float: left;
  margin-right: 15px;
}

.search_box {
  float: right;
  background-color: #FFF;
  padding-right: 5px;
}

.search_box .txt_box {
  float: left;
  background-color: #FFF;
  padding-right: 5px 5px 5px 8px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.search_cnt ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.search_cnt ul li a {
  background: #2e2f2f;
  border-radius: 100%;
  padding: 6px 6px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}

.search_cnt ul li a:hover {
  background: #3079be;
}

.search_cnt ul li a img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.search_btn {
  background-image: url(/images/search_icon.png);
  background-position: 0% 9px;
  background-repeat: no-repeat;
  width: 18px;
  height: auto;
  background-color: #FFF;
  border: none;
  padding: 5px;
}

.my_orbs_tiles_list_section .icons_div {
  padding: 12px;
  text-align: left;
  background-color: #FFF;
}

.icons_div ul li a.like_icon {
  display: block;
  line-height: 17px;
  height: 17px;
  width: 17px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(/images/heart_black.svg);
  background-size: 100%;
}

.icons_div ul li a.like_icon.liked {
  background-image: url(/images/heart_red.svg);
}

.icons_div ul li a.like_icon:hover {
  display: block;
  line-height: 17px;
  height: 17px;
  width: 17px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(/images/heart_blue.svg);
  background-size: 100%;
}

.icons_div ul li a.like_icon.liked:hover {
  background-image: url(/images/heart_red.svg);
}

.icons_div ul li a.comment_icon {
  display: block;
  line-height: 17px;
  height: 17px;
  width: 17px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(/images/comments.svg);
  background-size: 100%;
}

.icons_div ul li a.comment_icon:hover {
  display: block;
  line-height: 17px;
  height: 17px;
  width: 17px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(/images/comments_hover.svg);
  background-size: 100%;
}

.icons_div ul li a.view_icon {
  display: block;
  line-height: 20px;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(/images/new_preview_icon.svg);
  background-size: 100%;
}

.icons_div ul li a.view_icon:hover {
  display: block;
  line-height: 20px;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(/images/new_preview_icon_hover.svg);
  background-size: 100%;
}

.my_orbs_tiles_list_section .icons_div ul {
  padding-top: 7px;
  text-align: left;
  margin-bottom: 7px;
}

.my_orbs_tiles_list_section .icons_div ul li {
  border: none;
  margin: 0 24px 0 0;
  width: auto;
}

.my_orbs_tiles_list_section .icons_div h5 {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #120d0e;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.my_orbs_tiles_list_section .icons_div ul li span.badge_no {
  margin-left: 7px;
  font-family: "Nunito", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #120d0e !important;
}

#tiles_list_section.my_orbs_tiles_list_section .gallery_div {
  background-color: transparent;
}

.profile_edit_section {
  position: absolute;
  top: 33px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  width: 100%;
}

.profile_btn_menu {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 10px;
  right: 0;
  background-color: transparent;
  padding: 0;
}

.profile_btn_menu:hover {
  background-color: #3c84c3;
}

.profile_btn_menu:focus {
  outline: none;
}

.profile_options .profile_btn_menu:hover {
  background-color: transparent;
}

.profile_options {
  text-align: right;
  display: inline-block;
  position: relative;
  width: 100%;
}

.profile_info_options {
  display: none;
  float: none;
  position: relative;
  width: 80%;
  margin: auto;
}

.profile_edit_list {
  background-color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 20px;
  position: relative;
  height: 180px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.profile_edit_section ::-webkit-scrollbar {
  width: 4px;
  background-color: #3079be;
}

/* Track */
.profile_edit_section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #FFFFFF;
  border-radius: 5px;
}

/* Handle */
.profile_edit_section ::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 5px;
}

/* Handle on hover */
.profile_edit_section ::-webkit-scrollbar-thumb:hover {
  background: #000000;
  cursor: pointer;
}

/* .bg_overlay{ background-color: rgba(0,0,0,0.5); height: 200px; width: 200px;} */
.profile_info_options:after {
  display: none;
  content: "";
  position: absolute;
  right: -14px;
  top: 0;
  background-image: url(/images/edit_list_ul_after.png);
  background-repeat: no-repeat;
  background-position: 0% 0px;
  width: 16px;
  height: 16px;
}

.profile_edit_list li {
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  margin-bottom: 4px;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #000000;
  text-align: left;
}

.profile_edit_list li a {
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-color: transparent;
  display: inline-block;
  line-height: normal;
  padding-left: 0;
  text-align: left;
  margin: auto;
  padding: 8px 0;
}

.profile_edit_list li a img {
  width: 25px;
  height: auto;
  margin-right: 12px;
}

/*.profile_edit_list li a.profile_view_icon{ background-image: url(../images/eye_icon_hover.svg);background-size: 60%; }
.profile_edit_list li a.profile_edit_icon{ background-image: url(../images/edit_icon_dark.svg);background-size: 63%; }
.profile_edit_list li a.profile_share_icon{ background-image: url(../images/share_icon_hover.svg);background-size: 55%;background-position: 0% 1px;}
.profile_edit_list li a.profile_delete_icon{ background-image: url(../images/delete_icon_dark.svg);background-size: 65%;}
.profile_edit_list li a.profile_duplicate_icon{ background-image: url(../images/duplicate_icon.svg);background-size: 47%;background-position: 8% 3px;}*/
.pagination_section {
  text-align: center;
  margin-bottom: 60px;
}

.pagination_section a {
  color: #959595;
  text-transform: capitalize;
  background-color: #FFF;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 37px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 5px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.pagination_section a:hover {
  background-color: #3079be;
  color: #FFF;
}

.pagination_section a.prev {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: auto;
  height: auto;
  padding: 10px 15px;
  line-height: normal;
  min-width: 125px;
}

.pagination_section a.next {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: auto;
  height: auto;
  padding: 10px 15px;
  line-height: normal;
  min-width: 125px;
}

.gallery_list_section {
  display: inline-block;
  width: 100%;
  padding: 0;
}

.gallery_list_box {
  width: 232px;
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 1200px) {
  .gallery_list_box {
    width: 224px;
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
  .gallery_list_section .gallery_list_box:nth-child(1) {
    margin-left: 0;
  }
  .gallery_list_section .gallery_list_box:nth-child(4) {
    margin-right: 0;
  }
  .gallery_list_section .gallery_list_box:nth-child(5) {
    margin-left: 0;
  }
  .gallery_list_section .gallery_list_box:nth-child(8) {
    margin-right: 0;
  }
  .gallery_list_section .gallery_list_box:nth-child(9) {
    margin-left: 0;
  }
  .gallery_list_section .gallery_list_box:nth-child(12) {
    margin-right: 0;
  }
  .gallery_list_section .gallery_list_box:nth-child(13) {
    margin-left: 0;
  }
  .gallery_list_section .gallery_list_box:nth-child(16) {
    margin-right: 0;
  }
  .gallery_list_section .gallery_list_box:nth-child(17) {
    margin-left: 0;
  }
  .gallery_list_section .gallery_list_box:nth-child(20) {
    margin-right: 0;
  }
  .create_new a {
    padding: 73px 69px !important;
  }
}
/* 22 Jsn 2020 - Start */
#tiles_list_section .gallery_img {
  background-color: rgba(0, 0, 0, 0);
}

.gallery-img-opacity {
  background-color: rgba(0, 0, 0, 0.2);
}

.profile_edit_option {
  background-color: rgba(0, 0, 0, 0);
  visibility: visible;
}

.profile_toggle_section {
  margin-bottom: 80px;
}

.create_new_tiles_section {
  display: inline-block;
  width: 100%;
}

.create_new a {
  display: inline-block;
  text-transform: capitalize;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background-color: #3079be;
  color: #FFF;
  display: inline-block;
  padding: 73px 73px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.create_new a:hover {
  color: #FFF;
  background-color: #120d0e;
}

.create_new a img {
  display: block;
  margin: auto;
  float: none;
  margin-bottom: 12px;
}

.create_new_tiles_section {
  padding: 0;
}

.form_fields_section {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.form_fields {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

.form_fields.right {
  float: right;
}

.form_fields input.profile_txtbox {
  width: 90%;
}

/* 22 Jsn 2020 - End */
.profile_submit {
  margin-bottom: 35px;
}

.preview_button {
  text-align: center;
  text-transform: uppercase;
  padding: 4px 25px 2px 25px;
  background-color: #e2e2e2;
  color: #a3a4a6;
  margin: 10px 0 20px 0;
  display: inline-block;
  font-weight: bold;
}

.action {
  text-align: center;
  margin-bottom: 32px;
}

.subform {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
}

.subform label {
  flex-grow: 0;
  padding-right: 1em;
}

.subform input {
  flex-grow: 2;
}

.actions {
  margin-bottom: 25px;
  text-align: center;
}

.preview {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .gallery_list_box {
    width: 227px;
  }
  .create_new a {
    padding: 70px 70px;
  }
}
@media (max-width: 991px) {
  .profile_outer_padding_section {
    padding: 0 0px 29px 0;
  }
  .profile_info {
    padding-left: 10px;
  }
  .half_width .profile_avatar {
    width: 37%;
  }
  .half_width .profile_info {
    width: 63%;
  }
  .tabs ul {
    margin-right: 15px;
  }
  .tab_right_content {
    width: 62%;
  }
  .tabs ul {
    margin-left: 0;
  }
  .profile_avatar {
    padding-top: 30px;
  }
  .profile_avatar .profileimg {
    margin: auto;
  }
  .create_new a {
    padding: 70px 70px;
  }
  .gallery_list_box {
    width: 224px;
    margin: 0 3px;
  }
  #tiles_list_section .gallery_div {
    width: 224px;
  }
}
@media (max-width: 767px) {
  .search_cnt {
    float: none;
  }
  .search_cnt ul li {
    margin: 0 2px 0 0;
  }
  .create_new {
    padding: 0;
    width: 100%;
  }
  .create_new a {
    width: 100%;
    padding: 25px 0;
    font-weight: normal;
    font-size: 18px;
    border-radius: 10px;
  }
  .create_new a img {
    display: none;
  }
  .profile_cnt_section {
    padding: 0;
  }
  .profile_cnt_section h2 {
    margin-bottom: 20px;
  }
  .profile_edit_list {
    padding: 10px 0px 10px 5px;
  }
  .profile_edit_list li a img {
    width: 17px;
    margin-right: 9px;
  }
  .tabs ul {
    float: none;
    margin-right: 0;
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
    border: 1px solid #c6cbcb;
    padding-top: 0;
  }
  .profile_outer_padding_section {
    padding: 10px;
  }
  .profile_toggle_section {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .tabs ul > li a {
    width: 100%;
  }
  .profile_item_tab ul li {
    display: block;
    float: left;
  }
  .upgrade-form-content .expiration_cvc_div {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .gallery_list_box {
    width: 158px;
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    margin-right: 2px;
  }
  .search_cnt ul {
    margin-right: 5px;
  }
  .profile_edit_section {
    top: 18px;
  }
  .profile_info_options {
    width: 85%;
  }
  .upgrade-form-content .expiration_cvc_div_right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .tab_right_content {
    float: none;
    width: 100%;
    padding: 15px;
    border: 1px solid #c6cbcb;
  }
  .profile_cnt_section .back_btn {
    display: none;
  }
  .profile_avatar .profileimg {
    margin: auto;
    width: 125px;
    height: 125px;
  }
  .profile_menu_cnt {
    width: 100%;
    float: none;
  }
  .profile_avatar {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }
  .profile_info {
    float: none;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 15px;
  }
  #new_profile_section .half_width {
    width: 100%;
    padding: 15px 0;
  }
  .half_width .profile_avatar {
    width: 100%;
  }
  #new_profile_section .half_width .profile_info {
    padding-left: 5px;
    padding-right: 0;
  }
  .half_width .profile_info {
    width: 100%;
  }
  .profile_edit_list {
    height: 140px;
    padding: 10px;
  }
  .profile_edit_section {
    right: 39px;
  }
  #tiles_list_section.my_orbs_tiles_list_section .profile_info_options .profile_edit_list li {
    display: inline-block;
    width: 100% !important;
  }
  #tiles_list_section.my_orbs_tiles_list_section .editable_icons li {
    margin: 0;
    text-align: left;
    width: 22% !important;
  }
  #tiles_list_section.my_orbs_tiles_list_section .editable_icons li a {
    margin-left: auto;
  }
  #tiles_list_section.my_orbs_tiles_list_section .editable_icons li .gallery_div span {
    padding: 0;
    margin: 0;
    margin-left: 20px;
  }
  .my_orbs_tiles_list_section .icons_div {
    padding: 5px;
  }
  .my_orbs_tiles_list_section .icons_div ul li span.badge_no {
    font-size: 12px;
  }
  .pagination_section a {
    margin: 0 5px 15px 0;
  }
  #tiles_list_section.my_orbs_tiles_list_section {
    padding-bottom: 20px;
  }
  .pagination_section {
    margin-bottom: 20px;
  }
  .profile_cnt_outer_section {
    padding-top: 12px;
  }
  .gallery_list_section {
    padding: 0px;
  }
  .search_box .txt_box {
    height: 33px;
  }
  .create_new_tiles_section {
    padding: 15px 0px;
  }
  #tiles_list_section .gallery_div {
    width: 158px;
  }
  .overall_gallery {
    padding: 10px;
  }
  .my_orbs_tiles_list_section .icons_div ul li span.badge_no {
    font-size: 12px !important;
  }
  .my_orbs_tiles_list_section .icons_div h5 {
    font-size: 13px;
    padding-left: 8px;
  }
  .my_orbs_tiles_list_section .icons_div ul {
    padding-top: 0;
  }
  .my_orbs_tiles_list_section .icons_div {
    padding-bottom: 12px !important;
    height: auto;
  }
}
@media (max-width: 350px) {
  .gallery_list_box {
    width: 133px;
  }
  #tiles_list_section .gallery_div {
    width: 133px;
  }
  .search_box {
    max-width: 65%;
  }
  .search_box .txt_box {
    max-width: 80%;
  }
}
#dark_overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 15;
  width: 100%;
  height: 100%;
  display: none;
}

.wrapper {
  width: 125px;
  margin: 5% auto;
  position: relative;
}

.svg {
  width: 125px;
  height: 125px;
  transform: rotateZ(0deg);
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
  margin: auto;
  background-color: #314150;
  border: 12px solid #2679be;
}

.circle {
  fill: #FFF;
  stroke: #3078be;
  stroke-width: 10;
  stroke-dasharray: 0 250;
  animation: fillup 3s forwards;
}

.num {
  color: #FFF;
  left: 50%;
  top: 50%;
  z-index: 999;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 17px;
}

@keyframes fillup {
  to {
    stroke-dasharray: 251 251;
  }
}
.announcement_scrolling_div {
  width: 360px;
  height: 400px;
  overflow-y: scroll;
}

.announcement_video {
  width: 320px;
  height: 282px;
}

.article_video {
  width: 640px;
  height: 564px;
}

@media (max-width: 992px) {
  .article_video {
    width: 512px;
    height: 451px;
  }
}
@media (max-width: 767px) {
  .announcement_scrolling_div {
    width: 100%;
  }
  .article_video {
    width: 320px;
    height: 282px;
  }
}
@media (max-width: 480px) {
  .announcement_video {
    width: 256px;
    height: 228px;
  }
  .article_video {
    width: 256px;
    height: 228px;
  }
}
.plans_page {
  background: #fafafa;
  box-shadow: 0px 1px 3px 0px #cccccc;
  border-radius: 4px;
  padding: 25px;
}
.plans_page h1 {
  font-style: normal;
  font-weight: lighter;
  font-size: 29.6286px;
  line-height: 44px;
  /* or 150% */
  text-align: center;
  letter-spacing: -0.015em;
  margin-top: 1em;
  color: #000000;
}
.plans_page h2 {
  margin-top: 10px;
  font-style: normal;
  font-weight: lighter;
  font-size: 18px;
  line-height: 31px;
  /* or 171% */
  text-align: center;
  letter-spacing: -0.015em;
  color: rgba(0, 0, 0, 0.8);
}
.plans_page h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 22px;
  /* or 61% */
  text-align: center;
  color: #000000;
}
.plans_page .columns {
  margin-top: 50px;
  margin-bottom: 50px;
}
.plans_page .columns h3 {
  margin-bottom: 1.5em;
}
.plans_page .columns {
  display: flex;
}
.plans_page .columns aside {
  flex-grow: 1;
  text-align: center;
  padding: 0px 10px;
}
.plans_page .columns p {
  margin-top: 2em;
}
.plans_page .columns button {
  display: block;
  margin: auto;
  width: 100px;
  margin-top: 2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #3078be;
  color: #FFF;
  font-size: 12px;
  border: 1px solid transparent;
  padding: 10px 30px;
  min-width: 150px;
  text-align: center;
  font-size: 14px;
  min-width: 150px;
  text-align: center;
  text-transform: uppercase;
}
.plans_page .columns small {
  display: block;
  margin-top: 2em;
}

@media (min-width: 992px) {
  .plans_page {
    width: 953px;
    margin: 50px auto;
  }
  .plans_page .plans_page-left {
    border-right: 1px solid #333;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .plans_page {
    width: 100%;
    /*  margin-left: 20px;
      margin-right: 20px; */
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .plans_page {
    width: 100%;
    margin: 0px 0;
    height: auto;
    padding-top: 10px;
  }
  .plans_page .columns {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .plans_page .columns aside {
    padding-bottom: 2em;
  }
  .plans_page .columns aside h3 {
    margin-bottom: 15px;
  }
  .plans_page .columns .plans_page-right {
    padding-top: 10px;
  }
  .plans_page .plans_page-left {
    padding: 2em;
    border-bottom: 1px solid #333;
    margin-bottom: 2em;
  }
  .plans_page {
    /*   h3 {
        margin-bottom: -20px;
        line-height: 0px;
        height: 0px;
      } */
  }
  .plans_page h2 {
    padding-bottom: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
