@import "emoji.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,400i,500,600,700,800&subset=latin-ext');
html,
body {
  position: relative;
  height: 100%;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .5px;
}
ul,
ol,
p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearfix {
  clear: both;
}
.chat-mobile {
  padding-top: 62px;
  padding-bottom: 60px;
  overflow: hidden;
  background: #fff;
  height: calc(100% - 65px);
}
.chat-mobile .search-conv {
  border-bottom: 1px solid #eee;
  padding-left: 34px;
  padding-right: 5px;
  min-height: 34px;
  background: url(../img/spyglassb.svg) 8px center no-repeat #fff;
  background-size: 17px;
}
.chat-mobile .search-conv input {
  width: 100%;
  margin-top: 4px;
  border: none;
  outline: none;
}
.chat-mobile .persons-lists {
  height: calc(100% - 34px);
  overflow-y: auto;
  width: 100%;
}
.chat-mobile .persons-lists .per_inlist {
  width: 100%;
  margin-bottom: 5px;
  border-bottom: 2px solid #eee;
  float: left;
  padding: 4px;
  position: relative;
}
.chat-mobile .persons-lists .per_inlist a {
  width: 90%;
  float: left;
  line-height: 40px;
  overflow: hidden;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000;
}
.chat-mobile .persons-lists .per_inlist a .badge {
  border-radius: 4px;
  float: right;
  margin-top: 10px;
  background: #a51212;
}
.chat-mobile .persons-lists .per_inlist .online_status {
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  height: 40px;
}
.chat-mobile .persons-lists .per_inlist .online_status span {
  border-radius: 50%;
  background-color: #ccc;
  width: 10px;
  height: 10px;
  margin-top: 20px;
  margin-left: 10px;
  display: block;
  float: left;
}
.chat-mobile .persons-lists .per_inlist .online_status.online span {
  background-color: #03c3eb;
}
.chat-mobile .persons-lists .per_inlist a img {
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #eee;
  margin-right: 4px;
}
.chat-mobile .chat_header {
  width: 100%;
  min-height: 60px;
  border-bottom: 2px solid #eee;
}
.chat-mobile .chat_header img {
  width: 50px;
  height: 50px;
  float: left;
  border: 1px solid #eee;
  margin-right: 4px;
  margin-top: 5px;
  margin-left: 8px;
}
.chat-mobile .chat_header span.u-name {
  line-height: 60px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000;
  text-transform: capitalize;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 38%;
}
.chat-mobile .chat_header .online_status {
  width: 30px;
  position: relative;
  margin-top: 10px;
  background: #fff;
  height: 40px;
  float: left;
}
.chat-mobile .chat_header .online_status span {
  border-radius: 50%;
  background-color: #ccc;
  width: 10px;
  height: 10px;
  margin-top: 16px;
  margin-left: 10px;
  display: block;
  float: left;
}
.chat-mobile .chat_header .online_status.online span {
  background-color: #03c3eb;
}
.chat-mobile .chat_header a {
  color: #fff;
  background-color: #03c3eb;
  font-size: 10px;
  font-weight: bold;
  border: none;
  text-transform: capitalize;
  float: right;
  margin-top: 15px;
  margin-right: 10px;
}
.chat-mobile .chat_header #makefull {
  line-height: 17px;
  font-size: 17px;
  padding: 3px;
  float: right;
  margin-top: 15px;
  margin-right: 5px;
}
.chat-mobile .chat_content {
  width: 100%;
  overflow-y: scroll;
  height: calc(100% - 120px);
}
.chat-mobile .chat_content .chat_container {
  width: 100%;
  float: left;
  margin-bottom: 3px;
  margin-top: 3px;
}
.chat-mobile .chat_content .chat_container .personal_to {
  width: 39px;
  height: 39px;
  float: left;
  margin-left: 10px;
}
.chat-mobile .chat_content .chat_container .personal_to img {
  border: 1px solid #eee;
}
.chat-mobile .chat_content .chat_container .chatmsg {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 5px;
  border-radius: 5px;
}
.chat-mobile .chat_content .chat_container .chatmsg.from {
  float: right;
  background: #03c3eb;
  color: #fff;
  margin-right: 18px;
}
.chat-mobile .chat_content .chat_container .chatmsg.to {
  float: left;
  background: #f7f7f7;
  color: #000;
  margin-left: 18px;
}
.chat-mobile .chat_content .chat_container .timeago {
  color: #999;
  font-size: 10px;
}
.chat-mobile .chat_footer {
  width: 100%;
  border-top: 2px solid #eee;
}
.chat-mobile .chat_footer textarea {
  resize: none;
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 2px solid #eee;
}
.chat-mobile .chat_footer .buttons-pm {
  float: left;
  height: 100%;
  min-width: 100px;
  max-width: 85%;
}
.chat-mobile .chat_footer .buttons-pm label[for='upload_files'] {
  width: 280px;
  padding-left: 40px;
  line-height: 42px;
  height: 100%;
  float: left;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px center;
  background-image: url(../img/camera_icn.svg);
}
.chat-mobile .chat_footer .buttons-pm label[for='upload_files']:hover {
  background-image: url(../img/camera_icnh.svg);
  color: #03c3eb;
}
.chat-mobile .chat_footer .buttons-pm label[for='upload_files'] input {
  display: none;
}
.chat-mobile .chat_footer .buttons-pm #file-selected {
  max-width: 96%;
}
.chat-mobile .chat_footer .buttons-pm #file-selected p {
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.chat-mobile .chat_footer .buttons-pm #file-selected #crossdelfiles {
  float: left;
  display: block;
  text-decoration: none;
  font-size: 13px;
  color: #000;
}
.chat-mobile .chat_footer .btn {
  display: block;
  float: right;
  padding: 5px 25px;
  font-size: 12px;
  border: none;
  margin: 5px 10px 5px 10px;
  background: #00BBE8;
  color: white;
  text-shadow: 0 1px 0 #0092b5;
}
.chat-mobile .chat_footer #postachatmsg {
  position: relative;
}
.chat-mobile .chat_footer #postachatmsg .progress {
  max-width: 100%;
  float: left;
  width: 0%;
  background-color: #5cb85c;
  height: 8px;
  position: absolute;
  left: 0;
  top: 42%;
}
.chat-mobile.full {
  padding-top: 0px;
  padding-bottom: 0px;
}
.chatbody .padding-down {
  background: #fff;
}
.tvfix .news-item {
  min-height: 202px;
}
.animed {
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.boxshadowed {
  -webkit-box-shadow: 0 0 20px #CCC;
  -moz-box-shadow: 0 0 20px #CCC;
  box-shadow: 0 0 20px #CCC;
}
.rounded {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.bordered {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
button,
.btn_c,
.btn_f,
.btn_g {
  color: white;
  font-weight: bold;
  letter-spacing: .5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px 24px;
}
button:hover,
.btn_c:hover,
.btn_f:hover,
.btn_g:hover {
  text-decoration: none;
  color: white;
  cursor: pointer;
}
#beta {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 75px;
  background: url(/themes/def/beta.png) no-repeat center center;
  background-size: cover;
  z-index: 33;
}
.addsign {
  float: left;
  border: 1px solid #337ab7;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding-left: 3px;
  text-align: center;
  margin-right: 10px;
}
.tooltip_nice {
  border-radius: 50%;
  float: right;
  color: #fff;
  background-color: #207583;
  width: 20px;
  height: 20px;
  text-align: center;
}
.btn_c {
  border: 2px solid #2a99ac;
}
.btn_f {
  border: 2px solid white;
  background: #2a99ac;
}
.btn_g {
  border: 2px solid white;
  background: #e4e4e4;
}
.hr {
  clear: both;
  width: 25%;
  margin: 25px auto;
  height: 1px;
  background: #e6e6e6;
}
.bg-success {
  padding: 15px;
}
.content {
  padding-top: 125px;
  padding-bottom: 40px;
}
.content.nopt {
  padding-top: 0;
}
.cover-module {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  margin-bottom: 20px;
  background: rgba(0,0,0,0.5);
  padding: 20px 0 10px;
}
.cover-module .mt {
  margin-top: 32px;
}
.cover-module .pt {
  padding-top: 32px;
}
.cover-module .cover-module-tit {
  position: relative;
  text-align: left;
  border-left: 1px solid rgba(255,255,255,0.2);
}
.cover-module .cover-module-tit p {
  margin: 5px 0 5px 10px;
  font-size: 30px;
  font-weight: 200;
  line-height: 22px;
}
.cover-module .cover-module-tit span {
  display: block;
  font-weight: 500;
  font-size: 16px;
}
.cover-module .cover-module-tit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 9px;
  height: 23px;
  background: url(../img/sprite-business-carte.png) -223px 0;
}
.cover-module p {
  color: white;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.cover-module input[type=text],
.cover-module select {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.cover-module input[type=text],
.cover-module select {
  width: 100%;
  padding: 10px 30px;
  margin-bottom: 13px;
  margin-top: 7px;
  background: #fff;
  border: 1px solid #FFF;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.3) inset;
  color: #777;
}
.cover-module input[type=text]:hover,
.cover-module select:hover {
  border-color: #333;
}
.cover-module input[type=text]:focus,
.cover-module select:focus {
  border-color: #2a99ac;
  outline: none;
}
.cover-module input[type=text] optgroup,
.cover-module select optgroup {
  background: #666;
  color: #2a99ac;
  text-transform: uppercase;
}
.cover-module input[type=text] optgroup option,
.cover-module select optgroup option {
  background: #6f7175;
  color: #FFF;
  text-transform: none;
}
.cover-module button {
  float: left;
  width: 100%;
  padding: 10px 0;
  font-size: 12px;
  border: none;
  margin-top: 7px;
}
.cover-module button:last-child {
  margin-right: 0;
}
.cover-module button:hover {
  margin-top: 8px;
}
.cover-module button:active {
  margin-top: 10px;
  outline: none;
}
.cover-module button.white {
  background: white;
  color: #2a99ac;
  box-shadow: 0 4px 0 0 #cfcfcf, 0 -1px 0 0 white;
}
.cover-module button.colored {
  background: #2a99ac;
  color: white;
  text-shadow: 0 1px 0 #207583;
}
.fs_slide {
  position: relative;
  width: 100%;
  min-height: 250px;
  padding-bottom: 1px;
  background: url("/storage/site-lbg/57e0dab2384f3.jpg?day=20190902") 50% 50% #4c4c4c;
  background-size: cover;
}
.fs_slide .container {
  text-align: center;
  color: #FFF;
}
.fs_slide .container .tit {
  margin-top: 150px;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: .5px;
}
.fs_slide .container .tit span {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  color: #ffffff;
}
.fs_slide .container .tit span:before,
.fs_slide .container .tit span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 75px;
  height: 1px;
  background: rgba(255,255,255,0.2);
}
.fs_slide .container .tit span:before {
  left: -75px;
}
.fs_slide .container .tit span:after {
  right: -75px;
}
.fs_slide .container .intro {
  color: #efefef;
  letter-spacing: 1px;
  font-size: 16px;
  text-shadow: 0 1px 0 #141414;
}
.fs_slide .cover-module {
  margin-top: 20px;
}
.alphabet-filter {
  margin-bottom: 20px;
}
.alphabet-filter span {
  color: #9c9c9c;
  font-size: 12px;
  text-transform: uppercase;
}
.alphabet-filter span i {
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url(../img/sprite-business-carte.png) -144px -67px;
  margin-right: 45px;
}
.alphabet-filter a {
  display: inline-block;
  background: #f5f5f5;
  color: #989898;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  padding: 2px 12px;
  margin-right: 20px;
}
.alphabet-filter a:hover {
  color: #2a99ac;
  border-color: #2a99ac;
  text-decoration: none;
}
.anchor-alphabet {
  position: relative;
  margin-bottom: 20px;
}
.anchor-alphabet span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #FFF;
  padding-right: 20px;
  font-size: 16px;
  color: #2a99ac;
  font-weight: 300;
}
.anchor-alphabet:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  height: 1px;
  background: #ebebeb;
}
.section-header {
  position: relative;
  margin-bottom: 20px;
}
.section-header span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #FFF;
  color: #555;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 300;
}
.section-header span a {
  color: #555;
  text-decoration: underline;
}
.section-header span a:hover {
  color: #2a99ac;
}
.section-header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  height: 1px;
  background: #ebebeb;
}
.fast-access-menu {
  background: #f2f2f2;
  padding: 10px 0;
}
.fast-access-menu a {
  display: inline-block;
  text-decoration: underline;
  color: #888;
  margin-right: 40px;
  text-transform: uppercase;
  font-size: 12px;
}
.fast-access-menu a:hover {
  color: #2a99ac;
}
.fast-access-menu ul {
  list-style: none;
}
.fast-access-menu ul li {
  display: inline-block;
}
.fast-access-menu ul li.back i {
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url(../img/sprite-business-carte.png) -144px -67px;
  margin-right: 10px;
  transform: scaleX(-1);
}
.mce-tinymce button {
  padding: 4px 8px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  cursor: pointer !important;
  color: #333 !important;
  text-align: center !important;
  overflow: visible !important;
  -webkit-appearance: none !important;
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
  letter-spacing: auto !important;
  margin: 0px !important;
  display: inherit !important;
}
form.white-form label {
  display: block;
  font-size: 14px;
  color: #555;
  margin-bottom: -5px;
  margin-top: 10px;
  margin-left: 30px;
}
form.white-form label:hover {
  color: #2a99ac;
}
form.white-form .checkbox-radio-container {
  padding-bottom: 13px;
  margin-top: 7px;
}
form.white-form .checkbox-radio-container label {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
}
form.white-form input[type=text],
form.white-form input[type=password],
form.white-form input[type=email],
form.white-form input[type=tel],
form.white-form select,
form.white-form textarea,
form.white-form button,
form.white-form .mybtn,
form.white-form input[type=submit] {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
form.white-form input[type=text],
form.white-form input[type=password],
form.white-form input[type=email],
form.white-form input[type=tel],
form.white-form select,
form.white-form textarea {
  width: 100%;
  padding: 10px 30px;
  margin-bottom: 13px;
  margin-top: 7px;
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0 0 8px 0 rgba(120,120,120,0.1) inset;
  color: #555;
}
form.white-form input[type=text]:hover,
form.white-form input[type=password]:hover,
form.white-form input[type=email]:hover,
form.white-form input[type=tel]:hover,
form.white-form select:hover,
form.white-form textarea:hover {
  border-color: #dbdbdb;
}
form.white-form input[type=text]:focus,
form.white-form input[type=password]:focus,
form.white-form input[type=email]:focus,
form.white-form input[type=tel]:focus,
form.white-form select:focus,
form.white-form textarea:focus {
  border-color: #2a99ac;
  outline: none;
}
form.white-form textarea {
  height: 300px;
  padding-top: 20px;
  resize: none;
}
form.white-form textarea.min {
  height: 120px;
}
form.white-form span.form-required {
  display: block;
  text-align: right;
  color: #e87d7d;
  font-size: 12px;
  font-weight: 300;
}
form.white-form #captcha-checkbox,
form.white-form #remember-checkbox {
  display: none;
}
form.white-form #captcha-label,
form.white-form #remember-label {
  position: relative;
  font-weight: 500;
  cursor: pointer;
  padding-left: 25px;
  margin-left: 0;
}
form.white-form #captcha-label span,
form.white-form #remember-label span {
  display: block;
  color: #b6b6b6;
  font-size: 13px;
  font-style: italic;
}
form.white-form #captcha-label:before,
form.white-form #remember-label:before {
  content: "";
  color: #2a99ac;
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 14px;
  border: 1px solid #2a99ac;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
form.white-form #captcha-label.active:before,
form.white-form #remember-label.active:before {
  content: "✔";
}
form.white-form #remember-checkbox:checked + #remember-label:before {
  content: "✔";
}
form.white-form .recovery {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: #949494;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
form.white-form .recovery:hover {
  text-decoration: none;
}
form.white-form #login-submit {
  margin: auto;
  color: #F8F8F8;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 60px;
  border-radius: 8px;
  background-color: #0076A3;
}
form.white-form .not-registered {
  color: #949494;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 24px;
}
form.white-form .join-now {
  color: #0076A3;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 14px;
  text-decoration: none;
}
form.white-form .form-input-file {
  display: block;
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0 0 8px 0 rgba(120,120,120,0.1) inset;
  margin-top: 8px;
  padding: 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
form.white-form .twitter-typeahead {
  width: 100%;
}
form.white-form .tt-dropdown-menu {
  margin-top: -10px;
  padding: 10px 0;
  width: 100%;
  background-color: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #2a99ac;
  box-shadow: 0 0 8px 0 rgba(120,120,120,0.1) inset;
  -webkit-box-shadow: 0 0 8px 0 rgba(120,120,120,0.1) inset;
}
form.white-form .tt-dropdown-menu .tt-suggestion {
  padding: 3px 30px;
}
form.white-form .tt-dropdown-menu .tt-suggestion p {
  margin: 0;
}
form.white-form .tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
  background-color: #2a99ac;
  color: #FFFFFF;
}
form.white-form input[type=submit],
form.white-form .mybtn,
form.white-form button {
  display: block;
  padding: 10px 45px;
  font-size: 12px;
  border: none;
  margin: 10px 0 10px;
  background: #2a99ac;
  color: white;
  text-shadow: 0 1px 0 #207583;
}
form.white-form input[type=submit]:last-child,
form.white-form .mybtn:last-child,
form.white-form button:last-child {
  margin-right: 0;
}
form.white-form input[type=submit]:hover,
form.white-form .mybtn:hover,
form.white-form button:hover {
  margin: 11px 0 9px;
}
form.white-form input[type=submit]:active,
form.white-form .mybtn:active,
form.white-form button:active {
  margin: 13px 0 7px;
  outline: none;
}
form.white-form .mybtn:hover,
form.white-form .mybtn:focus,
form.white-form button:hover,
form.white-form button:focus {
  background-color: #2a99ac;
  border-color: #2a99ac;
}
.avtg-block div.avtg {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0 10px 45px;
  line-height: 16px;
  color: #2a99ac;
}
.avtg-block div.avtg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 24px;
  height: 24px;
  background: url(../img/sprite-business-carte.png) -160px -67px no-repeat;
}
.avtg-block div.avtg span {
  font-size: 18px;
  display: block;
}
.avtg-block a {
  letter-spacing: .5px;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  display: block;
  text-align: center;
  padding: 10px 0;
  margin-top: 6px;
  border: none;
}
.avtg-block a:hover {
  margin-top: 7px;
}
.avtg-block a:active {
  margin-top: 9px;
  outline: none;
}
.avtg-block a.btn_g {
  color: #555;
}
.gallery-carousel {
  padding: 5px;
  margin-bottom: 40px;
}
.gallery-carousel img {
  box-shadow: 0 0 5px #CCC;
  border: 1px solid #F2F2F2;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.gallery-carousel .owl-item a {
  display: block;
  position: relative;
}
.gallery-carousel .owl-item a:after {
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 64px;
  height: 64px;
  background: url(../img/sprite-business-carte.png) -296px 0;
  left: 0;
  right: 0;
  top: 50%;
  margin: -32px auto 0;
}
.gallery-carousel .owl-item a:hover img {
  opacity: .5;
}
.gallery-carousel .owl-item a:hover:after {
  opacity: 1;
}
.owl-nav div {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  width: 36px;
  height: 64px;
  background: url(../img/sprite-business-carte.png);
  overflow: hidden;
  text-indent: -999px;
  opacity: .5;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.owl-nav div.owl-prev {
  background-position: -152px 0;
  left: -60px;
}
.owl-nav div.owl-prev:hover {
  left: -63px;
}
.owl-nav div.owl-next {
  background-position: -187px 0;
  right: -60px;
}
.owl-nav div.owl-next:hover {
  right: -63px;
}
.owl-nav div:hover {
  opacity: 1;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #dcdcdc;
  margin: 0 9px;
}
.owl-dots .owl-dot.active {
  background: #2a99ac;
}
.hightlight {
  background: #FFFF9D;
}
.gosignup {
  font-weight: 300;
}
.gosignup:hover {
  font-weight: 300;
  text-decoration: none;
}
#mobile-stiky-bar,
#mask-burger {
  display: none;
}
.global-wrapper,
.content-wrapper {
  position: relative;
  height: 100%;
}
body.sticky .menu_bar {
  position: fixed;
  top: 0;
}
body.sticky .container.feed .left_feed_wrapper {
  padding-bottom: 500px;
}
.headert {
  position: relative;
  z-index: 5;
}
#menu-mobile {
  display: none;
  padding: 25px 20px 60px 20px;
}
#menu-mobile #langs_cnt {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
#menu-mobile #langs_cnt .lang_selector {
  position: relative;
  margin: 0 auto;
  float: left;
  margin-left: calc((100% - 90px)/2);
}
#menu-mobile #langs_cnt .lang_selector li {
  width: 45px;
  float: left;
  position: relative;
}
#menu-mobile #langs_cnt .lang_selector li a {
  float: left;
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 100%;
  color: #fff;
}
#menu-mobile #langs_cnt .lang_selector li:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  height: 10px;
  width: 1px;
  background: rgba(255,255,255,0.7);
}
#menu-mobile #langs_cnt .lang_selector li:last-child:after {
  display: none;
}
#menu-mobile #langs_cnt .lang_selector li.active a {
  font-weight: bold;
}
#menu-mobile #langs_cnt .lang_selector_flags {
  position: relative;
  margin: 0 auto;
  float: left;
  margin-left: calc((100% - 90px)/2);
}
#menu-mobile #langs_cnt .lang_selector_flags button {
  background-color: none;
  border: none;
  color: #ffffff;
}
#menu-mobile #langs_cnt .lang_selector_flags li {
  width: 45px;
  float: left;
  position: relative;
}
#menu-mobile #langs_cnt .lang_selector_flags li a {
  float: left;
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 100%;
  color: #fff;
}
#menu-mobile #langs_cnt .lang_selector_flags li:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  height: 10px;
  width: 1px;
  background: rgba(255,255,255,0.7);
}
#menu-mobile #langs_cnt .lang_selector_flags li:last-child:after {
  display: none;
}
#menu-mobile #langs_cnt .lang_selector_flags li.active a {
  font-weight: bold;
}
#menu-mobile .black_bg {
  background: rgba(0,0,0,0.7);
  padding: 0px 20px;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  float: left;
}
#menu-mobile .black_bg ul.nav-m {
  border-bottom: none;
}
#menu-mobile #mobile-logo {
  display: block;
  width: 100px;
  margin: 0 auto 18px;
}
#menu-mobile #mobile-logo img {
  max-width: 100px;
  max-height: 100px;
}
#menu-mobile ul.nav-m {
  margin-bottom: 10px;
  padding-bottom: 17px;
  border-bottom: 1px solid #3ab9cf;
}
#menu-mobile ul.nav-m li a,
#menu-mobile ul.nav-m li span {
  display: block;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  padding-top: 7px;
  line-height: 24px;
}
#menu-mobile ul.nav-m ul {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #3ab9cf;
}
#menu-mobile .mobile_rs {
  margin: 40px 0 30px;
  text-align: center;
}
#menu-mobile .mobile_rs li {
  display: inline-block;
}
#menu-mobile .mobile_rs li a {
  float: left;
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 3px;
  color: #FFF;
  text-align: center;
  line-height: 34px;
  font-size: 17px;
  font-weight: 300;
  border: 1px solid #FFF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#menu-mobile .mobile_rs li a.fb {
  background: #3C579E;
}
#menu-mobile .mobile_rs li a.tw {
  background: #55ACEE;
}
#menu-mobile .mobile_rs li a.lk {
  background: #0076B4;
}
#menu-mobile .mobile_rs li a.pi {
  background: #BD2026;
}
#menu-mobile .mobile_rs li a.ig {
  background: #437198;
}
#menu-mobile .mobile_rs li a.yt {
  background: #CC191E;
}
#menu-mobile .mobile_rs li a.gg {
  background: #D95032;
}
#menu-mobile .mobile_rs li a.wc {
  background: #09b507;
}
#menu-mobile .mobile_rs li a.qq {
  background: #1e99e4;
}
#menu-mobile .mobile_rs li:last-child a {
  margin: 0;
}
#menu-mobile .mobile_copyright {
  color: #FFF;
  text-align: center;
  font-size: 10px;
  margin-bottom: 20px;
}
#menu-mobile .mobile_copyright a {
  text-decoration: underline;
  color: #FFF;
}
.contact_bar {
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.13);
  position: fixed;
  left: 280px;
  top: 0;
  background: #fff;
  height: 62px;
  width: calc(100% - 280px);
  line-height: 62px;
}
.contact_bar_logo {
  float: left;
  padding: 4px 0 0 60px;
  margin-left: 30px;
}
.contact_bar_logo .logo_title span {
  max-width: 206px;
  line-height: 1.2;
  font-size: 13px;
  padding-top: 10px;
  display: block;
  color: #FFF;
  font-weight: 400;
  vertical-align: middle;
}
.dropdown #currentaccount,
.dropdown #currentaccount2,
.nnm #currentaccount,
.nnm #currentaccount2 {
  color: #595B62;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.dropdown #currentaccount img,
.dropdown #currentaccount2 img,
.nnm #currentaccount img,
.nnm #currentaccount2 img {
  width: 36px;
  height: 36px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
  border-radius: 50%;
  margin-right: 5px;
}
.dropdown .dropdown-menu,
.nnm .dropdown-menu {
  background: #eee;
  border-radius: 0px 0px 5px 5px;
  color: #000;
  right: 0px;
  margin-top: -6px;
  left: auto;
  font-size: 12px;
  padding: 0;
}
.dropdown .dropdown-menu #view-profile,
.nnm .dropdown-menu #view-profile {
  color: #2a99ac;
}
.dropdown .dropdown-menu a:hover,
.nnm .dropdown-menu a:hover {
  text-decoration: none;
  font-weight: bold;
}
.dropdown .dropdown-menu img,
.nnm .dropdown-menu img {
  min-height: 40px;
  min-width: 30%;
  padding: 5px;
}
.dropdown .dropdown-menu .account-submenu,
.nnm .dropdown-menu .account-submenu {
  background-color: white;
  line-height: 1.4em;
  text-align: left;
  width: 100%;
}
.dropdown .dropdown-menu .account-submenu li>a,
.nnm .dropdown-menu .account-submenu li>a {
  padding-left: 5px;
  padding-top: 3px;
  width: 100%;
  display: block;
  color: #000;
  font-weight: 500;
}
.dropdown .dropdown-menu .account-submenu li>a:hover,
.nnm .dropdown-menu .account-submenu li>a:hover {
  text-decoration: none;
  color: #2a99ac;
  font-weight: bold;
}
.dropdown .dropdown-menu .account-submenu #logout,
.nnm .dropdown-menu .account-submenu #logout {
  color: #2a99ac;
  padding-top: 10px;
  padding-bottom: 6px;
}
.dropdown .dropdown-menu li,
.nnm .dropdown-menu li {
  width: 100%;
  display: block;
}
.dropdown .dropdown-menu li a,
.nnm .dropdown-menu li a {
  padding-left: 5px;
  width: 100%;
  display: block;
  color: #000;
}
.dropdown .dropdown-menu li a:first-child,
.nnm .dropdown-menu li a:first-child {
  padding-left: 5px;
}
.dropdown .dropdown-menu li:first-child a,
.nnm .dropdown-menu li:first-child a {
  border-top: none;
}
.contact_bar_ct {
  position: relative;
  float: right;
  padding-right: 60px;
}
.contact_bar_ct .login {
  border: none;
  text-transform: none;
}
.contact_bar_ct .gosignup {
  background-color: #2a99ac;
  text-transform: none;
}
.contact_bar_ct span {
  color: #464646;
  letter-spacing: 1px;
  font-weight: 300;
}
.contact_bar_ct a.tel {
  color: white;
  margin: 0 15px 0 20px;
  letter-spacing: 1px;
  font-weight: 800;
}
.contact_bar_ct a.tel i {
  display: inline-block;
  padding-left: 2px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  color: #999;
  border: 1px solid #999;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.contact_bar_ct a.btn_f {
  margin-left: 15px;
}
.contact_bar_ct #modal-login {
  display: none;
  position: absolute;
  z-index: 10;
  top: 70px;
  right: 60px;
  width: 300px;
  background: rgba(0,0,0,0.8);
  padding: 10px 15px 15px;
  line-height: normal;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.contact_bar_ct #modal-login:before {
  content: "";
  position: absolute;
  right: 30px;
  top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 6px 10px;
  border-color: transparent transparent rgba(255,255,255,0.4) transparent;
}
.contact_bar_ct #modal-login form input[type=text],
.contact_bar_ct #modal-login form input[type=password] {
  width: 100%;
  padding: 5px;
  margin: 7px 0;
  display: block;
}
.contact_bar_ct #modal-login form input[type=checkbox] {
  float: left;
  margin-top: 0px;
  margin-right: 6px;
}
.contact_bar_ct #modal-login form label {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  margin: 3px 0;
  font-size: 11px;
}
.contact_bar_ct #modal-login form a {
  display: inline-block;
  color: #2a99ac;
  text-decoration: underline;
  font-size: 11px;
}
.contact_bar_ct #modal-login form span {
  color: #777;
  font-size: 10px;
  margin: 0 5px;
}
.contact_bar_ct #modal-login form input[type=submit] {
  width: 100%;
  text-transform: none;
  font-size: 13px;
  margin: 8px 0 0;
  padding: 7px 0;
  letter-spacing: .5px;
}
.contact_bar_ct .row {
  margin-right: 20px;
  float: left;
}
.contact_bar_ct ul li {
  float: left;
  position: relative;
}
.contact_bar_ct ul li a {
  position: relative;
  float: left;
  color: white;
  font-weight: 300;
  text-transform: none;
  font-size: 14px;
}
.contact_bar_ct ul li a:hover {
  text-decoration: none;
}
.contact_bar_ct ul li span {
  position: relative;
  display: block;
  font-weight: 300;
  text-transform: none;
  margin: 0 25px;
  color: white;
}
.contact_bar_ct ul li span:before,
.contact_bar_ct ul li span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: rgba(255,255,255,0.25);
  opacity: 0;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.contact_bar_ct ul li span:before {
  top: 2px;
}
.contact_bar_ct ul li span:after {
  bottom: 1px;
}
.contact_bar_ct ul li:after {
  content: "";
  position: absolute;
  top: 35px;
  right: 0;
  height: 10px;
  width: 1px;
  background: rgba(255,255,255,0.2);
}
.contact_bar_ct ul li:hover span,
.contact_bar_ct ul li.active span {
  color: #2a99ac;
}
.contact_bar_ct ul li:hover span:before,
.contact_bar_ct ul li.active span:before {
  top: 15px;
  opacity: 1;
}
.contact_bar_ct ul li:hover span:after,
.contact_bar_ct ul li.active span:after {
  bottom: 15px;
  opacity: 1;
}
.contact_bar_ct ul li:first-child a {
  padding-left: 0;
}
.contact_bar_ct ul li:last-child a {
  padding-right: 0;
}
.contact_bar_ct ul li:last-child:after {
  display: none;
}
.contact_bar_ct ul li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  min-width: 100%;
  text-align: center;
  background: rgba(58,57,71,0.95);
  border-bottom: 1px solid rgba(255,255,255,0.25);
  border-top: 1px solid rgba(255,255,255,0.25);
}
.contact_bar_ct ul li ul li {
  width: 100%;
  line-height: 20px;
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
.contact_bar_ct ul li ul li a {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 12px;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.contact_bar_ct ul li ul li:after {
  display: none;
}
.contact_bar_ct ul li ul li:hover a,
.contact_bar_ct ul li ul li.active a {
  color: #2a99ac;
}
.contact_bar_ct ul li ul li:last-child {
  border: none;
}
.contact_bar_ct ul li:hover ul {
  display: block;
}
.menu_bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 75px;
  border-top: 1px solid rgba(255,255,255,0.25);
  border-bottom: 1px solid rgba(255,255,255,0.25);
  background: rgba(42,153,172,0.85);
  line-height: 60px;
}
.menu_bar .lang_selector {
  position: absolute;
  top: 0px;
  right: 20px;
}
.menu_bar .lang_selector li {
  width: 45px;
  float: left;
  position: relative;
}
.menu_bar .lang_selector li a {
  float: left;
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 100%;
  color: white;
}
.menu_bar .lang_selector li:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  height: 10px;
  width: 1px;
  background: rgba(255,255,255,0.7);
}
.menu_bar .lang_selector li:last-child:after {
  display: none;
}
.menu_bar .lang_selector li.active a {
  font-weight: bold;
}
.menu_bar .lang_selector_flags {
  position: absolute;
  top: 0px;
  right: 20px;
  height: 100%;
}
.menu_bar .lang_selector_flags button {
  background-color: transparent !important;
  border: none !important;
  color: #ffffff;
  height: 100%;
}
.menu_bar .lang_selector_flags button img {
  padding-right: 2px;
  height: 33%;
}
.menu_bar .lang_selector_flags .dropdown-menu.flags-dropdown {
  max-width: 60px !important;
}
.menu_bar .lang_selector_flags .dropdown-menu.flags-dropdown li {
  background-color: transparent;
}
.menu_bar .lang_selector_flags .dropdown-menu.flags-dropdown li a {
  float: center;
  display: block;
  margin-right: 5px;
  text-align: center;
  max-width: 60px !important;
}
.menu_bar .lang_selector_flags .dropdown-menu.flags-dropdown li img {
  max-width: 34px;
  min-height: 16px !important;
  height: 26px;
}
.menu_bar .lang_selector_flags .dropdown-menu.flags-dropdown li.active a {
  font-weight: bold;
  background-color: transparent;
}
.menu_bar .logo_title {
  max-height: 45px;
  float: left;
  display: block;
  min-width: 225px;
}
.menu_bar .logo_title span {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #fff;
  padding-top: 12px;
  line-height: 16px;
  display: block;
  margin-left: 5px;
  float: left;
  width: 155px;
}
.menu_bar .logo_title .logo {
  float: left;
  max-height: 45px;
  margin-top: 6px;
}
.menu_bar .logo_title:hover {
  text-decoration: none;
}
.menu_bar nav {
  padding-left: 14%;
}
.menu_bar nav ul li {
  float: left;
  position: relative;
}
.menu_bar nav ul li a {
  position: relative;
  float: left;
  color: white;
  font-weight: 300;
}
.menu_bar nav ul li a:hover {
  text-decoration: none;
}
.menu_bar nav ul li span {
  position: relative;
  display: block;
  font-weight: 300;
  margin: 0 25px;
  color: white;
}
.menu_bar nav ul li span:before,
.menu_bar nav ul li span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: rgba(255,255,255,0.25);
  opacity: 0;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.menu_bar nav ul li span:before {
  top: 2px;
}
.menu_bar nav ul li span:after {
  bottom: 1px;
}
.menu_bar nav ul li:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  height: 10px;
  width: 1px;
  background: rgba(255,255,255,0.7);
}
.menu_bar nav ul li:hover span,
.menu_bar nav ul li.active span {
  color: #000000;
}
.menu_bar nav ul li:hover span:before,
.menu_bar nav ul li.active span:before {
  top: 15px;
  opacity: 1;
}
.menu_bar nav ul li:hover span:after,
.menu_bar nav ul li.active span:after {
  bottom: 15px;
  opacity: 1;
}
.menu_bar nav ul li:first-child a {
  padding-left: 0;
}
.menu_bar nav ul li:last-child a {
  padding-right: 0;
}
.menu_bar nav ul li:last-child:after {
  display: none;
}
.menu_bar nav ul li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  min-width: 100%;
  text-align: center;
  background: rgba(58,57,71,0.95);
  border-bottom: 1px solid rgba(255,255,255,0.25);
  border-top: 1px solid rgba(255,255,255,0.25);
}
.menu_bar nav ul li ul li {
  min-width: 100%;
  line-height: 20px;
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
.menu_bar nav ul li ul li a {
  display: block;
  white-space: nowrap;
  width: 100%;
  padding: 0;
  font-size: 12px;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.menu_bar nav ul li ul li:after {
  display: none;
}
.menu_bar nav ul li ul li:hover a,
.menu_bar nav ul li ul li.active a {
  color: #2a99ac;
}
.menu_bar nav ul li ul li:last-child {
  border: none;
}
.menu_bar nav ul li:hover ul {
  display: block;
}
footer {
  border-top: 6px solid #2a99ac;
  padding-top: 1px;
}
footer .container-fluid {
  background: #111219;
}
footer .container-fluid .footer {
  padding-top: 18px;
}
footer .container-fluid .footer p {
  color: #AAA;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 11px;
}
footer .container-fluid .footer p.tit {
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #2a99ac;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
footer .container-fluid .footer div.contact {
  margin-bottom: 20px;
  margin-left: 15px;
}
footer .container-fluid .footer div.contact i {
  color: #2a99ac;
  padding-right: 10px;
}
footer .container-fluid .footer div.contact a {
  color: #AAA;
  text-decoration: underline;
}
footer .container-fluid .footer nav {
  margin-bottom: 20px;
  padding-left: 15px;
}
footer .container-fluid .footer nav i {
  color: #2a99ac;
  font-weight: 300;
  padding-right: 10px;
  font-size: 11px;
}
footer .container-fluid .footer nav a {
  color: #AAA;
  text-decoration: underline;
  font-size: 11px;
  margin-bottom: 16px;
}
footer .container-fluid .footer .foo-event {
  display: block;
  margin-bottom: 10px;
}
footer .container-fluid .footer .foo-event p.tit {
  font-weight: bold;
  text-transform: none;
  font-size: 12px;
  border: none;
  padding: 0;
  margin-bottom: 4px;
}
footer .container-fluid .footer .foo-event .text-center img {
  max-width: 100%;
}
footer .container-fluid .copyright {
  margin-top: 20px;
  padding: 20px 0 50px;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: #AAA;
  font-size: 10px;
}
footer .container-fluid .copyright .l a {
  color: #AAA;
  text-decoration: underline;
}
footer .container-fluid .copyright .l a:hover {
  text-decoration: none;
  color: #CCC;
}
footer .container-fluid .copyright .r {
  text-align: right;
}
footer .container-fluid .copyright .r span {
  display: inline-block;
  margin-right: 30px;
}
footer .container-fluid .copyright .r div.rs {
  float: right;
}
footer .container-fluid .copyright .r div.rs a {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 3px;
  color: #FFF;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
footer .container-fluid .copyright .r div.rs a.fb {
  background: #3C579E;
}
footer .container-fluid .copyright .r div.rs a.tw {
  background: #55ACEE;
}
footer .container-fluid .copyright .r div.rs a.lk {
  background: #0076B4;
}
footer .container-fluid .copyright .r div.rs a.pi {
  background: #BD2026;
}
footer .container-fluid .copyright .r div.rs a.ig {
  background: #437198;
}
footer .container-fluid .copyright .r div.rs a.yt {
  background: #CC191E;
}
footer .container-fluid .copyright .r div.rs a.gg {
  background: #D95032;
}
footer .container-fluid .copyright .r div.rs a.wc {
  background: #09b507;
}
footer .container-fluid .copyright .r div.rs a.qq {
  background: #1e99e4;
}
footer .container-fluid .copyright .r div.rs a:last-child {
  margin: 0;
}
footer .container-fluid .copyright .r div.rs a:hover {
  opacity: .6;
}
.sticky_rs {
  position: fixed;
  left: 0;
  top: 170px;
  z-index: 10;
}
.sticky_rs ul {
  list-style: none;
}
.sticky_rs ul a {
  display: block;
  width: 32px;
  height: 32px;
  color: #FFF;
  text-align: center;
  line-height: 32px;
  margin-bottom: 2px;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.sticky_rs ul a.fb {
  background: #3C579E;
}
.sticky_rs ul a.tw {
  background: #55ACEE;
}
.sticky_rs ul a.lk {
  background: #0076B4;
}
.sticky_rs ul a.pi {
  background: #BD2026;
}
.sticky_rs ul a.ig {
  background: #437198;
}
.sticky_rs ul a.yt {
  background: #CC191E;
}
.sticky_rs ul a.gg {
  background: #D95032;
}
.sticky_rs ul a.wc {
  background: #09b507;
}
.sticky_rs ul a.qq {
  background: #1e99e4;
}
.sticky_rs ul a:hover {
  opacity: .8;
  width: 40px;
}
.logo_title {
  padding-left: 0;
  display: block;
  max-height: 74px;
}
.logo_title img {
  max-width: 100%;
  max-height: 54px;
  width: auto;
  margin-top: 6px;
}
.logo_title span {
  display: none;
}
.signup .breadcrumb {
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  counter-reset: flag;
  padding: 5px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.signup .breadcrumb a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 36px;
  color: white;
  padding: 0 10px 0 60px;
  position: relative;
  font-family: "Roboto", sans-serif;
}
.signup .breadcrumb a:first-child {
  padding-left: 46px;
  border-radius: 5px 0 0 5px;
}
.signup .breadcrumb a:last-child:before {
  left: 20px;
}
.signup .breadcrumb a:last-child {
  border-radius: 0 5px 5px 0;
  padding-right: 20px;
}
.signup .breadcrumb a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -18px;
  width: 36px;
  height: 36px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  border-color: #eee;
  border-radius: 0 5px 0 50px;
}
.signup .breadcrumb a:last-child:after {
  content: none;
}
.signup .breadcrumb a:before {
  content: counter(flag);
  counter-increment: flag;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin: 8px 0;
  position: absolute;
  top: 0;
  left: 20px;
  font-weight: 500;
}
#step5 .suggesteduser {
  margin-bottom: 10px;
}
#step5 .suggesteduser a.imgusr {
  width: 60px;
  height: 60px;
  display: block;
  margin: 5px;
  float: left;
  border-radius: 50%;
  border: 1px solid #ccc;
}
#step5 .suggesteduser a.usern {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  text-align: left;
  width: 78%;
  width: calc(100% - 80px);
  float: left;
  margin-left: 3px;
  margin-bottom: 8px;
  margin-top: 10px;
}
#step5 .suggesteduser a.followusr {
  background: #5cb85c;
  color: #fff;
  padding: 3px 8px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
  text-align: center;
  border-radius: 4px;
  margin-left: 3px;
  text-decoration: none;
}
.flat a {
  background: white;
  color: black !important;
  transition: all 0.5s;
}
.flat a:after {
  background: white;
  color: black;
  transition: all 0.5s;
}
.flat a:before {
  background: white;
  border: 1px solid #eee;
}
.flat a:hover,
.flat a:hover:after {
  background: #ececec;
}
.flat a.active,
.flat a.active:after {
  background: #ececec;
  font-weight: 700;
}
.multiselect-container {
  width: 100% !important;
}
@media screen and (max-width: 710px) {
  .breadcrumb a {
    display: none;
  }
  .breadcrumb a.active {
    display: block;
  }
  .first a:nth-of-type(2) {
    display: block;
  }
  .second a:nth-of-type(3) {
    display: block;
  }
  .thrd a:nth-of-type(4) {
    display: block;
  }
  .four a:nth-of-type(5) {
    display: block;
  }
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-left-5 {
  margin-left: 5px;
}
.commun-title {
  color: #fff;
  padding: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-transform: none;
  font-weight: 500;
  text-align: left;
  background-color: #3ab9cf;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  float: left;
  margin-top: 10px;
}
.commun-title:after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: -20px;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #3ab9cf transparent transparent transparent;
}
.commun {
  padding-bottom: 0px !important;
}
.commun .row {
  height: 160px;
  position: relative;
}
.commun .row .tit {
  color: #fff;
  padding: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  text-transform: none;
  font-weight: 500;
  text-align: left;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0px;
  margin-bottom: 0px;
  background-color: #000;
  background-color: rgba(0,0,0,0.3);
  text-shadow: 0 0 8px #000;
}
.commun .row .tit a {
  text-shadow: none;
}
#accueilforums {
  padding-bottom: 10px;
  padding-top: 10px;
  min-width: 100%;
  float: left;
  margin-bottom: 20px;
}
#events {
  min-width: 100%;
  float: left;
  padding-bottom: 10px;
  padding-top: 10px;
}
#members {
  width: 100%;
  float: left;
}
.pending .profil-unit {
  border: 2px solid #C95E1E !important;
}
#listofppl {
  width: 100%;
  float: left;
  min-height: 200px;
}
#listofppl .invite_member {
  width: 100%;
  float: left;
  padding: 3px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
#listofppl .invite_member img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
#listofppl .invite_member i {
  padding: 4px;
  border-radius: 3px;
  background: #388A17;
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 2px;
  top: 10px;
}
#inviteppltogroup .modal-body {
  height: 500px;
}
#forums {
  min-width: 100%;
  max-width: 100%;
  float: left;
}
#forums .table-responsive {
  overflow-x: auto;
}
#forums .tabletopics thead {
  background-color: #3ab9cf;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}
#forums .tabletopics thead th {
  text-align: center;
}
#forums .tabletopics thead .bbp-topic-title,
#forums .tabletopics thead .bbp-topic-freshness {
  text-align: left;
}
#forums .tabletopics .even {
  background-color: #ffffff;
}
#forums .tabletopics .odd {
  background-color: #def3f7;
}
#forums .tabletopics .bbp-topic-voice-count a img {
  border-radius: 50%;
}
#forums .noright {
  margin-right: 15px;
  margin-top: 10px;
}
#forums .post-reply {
  width: 100%;
  float: left;
}
#forums .forumpost {
  float: left;
  width: 100%;
  width: calc(100% + 30px);
  margin-bottom: 10px;
}
#forums .forumpost .replied-user {
  text-align: center;
}
#forums .forumpost .replied-user img {
  margin: auto;
}
#forums .forumpost .replied-user img.icons {
  display: block;
  margin: 20px auto 40px;
}
#forums .forumpost .replied-user .user-name {
  color: #333;
  display: block;
  font-size: 20px;
  margin-top: 10px;
}
#forums .forumpost .replied-user .user-type {
  background-color: #d6e7f6;
  color: #4f4f69;
  display: block;
  font-size: 14px;
  margin: auto;
  padding: 10px 20px;
  width: 70px;
}
#forums .forumpost .replied-user .user-type.staff {
  background-color: #34c78a;
  color: #fff;
  margin-top: 20px;
}
#forums .forumpost .replied-user .user-posts {
  color: #999;
  display: block;
  font-size: 14px;
  margin-top: 15px;
}
#forums .forumpost .replied p {
  margin-bottom: 25px;
}
#forums .forumpost .replied .fa-quote-left {
  margin-right: 10px;
  vertical-align: top;
}
#forums .forumpost .replied p.previous-reply {
  display: inline-block;
  width: 92%;
}
#forums .forumpost .replied p.previous-reply span {
  color: #df4c47;
  display: block;
  font-size: 20px;
}
#forums .forumpost .replied .details {
  background-color: #eee;
  color: #df4c47;
  font-size: 14px;
  margin: 0 0 50px;
}
#forums .forumpost .replied .details .pull-left {
  padding: 7px 20px 0;
}
#forums .forumpost .replied .details .pull-right {
  padding: 7px 20px;
}
#forums .forumpost .replied .details a {
  color: #df4c47;
  margin-left: 30px;
}
#forums .forumpost .replied .details i {
  color: #343446;
  cursor: pointer;
  margin: 3px 3px 0 12px;
}
#forums .forumpost .replied .details span {
  color: #343446;
}
@media only screen and (min-width: 768px) {
  #members .profil-unit {
    height: 290px;
  }
}
@media only screen and (max-device-width: 768px) {
  body.modal-open {
    overflow: hidden;
    height: 100%;
  }
  .modal-content,
  .modal-dialog,
  .modal-body {
    height: inherit;
    min-height: 100%;
  }
  .modal {
    min-height: 100%;
  }
}
.demo .scroll {
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  color: #fff;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo .scroll:hover {
  opacity: .5;
}
section {
  position: relative;
  width: 100%;
}
.demo .scroll {
  padding-top: 60px;
}
.demo .scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0,0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px,10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0,0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0,0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px,10px);
  }
  40% {
    transform: rotate(-45deg) translate(0,0);
  }
}
.fs_inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: url("/storage/site-lbg/57e0dab2384f3.jpg?day=20190902") 50% 50% #4c4c4c;
  background-size: cover;
  background-attachment: fixed;
}
.home-prez {
  padding-top: 175px;
  padding-bottom: 40px;
  margin-bottom: 10px;
}
.home-prez p.name {
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #fff;
  padding-bottom: 5px;
}
.home-prez p.name span {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.home-prez p.title {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
}
.home-prez .viewmore {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: #fff;
  float: right;
  text-decoration: underline;
  padding: 15px;
}
.home-prez .row {
  background: rgba(0,0,0,0.5);
  color: #fff;
}
.home-prez .member-unit {
  margin-bottom: 0px;
  border: none;
  margin-top: 8px;
}
.home-prez .member-unit:hover {
  border: none;
  box-shadow: none;
}
.home-prez .member-unit .col-md-10 {
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0px;
}
.home-prez .member-unit .mid {
  width: 82.666667%;
}
.home-prez .member-unit .mid .infos-block {
  margin: 3px 0px;
}
.home-prez .member-unit .mid .infos-block .name {
  color: #000;
}
.home-prez .member-unit .mid .infos-block p {
  padding-left: 5px;
}
.home-prez .member-unit .mid .avtg-block .row {
  background: none;
}
.home-prez .member-unit div.col-md-2.l {
  padding-left: 0;
}
.home-prez .logo {
  max-width: 250px;
  max-height: 150px;
  margin: 15px auto 0;
  text-align: center;
}
.home-prez .ptf-name {
  color: white;
  font-size: 70px;
  line-height: 55px;
  font-weight: 300;
  text-align: center;
  position: relative;
  letter-spacing: .5px;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.home-prez .ptf-name strong {
  font-weight: 300;
}
.home-prez .ptf-name:after {
  content: "";
  position: absolute;
  width: 350px;
  max-width: 100%;
  height: 1px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0px;
  background: rgba(255,255,255,0.3);
}
.home-prez .ptf-slogan {
  color: #2a99ac;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.home-prez .ptf-slogan strong {
  font-weight: 500;
}
.home-prez .ptf-desc {
  position: relative;
  color: white;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 22px;
  margin-bottom: 40px;
}
.home-prez .ptf-desc:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: rgba(255,255,255,0.2);
}
.home-prez .ptf-desc p {
  margin-bottom: 20px;
}
.home-prez .ptf-desc p:last-child {
  margin-bottom: 0;
}
.home-prez .col-md-10 .col-md-12 {
  padding: 0px;
}
.home-prez .home-icons {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border-right: 2px solid #ebebeb;
}
.home-prez .home-icons .home-icon {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.home-prez .home-icons .home-icon .icon-logo {
  display: block;
}
.home-prez .home-icons .home-icon img {
  max-height: 80px;
  padding-bottom: 6px;
}
.home-prez .home-icons .home-icon .svg {
  max-height: 80px;
  max-width: 74px;
  padding-bottom: 6px;
}
.home-prez .home-icons .home-icon .icon-title {
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
  text-decoration: none;
  text-weight: bold;
}
.home-prez .home-icons .home-icon .icon-title-small {
  display: none;
}
.home-prez .home-icons .home-icon:hover {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
}
.home-prez .home-icons .home-icon:hover a {
  color: #2a99ac;
  font-weight: bold;
}
.home-prez .home-icons .home-icon:hover .svg path {
  fill: #2a99ac !important;
}
.home-prez .home-events-news,
.home-prez .module-events-news {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.home-prez .home-events-news .col-sm-6,
.home-prez .module-events-news .col-sm-6 {
  padding-left: 0px;
  padding-right: 0px;
}
.home-prez .home-events-news .col-md-12,
.home-prez .module-events-news .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.home-prez .news-item .news-data .news-txts .teaser {
  padding: 0 10px 30px !important;
}
.home-prez .teaser .tit {
  color: #ffffff;
  font-size: 10px !important;
  margin-bottom: 8px !important;
  font-weight: 700;
}
.home-prez .news-txts .teaser .txt {
  font-size: 7px !important;
  font-weight: 700;
}
.home-cover-module {
  position: relative;
  bottom: auto;
}
.home-partners {
  background: #efefef;
  text-align: center;
  color: #5f5f5f;
  letter-spacing: .5px;
  margin-top: 30px;
  padding-top: 35px;
  padding-bottom: 40px;
}
.home-partners p.tit {
  font-size: 32px;
  font-weight: bold;
}
.home-partners p.intro {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 18px;
  text-shadow: 0px 3px 5px rgba(0,0,0,0.6);
}
.home-partners p.intro a {
  text-shadow: none;
  color: #5f5f5f;
  text-decoration: underline;
}
.home-partners p.intro a:hover {
  color: #2a99ac;
}
.home-partners .owl-stage-outer {
  padding: 1px;
}
.home-partners .owl-item {
  padding: 5px;
  width: 363px;
  height: 270px;
  box-shadow: 0 0 5px #CCC;
  border: 1px solid #F2F2F2;
  background: #fefefe;
}
.home-partners .owl-item a {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.home-partners .owl-item .icenter {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.home-partners .owl-item .iloop {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
}
.home-partners .owl-item img {
  max-width: 363px;
  max-height: 258px;
  display: inline-block;
  width: auto;
  transform-style: flat;
}
.home-partners .owl-nav div {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  width: 36px;
  height: 64px;
  background: url(../img/sprite-business-carte.png);
  overflow: hidden;
  text-indent: -999px;
  opacity: .5;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.home-partners .owl-nav div.owl-prev {
  background-position: -152px 0;
  left: -60px;
}
.home-partners .owl-nav div.owl-prev:hover {
  left: -63px;
}
.home-partners .owl-nav div.owl-next {
  background-position: -187px 0;
  right: -60px;
}
.home-partners .owl-nav div.owl-next:hover {
  right: -63px;
}
.home-partners .owl-nav div:hover {
  opacity: 1;
}
.home-partners .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.home-partners .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #dcdcdc;
  margin: 0 9px;
}
.home-partners .owl-dots .owl-dot.active {
  background: #2a99ac;
}
.nav-tabs {
  display: inline-block;
  float: right;
}
.nav-tabs li {
  text-indent: 0px !important;
}
.nav-tabs li:before {
  display: none;
}
.nav-tabs li a {
  font-size: 12px;
  text-decoration: none;
  color: ;
}
.home-adv,
.module-adv {
  background: url(../img/bg-adverts.jpg) #363636;
  margin-top: 45px;
  margin-bottom: 15px;
}
.home-adv a,
.module-adv a {
  display: block;
  margin-top: -15px;
  margin-bottom: -15px;
  border: 1px solid #FFF;
  box-shadow: 0 0 10px #000;
  overflow: hidden;
}
.home-adv a img,
.module-adv a img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.home-adv a img:hover,
.module-adv a img:hover {
  transform: scale(1.1);
}
.tv .module-events-news .news-item .mask {
  background: rgba(0,0,0,0.01);
}
.module-adv + .module-events-news {
  margin-top: 80px;
}
.home-events-news {
  padding-top: 35px;
  padding-bottom: 50px;
}
.home-events-news,
.module-events-news {
  text-align: center;
  color: #5f5f5f;
  letter-spacing: .5px;
  margin-top: 30px;
}
.home-events-news.no-pb,
.module-events-news.no-pb {
  padding-bottom: 0;
}
.home-events-news .tit,
.module-events-news .tit {
  font-size: 32px;
  font-weight: bold;
}
.home-events-news .intro,
.module-events-news .intro {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.home-events-news .intro a,
.module-events-news .intro a {
  color: #5f5f5f;
  text-decoration: underline;
}
.home-events-news .intro a:hover,
.module-events-news .intro a:hover {
  color: #2a99ac;
  text-decoration: none;
}
.home-events-news .news-item,
.module-events-news .news-item {
  position: relative;
  margin-bottom: 30px;
  max-height: 370px;
  overflow: hidden;
}
.home-events-news .news-item img,
.module-events-news .news-item img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.home-events-news .news-item .mask,
.module-events-news .news-item .mask {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
}
.home-events-news .news-item .news-data,
.module-events-news .news-item .news-data {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-events-news .news-item .news-data .cat,
.module-events-news .news-item .news-data .cat {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #da5742;
  color: #FFF;
  text-transform: uppercase;
  font-size: 10px;
  padding: 4px 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.home-events-news .news-item .news-data .share,
.module-events-news .news-item .news-data .share {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.home-events-news .news-item .news-data .share .share-it,
.module-events-news .news-item .news-data .share .share-it {
  position: relative;
  width: 43px;
  height: 43px;
  background: url(../img/sprite-business-carte.png) -96px 0;
  z-index: 5;
  text-indent: -999px;
  overflow: hidden;
}
.home-events-news .news-item .news-data .share a,
.module-events-news .news-item .news-data .share a {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 28px;
  height: 28px;
  background: url(../img/sprite-business-carte.png);
  z-index: 2;
  text-indent: -999px;
  overflow: hidden;
}
.home-events-news .news-item .news-data .share a.fb,
.module-events-news .news-item .news-data .share a.fb {
  background-position: 0 0;
}
.home-events-news .news-item .news-data .share a.tw,
.module-events-news .news-item .news-data .share a.tw {
  background-position: -28px 0;
}
.home-events-news .news-item .news-data .share a.gp,
.module-events-news .news-item .news-data .share a.gp {
  background-position: -56px 0;
}
.home-events-news .news-item .news-data .num,
.module-events-news .news-item .news-data .num {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  text-align: left;
  padding: 4px 4px;
  color: #fff;
  text-shadow: 0 0 4px #000;
}
.home-events-news .news-item .news-data .num i,
.module-events-news .news-item .news-data .num i {
  margin-right: 3px;
}
.home-events-news .news-item .news-data .length,
.module-events-news .news-item .news-data .length {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  text-align: right;
  padding: 4px 4px;
  color: #fff;
  text-shadow: 0 0 4px #000;
}
.home-events-news .news-item .news-data .length i,
.module-events-news .news-item .news-data .length i {
  margin-left: 3px;
  margin-right: 3px;
}
.home-events-news .news-item .news-data .news-txts,
.module-events-news .news-item .news-data .news-txts {
  display: block;
  text-decoration: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0;
}
.home-events-news .news-item .news-data .news-txts .teaser,
.module-events-news .news-item .news-data .news-txts .teaser {
  position: absolute;
  bottom: 0;
  padding: 0 10px 50px;
  text-align: left;
  color: #FFF;
}
.home-events-news .news-item .news-data .news-txts .teaser .tit,
.module-events-news .news-item .news-data .news-txts .teaser .tit {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}
.home-events-news .news-item .news-data .news-txts .teaser .txt,
.module-events-news .news-item .news-data .news-txts .teaser .txt {
  text-align: justify;
  font-size: 12px;
  display: none;
  font-weight: bold;
}
.home-events-news .news-item .news-data .news-txts .readmore,
.home-events-news .news-item .news-data .news-txts .date,
.module-events-news .news-item .news-data .news-txts .readmore,
.module-events-news .news-item .news-data .news-txts .date {
  position: absolute;
  bottom: 10px;
  color: #FFF;
  font-size: 11px;
}
.home-events-news .news-item .news-data .news-txts .readmore i,
.home-events-news .news-item .news-data .news-txts .date i,
.module-events-news .news-item .news-data .news-txts .readmore i,
.module-events-news .news-item .news-data .news-txts .date i {
  display: inline-block;
  margin-right: 10px;
}
.home-events-news .news-item .news-data .news-txts .readmore,
.module-events-news .news-item .news-data .news-txts .readmore {
  left: 10px;
}
.home-events-news .news-item .news-data .news-txts .date,
.module-events-news .news-item .news-data .news-txts .date {
  right: 10px;
}
.home-events-news .news-item .news-data:hover .teaser .txt,
.module-events-news .news-item .news-data:hover .teaser .txt {
  display: block;
}
.home-events-news .news-item:hover .mask,
.module-events-news .news-item:hover .mask {
  background: rgba(0,0,0,0.8);
}
.home-events-news .news-item:hover img,
.module-events-news .news-item:hover img {
  transform: scale(1.1);
}
.pagination-holder {
  margin-bottom: 20px;
  padding-right: 10px;
}
.pagination-holder .light-theme .current {
  background-color: #2a99ac;
  border-color: #2a99ac;
}
.pagination-holder ul {
  float: right;
}
.members-container {
  padding-top: 160px;
}
.tit {
  font-size: 36px;
  font-family: "Open Sans";
  color: #505252;
  font-weight: bold;
  line-height: 1.2;
}
.search-container {
  position: relative;
  display: inline-block;
}
.search-container input {
  display: inline;
  width: 100%;
  padding: 10px 30px;
  margin-bottom: 13px;
  margin-top: 7px;
  background: #fff;
  border: 1px solid #FFF;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.3) inset;
  color: #777;
  -webkit-border-radius: 3px;
  vertical-allign: middle;
}
.search-container .search-icon {
  padding: 0 !important;
  display: inline-block;
}
.search-container .search-icon .search-button {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #2a99ac;
  vertical-align: middle;
  text-align: left;
}
.search-container .search-icon i {
  height: 18px;
  width: 18px;
  margin-right: 30px;
}
.members-dropdown .selected {
  background-color: #F8F8F8;
}
#member-adv-search .select2-container .select2-selection--single {
  margin-top: 0px !important;
}
#member-adv-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0px !important;
}
#member-adv-search .dropdown {
  cursor: pointer;
  text-align: right;
}
#member-adv-search .dropdown select,
#member-adv-search .dropdown .select2-container--default .select2-selection--single {
  color: #000000;
  border: none !important;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#member-adv-search .dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
}
#member-adv-search .dropdown .select2 {
  width: 60% !important;
  border: none !important;
  outline: none !important;
}
#member-adv-search .members-dropdowns .selected a {
  color: #2a99ac;
  font-weight: bold;
}
#member-adv-search .advsearch {
  display: inline-block !important;
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaaaaa !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.member-unit {
  margin-bottom: 25px;
  border: 1px solid #e4e4e4;
}
.member-unit div.col-md-2.l {
  padding-right: 0;
  border-right: 1px solid #f4f4f4;
}
.member-unit div.col-md-2.r {
  padding-left: 0;
  border-left: 1px solid #f4f4f4;
}
.member-unit div.col-md-2 {
  text-align: center;
}
.member-unit div.col-md-2 img {
  max-width: 100%;
  height: auto;
}
.member-unit div.mid {
  padding: 20px;
}
.member-unit div.mid .infos-block {
  margin: 15px 50px 20px;
}
.member-unit div.mid .infos-block a {
  color: #555;
  font-size: 13px;
  text-decoration: none;
  text-align: justify;
}
.member-unit div.mid .infos-block a p.name {
  border-bottom: 1px solid #ebebeb;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.member-unit div.mid .infos-block a p.name span {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.member-unit div.mid .btn_g {
  margin-left: 50px;
  transition: all 0.5s ease;
}
.member-unit div.mid .btn_g:hover {
  background-color: #b3b3b3 !important;
  margin-top: 6px;
  color: #fff;
}
.member-unit div.col-md-2.r {
  position: relative;
}
.member-unit div.col-md-2.r p {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 10px;
  font-size: 10px;
  color: #AAA;
}
.member-unit div.col-md-2.r div {
  padding: 25px 15px 5px;
}
.member-unit:hover {
  -webkit-box-shadow: 0 0 20px #CCC;
  -moz-box-shadow: 0 0 20px #CCC;
  box-shadow: 0 0 20px #CCC;
}
#mynavtabcat>li {
  border-radius: 25px;
  background-color: #f2f2f2;
  color: #969696;
  padding: 3px 20px;
  margin: 10px;
}
#mynavtabcat>li:hover {
  border-radius: 25px;
  background-color: #f2f2f2;
  color: #969696;
  padding: 3px 20px;
  margin: 10px;
}
#mynavtabcat>li.active {
  border-radius: 25px;
  background-color: #2a99ac;
  color: white;
  padding: 3px 20px;
  margin: 10px;
}
#mynavtabcat>li>a {
  text-decoration: none;
  color: #969696;
}
#mynavtabcat>li>a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #969696;
  font-weight: bold;
}
#mynavtabcat>li.active>a {
  background-color: transparent;
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.member-unit-adv {
  margin-top: 25px;
  border: 1px solid #e4e4e4;
  position: relative;
}
.member-unit-adv .l {
  padding: 10px 20px 10px 0px;
}
.member-unit-adv .r {
  padding-left: 0;
  border-left: 1px solid #f4f4f4;
}
.member-unit-adv div.col-md-3,
.member-unit-adv div.col-md-9 {
  text-align: center;
}
.member-unit-adv div.col-md-3 img,
.member-unit-adv div.col-md-9 img {
  max-width: 100%;
  height: auto;
}
.member-unit-adv div.mid {
  padding: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 1px solid #f4f4f4;
}
.member-unit-adv div.mid .infos-block {
  position: absolute;
  top: 30px;
  left: 15px;
  width: 94% !important;
}
.member-unit-adv div.mid .infos-block a {
  color: #555;
  font-size: 13px;
  text-decoration: none;
  text-align: justify;
}
.member-unit-adv div.mid .infos-block a p.name {
  border-bottom: 1px solid #ebebeb;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.member-unit-adv div.mid .infos-block a p.name span {
  font-size: 15px;
  font-weight: bold;
}
.member-unit-adv div.mid .infos-block .adv-desc {
  color: #9e9e9e;
  margin-bottom: 10px;
}
.member-unit-adv div.mid .avtg-block {
  margin: 15px 30px;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #ebebeb;
  width: 90%;
  padding-left: 0px !important;
}
.member-unit-adv div.mid .avtg-block .adv-member-of {
  color: #9e9e9e;
  float: left;
  margin-bottom: 10px;
  margin-top: 20px;
}
.member-unit-adv div.col-md-2.r {
  position: relative;
}
.member-unit-adv div.col-md-2.r p {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 10px;
  font-size: 10px;
  color: #AAA;
}
.member-unit-adv div.col-md-2.r div {
  padding: 25px 15px 5px;
}
.member-unit-adv:hover {
  -webkit-box-shadow: 0 0 20px #CCC;
  -moz-box-shadow: 0 0 20px #CCC;
  box-shadow: 0 0 20px #CCC;
}
@media screen and (max-width: 991px) {
  .member-unit-adv .l {
    text-align: center;
    padding: 8px;
  }
  .member-unit-adv .l img {
    max-height: 140px;
    display: block;
    margin: auto;
  }
  .member-unit-adv div.mid {
    padding: 8px;
    position: relative;
    border-left: none;
  }
  .member-unit-adv div.mid .infos-block {
    margin: 8px;
    position: relative;
    text-align: center;
  }
  .member-unit-adv div.mid .avtg-block {
    margin: 8px;
    position: relative;
    width: 100%;
    padding-left: 0px !important;
  }
}
#reset {
  display: none;
  padding: 10px 45px;
  margin: 10px 10px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  border: none;
  background: #2a99ac;
  color: white;
  box-shadow: 0 4px 0 0 #870000;
  text-shadow: 0 1px 0 #870000;
  border-radius: 3px;
}
.logo-cpn {
  margin-bottom: 35px;
  text-align: center;
}
.logo-cpn img {
  max-width: 100%;
  height: auto;
}
.txt-cpn {
  margin-bottom: 35px;
}
.txt-cpn p {
  color: #6a6d73;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: justify;
}
.txt-cpn p.tit {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 6px;
}
.txt-cpn p.tit span {
  font-weight: 300;
  text-transform: none;
}
.txt-cpn #mynavtab_member {
  padding: 0px;
  margin-bottom: 10px;
}
.txt-cpn #mynavtab_member>li>a {
  padding: 0px 0px 0px 10px;
}
.txt-cpn #mynavtab_member>li>a:hover {
  background-color: transparent;
}
.txt-cpn .navbar-nav>.active>a,
.txt-cpn .navbar-default .navbar-nav>.active>a:focus,
.txt-cpn .navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
}
.txt-cpn .navbar-nav>.active>a>img,
.txt-cpn .navbar-default .navbar-nav>.active>a:focus>img,
.txt-cpn .navbar-default .navbar-nav>.active>a:hover>img {
  width: 30px;
}
.ceo-cpn {
  background: #F8F8F8;
  color: #555;
  padding: 20px 10px;
  margin-bottom: 25px;
}
.ceo-cpn img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #FFF;
  box-shadow: 0 3px 0 #CCC;
  -moz-box-shadow: 0 3px 0 #CCC;
  -webkit-box-shadow: 0 3px 0 #CCC;
  margin-bottom: 15px;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.ceo-cpn p.name {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.ceo-cpn p.job {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}
.ceo-cpn div.coord {
  margin-top: 20px;
  margin-left: 15px;
}
.ceo-cpn div.coord p {
  margin-bottom: 10px;
  position: relative;
  font-size: 13px;
}
.ceo-cpn div.coord p i {
  color: #2a99ac;
  vertical-align: middle;
}
.ceo-cpn div.coord p span {
  display: inline-flex;
  padding-left: 15px;
}
.ceo-cpn div.coord a {
  color: #555;
  text-decoration: underline;
}
.ceo-cpn div.coord a:hover {
  color: #555;
  text-decoration: none;
}
.ceo-cpn div.coord p.wwwmbr i {
  display: block;
  float: left;
}
.ceo-cpn div.coord p.wwwmbr a {
  width: calc(100% - 40px);
  display: block;
  float: left;
  height: 18px;
}
.ceo-cpn div.coord p.wwwmbr a span {
  width: 100%;
  float: left;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ceo-cpn:hover img {
  opacity: .8;
  box-shadow: 0 3px 0 #2a99ac;
  -moz-box-shadow: 0 3px 0 #2a99ac;
  -webkit-box-shadow: 0 3px 0 #2a99ac;
}
.avtg-details {
  padding: 25px 0px;
  margin-bottom: 40px;
  background: #f2f2f2;
  text-align: justify;
}
.avtg-details div.avtg {
  font-size: 16px;
  color: #2a99ac;
  text-align: right;
}
.avtg-details div.avtg i.tag {
  display: block;
  float: left;
  width: 64px;
  height: 64px;
  background: url(../img/sprite-business-carte.png) -232px 0;
  margin: 0 auto;
}
.avtg-details div.avtg span {
  display: block;
  font-weight: bold;
}
.avtg-details .btn_f {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
}
.avtg-details div.details p.tit {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 8px;
  color: #2a99ac;
}
.avtg-details div.details p.tit span {
  font-weight: bold;
}
.video-carrousel > div,
.gallery-carousel > div {
  overflow: hidden;
}
.webtv-details {
  padding: 10px 0px;
  margin-bottom: 40px;
  background: #f2f2f2;
  text-align: justify;
}
.webtv-details .main_video {
  padding: 20px 25px;
}
.webtv-details .main_video .vvmp_play {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(242,242,242,0.8);
}
.webtv-details .main_video .vvmp_play:after {
  content: "";
  display: block;
  margin-top: 22px;
  margin-left: 28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 30.3px;
  border-color: transparent transparent transparent #252525;
}
.webtv-details .main_video h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #5bc0de;
  margin-top: 0px;
  margin-bottom: 2px;
}
.webtv-details .main_video .viewsvvmp {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
  display: block;
}
.webtv-details .main_video .descr_vvmp {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.webtv-details h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  padding-left: 25px;
}
.webtv-details h3 #viewallvi {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  float: right;
  margin-right: 25px;
}
.webtv-details .owl-nav div.owl-prev {
  left: 8px;
  top: 61%;
  background: url(../img/support_arrows.png) left center no-repeat;
  width: 30px;
  height: 60px;
}
.webtv-details .owl-nav div.owl-prev:hover {
  left: 10px;
}
.webtv-details .owl-nav div.owl-next {
  right: 6px;
  top: 61%;
  background: url(../img/support_arrows.png) right center no-repeat;
  width: 30px;
  height: 60px;
}
.webtv-details .owl-nav div.owl-next:hover {
  right: 8px;
}
.webtv-details .owl-stage-outer {
  overflow: hidden;
}
.webtv-details .video-carrousel {
  padding: 0px 10px 0px 10px;
}
.webtv-details .video-carrousel .owl-item {
  min-height: 200px;
  float: left;
}
.webtv-details .video-carrousel .owl-item .videoimg {
  width: 100%;
  min-height: 200px;
  position: relative;
  margin-bottom: 15px;
}
.webtv-details .video-carrousel .owl-item .videoimg a {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  min-height: 200px;
  position: relative;
  display: block;
}
.webtv-details .video-carrousel .owl-item .videoimg a .vid_title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  width: 100%;
  display: block;
  padding: 2px 4px;
  background: rgba(30,30,30,0.7);
  text-decoration: none;
  color: #fff;
}
.webtv-details .video-carrousel .owl-item .videoimg a .vidtime {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  padding: 2px 4px;
  text-decoration: none;
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 5px;
  text-shadow: 2px 1px 5px #000;
}
.webtv-details .video-carrousel .owl-item .videoimg a .vidtime i {
  margin-right: 5px;
}
.shop-details {
  padding: 10px 0px;
  margin-bottom: 40px;
  background: #f2f2f2;
  text-align: justify;
}
.shop-details h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  padding-left: 25px;
}
.shop-details h3 #viewallvi {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  float: right;
  margin-right: 25px;
}
.shop-details .owl-nav div.owl-prev {
  left: 6px;
  top: 50%;
  background: url(../img/support_arrows.png) left center no-repeat;
  width: 30px;
  height: 60px;
}
.shop-details .owl-nav div.owl-prev:hover {
  left: 8px;
}
.shop-details .owl-nav div.owl-next {
  right: 4px;
  top: 50%;
  background: url(../img/support_arrows.png) right center no-repeat;
  width: 30px;
  height: 60px;
}
.shop-details .owl-nav div.owl-next:hover {
  right: 6px;
}
.shop-details .owl-stage-outer {
  overflow: hidden;
}
.shop-details .video-carrousel {
  padding: 0px 27px 0px 30px;
  position: relative;
}
.shop-details .video-carrousel .owl-item {
  min-height: 143px;
  float: left;
}
.shop-details .video-carrousel .owl-item .shop_prod {
  width: 100%;
  min-height: 143px;
  position: relative;
  margin-bottom: 15px;
}
.shop-details .video-carrousel .owl-item .shop_prod a {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  min-height: 143px;
  position: relative;
  display: block;
}
.shop-details .video-carrousel .owl-item .shop_prod a .prod_name_title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  display: block;
  padding: 2px 4px;
  text-decoration: none;
  color: #000;
  text-align: center;
}
.shop-details .video-carrousel .owl-item .shop_prod a .prod_name_title:hover {
  text-decoration: none;
}
.shop-details .video-carrousel .owl-item .shop_prod a:hover {
  text-decoration: none;
}
.user-sheet .user-img {
  text-align: center;
}
.user-sheet .user-img img {
  max-width: 100%;
  margin-bottom: 40px;
  box-shadow: -3px 3px 0 #CCC;
  border: 1px solid #FFF;
}
.user-sheet .user-data {
  margin-bottom: 35px;
}
.user-sheet .user-data p {
  color: #6a6d73;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: justify;
}
.user-sheet .user-data p.tit {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 6px;
}
.user-sheet .user-data p i {
  color: #2a99ac;
  margin-right: 15px;
}
.user-sheet .user-data p span {
  font-weight: bold;
}
.user-sheet .user-data p a {
  color: #2a99ac;
}
.user-sheet .user-data p a:hover {
  text-decoration: underline;
}
#form-news p.info {
  text-align: left;
  font-size: 16px;
}
#form-news p.info a {
  color: #FFF;
  text-decoration: underline;
}
#form-news p.info a:hover {
  text-decoration: none;
}
#form-news label {
  position: relative;
  display: block;
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 1px;
  color: #eaeaea;
  cursor: pointer;
  margin: 4px 0 0;
  padding-left: 35px;
}
#form-news label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  background: #8d8d8d;
  border: 1px solid #8d8d8d;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#form-news label:after {
  display: none;
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  width: 5px;
  height: 5px;
  background: #2a99ac;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#form-news label.active:before {
  background: none;
  border-color: #2a99ac;
}
#form-news label.active:after {
  display: block;
}
#form-news label+label {
  margin-bottom: 10px;
}
#form-news input[type=radio] {
  display: none;
}
.take_event {
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.take_event:hover {
  background: #3ab9cf;
}
.take_event i {
  margin-right: 15px;
}
.take_event_hide {
  background: #F9F9F9;
  border: 1px solid #EEE;
  display: none;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.event-news-detail {
  padding-top: 40px;
}
.event-news-detail h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  color: #2a99ac;
  font-weight: 300;
  margin: 0 0 8px;
}
.event-news-detail h1 span {
  font-weight: 400;
  margin-right: 20px;
}
.event-news-detail p.infos {
  text-align: center;
  text-transform: uppercase;
  color: #AAA;
  margin-bottom: 20px;
}
.event-news-detail .share {
  position: absolute;
  left: -30px;
  top: 0;
}
.event-news-detail .share:before {
  content: "";
  position: absolute;
  top: 15px;
  right: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #2a99ac transparent transparent transparent;
}
.event-news-detail .share a {
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  background: #2a99ac;
  border-bottom: 1px solid #3ab9cf;
}
.event-news-detail .share a:hover {
  background: #3ab9cf;
}
.event-news-detail .share a:last-child {
  border: none;
}
.event-news-detail img {
  max-width: 100%;
}
.event-news-detail #event-google-map {
  padding-right: 10px;
}
.event-news-detail #event-right-side a:hover {
  text-decoration: none;
}
.event-news-detail #event-right-side .fa {
  color: #2a99ac;
}
.event-news-detail #event-right-side .take_event i {
  color: white;
}
.event-news-detail #event-right-side #event-right-calendar-title {
  background-color: #2a99ac;
  border-radius: 2px;
  color: white;
  padding: 10px 5px;
}
.event-news-detail #event-right-side #event-right-calendar-title button {
  border: none;
  padding: 0;
  line-height: 1.4em;
}
.event-news-detail #event-right-side #event-right-calendar-title .month-title {
  background-color: #2a99ac;
  color: white;
  font-weight: bold;
  text-align: center;
}
.event-news-detail #event-right-side #agenda-full {
  float: center !important;
  text-align: center;
  color: #2a99ac;
}
.event-news-detail #event-right-side #agenda-full:hover {
  font-weight: bold;
}
#adv-opt-trigg {
  margin: 0 15px 15px;
}
.caret-up {
  display: none;
}
#adv-evt-opt {
  display: none;
}
.jobsAct i {
  color: #2a99ac;
  cursor: pointer;
}
.inValidityElipse {
  color: #ff0000;
  text-align: center;
}
.validityElipse {
  color: #33cc33;
  text-align: center;
}
#job_switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
#job_switch .switch input {
  display: none;
}
#job_switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
#job_switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
#job_switch input:checked + .slider {
  background-color: #2a99ac;
}
#job_switch input:focus + .slider {
  box-shadow: 0 0 1px #2a99ac;
}
#job_switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
#job_switch .slider.round {
  border-radius: 34px;
}
#job_switch .slider.round:before {
  border-radius: 50%;
}
.refine_searh {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
}
.refine_searh .nav-pills > li > a {
  color: black;
}
.refine_searh .nav-pills > li > a:hover,
.refine_searh .nav-pills > li > a:focus {
  background-color: transparent !important;
  font-weight: bold;
}
.refine_searh .nav-pills > li.disabled > a {
  color: #b6b6b6;
}
.refine_searh .nav-pills > li.disabled > a:hover,
.refine_searh .nav-pills > li.disabled > a:focus {
  font-weight: normal;
}
.refine_searh .dropdown-menu {
  background-color: white !important;
  overflow-y: auto;
  max-height: 300px;
}
.refine_searh .nav .divider {
  width: 2px !important;
  color: #e4e4e4;
}
.job-unit {
  margin-bottom: 25px;
  border: 1px solid #e4e4e4;
}
.job-unit div.mid {
  padding: 0;
}
.job-unit div.mid .infos-block {
  margin: 15px 50px 20px;
}
.job-unit div.mid .infos-block a {
  color: #555;
  font-size: 13px;
  text-decoration: none;
  text-align: justify;
}
.job-unit div.mid .infos-block .job-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  letter-spacing: 1px;
}
.job-unit div.mid .infos-block .job-details {
  font-size: 12px;
  margin-bottom: 16px;
}
.job-unit div.mid .infos-block .job-details i {
  font-size: 4px;
  vertical-align: middle;
  padding: 3px;
}
.job-unit div.mid .infos-block .job-desc {
  font-size: 14px;
  margin-bottom: 20px;
}
.job-unit div.mid .infos-block .job-desc-ext {
  font-size: 14px;
  margin-bottom: 20px;
  display: none;
}
.job-unit .job-block .job-location {
  padding-top: 8px;
  padding-left: 30px;
  color: #b6b6b6;
}
.job-unit .job-block .view-job-details,
.job-unit .job-block .hide-job-details {
  color: #555;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  text-align: right;
  padding-top: 8px;
}
.job-unit .job-block .hide-job-details {
  display: none;
}
.job-unit .job-block .btn_f {
  float: right;
  text-align: center;
}
.job-unit:hover {
  -webkit-box-shadow: 0 0 20px #CCC;
  -moz-box-shadow: 0 0 20px #CCC;
  box-shadow: 0 0 20px #CCC;
}
#refined-jobs {
  display: none;
}
.annuaire-company .name-bar {
  position: relative;
  height: 25px;
  margin-bottom: 20px;
}
.annuaire-company .name-bar .l,
.annuaire-company .name-bar .r {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #FFF;
  font-weight: 300;
}
.annuaire-company .name-bar .l span,
.annuaire-company .name-bar .r span {
  font-weight: bold;
}
.annuaire-company .name-bar .l {
  left: 0;
  padding-right: 20px;
  font-size: 15px;
  color: #555;
}
.annuaire-company .name-bar .r {
  right: 0;
  padding-left: 20px;
}
.annuaire-company .name-bar .r a {
  font-size: 12px;
  color: #2a99ac;
  letter-spacing: 1px;
  text-decoration: underline;
}
.annuaire-company .name-bar .r a span {
  font-weight: bold;
}
.annuaire-company .name-bar .r a:hover {
  text-decoration: none;
}
.annuaire-company .name-bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  height: 1px;
  background: #ebebeb;
}
.annuaire-company .company-profils {
  margin-bottom: 40px;
}
.annuaire-company .company-profils .profil-unit {
  border: 1px solid #ebebeb;
  padding: 15px 0;
  margin-bottom: 20px;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.annuaire-company .company-profils .profil-unit.no-mb {
  margin-bottom: 0;
}
.annuaire-company .company-profils .profil-unit .head {
  text-align: center;
}
.annuaire-company .company-profils .profil-unit .head a {
  text-transform: uppercase;
  font-size: 15px;
  color: #555;
  letter-spacing: 1px;
}
.annuaire-company .company-profils .profil-unit .head a img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #FFF;
  box-shadow: 0 3px 0 #CCC;
  -moz-box-shadow: 0 3px 0 #CCC;
  -webkit-box-shadow: 0 3px 0 #CCC;
  margin-bottom: 15px;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.annuaire-company .company-profils .profil-unit .head a strong {
  display: block;
}
.annuaire-company .company-profils .profil-unit .head a:hover {
  text-decoration: none;
}
.annuaire-company .company-profils .profil-unit .contact {
  margin-top: 15px;
}
.annuaire-company .company-profils .profil-unit .contact i {
  color: #2a99ac;
  margin: 0 5px 0 25px;
}
.annuaire-company .company-profils .profil-unit .contact a {
  display: inline-block;
  color: #555;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.annuaire-company .company-profils .profil-unit .contact a span {
  text-decoration: underline;
}
.annuaire-company .company-profils .profil-unit .contact a:hover {
  text-decoration: none;
}
.annuaire-company .company-profils .profil-unit .contact a:hover span {
  text-decoration: none;
}
.annuaire-company .company-profils .profil-unit:hover {
  -webkit-box-shadow: 0 0 20px #CCC;
  -moz-box-shadow: 0 0 20px #CCC;
  box-shadow: 0 0 20px #CCC;
}
.annuaire-company .company-profils .profil-unit:hover .head a img {
  opacity: .8;
  box-shadow: 0 3px 0 #2a99ac;
  -moz-box-shadow: 0 3px 0 #2a99ac;
  -webkit-box-shadow: 0 3px 0 #2a99ac;
}
.commsmall a p.tit {
  font-size: 12px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.comute-unit {
  margin-bottom: 25px;
  margin-top: 25px;
}
.comute-unit a {
  outline: none;
  text-decoration: none;
}
.comute-unit img {
  max-width: 100%;
  margin-bottom: 10px;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.comute-unit p {
  color: #6a6d73;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: right-justify;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.comute-unit p.tit {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 6px;
}
.comute-unit:hover p.tit {
  border-bottom-color: #2a99ac;
}
.comute-unit:hover img {
  transform: scale(1.05);
  opacity: .8;
}
.comute-unit div.access {
  text-align: right;
}
.comute-unit div.access .btn_f {
  display: inline-block;
  font-size: 12px;
  padding: 6px 10px;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.comute-unit div.access .btn_f:hover {
  background-color: #207583;
}
#join_container {
  padding-bottom: 0px;
}
#jc_title {
  font-size: 32px;
  font-weight: bold;
}
#jc_title_line {
  height: 1px;
  border-bottom: 1px solid #000000;
  padding-top: 40px;
}
#jc_subtitle {
  font-size: 28px;
  padding: 40px;
}
#jc_table {
  padding-bottom: 60px;
  border: none;
}
#jc_table .th_line {
  width: 20%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 40%;
  background: #b5e5ed;
  background: -webkit-linear-gradient(right,#2a99ac,#b5e5ed);
  background: -o-linear-gradient(left,#2a99ac,#b5e5ed);
  background: -moz-linear-gradient(left,#2a99ac,#b5e5ed);
  background: linear-gradient(to left,#2a99ac,#b5e5ed);
}
#jc_table th,
#jc_table td {
  border: 1px solid #dbdbdb;
  border-collapse: collapse;
}
#jc_table table>tbody>tr:first-child>th:first-child {
  border: 1px solid #000000;
  border-bottom: 1px solid #ffffff;
}
#jc_table table>tbody>tr>td:first-child {
  border: 1px solid #000000;
  border-bottom: 1px solid #dbdbdb;
}
#jc_table table>tbody>tr:first-child>th:last-child {
  border-right: 1px solid #dbdbdb;
}
#jc_table table>tbody>tr>td:last-child {
  border-right: 1px solid #dbdbdb;
}
#jc_table table>tbody>tr:last-child>td:first-child {
  border: 1px solid #ffffff;
  border-top: 2px solid #000000;
  border-right: 1px solid #dbdbdb;
}
#jc_table caption {
  caption-side: right;
  caption-side: top-outside;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 0;
}
#jc_table .table-bordered>tbody>tr>td:first-child {
  border: 1px solid #dbdbdb !important;
}
#jc_table #captiontxt {
  font-size: 20px;
  color: white;
  font-weight: 500;
  margin-bottom: 0;
  padding: 10px 4px;
  text-align: center;
  background: #b5e5ed;
  background: -webkit-linear-gradient(right,#2a99ac,#b5e5ed);
  background: -o-linear-gradient(left,#2a99ac,#b5e5ed);
  background: -moz-linear-gradient(left,#2a99ac,#b5e5ed);
  background: linear-gradient(to left,#2a99ac,#b5e5ed);
}
#jc_table th {
  vertical-align: top;
}
#jc_table .th_title {
  margin-top: 10px;
  font-size: 20px;
}
#jc_table .th-price {
  color: #2a99ac;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 6px;
}
#jc_table .th-price span {
  color: #a7a7a7;
  font-weight: 400;
}
#jc_table .kftitle {
  margin-left: 18px;
  margin-right: 18px;
}
#jc_table .kf {
  height: 30px;
}
#jc_table .th-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #a7a7a7;
  font-weight: 400;
  padding-left: 8px;
  padding-right: 8px;
}
#jc_table td {
  font-size: 14px;
  color: #333333;
  line-height: 1.875;
  text-align: center;
  vertical-align: middle;
  padding: 10px 4px;
}
#jc_table .jcbutton {
  background-color: #2a99ac;
  border-radius: 3px;
  border: 2px solid #2a99ac;
  color: white;
  padding: 6px 42px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 10px 2px;
  margin-top: 40px;
}
#jc_table .jc_question {
  float: right;
  display: inline-block;
  width: 15%;
  padding-top: 5px;
}
#faq {
  background-color: #22a1b3;
  color: white;
  margin-bottom: 0;
  padding: 40px 40px;
  line-height: 1.26;
}
.faq_row {
  text-align: left;
  padding: 10px 10px;
}
.faq_q {
  font-weight: bold;
  line-height: 1.26;
  font-size: 14px;
  margin-top: 20px;
}
.faq_title {
  padding-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .sageata {
    display: none;
  }
  #jc_title {
    font-size: 24px;
    font-weight: bold;
  }
  #jc_title_line {
    padding-top: 20px;
  }
  #jc_subtitle {
    font-size: 20px;
    padding: 20px;
  }
  #jc_table {
    padding-bottom: 30px;
    border: none;
  }
  #jc_table #captiontxt {
    font-size: 16px;
    padding: 10px 4px;
  }
  #jc_table th {
    vertical-align: top;
  }
  #jc_table .th_title {
    margin-top: 10px;
    font-size: 20px;
  }
  #jc_table .th-price {
    color: #2a99ac;
    font-size: 14px;
    line-height: 1.4;
  }
  #jc_table .kftitle {
    margin-left: 18px;
    margin-right: 18px;
  }
  #jc_table .kf {
    height: 30px;
  }
  #jc_table .th-desc {
    font-size: 14px;
    line-height: 1.4;
    padding-left: 8px;
    padding-right: 8px;
  }
  #jc_table td {
    font-size: 12px;
    line-height: 1.2;
    padding: 10px 4px;
  }
  #jc_table .jcbutton {
    padding: 4px 32px;
    font-size: 12px;
    margin: 10px 2px;
    margin-top: 20px;
  }
  #faq {
    padding: 20px 20px;
    line-height: 1.26;
  }
  .faq_row {
    text-align: left;
    padding: 10px 10px;
  }
  .faq_q {
    font-size: 12px;
  }
  .faq_title {
    padding-bottom: 20px;
  }
}
#refine_search {
  display: none;
}
#refine_search .svg {
  display: none;
}
#left_search_box1,
#left_search_box2 {
  display: inline;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 20px;
  min-height: 100px;
  min-width: 180px;
}
#left_search_box1 .search_left_title,
#left_search_box2 .search_left_title {
  margin-left: 0px;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  padding-top: 10px;
  color: #2a99ac;
  height: auto;
}
#left_search_box1 .search_left_title .svg,
#left_search_box2 .search_left_title .svg {
  display: none;
  max-height: 8px;
  max-width: 16px;
}
#left_search_box1 .refine_links_div,
#left_search_box2 .refine_links_div {
  display: block;
}
#left_search_box1 .left_links,
#left_search_box2 .left_links {
  text-align: left;
  font-size: 12px;
  padding-left: 10px;
  color: grey;
  white-space: normal;
}
.cooltrade-unit {
  margin-bottom: 25px;
  margin-top: 25px;
}
.cooltrade-unit a {
  outline: none;
  text-decoration: none;
}
.cooltrade-unit img {
  max-width: 100%;
  margin-bottom: 10px;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.cooltrade-unit p {
  color: #6a6d73;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: justify;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.cooltrade-unit p.tit {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 21px;
  white-space: nowrap;
}
.cooltrade-unit .optsa {
  color: #000;
}
.cooltrade-unit .optsa .opts {
  background-color: #eee;
  width: 100%;
  font-size: 14px;
  padding: 10px;
  padding-top: 5px;
}
.cooltrade-unit .optsa .opts .opt {
  width: 100%;
  height: 28px;
  border-bottom: #BDBDBD 1px solid;
  padding-top: 3px;
  padding-bottom: 5px;
  cursor: pointer;
}
.cooltrade-unit .optsa .opts .opt .oarr {
  float: right;
}
.cooltrade-unit .optsa .opts .opt .oarr .glyphicon {
  margin-right: 5px;
  color: #BDBDBD;
}
.cooltrade-unit .optsa .opts .opt:hover .oarr .glyphicon {
  color: #2a99ac;
}
.cooltrade-unit .optsa .opts .opt:hover {
  border-bottom-color: #2a99ac;
}
.cooltrade-unit .optsa .more {
  color: #18ADB6;
  font-size: 16px;
  text-transform: uppercase;
  float: right;
  margin-right: 10px;
}
.cooltrade-unit .optsa .more .glyphicon {
  margin-left: 5px;
  margin-top: 5px;
}
.cooltrade-unit .optsa:hover p.tit {
  border-bottom-color: #2a99ac;
}
.cooltrade-unit .optsa:hover img {
  transform: scale(1.05);
  opacity: .8;
}
.cooltrade-unit div.access {
  text-align: right;
}
.cooltrade-unit div.access .btn_f {
  display: inline-block;
  font-size: 12px;
  padding: 6px 10px;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.cooltrade-unit div.access .btn_f:hover {
  background-color: #207583;
}
.checktrade .checkbox {
  outline: none;
}
.checktrade .checkbox label {
  padding-left: 25px;
}
.checktrade .checkbox label input {
  float: left;
  width: 20px;
  height: 20px;
  outline: none;
  position: relative;
}
.checktrade .checkbox label span {
  float: left;
  padding-left: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 25px;
}
.s-stories {
  margin-bottom: 45px;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.s-stories:last-child {
  margin-bottom: 0;
}
.s-stories a {
  display: block;
  text-decoration: none;
  outline: none;
}
.s-stories p.tit {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 6px;
  color: #666;
}
.s-stories p.tit span {
  font-weight: 300;
  margin: 0px 15px;
}
.s-stories .success-log {
  position: relative;
}
.s-stories .success-log img {
  max-width: 100%;
  border: 1px solid transparent;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
  vertical-align: middle;
}
.s-stories .success-log .success-and {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -35px;
  text-align: center;
  pointer-events: none;
}
.s-stories .success-log .success-and span {
  position: relative;
  display: inline-block;
  color: #FFF;
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  background: #2a99ac;
  border: 1px solid transparent;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.s-stories .success-log .success-and span:after {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  border: 1px solid #2a99ac;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.s-stories .success-log .c1cc {
  width: 262px;
  height: 176px;
  white-space: nowrap;
}
.s-stories .success-log .c2cc {
  width: 360px;
  height: 241px;
  white-space: nowrap;
}
.s-stories .success-txt p {
  color: #666;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: justify;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.s-stories .success-txt span {
  display: inline-block;
  font-size: 12px;
  padding: 6px 10px;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.s-stories .success-txt span:hover {
  background-color: #207583;
}
.s-stories .success-txt.more {
  margin-top: 25px;
}
.s-stories .success-txt.more p:first-child {
  position: relative;
}
.s-stories .success-txt.more p:first-child:before {
  content: "“";
  position: absolute;
  left: -55px;
  top: 22px;
  font-size: 120px;
  line-height: 0;
  color: #EEE;
}
.s-stories .success-txt.more p:last-child {
  position: relative;
}
.s-stories .success-txt.more p:last-child:after {
  content: "”";
  position: absolute;
  right: -55px;
  bottom: -10px;
  font-size: 120px;
  line-height: 0;
  color: #EEE;
}
.s-stories:hover p.tit {
  border-bottom-color: #2a99ac;
}
.s-stories:hover img {
  opacity: .8;
}
.s-stories:hover .c1cc {
  box-shadow: 0 0 15px #DDD;
  border-color: #FFF;
}
.s-stories:hover .c2cc {
  box-shadow: 0 0 15px #DDD;
  border-color: #FFF;
}
.s-stories:hover .success-and  span {
  background: rgba(255,255,255,0.8);
  color: #2a99ac;
  box-shadow: 0 0 8px #DDD;
}
.s-stories:hover .success-and  span:after {
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  opacity: 0;
}
.ligue-unit {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  text-decoration: none;
  border: 1px solid #FFF;
  text-align: center;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.ligue-unit span.o {
  position: absolute;
  display: block;
  z-index: 10;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF;
  text-shadow: 0 0 8px #000;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.ligue-unit span.o:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2a99ac;
  opacity: 0;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.ligue-unit span.o span.i {
  position: relative;
  z-index: 11;
}
.ligue-unit img {
  max-width: 100%;
  height: auto;
}
.ligue-unit .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2a99ac;
  opacity: .3;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.ligue-unit:hover {
  -webkit-box-shadow: 0 0 20px #CCC;
  -moz-box-shadow: 0 0 20px #CCC;
  box-shadow: 0 0 20px #CCC;
}
.ligue-unit:hover span.o {
  letter-spacing: 2px;
  bottom: 50%;
  margin-bottom: -26px;
  padding: 6px 0;
}
.ligue-unit:hover span.o:before {
  opacity: .5;
}
.ligue-unit:hover .mask {
  opacity: 0;
}
.contact-infos {
  margin-bottom: 40px;
}
.contact-infos p {
  margin-bottom: 15px;
  letter-spacing: 1px;
  color: #555;
  line-height: 22px;
}
.contact-infos p.name {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2a99ac;
  margin-bottom: 25px;
}
.contact-infos p.contact {
  font-size: 15px;
}
.contact-infos p.infos {
  position: relative;
  font-size: 14px;
  padding-left: 10px;
}
.contact-infos p.infos span {
  float: left;
  display: inline-block;
  width: 30px;
  margin-bottom: 5px;
}
.contact-infos p.infos span i {
  color: #2a99ac;
}
.contact-infos p.infos a {
  text-decoration: underline;
  color: #555;
}
.contact-infos p.infos a:hover {
  text-decoration: none;
  color: #2a99ac;
}
.map {
  margin-bottom: 40px;
}
.content-type {
  padding-top: 40px;
  padding-bottom: 20px;
  letter-spacing: 1px;
  text-align: justify;
}
.content-type img {
  margin-bottom: 20px;
}
.content-type p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #555;
}
.content-type p img {
  max-width: 100%;
  height: auto;
  border: 1px solid #FFF;
  box-shadow: 0 0 8px #BBB;
  margin-bottom: 0;
}
.content-type ul {
  margin-bottom: 20px;
}
.content-type ul li {
  position: relative;
  list-style: none;
  text-indent: 26px;
  line-height: 26px;
}
.content-type ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  border: 1px solid #2a99ac;
}
.content-type a {
  color: #2a99ac;
  text-decoration: underline;
}
.content-type a:hover {
  text-decoration: none;
  color: #3ab9cf;
}
.content-type em {
  color: #9998a1;
}
.content-type h2 {
  font-size: 16px;
  font-weight: 600;
  color: #2a99ac;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.content-type h3 {
  font-size: 14px;
  font-weight: 400;
  color: #2a99ac;
  margin-bottom: 20px;
}
.content-type .tit {
  font-size: 26px;
  letter-spacing: .5px;
  line-height: 26px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  color: #2a99ac;
}
.content-type .tit strong {
  font-weight: 400;
}
.content-agenda {
  padding: 40px 0;
}
.content-agenda .btn-group .btn {
  border: 1px solid #2a99ac;
  text-transform: none;
  color: #FFF !important;
  outline: none !important;
}
.content-agenda .btn-group .btn.active,
.content-agenda .btn-group .btn.w,
.content-agenda .btn-group .btn:hover {
  background: #3ab9cf;
  box-shadow: none;
}
.content-agenda .cal-day-today {
  background-color: #F6F6F6;
}
.content-agenda .cal-day-today span[data-cal-date] {
  color: #2a99ac;
}
.content-agenda h3 {
  text-align: center;
}
.downloads {
  margin-bottom: 20px;
}
.downloads a {
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ebebeb;
  padding: 15px 0;
  margin-bottom: 20px;
  color: #555;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.downloads a i {
  font-size: 50px;
  color: #2a99ac;
  margin-bottom: 8px;
}
.downloads a span {
  display: block;
  text-decoration: underline;
}
.downloads a:hover {
  -webkit-box-shadow: 0 0 20px #CCC;
  -moz-box-shadow: 0 0 20px #CCC;
  box-shadow: 0 0 20px #CCC;
}
.downloads a:hover .head a img {
  opacity: .8;
  box-shadow: 0 3px 0 #2a99ac;
  -moz-box-shadow: 0 3px 0 #2a99ac;
  -webkit-box-shadow: 0 3px 0 #2a99ac;
}
.downloads a:hover i {
  color: #3ab9cf;
}
.downloads a:hover span {
  text-decoration: none;
}
body.tv {
  background-image: url(../img/tvbg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.shopPedit {
  width: 100%;
  float: left;
}
#prodadd {
  float: left;
  width: 100%;
}
#prodadd .jumbotron {
  width: 100%;
  float: left;
}
#prodadd #progress_upimages {
  background: #39FF14;
  height: 4px;
  width: 0%;
  float: left;
}
#prodadd #shop_images_uploaded {
  width: 100%;
  float: left;
}
#prodadd #shop_images_uploaded .img_shop_up {
  margin-bottom: 5px;
}
#prodadd #shop_images_uploaded .img_shop_up img {
  width: 100%;
}
#prodadd #shop_images_uploaded .img_shop_up .removeimg {
  width: 100%;
  display: block;
  background: #4E0000;
  color: #fff;
  margin-bottom: 3px;
}
#prodadd #shop_images_uploaded .img_shop_up .makestarimg {
  width: 100%;
  display: block;
  background: #2e8B57;
  color: #fff;
}
body.chatbody {
  background: #eee;
}
.chat_stage {
  min-height: 700px;
  max-height: 800px;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.1);
  border-radius: 5px;
  margin-top: 55px;
}
.chat_stage .pers_list {
  border: 1px solid #eee;
  min-height: 700px;
  max-height: 770px;
  overflow-y: auto;
}
.chat_stage .pers_list .search-conv {
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #eee;
  padding-left: 34px;
  min-height: 34px;
  background: url(../img/spyglassb.svg) 8px center no-repeat;
  background-size: 17px;
}
.chat_stage .pers_list .search-conv input {
  width: 100%;
  margin-top: 4px;
  border: none;
  outline: none;
}
.chat_stage .pers_list .per_inlist {
  width: calc(100% + 30px);
  margin-bottom: 5px;
  border-bottom: 2px solid #eee;
  float: left;
  padding: 4px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
.chat_stage .pers_list .per_inlist .online_status {
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  height: 40px;
}
.chat_stage .pers_list .per_inlist .online_status span {
  border-radius: 50%;
  background-color: #ccc;
  width: 10px;
  height: 10px;
  margin-top: 20px;
  margin-left: 10px;
  display: block;
  float: left;
}
.chat_stage .pers_list .per_inlist .online_status.online span {
  background-color: #03c3eb;
}
.chat_stage .pers_list .per_inlist a {
  width: 90%;
  float: left;
  line-height: 40px;
  overflow: hidden;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000;
}
.chat_stage .pers_list .per_inlist a .badge {
  border-radius: 4px;
  float: right;
  margin-top: 10px;
  background: #a51212;
}
.chat_stage .pers_list .per_inlist a img {
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #eee;
  margin-right: 4px;
}
.chat_stage .pers_list .per_inlist a:hover {
  text-decoration: none;
}
.chat_stage .pers_list .per_inlist:hover {
  background: #fafafa;
}
.chat_stage .pers_list .per_inlist:hover .online_status {
  background: #fafafa;
}
.chat_stage .message {
  min-height: 700px;
  border: 1px solid #eee;
}
.chat_stage .message .chat_header {
  width: calc(100% + 30px);
  min-height: 60px;
  border-bottom: 2px solid #eee;
  margin-left: -15px;
  margin-right: -15px;
}
.chat_stage .message .chat_header span {
  line-height: 60px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000;
  text-transform: capitalize;
  float: left;
}
.chat_stage .message .chat_header a {
  color: #fff;
  background-color: #03c3eb;
  font-weight: bold;
  border: none;
  text-transform: capitalize;
  float: right;
  margin-top: 15px;
  margin-right: 10px;
}
.chat_stage .message .chat_header img {
  width: 50px;
  height: 50px;
  float: left;
  border: 1px solid #eee;
  margin-right: 4px;
  margin-top: 5px;
  margin-left: 8px;
}
.chat_stage .message .chat_header .online_status {
  width: 30px;
  position: relative;
  margin-top: 10px;
  background: #fff;
  height: 40px;
  float: left;
}
.chat_stage .message .chat_header .online_status span {
  border-radius: 50%;
  background-color: #ccc;
  width: 10px;
  height: 10px;
  margin-top: 16px;
  margin-left: 10px;
  display: block;
  float: left;
}
.chat_stage .message .chat_header .online_status.online span {
  background-color: #03c3eb;
}
.chat_stage .message .chat_content {
  width: calc(100% + 30px);
  height: 530px;
  overflow-y: scroll;
  margin-left: -15px;
  margin-right: -15px;
}
.chat_stage .message .chat_content .chat_container {
  width: 100%;
  float: left;
  margin-bottom: 3px;
  margin-top: 3px;
}
.chat_stage .message .chat_content .chat_container .timeago {
  color: #999;
  font-size: 10px;
}
.chat_stage .message .chat_content .chatmsg {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 5px;
  border-radius: 5px;
}
.chat_stage .message .chat_content .chatmsg.from {
  float: right;
  background: #03c3eb;
  color: #fff;
  margin-right: 18px;
}
.chat_stage .message .chat_content .chatmsg.to {
  float: left;
  background: #f7f7f7;
  color: #000;
  margin-left: 18px;
}
.chat_stage .message .chat_content .personal_to {
  width: 39px;
  height: 39px;
  float: left;
  margin-left: 10px;
}
.chat_stage .message .chat_content .personal_to img {
  border: 1px solid #eee;
}
.chat_stage .message .chat_footer {
  width: calc(100% + 30px);
  border-top: 2px solid #eee;
  margin-left: -15px;
  margin-right: -15px;
}
.chat_stage .message .chat_footer textarea {
  resize: none;
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 2px solid #eee;
}
.chat_stage .message .chat_footer .buttons-pm {
  float: left;
  height: 100%;
  min-width: 100px;
  max-width: 85%;
}
.chat_stage .message .chat_footer .buttons-pm label[for='upload_files'] {
  width: 280px;
  padding-left: 40px;
  line-height: 42px;
  height: 100%;
  float: left;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px center;
  background-image: url(../img/camera_icn.svg);
}
.chat_stage .message .chat_footer .buttons-pm label[for='upload_files']:hover {
  background-image: url(../img/camera_icnh.svg);
  color: #03c3eb;
}
.chat_stage .message .chat_footer .buttons-pm label[for='upload_files'] input {
  display: none;
}
.chat_stage .message .chat_footer .buttons-pm #file-selected {
  max-width: 96%;
}
.chat_stage .message .chat_footer .buttons-pm #file-selected p {
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.chat_stage .message .chat_footer .buttons-pm #file-selected #crossdelfiles {
  float: left;
  display: block;
  text-decoration: none;
  font-size: 13px;
  color: #000;
}
.chat_stage .message .chat_footer .btn {
  display: block;
  float: right;
  padding: 5px 25px;
  font-size: 12px;
  border: none;
  margin: 5px 10px 5px 10px;
  background: #00BBE8;
  color: white;
  text-shadow: 0 1px 0 #0092b5;
}
.chat_stage .message .chat_footer #postachatmsg {
  position: relative;
}
.chat_stage .message .chat_footer #postachatmsg .progress {
  max-width: 100%;
  float: left;
  width: 0%;
  background-color: #5cb85c;
  height: 8px;
  position: absolute;
  left: 0;
  top: 42%;
}
.loader {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0;
}
.loader:after {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-animation: rotate 0.6s linear infinite;
  -moz-animation: rotate 0.6s linear infinite;
  -ms-animation: rotate 0.6s linear infinite;
  -o-animation: rotate 0.6s linear infinite;
  animation: rotate 0.6s linear infinite;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-top: 1px solid #545a6a;
  border-bottom: 1px solid #d4d4db;
  border-left: 1px solid #545a6a;
  border-right: 1px solid #d4d4db;
  content: '';
  opacity: .5;
}
.loader.loader_large:after {
  width: 40px;
  height: 40px;
}
.loader.loader_medium:after {
  width: 25px;
  height: 25px;
}
.loader.loader_small:after {
  width: 10px;
  height: 10px;
}
.loader.loader_green:after {
  opacity: 1;
  border-top: 1px solid #42a26e;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #42a26e;
  border-right: 1px solid #fff;
}
@keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@-moz-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@-o-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
.publisher-loader {
  display: none;
  position: absolute;
  top: 10px;
  right: 110px;
  z-index: 1;
}
.publisher-scraper {
  display: none;
  position: relative;
  padding: 10px;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 42px;
  margin-top: 100px;
}
.publisher-scraper-remover {
  position: absolute;
  top: 15px;
  right: 20px;
  background: #dedede;
  border: 1px solid #eaeaea;
  padding: 0 4px;
  border-radius: 50%;
  z-index: 1;
}
.publisher-scraper-remover:hover {
  background: #fff;
}
.publisher-scraper-remover button.close {
  opacity: 0.5;
}
.post-media {
  border: 1px solid #eee;
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  max-width: 100%;
  width: 100%;
  float: left;
}
.post-media img.img-responsive {
  width: 100%;
  max-height: 350px;
}
.post-media-image {
  max-height: 350px;
  overflow: hidden;
}
.post-media-image div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #eee;
  width: 100%;
  height: 100%;
  padding-top: 70%;
  overflow: hidden;
  min-width: 100px;
  min-height: 100px;
}
.embed-ifram-wrapper * {
  width: 100% !important;
}
.post-media-meta {
  padding: 10px;
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.post-media-meta .title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #333;
}
.post-media-meta .title:hover {
  text-decoration: none;
}
.post-media-meta .text {
  max-height: 90px;
  overflow: hidden;
}
.post-media-meta .source {
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
}
.realtiveleft {
  position: relative;
  width: 100%;
  float: left;
}
body.feed {
  background: #f5f5f5;
}
body.feed:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../img/msg_icnh.svg) url(../img/evt_icnh.svg) url(../img/camera_icnh.svg) url(../img/settingsh.svg) url(../img/play_icnh.svg);
}
#notif {
  width: 72px;
  height: 62px;
  float: left;
  border: none;
  border-radius: 0px;
  background-color: #fff;
  background-image: url(/themes/def/icons/notifbell.svg);
  background-repeat: no-repeat;
  background-size: 20px 16px;
  background-position: center;
  margin-top: 0px;
  outline: none;
  position: relative;
  border-right: 1px solid rgba(0,0,0,0.06);
  border-left: 1px solid rgba(0,0,0,0.06);
}
#notif span {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 15px;
  display: none;
  color: #fff;
  height: 15px;
  line-height: 15px;
  background: #F74E6F;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  border-radius: 50%;
}
#chat {
  width: 76px;
  height: 62px;
  float: left;
  border: none;
  background-color: #fff;
  border-radius: 0px;
  background-image: url(/themes/def/icons/chatmsg.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
  margin-top: 0px;
  margin-right: 20px;
  outline: none;
  position: relative;
  border-right: 1px solid rgba(0,0,0,0.06);
}
#chat span {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 15px;
  height: 15px;
  display: none;
  line-height: 15px;
  background: #f84049;
  background: linear-gradient(to bottom,#f84049 0%,#da121c 100%);
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  border-radius: 50%;
}
.sn-pics {
  width: 100%;
  float: left;
}
#postafeedmsg {
  position: relative;
}
#postafeedmsg .progress {
  max-width: 100%;
  float: left;
  width: 0%;
  background-color: #5cb85c;
  height: 8px;
  position: absolute;
  left: 0;
  top: 42%;
}
.message_modal {
  min-height: 200px;
  width: 100%;
  resize: none;
  border: none;
}
.videocnt {
  padding-right: 1px;
  padding-left: 0px;
  background: #000;
}
.videocnt div.video-js {
  width: 100%;
  height: 520px;
}
.videocnt video {
  width: 100%;
  height: 520px;
}
.video_container {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#videocarrusel {
  height: 99px;
}
#videocarrusel .item div {
  width: 100%;
  height: 100%;
  float: left;
}
#videocarrusel .item div a {
  width: 100%;
  min-height: 99px;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#videocarrusel .owl-nav .owl-next {
  display: none !important;
}
#videocarrusel .owl-nav .owl-prev {
  display: none !important;
}
.clipreplay_name {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #000;
  width: 100%;
  float: left;
  text-align: center;
  display: block;
}
.videodets {
  background: #efefef;
  height: 100%;
  min-height: 520px;
}
.videodets .num {
  width: 100%;
  text-align: left;
  padding: 4px 4px;
  color: #000;
  text-shadow: 0 0 4px #fff;
  float: left;
}
.videodets .num i {
  margin-right: 3px;
}
.videodets .length {
  width: 100%;
  text-align: left;
  padding: 4px 4px;
  color: #000;
  text-shadow: 0 0 4px #fff;
  float: left;
}
.videodets .length i {
  margin-right: 3px;
}
.videodets .content_container {
  height: 350px;
  width: 100%;
  float: left;
  background: #efefef;
  margin-left: -15px;
}
.videodets .content_container .action_comment_input {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
}
.videodets .content_container .action_comment_input img {
  width: 35px;
  margin-left: 10px;
  margin-top: 10px;
  float: left;
}
.videodets .content_container .action_comment_input .leaveacomm {
  margin-left: 6px;
  border: 1px solid #dfdfdf;
  height: 30px;
  padding: 4px;
  width: 195px;
  margin-top: 12px;
  outline: none;
  float: left;
  border-right: 0px;
}
.videodets .content_container .action_comment_input #sendcomm {
  width: 30px;
  height: 30px;
  background: #90d8ca url(../img/enter_key.png) no-repeat center center;
  border-radius: 0px 3px 3px 0px;
  float: left;
  border: none;
  padding: 0;
  margin-top: 12px;
}
.videodets .content_container .action_comments {
  width: 100%;
  float: left;
  height: 100%;
  max-height: calc(100% - 85px);
  overflow-x: hidden;
  overflow-y: auto;
}
.videodets .content_container .action_comments .comment {
  margin-top: 10px;
  width: 100%;
  float: left;
  position: relative;
}
.videodets .content_container .action_comments .comment img {
  width: 35px;
  margin-left: 10px;
  margin-right: 5px;
  float: left;
}
.videodets .content_container .action_comments .comment .comtxt {
  margin-top: 3px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #a7a7a7;
  text-align: left;
  line-height: 17px;
}
.videodets .content_container .action_comments .comment .comtxt a {
  float: left;
  display: block;
  color: #323232;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin-right: 4px;
}
.videodets .content_container .action_comments .comment .timeago {
  font-size: 10px;
  color: #b7b7b7;
  width: calc(100% - 50px);
  margin-left: 50px;
  float: left;
  display: block;
  line-height: 10px;
}
.videodets .content_container .action_comments .comment .delwcomm {
  position: absolute;
  right: 3px;
  top: 3px;
}
.videodets .content_container .action_menu_bar {
  width: 92%;
  margin-left: 4%;
  border-bottom: 1px solid #d7d7d7;
  float: left;
  height: 30px;
}
.videodets .content_container .action_menu_bar .likevc,
.videodets .content_container .action_menu_bar .unlikevc {
  background-image: url(../img/like.svg);
  line-height: 30px;
  padding-left: 30px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 3px center;
  width: 32%;
  height: 30px;
  display: block;
  margin-right: 2%;
  color: #00bbe8;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  float: left;
  text-align: center;
}
.videodets .content_container .action_menu_bar .unlikevc {
  background-image: url(../img/unlike.svg);
}
.videodets .content_container .action_menu_bar .comment_wc {
  background-image: url(../img/comments.svg);
  background-size: 18px;
  background-position: 3px center;
  line-height: 30px;
  padding-left: 30px;
  background-repeat: no-repeat;
  display: block;
  width: 32%;
  margin-right: 2%;
  color: #00bbe8;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  float: left;
  text-align: center;
}
.videodets .content_container .action_menu_bar .share_wc {
  background-image: url(../img/share-option.svg);
  background-size: 15px;
  background-position: 8px center;
  line-height: 30px;
  padding-left: 30px;
  background-repeat: no-repeat;
  display: block;
  width: 32%;
  color: #00bbe8;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  float: left;
  text-align: center;
}
.videodets .content_container .action_menu_num {
  width: 92%;
  margin-left: 4%;
  border-bottom: 1px solid #d7d7d7;
  float: left;
  height: 30px;
}
.videodets .content_container .action_menu_num .viewlikeswc {
  color: #00bbe8;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  background-image: url(../img/unlike.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 2px center;
  width: 32%;
  padding-left: 24px;
}
.videodets .content_container .action_menu_num .commentsnumwc {
  color: #00bbe8;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  background-image: url(../img/comments.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 2px center;
  width: 32%;
  padding-left: 24px;
}
.videodets .content_container .action_menu_num .sharenumwc {
  color: #00bbe8;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  background-image: url(../img/share-option.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 2px center;
  width: 32%;
  padding-left: 24px;
}
.videodets .clipreplay_descr {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  width: 95%;
  float: left;
  text-align: left;
  display: block;
  word-break: break-all;
}
.videodets .timeago,
.videodets .timeago-standard {
  color: #999;
  text-align: left;
  display: block;
  line-height: 22px;
  text-transform: none;
  font-size: 11px;
}
.videodets div.personal {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 15px;
}
.videodets div.personal a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #000;
  float: left;
}
.videodets div.personal a:hover {
  text-decoration: none;
  color: #555;
}
.videodets div.personal a img {
  width: 45px;
  height: 45px;
  float: left;
  margin-right: 8px;
}
@media screen and (max-width: 1199px) {
  #left_search_box1 {
    float: left;
    margin-right: 5px;
  }
  #left_search_box2 {
    float: right;
    margin-left: 5px;
  }
  #country_down,
  #bc_down {
    display: none;
  }
}
@media screen and (max-width: 995px) {
  .videodets {
    height: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
  }
  .leaveacomm {
    width: calc(100% - 90px);
  }
  .clipreplay_name {
    font-size: 18px;
  }
}
a {
  cursor: pointer;
}
.xpics {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 150px;
}
.feed_message {
  position: relative;
  background: #fff;
  padding: 20px;
  padding-bottom: 0px;
  margin-bottom: 30px;
  border: 1px solid #aaabaa;
  float: left;
  width: 100%;
}
.feed_message .text_message {
  word-wrap: break-word;
  width: 100%;
  float: left;
}
.feed_message .text_message2 {
  display: none;
}
.feed_message .extra_feedmsg {
  width: 64%;
  margin-left: 18%;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #737784;
  float: left;
  text-align: center;
  font-weight: 500;
}
.feed_message .logo_extra_comps {
  position: relative;
  width: 510px;
  margin-left: calc((100% - 510px) / 2);
  height: 300px;
  float: left;
  margin-top: 30px;
}
.feed_message .logo_extra_comps img:nth-child(1) {
  border-radius: 50%;
  width: 255px;
  height: 255px;
  position: absolute;
  z-index: 3;
  left: 0px;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}
.feed_message .logo_extra_comps img:nth-child(2) {
  border-radius: 50%;
  width: 255px;
  height: 255px;
  position: absolute;
  z-index: 2;
  left: 128px;
  box-shadow: -25px 0px 15px 0px rgba(0,0,0,0.2);
}
.feed_message .logo_extra_comps img:nth-child(3) {
  border-radius: 50%;
  width: 255px;
  height: 255px;
  position: absolute;
  z-index: 1;
  left: 255px;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}
.feed_message #hide000 {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #737784;
}
.feed_message #followall {
  float: left;
  margin-left: calc((100% - 255px) / 2);
  width: 255px;
  text-align: center;
}
.feed_message .viewanuaire {
  float: left;
  display: block;
  margin-left: calc((100% - 300px) / 2);
  width: 300px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  text-decoration: underline;
  color: #737784;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.feed_message .shared_message {
  width: 97%;
  float: left;
  padding-left: 1%;
  margin-left: 1%;
  margin-top: 8px;
  border-left: 2px solid #2a99ac;
}
.feed_message .comments {
  width: calc(100% + 40px);
  float: left;
  margin-left: -20px;
  margin-right: -20px;
  background: #f3f3f3;
}
.feed_message .comments .comment {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feed_message .comments .comment .timeago,
.feed_message .comments .comment .timeago-standard {
  color: #999;
  float: left;
  line-height: 22px;
  text-transform: none;
  font-size: 10px;
}
.feed_message .comments .comment .cnt {
  max-width: 90%;
  float: left;
  min-width: 85%;
}
.feed_message .comments .comment .cnt .name_time {
  width: 100%;
  float: left;
}
.feed_message .comments .comment .cnt .name_time .span {
  float: left;
  font-size: 11px;
  padding: 0px 3px;
  line-height: 22px;
}
.feed_message .comments .comment .cnt .text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.feed_message .comments .comment .cnt .text a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
.feed_message .comments .comment .img_logo {
  padding: 5px;
  float: left;
}
.feed_message .comments .comment .img_logo a img {
  width: 35px;
  height: 35px;
}
.feed_message .comments .comment .name_time a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  float: left;
  display: block;
  text-transform: capitalize;
}
.feed_message .comments .comment .delcomm {
  position: absolute;
  right: 0;
  top: 17%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 29px;
}
.feed_message .comments .post_comment {
  margin: 2%;
  padding: 1%;
  float: left;
  width: 96%;
  border-radius: 4px;
  background: #fff;
}
.feed_message .comments .post_comment .post_commb {
  width: 50px;
  height: 21px;
  float: right;
  background: url(../img/arrow_right.png) center center no-repeat;
  background-size: 16px;
}
.feed_message .comments .post_comment input {
  background: transparent;
  border: none;
  outline: none;
  width: 82%;
  width: calc(100% - 55px);
}
.feed_message .actions_menu {
  float: left;
  width: 100%;
  border-top: 1px solid #f7f7f7;
  color: #03c3eb;
  margin-top: 10px;
  margin-bottom: 5px;
}
.feed_message .actions_menu a {
  color: #03c3eb;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 12px;
  float: left;
  cursor: pointer;
  padding: 5px;
  text-decoration: none;
  display: block;
  margin-right: 5px;
}
.feed_message .head {
  width: 100%;
  float: left;
  min-height: 63px;
  margin-bottom: 5px;
}
.feed_message .head .image {
  width: 60px;
  height: 60px;
  float: left;
  display: block;
  margin-right: 5px;
}
.feed_message .head .dropdown-menu {
  margin-top: 20px;
}
.feed_message .head .dropdown-toggle {
  float: right;
}
.feed_message .head .logo_name {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  width: auto;
  float: left;
  display: block;
  text-align: left;
  text-decoration: none;
}
.feed_message .head .logo_name a.link_mess {
  float: left;
}
.feed_message .head .logo_name span.cname {
  font-size: 10px;
  color: #bebebe;
  text-align: left;
  display: block;
  width: 100%;
  float: left;
}
.feed_message .head .logo_name .msgtitle {
  font-size: 12px;
  color: #bebebe;
  text-align: left;
  display: block;
  width: 100%;
  float: left;
  line-height: 20px;
  margin-left: 5px;
  text-transform: none;
}
.feed_message .head .logo_name span.cplatform {
  font-size: 8px;
  color: #bebebe;
  text-align: left;
  display: block;
  width: 100%;
  float: left;
}
.feed_message .head .logo_name .timeago,
.feed_message .head .logo_name .timeago-standard {
  color: #999;
  float: left;
  min-width: 100%;
  text-transform: none;
  font-size: 10px;
}
@media screen and (min-width: 1200px) {
  .modal-lg {
    width: 1200px !important;
  }
}
body.modal-open {
  overflow: hidden;
}
.no-padding {
  padding: 0 !important;
}
#viewphotos .modal-content {
  overflow: hidden;
}
#viewphotos .withimage {
  text-align: center;
  vertical-align: middle;
  background: #000;
}
#viewphotos .withimage img {
  margin: 0 auto;
  max-height: 850px;
}
#viewphotos .withimage #goleft {
  opacity: 0;
  position: absolute;
  height: 100%;
  top: 0;
  left: 15px;
  cursor: pointer;
  transform: translateZ(0);
  transition: opacity .2s;
  width: 48%;
  background: url(../img/prev.png) left center no-repeat;
  z-index: 11;
}
#viewphotos .withimage #goleft:hover {
  opacity: .9;
}
#viewphotos .withimage #goright {
  opacity: 0;
  position: absolute;
  height: 100%;
  top: 0;
  right: 15px;
  cursor: pointer;
  transform: translateZ(0);
  transition: opacity .2s;
  width: 48%;
  z-index: 11;
  background: url(../img/next.png) right center no-repeat;
}
#viewphotos .withimage #goright:hover {
  opacity: .9;
}
#viewphotos .withimage #bottom_menu {
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(0,0,0,0.8);
  height: 38px;
  transform: translateZ(0);
  transition: opacity .2s;
  position: absolute;
  z-index: 13;
  display: block;
}
#viewphotos .withimage #bottom_menu span.title {
  line-height: 38px;
  text-align: left;
  float: left;
  color: #fff;
}
#viewphotos .withimage #bottom_menu .dnn {
  color: #fff;
  background: transparent;
  border: none;
}
#viewphotos .withimage:hover #bottom_menu {
  opacity: 1;
}
#viewphotos .timeago {
  float: left;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
}
#viewphotos .pdescr {
  padding-left: 10px;
  padding-bottom: 10px;
  word-wrap: break-word;
  float: left;
  width: 100%;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
}
#viewphotos .toplogoname {
  width: 100%;
  float: left;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
}
#viewphotos .image.name {
  width: 70%;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
#viewphotos .image {
  max-width: 100%;
  float: left;
  max-height: 50px;
}
#viewphotos .image img {
  max-width: 50px;
  max-height: 50px;
  float: left;
  margin-right: 10px;
}
.online-partners {
  position: fixed;
  bottom: 0;
  right: 15px;
  background-color: white;
  border-radius: 3px;
  margin-top: 10px;
  width: 280px;
  text-align: left;
  padding: 0;
  z-index: 15000;
}
.online-partners a,
.online-partners i {
  color: white;
}
.online-partners .chat-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 8px solid #0076a3;
  background-color: #363636;
  width: 100%;
  padding: 5px 15px;
  color: white;
}
.online-partners .chat-header #right-opt {
  float: right;
  background-color: #0076a3;
  display: inline;
}
.online-partners .chat-header #right-opt span: {
  padding: 0 6px;
}
.online-partners .chat-body {
  display: none;
  min-height: 300px;
  background-color: white;
  padding: 0;
  margin: 0;
}
.online-partners .chat-body .contacts-list {
  margin-bottom: 30px;
}
.online-partners .chat-body .conversation {
  display: none;
}
.online-partners .chat-body .search-conv {
  position: absolute;
  bottom: 0;
  margin-top: 20px;
  padding-left: 34px;
  width: 100%;
  min-height: 34px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  background: url(../img/spyglassb.svg) 8px center no-repeat;
  background-size: 17px;
}
.online-partners .chat-body .search-conv input {
  width: 100%;
  margin-top: 4px;
  border: none;
  outline: none;
}
.online-partners .chat-body .per_inlist {
  width: 100%;
  margin-bottom: 5px;
  border-bottom: 2px solid #eee;
  float: left;
  padding: 4px;
  position: relative;
}
.online-partners .chat-body .per_inlist a {
  width: 90%;
  float: left;
  line-height: 40px;
  overflow: hidden;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000;
}
.online-partners .chat-body .per_inlist a .badge {
  border-radius: 4px;
  float: right;
  margin-top: 10px;
  background: #2a99ac;
}
.online-partners .chat-body .per_inlist .online_status {
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  height: 40px;
}
.online-partners .chat-body .per_inlist .online_status span {
  border-radius: 50%;
  background-color: #ccc;
  width: 10px;
  height: 10px;
  margin-top: 20px;
  margin-left: 10px;
  display: block;
  float: left;
}
.online-partners .chat-body .per_inlist .online_status.online span {
  background-color: #03c3eb;
}
.online-partners .chat-body .per_inlist .chat-partner {
  width: 90%;
  float: left;
  line-height: 40px;
  overflow: hidden;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000;
}
.online-partners .chat-body .per_inlist .chat-partner .badge {
  border-radius: 4px;
  float: right;
  margin-top: 10px;
  background: #a51212;
}
.online-partners .chat-body .per_inlist .chat-partner img {
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #eee;
  margin-right: 4px;
}
.online-partners .chat-body .per_inlist .chat-partner:hover {
  text-decoration: none;
}
.online-partners .chat-body .per_inlist:hover {
  background: #fafafa;
}
.online-partners .chat-body .per_inlist:hover .online_status {
  background: #fafafa;
}
.online-partners .chat-body .message {
  min-height: 300px;
  width: 100%;
  border: 1px solid #eee;
}
.online-partners .chat-body .message .chat_header {
  width: 100%;
  min-height: 50px;
  border-bottom: 2px solid #eee;
}
.online-partners .chat-body .message .chat_header span {
  margin-top: 6px;
  line-height: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000;
  text-transform: capitalize;
  float: left;
}
.online-partners .chat-body .message .chat_header a {
  float: left;
  width: 80%;
}
.online-partners .chat-body .message .chat_header img {
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #eee;
  margin-right: 4px;
  margin-top: 5px;
  margin-left: 8px;
}
.online-partners .chat-body .message .chat_header i {
  color: #2a99ac;
}
.online-partners .chat-body .message .chat_header .back_to_chat_list {
  float: left;
  color: #2a99ac;
  margin: 10px;
}
.online-partners .chat-body .message .chat_header .friend_name {
  display: inline;
  width: 50%;
  line-height: 40px;
  overflow: hidden;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000;
}
.online-partners .chat-body .message .chat_header .online_status {
  width: 30px;
  position: relative;
  margin-top: 10px;
  background: #fff;
  height: 30px;
  float: left;
}
.online-partners .chat-body .message .chat_header .online_status span {
  border-radius: 50%;
  background-color: #ccc;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  margin-left: 10px;
  display: block;
  float: left;
}
.online-partners .chat-body .message .chat_header .online_status.online {
  height: 30px;
}
.online-partners .chat-body .message .chat_header .online_status.online span {
  background-color: #03c3eb;
}
.online-partners .chat-body .message .chat_content {
  width: 280px;
  height: 260px;
  overflow-y: scroll;
  margin-bottom: 60px;
}
.online-partners .chat-body .message .chat_content .chat_container {
  width: 100%;
  float: left;
  margin-bottom: 3px;
  margin-top: 3px;
}
.online-partners .chat-body .message .chat_content .chat_container .timeago {
  color: #999;
  font-size: 10px;
}
.online-partners .chat-body .message .chat_content .chatmsg {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 5px;
  border-radius: 5px;
}
.online-partners .chat-body .message .chat_content .chatmsg.from {
  float: right;
  background: #03c3eb;
  color: #fff;
  margin-right: 18px;
}
.online-partners .chat-body .message .chat_content .chatmsg.to {
  float: left;
  background: #f7f7f7;
  color: #000;
  margin-left: 18px;
}
.online-partners .chat-body .message .chat_content .personal_to {
  width: 39px;
  height: 39px;
  float: left;
  margin-left: 10px;
}
.online-partners .chat-body .message .chat_content .personal_to img {
  border: 1px solid #eee;
}
.online-partners .chat-body .message .chat_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  border: 1px solid #eee;
}
.online-partners .chat-body .message .chat_footer textarea {
  height: 50px;
  resize: none;
  width: 100%;
  border: none;
  outline: none;
  border-top: 1px solid #eee;
  position: absolte;
  bottom: 0;
}
.online-partners .chat-body .message .chat_footer .buttons-pm {
  float: left;
  height: 100%;
  min-width: 100px;
  max-width: 85%;
}
.online-partners .chat-body .message .chat_footer .buttons-pm label[for='upload_files'] {
  width: 280px;
  padding-left: 10px;
  line-height: 42px;
  height: 100%;
  float: left;
  cursor: pointer;
}
.online-partners .chat-body .message .chat_footer .buttons-pm label[for='upload_files'] .svg {
  max-height: 32px;
  max-width: 32px;
  float: left;
  padding-top: 10px;
}
.online-partners .chat-body .message .chat_footer .buttons-pm label[for='upload_files'] input {
  display: none;
}
.online-partners .chat-body .message .chat_footer .buttons-pm label[for='upload_files']:hover .svg path {
  fill: #2a99ac !important;
}
.online-partners .chat-body .message .chat_footer .buttons-pm #file-selected {
  max-width: 96%;
}
.online-partners .chat-body .message .chat_footer .buttons-pm #file-selected p {
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.online-partners .chat-body .message .chat_footer .buttons-pm #file-selected #crossdelfiles {
  float: left;
  display: block;
  text-decoration: none;
  font-size: 13px;
  color: #000;
}
.online-partners .chat-body .message .chat_footer .btn {
  display: block;
  float: right;
  padding: 6px 25px;
  font-size: 12px;
  border: none;
  margin: 5px 10px 5px 10px;
  background: #2a99ac;
  color: white;
  text-shadow: 0 1px 0 #207583;
}
.online-partners .chat-body .message .chat_footer #postachatmsg {
  position: relative;
  padding-bottom: 10px;
}
.online-partners .chat-body .message .chat_footer #postachatmsg .progress {
  max-width: 100%;
  float: left;
  width: 0%;
  background-color: #5cb85c;
  height: 8px;
  position: absolute;
  left: 0;
  top: 42%;
}
#viewVideos .modal-content {
  overflow: hidden;
  border-radius: 0px;
}
#viewVideos .withimage {
  text-align: center;
  vertical-align: middle;
  background: #000;
}
#viewVideos .withimage video {
  margin: 0 auto;
  float: right;
}
#viewVideos .withimage #top_menu {
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(0,0,0,0.8);
  height: 38px;
  transform: translateZ(0);
  transition: opacity .2s;
  position: absolute;
  z-index: 13;
  display: block;
}
#viewVideos .withimage #top_menu span.title {
  line-height: 38px;
  text-align: left;
  float: left;
  color: #fff;
}
#viewVideos .withimage #top_menu .dnn {
  color: #fff;
  background: transparent;
  border: none;
}
#viewVideos .withimage:hover #top_menu {
  opacity: 1;
}
#viewVideos .timeago {
  float: left;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  width: 70%;
}
#viewVideos .views {
  float: left;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  width: 70%;
}
#viewVideos .pdescr {
  padding-left: 10px;
  padding-bottom: 10px;
  word-wrap: break-word;
  float: left;
  width: 100%;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
}
#viewVideos .toplogoname {
  width: 100%;
  float: left;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
}
#viewVideos .photo-user-details-data {
  height: 520px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #fff;
}
#viewVideos .photo-user-details-data .content_container {
  height: 370px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #efefef;
}
#viewVideos .photo-user-details-data .content_container .action_comment_input {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
}
#viewVideos .photo-user-details-data .content_container .action_comment_input img {
  width: 35px;
  margin-left: 10px;
  margin-top: 10px;
  float: left;
}
#viewVideos .photo-user-details-data .content_container .action_comment_input .leaveacomm {
  margin-left: 6px;
  border: 1px solid #dfdfdf;
  height: 30px;
  padding: 4px;
  width: calc(100% - 85px);
  margin-top: 12px;
  outline: none;
  float: left;
  border-right: 0px;
}
#viewVideos .photo-user-details-data .content_container .action_comment_input #sendcomm {
  width: 30px;
  height: 30px;
  background: #90d8ca url(../img/enter_key.png) no-repeat center center;
  border-radius: 0px 3px 3px 0px;
  float: left;
  border: none;
  padding: 0;
  margin-top: 12px;
}
#viewVideos .photo-user-details-data .content_container .action_comments {
  width: 100%;
  float: left;
  max-height: calc(100% - 85px);
  overflow-x: hidden;
  overflow-y: auto;
}
#viewVideos .photo-user-details-data .content_container .action_comments .comment {
  margin-top: 10px;
  width: 100%;
  float: left;
  position: relative;
}
#viewVideos .photo-user-details-data .content_container .action_comments .comment img {
  width: 35px;
  margin-left: 10px;
  margin-right: 5px;
  float: left;
}
#viewVideos .photo-user-details-data .content_container .action_comments .comment .comtxt {
  margin-top: 3px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #a7a7a7;
}
#viewVideos .photo-user-details-data .content_container .action_comments .comment .comtxt a {
  float: left;
  display: block;
  color: #323232;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin-right: 4px;
}
#viewVideos .photo-user-details-data .content_container .action_comments .comment .timeago {
  font-size: 10px;
  color: #b7b7b7;
}
#viewVideos .photo-user-details-data .content_container .action_comments .comment .delwcomm {
  position: absolute;
  right: 3px;
  top: 3px;
}
#viewVideos .photo-user-details-data .content_container .action_menu_bar {
  width: 92%;
  margin-left: 4%;
  border-bottom: 1px solid #d7d7d7;
  float: left;
  height: 30px;
}
#viewVideos .photo-user-details-data .content_container .action_menu_bar .likevc,
#viewVideos .photo-user-details-data .content_container .action_menu_bar .unlikevc {
  background-image: url(../img/like.svg);
  line-height: 30px;
  padding-left: 30px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 3px center;
  width: 32%;
  height: 30px;
  display: block;
  margin-right: 2%;
  color: #00bbe8;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  float: left;
  text-align: center;
}
#viewVideos .photo-user-details-data .content_container .action_menu_bar .unlikevc {
  background-image: url(../img/unlike.svg);
}
#viewVideos .photo-user-details-data .content_container .action_menu_bar .comment_wc {
  background-image: url(../img/comments.svg);
  background-size: 18px;
  background-position: 3px center;
  line-height: 30px;
  padding-left: 30px;
  background-repeat: no-repeat;
  display: block;
  width: 32%;
  margin-right: 2%;
  color: #00bbe8;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  float: left;
  text-align: center;
}
#viewVideos .photo-user-details-data .content_container .action_menu_bar .share_wc {
  background-image: url(../img/share-option.svg);
  background-size: 15px;
  background-position: 8px center;
  line-height: 30px;
  padding-left: 30px;
  background-repeat: no-repeat;
  display: block;
  width: 32%;
  color: #00bbe8;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  float: left;
  text-align: center;
}
#viewVideos .photo-user-details-data .content_container .action_menu_num {
  width: 92%;
  margin-left: 4%;
  border-bottom: 1px solid #d7d7d7;
  float: left;
  height: 26px;
  padding-top: 3px;
}
#viewVideos .photo-user-details-data .content_container .action_menu_num .viewlikeswc {
  color: #00bbe8;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  background-image: url(../img/unlike.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 2px center;
  width: 32%;
  padding-left: 24px;
  margin-right: 2%;
}
#viewVideos .photo-user-details-data .content_container .action_menu_num .commentsnumwc {
  color: #00bbe8;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  background-image: url(../img/comments.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 2px center;
  width: 32%;
  padding-left: 24px;
  margin-right: 2%;
}
#viewVideos .photo-user-details-data .content_container .action_menu_num .sharenumwc {
  color: #00bbe8;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  background-image: url(../img/share-option.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 2px center;
  width: 32%;
  padding-left: 24px;
}
#viewVideos .image.name {
  width: 70%;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
#viewVideos .image {
  max-width: 100%;
  float: left;
  max-height: 50px;
}
#viewVideos .image img {
  max-width: 50px;
  max-height: 50px;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  #viewphotos .col-md-3 {
    padding-left: 5px;
    padding-right: 3px;
  }
}
@media screen and (max-width: 991px) {
  .demo .scroll {
    display: none;
  }
  .home-prez .home-icons {
    margin-bottom: 20px;
    border-right: none;
  }
  .home-prez .name {
    text-align: center;
  }
  #settings_container #new_settings .list-arrows {
    padding-top: 0px;
    padding-bottom: 10px;
    letter-spacing: 1px;
  }
  #settings_container #new_settings .list-arrows button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #settings_container #new_settings .adm-text {
    min-height: 100px;
  }
}
@media screen and (max-width: 767px) {
  #cooltrade_container {
    padding: 0px;
  }
  #refine_search {
    display: inline;
    color: #2a99ac;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
  }
  #refine_search .svg {
    max-height: 8px;
    max-width: 16px;
  }
  #refine_search .svg path {
    stroke: #2a99ac !important;
  }
  #refine_search #refine_arrow_down {
    display: inline-block;
  }
  #refine_search #refine_arrow_up {
    display: none;
  }
  .left_search_box {
    display: none;
  }
  #left_search_box1,
  #left_search_box2 {
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    min-height: auto;
  }
  #left_search_box1 .search_left_title,
  #left_search_box2 .search_left_title {
    display: none;
    margin: 0px;
    background-color: #2a99ac;
    color: white;
    padding-bottom: 5px;
  }
  #left_search_box1 .svg,
  #left_search_box2 .svg {
    max-height: 20px;
    height: 15px;
    max-width: 30px;
    width: 30px;
  }
  #left_search_box1 .svg path,
  #left_search_box2 .svg path {
    stroke: #ffffff !important;
  }
  #left_search_box1 .search_left_title,
  #left_search_box2 .search_left_title {
    display: none;
  }
  #left_search_box1 #country_down,
  #left_search_box1 #bc_down,
  #left_search_box2 #country_down,
  #left_search_box2 #bc_down {
    display: inline;
    padding-top: 2px;
  }
  #left_search_box1 #country_up,
  #left_search_box1 #bc_up,
  #left_search_box2 #country_up,
  #left_search_box2 #bc_up {
    display: none;
    padding-bottom: 2px;
  }
  #left_search_box1 .refine_links_div,
  #left_search_box2 .refine_links_div {
    display: none;
  }
  #left_search_box1 .left_links,
  #left_search_box2 .left_links {
    text-align: left;
    font-size: 12px;
    padding-left: 10px;
    color: grey;
  }
  .member-unit {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
  }
}
@media screen and (max-width: 780px) {
  #viewphotos .withimage {
    position: relative;
  }
  #viewphotos .withimage #goright,
  #viewphotos .withimage #goleft {
    opacity: .4;
  }
  .chat_stage {
    min-height: auto;
  }
  .chat_stage .pers_list {
    min-height: auto;
    max-height: 70%;
  }
  .chat_stage .message {
    min-height: auto;
  }
  .chat_stage .message .chat_header a {
    font-size: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .online-partners {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .fs_inner .home-prez {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .home-prez .viewmore {
    margin-bottom: 25px;
  }
  .home-prez .home-icons .home-icon .svg {
    max-height: 60px;
    max-width: 54px;
  }
  .home-prez .home-icons .home-icon .icon-title {
    font-size: 10px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 448px) {
  .home-prez .home-icons .home-icon .svg {
    max-height: 40px;
    max-width: 34px;
  }
  .home-prez .home-icons .home-icon .icon-title {
    display: none;
  }
  .home-prez .home-icons .home-icon .icon-title-small {
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-size: 10px;
    text-decoration: none;
  }
}
@media screen and (max-width: 994px) {
  #viewphotos .photo-user-details-data {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact_bar_ct .popover {
  max-width: 293px;
}
.contact_bar_ct .popover .popover-content {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}
#clearallnotifs,
#clearallnotifsm {
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
#closenn {
  position: absolute;
  left: 48%;
  top: 11px;
}
.not-cnt {
  display: none;
  width: 100%;
  position: fixed;
  top: 40px;
  z-index: 99;
  height: calc(100% - 96px);
  background: #fff;
  overflow-y: auto;
}
.notif {
  width: 290px;
  margin-left: -15px;
  padding: 5px;
  float: left;
  border-bottom: 1px solid #e8e8e8;
}
.notif a {
  width: 92%;
  float: left;
  display: block;
  position: relative;
}
.notif a .notif_image {
  width: 40px;
  min-height: 40px;
  height: 100%;
  margin-right: 6px;
  float: left;
}
.notif a .notif_text {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  min-height: 26px;
  float: left;
  color: #000;
  font-weight: 500;
  width: calc(100% - 46px);
}
.notif a .notif_text .msgn {
  width: 100%;
  float: left;
  color: #777;
}
.notif a .timeago {
  float: left;
  color: #aeaeae;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 400;
}
.notif .clearnotifn {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  float: left;
  background: #ccc;
}
.notif .clearnotifn.read {
  border: 2px solid #ccc;
  background: #fff;
}
.notif .clearnotifn.unread {
  position: relative;
}
.notif .clearnotifn.unread:after {
  content: '';
  width: 4px;
  height: 4px;
  top: 2px;
  left: 2px;
  position: absolute;
  display: inline-block;
  border-radius: 4px;
  background: #ccc;
}
.notif .clearnotifn.unread:hover:after {
  background: #fff;
}
.notif:hover {
  background: #eee !important;
}
.askuserforum {
  float: left;
  width: 92%;
  padding-top: 3px;
  padding-bottom: 3px;
}
.askuserforum .ijoin {
  padding: 2px;
  border-radius: 3px;
  margin-left: 40px;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  background: #dff0d8;
  color: #3c763d;
  width: auto !important;
  font-weight: bold;
  border: 1px solid #008800;
}
.askuserforum .idecline {
  padding: 2px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  background: #f2dede;
  color: #a94442;
  width: auto !important;
  font-weight: bold;
  border: 1px solid #842b39;
}
.notif.unread {
  background: #F4F4F4;
}
.post_message {
  min-height: 150px;
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  overflow: visible;
  border: 1px solid #aaabaa;
}
.post_message .editable {
  width: 100%;
  position: absolute;
  height: 108px;
  padding: 5px 5px;
  border-radius: 5px 5px 0px 0px;
  outline: none;
  top: 0;
  left: 0;
  resize: none;
  border: none;
}
.post_message [contenteditable=true]:empty:before {
  content: attr(placeholder);
  color: #dadada;
  display: block;
}
.post_message .bottom_post_message {
  height: 42px;
  border-radius: 0px 0px 5px 5px;
  background: #f3f3f3;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.post_message .bottom_post_message .buttons-pm {
  float: left;
  height: 100%;
  min-width: 100px;
  max-width: 85%;
}
.post_message .bottom_post_message .buttons-pm label[for='upload_files'] {
  width: 280px;
  padding-left: 40px;
  line-height: 42px;
  height: 100%;
  float: left;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px center;
  background-image: url(../img/camera_icn.svg);
}
.post_message .bottom_post_message .buttons-pm label[for='upload_files']:hover {
  background-image: url(../img/camera_icnh.svg);
  color: #03c3eb;
}
.post_message .bottom_post_message .buttons-pm label[for='upload_files'] input {
  display: none;
}
.post_message .bottom_post_message .buttons-pm #file-selected {
  max-width: 96%;
}
.post_message .bottom_post_message .buttons-pm #file-selected p {
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.post_message .bottom_post_message .buttons-pm #file-selected #crossdelfiles {
  float: left;
  display: block;
  text-decoration: none;
  font-size: 13px;
  color: #000;
}
.post_message .bottom_post_message .btn {
  display: block;
  float: right;
  padding: 5px 25px;
  font-size: 12px;
  border: none;
  margin: 5px 10px 5px 10px;
  background: #4c97a9;
  color: white;
  text-shadow: 0 1px 0 #0092b5;
}
.upprogvideo {
  position: absolute;
  width: 0%;
  height: 4px;
  background-color: #00ff00;
  left: 0;
  bottom: 0;
}
.return_arrow {
  padding-left: 40px;
  max-height: 40px;
  max-width: 160px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: left;
  background-image: url(../img/return_arrow.svg);
  background-position: 3px center;
  background-repeat: no-repeat;
  background-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  color: #000;
  font-weight: 700;
  display: block;
}
.personal #cp_page,
#step3 #cp_page {
  position: absolute;
  right: 20px;
  bottom: 28px;
  font-size: 11px;
  padding: 6px 10px;
  outline: none;
}
.personal .left-profile-feed,
#step3 .left-profile-feed {
  padding-left: 0px;
  padding-right: 30px !important;
  margin-bottom: 10px;
}
.personal .left-profile-feed .row,
#step3 .left-profile-feed .row {
  margin: 0px;
}
.personal .left-profile-feed .about,
#step3 .left-profile-feed .about {
  padding: 0px;
  margin-bottom: 30px;
}
.personal .left-profile-feed .aboutlfeed,
#step3 .left-profile-feed .aboutlfeed {
  background: #fff;
  margin-right: -15px;
  border: 1px solid #aaabaa;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #000;
}
.personal .left-profile-feed .aboutlfeed h4,
#step3 .left-profile-feed .aboutlfeed h4 {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}
.personal .left-profile-feed .aboutlfeed .btn-primary:hover,
#step3 .left-profile-feed .aboutlfeed .btn-primary:hover {
  background-color: #286090 !important;
}
.personal .left-profile-feed .aboutlfeed .col-md-6,
#step3 .left-profile-feed .aboutlfeed .col-md-6 {
  padding: 0;
  line-height: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: normal;
}
.personal .left-profile-feed .aboutlfeed .col-md-6 span,
#step3 .left-profile-feed .aboutlfeed .col-md-6 span {
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-size: 14px;
  opacity: .2;
}
.personal .left-profile-feed .aboutlfeed .col-md-6 span.home,
#step3 .left-profile-feed .aboutlfeed .col-md-6 span.home {
  background-image: url(../img/home-icon-silhouette.svg);
}
.personal .left-profile-feed .aboutlfeed .col-md-6 span.member,
#step3 .left-profile-feed .aboutlfeed .col-md-6 span.member {
  background-image: url(../img/manager.svg);
}
.personal .left-profile-feed .aboutlfeed .col-md-6 span.rels,
#step3 .left-profile-feed .aboutlfeed .col-md-6 span.rels {
  background-image: url(../img/share.svg);
  background-size: 10px;
  background-position: 0px center;
  opacity: .3;
}
.personal .personal_header,
#step3 .personal_header {
  height: 380px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #aaabaa;
}
.personal .personal_header .personal_header_cover,
#step3 .personal_header .personal_header_cover {
  height: 260px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.personal .personal_header .personal_header_cover button,
#step3 .personal_header .personal_header_cover button {
  opacity: .8;
}
.personal .personal_header .personal_header_cover #upload_my_cover,
#step3 .personal_header .personal_header_cover #upload_my_cover {
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: block;
  padding: 2px 6px;
  color: #03c3eb;
  font-size: 22px;
  text-align: center;
  line-height: 34px;
  margin-left: 10px;
  margin-top: 10px;
  background: rgba(255,255,255,0.7);
}
.personal .personal_header .personal_header_cover #cover-progress,
#step3 .personal_header .personal_header_cover #cover-progress {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 0%;
  height: 7px;
  background: #0AA699;
}
.personal .personal_header .bottom-menu,
#step3 .personal_header .bottom-menu {
  height: 115px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.personal .personal_header .bottom-menu .menu-pleft,
#step3 .personal_header .bottom-menu .menu-pleft {
  width: 295px;
  float: left;
}
.personal .personal_header .bottom-menu .menu-pright,
#step3 .personal_header .bottom-menu .menu-pright {
  width: 295px;
  float: right;
}
.personal .personal_header .bottom-menu .menu-pleft a,
.personal .personal_header .bottom-menu .menu-pright a,
#step3 .personal_header .bottom-menu .menu-pleft a,
#step3 .personal_header .bottom-menu .menu-pright a {
  margin: 5px;
  padding: 4px 5px;
  min-width: 88px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #000;
  display: block;
  float: left;
}
.personal .personal_header .bottom-menu .menu-pleft a:hover,
.personal .personal_header .bottom-menu .menu-pright a:hover,
#step3 .personal_header .bottom-menu .menu-pleft a:hover,
#step3 .personal_header .bottom-menu .menu-pright a:hover {
  color: #03c3eb;
}
.personal .personal_header .bottom-menu .sel,
#step3 .personal_header .bottom-menu .sel {
  color: #03c3eb !important;
}
.personal .personal_header .bottom-menu .personal_title,
#step3 .personal_header .bottom-menu .personal_title {
  position: absolute;
  left: 286px;
  top: -85px;
  width: 220px;
  height: 200px;
}
.personal .personal_header .bottom-menu .personal_title #call_ppupl,
#step3 .personal_header .bottom-menu .personal_title #call_ppupl {
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 5;
  top: -6px;
  right: 48px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ccc;
  background-image: url(/themes/sharks/img/camera_icnh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px;
}
.personal .personal_header .bottom-menu .personal_title .personal_image,
#step3 .personal_header .bottom-menu .personal_title .personal_image {
  width: 140px;
  height: 140px;
  border: 4px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  float: left;
  margin-bottom: 4px;
  margin-left: 40px;
  top: 0px;
}
.personal .personal_header .bottom-menu .personal_title .personal_image .upl_prog,
#step3 .personal_header .bottom-menu .personal_title .personal_image .upl_prog {
  position: absolute;
  width: 0%;
  height: 7px;
  top: 49%;
  left: 0px;
  display: none;
  background: #0AA699;
}
.personal .personal_header .bottom-menu .logo_name,
#step3 .personal_header .bottom-menu .logo_name {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  float: left;
  display: block;
  text-align: left;
  text-decoration: none;
  text-shadow: white 0px 0px 10px;
  padding-top: 10px;
}
.personal .personal_header .bottom-menu .logo_name span.cname,
#step3 .personal_header .bottom-menu .logo_name span.cname {
  font-size: 10px;
  color: #000000;
  text-align: left;
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
.personal .personal_header .bottom-menu .logo_name span.cplatform,
#step3 .personal_header .bottom-menu .logo_name span.cplatform {
  font-size: 8px;
  color: #337bc9;
  text-align: left;
  float: left;
  display: inline;
}
.personal .personal_header .bottom-menu .logo_name .mr30,
#step3 .personal_header .bottom-menu .logo_name .mr30 {
  margin-right: 30px;
}
.personal .personal_header .bottom-menu .logo_name .buttons>*,
#step3 .personal_header .bottom-menu .logo_name .buttons>* {
  padding: 6px 26px;
}
.personal .personal_header .bottom-menu .logo_name .raised,
#step3 .personal_header .bottom-menu .logo_name .raised {
  color: #337bc9;
  border-color: #337bc9;
}
.nobg {
  background: transparent;
  box-shadow: none;
  border: none;
}
#likesmodal .modal-body {
  min-height: 200px;
}
#likesmodalv .modal-body {
  min-height: 200px;
}
.wcsugesstions {
  margin-top: 50px;
}
.wcsugesstions .wcvidsug {
  float: left;
  max-height: 140px;
  min-height: 140px;
}
.wcsugesstions .wcvidsug a {
  width: 100%;
  float: left;
  height: 140px;
  display: block;
  text-decoration: none;
}
.wcsugesstions .wcvidsug a .vid_title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  width: 100%;
  display: block;
  padding: 2px 4px;
  background: rgba(30,30,30,0.7);
  text-decoration: none;
  color: #fff;
}
.wcsugesstions .wcvidsug a .vvmp_play {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(242,242,242,0.8);
}
.wcsugesstions .wcvidsug a .vvmp_play:after {
  content: "";
  display: block;
  margin-top: 22px;
  margin-left: 28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 30.3px;
  border-color: transparent transparent transparent #252525;
}
.wcsugesstions .wcvidsug a:hover {
  text-decoration: none;
}
.videoshared {
  width: 100%;
}
.videoshared .vvmp_play {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(242,242,242,0.8);
}
.videoshared .vvmp_play:after {
  content: "";
  display: block;
  margin-top: 22px;
  margin-left: 28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 30.3px;
  border-color: transparent transparent transparent #252525;
}
@media screen and (max-width: 995px) {
  .wcsugesstions {
    display: none;
  }
  #viewVideos .withimage {
    float: left;
  }
  #viewVideos .withimage video {
    height: auto !important;
  }
  #viewVideos .photo-user-details-data {
    float: left;
  }
}
.userwidth {
  width: 100%;
  padding: 4px 1px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  float: left;
  z-index: 2;
  position: relative;
}
.userwidth a {
  float: left;
}
.userwidth:hover {
  background: #f1f1f1;
}
.userwidth #follow {
  width: 30px;
  height: 26px;
  border: none;
  padding: 0;
  position: absolute;
  top: 11px;
  z-index: 3;
  right: 3px;
  background-image: url(/themes/sharks/img/follow.svg);
  background-repeat: no-repeat;
  background-size: 30px;
}
.userwidth #unfollow {
  width: 30px;
  height: 26px;
  border: none;
  padding: 0;
  position: absolute;
  z-index: 3;
  top: 11px;
  right: 3px;
  background-image: url(/themes/sharks/img/unfollow.svg);
  background-repeat: no-repeat;
  background-size: 30px;
}
.tvcarousel {
  width: 82%;
  margin-bottom: 40px;
  float: left;
}
.tvcarousel h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #fff;
  padding-left: 30px;
  font-size: 28px;
  text-shadow: -2px 2px 5px #000000;
  margin-bottom: 30px;
}
.tvcarousel .tv-carousel {
  margin-left: 10.5%;
}
.tvcarousel .tv-carousel .item img {
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.tvcarousel .tv-carousel .item img:hover {
  transform: scale(1.1);
}
.tvcarousel .tv-carousel .item .descr_cs {
  color: #fff;
  width: 100%;
  padding: 0px 10px;
  display: none;
  position: absolute;
  bottom: 7px;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
  text-shadow: -2px 2px 5px #000000;
}
.tvcarousel .tv-carousel .item span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  position: absolute;
  font-size: 23px;
  color: #fff;
  bottom: 48px;
  left: 15px;
  text-shadow: -2px 2px 5px #000000;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
.tvcarousel .tv-carousel .item a:hover > img {
  filter: brightness(60%);
}
.tvcarousel .tv-carousel .item a:hover .descr_cs {
  display: block;
}
.tvcarousel .tv-carousel .item a:hover > span.chtv {
  bottom: 160px;
}
#uploadifive-uploadpictures input {
  width: 100%;
  top: 0 !important;
  left: 0;
  right: 0 !important;
  bottom: 0;
}
#myqueue3 {
  margin-top: 10px;
}
.customqueue3 {
  color: #000 !important;
  padding: 5px;
  margin: 0;
  background: #eee;
  float: left;
  width: 100%;
  margin-left: 3px;
}
.customqueue3 .uploadify-progress {
  width: 80px !important;
  height: 60px !important;
  float: left;
  border: 1px solid #c9c9c9;
  margin-top: 2px;
}
.customqueue3 .uploadify-progress-bar,
.customqueue3 .progress-bar {
  height: 12px !important;
}
.customqueue3 .setthiscoverid {
  margin-left: 12px;
}
.customqueue3 .data,
.customqueue3 .fileinfo {
  width: 100% !important;
  position: absolute;
  margin-top: 0px;
  text-align: center;
  font: 10px Verdana, Geneva, sans-serif;
  color: #000 !important;
  text-shadow: 0px -1px 4px #fff;
}
.customqueue3 .fileName,
.customqueue3 .filename,
.customqueue3 .filename2 {
  padding-top: 2px;
  margin-left: 8px;
  display: block;
  float: left;
  width: 70%;
  width: calc(100% - 100px);
}
.customqueue3 .fileName textarea,
.customqueue3 .filename textarea,
.customqueue3 .filename2 textarea {
  resize: none;
}
.userwidth .logo_ul {
  height: 40px;
  width: 40px;
  float: left;
}
.userwidth .name_ul {
  float: left;
  color: #000;
  padding: 2px 4px;
  margin-left: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
.feed #search-topbar {
  min-height: 56px;
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #aaabaa;
  border-radius: 5px;
}
.feed #search-topbar #search_all {
  width: 100%;
  border: none;
  padding: 10px;
  padding-left: 35px;
  background: url(../img/spyglassb.svg) 8px center no-repeat;
  background-size: 17px;
  margin-top: 8px;
  outline: none;
}
.feed #search-topbar #rezult-desktop-div {
  width: 100%;
  position: absolute;
  top: 60px;
  border-radius: 5px;
  min-height: 30px;
  margin-left: 2%;
  background: #fff;
  display: none;
  box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.35);
  z-index: 3;
}
.feed #search-topbar a.webtv {
  width: 100px;
  float: right;
  height: 55px;
  display: block;
  text-align: center;
  padding-top: 30px;
  position: relative;
  color: #000;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  background-position: center 5px;
  background-image: url(../img/webtv.svg);
}
.feed #search-topbar a.webtv:hover {
  background-image: url(../img/webtvw.svg);
}
.feed #search-topbar a.webtv:after {
  content: '';
  width: 1px;
  position: absolute;
  height: 31px;
  right: -1px;
  top: 12px;
  background: #eee;
}
.feed #search-topbar a.newst {
  width: 100px;
  float: right;
  height: 55px;
  display: block;
  text-align: center;
  padding-top: 30px;
  color: #000;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  background-position: center 5px;
  background-image: url(../img/newspaper.svg);
}
.feed #search-topbar a.newst:hover {
  background-image: url(../img/newspaperw.svg);
}
.feed #search-topbar a.newst.sel {
  background-image: url(../img/newspaperw.svg);
}
.member-unit .prod_descript {
  width: 100%;
  float: left;
  word-break: break-all;
}
.member-unit .prod_descript .container {
  max-width: 100%;
}
.container.feed {
  padding-top: 30px;
  position: relative;
  max-width: 1440px;
  width: auto;
  padding-bottom: 20px;
  letter-spacing: 1px;
}
.container.feed .leftasmenu {
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
  border-radius: 0px;
}
.container.feed .leftasmenu .menu {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.container.feed .leftasmenu .menu li {
  border-bottom: 1px solid #f7f7f7;
  width: 100%;
  float: left;
}
.container.feed .leftasmenu .menu li:last-child {
  border-bottom: none;
}
.container.feed .leftasmenu .menu li a {
  padding: 14px 15px;
  color: #6a6a6a;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  display: block;
  float: left;
  min-width: 100%;
}
.container.feed .leftasmenu .menu li a:hover {
  text-decoration: none;
  background: #eee;
}
.container.feed .leftasmenu .menu li a .fa {
  margin-right: 12px;
}
.container.feed .leftasmenu .menu li.active a {
  background: #F5F5F5;
  color: #597BA5;
  font-weight: bold;
}
.container.feed #new_settings {
  margin-top: 60px;
}
.container.feed #new_settings #member-description {
  margin-top: 22px;
}
.container.feed #new_settings span.twitter-typeahead {
  width: 100%;
}
.container.feed #new_settings span.twitter-typeahead .tt-hint {
  display: none;
}
.container.feed #new_settings .tt-dropdown-menu {
  right: 0px !important;
  z-index: 9999 !important;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
}
.container.feed #new_settings .tt-dropdown-menu .tt-suggestion p {
  color: #000;
  text-align: left;
  padding: 1px 7px;
  font-size: 14px !important;
}
.container.feed #new_settings .tt-dropdown-menu .tt-suggestion p:hover {
  background: #eff1ea;
}
.container.feed #new_settings #user-company {
  margin-bottom: 30px;
}
.container.feed #new_settings .checkbox-radio-container {
  padding-bottom: 13px;
  margin-top: 7px;
}
.container.feed #new_settings .checkbox-radio-container label {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  padding: 0 10px;
}
.container.feed #new_settings #settings_menu_xs {
  display: none;
}
.container.feed #new_settings #cover-progress {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 0%;
  height: 7px;
  background: #0AA699;
}
.container.feed #new_settings .personal_image {
  width: 140px;
  height: 140px;
  border: 4px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  float: left;
  margin-bottom: 4px;
  margin-left: 40px;
  top: 0px;
}
.container.feed #new_settings .personal_image .upl_prog {
  position: absolute;
  width: 0%;
  height: 7px;
  top: 49%;
  left: 0px;
  display: none;
  background: #0AA699;
}
.container.feed #new_settings .personal_header_cover {
  margin-top: 15px;
  height: 260px;
  background-size: contain;
  background-repeat: no-repeat;
}
.container.feed #new_settings .personal_webtv {
  margin-top: 15px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
}
.container.feed #new_settings .side-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.container.feed #new_settings .side-nav ul {
  background-color: #F9F9F9;
}
.container.feed #new_settings .side-nav ul a {
  padding: 14px 30px;
}
.container.feed #new_settings .side-nav li,
.container.feed #new_settings .side-nav a {
  display: block;
}
.container.feed #new_settings .side-nav a,
.container.feed #new_settings .side-nav .static {
  padding: 14px 15px;
  color: #6a6a6a;
  border-bottom: 1px solid #e7e7e7;
}
.container.feed #new_settings .side-nav a:hover {
  text-decoration: none;
  background-color: #eee;
  color: #207583;
}
.container.feed #new_settings .side-nav a.no-border {
  border-bottom: 0;
}
.container.feed #new_settings .side-nav li.selected a {
  color: #4083a9;
}
.container.feed #new_settings .side-nav ul li a {
  font-size: 12px;
}
.container.feed #new_settings .side-nav>li.active>a {
  background-color: #F5F5F5;
  color: #2a99ac;
  font-weight: bold;
}
.container.feed #new_settings .side-nav ul>li.active>a {
  background-color: #eee;
  color: #2a99ac;
  font-weight: bold;
}
.container.feed #new_settings .panel {
  border-radius: 3px;
}
.container.feed #new_settings .panel-heading {
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.container.feed #new_settings .panel-heading a:hover {
  text-decoration: none;
}
.container.feed #new_settings .panel-heading .panel-icon {
  color: #ADB3BC;
}
.container.feed #new_settings .panel-heading.with-icon {
  padding-top: 20px;
  padding-bottom: 20px;
}
.container.feed #new_settings .panel-heading.with-nav {
  padding-bottom: 0;
  border-bottom: 0;
  background-color: #f5f5f5;
}
.container.feed #new_settings .panel-heading.with-nav #social_links_xs {
  display: none;
}
.container.feed #new_settings .panel-heading.with-nav .nav>li>a {
  padding: 10px 10px;
  font-size: 11px;
  color: #2a99ac;
}
.container.feed #new_settings .panel-heading.with-nav .nav-tabs>li.active>a {
  color: #555;
}
.container.feed #new_settings .panel-body .divider {
  border-top: 1px solid #E7E7E7;
  margin-bottom: 25px;
}
.container.feed #new_settings .panel-body button {
  display: block;
  padding: 10px 45px;
  font-size: 12px;
  border: none;
  margin: 10px 0 10px;
  background: #2a99ac;
  color: white;
  text-shadow: 0 1px 0 #207583;
}
.container.feed #new_settings .panel-body button:last-child {
  margin-right: 0;
}
.container.feed #new_settings .panel-body button:hover {
  margin: 11px 0 9px;
}
.container.feed #new_settings .panel-body button:active {
  margin: 13px 0 7px;
  outline: none;
}
.container.feed #new_settings .panel-body #delbtn {
  display: block;
  padding: 10px 45px;
  font-size: 12px;
  border: none;
  margin: 10px 0 10px;
  background: #16505a;
  color: white;
  text-shadow: 0 1px 0 #207583;
}
.container.feed #new_settings .panel-body #delbtn:last-child {
  margin-right: 0;
}
.container.feed #new_settings .panel-body #delbtn:hover {
  margin: 11px 0 9px;
}
.container.feed #new_settings .panel-body #delbtn:active {
  margin: 13px 0 7px;
  outline: none;
}
.container.feed #new_settings .panel-body .confmsg {
  color: white;
}
.container.feed #new_settings .panel-body .confmsg:hover {
  text-decoration: none;
}
.container.feed #new_settings .panel-body .confmsg:active {
  text-decoration: none;
}
.container.feed #new_settings .panel-body.with-nav {
  padding: 0;
}
.container.feed #new_settings .panel-widget .panel-heading {
  font-size: 12px;
  color: #909090;
}
.container.feed #new_settings .panel-widget .panel-body {
  padding: 5px;
}
.container.feed #new_settings .nav-tabs {
  display: inline-block;
  float: left;
  border-bottom: 1px solid #ddd;
}
.container.feed #new_settings .nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.container.feed #new_settings .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.container.feed #new_settings .nav > li {
  position: relative;
  display: block;
}
.container.feed #new_settings .dual-list .list-group {
  margin-top: 8px;
}
.container.feed #new_settings .list-left li,
.container.feed #new_settings .list-right li {
  cursor: pointer;
}
.container.feed #new_settings .check_left {
  padding-left: 0px;
}
.container.feed #new_settings .list-arrows {
  padding-top: 100px;
  float: center !important;
}
.container.feed #new_settings .list-arrows button {
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  box-shadow: none;
  width: 100%;
}
.container.feed #new_settings .list-arrows button:hover {
  cursor: pointer;
  box-shadow: none !important;
  margin: 10px 0px 20px !important;
}
.container.feed #new_settings .emp_title {
  font-weight: bold;
}
.container.feed #new_settings .emp-err {
  display: none;
}
.container.feed #new_settings .admin {
  display: table;
  position: relative;
}
.container.feed #new_settings .admin>div {
  border: none;
  display: table-cell;
  height: 100% !important;
  vertical-align: top;
  padding: 0;
  min-height: 85px;
  max-height: 100px;
}
.container.feed #new_settings .adm-logo {
  height: 85px;
}
.container.feed #new_settings .adm-del {
  color: #b33634;
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.container.feed #new_settings .adm-del:hover {
  cursor: pointer;
}
.container.feed #new_settings .admins-leftwell {
  min-height: 300px;
}
.container.feed #new_settings .adm-name,
.container.feed #new_settings .adm-funct,
.container.feed #new_settings .adm-del {
  font-size: 12px;
}
.container.feed #new_settings .adm-name {
  font-weight: bold;
}
.container.feed #new_settings .mt0 {
  margin-top: 0 !important;
}
.container.feed #new_settings .mb0 {
  margin-bottom: 0 !important;
}
.container.feed #new_settings .ml0 {
  margin-left: 0 !important;
}
.container.feed #new_settings .mr0 {
  margin-right: 0 !important;
}
.container.feed #new_settings .ml5 {
  margin-left: 5px;
}
.container.feed #new_settings .mr5 {
  margin-right: 5px;
}
.container.feed #new_settings .mlr5 {
  margin-left: 5px;
  margin-right: 5px;
}
.container.feed #new_settings .mt5 {
  margin-top: 5px;
}
.container.feed #new_settings .mb5 {
  margin-bottom: 5px;
}
.container.feed #new_settings .mtb5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.container.feed #new_settings .ml10 {
  margin-left: 10px;
}
.container.feed #new_settings .mr10 {
  margin-right: 10px;
}
.container.feed #new_settings .mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}
.container.feed #new_settings .mt10 {
  margin-top: 10px;
}
.container.feed #new_settings .mb10 {
  margin-bottom: 10px;
}
.container.feed #new_settings .mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.container.feed #new_settings .ml20 {
  margin-left: 20px;
}
.container.feed #new_settings .mr20 {
  margin-right: 20px;
}
.container.feed #new_settings .mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}
.container.feed #new_settings .mt20 {
  margin-top: 20px;
}
.container.feed #new_settings .mb20 {
  margin-bottom: 20px;
}
.container.feed #new_settings .mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.container.feed #new_settings .mt30 {
  margin-top: 30px;
}
.container.feed #new_settings .mb30 {
  margin-bottom: 30px;
}
.container.feed #new_settings .mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.container.feed #new_settings .mt40 {
  margin-top: 40px;
}
.container.feed #new_settings .mb40 {
  margin-bottom: 40px;
}
.container.feed #new_settings .mtb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.container.feed #new_settings .pl0 {
  padding-left: 0px;
}
.container.feed #new_settings .pr0 {
  padding-right: 0px;
}
.container.feed #new_settings .plr0 {
  padding-left: 0px;
  padding-right: 0px;
}
.container.feed #new_settings .pt0 {
  padding-top: 0px;
}
.container.feed #new_settings .pb0 {
  padding-bottom: 0px;
}
.container.feed #new_settings .ptb0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.container.feed #new_settings .pl5 {
  padding-left: 5px;
}
.container.feed #new_settings .pr5 {
  padding-right: 5px;
}
.container.feed #new_settings .plr5 {
  padding-left: 5px;
  padding-right: 5px;
}
.container.feed #new_settings .pt5 {
  padding-top: 5px;
}
.container.feed #new_settings .pb5 {
  padding-bottom: 5px;
}
.container.feed #new_settings .ptb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.container.feed #new_settings .pl10 {
  padding-left: 10px;
}
.container.feed #new_settings .pr10 {
  padding-right: 10px;
}
.container.feed #new_settings .plr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.container.feed #new_settings .pt10 {
  padding-top: 10px;
}
.container.feed #new_settings .pb10 {
  padding-bottom: 10px;
}
.container.feed #new_settings .ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.container.feed #new_settings .pl20 {
  padding-left: 20px;
}
.container.feed #new_settings .pr20 {
  padding-right: 20px;
}
.container.feed #new_settings .plr20 {
  padding-left: 20px;
  padding-right: 20px;
}
.container.feed #new_settings .pt20 {
  padding-top: 20px;
}
.container.feed #new_settings .pb20 {
  padding-bottom: 20px;
}
.container.feed #new_settings .ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.container.feed #new_settings .pt30 {
  padding-top: 30px;
}
.container.feed #new_settings .pb30 {
  padding-bottom: 30px;
}
.container.feed #new_settings .ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.container.feed #new_settings .pt40 {
  padding-top: 40px;
}
.container.feed #new_settings .pb40 {
  padding-bottom: 40px;
}
.container.feed #new_settings .ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.container.feed #new_settings .pt50 {
  padding-top: 50px;
}
.container.feed #new_settings .pb50 {
  padding-bottom: 50px;
}
.container.feed #new_settings .ptb50 {
  padding-top: 50px;
  padding-bottom: 20px;
}
.container.feed .left_feed_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.container.feed .left_feed_fixed {
  position: absolute;
  top: 66px;
}
.container.feed .leftfeedmenu {
  background: #fff;
  border: 1px solid #aaabaa;
}
.container.feed .leftfeedmenu .lmenu_logo {
  width: 100%;
  min-height: 140px;
  float: left;
  margin-top: 30px;
}
.container.feed .leftfeedmenu .lmenu_logo img {
  width: 140px;
  height: 140px;
  float: left;
  margin-left: 25%;
  margin-bottom: 4px;
}
.container.feed .leftfeedmenu .lmenu_logo a.logo_name {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 10px;
}
.container.feed .leftfeedmenu .lmenu_logo a.logo_name span.cname {
  font-size: 10px;
  color: #bebebe;
  text-align: center;
  width: 100%;
  float: left;
}
.container.feed .leftfeedmenu .lmenu_logo a.logo_name span.cplatform {
  font-size: 8px;
  color: #bebebe;
  text-align: center;
  width: 100%;
  float: left;
  padding-top: 4px;
}
.container.feed .leftfeedmenu .lmenu_logo hr {
  width: 30%;
}
.container.feed .leftfeedmenu .menu {
  width: 100%;
  text-align: center;
  margin-left: 18px;
  margin-bottom: 20px;
}
.container.feed .leftfeedmenu .menu li {
  height: 45px;
}
.container.feed .leftfeedmenu .menu li a {
  width: 25%;
  text-align: center;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 3px center;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000000;
  min-height: 40px;
  display: inline-block;
  line-height: 40px;
  float: left;
}
.container.feed .leftfeedmenu .menu li a:hover {
  text-decoration: none;
  color: #03c3eb;
}
.container.feed .leftfeedmenu .menu li a.globe {
  background-image: url(../img/globe.png);
}
.container.feed .leftfeedmenu .menu li a.globe:hover {
  background-image: url(../img/globe_blue.png);
}
.container.feed .leftfeedmenu .menu li a.globe.sel {
  background-image: url(../img/globe_blue.png);
  color: #03c3eb;
}
.container.feed .leftfeedmenu .menu li a.msg {
  background-image: url(../img/msgs.png);
}
.container.feed .leftfeedmenu .menu li a.msg:hover {
  background-image: url(../img/msgs_blue.png);
  color: #03c3eb;
}
.container.feed .leftfeedmenu .menu li a.msg.sel {
  background-image: url(../img/msgs_blue.png);
  color: #03c3eb;
}
.container.feed .leftfeedmenu .menu li a.myshop {
  background-image: url(../img/shop.png);
}
.container.feed .leftfeedmenu .menu li a.myshop:hover {
  background-image: url(../img/shop_blue.png);
}
.container.feed .leftfeedmenu .menu li a.myshop.sel {
  background-image: url(../img/shoph.svg);
  color: #03c3eb;
}
.container.feed .leftfeedmenu .menu li a.set {
  background-image: url(../img/settings.png);
}
.container.feed .leftfeedmenu .menu li a.set:hover {
  background-image: url(../img/settings_blue.png);
}
.container.feed .leftfeedmenu .menu li a.set.sel {
  background-image: url(../img/settings_blue.png);
  color: #03c3eb;
}
.container.feed .leftfeedmenu #line {
  width: 30%;
  text-align: center;
}
.container.feed .rightcolumn {
  background: #fff;
  border: 1px solid #aaabaa;
  margin-bottom: 30px;
}
.container.feed .rightcolumn h4.cl_title {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}
.container.feed .eventsuggestions {
  min-height: 650px;
}
.container.feed .friendsuggestions {
  min-height: 500px;
}
.container.feed .friendsuggestions,
.container.feed .eventsuggestions {
  overflow: auto;
}
.container.feed .friendsuggestions .cl_title,
.container.feed .eventsuggestions .cl_title {
  font-size: 16px;
  text-transform: uppercase !important;
}
.container.feed .friendsuggestions .friend,
.container.feed .eventsuggestions .friend {
  offset: none;
}
.container.feed .friendsuggestions .friend-text,
.container.feed .eventsuggestions .friend-text {
  display: flex;
  flex-direction: column;
  padding-left: 6px;
  text-align: left;
}
.container.feed .friendsuggestions img,
.container.feed .eventsuggestions img {
  width: 75px;
  height: 75px;
  display: block;
  margin: 5px;
  float: left;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.container.feed .friendsuggestions .eventssuggestionsimg,
.container.feed .eventsuggestions .eventssuggestionsimg {
  width: auto;
  height: 100px;
  border-radius: 0%;
}
.container.feed .friendsuggestions .name,
.container.feed .eventsuggestions .name {
  float: left;
  color: #000000;
  padding-top: 8px;
  font-size: 12px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.container.feed .friendsuggestions .company-name,
.container.feed .eventsuggestions .company-name {
  float: left;
  padding-top: 8px;
  color: #000000;
  font-size: 10px;
}
.container.feed .feedmess {
  border-radius: 0px;
  padding-right: 0 !important;
  padding-bottom: 33px;
  position: relative;
  padding-bottom: 36px;
}
.container.feed .feedmess .platform_select {
  border-radius: 0px;
}
.container.feed .feedmess .likes {
  min-width: 10px;
  max-width: 50px;
  padding-left: 30px;
  padding-right: 4px;
  height: 100%;
  background: url(/themes/def/loveit.svg) 5px center no-repeat;
  background-size: 16px;
  display: block;
  line-height: 17px;
  font-size: 14px;
  float: right;
}
.container.feed .feedmess .actions {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #f7f7f7;
  height: 32px;
  border-top: 1px solid #eee;
}
.container.feed .feedmess .actions .like,
.container.feed .feedmess .actions .unlike {
  margin-left: 16px;
  padding-right: 4px;
  line-height: 32px;
  font-size: 14px;
}
.container.feed .feedmess .actions .comment {
  padding-left: 4px;
  padding-right: 4px;
  line-height: 32px;
  font-size: 14px;
}
.container.feed .feedmess .actions .share {
  padding-left: 4px;
  padding-right: 4px;
  line-height: 32px;
  font-size: 14px;
}
.container.feed .feedmess .about {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
}
.container.feed .feedmess .about .descr {
  font-size: 11px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.container.feed .feedmess .followers,
.container.feed .feedmess .following {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
}
.container.feed .feedmess .followers .title,
.container.feed .feedmess .following .title {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: #000000;
}
.container.feed .feedmess .followers .partner,
.container.feed .feedmess .following .partner {
  padding-left: 2px;
  padding-right: 2px;
}
.container.feed .feedmess .followers .partner a,
.container.feed .feedmess .following .partner a {
  float: left;
  width: 100%;
  display: block;
  padding: 4px;
}
.container.feed .feedmess .followers .partner a .img-responsive,
.container.feed .feedmess .following .partner a .img-responsive {
  max-width: 60px;
  float: left;
  margin-right: 8px;
}
.container.feed .feedmess .followers .partner a span.name,
.container.feed .feedmess .following .partner a span.name {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000000;
  float: left;
  text-transform: capitalize;
  word-break: break-word;
  width: 75%;
  width: calc(100% - 68px) !important;
}
.container.feed .feedmess .video,
.container.feed .feedmess .photos,
.container.feed .feedmess .events,
.container.feed .feedmess .shop {
  background: #fff;
  border-radius: 0;
  padding-bottom: 10px;
  border: 1px solid #aaabaa;
  overflow: hidden;
  padding-top: 35px;
  padding-right: 0 !important;
  margin-bottom: 10px;
  margin-top: 0px !important;
  position: relative;
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
}
.container.feed .feedmess .video .header,
.container.feed .feedmess .photos .header,
.container.feed .feedmess .events .header,
.container.feed .feedmess .shop .header {
  width: 100%;
  position: absolute;
  height: 35px;
  text-align: left;
  margin: 10px;
  left: 0;
  top: 0;
  border-bottom: 1px solid #cfcfcf;
}
.container.feed .feedmess .video .header a.el,
.container.feed .feedmess .video .header button,
.container.feed .feedmess .video .header .add_sevtbtn,
.container.feed .feedmess .photos .header a.el,
.container.feed .feedmess .photos .header button,
.container.feed .feedmess .photos .header .add_sevtbtn,
.container.feed .feedmess .events .header a.el,
.container.feed .feedmess .events .header button,
.container.feed .feedmess .events .header .add_sevtbtn,
.container.feed .feedmess .shop .header a.el,
.container.feed .feedmess .shop .header button,
.container.feed .feedmess .shop .header .add_sevtbtn {
  min-width: 100px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  height: 35px;
}
.container.feed .feedmess .video .header .btn-group,
.container.feed .feedmess .photos .header .btn-group,
.container.feed .feedmess .events .header .btn-group,
.container.feed .feedmess .shop .header .btn-group {
  position: absolute;
  right: 0px;
  top: 0px;
}
.container.feed .feedmess .video .header .dropdown-menu,
.container.feed .feedmess .photos .header .dropdown-menu,
.container.feed .feedmess .events .header .dropdown-menu,
.container.feed .feedmess .shop .header .dropdown-menu {
  margin-top: 40px;
  margin-right: 6px;
  position: relative;
}
.container.feed .feedmess .video .xv,
.container.feed .feedmess .video .xc,
.container.feed .feedmess .video .xa,
.container.feed .feedmess .photos .xv,
.container.feed .feedmess .photos .xc,
.container.feed .feedmess .photos .xa,
.container.feed .feedmess .events .xv,
.container.feed .feedmess .events .xc,
.container.feed .feedmess .events .xa,
.container.feed .feedmess .shop .xv,
.container.feed .feedmess .shop .xc,
.container.feed .feedmess .shop .xa {
  min-height: 120px;
  border-radius: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
  border: 1px solid #cecece;
  position: relative;
  overflow: hidden;
}
.container.feed .feedmess .video .xv a,
.container.feed .feedmess .video .xc a,
.container.feed .feedmess .video .xa a,
.container.feed .feedmess .photos .xv a,
.container.feed .feedmess .photos .xc a,
.container.feed .feedmess .photos .xa a,
.container.feed .feedmess .events .xv a,
.container.feed .feedmess .events .xc a,
.container.feed .feedmess .events .xa a,
.container.feed .feedmess .shop .xv a,
.container.feed .feedmess .shop .xc a,
.container.feed .feedmess .shop .xa a {
  width: 100%;
  min-height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  float: left;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.container.feed .feedmess .video .xv a .namealb,
.container.feed .feedmess .video .xc a .namealb,
.container.feed .feedmess .video .xa a .namealb,
.container.feed .feedmess .photos .xv a .namealb,
.container.feed .feedmess .photos .xc a .namealb,
.container.feed .feedmess .photos .xa a .namealb,
.container.feed .feedmess .events .xv a .namealb,
.container.feed .feedmess .events .xc a .namealb,
.container.feed .feedmess .events .xa a .namealb,
.container.feed .feedmess .shop .xv a .namealb,
.container.feed .feedmess .shop .xc a .namealb,
.container.feed .feedmess .shop .xa a .namealb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  font-size: 12px;
  padding: 2px 3px;
}
.container.feed .feedmess .video .xv a .namealb em,
.container.feed .feedmess .video .xc a .namealb em,
.container.feed .feedmess .video .xa a .namealb em,
.container.feed .feedmess .photos .xv a .namealb em,
.container.feed .feedmess .photos .xc a .namealb em,
.container.feed .feedmess .photos .xa a .namealb em,
.container.feed .feedmess .events .xv a .namealb em,
.container.feed .feedmess .events .xc a .namealb em,
.container.feed .feedmess .events .xa a .namealb em,
.container.feed .feedmess .shop .xv a .namealb em,
.container.feed .feedmess .shop .xc a .namealb em,
.container.feed .feedmess .shop .xa a .namealb em {
  position: absolute;
  right: 3px;
  color: #fff;
}
.container.feed .feedmess .video .xv a span,
.container.feed .feedmess .video .xc a span,
.container.feed .feedmess .video .xa a span,
.container.feed .feedmess .photos .xv a span,
.container.feed .feedmess .photos .xc a span,
.container.feed .feedmess .photos .xa a span,
.container.feed .feedmess .events .xv a span,
.container.feed .feedmess .events .xc a span,
.container.feed .feedmess .events .xa a span,
.container.feed .feedmess .shop .xv a span,
.container.feed .feedmess .shop .xc a span,
.container.feed .feedmess .shop .xa a span {
  width: 100%;
  float: left;
  padding: 0px 3px;
  transition: background-color 1000ms linear;
  transition: color 300ms linear;
  min-height: 20px;
  background-color: rgba(255,255,255,0.5);
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000000;
}
.container.feed .feedmess .video .xv a:hover span,
.container.feed .feedmess .video .xc a:hover span,
.container.feed .feedmess .video .xa a:hover span,
.container.feed .feedmess .photos .xv a:hover span,
.container.feed .feedmess .photos .xc a:hover span,
.container.feed .feedmess .photos .xa a:hover span,
.container.feed .feedmess .events .xv a:hover span,
.container.feed .feedmess .events .xc a:hover span,
.container.feed .feedmess .events .xa a:hover span,
.container.feed .feedmess .shop .xv a:hover span,
.container.feed .feedmess .shop .xc a:hover span,
.container.feed .feedmess .shop .xa a:hover span {
  background-color: rgba(0,0,0,0.8);
  color: #fff;
}
.container.feed .feedmess .video .shop_prod,
.container.feed .feedmess .photos .shop_prod,
.container.feed .feedmess .events .shop_prod,
.container.feed .feedmess .shop .shop_prod {
  margin-bottom: 5px;
  margin-top: 10px;
}
.container.feed .feedmess .video .shop_prod a,
.container.feed .feedmess .photos .shop_prod a,
.container.feed .feedmess .events .shop_prod a,
.container.feed .feedmess .shop .shop_prod a {
  float: left;
  width: 100%;
  display: block;
}
.container.feed .feedmess .video .shop_prod a .prod_name_title,
.container.feed .feedmess .photos .shop_prod a .prod_name_title,
.container.feed .feedmess .events .shop_prod a .prod_name_title,
.container.feed .feedmess .shop .shop_prod a .prod_name_title {
  width: 100%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #222;
}
.container.feed .feedmess .video .product_overview .top_shop_prod,
.container.feed .feedmess .photos .product_overview .top_shop_prod,
.container.feed .feedmess .events .product_overview .top_shop_prod,
.container.feed .feedmess .shop .product_overview .top_shop_prod {
  width: 100%;
  margin-top: 10px;
  float: left;
  position: relative;
}
.container.feed .feedmess .video .product_overview .top_shop_prod img,
.container.feed .feedmess .photos .product_overview .top_shop_prod img,
.container.feed .feedmess .events .product_overview .top_shop_prod img,
.container.feed .feedmess .shop .product_overview .top_shop_prod img {
  max-width: 170px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.container.feed .feedmess .video .product_overview .top_shop_prod .openpop,
.container.feed .feedmess .photos .product_overview .top_shop_prod .openpop,
.container.feed .feedmess .events .product_overview .top_shop_prod .openpop,
.container.feed .feedmess .shop .product_overview .top_shop_prod .openpop {
  position: absolute;
  bottom: 0px;
  right: 3px;
}
.container.feed .feedmess .video .product_overview .top_shop_prod h3,
.container.feed .feedmess .photos .product_overview .top_shop_prod h3,
.container.feed .feedmess .events .product_overview .top_shop_prod h3,
.container.feed .feedmess .shop .product_overview .top_shop_prod h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #222;
  float: left;
  margin-top: 5px;
}
.container.feed .feedmess .video .product_overview h4,
.container.feed .feedmess .photos .product_overview h4,
.container.feed .feedmess .events .product_overview h4,
.container.feed .feedmess .shop .product_overview h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #222;
  float: left;
  margin-top: 10px;
  width: 100%;
}
.container.feed .feedmess .video .product_overview .prod_descript,
.container.feed .feedmess .photos .product_overview .prod_descript,
.container.feed .feedmess .events .product_overview .prod_descript,
.container.feed .feedmess .shop .product_overview .prod_descript {
  padding-left: 5px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.container.feed .feedmess .video .product_overview .downstrip,
.container.feed .feedmess .photos .product_overview .downstrip,
.container.feed .feedmess .events .product_overview .downstrip,
.container.feed .feedmess .shop .product_overview .downstrip {
  width: 100%;
  border-bottom: 1px solid #dadada;
}
.container.feed .feedmess .video .xa,
.container.feed .feedmess .photos .xa,
.container.feed .feedmess .events .xa,
.container.feed .feedmess .shop .xa {
  border: none;
  padding-left: 0px;
  padding-right: 0px;
  margin: 10px;
  float: left;
  width: 135px;
}
.container.feed .feedmess .video .xa a,
.container.feed .feedmess .photos .xa a,
.container.feed .feedmess .events .xa a,
.container.feed .feedmess .shop .xa a {
  height: 135px;
  width: 135px;
  float: left;
  position: relative;
}
.container.feed .feedmess .video .xa a img,
.container.feed .feedmess .photos .xa a img,
.container.feed .feedmess .events .xa a img,
.container.feed .feedmess .shop .xa a img {
  height: 135px;
  width: 135px;
}
.container.feed .feedmess .video .xc,
.container.feed .feedmess .photos .xc,
.container.feed .feedmess .events .xc,
.container.feed .feedmess .shop .xc {
  padding-left: 0px;
  padding-right: 0px;
  margin: 10px;
  float: left;
  width: 135px;
}
.container.feed .feedmess .video .xc a,
.container.feed .feedmess .photos .xc a,
.container.feed .feedmess .events .xc a,
.container.feed .feedmess .shop .xc a {
  float: left;
  position: relative;
}
.container.feed .feedmess .video .xc a img,
.container.feed .feedmess .photos .xc a img,
.container.feed .feedmess .events .xc a img,
.container.feed .feedmess .shop .xc a img {
  height: 135px;
  width: 135px;
}
.container.feed .feedmess .video .no_video,
.container.feed .feedmess .photos .no_video,
.container.feed .feedmess .events .no_video,
.container.feed .feedmess .shop .no_video {
  width: 100%;
  min-height: 200px;
  line-height: 200px;
  text-align: center;
  color: #D8000C;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.container.feed .feedmess .video .news-item,
.container.feed .feedmess .photos .news-item,
.container.feed .feedmess .events .news-item,
.container.feed .feedmess .shop .news-item {
  margin-top: 15px;
}
.container.feed .feedmess .photos {
  padding-left: 10px;
  padding-right: 10px;
}
.container.feed .feedmess h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #6B6B6B;
  float: left;
  width: 100%;
}
.container.feed .feedmess h1 img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.container.feed .feedmess h1 .post_title {
  margin-top: 8px;
  padding-left: 45px;
  font-weight: 400;
}
.container.feed .feedmess h1 .post_title a {
  color: #8eacf6;
  font-weight: 700;
}
.container.feed .feedmess h1 a.messpage {
  padding-left: 45px;
  margin-top: 3px;
  display: block;
}
.container.feed .feedmess h1 a.messpage .timeago,
.container.feed .feedmess h1 a.messpage .timeago-standard {
  color: #999;
  float: left;
  font-size: 10px;
  min-width: 100%;
}
.signup .feed {
  padding-top: 0px !important;
}
@media (max-width: 1200px) {
  .container .feed {
    padding-top: 80px;
  }
}
@media (max-width: 994px) {
  #settings_container #new_settings {
    font-size: 12px;
  }
  .container-feed #new_settings .offcanvas-sidebar {
    margin-left: 35px;
  }
}
@media (max-width: 991px) {
  .container.feed .left_feed_fixed {
    position: relative;
    top: 0;
  }
  .container.feed .left_feed_wrapper {
    position: relative;
    padding-bottom: 30px !important;
  }
  .container.feed .rightcolumn {
    display: block;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-offset-1-5 {
    margin-left: 12.5%;
  }
}
@media (max-width: 889px) {
  #settings_container #new_settings .panel-heading.with-nav .nav>li>a {
    padding: 10px 8px !important;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  #settings_container {
    min-width: 750px;
    width: auto;
    min-height: 68vh;
  }
  #settings_container .offcanvas {
    min-width: 750px;
    width: auto;
  }
  #settings_container #new_settings .panel-heading.with-icon {
    font-size: 16px;
  }
  #settings_container #new_settings .panel-heading.with-icon .btn {
    padding: 4px 12px;
    font-size: 12px;
  }
  #settings_container #new_settings .panel-heading.with-nav .nav>li>a {
    padding: 10px 15px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .container.feed #new_settings .form-group .buton {
    margin-bottom: 25px;
  }
  .container.feed #new_settings #settings_menu_xs {
    display: inline-block;
  }
  .container.feed #new_settings #settings_menu_xs ul {
    display: flex;
    justify-content: center;
  }
  .container.feed #new_settings #settings_menu_xs .nav-pills>li {
    float: none;
  }
  .container.feed #new_settings #settings_menu_xs .nav-pills>li.active>a,
  .container.feed #new_settings #settings_menu_xs .nav-pills>li.active>a:focus,
  .container.feed #new_settings #settings_menu_xs .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #2a99ac;
  }
  .container.feed #new_settings #settings_menu_xs a {
    color: #2a99ac;
    text-decoration: none;
  }
  .container.feed #new_settings .side-nav a {
    font-size: 13px;
  }
  .container.feed #new_settings .offcanvas {
    position: relative;
  }
  .container.feed #new_settings .offcanvas>.row {
    overflow: hidden;
  }
  .container.feed #new_settings .offcanvas-sidebar {
    position: absolute;
    top: 0;
    left: -80%;
    width: 80%;
    height: 100%;
    z-index: 100;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .container.feed #new_settings .offcanvas.active .offcanvas-sidebar {
    left: 0;
  }
  .container.feed #new_settings .offcanvas-mainbar {
    left: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .container.feed #new_settings .offcanvas.active .offcanvas-mainbar {
    left: 80%;
  }
}
@media screen and (max-width: 720px) {
  .newsfeed .row .col-md-12 {
    margin-top: 30px;
  }
  .leftfeedmenu {
    display: none;
  }
  .left-profile-feed {
    display: none;
  }
  .personal #follow,
  .personal #unfollow {
    bottom: 130px;
    right: 10px;
  }
  .personal #cp_page {
    left: 10px;
    bottom: 130px;
    right: auto !important;
  }
  .personal .profile_setup {
    position: absolute;
    top: -253px;
    height: 29px;
    background-size: 19px 19px;
    right: 10px;
    left: auto;
  }
  .personal .leftfeedmenu {
    display: none;
  }
  .personal .personal_header_cover {
    background-position: center center !important;
  }
  .personal .bottom-menu .menu-pleft {
    margin-bottom: 15px !important;
  }
  .personal .bottom-menu .menu-pleft,
  .personal .bottom-menu .menu-pright {
    width: 100% !important;
  }
  .personal .bottom-menu .menu-pleft a,
  .personal .bottom-menu .menu-pright a {
    min-width: 30% !important;
    margin: 2px !important;
    padding: 12px 5px !important;
  }
  .personal .bottom-menu .personal_title {
    top: -230px !important;
    left: calc(50% - 110px) !important;
  }
  .personal .bottom-menu .personal_title .logo_name {
    color: #000 !important;
    text-shadow: 0px 1px 4px rgba(255,255,255,0.1);
  }
  .rightcolumn {
    display: none;
  }
  .col-md-7 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .feed_message .logo_extra_comps {
    position: relative;
    width: 310px;
    margin-left: calc((100% - 310px) / 2);
    height: 200px;
    float: left;
    margin-top: 30px;
  }
  .feed_message .logo_extra_comps img:nth-child(1) {
    border-radius: 50%;
    width: 155px;
    height: 155px;
    position: absolute;
    z-index: 3;
    left: 0px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
  }
  .feed_message .logo_extra_comps img:nth-child(2) {
    border-radius: 50%;
    width: 155px;
    height: 155px;
    position: absolute;
    z-index: 2;
    left: 73px;
    box-shadow: -25px 0px 15px 0px rgba(0,0,0,0.2);
  }
  .feed_message .logo_extra_comps img:nth-child(3) {
    border-radius: 50%;
    width: 155px;
    height: 155px;
    position: absolute;
    z-index: 1;
    left: 155px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
  }
}
@media (max-width: 668px) {
  .container.feed #new_settings .panel-heading.with-nav #social_links {
    display: none;
  }
  .container.feed #new_settings .panel-heading.with-nav #social_links_xs {
    display: inline-block;
  }
  #settings_container #new_settings .panel-heading.with-nav .nav>li>a {
    padding: 6px 4px !important;
    font-size: 12px;
  }
}
@media (max-width: 584px) {
  #new_settings .panel-heading.with-nav .nav>li>a {
    padding: 8px 8px !important;
    font-size: 14px;
  }
  #new_settings .panel-heading.with-nav .nav>li>a strong {
    display: none;
  }
  #new_settings .panel-heading.with-nav .nav>li>a i {
    padding: 5px;
  }
  .container.feed #new_settings .panel-heading.with-nav #social_links_xs {
    display: none;
  }
}
@media (max-width: 502px) {
  #settings_container #new_settings #settings_menu_xs .nav>li>a {
    padding: 8px 6px !important;
    font-size: 12px;
  }
  #settings_container #new_settings .offcanvas-mainbar {
    padding: 0;
  }
}
@media (max-width: 434px) {
  #settings_container #new_settings #settings_menu_xs .nav>li>a {
    padding: 6px 10px !important;
    font-size: 14px;
  }
  #settings_container #new_settings #settings_menu_xs .nav>li>a strong {
    display: none;
  }
  #settings_container #new_settings #settings_menu_xs .nav>li>a i {
    padding: 5px;
  }
  .feed_message .logo_extra_comps {
    position: relative;
    width: 270px;
    margin-left: calc((100% - 270px) / 2);
    height: 150px;
    float: left;
    margin-top: 20px;
  }
  .feed_message .logo_extra_comps img:nth-child(1) {
    border-radius: 50%;
    width: 135px;
    height: 135px;
    position: absolute;
    z-index: 3;
    left: 0px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
  }
  .feed_message .logo_extra_comps img:nth-child(2) {
    border-radius: 50%;
    width: 135px;
    height: 135px;
    position: absolute;
    z-index: 2;
    left: 68px;
    box-shadow: -25px 0px 15px 0px rgba(0,0,0,0.2);
  }
  .feed_message .logo_extra_comps img:nth-child(3) {
    border-radius: 50%;
    width: 135px;
    height: 135px;
    position: absolute;
    z-index: 1;
    left: 135px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
  }
}
#new_dashboard {
  height: 100%;
}
#new_dashboard .offcanvas-sidebar {
  padding: 0;
  height: 100%;
}
#new_dashboard .offcanvas-sidebar #dash-sidebar {
  border-radius: 0 !important;
  padding-left: 2rem;
  border-bottom: none;
  margin-bottom: 0;
}
#new_dashboard .offcanvas-mainbar {
  padding: 0;
  border: none;
  height: 100%;
}
#new_dashboard .offcanvas-mainbar #dash-mainbar {
  border-radius: 0 !important;
  border-bottom: none;
  margin-bottom: 0;
}
#new_dashboard .offcanvas-mainbar #dash-mainbar .panel-heading .mb20 {
  font-size: 28px;
}
#new_dashboard .offcanvas-mainbar #dash-mainbar .panel-heading .nav-tabs li a {
  font-size: 14px;
}
#new_dashboard .offcanvas-mainbar #dash-mainbar .panel-body: {
  border-bottom: none;
}
#new_dashboard .offcanvas-mainbar #dash-mainbar .tab-content {
  padding-right: 4rem;
  padding-left: 4rem;
  border-bottom: none;
}
#new_dashboard .offcanvas-mainbar #dash-mainbar .nav-pills > .active > a,
#new_dashboard .offcanvas-mainbar #dash-mainbar .nav-pills > .active > a:hover {
  background-color: #2a99ac;
}
#new_dashboard span.twitter-typeahead {
  width: 100%;
}
#new_dashboard span.twitter-typeahead .tt-hint {
  display: none;
}
#new_dashboard .tt-dropdown-menu {
  right: 0px !important;
  z-index: 9999 !important;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
}
#new_dashboard .tt-dropdown-menu .tt-suggestion p {
  color: #000;
  text-align: left;
  padding: 1px 7px;
  font-size: 14px !important;
}
#new_dashboard .tt-dropdown-menu .tt-suggestion p:hover {
  background: #eff1ea;
}
#new_dashboard .checkbox-radio-container {
  padding-bottom: 13px;
  margin-top: 7px;
}
#new_dashboard .checkbox-radio-container label {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  padding: 0 10px;
}
#new_dashboard #settings_menu_xs {
  display: none;
}
#new_dashboard #cover-progress {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 0%;
  height: 7px;
  background: #0AA699;
}
#new_dashboard .side-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
#new_dashboard .side-nav ul {
  background-color: #F9F9F9;
}
#new_dashboard .side-nav ul a {
  padding: 14px 30px;
}
#new_dashboard .side-nav li,
#new_dashboard .side-nav a {
  display: block;
}
#new_dashboard .side-nav a,
#new_dashboard .side-nav .static {
  padding: 14px 15px;
  color: #6a6a6a;
}
#new_dashboard .side-nav a:hover {
  text-decoration: none;
  background-color: #eee;
  color: #207583;
}
#new_dashboard .side-nav a.no-border {
  border-bottom: 0;
}
#new_dashboard .side-nav li.selected a {
  color: #2a99ac;
}
#new_dashboard .side-nav ul li a {
  font-size: 12px;
}
#new_dashboard .side-nav>li.active>a {
  color: #2a99ac;
  font-weight: bold;
}
#new_dashboard .side-nav ul>li.active>a {
  color: #2a99ac;
  font-weight: bold;
}
#new_dashboard .panel-default {
  min-height: 100%;
}
#new_dashboard .panel {
  border-radius: 3px;
}
#new_dashboard .panel-heading {
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
#new_dashboard .panel-heading a:hover {
  text-decoration: none;
}
#new_dashboard .panel-heading .panel-icon {
  color: #ADB3BC;
}
#new_dashboard .panel-heading.with-icon {
  padding-top: 60px;
  padding-bottom: 20px;
}
#new_dashboard .panel-heading.with-nav {
  padding-bottom: 0;
  border-bottom: 0;
  background-color: #f5f5f5;
}
#new_dashboard .panel-heading.with-nav #social_links_xs {
  display: none;
}
#new_dashboard .panel-heading.with-nav .nav>li>a {
  padding: 10px 10px;
  font-size: 11px;
  color: #2a99ac;
}
#new_dashboard .panel-heading.with-nav .nav-tabs>li.active>a {
  color: #555;
}
#new_dashboard .panel-body .divider {
  border-top: 1px solid #E7E7E7;
  margin-bottom: 25px;
}
#new_dashboard .panel-body button {
  display: block;
  padding: 10px 45px;
  font-size: 12px;
  border: none;
  margin: 10px 0 10px;
  background: #2a99ac;
  color: white;
  text-shadow: 0 1px 0 #207583;
}
#new_dashboard .panel-body button:last-child {
  margin-right: 0;
}
#new_dashboard .panel-body button:hover {
  margin: 11px 0 9px;
}
#new_dashboard .panel-body button:active {
  margin: 13px 0 7px;
  outline: none;
}
#new_dashboard .panel-body #delbtn {
  display: block;
  padding: 10px 45px;
  font-size: 12px;
  border: none;
  margin: 10px 0 10px;
  background: #16505a;
  color: white;
  text-shadow: 0 1px 0 #207583;
}
#new_dashboard .panel-body #delbtn:last-child {
  margin-right: 0;
}
#new_dashboard .panel-body #delbtn:hover {
  margin: 11px 0 9px;
  text-decoration: none;
}
#new_dashboard .panel-body #delbtn:active {
  margin: 13px 0 7px;
  outline: none;
  text-decoration: none;
}
#new_dashboard .panel-body .confmsg {
  color: white;
}
#new_dashboard .panel-body .confmsg:hover {
  text-decoration: none;
}
#new_dashboard .panel-body .confmsg:active {
  text-decoration: none;
}
#new_dashboard .panel-body.with-nav {
  padding: 0;
}
#new_dashboard .panel-widget .panel-heading {
  font-size: 12px;
  color: #909090;
}
#new_dashboard .panel-widget .panel-body {
  padding: 5px;
}
#new_dashboard .nav-tabs {
  display: inline-block;
  float: left;
  border-bottom: 1px solid #ddd;
}
#new_dashboard .nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
#new_dashboard .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
#new_dashboard .nav > li {
  position: relative;
  display: block;
}
#new_dashboard .dual-list .list-group {
  margin-top: 8px;
  max-height: 600;
  overflow-y: auto;
}
#new_dashboard .list-left li,
#new_dashboard .list-right li {
  cursor: pointer;
}
#new_dashboard .check_left {
  padding-left: 0px;
}
#new_dashboard .list-arrows {
  padding-top: 100px;
  float: center !important;
}
#new_dashboard .list-arrows button {
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  box-shadow: none;
  width: 100%;
}
#new_dashboard .list-arrows button:hover {
  cursor: pointer;
  box-shadow: none !important;
  margin: 10px 0px 20px !important;
}
#new_dashboard .emp_title {
  font-weight: bold;
}
#new_dashboard .emp-err {
  display: none;
}
#new_dashboard .admin {
  display: table;
  position: relative;
}
#new_dashboard .admin>div {
  border: none;
  display: table-cell;
  height: 100% !important;
  vertical-align: top;
  padding: 0;
  min-height: 85px;
  max-height: 100px;
}
#new_dashboard .adm-logo {
  height: 85px;
}
#new_dashboard .adm-del {
  color: #b33634;
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
}
#new_dashboard .adm-del:hover {
  cursor: pointer;
}
#new_dashboard .admins-leftwell {
  min-height: 300px;
}
#new_dashboard .adm-name,
#new_dashboard .adm-funct,
#new_dashboard .adm-del {
  font-size: 12px;
}
#new_dashboard .adm-name {
  font-weight: bold;
}
#new_dashboard .mt0 {
  margin-top: 0 !important;
}
#new_dashboard .mb0 {
  margin-bottom: 0 !important;
}
#new_dashboard .ml0 {
  margin-left: 0 !important;
}
#new_dashboard .mr0 {
  margin-right: 0 !important;
}
#new_dashboard .ml5 {
  margin-left: 5px;
}
#new_dashboard .mr5 {
  margin-right: 5px;
}
#new_dashboard .mlr5 {
  margin-left: 5px;
  margin-right: 5px;
}
#new_dashboard .mt5 {
  margin-top: 5px;
}
#new_dashboard .mb5 {
  margin-bottom: 5px;
}
#new_dashboard .mtb5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
#new_dashboard .ml10 {
  margin-left: 10px;
}
#new_dashboard .mr10 {
  margin-right: 10px;
}
#new_dashboard .mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}
#new_dashboard .mt10 {
  margin-top: 10px;
}
#new_dashboard .mb10 {
  margin-bottom: 10px;
}
#new_dashboard .mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
#new_dashboard .ml20 {
  margin-left: 20px;
}
#new_dashboard .mr20 {
  margin-right: 20px;
}
#new_dashboard .mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}
#new_dashboard .mt20 {
  margin-top: 20px;
}
#new_dashboard .mb20 {
  margin-bottom: 20px;
}
#new_dashboard .mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#new_dashboard .mt30 {
  margin-top: 30px;
}
#new_dashboard .mb30 {
  margin-bottom: 30px;
}
#new_dashboard .mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
#new_dashboard .mt40 {
  margin-top: 40px;
}
#new_dashboard .mb40 {
  margin-bottom: 40px;
}
#new_dashboard .mtb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
#new_dashboard .pl0 {
  padding-left: 0px;
}
#new_dashboard .pr0 {
  padding-right: 0px;
}
#new_dashboard .plr0 {
  padding-left: 0px;
  padding-right: 0px;
}
#new_dashboard .pt0 {
  padding-top: 0px;
}
#new_dashboard .pb0 {
  padding-bottom: 0px;
}
#new_dashboard .ptb0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
#new_dashboard .pl5 {
  padding-left: 5px;
}
#new_dashboard .pr5 {
  padding-right: 5px;
}
#new_dashboard .plr5 {
  padding-left: 5px;
  padding-right: 5px;
}
#new_dashboard .pt5 {
  padding-top: 5px;
}
#new_dashboard .pb5 {
  padding-bottom: 5px;
}
#new_dashboard .ptb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
#new_dashboard .pl10 {
  padding-left: 10px;
}
#new_dashboard .pr10 {
  padding-right: 10px;
}
#new_dashboard .plr10 {
  padding-left: 10px;
  padding-right: 10px;
}
#new_dashboard .pt10 {
  padding-top: 10px;
}
#new_dashboard .pb10 {
  padding-bottom: 10px;
}
#new_dashboard .ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
#new_dashboard .pl20 {
  padding-left: 20px;
}
#new_dashboard .pr20 {
  padding-right: 20px;
}
#new_dashboard .plr20 {
  padding-left: 20px;
  padding-right: 20px;
}
#new_dashboard .pt20 {
  padding-top: 20px;
}
#new_dashboard .pb20 {
  padding-bottom: 20px;
}
#new_dashboard .ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
#new_dashboard .pt30 {
  padding-top: 20px;
}
#new_dashboard .pb30 {
  padding-bottom: 20px;
}
#new_dashboard .ptb30 {
  padding-top: 20px;
  padding-bottom: 20px;
}
#new_dashboard .pt30 {
  padding-top: 30px;
}
#new_dashboard .pb30 {
  padding-bottom: 30px;
}
#new_dashboard .ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#new_dashboard .pt40 {
  padding-top: 40px;
}
#new_dashboard .pb40 {
  padding-bottom: 40px;
}
#new_dashboard .ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
#new_dashboard .pt50 {
  padding-top: 50px;
}
#new_dashboard .pb50 {
  padding-bottom: 50px;
}
#new_dashboard .ptb50 {
  padding-top: 50px;
  padding-bottom: 20px;
}
.container.admin {
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 1px;
}
.container.admin h2 {
  font-size: 20px;
  font-weight: 300;
  color: #2a99ac;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.container.admin h2 i {
  margin-left: 30px;
  margin-right: 15px;
}
.container.admin .access-bar {
  position: relative;
  height: 25px;
  margin-bottom: 20px;
}
.container.admin .access-bar .l,
.container.admin .access-bar .r {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #FFF;
  font-weight: 300;
}
.container.admin .access-bar .l span,
.container.admin .access-bar .r span {
  font-weight: bold;
}
.container.admin .access-bar .l {
  left: 0;
  padding-right: 20px;
  font-size: 18px;
  color: #555;
}
.container.admin .access-bar .r {
  right: 0;
  padding-left: 20px;
  color: #AAA;
  text-transform: uppercase;
}
.container.admin .access-bar .r a {
  font-size: 12px;
  color: #2a99ac;
  letter-spacing: 1px;
  text-decoration: underline;
  margin-left: 15px;
  vertical-align: middle;
}
.container.admin .access-bar .r a i {
  font-size: 16px;
}
.container.admin .access-bar .r a span {
  font-weight: bold;
}
.container.admin .access-bar .r a:hover {
  text-decoration: none;
}
.container.admin .access-bar .r a:first-child {
  margin: 0;
}
.container.admin .access-bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  height: 1px;
  background: #ebebeb;
}
.admin-modo-board {
  margin-bottom: 20px;
}
.admin-modo-board td.cpn {
  font-weight: bold;
}
.admin-modo-board td.typ i {
  color: #2a99ac;
  opacity: .5;
}
.admin-modo-board td.typ:hover i {
  opacity: 1;
}
.admin-modo-board td.act {
  text-align: center;
}
.admin-modo-board td.act a {
  display: inline-block;
  color: #2a99ac;
}
.admin-modo-board td.act a:hover {
  color: #207583;
}
.admin-modo-board td.act i {
  display: inline-block;
  color: #2a99ac;
}
.admin-modo-board td.act i:hover {
  color: #207583;
}
.admin-modo-board label,
.admin-modo-board .dataTables_info,
.admin-modo-board .pagination {
  margin: 0;
  font-weight: normal;
  color: #999 !important;
  letter-spacing: 1px;
  font-size: 12px;
}
.admin-modo-board table {
  font-size: 12px;
}
.admin-modo-board .dataTables_wrapper .dataTables_paginate .paginate_button.active {
  border: none !important;
}
.admin-modo-board .dataTables_wrapper .dataTables_paginate .paginate_button.active a {
  border-color: #207583;
  background-color: #2a99ac;
}
.admin-action-menu {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
  background: #F9F9F9;
  border: 1px solid #EEE;
}
.admin-action-menu div.intro {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.admin-action-menu div.intro span {
  display: block;
  color: #2a99ac;
  margin-bottom: 15px;
}
.admin-action-menu div.intro span i {
  color: #2a99ac;
  margin-right: 8px;
  font-size: 18px;
}
.admin-action-menu a {
  display: block;
  text-decoration: none;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
  background: #2a99ac;
  padding: 15px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.admin-action-menu a i {
  display: block;
  color: #FFF;
  font-size: 22px;
  margin-bottom: 5px;
  opacity: .6;
}
.admin-action-menu a span {
  display: block;
  color: #FFF;
}
.admin-action-menu a:hover {
  background: #3ab9cf;
  text-decoration: none;
}
.admin-action-menu a:hover i {
  opacity: 1;
}
#geo {
  cursor: pointer;
  text-decoration: underline;
  color: #2a99ac;
}
#map_canvas {
  width: 100%;
  height: 400px;
  margin: 10px 0;
}
#map_canvas img {
  max-width: none;
  max-height: none;
}
.adv_img_min {
  margin: 10px 0;
}
.adv_img_min img {
  max-width: 100%;
}
.memberchat {
  background-image: url(../img/chatm.svg);
  background-repeat: no-repeat;
  background-size: 23px 23px;
  background-position: center 5px;
  width: 35px;
  height: 34px;
}
.profile_setup {
  position: absolute;
  bottom: 28px;
  height: 29px;
  background-size: 19px 19px;
  left: 30px;
}
.sticky-footer {
  width: 100%;
  height: 55px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #eeeeee;
  display: none;
  background: #fff;
  z-index: 99991;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.35);
}
.sticky-footer ul {
  padding: 0;
  margin: 0;
  float: left;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.sticky-footer ul li {
  width: 20%;
  height: 55px;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sticky-footer ul li a {
  width: 100%;
  float: left;
  height: 55px;
  display: block;
  text-align: center;
  padding-top: 30px;
  color: #000;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  background-position: center 5px;
}
.sticky-footer ul li a.news {
  background-image: url(../img/newspaper.svg);
}
.sticky-footer ul li a.news.sel {
  background-image: url(../img/newspaperw.svg);
}
.sticky-footer ul li a.msgs {
  background-image: url(../img/msg_icn.svg);
}
.sticky-footer ul li a.evts {
  background-image: url(../img/evt_icn.svg);
}
.sticky-footer ul li a.notifz {
  background-image: url(../img/notifn.svg);
  background-size: 32px 30px;
  position: relative;
}
.sticky-footer ul li a.notifz span {
  position: absolute;
  top: 3px;
  left: 51%;
  color: #fff;
  width: 15px;
  height: 15px;
  display: none;
  line-height: 15px;
  background: #f84049;
  background: linear-gradient(to bottom,#f84049 0%,#da121c 100%);
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  border-radius: 50%;
}
.sticky-footer ul li a.msgs {
  position: relative;
}
.sticky-footer ul li a.msgs span {
  position: absolute;
  top: 2px;
  left: 56%;
  color: #fff;
  width: 15px;
  height: 15px;
  display: none;
  line-height: 15px;
  background: #f84049;
  background: linear-gradient(to bottom,#f84049 0%,#da121c 100%);
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  border-radius: 50%;
}
.sticky-footer ul li a.notifz.sel {
  background-image: url(../img/notifw.svg);
}
.sticky-footer ul li a.webtv {
  background-image: url(../img/webtv.svg);
}
.padding-down {
  height: 65px;
  width: 100%;
  float: left;
  display: none;
}
.content-one-stop-shop .oss-header {
  font-family: 'Open Sans', sans-serif;
  margin-top: 20px;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(190,190,190,0.45);
  -moz-box-shadow: 0px 0px 6px 2px rgba(190,190,190,0.45);
  box-shadow: 0px 0px 6px 2px rgba(190,190,190,0.45);
}
.content-one-stop-shop .oss-circles {
  position: relative;
}
.content-one-stop-shop .circle-text {
  font-family: 'Open Sans', sans-serif;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 10px;
}
.content-one-stop-shop .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
}
.content-one-stop-shop .public {
  background-color: #767a7c;
}
.content-one-stop-shop .members {
  background-color: #4e7eac;
}
.content-one-stop-shop .pay-per-use {
  background-color: #ef9449;
}
.content-one-stop-shop .oss-public {
  border-bottom: 3px solid #767a7c;
}
.content-one-stop-shop .oss-members {
  border-bottom: 3px solid #4e7eac;
}
.content-one-stop-shop .oss-pay-per-use {
  border-bottom: 3px solid #ef9449;
}
.content-one-stop-shop .oss-section {
  padding-left: 0 !important;
  font-family: 'Open Sans', sans-serif;
}
.content-one-stop-shop .oss-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  padding-left: 0 !important;
}
.content-one-stop-shop .oss-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding-left: 0 !important;
}
.content-one-stop-shop .section-container {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.content-one-stop-shop .oss-container {
  min-width: 276px;
  max-width: 276px;
  padding: 15px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.content-one-stop-shop .oss-block {
  max-width: 100%;
  height: 100%;
  padding: 0 !important;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(190,190,190,0.45);
  -moz-box-shadow: 0px 0px 10px 2px rgba(190,190,190,0.45);
  box-shadow: 0px 0px 10px 2px rgba(190,190,190,0.45);
}
.content-one-stop-shop .oss-block-img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content-one-stop-shop .oss-block-img:hover {
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.content-one-stop-shop .oss-block-title {
  font-family: 'Open Sans', sans-serif;
  padding-top: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
.content-one-stop-shop .oss-block-text {
  font-family: 'Open Sans', sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  min-height: 70px;
  font-size: 14px;
  color: #000000;
  text-align: left;
}
#rezult-desktop-div,
#rezult-mobile-div {
  overflow: hidden;
}
#rezult-desktop-div .cnt_scroller,
#rezult-mobile-div .cnt_scroller {
  width: 100%;
  max-height: 280px;
  overflow-y: scroll;
  float: left;
}
#rezult-desktop-div .head_title,
#rezult-mobile-div .head_title {
  width: 100%;
  background: #eee;
  color: #888;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  padding: 5px 11px;
  float: left;
  border-bottom: 1px solid #cdcdcd;
}
#rezult-desktop-div ul,
#rezult-mobile-div ul {
  width: 100%;
  float: left;
}
#rezult-desktop-div ul li,
#rezult-mobile-div ul li {
  width: 100%;
  float: left;
}
#rezult-desktop-div ul li a,
#rezult-mobile-div ul li a {
  width: 97%;
  float: left;
  padding: 4px 8px;
  border-bottom: 1px solid #ccc;
  display: block;
}
#rezult-desktop-div ul li a img,
#rezult-mobile-div ul li a img {
  width: 36px;
  height: 36px;
  border: 1px solid #999;
  float: left;
  margin-right: 8px;
}
#rezult-desktop-div ul li a span,
#rezult-mobile-div ul li a span {
  width: calc(100% - 50px);
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 36px;
  display: block;
  float: left;
  color: #555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#rezult-desktop-div ul li:hover,
#rezult-mobile-div ul li:hover {
  background: #ecf0f7;
}
.cht .online-partners {
  display: none;
}
.cht .left_feed_wrapper {
  display: none;
}
.cht .col-md-9 {
  width: 100%;
  padding-top: 0px !important;
}
@media screen and (max-width: 1200px) {
  footer {
    display: none;
  }
  .notif {
    width: 100%;
    margin-left: 0px;
  }
  .feed #search-topbar {
    display: none;
  }
  .sticky-footer {
    display: none;
  }
  .cover-module button {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .cover-module button:hover,
  .cover-module button:active {
    margin-top: 7px;
  }
  .global-wrapper {
    position: relative;
    height: 100%;
  }
  .global-wrapper .content-wrapper {
    position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  .global-wrapper #menu-wrapper {
    position: absolute;
    top: 0;
    left: -280px;
    z-index: 100;
    overflow: auto;
    width: 280px;
    height: 100%;
    background: #2a99ac;
  }
  .global-wrapper #menu-wrapper::-webkit-scrollbar-track {
    background-color: #FFF;
  }
  .global-wrapper #menu-wrapper::-webkit-scrollbar {
    width: 4px;
    background-color: #FFF;
  }
  .global-wrapper #menu-wrapper::-webkit-scrollbar-thumb {
    background-color: #207583;
  }
  .global-wrapper #mobile-stiky-bar {
    display: block;
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    height: 40px;
    background: rgba(3,195,235,0.9);
  }
  .global-wrapper #mobile-stiky-bar #searchBar {
    width: calc(90% - 50px);
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 5px;
    margin-top: 8px;
    padding: 2px;
    padding-left: 26px;
    background-image: url(../img/spyglass.svg);
    background-position: 7px center;
    background-size: 13px;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.4);
    border: none;
    outline: none;
  }
  .global-wrapper #mobile-stiky-bar #rezult-mobile-div {
    width: 96%;
    position: absolute;
    top: 41px;
    border-radius: 5px;
    min-height: 30px;
    margin-left: 2%;
    background: #fff;
    box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.35);
    z-index: 3;
    display: none;
  }
  .global-wrapper #mobile-stiky-bar a {
    display: inline-block;
    margin-left: 10px;
    line-height: 40px;
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .global-wrapper #mobile-stiky-bar #burger {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    width: 24px;
    height: 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .global-wrapper #mobile-stiky-bar #burger span {
    display: block;
    position: absolute;
    background: #FFF;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .global-wrapper #mobile-stiky-bar #burger span.b1 {
    top: 10px;
  }
  .global-wrapper #mobile-stiky-bar #burger span.b2 {
    top: 18px;
  }
  .global-wrapper #mobile-stiky-bar #burger span.b3 {
    top: 26px;
  }
  .global-wrapper #mask-burger {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 10;
  }
  .global-wrapper.open {
    overflow: hidden;
  }
  .global-wrapper.open #mobile-stiky-bar #burger span.b1 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 18px;
  }
  .global-wrapper.open #mobile-stiky-bar #burger span.b2 {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
  }
  .global-wrapper.open #mobile-stiky-bar #burger span.b3 {
    opacity: 0;
    top: 18px;
  }
  .global-wrapper.open #menu-wrapper {
    visibility: visible;
    left: 0;
  }
  #menu-mobile {
    display: none;
  }
  .fs_slide {
    min-height: 120px;
  }
  .fs_slide .container .tit {
    margin-top: 40px;
  }
  .fs_slide .container .tit span: {
    color: #ffffff;
  }
  .fs_slide .container .tit span:before,
  .fs_slide .container .tit span:after {
    display: none;
  }
  .home-events-news .mask,
  .home-events-news .txt,
  .module-events-news .mask,
  .module-events-news .txt {
    display: none !important;
  }
  .member-unit div.mid .avtg-block a {
    letter-spacing: 0;
    font-size: 11px;
    margin-top: 16px !important;
  }
}
@media screen and (max-width: 992px) {
  .gallery-carousel .owl-item a:after {
    display: none !important;
  }
  .home-prez .logo {
    margin-top: 20px;
  }
  .home-prez .ptf-name {
    font-size: 34px;
    padding: 0 15px;
  }
  .home-prez .ptf-slogan {
    font-size: 20px;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .home-prez .member-unit .mid {
    width: 100%;
  }
  .home-prez .member-unit .mid .avtg-block .row {
    padding-bottom: 10px;
  }
  .home-prez .news-item {
    margin: 5px;
  }
  .home-prez .ptf-desc {
    margin-bottom: 20px;
  }
  .cover-module .cover-module-tit {
    border: none;
  }
  .cover-module .cover-module-tit:before {
    display: none;
  }
  .cover-module .cover-module-tit p,
  .cover-module .cover-module-tit span {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 8px;
    text-align: center;
  }
  .cover-module .cover-module-tit span {
    display: inline-block;
  }
  .member-unit div.mid .avtg-block {
    margin: 0 15px;
    padding: 5px 30px 20px;
    letter-spacing: 1px;
    font-size: 12px;
  }
  .avtg-details div.avtg {
    text-align: center;
    margin-bottom: 10px;
  }
  .avtg-details div.avtg span {
    display: inline;
  }
  .s-stories .success-log .success-and {
    display: none;
  }
  .success-txt.more p:before,
  .success-txt.more p:after {
    display: none;
  }
  footer .container-fluid .copyright .r {
    margin-bottom: 25px;
    text-align: center;
  }
  footer .container-fluid .copyright .r span {
    display: none;
  }
  footer .container-fluid .copyright .r div.rs {
    float: none;
  }
  footer .container-fluid .copyright .r div.rs a {
    width: 28px;
    height: 28px;
    line-height: 32px;
  }
  footer .container-fluid .copyright .r div.rs a i {
    font-size: 16px;
  }
  footer .container-fluid .copyright .l {
    text-align: center;
  }
  .sticky_rs {
    display: none;
  }
  .videocnt .video-js {
    height: 420px !important;
    margin-top: 40px;
  }
  .videocnt video {
    height: 420px !important;
  }
}
@media screen and (max-width: 850px) {
  .event-news-detail .share {
    top: 2px;
    left: 17px;
    border: 1px solid #3ab9cf;
  }
  .event-news-detail .share:before {
    display: none;
  }
  .event-news-detail .share a {
    -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
    -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
    transition: all .4s cubic-bezier(0,0,0.2,1);
    float: left;
    border-right: 1px solid #3ab9cf;
    border-bottom: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
  }
  .videocnt .video-js {
    height: 380px !important;
  }
  .videocnt video {
    height: 380px !important;
  }
}
@media screen and (max-width: 767px) {
  .alphabet-filter {
    text-align: center;
  }
  .alphabet-filter a {
    margin: 0 4px;
  }
  .alphabet-filter span {
    display: block;
    margin-bottom: 12px;
  }
  .alphabet-filter span i {
    transform: rotateZ(90deg);
    margin: 0;
  }
  .annuaire-company .name-bar {
    height: 50px;
  }
  .annuaire-company .name-bar .l,
  .annuaire-company .name-bar .r {
    position: relative;
    display: block;
    padding-left: 15px;
  }
  .container.feed .row .col-md-12 .col-md-9 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container.admin .access-bar {
    height: auto;
  }
  .container.admin .access-bar .l,
  .container.admin .access-bar .r {
    position: relative;
    display: block;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 5px;
  }
  .s-stories .success-log {
    margin-bottom: 25px;
  }
  .videocnt .video-js {
    height: 320px !important;
  }
  .videocnt video {
    height: 320px !important;
  }
}
@media screen and (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
    float: none;
  }
  .videocnt .video-js {
    height: 250px !important;
  }
  .videocnt video {
    height: 250px !important;
  }
}
.mention_name {
  font-size: 12px;
}
.mention_username {
  font-size: 12px;
  color: #999;
}
.mention_image {
  float: left;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 20px;
  height: 20px;
}
.active .mention_username {
  color: #fff;
}
.alertify,
.alertify-cover {
  z-index: 999999999;
  position: fixed;
}
.alertify,
.alertify-log,
.alertify-show {
  -webkit-transition: all .5s cubic-bezier(.175,.885,.32,1.275);
  -moz-transition: all .5s cubic-bezier(.175,.885,.32,1.275);
  -ms-transition: all .5s cubic-bezier(.175,.885,.32,1.275);
  -o-transition: all .5s cubic-bezier(.175,.885,.32,1.275);
  transition: all .5s cubic-bezier(.175,.885,.32,1.275);
}
.alertify-hide {
  -webkit-transition: all 250ms cubic-bezier(.6,-0.28,.735,.045);
  -moz-transition: all 250ms cubic-bezier(.6,-0.28,.735,.045);
  -ms-transition: all 250ms cubic-bezier(.6,-0.28,.735,.045);
  -o-transition: all 250ms cubic-bezier(.6,-0.28,.735,.045);
  transition: all 250ms cubic-bezier(.6,-0.28,.735,.045);
}
.alertify-cover {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
}
.alertify-cover-hidden {
  display: none;
}
.alertify {
  top: 150px;
  left: 50%;
  width: 550px;
  margin-left: -275px;
  opacity: 1;
}
.alertify-hidden {
  -webkit-transform: translate(0,-150px);
  -moz-transform: translate(0,-150px);
  -ms-transform: translate(0,-150px);
  -o-transform: translate(0,-150px);
  transform: translate(0,-150px);
  opacity: 0;
  display: none;
}
:root *>.alertify-hidden {
  display: block;
  visibility: hidden;
}
.alertify-logs {
  position: fixed;
  z-index: 5000;
  bottom: 10px;
  right: 10px;
  width: 300px;
}
.alertify-logs-hidden {
  display: none;
}
.alertify-log {
  display: block;
  margin-top: 10px;
  position: relative;
  right: -300px;
  opacity: 0;
}
.alertify-log-show {
  right: 0;
  opacity: 1;
}
.alertify-log-hide {
  -webkit-transition: all .5s cubic-bezier(.6,-0.28,.735,.045);
  -moz-transition: all .5s cubic-bezier(.6,-0.28,.735,.045);
  -ms-transition: all .5s cubic-bezier(.6,-0.28,.735,.045);
  -o-transition: all .5s cubic-bezier(.6,-0.28,.735,.045);
  transition: all .5s cubic-bezier(.6,-0.28,.735,.045);
  -webkit-transform: translate(300px,0);
  -moz-transform: translate(300px,0);
  -ms-transform: translate(300px,0);
  -o-transform: translate(300px,0);
  transform: translate(300px,0);
  opacity: 0;
}
.alertify-dialog {
  padding: 25px;
}
.alertify-resetFocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.alertify-inner {
  text-align: center;
}
.alertify-text {
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}
.alertify-button,
.alertify-button:active,
.alertify-button:hover,
.alertify-button:visited {
  background: 0 0;
  text-decoration: none;
  border: none;
  line-height: 1.5;
  font-size: 100%;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
}
@media only screen and (max-width: 680px) {
  .alertify,
  .alertify-logs {
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .alertify {
    left: 5%;
    margin: 0;
  }
}
.alertify,
.alertify-log {
  font-family: sans-serif;
}
.alertify {
  background: #FFF;
  border: 1px solid #8E8E8E;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.alertify-dialog {
  padding: 0;
}
.alertify-inner {
  text-align: left;
}
.alertify-message {
  padding: 15px;
  margin: 0;
}
.alertify-text-wrapper {
  padding: 0 15px;
}
.alertify-text {
  color: #555;
  border-radius: 4px;
  padding: 8px;
  background-color: #FFF;
  border: 1px solid #CCC;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.alertify-text:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}
.alertify-buttons {
  padding: 14px 15px 15px;
  background: #F5F5F5;
  border-top: 1px solid #DDD;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #FFF;
  text-align: right;
}
.alertify-button,
.alertify-button:active,
.alertify-button:focus,
.alertify-button:hover {
  margin-left: 10px;
  border-radius: 4px;
  font-weight: 400;
  padding: 4px 12px;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.3),rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.3),rgba(255,255,255,0));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.3),rgba(255,255,255,0));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.3),rgba(255,255,255,0));
  background-image: linear-gradient(top,rgba(255,255,255,0.3),rgba(255,255,255,0));
}
.alertify-button:focus {
  outline: 0;
  box-shadow: 0 0 5px #2B72D5;
}
.alertify-button:active {
  position: relative;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
}
.alertify-button-cancel,
.alertify-button-cancel:active,
.alertify-button-cancel:focus,
.alertify-button-cancel:hover {
  text-shadow: 0 -1px 0 rgba(255,255,255,0.75);
  background-color: #E6E6E6;
  border: 1px solid #BBB;
  color: #333;
  background-image: -webkit-linear-gradient(top,#FFF,#E6E6E6);
  background-image: -moz-linear-gradient(top,#FFF,#E6E6E6);
  background-image: -ms-linear-gradient(top,#FFF,#E6E6E6);
  background-image: -o-linear-gradient(top,#FFF,#E6E6E6);
  background-image: linear-gradient(top,#FFF,#E6E6E6);
}
.alertify-button-cancel:active,
.alertify-button-cancel:focus,
.alertify-button-cancel:hover {
  background: #E6E6E6;
}
.alertify-button-ok,
.alertify-button-ok:active,
.alertify-button-ok:focus,
.alertify-button-ok:hover {
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #04C;
  border: 1px solid #04C;
  border-color: #04C #04C #002A80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  color: #FFF;
}
.alertify-button-ok:active,
.alertify-button-ok:focus,
.alertify-button-ok:hover {
  background: #04C;
}
.alertify-log {
  background: #D9EDF7;
  padding: 8px 14px;
  border-radius: 4px;
  color: #3A8ABF;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  border: 1px solid #BCE8F1;
}
.alertify-log-error {
  color: #B94A48;
  background: #F2DEDE;
  border: 1px solid #EED3D7;
}
.alertify-log-success {
  color: #468847;
  background: #DFF0D8;
  border: 1px solid #D6E9C6;
}
.new_carrousel {
  margin-top: 20px;
  margin-bottom: 10px;
  float: left;
}
.new_carrousel .carousel-inner {
  width: 92%;
  margin-left: 4%;
}
.new_carrousel .carousel-control {
  width: 4%;
}
#myCarousel,
#myCarousel3 {
  margin-bottom: 5px;
}
#myCarousel .col-md-3,
#myCarousel .col-sm-6,
#myCarousel .col-xs-12,
#myCarousel3 .col-md-3,
#myCarousel3 .col-sm-6,
#myCarousel3 .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
#myCarousel .col-md-3 a,
#myCarousel .col-sm-6 a,
#myCarousel .col-xs-12 a,
#myCarousel3 .col-md-3 a,
#myCarousel3 .col-sm-6 a,
#myCarousel3 .col-xs-12 a {
  min-height: 339px;
  max-height: 339px;
  max-width: 228px;
  min-width: 228px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#myCarousel .col-md-3 a.withplay:after,
#myCarousel .col-sm-6 a.withplay:after,
#myCarousel .col-xs-12 a.withplay:after,
#myCarousel3 .col-md-3 a.withplay:after,
#myCarousel3 .col-sm-6 a.withplay:after,
#myCarousel3 .col-xs-12 a.withplay:after {
  content: '';
  width: 80px;
  height: 80px;
  background-image: url(../img/playbtn.png);
  position: absolute;
  top: 30%;
  left: 74px;
}
#myCarousel .carousel-inner,
#myCarousel3 .carousel-inner {
  width: 80%;
  margin-left: 10%;
}
#myCarousel .carousel-control,
#myCarousel3 .carousel-control {
  width: 10%;
  color: #000;
}
#myCarousel .carousel-control.left,
#myCarousel .carousel-control.right,
#myCarousel3 .carousel-control.left,
#myCarousel3 .carousel-control.right {
  background-image: none;
}
#myCarousel .item img,
#myCarousel3 .item img {
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
#myCarousel .item img:hover,
#myCarousel3 .item img:hover {
  transform: scale(1.1);
}
#myCarousel .item .descr_cs,
#myCarousel3 .item .descr_cs {
  color: #eee;
  width: 100%;
  padding: 0px 10px;
  display: none;
  position: absolute;
  bottom: 7px;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
  text-shadow: 0px 0px 8px #000000;
}
#myCarousel .item span,
#myCarousel3 .item span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  position: absolute;
  font-size: 20px;
  color: #fff;
  bottom: 28px;
  left: 15px;
  text-shadow: 0px 1px 7px rgba(0,0,0,0.7);
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
#myCarousel .item a:hover .descr_cs,
#myCarousel3 .item a:hover .descr_cs {
  display: block;
}
#myCarousel .item a:hover > span.chtv,
#myCarousel3 .item a:hover > span.chtv {
  bottom: 130px;
}
.allch {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 700;
  margin-top: 30px;
  display: block;
  text-decoration: none;
  width: 100%;
  float: left;
}
.allch div {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #000;
  margin-bottom: 8px;
  opacity: .5;
}
.allch:hover {
  color: #000;
  text-decoration: none;
}
.allch:hover div {
  opacity: 1;
}
.new_carrousel .carousel-control.left,
.new_carrousel .carousel-control.right {
  color: #000;
  margin-left: 15px;
  background-image: none;
}
@media (max-width: 767px) {
  .new_carrousel .carousel-inner .active.left {
    left: -100%;
  }
  .new_carrousel .carousel-inner .next {
    left: 100%;
  }
  .new_carrousel .carousel-inner .prev {
    left: -100%;
  }
  .new_carrousel .active > div {
    display: none;
  }
  .new_carrousel .active > div:first-child {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .new_carrousel .carousel-inner .active.left {
    left: -50%;
  }
  .new_carrousel .carousel-inner .next {
    left: 50%;
  }
  .new_carrousel .carousel-inner .prev {
    left: -50%;
  }
  .new_carrousel .active > div {
    display: none;
  }
  .new_carrousel .active > div:first-child {
    display: block;
  }
  .new_carrousel .active > div:first-child + div {
    display: block;
  }
}
@media (min-width: 992px) {
  .new_carrousel .carousel-inner .active.left {
    left: -25%;
  }
  .new_carrousel .carousel-inner .next {
    left: 25%;
  }
  .new_carrousel .carousel-inner .prev {
    left: -25%;
  }
}
.mt10 {
  margin-top: 10px;
}
.pg_wrapper a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #f5f5f5;
}
.pg_wrapper .more {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  padding-top: 40%;
}
.pg_4x {
  min-width: 100%;
}
.pg_1x {
  text-align: center;
}
.pg_1x img {
  max-height: 250px;
  max-width: 100%;
}
.pg_2x {
  width: 50%;
  float: left;
  padding-right: 1px;
}
.pg_2x > a {
  padding-bottom: 100%;
}
.pg_2o3,
.pg_1o3 {
  float: left;
  margin-right: 1px;
}
.pg_1o3 {
  margin-right: -1px;
}
.pg_2o3 .pg_2o3_in {
  margin-bottom: 1px;
}
.pg_2o3 .pg_2o3_in:last-child {
  margin-bottom: 0;
}
.pg_1o3 .pg_1o3_in {
  margin-bottom: 1px;
}
.pg_1o3 .pg_1o3_in:last-child {
  margin-bottom: 0;
}
.myCarousel h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-shadow: 0px 1px 7px rgba(0,0,0,0.7);
}
span.multiselect-native-select {
  position: relative;
}
span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .multiselect-clear-filter {
  padding: 7px 13px;
  margin: 0px;
}
.multiselect-container .multiselect-search {
  margin: 0 !important;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold;
  float: left;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}
div.tagsinput {
  border: 1px solid #efefef;
  background: #FFF;
  padding: 5px;
  width: 100% !important;
  height: 100px;
  overflow-y: auto;
  box-shadow: 0 0 8px 0 rgba(120,120,120,0.1) inset;
  border-radius: 3px;
  margin-top: 7px;
}
div.tagsinput:hover {
  border-color: #dbdbdb;
}
div.tagsinput:focus {
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
  border-color: #00b2ed;
  outline: none;
}
div.tagsinput span.tag {
  border: 1px solid #ffffff;
  border-radius: 3px;
  display: block;
  float: left;
  padding: 5px;
  text-decoration: none;
  background: #2a99ac;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 11px;
}
div.tagsinput span.tag a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
}
div.tagsinput input {
  width: 280px;
  margin: 0 5px 5px 0;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 5px;
  background: 0 0;
  color: #000;
  outline: 0;
}
.userinvite {
  background: url(../img/bginviteuser.png) no-repeat center center #FFFFFF;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
}
.entinvite {
  background: url(../img/bginviteent.png) no-repeat center center #FFFFFF;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
}
div.tagsinput div {
  display: block;
  float: left;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0;
}
.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important;
}
#magic_link {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 88888888;
  background: #fff;
}
#magic_link .logo_magicl {
  height: 39px;
  width: 208px;
  display: block;
  top: 41px;
  left: 50px;
  position: absolute;
}
#magic_link .logo_magicl img {
  max-height: 100%;
  max-width: 100%;
}
#magic_link #magiclink_close {
  background: url(../img/x_close.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 46px;
  right: 56px;
  cursor: pointer;
}
#magic_link #codemagic {
  display: inline-block;
  float: left;
}
#magic_link .copyclipboard {
  cursor: pointer;
  text-decoration: underline;
  color: #0839BB;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  letter-spacing: 0.4px;
  line-height: 16px;
  display: inline-block;
  margin-left: 34px;
  float: right;
}
#magic_link .invite-an-enterprise {
  height: 45px;
  width: 800px;
  color: #31383D;
  font-family: 'Raleway', sans-serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 45px;
  text-align: center;
  margin: 0 auto;
  margin-top: 157px;
  margin-bottom: 22px;
}
#magic_link .subinvite {
  height: 26px;
  width: 800px;
  color: #7C8192;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin: 0 auto;
}
#magic_link .bottom_design_magiclink {
  width: 100%;
  height: 436px;
  background: url(../img/invite_bottomdesign.png) no-repeat center center;
  position: absolute;
  bottom: 30px;
}
#magic_link .codewithinvite {
  height: 96px;
  width: 900px;
  margin-top: 78px;
  color: #656871;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  margin-left: calc((100% - 900px) / 2);
}
#magic_link #isincopy {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.magic-invite {
  max-width: 1440px;
  width: auto;
  margin: 0 auto;
}
.magic-invite .logo_magicl {
  height: 39px;
  width: 208px;
  display: block;
  float: left;
  margin-top: 50px;
  margin-left: 41px;
}
.magic-invite .logo_magicl img {
  max-height: 100%;
  max-width: 100%;
}
.magic-invite .joinwtcname {
  min-height: 45px;
  width: calc(100% - 420px);
  color: #292C34;
  font-family: 'Raleway', sans-serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 45px;
  float: left;
  margin-top: 60px;
  text-align: center;
}
.magic-invite .joinwtcname_sub {
  min-height: 58px;
  width: calc(100% - 400px);
  color: #7C8192;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-top: 23px;
  margin-left: 250px;
  float: left;
}
.magic-invite .langimg {
  float: right;
  margin-top: 41px;
}
.magic-invite .langimg img.langimg {
  margin-top: 15px;
  float: left;
  margin-left: 0px;
}
.magic-invite .langimg ul.flags {
  top: 50px;
  left: 42px;
}
.magic-invite .langimg ul.flags:after {
  top: -16px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(204,206,210,0);
  border-bottom-color: #ccced2;
  border-width: 8px;
  margin-left: -8px;
}
.magic-invite .steps_div,
.magic-invite .steps_div2 {
  min-height: 76px;
  width: calc(100% - 400px);
  margin-left: 250px;
  float: left;
  margin-top: 57px;
}
.magic-invite .steps_div a,
.magic-invite .steps_div2 a {
  height: 37px;
  color: #292C34;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 37px;
  margin-top: 20px;
  text-align: left;
  display: block;
  float: left;
  margin-left: 66px;
  position: relative;
}
.magic-invite .steps_div a span.step,
.magic-invite .steps_div2 a span.step {
  width: 30px;
  height: 30px;
  color: #7C8192;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  margin-right: 14px;
  margin-top: 4px;
  border: 2px solid #7C8192;
  border-radius: 50%;
  display: block;
  float: left;
}
.magic-invite .steps_div a:nth-child(0n+1),
.magic-invite .steps_div2 a:nth-child(0n+1) {
  margin-right: 100px;
}
.magic-invite .steps_div a:nth-child(0n+1):after,
.magic-invite .steps_div2 a:nth-child(0n+1):after {
  content: ' ';
  position: absolute;
  right: -77px;
  top: 17px;
  width: 12px;
  height: 3px;
  background-color: #808495;
  border-radius: 3px;
}
.magic-invite .steps_div a:nth-child(0n+2),
.magic-invite .steps_div2 a:nth-child(0n+2) {
  margin-right: 100px;
}
.magic-invite .steps_div a:nth-child(0n+2):after,
.magic-invite .steps_div2 a:nth-child(0n+2):after {
  content: ' ';
  position: absolute;
  right: -77px;
  top: 17px;
  width: 12px;
  height: 3px;
  background-color: #808495;
  border-radius: 3px;
}
.magic-invite .steps_div a.sel,
.magic-invite .steps_div2 a.sel {
  color: #0839BB;
}
.magic-invite .steps_div a.sel span.step,
.magic-invite .steps_div2 a.sel span.step {
  background-color: #0839BB;
  color: #fff;
  font-weight: bold;
  border-color: #0839BB;
}
.magic-invite .steps_div a.sel:before,
.magic-invite .steps_div2 a.sel:before {
  content: ' ';
  position: absolute;
  bottom: -19px;
  width: 100%;
  left: 0px;
  background-color: #0839BB;
  border-radius: 4px;
  height: 4px;
}
.magic-invite .steps_div a.cmark span.step,
.magic-invite .steps_div2 a.cmark span.step {
  text-indent: -999px;
  background: url(../img/cmark.png) no-repeat center center;
  border: none;
  overflow: hidden;
}
.magic-invite .steps_div2 {
  width: calc(100% - 687px);
  margin-left: 330px;
}
.magic-invite .steps_div2 a:nth-child(0n+2) {
  margin-right: 0px;
}
.magic-invite .steps_div2 a:nth-child(0n+2):after {
  display: none;
}
.magic-invite #magicform_entreprise {
  margin: 0;
  padding: 0;
  margin-left: calc((100% - 575px) / 2);
  float: left;
  width: 575px;
  height: auto;
  padding-top: 40px;
}
.magic-invite #magicform_entreprise .magicinput-control {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 100%;
  float: left;
  margin-bottom: 35px;
}
.magic-invite #magicform_entreprise .magicinput-control .label {
  cursor: text;
  position: absolute;
  top: 16px;
  left: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #9098a9;
  font-weight: 500;
  transform-origin: 0 0;
  transition: all 0.2s ease;
}
.magic-invite #magicform_entreprise .magicinput-control .border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #0839BB;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.15s ease;
}
.magic-invite #magicform_entreprise .magicinput-control input {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 12px 0;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #c8ccd4;
  background: none;
  border-radius: 0;
  color: #223254;
  transition: all 0.15s ease;
}
.magic-invite #magicform_entreprise .magicinput-control input:hover {
  background: rgba(34,50,84,0.03);
}
.magic-invite #magicform_entreprise .magicinput-control input:not(:placeholder-shown) + span {
  color: #5a667f;
  transform: translateY(-26px) scale(0.75);
}
.magic-invite #magicform_entreprise .magicinput-control input:focus {
  background: none;
  outline: none;
}
.magic-invite #magicform_entreprise .magicinput-control input:focus + span {
  color: #0839BB;
  transform: translateY(-26px) scale(0.75);
}
.magic-invite #magicform_entreprise .magicinput-control input:focus + span + .border {
  transform: scaleX(1);
}
.magic-invite #magicform_entreprise .magicinput-control textarea {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 12px 0;
  min-height: 92px;
  font-size: 16px;
  resize: none;
  font-weight: 500;
  border-bottom: 2px solid #c8ccd4;
  background: none;
  border-radius: 0;
  color: #223254;
  transition: all 0.15s ease;
}
.magic-invite #magicform_entreprise .magicinput-control textarea:hover {
  background: rgba(34,50,84,0.03);
}
.magic-invite #magicform_entreprise .magicinput-control textarea:not(:placeholder-shown) + span {
  color: #5a667f;
  transform: translateY(-26px) scale(0.75);
}
.magic-invite #magicform_entreprise .magicinput-control textarea:focus {
  background: none;
  outline: none;
}
.magic-invite #magicform_entreprise .magicinput-control textarea:focus + span {
  color: #0839BB;
  transform: translateY(-26px) scale(0.75);
}
.magic-invite #magicform_entreprise .magicinput-control textarea:focus + span + .border {
  transform: scaleX(1);
  bottom: 5px;
}
.magic-invite #magicform_entreprise .magiclinks-control {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 100%;
  float: left;
  margin-bottom: 35px;
}
.magic-invite #magicform_entreprise .magiclinks-control .border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #0839BB;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.15s ease;
}
.magic-invite #magicform_entreprise .magiclinks-control select {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 12px 0;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #c8ccd4;
  background: none;
  border-radius: 0;
  color: #223254;
  transition: all 0.15s ease;
}
.magic-invite #magicform_entreprise .magiclinks-control select:hover {
  background: rgba(34,50,84,0.03);
}
.magic-invite #magicform_entreprise .magiclinks-control select:focus {
  background: none;
  outline: none;
}
.magic-invite #magicform_entreprise .magiclinks-control select:focus + span {
  color: #0839BB;
  transform: translateY(0px) scale(1);
}
.magic-invite #magicform_entreprise .magiclinks-control select:focus + span + .border {
  transform: scaleX(1);
}
.magic-invite #magicform_entreprise .s50 {
  width: 46%;
  margin-right: 4%;
}
.magic-invite #magicform_entreprise .validcontrol {
  width: 100%;
  float: left;
}
.magic-invite #magicform_entreprise .validcontrol .valid {
  background: url(../img/v.png) no-repeat 4px center;
  background-size: 14px;
}
.magic-invite #magicform_entreprise .validcontrol .error {
  background: url(../img/x.png) no-repeat 4px center;
  background-size: 14px;
}
.magic-invite #magicform_entreprise .validcontrol .textve {
  padding-left: 25px;
  color: #656871;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  width: auto;
  float: left;
  margin-right: 10px;
}
.magic-invite #magicform_entreprise .validcontrol .extratxt {
  min-height: 37px;
  width: 250px;
  color: #656871;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 17px;
  float: right;
  text-align: left;
}
.magic-invite #magicform_entreprise #addcomplogo {
  height: 134px;
  width: 194px;
  margin-left: calc((100% - 194px) / 2);
  float: left;
  margin-bottom: 35px;
  cursor: pointer;
  padding-top: 100px;
  background: url(../img/addpiclogo.svg) no-repeat center 40px;
  position: relative;
}
.magic-invite #magicform_entreprise #addcomplogo span {
  color: #46546B;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  width: 100%;
  display: block;
}
.magic-invite #magicform_entreprise #addcomplogo input {
  position: absolute;
  top: -999px;
  left: -999px;
}
.magic-invite #magicform_entreprise #addcomplogo #showmyimg {
  position: absolute;
  width: 134px;
  height: 194px;
  top: 0;
  left: 0;
}
.magic-invite #magicform_entreprise #submitv {
  background: url(../img/nextarrw.png) no-repeat 126px center #0839BB;
  min-width: 180px;
  height: 50px;
  padding: 0px 40px;
  text-align: left;
  border: none;
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.36px;
  line-height: 50px;
  outline: none;
  margin-left: calc((100% - 180px) / 2);
  margin-top: 40px;
  border-radius: 30px;
  transition: all 0.15s ease;
  margin-bottom: 70px;
}
.magic-invite #magicform_entreprise #submitv:hover {
  background: url(../img/nextarr.png) no-repeat 126px center #0839BB;
}
.magic-invite #magicform_entreprise #submitv.step4 {
  background-color: #35B174;
}
.magic-invite #magicform_entreprise .alreadymemberlogin {
  width: 100%;
  float: left;
  text-align: center;
  color: #656871;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 70px;
}
.magic-invite #magicform_entreprise .alreadymemberlogin a {
  color: #0839BB;
}
.magic-invite #magicform_entreprise #addpics,
.magic-invite #magicform_entreprise #addvids {
  width: 920px;
  height: 237px;
  margin-left: calc((100% - 920px) / 2);
  float: left;
  margin-bottom: 70px;
}
.magic-invite #magicform_entreprise #addpics .subtitlepics,
.magic-invite #magicform_entreprise #addpics .subtitlevids,
.magic-invite #magicform_entreprise #addvids .subtitlepics,
.magic-invite #magicform_entreprise #addvids .subtitlevids {
  color: #656871;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 9px;
  width: 100%;
  min-height: 22px;
}
.magic-invite #magicform_entreprise #addpics .subtitlepics a,
.magic-invite #magicform_entreprise #addpics .subtitlevids a,
.magic-invite #magicform_entreprise #addvids .subtitlepics a,
.magic-invite #magicform_entreprise #addvids .subtitlevids a {
  display: inline-block;
  float: right;
  color: #0839BB;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 9px;
  text-align: right;
}
.magic-invite #magicform_entreprise #addpics .divcontpics,
.magic-invite #magicform_entreprise #addpics .divcontvids,
.magic-invite #magicform_entreprise #addvids .divcontpics,
.magic-invite #magicform_entreprise #addvids .divcontvids {
  width: 100%;
  float: left;
  background-color: #EEF3F8;
  margin-top: 21px;
  height: 190px;
  position: relative;
}
.magic-invite #magicform_entreprise #addpics .divcontpics .pic1,
.magic-invite #magicform_entreprise #addpics .divcontvids .pic1,
.magic-invite #magicform_entreprise #addvids .divcontpics .pic1,
.magic-invite #magicform_entreprise #addvids .divcontvids .pic1 {
  width: 300px;
  margin-right: 6px;
  background: url(../img/addpiclogo.svg) no-repeat center 40px;
  position: relative;
  padding-top: 100px;
  float: left;
  cursor: pointer;
}
.magic-invite #magicform_entreprise #addpics .divcontpics .pic1 span,
.magic-invite #magicform_entreprise #addpics .divcontvids .pic1 span,
.magic-invite #magicform_entreprise #addvids .divcontpics .pic1 span,
.magic-invite #magicform_entreprise #addvids .divcontvids .pic1 span {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  color: #46546B;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
}
.magic-invite #magicform_entreprise #addpics .divcontpics .vid1,
.magic-invite #magicform_entreprise #addpics .divcontvids .vid1,
.magic-invite #magicform_entreprise #addvids .divcontpics .vid1,
.magic-invite #magicform_entreprise #addvids .divcontvids .vid1 {
  width: 300px;
  margin-right: 6px;
  background: url(../img/addvidspic.svg) no-repeat center 40px;
  position: relative;
  padding-top: 100px;
  float: left;
  cursor: pointer;
}
.magic-invite #magicform_entreprise #addpics .divcontpics .vid1 span,
.magic-invite #magicform_entreprise #addpics .divcontvids .vid1 span,
.magic-invite #magicform_entreprise #addvids .divcontpics .vid1 span,
.magic-invite #magicform_entreprise #addvids .divcontvids .vid1 span {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  color: #46546B;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
}
.magic-invite #magicform_entreprise #addpics .divcontpics #progv,
.magic-invite #magicform_entreprise #addpics .divcontvids #progv,
.magic-invite #magicform_entreprise #addvids .divcontpics #progv,
.magic-invite #magicform_entreprise #addvids .divcontvids #progv {
  width: 0%;
  height: 3px;
  position: absolute;
  top: 0px;
  background: #17DC0F;
}
.magic-invite #magicform_entreprise #addpics .divcontpics #progp,
.magic-invite #magicform_entreprise #addpics .divcontvids #progp,
.magic-invite #magicform_entreprise #addvids .divcontpics #progp,
.magic-invite #magicform_entreprise #addvids .divcontvids #progp {
  width: 0%;
  height: 3px;
  position: absolute;
  top: 0px;
  background: #17DC0F;
}
.magic-invite #magicform_entreprise #uploadxpics,
.magic-invite #magicform_entreprise #uploadxvids,
.magic-invite #magicform_entreprise #cntxpics,
.magic-invite #magicform_entreprise #cntxvids {
  position: absolute;
  left: -1999px;
  top: -1999px;
  width: 1px;
  height: 1px;
}
.magic-invite #magicform_entreprise #endstep {
  width: 100%;
  padding-top: 224px;
  background: url(../img/okgotofeed.svg) no-repeat center top;
}
.magic-invite #magicform_entreprise #endstep h3 {
  height: 39px;
  width: 100%;
  color: #292C34;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.39px;
  line-height: 35px;
  text-align: center;
}
.magic-invite #magicform_entreprise #endstep h4 {
  height: 36px;
  width: 100%;
  color: #7C8192;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.39px;
  line-height: 28px;
  text-align: center;
  margin-top: 16px;
}
@media only screen and (max-width: 1400px) {
  .magic-invite {
    max-width: 100%;
  }
  .magic-invite .logo_magicl {
    margin-left: 24px;
  }
  .magic-invite div.langimg {
    float: right;
    width: 60px;
  }
  .magic-invite div.langimg img.langimg {
    float: none;
    margin: 0 0 0 12px;
  }
  .magic-invite div.langimg #uishowlangs span {
    display: none;
  }
  .magic-invite div.langimg ul.flags {
    top: 63px;
    left: -58px;
  }
  .magic-invite div.langimg ul.flags:after {
    left: 92%;
  }
  .magic-invite .joinwtcname {
    width: calc(100% - 24px);
    margin-left: 24px;
    font-size: 24px;
    font-weight: bold;
    line-height: 31px;
    text-align: left;
  }
  .magic-invite .joinwtcname_sub {
    width: calc(100% - 48px);
    margin-left: 24px;
    color: #7C8192;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
  }
  .magic-invite .steps_div,
  .magic-invite .steps_div2 {
    margin-top: 0px;
    margin-left: 24px;
    width: calc(100% - 48px);
  }
  .magic-invite .steps_div a:not(.sel),
  .magic-invite .steps_div2 a:not(.sel) {
    display: none;
  }
  .magic-invite .steps_div a,
  .magic-invite .steps_div2 a {
    margin-left: 0px;
    margin-right: 0px !important;
  }
  .magic-invite .steps_div a:after,
  .magic-invite .steps_div2 a:after {
    display: none;
  }
  .magic-invite #magicform_entreprise {
    width: calc(100% - 48px);
    margin-left: 24px;
  }
  .magic-invite #magicform_entreprise #addpics,
  .magic-invite #magicform_entreprise #addvids {
    margin-left: 0px;
    width: 100%;
  }
  .magic-invite #magicform_entreprise #addpics .subtitlepics,
  .magic-invite #magicform_entreprise #addpics .subtitlevids,
  .magic-invite #magicform_entreprise #addvids .subtitlepics,
  .magic-invite #magicform_entreprise #addvids .subtitlevids {
    line-height: 20px;
  }
  .magic-invite #magicform_entreprise #addpics .subtitlepics a,
  .magic-invite #magicform_entreprise #addpics .subtitlevids a,
  .magic-invite #magicform_entreprise #addvids .subtitlepics a,
  .magic-invite #magicform_entreprise #addvids .subtitlevids a {
    float: left;
    line-height: 20px;
  }
  .magic-invite #magicform_entreprise #addpics .divcontpics .pic1,
  .magic-invite #magicform_entreprise #addpics .divcontpics .vid1,
  .magic-invite #magicform_entreprise #addpics .divcontvids .pic1,
  .magic-invite #magicform_entreprise #addpics .divcontvids .vid1,
  .magic-invite #magicform_entreprise #addvids .divcontpics .pic1,
  .magic-invite #magicform_entreprise #addvids .divcontpics .vid1,
  .magic-invite #magicform_entreprise #addvids .divcontvids .pic1,
  .magic-invite #magicform_entreprise #addvids .divcontvids .vid1 {
    max-width: 100%;
  }
  .magic-invite #magicform_entreprise #addpics .divcontpics .pic1:nth-child(even),
  .magic-invite #magicform_entreprise #addpics .divcontpics .vid1:nth-child(even),
  .magic-invite #magicform_entreprise #addpics .divcontvids .pic1:nth-child(even),
  .magic-invite #magicform_entreprise #addpics .divcontvids .vid1:nth-child(even),
  .magic-invite #magicform_entreprise #addvids .divcontpics .pic1:nth-child(even),
  .magic-invite #magicform_entreprise #addvids .divcontpics .vid1:nth-child(even),
  .magic-invite #magicform_entreprise #addvids .divcontvids .pic1:nth-child(even),
  .magic-invite #magicform_entreprise #addvids .divcontvids .vid1:nth-child(even) {
    display: none;
  }
  .magic-invite #magicform_entreprise #endstep h4 {
    min-height: 36px;
    height: auto;
  }
}
.searchinmember span.twitter-typeahead {
  width: 100%;
}
.searchinmember .tt-dropdown-menu {
  right: 0px !important;
  z-index: 9999 !important;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
}
.searchinmember .tt-dropdown-menu .tt-suggestion p {
  color: #000;
  text-align: left;
  padding: 1px 7px;
  font-size: 14px !important;
}
.searchinmember .tt-dropdown-menu .tt-suggestion p:hover {
  background: #eff1ea;
}
.advsearch {
  display: none;
}
.adv_search_trigger {
  margin-top: 10px;
  display: block;
  color: #fff;
  float: left;
  text-align: center;
  width: 100%;
}
.adv_search_trigger:hover {
  color: #cfcfcf;
}
.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.ml5 {
  margin-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mlr5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mtb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.pl0 {
  padding-left: 0px;
}
.pr0 {
  padding-right: 0px;
}
.plr0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pt0 {
  padding-top: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.ptb0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pl5 {
  padding-left: 5px;
}
.pr5 {
  padding-right: 5px;
}
.plr5 {
  padding-left: 5px;
  padding-right: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.ptb50 {
  padding-top: 50px;
  padding-bottom: 20px;
}
.prodserv {
  background: #f2f2f2;
}
.prodserv div.col-md-2 img {
  max-width: 80%;
  margin-left: 10%;
  margin-top: 10%;
  margin-bottom: 10%;
}
.prodserv div.mid .infos-block {
  margin: 10px 20px 10px;
}
.prodserv div.mid .infos-block a {
  font-size: 13px;
  text-decoration: none;
  text-align: justify;
}
.prodserv div.mid .infos-block a p.name {
  border-bottom: 1px solid #ebebeb;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.prodserv div.mid .infos-block a p.name span {
  font-size: 15px;
  font-weight: bold;
  text-transform: none;
}
.prodserv .button-container {
  padding: 10px 50px 10px 15px;
}
.prodserv .button-container .openpop {
  margin-bottom: 15px;
}
.prodserv .bottom_align {
  margin: 10px 20px 0px;
}
.prodserv .bottom_align a {
  font-size: 13px;
  text-decoration: none;
  text-align: justify;
}
.prodserv .bottom_align a p.name {
  border-bottom: 1px solid #ebebeb;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.prodserv .bottom_align a p.name span {
  font-size: 15px;
  font-weight: bold;
  text-transform: none;
}
.prodDescr .row {
  margin: 0px;
  padding-bottom: 25px;
}
.kctit {
  text-shadow: -1px 1px 0.85px #000000;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.kcf8 {
  background-color: #f8f8f8;
}
.kcf8 ul li {
  text-indent: 0px;
  border-bottom: 1px solid #d5d5d5;
}
.kcf8 ul li a {
  padding: 8px 10px;
  text-decoration: none;
  letter-spacing: 0.1px;
}
.kcf8 ul li a.active {
  font-weight: bold;
}
.kcf8 ul li:before {
  border: none;
}
.kcf8 ul li ul {
  display: none;
  background-color: #e6e6e6;
  margin-bottom: 0px;
}
.kcf8 ul li ul:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: 20px;
  border: 10px solid transparent;
  vertical-align: middle;
  border-top-color: #f8f8f8;
  z-index: 9999;
}
.kcf8 ul li.aaa ul {
  display: block;
}
.kcf9 ul li {
  text-indent: 0px;
}
.kcf9 ul li a {
  padding: 2px 10px;
  letter-spacing: 0.1px;
  color: #424242;
  display: block;
}
.kcf9 ul li:before {
  border: none;
}
.kcf9 ul li i {
  margin-top: 6px;
}
.borderkc {
  border-top: 6px solid #d5d5d5;
  margin-top: 50px;
}
div#uploadifive-upload_profileimg {
  width: 0px !important;
  height: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}
.watchlive {
  padding: 10px 14px;
  display: block;
  background: #ee1c25;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: -6px;
  z-index: 2;
}
.watchlive:hover {
  color: #eee;
  text-decoration: none;
}
#oss {
  background-color: #ffffff;
}
#oss a {
  text-decoration: none;
}
#oss .flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
#oss .oss-container {
  padding-right: 28px !important;
  padding-left: 28px !important;
  max-width: 25%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#oss .oss-block {
  max-width: 100%;
  padding: 0 !important;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(190,190,190,0.45);
  -moz-box-shadow: 0px 0px 10px 2px rgba(190,190,190,0.45);
  box-shadow: 0px 0px 10px 2px rgba(190,190,190,0.45);
  border-bottom: 3px solid #4e7eac;
}
#oss .oss-block-img {
  min-width: 100%;
  max-width: 100%;
}
#oss .oss-block-title {
  padding-top: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: "OpenSans";
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
#oss .oss-block-text {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  min-height: 70px;
  font-size: 14px;
  font-family: "OpenSans";
  color: #000000;
  text-align: left;
}
#oss .oss-button {
  display: block;
  padding: 10px 45px;
  text-transform: uppercase;
  font-size: 12px;
  border: none;
  margin: 10px 0 10px;
  background: #007ccf;
  color: white;
  box-shadow: 0 4px 0 0 #005d9c;
  text-shadow: 0 1px 0 #005d9c;
}
@media screen and (max-width: 767px) {
  #oss .flex-container {
    display: block;
  }
  #oss .oss-container {
    min-width: 80%;
    max-width: 96%;
  }
}
.new-container {
  padding-top: 100px;
  position: relative;
}
.searchinmember span.twitter-typeahead {
  width: 100%;
}
.searchinmember .tt-dropdown-menu {
  right: 0px !important;
  z-index: 9999 !important;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
}
.searchinmember .tt-dropdown-menu .tt-suggestion p {
  color: #000;
  text-align: left;
  padding: 1px 7px;
  font-size: 14px !important;
}
.searchinmember .tt-dropdown-menu .tt-suggestion p:hover {
  background: #eff1ea;
}
.top-search-container {
  position: fixed;
  left: 282px;
  top: 62px;
  width: calc(100% - 282px);
  background-color: #fff;
  z-index: 1;
}
.top-search-container .member-adv-search,
.top-search-container .refine_searh {
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}
.top-search-container span.twitter-typeahead {
  width: 100%;
}
.top-search-container .tt-dropdown-menu {
  right: 0px !important;
  z-index: 9999 !important;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
}
.top-search-container .tt-dropdown-menu .tt-suggestion p {
  color: #000;
  text-align: left;
  padding: 1px 7px;
  font-size: 14px !important;
}
.top-search-container .tt-dropdown-menu .tt-suggestion p:hover {
  background: #eff1ea;
}
.top-search-container .refine-search .select2-container .select2-selection--single {
  margin-top: 0px !important;
}
.top-search-container .refine-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0px !important;
}
.top-search-container .refine-search .dropdown {
  cursor: pointer;
  text-align: right;
}
.top-search-container .refine-search .dropdown select,
.top-search-container .refine-search .dropdown .select2-container--default .select2-selection--single {
  color: #000000;
  border: none !important;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.top-search-container .refine-search .dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
}
.top-search-container .refine-search .dropdown .select2 {
  width: 60% !important;
  border: none !important;
  outline: none !important;
}
.top-search-container .select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaaaaa !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.top-search-container form .refine_searh {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.top-search-container ul {
  border-bottom: 0px solid #B7B7B7;
}
.top-search-container ul li {
  padding: 0 20px;
  margin: 14px 0;
  display: inline-block;
  border-left: 1px solid #ECECEC;
}
.top-search-container ul li:first-child {
  border-left: none;
}
.top-search-container ul li:first-child a span {
  margin-top: 6px;
}
.suggested_friendsm .suggested_events_less,
.suggested_events_extra {
  height: auto;
  overflow: auto;
}
.getTheOffer {
  color: #555;
  font-weight: 300;
  letter-spacing: .5px;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  margin-left: 50px;
  display: block;
  text-align: center;
  padding: 14px 40px;
  margin-top: 6px;
  border: none;
}
.getTheOffer:hover {
  text-decoration: none;
  color: #555;
  cursor: pointer;
  background-color: #b3b3b3;
}
#calendar-link-btn {
  background-color: #0076a3;
}
#calendar-link-btn:hover {
  background-color: #0076a3 !important;
  border-color: #0076a3 !important;
}
#events-container .cl_title {
  font-size: 16px;
  text-transform: uppercase !important;
}
#events-container .event {
  offset: none;
  font-family: 'Raleway', sans-serif;
  margin: 40px 0;
  min-height: 268px;
  width: 100%;
}
#events-container .rectangle-img-container {
  height: 244px;
  width: 344px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  border-radius: 5px;
}
#events-container .rectangle-img {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  transition: all .8s;
  border-radius: 5px;
}
#events-container .rectangle-img-container:hover .rectangle-img,
#events-container .rectangle-img-container:focus .rectangle-img {
  transform: scale(1.1);
}
#events-container .eventssuggestionsimg {
  border-radius: 5px;
  display: block;
  margin: 5px;
  float: left;
}
#events-container .event-text {
  position: absolute;
  top: 0px;
  left: 360px;
  width: calc(100% - 380px);
  min-height: 244px;
  display: inline-block;
  padding-left: 30px;
  text-align: left;
}
#events-container .event-text > div {
  width: 100%;
}
#events-container .event-text > a {
  width: 100%;
}
#events-container .name {
  color: #252525;
  font-size: 26px;
  font-weight: bold;
  float: left;
  padding-top: 8px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
#events-container .event-date {
  float: left;
  padding-top: 8px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
#events-container .posted-by {
  font-size: 14px;
}
#events-container .price {
  font-weight: 600;
}
#events-container .ppl .company-profils .profil-unit {
  border: none;
  float: left;
}
#events-container .ppl .company-profils .profil-unit img {
  height: 60px;
  width: 60px;
  max-width: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 10px;
}
#events-container .read-more {
  color: #0076A3;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  position: absolute;
  bottom: 14px;
}
.prod-img {
  padding-left: 35px !important;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px !important;
}
.soldBy {
  padding-left: 0px !important;
}
.soldBy span {
  color: #0076a3;
}
.sendInquiry {
  padding-left: 0px !important;
  padding-top: 0px;
  padding-bottom: 30px;
  padding-right: 30px !important;
  text-align: left;
}
.sendInquiry button {
  padding: 8px 12px;
}
.showLongDescription {
  display: none;
  min-height: 400px;
}
#loginWtcLogo {
  background-color: #ffffff;
  width: 100%;
  height: 74px;
}
#loginWtcLogo .contact_bar_ct.left {
  float: left;
}
#poweredBy: {
  font-weight: bold;
}
.background-container {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  position: relative;
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
}
.login-container {
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 344px;
  height: 720px;
}
.confirm-recover {
  position: relative;
  height: 100%;
}
#back-to-login {
  position: absolute;
  bottom: 80px;
  padding-left: 0;
}
#back-to-login a {
  padding: 14px 40px;
  font-weight: bold;
}
#login-body .padding-down: {
  display: none !important;
}
#jobs-top-search-ul a {
  color: #000000 !important;
}
.wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
}
#burger_mobilemenu {
  display: none;
}
#sidebar.active {
  margin-left: -250px;
}
#sidebar {
  position: fixed;
  top: 0;
  min-width: 281px;
  max-width: 281px;
  min-height: 100vh;
  background-color: #FFFFFF;
  color: #6D7381;
  transition: all 0.3s;
  z-index: 200;
  font-family: 'Raleway', sans-serif;
  box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.13);
}
#sidebar .sidebar-header {
  padding: 20px;
  font-weight: 500;
  background: #FFFFFF;
}
#sidebar ul.components {
  padding: 20px 0;
}
#sidebar a,
a:hover,
a:focus {
  text-decoration: none;
  transition: all 0.3s;
  background-color: transparent !important;
}
#sidebar a:hover,
a:focus {
  font-weight: 500;
  color: #0839BB;
}
#sidebar .sidebar-header {
  width: 100%;
}
#sidebar hr {
  width: 30%;
  text-align: center;
}
#sidebar .contact_bar_logo {
  padding-left: 0;
  margin-left: 10px;
  width: 100%;
}
#sidebar .logo_title {
  padding-left: 0;
  display: block;
}
#sidebar .logo_title img {
  padding-right: 10px;
  margin-right: 10px;
  max-width: 100%;
  max-height: 75px;
}
.subMenus li a {
  padding-left: 32px;
  margin-bottom: 24px;
  display: block;
  height: 18px;
  transition: all 0.6s ease-in-out;
  transform-origin: 20% 80%;
  color: #6D7381;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.subMenus li a:hover {
  color: #0839BB;
  background: transparent;
  font-weight: 600;
}
.subMenus li.active > a,
a[aria-expanded="true"] {
  color: #0839BB;
  background: #6D7381;
  font-weight: 600;
}
.subMenus li a .nav-text {
  vertical-align: -2px;
  margin-left: 20px;
}
.subMenus li.active > a svg g {
  fill: #0839BB;
}
.subMenus li a svg {
  height: auto;
  width: auto;
  margin-right: 8px;
}
.subMenus li a svg g {
  fill: #6D7381;
}
.subMenus li a:hover svg g {
  fill: #0839BB;
}
.menu-category {
  color: #9FA2A9;
  font-family: 'Raleway', sans-serif;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 500;
  padding: 20px 0px 20px 32px;
}
.menu-category:after {
  height: 1px;
  width: 61px;
  border: 1px solid #6D7381;
  opacity: 0.2;
  content: '';
  position: absolute;
  margin-top: 8px;
  margin-left: 20px;
}
.menu-category a {
  color: #F5F5F5;
  text-decoration: none;
}
#content {
  margin-left: 281px;
  width: 100%;
}
#uishowlangs {
  color: #6D7381;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
  padding-right: 22px;
  background: url(../img/arrownve.svg) no-repeat right 20px;
  background-size: 12px;
}
#uishowlangs img {
  margin-right: 9px;
  margin-bottom: 4px;
  width: 20px;
}
.langimg {
  position: relative;
}
img.langimg {
  margin-left: 32px;
  margin-right: 15px;
  margin-bottom: 7px;
}
ul.flags {
  position: absolute;
  left: 80px;
  top: -50px;
  background: #ccced2;
  border-radius: 4px;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
  padding-bottom: 10px;
  display: none;
  width: 110px;
}
ul.flags li a {
  padding-left: 0px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #6D7381;
  margin-bottom: 5px;
  padding: 5px 15px 5px 5px;
}
ul.flags li a img {
  margin-left: 3px;
  margin-right: 9px;
  margin-bottom: 4px;
  width: 15px;
}
ul.flags li a:hover {
  background: #E0E1E3;
}
ul.flags:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(204,206,210,0);
  border-top-color: #ccced2;
  border-width: 8px;
  margin-left: -8px;
}
#burger {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  width: 24px;
  height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#burger span {
  display: block;
  position: absolute;
  background: #FFF;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#burger span.b1 {
  top: 10px;
}
#burger span.b2 {
  top: 18px;
}
#burger span.b3 {
  top: 26px;
}
.portal_bar {
  position: fixed;
  top: 75px;
  left: 290px;
  right: 0;
  z-index: -1;
  border-top: 1px solid rgba(255,255,255,0.25);
  border-bottom: 1px solid rgba(255,255,255,0.25);
  background-color: #0076a3;
  line-height: 60px;
  text-align: center;
  color: #F5F5F5;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
.sidebar-footer {
  position: absolute;
  bottom: 20px;
}
.sidebar-footer .flags,
.sidebar-footer p {
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}
.sidebar-footer p {
  color: #F5F5F5;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 300;
}
.sidebar-footer p a {
  text-decoration: none;
  color: #F5F5F5;
}
.sidebar-footer .flags > li {
  float: none;
  display: inline-block;
  padding: 8px;
}
#personal-dropdown {
  background-color: #fff;
  line-height: 30px;
  position: fixed;
  top: 70px;
  right: 40px;
  z-index: 1000;
}
#personal-dropdown a {
  text-decoration: none;
  width: 70%;
  display: block;
  margin-left: 27px;
  margin-right: 27px;
  padding: 10px 0;
  border-bottom: 1px solid #ECECEC;
  color: #333333;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 300;
}
#personal-dropdown a:last-of-type {
  border: none;
}
#personal-dropdown a:hover {
  color: #000;
  font-weight: 600;
}
#personal-dropdown p {
  background-color: #EBEBEB;
  padding: 10px 27px;
  border-top: 1px solid #ECECEC;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 300;
}
#personal-dropdown p a {
  text-decoration: none;
  width: auto;
  display: inline;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border-bottom: none;
  color: #0076A3;
}
#personal-dropdown p a:hover {
  color: #0076A3;
  font-weight: 300;
}
.subMenus li.active > #currentaccount,
#currentaccount[aria-expanded="true"] {
  background-color: transparent;
}
#nav-search-bar {
  min-height: 54px;
  max-height: 54px;
  width: calc(99% - 520px);
  margin-right: 1%;
  margin-top: 0px;
  padding: 2px;
  padding-left: 12px;
}
#header-search-all {
  width: 100%;
  max-height: 54px;
  border: none;
  padding: 10px;
  padding-left: 35px;
  background: url(../img/spyglassb.svg) 8px center no-repeat;
  background-size: 17px;
  margin-top: 0px;
  outline: none;
}
#rezult-desktop-div {
  width: 100%;
  position: absolute;
  top: 60px;
  border-radius: 5px;
  min-height: 30px;
  margin-left: 2%;
  background: #fff;
  display: none;
  box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.35);
  z-index: 3;
  overflow: hidden;
}
@media screen and (max-width: 1280px) and (min-width: 1024px) {
  #sidebar {
    min-width: 90px;
    max-width: 90px;
  }
  .subMenus li a {
    position: relative;
  }
  .subMenus li a .nav-text {
    display: none;
    position: absolute;
    min-width: 120px;
    padding: 5px;
    background-color: #7C8192;
    border-radius: 3px;
    box-shadow: 0 5px 7px 0 rgba(10,10,16,0.2);
    left: 83px;
    top: -4px;
    margin-left: 0px !important;
    text-align: center;
    padding: 5px 10px;
    max-height: 230px;
    width: auto;
    white-space: nowrap;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
  }
  .subMenus li a .nav-text:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(124,129,146,0);
    border-right-color: #7C8192;
    border-width: 6px;
    margin-top: -6px;
  }
  .subMenus li a:hover .nav-text {
    display: block;
  }
  .subMenus li a img {
    margin: 0 auto;
  }
  .menu-category {
    padding: 20px 0px 20px 0px;
    text-align: center;
  }
  .menu-category:after {
    display: none;
  }
  #sidebar .sidebar-header {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
    overflow: hidden;
  }
  #sidebar hr {
    display: none;
  }
  #sidebar .contact_bar_logo {
    padding: 4px 0 0 5px;
    margin-left: 0px;
    width: 100%;
  }
  #sidebar .logo_title {
    padding-left: 7px;
    height: 50px;
    display: block;
    overflow: hidden;
  }
  #sidebar .logo_title:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 40px;
    background: #fff;
    right: 0px;
    top: 25px;
  }
  #sidebar .logo_title img {
    padding-right: 10px;
    margin-right: 10px;
    position: absolute;
    max-width: none;
    width: auto;
    max-height: 30px;
  }
  #content {
    margin-left: 93px;
    width: calc(100% - 93px);
  }
  img.langimg {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
  }
  .langimg {
    text-align: center;
    position: relative;
  }
  .langimg img.langimg {
    margin-bottom: 10px;
  }
  .portal_bar {
    left: 93px;
  }
  .contact_bar {
    left: 89px;
    width: calc(100% - 89px);
  }
  .top-search-container {
    left: 93px;
    width: calc(100% - 93px);
  }
  .global-wrapper #menu-wrapper {
    background-color: transparent;
  }
  .container {
    width: calc(100% - 35px);
  }
  #uishowlangs {
    color: #6D7381;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
    display: block;
    padding-right: 22px;
    background: url(../img/arrownve.svg) no-repeat right 10px;
    background-size: 12px;
    width: 40px;
    margin-left: calc((100% - 40px) / 2);
  }
  #uishowlangs img {
    margin-right: 0px;
    margin-bottom: 4px;
    width: 20px;
  }
  #uishowlangs span {
    display: none;
  }
  ul.flags {
    position: absolute;
    left: 80px;
    top: 15px;
    background: #ccced2;
    border-radius: 4px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
    padding-bottom: 10px;
    display: none;
  }
  ul.flags li a {
    padding-left: 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #6D7381;
    margin-bottom: 5px;
    padding: 5px 15px 5px 5px;
  }
  ul.flags li a img {
    margin-left: 3px;
    margin-right: 9px;
    margin-bottom: 4px;
    width: 15px;
  }
  ul.flags li a:hover {
    background: #E0E1E3;
  }
  ul.flags:after {
    top: 50%;
    left: 0%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(204,206,210,0);
    border-right-color: #ccced2;
    border-width: 8px;
    margin-left: -16px;
    margin-top: -8px;
  }
}
@media screen and (max-width: 1024px) {
  #sidebar {
    display: none;
  }
  .open #sidebar {
    display: block;
  }
  #content {
    margin-left: 0px;
    width: 100%;
  }
  .contact_bar {
    left: 0px;
    width: 100%;
  }
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container .col-xs-12 .col-md-3.col-md-push-9 {
    padding-left: 15px !important;
    padding-right: 15px;
  }
  .top-search-container {
    left: 0px;
    width: 100%;
  }
  .top-search-container ul li {
    margin: 7px;
    padding: 0 10px;
    float: left;
  }
  #burger_mobilemenu {
    display: block;
    width: 32px;
    height: 100%;
    float: left;
    margin-left: 32px;
    background: url(/themes/def/icons/burgerm.svg) no-repeat center center;
  }
  .feed_message .head .logo_name {
    width: calc(100% - 65px);
  }
  #nav-search-bar {
    display: none;
  }
  .contact_bar_ct {
    padding-right: 10px;
  }
  #notif {
    border-left: none;
    border-right: none;
    width: 36px;
  }
  #chat {
    border-left: none;
    border-right: none;
    width: 36px;
    margin-right: 5px;
  }
}
@media screen and (max-height: 820px) {
  .menu-category {
    padding: 10px;
  }
  .subMenus li a {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 720px) {
  .new-container {
    padding-top: 160px;
  }
  .members-container {
    padding-top: 220px;
  }
  .jobs.container.content {
    margin-top: 110px !important;
  }
}
@media screen and (max-height: 668px) {
  #content: {
    margin-left: 240px;
  }
  #sidebar : {
    min-width: 240px;
    max-width: 240px;
  }
  #sidebar .subMenus li a {
    font-size: 12px;
  }
}
@media screen and (max-height: 608px) {
  #sidebar: {
    overflow-y: auto;
  }
}
