/********************************************************************************
  *
  *     Description:     Higgs Adult Edition - Responsive Theme Base CSS File
  *     Version:         1.0.0
  *     Copyright:       This product is the property of OW Visuals. Copying and reselling by third parties is strongly prohibited
  *
  *     -- FILE STRUCTURE: --
  *
  *     [ 1] CSS Defaults Reset          __reset
  *     [ 2] Base Elements               __base
  *     [ 3] Masterpage & Page Layout    __layout
  *     [ 4] Forms                       __forms
  *     [ 5] Common Blocks               __blocks
  *     [ 6] Standard Listings           __listings
  *     [ 7] Tables                      __tables
  *     [ 8] Messages & Notifications    __messages
  *     [ 9] Thumbnails & Icons          __icons
  *     [10] Menus                       __menus
  *     [11] Pagination                  __pagination
  *     [12] Typography                  __typography
  *     [13] Misc                        __misc
  *     [14] Clearfix                    __clearfix
  *     [15] Plugin Styles               __plugins
  *
  *
 ********************************************************************************/
/*========================================================
        [1] CSS Defaults Reset      __reset
  ========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body{
    line-height: 1; /* TODO delete */
}
ol, ul{
    list-style: none; /* TODO delete */
}
blockquote, q{
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
    content: '';
    content: none;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
/* remember to define focus styles! */
:focus{
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins{
    text-decoration: none;
}
del{
    text-decoration: line-through;
}
/*========================================================
        [2] Base Elements       __base
  ========================================================*/
  
  @font-face {
  font-family: 'Socicon';
  src: url('fonts/socicon/Socicon.eot');
  src: url('fonts/socicon/Socicon.eot#iefix') format('embedded-opentype'), 
		url('fonts/socicon/Socicon.woff2') format('woff2'), 
		url('fonts/socicon/Socicon.ttf') format('truetype'), 
		url('fonts/socicon/Socicon.woff') format('woff'), 
		url('fonts/socicon/Socicon.svg#Socicon') format('svg');
  font-weight: normal;
  font-style: normal;
}
  @font-face {
	font-family: 'Simple-Line-Icons';
	src:url('fonts/simpleline/Simple-Line-Icons.eot');
	src:url('fonts/simpleline/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
		url('fonts/simpleline/Simple-Line-Icons.woff') format('woff'),
		url('fonts/simpleline/Simple-Line-Icons.ttf') format('truetype'),
		url('fonts/simpleline/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src:url('fonts/fontawesome/fontawesome-webfont.eot?v=4.6.1');
  src:url('fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), 
      url('fonts/fontawesome/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), 
	  url('fonts/fontawesome/fontawesome-webfont.woff?v=4.6.1') format('woff'), 
	  url('fonts/fontawesome/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), 
	  url('fonts/fontawesome/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'untitled-font-1';
  src:url('fonts/untitled-font-1/untitled-font-1.eot');
  src:url('fonts/untitled-font-1/untitled-font-1.eot?#iefix') format('embedded-opentype'),
    url('fonts/untitled-font-1/untitled-font-1.woff') format('woff'),
    url('fonts/untitled-font-1/untitled-font-1.ttf') format('truetype'),
    url('fonts/untitled-font-1/untitled-font-1.svg#untitled-font-1') format('svg');
  font-weight: normal;
  font-style: normal;

}

body {
    background-color: #212528;
}
body, html {
    font-family: "Tahoma","Lucida Grande", "Verdana";
    color: #7f7f7f; /** OW_Control type:color, section: 4. Colors, key:textColor, label: - Text **/
    font-size: 14px;
    line-height: 18px;
    position: relative;
}
a {
    color: #c8c8c8; /** OW_Control type:color, key:linkColor, section: 4. Colors, label: - Links **/
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
a:hover img{
    text-decoration: none;
}
.ow_newsfeed_body b {
	font-weight: normal;
}
p{
    text-indent: 0;
    margin-bottom: 4px;
}
h1, h2, h3, h4, h5{
    /* color: #333e48; */48 */
    margin: 0;
    padding: 0;
}
h1{
    line-height: 30px;
    padding-left: 0px;
    color: rgb(226, 87, 76); 
    text-transform: uppercase;
    margin-left: 0px;
    background-repeat: no-repeat;
    margin: 15px;
    background-repeat: repeat-x;
    background-position: bottom left;
    padding-bottom: 10px;
    font-size: 25px;
    font-style: normal;
    font-family: 'Jura', sans-serif;
}
.ow_mailbox_username .ow_mailbox_username_text {
    font-weight: normal !important;
    font-family: 'Play', sans-serif;
    color: #ff1744 !important;
}
html body.ow.base_index_page .ow_page h1 {
    line-height: 0px !important;
    padding-left: 0px;
    margin: 10px 0px 10px 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    min-height: 0px;
    border-bottom: 5px solid rgba(164, 186, 195, 0.12);
}
html body div .ow_page h1 {
	line-height: 30px;
	background-image:  none !important;
	margin: 0px 0px 10px 0px;
	color: rgb(162, 172, 179);
	text-transform: uppercase;
	padding: 10px;
	padding-left: 20px;
	font-size: 15px;
	font-style: normal;
	font-family: 'Play', sans-serif;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
html body div .ow_page h1:before {
	display: none;
}
html body.ow.base_index_page h1:before {
    display: none;
}
.maintenance_cont h1 {
	padding-left: 43px;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 14px;
}
h4 {
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: none;
}
table {
    border: none;
}
img {
    border: 0;
    vertical-align: middle;
}
th, td {
    padding: 2px 5px;
    vertical-align: top;
    /* font-size:  15px; */
}
th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 10px;
    vertical-align: middle;
    height: 30px;
}
th {
    color: #ffffff;
    font-family: 'Play', sans-serif;
    font-size: 15px;
    background: rgb(23, 26, 28);
    border: 1px solid rgba(20, 18, 21, 0.21);
}
.ow_content th a {
	color: #848484;
}
hr {
    background-color: rgba(0, 0, 0, 0.14);
    border: none;
    height: 1px;
    margin: 5px 5px 15px 5px;
}
/*========================================================
        [3] Masterpage & Page Layout        __layout
  ========================================================*/
/* ---- Page Layout styles ---- */
/*Opera Fix*/
    body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;
}

.floatbox_container   .ow_bg_color {
    background-color: #25292c;
}
.ow_bg_color{
    background: 212528;
}
.ow_page_wrap {
    position: relative;
}
body > .ow_page_wrap {
    min-height: 100%;
    position: relative;
}
body.ow_menu_active {
	overflow: hidden;
	position: relative;
}
.ow_page_padding {overflow: hidden;} 
.ow_canvas {
    margin: 0 0 0 auto;
    word-wrap: break-word;
    position: relative;
}
.ow_page {
    /* margin: 20px 20px 10px auto; */
    padding: 0 18px;
}
.ow_page_container {
    margin: 0px auto 16px;
}
.ow_page_container .ow_page {
    padding: 10px;
    margin-top: 40px;
}
.ow_content {
    float: left;
    width: 73%;
    padding-left: 0px;
    padding-right: 0px;
}
.ow_content_wrap {
    margin-left: 10px;
}
.ow_content a {
	color: #ffffff; /** OW_Control type:color, key:linkColor, section: 4. Colors, label: - Links **/
	font-size: 14px;
	font-weight: normal;
	font-family: 'Play', sans-serif;
	transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
}
.ow_content a:hover {
	text-decoration:none;
	color: #fa1642;/** OW_Control type:color, key:linkHoverColor, section: 4. Colors, label: - Links hover **/
	font-weight: normal;
	transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	ms-transition: all 0.30s ease-in-out;
}
.ow_footer {
    color: #868686;
    min-height: 180px;
    clear: both;
    margin: 0px auto;
    background-color: rgb(20, 23, 25);
    margin-left: auto;
    margin-right: auto;
}
.ow_footer .ow_copyright{
    font-size: 11px;
    text-align: left;
    margin-left: 50px;
}
h1.page_title{
    margin-bottom: 20px;
    padding-left: 22px;
}
.ow_column {
    width: 49%;
    overflow: hidden;    
}
.ow_narrow {
    width: 39%;
}
.ow_wide {
    width: 59%;
}
.ow_superwide {
    width: 75%;
}
.ow_supernarrow {
    width: 23%;
    font-size: 11px;
}
.ow_left {
    float: left;
}
td.ow_left {
    float: none;
}
.ow_right {
    float: right;
}
.ow_center {
    text-align: center;
}
.ow_vertical_middle {
    vertical-align: middle;
}
.ow_txtleft,
table td.ow_txtleft {
    text-align: left;
    font-size: 12px;
    background-position: left 10px;
}
.ow_txtcenter {
    text-align: center;
}
.ow_txtright {
    text-align: right;
}
html body .ow_hidden{
    display: none;
}
.ow_visible {
    display: block;
}
.ow_nocontent {
    padding: 20px 0px;
    text-align: center;
	color: #7A7474;
}
table.ow_nomargin,
div.ow_nomargin {
    margin-bottom:0px;
}
.ow_nowrap {
    white-space: nowrap;
}
ul.ow_regular {
    margin-bottom: 12px;
}
ul.ow_regular li {
    line-height: 17px;
    margin: 10px 0px 3px 5px;
    padding: 0px 0px 0px 16px;
    background-repeat: no-repeat;
}
ul.ow_regular li:before {
    content: "\e080";
    display: inline-block;
    padding: 0px 0px 0px 10px;
    margin-left: -27px;
    margin-right: 5px;
    margin-bottom: -20px;
    line-height: 23px;
    font-family: 'Simple-Line-Icons';
    float: none;
    text-align: left;
    color: #d11717;
    font-weight: bold;
}
.ow_preloader{
    background: url(images/ajax_preloader_button.gif) no-repeat center center;
}
.ow_preloader_content{
    background: url(images/ajax_preloader_content.gif) no-repeat center center;
}
.ow_page_layout_scheme {
    width: 580px;
}
.ow_photo_list.ow_photo_pint_mode {
    position: relative;
    margin: 8px 8px 16px 8px !important;
}
.ow_page_layout_scheme a {
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #FFFFFF;
    display: block;
    float: left;
    height: 103px;
    margin: 2px;
    padding: 5px;
    width: 100px;
}
.ow_page_layout_scheme a.active,
.ow_page_layout_scheme a:hover {
    background-color: #CCFFCC;
    border: 1px solid #CCCCCC;
}
.ow_item_set2{ width: 49%; }
.ow_item_set3{ width: 33%; }
.ow_item_set4{ width: 25%; }
.ow_item_set5{ width: 20%; }
/* ---- End of Page Layout styles ---- */
/* ---- Header styles ---- */
.ow_header {
	padding: 0px 0px 0px 0px;
	overflow:  hidden;
	/* display:none; */
	margin-top: 8px;
}
html body.ow.base_index_page div.ow_page_wrap div.ow_header{
	display:initial;
}
.ow_top {
    position: relative;
    height: auto;
    min-height: 105px;
    padding-top: 50px;
}
.ow_header .ow_search{
    float: right;
    padding: 5px;
}
.ow_header_img {
    width: 100%;
}
.ow_header_pic {
}
.ow_header_pic img {
	height: 0px;
}
.ow_console_body {
	text-align: left;
	width: 100%;
	margin: 0px auto 0px;
}
/* ---- End of the Header styles ---- */
/* ---- Sidebar styles ---- */
.ow_sidebar .ow_box_cap_empty {
}
.ow_sidebar .ow_box_cap {
}
.ow_sidebar .ow_box {
}
html body .ow_sidebar h3 {
    font-size: 13px;
}
/* ---- End of Sidebar styles ---- */
@media (max-width: 480px) { 
.ow_page_container {
	/* padding-top: 88px; */
}
.ow_wide {
    width: 95%;
}
.ow_page_container,  .ow_footer {
	max-width: 460px;
	min-width: 230px;
	margin-left: 1px;
 }
.ow_site_panel {
    z-index: 99;
    left : 0px;
    position: relative;
    /* width: 100%; */
    top: -1px;
    padding-bottom: 1px;
}
.ow_canvas {
    margin: 0px auto;
    word-wrap: break-word;
    max-width: 100%;
    position: relative;
    border: 0px;
}
.ow_site_panel_wrap {
    height: 40px;
    margin: 0 auto;
    position: relative;
	width:100%;
}
.ow_console {
    font-size: 11px;
    color: #9b9b9b;
}
.ow_console .ow_tooltip_tail {
	display: inline-block;
	padding: 0px 0px;
	width: 100%;
	display: none; 
	background-image: none;
}
.ow_newsfeed_item_content {
	float: left;
	min-width: 50px;
	width: 100%!important;
	max-width: 440px;
}
.ow_console_body {
    text-align: left;
}
.ow_forgot_password {
	margin: 0 auto;
	padding: 100px 0px 0px 0px!important;
	width: 100% !important;
	max-width: 350px;
}
.floatbox_canvas .floatbox_container .floatbox_body .avatar_select_list .ow_item_set2 {
	width: 90% !important;
}
.profile-NEWSFEED_CMP_UserFeedWidget.ow_box ,.index-NEWSFEED_CMP_SiteFeedWidget .ow_box, .group-NEWSFEED_CMP_EntityFeedWidget  .ow_box, .dashboard-NEWSFEED_CMP_MyFeedWidget .ow_box{
	background: none;
	border:none;
}
.ow_chat_block form .ow_chat_mailchat_inputarea .jhtmlarea {
    height: 90px !important;
}
.ow_fw_menu {width: 90% !important;}
    .ow_sidebar {
    padding-top: 60px;
    /* display: none; */
    float: left;
    width: 100%;
}
.ow_content {
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
    .ow_content { float: none; }
    .ow_page, .ow_content_wrap {margin: 0px;}
    .ow_content .ow_left, .ow_content .ow_right, .ow_content .ow_superwide, .ow_content .ow_supernarrow { 
	float: none; 
	width: 100% !important; 
	margin-bottom: 10px; 
	}
    .ow_content > .ow_right { text-align: right; margin-bottom: 15px; }
    .ow_logo_wrap a {font-size: 17px;}
    ul.ow_content_menu li {
    margin-top: 5px;
    padding: 5px 1px 0px 0px;
    border: none;
    float: none!Important;
    width: 99%;
    margin-bottom: 10px;
    }
    .ow_logo_img {
    background-image: url('images/logo1.png'); /** OW_Control type:image, key:logoImage, section:3. Console settings, label: Logo image, description: Upload your own logo image **/
    background-repeat: no-repeat;
    background-position: left center !important;
    display: block;
    width: 190px;
    height: 41px;
}
    .ow_content_menu li.active a:after, .ow_content_menu li a::after {
display: none
}
        .ow_content_menu li.active a {
}

    ul.ow_content_menu li a {font-size: 11px;text-shadow: none;}
	ul.ow_content_menu span {
  padding: 1px 8px 1px 8px;
  background-position: -500px 2px;
  background-image: none !important;
  }
  .ow_console .ow_tooltip_body:before {
display: none;
}
    ul.ow_content_menu span { background-position: -500px 2px; background-image: none !important; font-size:  16px;}
    div h1.ow_stdmargin { font-size: 14px; font-weight: normal;margin-bottom: 10px;}
    body div.floatbox_container { max-width: 93% !important; }
    .ow_photo_list_item { width: 160px; }
    div.ow_stdmargin {margin-bottom: 10px;}
    div.ow_bg_color { padding: 4px; }
    body .floatbox_container .ow_sign_in_wrap form { padding: 5px; }
    body .ow_sign_in_wrap { width: auto; }
    .floatbox_container .ow_sign_in_wrap form .ow_sign_in,
    .floatbox_container .ow_sign_in_wrap form .ow_sign_up { float: none; width: 100%; margin: 0px; }
    body .ow_table_1 td, body .ow_table_2 td { padding: 5px; }
    body input[name=userPhoto] { max-width: 100px; }
    body form[name=add-topic-form] input[name^=attachments] { max-width: 100px; }
    body form[name=GROUPS_CreateGroupForm] input[name=image] { max-width: 100px; }
    body form[name=event_add] input[name=image] { max-width: 100px; }
    body form[name=photoUploadForm] input[name^=photos] { max-width: 100px; }
    div[class^=captchaField_input_] > div.ow_automargin { width: 210px !important; }
    span.ow_signin_label { }
    div.ow_box_cap h3, div.ow_box_cap_empty h3 {/* font-size: 11px; */}
    .ow_photo_info { max-width: 300px; margin: 0px auto; }
    .ow_photo_info .ow_left, .ow_photo_info .ow_right { float: none; width: 100%; }
    .ow_notification_list .ow_tooltip_top_right.ow_tooltip { right: -10px; }
    .ow_mailbox_items_list .ow_tooltip_top_right.ow_tooltip { left: -15px; right: auto; }
    .ow_friend_request_list .ow_tooltip_top_right.ow_tooltip, .ow_invitation_list .ow_tooltip_top_right.ow_tooltip { left: 0px; right: auto; }
    .ow_mailbox_items_list .ow_tooltip_top_right .ow_tooltip_tail { padding-left: 15px; text-align: left; }
    .ow_friend_request_list .ow_tooltip_top_right .ow_tooltip_tail, .ow_invitation_list .ow_tooltip_top_right .ow_tooltip_tail { text-align: left; padding-left: 5px; }
    .ow_notification_list .ow_console .ow_tooltip .ow_tooltip_body { }
	ul.ow_console_dropdown {text-align: center!important;}
    .ow_mailbox_items_list .ow_console .ow_tooltip .ow_tooltip_body {  }
    .ow_friend_request_list .ow_console .ow_tooltip .ow_tooltip_body, .ow_invitation_list .ow_console .ow_tooltip .ow_tooltip_body {  }
    .ow_notification_list .ow_console_list_wrapper { width: 100%; }
    .ow_mailbox_items_list .ow_console_list_wrapper { width: 100%; }
    .ow_friend_request_list .ow_console_list_wrapper, .ow_invitation_list .ow_console_list_wrapper { width: 100%; }
    div.ow_invitation_list .ow_console_invt_txt { width: 115px; }
    div.ow_console_invt_no_img .ow_console_invt_txt { width: auto; }
	.ow_console_invt_txt { width: auto !important; word-wrap: break-word; margin-right: 30px;}

.ow_console_right {
    float: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.ow_photo_list.ow_photo_pint_mode {
    margin: 0px 0px 0px 0px !important;
}
.ow_page h1 {
  padding-top: 10px;
  text-align: center !important;
  padding-bottom: 14px;
}
span.ow_ico_signin.ow_ico_signin_g {
    margin: 1px 0 0 5px !important;
}
    span.ow_console_more {margin: 8px 10px 0px 0px;float: right;}
    span.ow_console_more:hover {  }
    html body div.ow_console_item a {}
    div.ow_user_list .ow_item_set3 { width: 100%; }
    div .ow_console span.ow_count_wrap {/* padding-top: 1px; *//* margin-right: -2px; */position: relative;float: right;top: 0px;}
    .ow_console_item span.ow_ico_signin {margin: 5px 0 0 5px !important;}
    span.ow_ico_signin:last-child { }
    div.ow_message_cont { width: 270px; margin-left: -135px; }
    body input[type="submit"], body input[type="button"] {font-size: 11px;}
    div.ow_box_toolbar { white-space: normal; }
    .buttons span.ow_button { margin-bottom: 5px; }
    .ow_change_avatar .ow_wide { width: 90%; }
    div.ow_change_avatar .avatar_current, div.ow_change_avatar .ow_avatar_preview { border: none; }
    body table.ow_mailbox td.mail_info { white-space: normal !important; width: 30px; }
    body table.ow_mailbox  td, body table.ow_mailbox td { padding: 3px; }
    table.ow_mailbox { font-size: 11px; }
    .ow_mailbox .ow_blitem { margin-bottom: 3px; }
    div.ow_sign_in_wrap {top: 0px;margin: 0px 0px;left: 0px !important;}
    div.ow_sign_in_wrap form {padding: 15px;}
    div.ow_sign_in_wrap form .ow_sign_in {float: none;width: 100%;}
    div.ow_sign_in_wrap form .ow_sign_up { width: 100%; margin: 0px !important; }
    div.ow_sign_in_wrap h2 { font-size: 17px; line-height: 20px; padding: 0 10px; }
    #mailbox-add-message-form .ow_submit_auto_click { display: block; }
    body .ow_forum .ow_name { width: auto !important; }
    .ow_forum th, .ow_forum td { padding: 3px; font-size: 11px; }
    body .ow_left .ow_box_cap_empty, body .ow_left .ow_box_cap {background: none;margin-left: 0px;padding-left: 0px;}
    body .ow_sidebar .ow_box_cap, body .ow_sidebar .ow_box_cap_empty { background: none; margin-right: 0px; padding-right: 0px; }
    body .ow_menu_wrap { background: none; margin: 20px 0px 20px 0px; padding-left: 0px; }
    body .ow_menu_wrapinner { background: none; padding-right: 0px; }
    html body div .ow_left .ow_box_cap_empty h3, html body div .ow_left .ow_box_cap h3 {  }
    html body div .ow_sidebar .ow_box_cap h3, html body div .ow_sidebar .ow_box_cap_empty h3 {  }
    body .ow_page_container .ow_page {padding: 1px;margin-top: 5px;}
    .ow_other_video_thumb.ow_left {
        float: left; width: 80px !important; 
    }
    .ow_menu_fullpage {
    position: fixed;
    z-index: 200;
    top: 45px !important;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(247, 247, 247, 0.92);
    max-width: 100% !important;
    width: 0px !important;
    overflow-y: auto;
}
.ow_menu_active .ow_menu_fullpage {
    display: block;
    overflow-y: auto;
    width: 100% !important;
}
    .ow_box_cap h3:before {
    float: left;
    line-height: 33px !important;
    color: #E2574C;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    padding-right: 7px;
    padding-left: 5px;
    font-size: 16px !important;
}
.ow_mailbox_convers_info_string {
width: auto!important;
margin-top: 6px;
padding-right: 45px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
overflow: hidden;
}	
.ow_newsfeed_line {
  display: block !important;
  padding-bottom: 10px!important;
  margin-left: -5px;
}
.ow_newsfeed_line a {
}
form[name="contact_form"] table.ow_automargin {width: 100% !important;}
.ow_photo_item_wrap {width: 100% !important; display: block; position: relative !important; clear: both !important; left: 0 !important;}
.ow_photoview_info_wrap {width: 100% !important;}
.ow_photo_list_wrap div.ow_photo_item_wrap {position: static !important; width: 100% !important; float: left !important; height: auto !important;}
.ow_photoview_stage_wrap {width: 100% !important;clear: both;float: none;}	
    body .ow_chat_list { height: 215px; }
.ow_console .ow_tooltip_top_right {
    top: 40px!important;
    padding-top: 2px;
}

.ow_console_item {
}
.ow_console .ow_tooltip_top_right.ow_tooltip {/* position: fixed; */z-index: 100;top: 36px !important;left: 0px;width: 100%;padding-top: 8px; */margin-top: -7px;}
.ow_header_img {
padding-top: 0px;
}  
.console_avatar,.console_avatar img {height: 41px !important;top: -2px !important;position: fixed;}
.console_avatar{
position:absolute;
top:0px
}
ul.ow_profile_action_toolbar li {
    width: 100%;
    float: left;
    margin-left: 0px!important;
    text-align: center;
}
.ow_logo_wrap_footer a {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    line-height: 24px;
    position: relative;
    z-index: 99;
    bottom: 0px;
    background-size: contain;
    float: left;
    margin-top: 20px;
}
.ow_logo_wrap a {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    line-height: 24px;
    position:fixed;
    z-index: 1000;
    left: 50px;
    background-size: contain !important;
}
.ow_user_list .ow_item_set3{
    width: 97% !important;
    word-wrap: break-word;
}
.ow_group_brief_info .details {
padding-left: 20px;
margin-top: -100px !important;
}
.ow_blogs_list .ow_ipc_info {
margin-left: 0px !important;
}
.ow_blogs_list .ow_ipc_info .ow_ipc_header {padding: 5px 5px 5px 60px !important;min-height: 47px;}
.ow_blogs_list .ow_ipc_picture .ow_avatar img {margin-top: 11px !important;margin-left: 10px;}
body .ow_group_brief_info .details {
padding-top: 100px !important;
margin-left: -20px !important;
}
.ow_site_panel_wrap {
height: 85px;
padding-top:1px;
}
.ow_console_body {text-align: center!important;width: 100%;padding-top: 45px;}
.ow_console_item {margin: 0px 0px 2px 0px !important;}
.ow_header {
    padding: 4px 0px 0px 0px;
    margin-top: 0px;
}
.console_avatar {
  position: absolute !important;
  right: 0px;
  width: 40px;
  height: 40px;
}
.floatbox_canvas .floatbox_container {
width: 90%!important;
}
.ow_mailbox_convers_info_body {
margin-left: 0px !important;
margin-left: 25px !important;
}
.ow_mailbox_convers_info.mails:before {
display: none;
}
.ow_mailbox_convers_info.chats:before {
display: none;
}
.ow_mailbox_convers_info_content {
padding-right: 0px !important;
}
.ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap {
padding: 8px;
position: static!important;
}
.ow_photo_list_wrap div.ow_photo_item_wrap {
position: static!important;
width: 100%!important;
float: left!important;
height: auto !important;
}
.ow_photo_list_wrap  {
position: relative;
display: inline-block;
}
.ow_photo_list_wrap .ow_photo_item_wrap .ow_photo_item_info {
position: relative!important;
}
.ow_chat_dialog_wrap {
position: fixed;
right: 0px !important;
bottom: -5px;
z-index:999!important;
width:100% !important;
}
.ow_chat_dialog {
width: 100%!important;
margin-left: 0px!important;
}
.ow_dialog_date_cap {
width: 100%!important;
}
.ow_chat_dialog .ow_dialog_items_wrap .clearfix {
width: 97%!important;
}
.ow_change_avatar .avatar_current{
    border-right: 1px solid #dcdcdc;
    padding-right: 3px;
}
.ow_change_avatar .ow_avatar_preview{
    border-left: 1px solid #dcdcdc;
}
.ow_change_avatar .avatar_crop{
    border-bottom: 1px solid #dcdcdc;
}
.ow_avatar_crop .jcrop-holder{
    margin: 0px auto;
}
.ow_avatar_preview div{
    margin: 0px auto;
}
.ow_avatar {
    position: relative;
    display: inline-block;
    background-image: none;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.ow_photoview_info_wrap .ow_avatar {
    margin-top: 4px !important;
    margin-left: 6px;
    border-radius: 50%;
    background: none;
}
.ow_photoview_info_wrap .ow_user_list_data {
    margin-top: 0px !important;
    margin-left: 6px;
    margin-right: 5px;
    border-left: none;
    border-bottom: dashed 1px rgba(179, 179, 179, 0.17);
}
.ow_avatar img {
    vertical-align: bottom;
    width: 40px;
    height: 40px;
}
.ow_avatar_label {
    font-size: 7px;
    display: inline-block;
    position: absolute;
    line-height: 10px;
    text-transform: uppercase;
    background-color: #999;
    left: 2px;
    bottom: 0px;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    padding: 0px 2px;
}
html body .ow_sidebar .ow_avatar_label,
html body .ow_console .ow_avatar_label  {
    font-size: 7px;
}
html body .ow_console .ow_avatar_label {
    bottom: -14px;
}
.ow_canvas .ow_newsfeed_avatar {
    width: 35px;
    height: 35px;
    margin-right: 4px;
    margin-top: 5px;
    padding: 0px;
    margin-left: 0px;
    border-radius: 0%;
    background: #1E242B;
}
.ow_canvas .ow_newsfeed_body {
    margin-left: 0px;
    padding-left: 0px;
}
.ow_forum_topic_posts .ow_ipc_info  {
    border: none;
    padding: 0px;
    margin-left: 0px !important;
    margin-top: 100px;
    padding:5px;
}
.ow_forum_topic_posts .ow_avatar  {
    border: none;
    padding: 0px;
    margin-left: 0px;
    margin-top: -45px;
}
.ow_forum_topic_posts .ow_avatar  {
    border: none;
    padding: 0px;
    margin-left: 0px;
    margin-top: -45px;
}
.ow_forum_topic_posts .ow_ipc_date {
    margin-top: -50px
}
.ow_newsfeed_string.ow_small.ow_smallmargin {
  min-height: 45px !important;
  padding-top: 6px;
  margin-top: 10px;
  padding-left: 10px;
  margin-left: -5px;
  margin-bottom: 0px;
}
.ow_newsfeed_string.ow_small.ow_smallmargin a {
}
.ow_newsfeed_toolbar {
float: none;
padding: 2px !important;
}
[class*=NEWSFEED_CMP_] .ow_box_empty {
margin-bottom: 8px;
position: relative;
border-top: none;
margin-bottom: 5px;
margin-top: 2px;
}
.ow_newsfeed_content.ow_smallmargin {
    /* margin-bottom: -28px; */
    padding-bottom: 5px;
    padding-top: 15px;
    margin-left: -5px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 8px;
}
.ow_newsfeed_delimiter {
border-bottom-width: 1px;
height: 1px;
margin-bottom: 7px;
}
.ow_box_empty .ow_newsfeed_delimiter {
display:  none !important;
}
.ow_newsfeed_btns {
    padding: 5px 5px 1px 5px;
    margin-left: -5px;
    margin-top: 9px;
    dislay: inline-block !important;
}
.ow_box_empty  .ow_newsfeed_btns {
padding-bottom:  10px;
}
.ow_newsfeed_features  {
  margin-left: -5px !important;
}
.ow_newsfeed_date {
}
.newsfeed_likes_string {
padding-top:5px;
}
.group-GROUPS_CMP_BriefInfoWidget .ow_box {  
  border-left: none !important;
  border-right: none;
}
.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_box_toolbar_cont {float: right;background: none;}
.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_box_toolbar_cont:before {display: none !important;}
.ow_box.ow_stdmargin.clearfix.group-GROUPS_CMP_BriefInfoWidget.ow_break_word .ow_box_toolbar_cont:before {
   content: ' ';
  background: none;
  display: inline-block;
  width: 28px;
   height: 34px;
  position: absolute;
   margin-left: -28px;
  margin-top: 0px;
}
.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_box_toolbar_cont .ow_bl.ow_box_toolbar li {
color: #8E8E8E;
line-height: 28px;
}
.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_group_brief_info .details {
padding-left: 20px;
}
.ow_group_brief_info .image {
width: 100px;
height: 100px;
padding: 4px;
}
.ow_mailbox_username {
max-width: 79% !important;
min-width: 79% !important;
}
.ow_mailbox_table .ow_mailbox_cap .ow_mailbox_convers_actions {
margin-right: -45px!important;
}
.ow_moderation_sticky {
width: 100% !important;
margin-left: 0px !important;
float: left;
position:relative;
}
.ow_moderation_sticked {
position: relative !important;
top: 0px !important;
}
.ow_moderation_wrap {
margin-left: 0px!important;
}
.ow_moderation_wrap .ow_user_list_picture .ow_avatar:after {display: none}

.ow_moderation_wrap .ow_user_list_picture .ow_avatar img {width: 35px;padding: 0px;height: 35px;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;position: relative;display: inline-block;left:  -10px;top:  -10px;}
.ow_moderation_wrap .ow_user_list_picture .ow_avatar {position: relative;display: inline-block;background: rgba(255, 255, 255, 0);width: 35px !important;height: 35px;top: 5px;left: -7px;}
.ow_moderation_content_wrap input[type="checkbox"] {/* margin-left: -20px !important; *//* margin-top: 18px; */width: 25px !important;height: 25px;float: left;}
.ow_moderation_wrap .ow_user_list_data {min-height: 35px;margin-left: -7px;px; */background: rgba(255, 255, 255, 0);padding: 19px 6px 6px 5px;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border: none;}
.ow_moderation_wrap .ow_content .ow_left  {
float: left!important;
}
.ow_moderation_wrap .ow_newsfeed_date {
background: none;
line-height: 25px !important;
height: 25px;
margin-top: 0px !important;
margin-right: 10px;
}
.ow_moderation_wrap .ow_newsfeed_date:before {
content: ' ';
display: none!important;
}
.ow_moderation_wrap .ow_newsfeed_date:after {
content: ' ';
display: none!important;
}
 .ow_sign_in_cont {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}
 .ow_sign_in_cont .ow_sign_in_wrap  h2 {
display: none;
}
 .ow_sign_in_cont .ow_sign_in_wrap form  
input[type=text],  .ow_sign_in_cont .ow_sign_in_wrap form  input[type=password],  .ow_sign_in_cont .ow_sign_in_wrap form  textarea,  .ow_sign_in_cont .ow_sign_in_wrap form  select,  .ow_sign_in_cont .ow_sign_in_wrap form  div.jhtmlarea {background-image: none;color: #585858;font-family: "Lucida Grande", "Verdana";font-size: 13px;padding: 4px;border: none;padding: 8px 8px 6px 8px;display: inline-block;background-color: rgb(33, 37, 40);position: relative;-webkit-border-radius: 3px;border-radius: 0px;max-width: 415px;width: 100%;}
 .ow_sign_in_cont .ow_sign_in_wrap form   span.ow_button {background-color: transparent;background-position: right 45%;background-repeat: no-repeat;background-image: none;padding: 0px;color: #767676;width: 100%;font-weight: bold;cursor: pointer;/* height: 30px; */font-family: 'open_sans_condensedbold', "Trebuchet MS", "Helvetica CY", sans-serif;text-transform: uppercase;font-size: 14px;border: none;line-height: 30px;color: #B6B6B6;transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;margin-bottom: 5px;}
 .ow_sign_in_cont .ow_sign_in_wrap form span.ow_button:hover {
}
 .ow_sign_in_cont .ow_sign_in_wrap .ow_form_options  .ow_right {float: center;}

 .ow_sign_in_cont .ow_sign_in_wrap  {
    width: 100%;
    position: relative;
    left: 0% !important;
    margin: 0 0 0 0 !important;
    z-index: 200;
}
.left .inner1 {
    width: 100% !important;
}
.left .inner1 .A-text {
    font-size: 15px !important;
    line-height: 20px !important;
}

 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_in {
float: center !important;}
 .ow_sign_in_cont .base_sign_in {
margin-top: 0px !important;
}
 .ow_sign_in_cont .ow_sign_in_wrap form {
    width: 100%;
    position: relative;
    margin: 0 auto;
    left: auto;
    padding:  0px;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_in{float: center;width: 100% !important;}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_up {
display: none;
}
.ow_sign_in_cont .ow_sign_in_wrap form hr {
    border: none;
    height: 1px;
    margin: 5px 5px 15px 5px;  display: inline-block;  
    width: 100%;  
    height: 3px;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_up hr{margin:5px 0 15px;}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_box {
  padding: 36px 16px 6px 16px;
  margin-bottom: 16px;
  position: relative;
  z-index: 98;
}
.second-line-icon1 {
    background: url(images/man1.png);
    height: 160px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

 .ow_sign_in_cont .ow_connect_text {
    color: #6b6b6b;
    text-transform: uppercase;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_up a {
	background-color: transparent;
	background-position: right 45%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 5px 20px 5px 20px;
	color: #343448;
	font-weight: normal;
	cursor: pointer;
	height: 30px;
	font-family: 'open_sans_condensedbold', "Trebuchet MS", "Helvetica CY", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	line-height: 30px;
	text-decoration: none;
	background: #7272A9;    
	transition: all 0.2s ease-in-out;    
	-moz-transition: all 0.2s ease-in-out;    
	-ms-transition: all 0.2s ease-in-out;    
	-webkit-transition: all 0.2s ease-in-out;    
	-o-transition: all 0.2s ease-in-out;
	border-radius: 2px;    
	moz-border-radius: 2px;    
	-webkit-border-radius: 2px;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_up a:hover {
	color: #343448;
	background: #E05353;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_connect_buttons .ow_fb_button {float:left;}
 .ow_sign_in_cont .ow_connect_text {
    background: none;
    padding: 0px 0 0 0px;
    margin-right: 0px;
    float: none;
    line-height: 32px;
    width: 100%;
    text-align: center;
    display: block;
}
 .ow_sign_in_cont .ow_sign_in .connect_button_list {
    padding: 0px;
    float: center;
    width:  100%;
}
 .ow_sign_in_cont .floatbox_container .ow_sign_in_wrap form {
    margin: 0px;
    box-shadow: none;
    border: none;
    border-radius: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 10px 40px 0;    
}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) and (min-width: 481px) { 
.ow_page h1 {
	padding-top: 10px;
	text-align: center;
	padding-bottom: 14px;
}
.ow_page_container {
    /* padding-top: 88px; */
}
.ow_page_container, .ow_footer {
}
.ow_site_panel {
    z-index: 99;
    left : 0px;
    position:fixed;
    width: 100%;
    top: 0px;
}
    .ow_canvas {
    margin: 0px auto;
    word-wrap: break-word;
    max-width: 100%;
    position: relative;
    border: 0px;
}
.ow_site_panel_wrap {
  height: 40px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.ow_console {
    font-size: 11px;
    height: 85px;
    color: #9b9b9b;
}
.ow_console_body {
    text-align: center;
    width: 100%;
}
.ow_header {
    padding: 0px 0px 0px 0px !important;
}
.ow_fw_menu {
    width: 92% !important;
}
.ow_mailbox_username {
max-width: 79% !important;
min-width: 79% !important;
}
.ow_wide {
    width: 99%;
}
.ow_newsfeed_line {display: block !important;margin-left: 65px;margin-bottom: -8px!important;}
.ow_newsfeed_line a {
}
.ow_console .ow_tooltip_body:before {
display: none;
}
.ow_add_content {
    width: 32% !important;
}

.ow_sidebar, .ow_content_wrap {float: none;margin: 0px;width: 100%;}
.ow_content {
    width: 100%;
}
    .ow_content { float: none; }
    .ow_content .ow_left, .ow_content .ow_right, .ow_content .ow_superwide, .ow_content .ow_supernarrow {float: none;width: 100% !important;}
    .ow_content > .ow_right { text-align: right; margin-bottom: 15px; }
    .ow_page { margin: 0px; }
    .ow_sidebar {
}
ul.ow_content_menu li {
	margin-top: 5px;
	padding: 5px 1px 0px 0px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	float: none!Important;
	width: 99%;
	margin-bottom: 10px;
}
    .ow_content_menu li.active a:after, .ow_content_menu li a::after {
display: none
}
        .ow_content_menu li.active a {
}

    ul.ow_content_menu li a {font-size: 11px;text-shadow: none;}
	ul.ow_content_menu span {
  padding: 1px 8px 1px 8px;
  background-position: -500px 2px;
  background-image: none !important;
  }
    body div.floatbox_container { max-width: 93% !important; }
    .ow_photo_list_item { width: 160px; }
    body .floatbox_container .ow_sign_in_wrap form { padding: 5px; }
    body .ow_sign_in_wrap { width: auto; }
    .floatbox_container .ow_sign_in_wrap form .ow_sign_in,
    .floatbox_container .ow_sign_in_wrap form .ow_sign_up { float: none; width: 100%; margin: 0px; }
    .ow_mailbox_items_list .ow_tooltip_top_right.ow_tooltip, .ow_friend_request_list .ow_tooltip_top_right.ow_tooltip,
    .ow_invitation_list .ow_tooltip_top_right.ow_tooltip { left: 0px; right: auto; }
    .ow_mailbox_items_list .ow_tooltip_top_right .ow_tooltip_tail, .ow_friend_request_list .ow_tooltip_top_right .ow_tooltip_tail,
    .ow_invitation_list .ow_tooltip_top_right .ow_tooltip_tail { padding-left: 5px; text-align: left; }
    .ow_notification_list .ow_console .ow_tooltip .ow_tooltip_body { max-width: 255px; }
    .ow_mailbox_items_list .ow_console .ow_tooltip .ow_tooltip_body { max-width: 265px; }
    .ow_notification_list .ow_console_list_wrapper {}
    .ow_mailbox_items_list .ow_console_list_wrapper {}
    div.ow_message_cont { width: 470px; margin-left: -235px; }
    #joinForm { margin-bottom: 10px; }
    .ow_photo_info { max-width: 460px; margin: 0px auto; }
    div.ow_sign_in_wrap {top: 0px;margin: 0px 15px;left: 0px !important;}
    div.ow_sign_in_wrap form {  }
    div.ow_sign_in_wrap form .ow_sign_in {float: none;width: 100%;}
    div.ow_sign_in_wrap form .ow_sign_up {   }
    div.ow_sign_in_wrap h2 { font-size: 17px; line-height: 20px; padding: 0 10px; }
    #mailbox-add-message-form .ow_submit_auto_click { display: block; }
    body .ow_left .ow_box_cap_empty, body .ow_left .ow_box_cap { background: none; margin-left: 0px; padding-left: 0px; }
    html body div .ow_left .ow_box_cap_empty h3, html body div .ow_left .ow_box_cap h3 {  }
    body .ow_sidebar .ow_box_cap, body .ow_sidebar .ow_box_cap_empty { background: none; margin-right: 0px; padding-right: 0px; }
    body .ow_menu_wrap { background: none; margin: 20px -20px 20px -20px; padding-left: 0px; }
    body .ow_menu_wrapinner { background: none; padding-right: 0px; }
    .ow_other_video_thumb.ow_left {
        float: left; width: 80px !important; 
    }
.ow_photo_item_wrap {width: 100% !important; display: block; position: relative !important; clear: both !important; left: 0 !important;}
.ow_photoview_info_wrap {
    width: 100%;
}
.ow_photo_list_wrap div.ow_photo_item_wrap {position: static !important; width: 100% !important; float: left !important; height: auto !important;}
.ow_photoview_stage_wrap {width: 100% !important;clear: both;float: none;}
.ow_page_container .ow_page {margin-top: 80px;}
.ow_site_panel_wrap {
height: 80px !important;
}
.ow_console_right {
    float: none !important;
}
.ow_console_item {top: 40px;margin: 0 0px 0 0px !important;}
.console_avatar,.console_avatar img {height: 39px !important;top: 0px !important;}
.console_avatar{
position: absolute !important;
top: 0px !important;
right: 0px;
}
.ow_logo_wrap a {
font-size: 20px;
text-transform: uppercase;
display: block;
font-weight: bold;
line-height: 24px;
position: fixed;
z-index: 99;
height: 40px;
left: 50px;
top:3px;
}
.ow_logo_wrap_small a:hover {
    text-decoration: none;
}
.ow_logo_img {
    background-repeat: no-repeat;
background-position: left center;
    display: block;
    width: 225px;
    height: 40px;
}
.ow_console .ow_tooltip_top_right.ow_tooltip {
    position: fixed;
    z-index: 100;
    top: 78px !important;
    left: 0px;
    width: 100%;
    padding-top: 8px;
    margin-top: -7px;
}
.ow_console .ow_tooltip .ow_tooltip_body {
}
.ow_console_list_wrapper {
    width: 100% !important;
    overflow-y: auto;
    word-wrap: break-word;
    min-height: 60px;
}
.ow_header_img {
padding-top: 30px;
} 
.ow_logo_wrap a {font-size: 20px;text-transform: uppercase;display: block;font-weight: bold;line-height: 24px;position: fixed;z-index: 99;left: 50px;top: 0px;background-size: contain !important;}
.ow_logo_wrap a:hover {
    text-decoration: none;
}
.ow_logo_img {
    background-image: url('images/logo1.png'); /** OW_Control type:image, key:logoImage, section:3. Console settings, label: Logo image, description: Upload your own logo image **/
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    width: 190px;
    height: 41px;
}
.ow_logo_wrap_footer a {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    line-height: 24px;
    position: relative;
    z-index: 99;
    bottom: 0px;
    background-size: contain;
    float: right;
    margin-top: -30px;
}
.ow_user_list .ow_item_set3{
    width: 46% !important;
    word-wrap: break-word;
}
.ow_group_brief_info .details {
padding-left: 20px;
margin-top: -100px !important;
}
.ow_blogs_list .ow_ipc_info {
margin-left: 0px !important;
}
.ow_blogs_list .ow_ipc_info .ow_ipc_header {padding: 5px 5px 5px 60px !important;min-height: 47px;}
.ow_blogs_list .ow_ipc_picture .ow_avatar img {margin-top: 11px !important;margin-left: 11px;}

.ow_mailbox_convers_info.mails:before {
display: none;
}
.ow_mailbox_convers_info.chats:before {
display: none;
}
.ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap {padding: 8px;width: 90%!important;position: static!important;}
.ow_photo_list_wrap div.ow_photo_item_wrap {position: static!important;width: 90%!important;float: left!important;height: auto !important;margin:auto;}
.ow_photo_list_wrap  {
position: relative;
display: inline-block;
}
.ow_photo_list_wrap .ow_photo_item_wrap .ow_photo_item_info {
position: relative!important;
}
/* ---- Avatar styles ---- */
.ow_change_avatar .avatar_current{
    border-right: 1px solid #dcdcdc;
    padding-right: 3px;
}
.ow_change_avatar .ow_avatar_preview{
    border-left: 1px solid #dcdcdc;
}
.ow_change_avatar .avatar_crop{
    border-bottom: 1px solid #dcdcdc;
}
.ow_avatar_crop .jcrop-holder{
    margin: 0px auto;
}
.ow_avatar_preview div{
    margin: 0px auto;
}
.ow_avatar {
    position: relative;
    display: inline-block;
    background-image: none;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.ow_avatar img {
    vertical-align: bottom;
    width: 40px;
    height: 40px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkitborder-radius: 3px 3px 3px 3px;
}
.ow_avatar_label {
    font-size: 7px;
    display: inline-block;
    position: absolute;
    line-height: 10px;
    text-transform: uppercase;
    background-color: #999;
    left: 3px;
    bottom: 0px;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    padding: 0px 2px;
}
html body .ow_sidebar .ow_avatar_label,
html body .ow_console .ow_avatar_label  {
    font-size: 7px;
}
html body .ow_console .ow_avatar_label {
    bottom: -14px;
}

.ow_canvas .ow_newsfeed_avatar img {
    max-width: 40px ! important;
    width: 40px !important;
    height: 40px !important;
}
.ow_canvas .ow_newsfeed_body {
    margin-left: 70px;
    padding-left: 0px;
}
.ow_newsfeed_toolbar {
float: none;
padding: 2px !important;
}
.ow_box_empty .ow_newsfeed_string.ow_small.ow_smallmargin  {
}
.ow_newsfeed_content.ow_smallmargin {
    /* margin-bottom: -30px; */
    padding-bottom: 5px;
    padding-top: 15px;
    margin-left: -5px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 8px;
}
.ow_box_empty  .ow_newsfeed_content.ow_smallmargin {
}
.ow_newsfeed_delimiter {
    border-bottom-width: 0px !important;
}
.ow_box_empty .ow_newsfeed_delimiter {
display: none !important;
}
.ow_newsfeed_btns {
    padding: 5px 5px 1px 5px;
    margin-left: -5px;
    margin-top: 9px;;
}
.ow_box_empty  .ow_newsfeed_btns {
}
.ow_newsfeed_features {
  max-width: 105% !important;
  margin-right: 10px;
  margin-left: -5px;
}
[class*=NEWSFEED_CMP_] .ow_newsfeed_body .ow_box {
    margin-bottom: 8px;
    padding: 6px 6px 6px 6px;
    position: relative;
	margin:1px;
	margin-right:2px;
	margin-bottom: 5px;
	margin-top:10px;
}
/* ---- End of the Avatar styles ---- */
.profile-NEWSFEED_CMP_UserFeedWidget.ow_box ,.index-NEWSFEED_CMP_SiteFeedWidget .ow_box, .group-NEWSFEED_CMP_EntityFeedWidget  .ow_box, .dashboard-NEWSFEED_CMP_MyFeedWidget .ow_box{
background: none;
border:none;
overflow: hidden;
}
.profile-NEWSFEED_CMP_UserFeedWidget .ow_box_empty,.index-NEWSFEED_CMP_SiteFeedWidget .ow_box_empty , .group-NEWSFEED_CMP_EntityFeedWidget .ow_box_empty, .dashboard-NEWSFEED_CMP_MyFeedWidget .ow_box_empty{
background: none;
border:none;
overflow: hidden;
}
.profile-NEWSFEED_CMP_UserFeedWidget .ow_box_cap,.index-NEWSFEED_CMP_SiteFeedWidget .ow_box_cap, .group-NEWSFEED_CMP_EntityFeedWidget .ow_box_cap, .dashboard-NEWSFEED_CMP_MyFeedWidget .ow_box_cap{
margin-bottom: 7px;
}
.profile-NEWSFEED_CMP_UserFeedWidget .ow_box_cap_empty,.index-NEWSFEED_CMP_SiteFeedWidget .ow_box_cap_empty, .group-NEWSFEED_CMP_EntityFeedWidget .ow_box_cap_empty, .dashboard-NEWSFEED_CMP_MyFeedWidget .ow_box_cap_empty {
margin-bottom: 7px;
}
.profile-NEWSFEED_CMP_UserFeedWidget.ow_context_action_block,.index-NEWSFEED_CMP_SiteFeedWidget .ow_context_action_block, .group-NEWSFEED_CMP_EntityFeedWidget .ow_context_action_block, .dashboard-NEWSFEED_CMP_MyFeedWidget .ow_context_action_block {
margin-right: 10px;
}
.ow_newsfeed_oembed_atch .ow_newsfeed_item_content {
max-width: none;
width: 100%;
}

.group-GROUPS_CMP_BriefInfoWidget .ow_box {  
  border-left: none !important;
  border-right: none;
}
.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_box_toolbar_cont {float: right;background: none;}
.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_box_toolbar_cont:before {display: none !important;}

.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_box_toolbar_cont .ow_bl.ow_box_toolbar li {
  color: #8E8E8E;
line-height: 28px;
}
.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_group_brief_info .details {
padding-left: 20px;
min-height: 90px;
}
.ow_group_brief_info .image {
width: 100px;
height: 100px;
padding: 4px;
}
.ow_moderation_sticky {
width: 100% !important;
margin-left: 0px !important;
float: left;
position:relative;
}
.ow_moderation_sticked {
position: relative !important;
top: 0px !important;
}
.ow_moderation_wrap {
margin-left: 0px!important;
}
.ow_moderation_wrap .ow_user_list_picture .ow_avatar img {width: 35px;height: 35px;padding: 0px;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;position: relative;display: inline-block;left: -13px;/* top: -10px; */}
.ow_moderation_wrap .ow_user_list_picture .ow_avatar {
position: relative;
display: inline-block;
padding: 0px;
width: 35px;
height: 35px;
top: 5px;
left: -7px;
}
.ow_moderation_wrap .ow_user_list_picture .ow_avatar:after {display: none}

.ow_moderation_wrap .ow_user_list_picture .ow_avatar img {width: 35px;padding: 0px;height: 35px;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;position: relative;display: inline-block;left:  -10px;top:  -10px;}
.ow_moderation_wrap .ow_user_list_picture .ow_avatar {position: relative;display: inline-block;background: rgba(255, 255, 255, 0);width: 35px !important;height: 35px;top: 5px;left: -7px;}
.ow_moderation_content_wrap input[type="checkbox"] {/* margin-left: -20px !important; *//* margin-top: 18px; */width: 25px !important;height: 25px;float: left;}
.ow_moderation_wrap .ow_user_list_data {min-height: 35px;margin-left: -7px;px; */background: rgba(255, 255, 255, 0);padding: 19px 6px 6px 5px;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border: none;}
.ow_moderation_wrap .ow_content .ow_left  {
float: left!important;
}
.ow_moderation_wrap .ow_newsfeed_date {
background: none;
line-height: 25px !important;
height: 25px;
margin-top: 0px !important;
margin-right: 10px;
}
.ow_moderation_wrap .ow_newsfeed_date:before {
content: ' ';
display: none!important;
}
.ow_moderation_wrap .ow_newsfeed_date:after {
content: ' ';
display: none!important;
}
.ow_mailbox_username {
max-width: 79% !important;
min-width: 79% !important;
}
 .ow_sign_in_cont {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-position: top left;
}
 .ow_sign_in_cont .ow_sign_in_wrap  h2 {
display: none;
}
 .ow_sign_in_cont .ow_sign_in_wrap form  
input[type=text],  .ow_sign_in_cont .ow_sign_in_wrap form  input[type=password],  .ow_sign_in_cont .ow_sign_in_wrap form  textarea,  .ow_sign_in_cont .ow_sign_in_wrap form  select,  .ow_sign_in_cont .ow_sign_in_wrap form  div.jhtmlarea {background-image: none;color: #585858;font-family: "Lucida Grande", "Verdana";font-size: 13px;padding: 4px;border: none;padding: 8px 8px 6px 8px;display: inline-block;background-color: rgb(33, 37, 40);position: relative;-webkit-border-radius: 3px;border-radius: 0px;/* max-width: 415px; */width: 100%;}

.left .inner1 {
    width: 100% !important;
}
.left .inner1 .A-text {
    font-size: 20px !important;
    line-height: 23px !important;
}
 .ow_sign_in_cont .ow_sign_in_wrap .ow_form_options  .ow_right {/* width: 275px; *//* margin-bottom:10px; */float: center;/* text-align: center; */}
 .ow_sign_in_cont .ow_sign_in_wrap  .ow_box_cap{
    /* display: none; */
}
 .ow_sign_in_cont .ow_sign_in_wrap  {
    width: 100%;
    position: relative;
    left: 0% !important;
    margin: 0px auto !important;
    z-index: 200;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_in {float: center !important;width: 100%;}
 .ow_sign_in_cont .base_sign_in {
margin-top: 0px !important;
}
 .ow_sign_in_cont .ow_sign_in_wrap form {
    position: relative;
    margin: 0 auto;
    left: auto;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_in{float: center;/* width: 420px; */}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_up {
display: none;
}
 .ow_sign_in_cont .ow_sign_in_wrap form hr {
    border: none;
    height: 1px;
    margin: 5px 5px 15px 5px;  display: inline-block;  
    width: 100%;  
    height: 3px;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_up hr{margin:5px 0 15px;}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_box {
  padding: 36px 16px 6px 16px;
  margin-bottom: 16px;
  position: relative;
  z-index: 98;
}

 .ow_sign_in_cont .ow_connect_text {
    color: #6b6b6b;
    text-transform: uppercase;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_up a {
background-image: none;
padding: 5px 20px 5px 20px;
color: #343448;
font-weight: normal;
cursor: pointer;
height: 30px;
font-family: 'open_sans_condensedbold', "Trebuchet MS", "Helvetica CY", sans-serif;
text-transform: uppercase;
font-size: 14px;
border: none;
line-height: 30px;
text-decoration: none;
background: #7272A9;    
transition: all 0.2s ease-in-out;    
-moz-transition: all 0.2s ease-in-out;    
-ms-transition: all 0.2s ease-in-out;    
-webkit-transition: all 0.2s ease-in-out;    
-o-transition: all 0.2s ease-in-out;
border-radius: 2px;    
moz-border-radius: 2px;    
-webkit-border-radius: 2px;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_up a:hover {
  color: #343448;
  background: #E05353;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_connect_buttons .ow_fb_button {float:left;}
 .ow_sign_in_cont .ow_connect_text {
    background: none;
    padding: 0px 0 0 0px;
    margin-right: 0px;
    float: none;
    line-height: 32px;
    width: 100%;
    text-align: center;
    display: block;
}
 .ow_sign_in_cont .ow_sign_in .connect_button_list {
padding: 0px;
    float: right;
    width: 100%;
    text-align: center;
}
 .ow_sign_in_cont .floatbox_container .ow_sign_in_wrap form {
    margin: 0px;
    box-shadow: none;
    border: none;
    border-radius: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 10px 40px 0;    
}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .ow_page h1 {
  padding-top: 10px;
  padding-bottom: 14px;
}
	.ow_page_container, .ow_site_panel_wrap, .ow_footer {
    	max-width: 100%;
    }
    .ow_canvas {
    margin: 0px auto;
    word-wrap: break-word;
    position: relative;
}
	.ow_site_panel {
    z-index: 99;
    left : 0px;
    position:fixed;
    width: 100%;
    top: 0px;
    padding-bottom: 10px;
}
.ow_site_panel_wrap {
    height: 40px;
    margin: 0 auto;
    position: relative;
	width:100%;
}
.ow_console {
    font-size: 11px;
    height: 40px;
    color: #9b9b9b;
}
.ow_console_item {
right: 15px;
top: 0px;
}
.ow_console_body {
  text-align: right;
  width: 100%;
}
.ow_sidebar {
    padding-top: 60px;
    /* display: none; */
    float: left;
    width: 100%;
}
.ow_content {
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.ow_console .ow_tooltip_top_right.ow_tooltip {
    margin-top: 0;
    position: absolute;
    top: 0px;
}
.ow_console .ow_tooltip .ow_tooltip_body {
    max-width: 330px;
}
.ow_console .ow_tooltip_top_right .ow_tooltip_tail {
text-align: right !important;
}
.ow_mailbox_username {
max-width: 79% !important;
min-width: 79% !important;
}
.ow_newsfeed_line {display: block !important;margin-left: 65px;}
.ow_newsfeed_line a {
}
.ow_logo_wrap a {
font-size: 20px;
text-transform: uppercase;
display: block;
font-weight: bold;
line-height: 24px;
position: fixed;
z-index: 99;
height: 40px;
left: 50px;
top:3px;
}
.ow_logo_wrap_small a:hover {
    text-decoration: none;
}
.ow_logo_img {
    background-repeat: no-repeat;
background-position: left center;
    display: block;
    width: 225px;
    height: 40px;
}
    .ow_content .ow_left, .ow_content .ow_right, .ow_content .ow_superwide, .ow_content .ow_supernarrow { float: none; width: 100% !important; }
    .ow_content > .ow_right { float: none; text-align: right; margin-bottom: 15px; }
    .ow_content_menu_wrap { clear: both; margin-top: 5px; }
    .ow_photo_list_item { width: 150px; }
.ow_other_video_thumb.ow_left {
float: left;
width: 80px !important;
}
.ow_header_img {
padding-top: 10px;
} 
.ow_logo_wrap a {font-size: 20px;text-transform: uppercase;display: block;font-weight: bold;line-height: 24px;position: fixed;z-index: 99;left: 60px;top: 5px;background-size: contain !important;}
.ow_logo_wrap a:hover {
    text-decoration: none;
}
.ow_logo_img {
    background-image: url('images/logo1.png'); /** OW_Control type:image, key:logoImage, section:3. Console settings, label: Logo image, description: Upload your own logo image **/
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    width: 190px;
    height: 41px;
}
.ow_logo_wrap_footer a {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    line-height: 24px;
    position: relative;
    z-index: 99;
    bottom: 0px;
    background-size: contain;
    float: right;
    margin-top: -30px;
}
.ow_user_list .ow_item_set3{
    width: 30% !important;
    word-wrap: break-word;
}
.ow_group_brief_info .details {
padding-left: 20px;
margin-top: -100px;
}
.ow_mailbox_convers_info_body {margin-left: 67px !important;}
.ow_mailbox_convers_info_content {
padding-right: 0px !important;
}
.ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap {padding: 8px;width: 50%!important;position: static!important;}
.ow_photo_list_wrap div.ow_photo_item_wrap {
position: static!important;width: 40%!important;float: left !important;height: auto !important;margin:auto;}
.ow_photo_list_wrap {position: relative;display: inline-block;}
.ow_photo_pint_album {
height: 300px!important;
background-size: cover;
overflow: hidden;
}
.ow_photo_list_wrap .ow_photo_item_wrap .ow_photo_item_info {
position: relative!important;
}
/* ---- Avatar styles ---- */
.ow_change_avatar .avatar_current{
    border-right: 1px solid #dcdcdc;
    padding-right: 3px;
}
.ow_change_avatar .ow_avatar_preview{
    border-left: 1px solid #dcdcdc;
}
.ow_change_avatar .avatar_crop{
    border-bottom: 1px solid #dcdcdc;
}
.ow_avatar_crop .jcrop-holder{
    margin: 0px auto;
}
.ow_avatar_preview div{
    margin: 0px auto;
}
.ow_avatar {
    position: relative;
    display: inline-block;
    background-image: none;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.ow_avatar img {
    vertical-align: bottom;
    width: 40px;
    height: 40px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkitborder-radius: 3px 3px 3px 3px;
}
.ow_avatar_label {
    font-size: 7px;
    display: inline-block;
    position: absolute;
    line-height: 10px;
    text-transform: uppercase;
    background-color: #999;
    left: 3px;
    bottom: 0px;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    padding: 0px 2px;
}
html body .ow_sidebar .ow_avatar_label,
html body .ow_console .ow_avatar_label  {
    font-size: 7px;
}
html body .ow_console .ow_avatar_label {
    bottom: -14px;
}

.ow_page_wrap {
    position: relative;
}

/* ---- End of the Avatar styles ---- */

.ow_box_cap_empty  h3:after {
}

.group-GROUPS_CMP_BriefInfoWidget .ow_box {  
  border-left: none !important;
  border-right: none;
}
.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_box_toolbar_cont {float: right;background: none;}
.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_box_toolbar_cont:before {display: none !important;}
.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_box_toolbar_cont .ow_bl.ow_box_toolbar li {
  color: #8E8E8E;
line-height: 28px;
}
.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_group_brief_info .details {
padding-left: 20px;
min-height: 90px;
}
.ow_group_brief_info .image {
width: 100px;
height: 100px;
padding: 4px;
}
.ow_moderation_sticky {
width: 100% !important;
margin-left: 0px !important;
float: left;
position:relative;
}
.ow_moderation_sticked {
position: relative !important;
top: 0px !important;
}
.ow_moderation_wrap {
margin-left: 0px!important;
}
.ow_moderation_wrap .ow_user_list_picture .ow_avatar:after {display: none}

.ow_moderation_wrap .ow_user_list_picture .ow_avatar img {width: 35px;padding: 0px;height: 35px;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;position: relative;display: inline-block;left:  -10px;top:  -10px;}
.ow_moderation_wrap .ow_user_list_picture .ow_avatar {position: relative;display: inline-block;background: rgba(255, 255, 255, 0);width: 35px !important;height: 35px;top: 5px;left: -7px;}
.ow_moderation_content_wrap input[type="checkbox"] {/* margin-left: -20px !important; *//* margin-top: 18px; */width: 25px !important;height: 25px;float: left;}
.ow_moderation_wrap .ow_user_list_data {min-height: 35px;margin-left: -7px;px; */background: rgba(255, 255, 255, 0);padding: 19px 6px 6px 5px;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border: none;}
.ow_moderation_wrap .ow_content .ow_left  {
float: left!important;
}
.ow_moderation_wrap .ow_newsfeed_btns {
    padding: 0px;
    margin-right: 5px;
    margin-top: 0px;
}
.ow_moderation_wrap .ow_newsfeed_date {
background: none;
line-height: 25px !important;
height: 25px;
margin-top: 0px !important;
margin-right: 10px;
}
.ow_moderation_wrap .ow_newsfeed_date:before {
content: ' ';
display: none !important;
}
.ow_moderation_wrap .ow_newsfeed_date:after {
content: ' ';
display: none !important;
}
.ow_vertical_nav_item {cursor: pointer;border-width: 0px;padding: 10px 15px 10px 16px !important;width: auto;position: relative;display: inline-block!important;}
.ow_vertical_nav {
width: 100%;
overflow: hidden;
border-radius: 4px;
border-width: 1px;
border-style: solid;
display: inline-block;
border: solid 1px #C8C1C1;
}
.ow_vertical_nav_item .ow_count_wrap {
float: center;
margin-right: 2px;
margin-top: 2px;
}
 .ow_sign_in_cont {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}
 .ow_sign_in_cont .ow_sign_in_wrap  h2 {
display: none;
}
 .ow_sign_in_cont .ow_sign_in_wrap form  
input[type=text],  .ow_sign_in_cont .ow_sign_in_wrap form  input[type=password],  .ow_sign_in_cont .ow_sign_in_wrap form  textarea,  .ow_sign_in_cont .ow_sign_in_wrap form  select,  .ow_sign_in_cont .ow_sign_in_wrap form  div.jhtmlarea {background-image: none;font-family: "Lucida Grande", "Verdana";font-size: 13px;padding: 4px;border: none;padding: 8px 8px 6px 8px;display: inline-block;background-color: rgb(33, 37, 40);position: relative;-webkit-border-radius: 3px;border-radius: 0px;max-width: 415px;width: 100%;}
 .ow_sign_in_cont .ow_sign_in_wrap form   span.ow_button {background-color: transparent;background-position: right 45%;background-repeat: no-repeat;background-image: none;padding: 0px;color: #767676;width: 100%;font-weight: bold;cursor: pointer;font-family: 'open_sans_condensedbold', "Trebuchet MS", "Helvetica CY", sans-serif;text-transform: uppercase;font-size: 14px;border: none;line-height: 30px;color: #B6B6B6;transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;margin-bottom: 5px;}
 .ow_sign_in_cont .ow_sign_in_wrap form span.ow_button:hover {
}
 .ow_sign_in_cont .ow_sign_in_wrap form input[type=submit],  .ow_sign_in_cont .ow_sign_in_wrap input[type=button] {padding: 1px 4px 2px 3px;color: #0E4A44;font-weight: normal;cursor: pointer;font-family: 'open_sans_condensedbold', "Trebuchet MS", "Helvetica CY", sans-serif;text-transform: uppercase;font-size: 14px;border: none;line-height: 30px;text-shadow:  none;}

 .ow_sign_in_cont .ow_sign_in_wrap .ow_form_options  .ow_right {/* width: 275px; *//* margin-bottom:10px; */float: center;/* text-align: center; */}
 .ow_sign_in_cont .ow_sign_in_wrap  .ow_box_cap{
}
 .ow_sign_in_cont .ow_sign_in_wrap  {
    width: 100%;
    top:0px;
    position: relative;
    left: 0% !important;
    margin: 0px auto !important;
    z-index: 200;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_in {}
 .ow_sign_in_cont .base_sign_in {
margin-top: 0px !important;
}
 .ow_sign_in_cont .ow_sign_in_wrap form {
    /* width: 300px; */
    position: relative;
    top: 0px;
    -moz-box-shadow: 0px 0px 0px 2px rgb(245, 245, 245);
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_in{
    /* margin: 12px 0 0 0; */
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_up {color: rgb(0, 0, 0);
display: none;
}
 .ow_sign_in_cont .ow_sign_in_wrap form hr {
    border: none;
    height: 1px;
    margin: 5px 5px 15px 5px;  display: inline-block;  
    width: 100%;  
    height: 3px;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_up hr{margin:5px 0 15px;}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_box {
  padding: 36px 0px 0px 0px;
  margin-bottom: 16px;
  position: relative;
  z-index: 98;
}

 .ow_sign_in_cont .ow_connect_text {
    color: #6b6b6b;
    text-transform: uppercase;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_up a {
background-image: none;
padding: 5px 20px 5px 20px;
color: #343448;
font-weight: normal;
cursor: pointer;
height: 30px;
font-family: 'open_sans_condensedbold', "Trebuchet MS", "Helvetica CY", sans-serif;
text-transform: uppercase;
font-size: 14px;
border: none;
line-height: 30px;
text-decoration: none;
background: #7272A9;    
transition: all 0.2s ease-in-out;    
-moz-transition: all 0.2s ease-in-out;    
-ms-transition: all 0.2s ease-in-out;    
-webkit-transition: all 0.2s ease-in-out;    
-o-transition: all 0.2s ease-in-out;
border-radius: 2px;    
moz-border-radius: 2px;    
-webkit-border-radius: 2px;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_up a:hover {
  color: #343448;
  background: #E05353;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_connect_buttons .ow_fb_button {float:left;}
 .ow_sign_in_cont .ow_connect_text {
    background: none;
    padding: 0px 0 0 0px;
    margin-right: 0px;
    float: none;
    line-height: 32px;
    width: 100%;
    text-align: center;
    display: block;
}
 .ow_sign_in_cont .ow_sign_in .connect_button_list {
padding: 0px;
    float: right;
    width: 100%;
    text-align: center;
}
 .ow_sign_in_cont .floatbox_container .ow_sign_in_wrap form {
    margin: 0px;
    box-shadow: none;
    border: none;
    border-radius: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 10px 40px 0;    
}
}
@media (min-width: 980px) and (max-width: 1100px) {
    .ow_page_container, .ow_site_panel_wrap, .ow_footer {
    	max-width: 100%;
    }
.ow_page_wrap {
    position: relative;
}
    .ow_canvas {
    margin: 0px auto;
    word-wrap: break-word;
    position: relative;
}
	.ow_site_panel {
    z-index: 99;
    left : 0px;
    position:fixed;
    width: 100%;
    top:  0px;
    padding-bottom: 10px;
}
.ow_site_panel_wrap {
    height: 40px;
    margin: 0 auto;
    position: relative;
	width:100%;
}
.ow_console {
    font-size: 11px;
    height: 40px;
    color: #9b9b9b;
}
.ow_console_body {
      text-align: right;
      width: 100%;
}
.main-nav-scrolled {
    position: fixed;
    width: 100% !important;
    top: 43px;
    z-index: 20;
}
.ow_sidebar {
    padding-top: 60px;
    /* display: none; */
    float: left;
    width: 100%;
}
.ow_content {
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.ow_console_item {
right: 15px;
}
.ow_mailbox_username {
max-width: 79% !important;
min-width: 79% !important;
}
.ow_newsfeed_line {display: block !important;margin-left: 0px;}
.ow_newsfeed_line a {
}
.ow_logo_wrap a {
font-size: 20px;
text-transform: uppercase;
display: block;
font-weight: bold;
line-height: 24px;
position: fixed;
z-index: 99;
height: 40px;
top:3px;
}
.ow_logo_wrap_small a:hover {
    text-decoration: none;
}
.ow_logo_img {
    background-repeat: no-repeat;
background-position: left center;
    display: block;
    width: 180px;
    height: 40px;
}
.ow_console .ow_tooltip_top_right .ow_tooltip_tail {
  text-align: right !important;
}
.ow_console .ow_tooltip .ow_tooltip_body {
    max-width: 330px;
}
.ow_header_img {
padding-top: 5px;
} 
    .ow_photo_list_item { width: 150px; }
.ow_logo_wrap a {
font-size: 20px;
text-transform: uppercase;
display: block;
font-weight: bold;
line-height: 24px;
position: fixed;
z-index: 99;
top: 0px;
}
.ow_logo_wrap a {font-size: 20px;text-transform: uppercase;display: block;font-weight: bold;line-height: 24px;position: fixed;z-index: 99;top: 5px;background-size: contain !important;left: 50px;}
.ow_logo_wrap a:hover {
    text-decoration: none;
}
.ow_logo_img {
    background-image: url('images/logo1.png'); /** OW_Control type:image, key:logoImage, section:3. Console settings, label: Logo image, description: Upload your own logo image **/
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 190px;
    height: 41px;
}
.ow_logo_wrap_footer a {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    line-height: 24px;
    position: relative;
    z-index: 99;
    bottom: 0px;
    background-size: contain;
    float: right;
    margin-top: -30px;
}
.ow_user_list .ow_item_set3{
    width: 31% !important;
    word-wrap: break-word;
}
.ow_mailbox_convers_info_body {
margin-left: 67px !important;
}
.ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap {padding: 8px;width: 50%!important;position: static!important;}
.ow_photo_list_wrap div.ow_photo_item_wrap {
position: static!important;
width: 40%!important;
float: left!important;
height: auto !important;
margin:auto;
}
.ow_photo_list_wrap {
position: relative;
display: inline-block;
}
.ow_photo_pint_album {height: 300px!important;background-size: cover;overflow: hidden;}
.ow_photo_list_wrap .ow_photo_item_wrap .ow_photo_item_info {
position: relative!important;
}
/* ---- Avatar styles ---- */
.ow_change_avatar .avatar_current{
    border-right: 1px solid #dcdcdc;
    padding-right: 3px;
}
.ow_change_avatar .ow_avatar_preview{
    border-left: 1px solid #dcdcdc;
}
.ow_change_avatar .avatar_crop{
    border-bottom: 1px solid #dcdcdc;
}
.ow_avatar_crop .jcrop-holder{
    margin: 0px auto;
}
.ow_avatar_preview div{
    margin: 0px auto;
}
.ow_avatar {
    position: relative;
    display: inline-block;
    background-image: none;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.ow_avatar img {
    vertical-align: bottom;
    width: 40px;
    height: 40px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkitborder-radius: 3px 3px 3px 3px;
}
.ow_avatar_label {
    font-size: 7px;
    display: inline-block;
    position: absolute;
    line-height: 10px;
    text-transform: uppercase;
    background-color: #999;
    left: 2px;
    bottom: 1px;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    padding: 0px 2px;
}
html body .ow_sidebar .ow_avatar_label,
html body .ow_console .ow_avatar_label  {
    font-size: 7px;
}
html body .ow_console .ow_avatar_label {
    bottom: -14px;
    right: 0px;
}

.ow_canvas .ow_newsfeed_avatar img {
    max-width: 40px ! important;
    width: 40px !important;
    height: 40px !important;
}
.ow_canvas .ow_newsfeed_body {
    margin-left: 5px;
    padding-left: 0px;
}
.ow_page {
    margin: 20px 20px 10px 20px;
    padding: 0 18px;
}
.ow_nav_btn {
    display: block !important;
    opacity: 1 !important;
}
body .ow_menu_wrap, .ow_site_panel .ow_logo {
    display: none;
}

.ow_box_cap_empty  h3:after {
}

.group-GROUPS_CMP_BriefInfoWidget .ow_box {  
  border-left: none !important;
  border-right: none;
}
.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_box_toolbar_cont {float: right;background: none;}
.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_box_toolbar_cont:before {display: none !important;}
.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_box_toolbar_cont .ow_bl.ow_box_toolbar li {
  color: #8E8E8E;
line-height: 28px;
}
.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_group_brief_info .details {
padding-left: 20px;
min-height: 90px;
}
.ow_group_brief_info .image {
width: 100px;
height: 100px;
padding: 4px;
background: #343434;
}
.ow_moderation_wrap .ow_user_list_picture .ow_avatar img {width: 35px;padding: 0px;height: 35px;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;position: relative;display: inline-block;left:  -10px;/* top:  -10px; */}
.ow_moderation_wrap .ow_user_list_picture .ow_avatar {
position: relative;
display: inline-block;
width: 35px;
height: 35px;
top: 5px;
left: -7px;
}
.ow_moderation_wrap .ow_user_list_picture .ow_avatar:after {display: none}

.ow_moderation_wrap .ow_user_list_picture .ow_avatar img {width: 35px;padding: 0px;height: 35px;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;position: relative;display: inline-block;left:  -10px;top:  -10px;}
.ow_moderation_wrap .ow_user_list_picture .ow_avatar {position: relative;display: inline-block;background: rgba(255, 255, 255, 0);width: 35px !important;height: 35px;top: 5px;left: -7px;}
.ow_moderation_content_wrap input[type="checkbox"] {/* margin-left: -20px !important; *//* margin-top: 18px; */width: 25px;height: 25px;float: left;}
.ow_moderation_wrap .ow_user_list_data {min-height: 35px;margin-left: -7px;px; */background: rgba(255, 255, 255, 0);padding: 6px 6px 6px 65px;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border: none;}
.ow_moderation_wrap .ow_content .ow_left  {
float: left!important;
}
.ow_moderation_wrap .ow_newsfeed_date {
background: none;
line-height: 25px !important;
height: 25px;
margin-top: 0px !important;
margin-right: 10px;
}
.ow_moderation_wrap .ow_newsfeed_date:before {
content: ' ';
display: none !important;
}
.ow_moderation_wrap .ow_newsfeed_date:after {
content: ' ';
display: none !important;
}
.ow_moderation_sticked {position: fixed;top: 60px !important;z-index: 800;}
a.selected {background: rgb(212, 223, 225);border: 1px solid #ced8da !important;border-bottom: 2px solid rgba(51, 189, 235, 0.58);-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);color: #7d7d7d;z-index: 98;}

 .ow_sign_in_cont {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-position: top left;
}
 .ow_sign_in_cont .ow_sign_in_wrap  h2 {
display: none;
}
 .ow_sign_in_cont .ow_sign_in_wrap form  
input[type=text],  .ow_sign_in_cont .ow_sign_in_wrap form  input[type=password],  .ow_sign_in_cont .ow_sign_in_wrap form  textarea,  .ow_sign_in_cont .ow_sign_in_wrap form  select,  .ow_sign_in_cont .ow_sign_in_wrap form  div.jhtmlarea {background-image: none;color: #585858;font-family: "Lucida Grande", "Verdana";font-size: 13px;padding: 4px;border: none;padding: 8px 8px 6px 8px;display: inline-block;margin: 0 auto;background-color: rgb(33, 37, 40);position: relative;-webkit-border-radius: 3px;border-radius: 0px;max-width: 415px;width: 100%;}
 .ow_sign_in_cont .ow_sign_in_wrap form   span.ow_button {background-color: transparent;background-position: right 45%;background-repeat: no-repeat;background-image: none;padding: 0px;color: #767676;width: 100%;font-weight: bold;cursor: pointer;font-family: 'open_sans_condensedbold', "Trebuchet MS", "Helvetica CY", sans-serif;text-transform: uppercase;font-size: 14px;border: none;line-height: 30px;color: #B6B6B6;transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;margin-bottom: 5px;}
 .ow_sign_in_cont .ow_sign_in_wrap form span.ow_button:hover {
}
 .ow_sign_in_cont .ow_sign_in_wrap form input[type=submit],  .ow_sign_in_cont .ow_sign_in_wrap input[type=button] {padding: 1px 4px 2px 3px;color: #0E4A44;font-weight: normal;cursor: pointer;font-family: 'open_sans_condensedbold', "Trebuchet MS", "Helvetica CY", sans-serif;text-transform: uppercase;font-size: 14px;border: none;line-height: 30px;text-shadow:  none;}

 .ow_sign_in_cont .ow_sign_in_wrap .ow_form_options  .ow_right {/* width: 275px; *//* margin-bottom:10px; */float: center;/* text-align: center; */}
 .ow_sign_in_cont .ow_sign_in_wrap  .ow_box_cap{
    /* display: none; */
}
 .ow_sign_in_cont .ow_sign_in_wrap  {
    width: 100%;
    position: relative;
    top:0px;
    left: 0% !important;
    margin: 0px auto !important;
    z-index: 200;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_in {float: center !important;/* width: 300px; */}
 .ow_sign_in_cont .base_sign_in {
margin-top: 0px !important;
}
 .ow_sign_in_cont .ow_sign_in_wrap form {
    position: relative;
    margin: auto 0 auto;
    left: auto;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_in{
    /* margin: 12px 0 0 0; */
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_up {
display: none;
}
 .ow_sign_in_cont .ow_sign_in_wrap form hr {
    border: none;
    height: 1px;
    margin: 5px 5px 15px 5px;  display: inline-block;  
    width: 100%;  
    height: 3px;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_up hr{margin:5px 0 15px;}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_box {
  padding: 36px 0px 0px 0px;
  margin-bottom: 16px;
  position: relative;
  z-index: 98;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_user_name input[type="text"]{margin-bottom:8px;}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_password input[type="password"] {margin-bottom:16px;}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_form_options {margin-bottom:6px;}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_form_options p.ow_remember_me,
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_form_options p.ow_remember_me {padding: 3px;vertical-align: middle;height: 31px;text-align: left;line-height: 25px;font-size: 13px;font-weight: 500;}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_form_options p.ow_remember_me {padding-bottom:5px;}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_form_options p.ow_remember_me input[type="checkbox"]{ margin: 0px 5px 0px -1px; padding: 0px;}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_connect_buttons {
padding: 5px 5px 5px 5px;
border-top: none;}
 .ow_sign_in_cont .ow_connect_text {
    color: #6b6b6b;
    text-transform: uppercase;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_up a {
background-image: none;
padding: 5px 20px 5px 20px;
color: #343448;
font-weight: normal;
cursor: pointer;
height: 30px;
font-family: 'open_sans_condensedbold', "Trebuchet MS", "Helvetica CY", sans-serif;
text-transform: uppercase;
font-size: 14px;
border: none;
line-height: 30px;
text-decoration: none;
background: #7272A9;   
transition: all 0.2s ease-in-out;    
-moz-transition: all 0.2s ease-in-out;    
-ms-transition: all 0.2s ease-in-out;    
-webkit-transition: all 0.2s ease-in-out;    
-o-transition: all 0.2s ease-in-out;
border-radius: 2px;    
moz-border-radius: 2px;    
-webkit-border-radius: 2px;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_up a:hover {
  color: #343448;
  background: #E05353;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_connect_buttons .ow_fb_button {float:left;}
 .ow_sign_in_cont .ow_connect_text {
    background: none;
    padding: 0px 0 0 0px;
    margin-right: 0px;
    float: none;
    line-height: 32px;
    width: 100%;
    text-align: center;
    display: block;
}
 .ow_sign_in_cont .ow_sign_in .connect_button_list {
padding: 0px;
    float: right;
    width: 100%;
    text-align: center;
}
 .ow_sign_in_cont .floatbox_container .ow_sign_in_wrap form {
    margin: 0px;
    box-shadow: none;
    border: none;
    border-radius: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 10px 40px 0;    
}
}
/* Large desktop */                                                                                                                                                
@media (min-width: 1100px) {

  .ow_page_wrap {
    position: relative;
}
    .ow_page_container, .ow_site_panel_wrap, .ow_footer {
    	max-width: 100%;
    }
    .ow_canvas {
    word-wrap: break-word;
    /* max-width: 1600px; */
    position: relative;
    margin-left: auto;
    /* margin-right: auto; */
}
    .ow_footer {
    	padding-bottom: 0px;
    }
 .ow_footer a {
  text-decoration: none;
  color: #92989b;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  font-size: 1.1rem;
  letter-spacing: 0.56px;
  letter-spacing: 0.035rem;
}
.ow_powered_wrap {margin-left: 36px;}
.uh-action-toolbar .ow_profile_action_toolbar_wrap{
  position: absolute;
  top: 5px;
  left: auto;
  margin: 0px 10px 10px -10px;
  padding: 8px 10px 0px 5px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
}

.ow_profile_action_toolbar_wrap.fixed{
  position: fixed;
  top: 50px;
  z-index: 201;
  background: rgba(0, 0, 0, 0.89);
  width: 100%;
  margin: 0px 0px 0px -20px;
  padding: 6px 5px 15px 5px;
  height: 25px;
  /* margin-left: auto; */
  /* margin-right: auto; */
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
}



.ow_site_panel {
    z-index: 202;
    left: 0px;
    position:fixed;
    width: 100%;
    top: 0px;
}
.ow_site_panel_wrap {
    height: 40px;
    margin: 0 auto;
    position: relative;
	width:100%;
}
.ow_console {
    font-size: 11px;
    height: 50px;
    color: #9b9b9b;
}
.ow_console_body {text-align: right;height: 50px;}



.ow_mailbox_username {
max-width: 79% !important;
min-width: 79% !important;
}


.ow_newsfeed_line {
display: block !important;   
color: #171B1D;
padding-top: 3px!important;
margin-top: 10px!important;
margin-left: 65px;
margin-bottom: -8px!important;
}
.ow_newsfeed_line a {
}
.ow_logo_wrap a {font-size: 20px;text-transform: uppercase;display: block;font-weight: bold;line-height: 24px;/* position: absolute; */z-index: 99;/* top: 3px; *//* left: 2px; */background-size: contain;float: left;}
.ow_logo_wrap a:hover {
    text-decoration: none;
}
.ow_logo_img {
    background-image: url('images/logo1.png'); /** OW_Control type:image, key:logoImage, section:3. Console settings, label: Logo image, description: Upload your own logo image **/
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center center;
    width: 14%;
    height: 50px;
    top: 50px;
}
.base_profile_page .ow_logo_img.nodisplay {
display: none;
}
.ow_header_img {
padding-top: 5px;
} 
.ow_mailbox_convers_info_body {
margin-left: 67px !important;
}
.ow_photo_item_wrap img:hover {}
/* ---- Avatar styles ---- */
.ow_change_avatar .avatar_current{
    border-right: 1px solid #dcdcdc;
    padding-right: 3px;
}
.ow_change_avatar .ow_avatar_preview{
    border-left: 1px solid #dcdcdc;
}
.ow_change_avatar .avatar_crop{
    border-bottom: 1px solid #dcdcdc;
}
.ow_avatar_crop .jcrop-holder{
    margin: 0px auto;
}
.ow_avatar_preview div{
    margin: 0px auto;
}
.ow_avatar {
    position: relative;
    display: inline-block;
    background-image: none;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.ow_avatar img {
    vertical-align: bottom;
    width: 40px;
    height: 40px;
}
.landing_user {
    width: 100%;
    position: relative;
    right: 10px;
}
.ow_avatar_label {
    font-size: 8px;
    display: inline-block;
    position: absolute;
    line-height: 10px;
    text-transform: uppercase;
    background-color: #999;
    left: 3px;
    bottom: 0px;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    padding: 0px 2px;
}

html body .ow_sidebar .ow_avatar_label,
html body .ow_console .ow_avatar_label  {
    font-size: 7px;
}
html body .ow_console .ow_avatar_label {
    bottom: -14px;
}


.ow_box_cap_empty  h3:after {
}

.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_box_toolbar_cont {float: right;background: none;}
.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_box_toolbar_cont:before {display: none;}
.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_box_toolbar_cont .ow_bl.ow_box_toolbar li {color: #8E8E8E;line-height: 38px;}
.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_group_brief_info .details {
  color: #BF8756;
  padding-left: 20px;
  min-height: 90px;
}
.ow_group_brief_info .image {
width: 100px;
height: 100px;
padding: 4px;
}
.ow_moderation_wrap .ow_user_list_picture .ow_avatar:after {display: none}

.ow_moderation_wrap .ow_user_list_picture .ow_avatar img {width: 35px;padding: 0px;height: 35px;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;position: relative;display: inline-block;left:  -10px;top:  -10px;}
.ow_moderation_wrap .ow_user_list_picture .ow_avatar {position: relative;display: inline-block;background: rgba(255, 255, 255, 0);width: 35px !important;height: 35px;top: 5px;left: -7px;}
.ow_moderation_content_wrap input[type="checkbox"] {/* margin-left: -20px !important; *//* margin-top: 18px; */width: 25px;height: 25px;float: left;}
.ow_moderation_wrap .ow_user_list_data {min-height: 35px;margin-left: -7px;px; */background: rgba(255, 255, 255, 0);padding: 6px 6px 6px 65px;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border: none;}
.ow_moderation_wrap .ow_content .ow_left  {
float: left!important;
}
.ow_moderation_wrap .ow_newsfeed_btns {
padding: 0px;
margin-right: 5px;
margin-top:0px;
}
.ow_moderation_wrap .ow_newsfeed_date {
background: none;
line-height: 25px !important;
height: 25px;
margin-top: 0px !important;
margin-right: 10px;
}
.ow_moderation_wrap .ow_newsfeed_date:before {
content: ' ';
display: none !important;
}
.ow_moderation_wrap .ow_newsfeed_date:after {
content: ' ';
display: none !important;
}
.ow_moderation_sticked {
position: fixed;
top: 60px !important;
}
a.selected {background: rgb(23, 26, 28);border: 1px solid #0f1113 !important;border-bottom: 2px solid rgba(51, 189, 235, 0.58);-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);color: #7d7d7d;z-index: 98;}
.color3 .separator-line {
	width: 95% !important;
	height: 2px;
	/* background: rgba(0, 0, 0, 0.12); */
	background-repeat: repeat-x;
	display: inline-block;
	margin-bottom: -70px !important;
	margin-top: 70px !important;
}
 .ow_sign_in_cont {
    /* width: 100%; */
    /* height: 100%; */
    /* position: relative; */
    /* top: 0; */
    /* left: 0; */
    /* background-position: top left; */
}
 .ow_sign_in_cont .ow_sign_in_wrap  h2 {
display: none;
}
 .ow_sign_in_cont .ow_sign_in_wrap form  
input[type=text],  .ow_sign_in_cont .ow_sign_in_wrap form  input[type=password],  .ow_sign_in_cont .ow_sign_in_wrap form  textarea,  .ow_sign_in_cont .ow_sign_in_wrap form  select,  .ow_sign_in_cont .ow_sign_in_wrap form  div.jhtmlarea {background-image: none;color: #232323;font-family: "Lucida Grande", "Verdana";font-size: 13px;padding: 4px;border: none;padding: 8px 8px 6px 8px;display: inline-block;margin: 0 auto;border-radius: 0px !important;background-color: rgb(33, 37, 40);position: relative;-webkit-border-radius: 0;max-width: 415px;width: 100%;}
 .ow_sign_in_cont .ow_sign_in_wrap form   span.ow_button {background-color: transparent;background-position: right 45%;background-repeat: no-repeat;background-image: none;padding: 0px;color: #767676;width: 100%;font-weight: bold;cursor: pointer;font-family: 'open_sans_condensedbold', "Trebuchet MS", "Helvetica CY", sans-serif;text-transform: uppercase;font-size: 14px;border: none;line-height: 30px;color: #B6B6B6;transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;margin-bottom: 5px;}
 .ow_sign_in_cont .ow_sign_in_wrap form span.ow_button:hover {
}
 .ow_sign_in_cont .ow_sign_in_wrap form input[type=submit],  .ow_sign_in_cont .ow_sign_in_wrap input[type=button] {padding: 1px 4px 2px 3px;color: #0E4A44;font-weight: normal;cursor: pointer;font-family: 'open_sans_condensedbold', "Trebuchet MS", "Helvetica CY", sans-serif;text-transform: uppercase;font-size: 14px;border: none;line-height: 30px;text-shadow:  none;}

 .ow_sign_in_cont .ow_sign_in_wrap .ow_form_options  .ow_right {/* width: 275px; */margin-bottom:10px;float: center;text-align: center;}
 .ow_sign_in_cont .ow_sign_in_wrap  .ow_box_cap{
    background: none;
}

 .ow_sign_in_cont .ow_sign_in_wrap  {
    width: 100%;
    position: relative;
    top: 0px !important;
    left: 0% !important;
    margin: auto;
    z-index: 200;
    float: none;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_in {float: center !important;width: 100%;}
 .ow_sign_in_cont .base_sign_in {
margin-top: 0px !important;
}
 .ow_sign_in_cont .ow_sign_in_wrap form {
    /* width: 100%; */
    /* position: relative; */
    /* margin: auto 0 auto; */
    /* left: auto; */
    /* margin-bottom: 50px; */
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_in{float: center;/* margin: 50px 0 0 0; */}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_up {display: none;}
 .ow_sign_in_cont .ow_sign_in_wrap form hr {
    border: none;
    height: 1px;
    margin: 5px 5px 15px 5px;  display: inline-block;  
    width: 100%;  
    height: 3px;
}
.logo {
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_up hr{margin:5px 0 15px;}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_box {
  padding: 6px 0px 0px 0px;
  margin-bottom: 16px;
  position: relative;
  z-index: 98;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_user_name input[type="text"]{margin-bottom:8px;}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_password input[type="password"] {margin-bottom:16px;}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_form_options {margin-bottom:6px;display: table;width: 100%;}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_form_options p.ow_remember_me,
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_form_options p.ow_forgot_pass {font-size:11px;color: rgb(151, 169, 173);float: none;vertical-align: middle;}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_form_options p.ow_remember_me {padding: 3px;vertical-align: middle;height: 31px;text-align: left;line-height: 25px;font-size: 13px;font-weight: 500;}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_form_options p.ow_remember_me input[type="checkbox"]{margin: 0px 1px 0px 0px;padding: 0px;float: left;}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_connect_buttons {padding: 5px 5px 5px 5px;border-top: none;margin-top: 20px;}


 .ow_sign_in_cont .ow_connect_text {
    color: rgb(83, 93, 105);
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_up a {
background-image: none;
padding: 5px 20px 5px 20px;
color: #343448;
font-weight: normal;
cursor: pointer;
height: 30px;
font-family: 'open_sans_condensedbold', "Trebuchet MS", "Helvetica CY", sans-serif;
text-transform: uppercase;
font-size: 14px;
border: none;
line-height: 30px;
text-decoration: none;
background: #7272A9;   
transition: all 0.2s ease-in-out;    
-moz-transition: all 0.2s ease-in-out;    
-ms-transition: all 0.2s ease-in-out;    
-webkit-transition: all 0.2s ease-in-out;    
-o-transition: all 0.2s ease-in-out;
border-radius: 2px;    
moz-border-radius: 2px;    
-webkit-border-radius: 2px;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_up a:hover {
  color: #343448;
  background: #E05353;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_connect_buttons .ow_fb_button {float:left;}
 .ow_sign_in_cont .ow_connect_text {
    background: none;
    padding: 0px 0 0 0px;
    margin-right: 0px;
    float: none;
    line-height: 20px;
    width: 100%;
    font-size: 15px;
    text-align: center;
    display: inline-block;
}
 .ow_sign_in_cont .ow_sign_in .connect_button_list {
    padding: 0px;
    float: right;
    width: 100%;
    text-align: center;
}
 .ow_sign_in_cont .floatbox_container .ow_sign_in_wrap form {
    margin: 0px;
    box-shadow: none;
    border: none;
    border-radius: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 10px 40px 0;    
}
}
.ow_video_player iframe { max-width: 100%; }
/* ---- Console styles ---- */
.ow_console .wackwall_link{
    background: url(images/console-w.png) no-repeat 50% 50%;
    display: block;
    height: 30px;
    width: 35px;
}
.ow_console .wackwall_link:hover{
    text-decoration:none;
}
.ow_console .common_shortcuts a{
    background-position:50% 50%;
    background-repeat: no-repeat;
    display:inline-block;
    height:30px;
    width:25px;
}
.ow_console .common_shortcuts a:hover{
    text-decoration:none;
}
.ow_console .notification_shortcut{
    padding:0 7px;
}
.ow_console .notification_shortcut a{
    background-position:0 50%;
    background-repeat:no-repeat;
    display:block;
    padding: 5px 0 5px 20px;
    text-decoration:none;
}
.ow_console_item a {
height: 22px;
}
.ow_console_block {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.ow_console_item {display: inline-block;position:relative;line-height: 50px;height: 40px;margin: 0px 0px 0px 10px;vertical-align: top;text-align: left;z-index:1002;}
.ow_console_item:hover {
    cursor: pointer;
}
}
.ow_console_dropdown_hover:hover {
    cursor: pointer;
    color: #dddddd;  
}
.ow_console_dropdown_pressed {
}
.ow_console_item a {
  color: #ffffff; /** OW_Control type:color, key:menuColor, section: 3. Console settings, label: Menu text color **/
  font-weight: 900;
  /* text-transform: uppercase; */
  font-weight: normal;
  font-family: 'Play', sans-serif;
}
.ow_console_item a:hover {
    text-decoration: none;
}
.ow_console_more {
    background: url("images/context_action_arrow.svg") no-repeat scroll center 9px transparent;
    background-color: rgb(241, 241, 241); /** OW_Control type:color, key:ConsoleMoreColor, section: 3. Console settings, label: Console more button color **/
    display: inline-block;
    height: 2px;
    min-width: 1px;
    vertical-align: top;
    border-radius: 3px;
    padding: 0px 1px 0px 1px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);
    border-radius: 2px;
    font-family: 'Oswald', sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.ow_console_item:hover .ow_console_more {
     background: url("images/context_action_arrow.svg") no-repeat scroll center 9px transparent;
     background-color: rgb(241, 241, 241); /** OW_Control type:color, key:ConsoleMoreHoverColor, section: 3. Console settings, label: Console more hover button color **/
     border: 1px solid rgba(0, 0, 0, 0.03);
     -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);
     -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);
     box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);
}
/* ---- Console select language styles ---- */
.ow_console_lang_item {
    text-transform: uppercase;
    padding: 0px 4px 0px 6px; */;
}
li.ow_console_lang_item {
    /* padding: 3px 8px; */
    border: 1px solid transparent;
    margin-bottom: 1px;
    background-color: transparent;
}
li.ow_console_lang_item:hover {
    background: rgba(0, 0, 0, 0.6588235294117647);
}
.ow_console_lang_item  {display: inline-block;padding-left: 3px;padding-right:15px;background-position: 3px 11px;/* height: 41px !important; */width: 32px !important;}
.ow_console_lang_item span {display: inline-block;padding-left: 23px;background-position: 1px 17px;color:  #ffffff;}
/* ---- End Console select language styles ---- */
.ow_console .ow_tooltip_top_right {
    top: 50px !important;
    right: 10px !important;
}
.ow_console .ow_tooltip_top_right .ow_tooltip_tail span {
    background-position: 1px -6px;
}
.ow_console span.ow_count_wrap {
    padding: 0px 0px 0px;
    position:  absolute;
    top: 10px;
    left: 0px;
}
.ow_console span.ow_count_bg {font-size:5px;}
.ow_console .ow_count_bg {
  background: rgb(39, 43, 45);
  box-shadow: none;
  width: auto;
}
.ow_console .ow_count_active {
  background: rgb(241, 241, 241);
  border-radius: none;
  box-shadow: none;
  width: auto;
  color: #0f1113;
}
.ow_console span.ow_count {
    position: relative;
    top: 0px;
    font-size: 8px;
}
.ow_console span.ow_count:active {
    position: relative;
    top: 0px;
    font-size: 8px;
    color:  #cd6060;
}
html body .ow_console .ow_tooltip_body {
    border: 0px;
    margin-top: 0px;
    background: rgb(46, 51, 55);
    border: 1px solid #03030312;
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    -webkit-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
html body .ow_console .ow_tooltip_tail span{
    background-image: none;
} 
 .ow_console_list_wrapper {
    width: 330px;
    overflow-y: auto;
    word-wrap: break-word;
    min-height: 60px;
}
.ow_console_list {
    cursor: default;
    padding-top: 5px;
}
.ow_console_list li {height: auto;overflow: hidden;/* padding: 5px; */min-height: 55px;border-bottom: 1px solid rgba(221, 221, 221, 0.11);transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
.ow_console_list li:hover,
.ow_console_list li.ow_console_new_message:hover {
    background: rgba(0, 0, 0, 0.27);
    color: #EFB291;
}
.ow_console_list li.ow_console_new_message {
    background: rgba(115, 115, 115, 0.09);
}
.ow_console_list li:hover a,
.ow_console_list li:hover .ow_console_ntf_txt, 
.ow_console_list li:hover .ow_console_invt_txt,
.ow_console_list li.ow_console_new_message:hover a,
.ow_console_list li.ow_console_new_message:hover .ow_console_ntf_txt, 
.ow_console_list li.ow_console_new_message:hover .ow_console_invt_txt{
    color: rgb(248, 64, 100);
}
.ow_console_list li.ow_console_new_message a,
.ow_console_list li.ow_console_new_message .ow_console_ntf_txt, 
.ow_console_list li.ow_console_new_message .ow_console_invt_txt{
}
.ow_console_list li:hover a.ow_lbutton,
.ow_console_list li.ow_console_new_message a.ow_lbutton,
.ow_console_list li.ow_console_new_message:hover a.ow_lbutton {
    color: #424141;
}
.ow_console_list li:hover a.ow_lbutton:hover,
.ow_console_list li.ow_console_new_message a.ow_lbutton:hover,
.ow_console_list li.ow_console_new_message:hover a.ow_lbutton:hover {
}
.ow_console_list li:last-child {
    margin-bottom: 0px;
}
.ow_console .ow_avatar {
    float: left;
    margin-right: -40px;
    height: 40px;
    width: 40px;
    padding: 0px;
    background-image: none;
}
.ow_console .ow_avatar img {
    height: 54px;
    width: 54px;
}
.ow_console_ntf_txt, .ow_console_invt_txt {
    display: block;
    line-height: 16px;
    color: #ffffff;
}
.ow_console_invt_txt a {
    color: #E7E7E7;
}
.ow_console_view_all_btn_wrap {
    padding-top: 4px;
}
.ow_console_view_all_btn {
    text-decoration: none;
    display: block;
    line-height: 11px;
    padding: 8px 0px;
    text-align: center;
    border: 1px solid #363636;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #305464 url('images/console.png') left top repeat-x;
}
.ow_console_view_all_btn:hover {
     background: #305464;
     color: #fff;
}
ul.ow_console_dropdown {
    min-width: 110px;
    text-align: center;
    overflow-x: auto;
    cursor: default;
}
ul.ow_console_dropdown .ow_console_dropdown_cont {
    white-space: nowrap;
    margin-bottom: 1px;
}
ul.ow_console_dropdown .ow_console_dropdown_cont a {
    padding: 3px 8px;
    border: 1px solid transparent;
    display: block;
    color: #a8a8a8;
    line-height: 21px;
    font-weight:  bold;
    font-size: 14px;
    font-weight:  normal;
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    -o-transition: all 0.10s ease-in-out;
    -ms-transition: all 0.10s ease-in-out;
}
ul.ow_console_dropdown .ow_console_dropdown_cont a:hover {
    color: rgb(255, 255, 255);
    background-color: #ff1744;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    -o-transition: all 0.10s ease-in-out;
    -ms-transition: all 0.10s ease-in-out;
}

ul.ow_console_dropdown li:last-child .ow_console_dropdown_cont {
    margin-bottom: 0px;
}
.ow_console_ntf_cont, .ow_console_invt_cont {
    display: block;
    margin: 0px 65px 0px 65px;
    line-height: 16px;
    color: #e1e1e1;
}
.ow_console_ntf_txt, .ow_console_invt_txt {
    min-height: 19px;
    padding: 0px 0px 3px 0px;
}
.ow_console_invt_txt {
    width: 200px;
    word-wrap: break-word;
}
.ow_console_invt_cont a {
    color: #bababa;
}
.ow_console_invt_cont a:hover {
    text-decoration: underline;
}
.ow_console_invt_cont .ow_lbutton:hover {
    text-decoration: none;
}
.ow_console_invt_img {
    float: right;
    margin-left: -54px;
    width: 54px;
    height: 54px;
    text-align: right;
}
.ow_console_invt_img img {
    max-height: 100%;
    max-width: 100%;
}
.ow_console_invt_no_img .ow_console_invt_txt {
    width: 250px;
}
.ow_console_invt_no_img {
    margin-right: 0px;
}
.ow_console_divider {
 line-height: 7px;
 height: 1px;
 margin: 3px 0px 2px;
 background: rgba(0, 0, 0, 0.08);
}
.ow_cursor_pointer {
    cursor: pointer;
}
.ow_cursor_default {
    cursor: default;
}
/*console_preloader*/
.ow_preloader_content.ow_console_list_preloader {
    background-image: url(images/ajax_preloader_console.gif);
}
/*end console preloader*/
/* ---- End of Console styles ---- */
/*========================================================
        [4] Forms        __forms
  ========================================================*/
/* ---- Form Elements styles ---- */
input[type=text], input[type=password], textarea, select, div.jhtmlarea {
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-color: rgb(24, 27, 29);
    color: #8a8a8a !important;
    font-family: "Lucida Grande", "Verdana";
    font-size: 13px;
    padding: 4px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.06), inset 0 1px 2px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.06), inset 0 1px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px rgba(255, 255, 255, 0.06), inset 0 1px 2px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.13);
}
body form div.jhtmlarea {
    padding: 0px;
    background: rgb(24, 27, 29);
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body .jhtmlarea .toolbar {
    padding: 2px 2px 0px;
    height: 24px;
    background: rgb(41, 45, 48);
    border-bottom: 1px solid rgba(24, 27, 29, 0.12);
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
}
.toolbar ul li a {
    border: 1px solid rgba(0, 0, 0, 0.11) !important;
}
.toolbar ul a:hover {
    border: solid 1px #3e3e3e40 !important;
}
body .jhtmlarea .toolbar ul {
    height: 24px;
}
.jhtmlarea .input_ws_cont {
    padding: 8px;
}
body.htmlarea_styles {
    margin: 0px;
}
html body .ow_sidebar *,
html body .ow_console *{
    font-size: 12px;
}
select{
    background-image: none;
}
textarea{
    height: 100px;
    width: 100%;
    resize: vertical;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
input[type=text],
input[type=password]{
    width: 100%;
    height: 50px;
    line-height: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type=submit],
input[type=button]{
	background-color: rgba(0, 0, 0, 0);
	background-position: right 50%;
	background-repeat: no-repeat;
	padding: 1px 5px 3px 5px;
	color: #ffffff;
	font-weight: normal;
	cursor: pointer;
	height: 40px;
	font-family: 'Play', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	border: none;
}
input[type=submit]:hover,
input[type=button]:hover{
	color: #fff;
	transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
.ow_sign_in input[type=submit], .ow_sign_in input[type=button]{}
input[type=submit]:hover,
input[type=button]:hover{color: #ffffff;-webkit-transition: color 0.5s; /* Safari */transition: color 0.5s;}
input[type=submit]:hover,
input[type=button]:hover{-webkit-transition: background-color 0.5s; /* Safari */transition: background-color 0.5s;}
/* temp hack for decorating buttons in FF */
body:not(:-moz-handler-blocked) input[type=submit],
body:not(:-moz-handler-blocked) input[type=button]{
    padding-top: 2px;
}
/* End of temp hack for decorating buttons in FF */
html body div span.ow_button input[type=submit],
html body div span.ow_button input[type=button]{width: 100%;}
html body.ow input[type=submit],
html body.ow input[type=button]{
}
span.ow_button {
	display: inline-block;
	 color: rgb(255, 255, 255); /** OW_Control type:color, key:boxButtonsTextColor, section:5. Widget box colors, label: Box buttons text color  **/
  background: #ff1744; /** OW_Control type:color, key:boxButtonsColor, section:5. Widget box colors, label: Box buttons color  **/
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px 5px 0px 5px;
	background-color: none!important;
	-webkit-transition: background-color 0.5s;/* Safari */
	transition: background-color 0.5s;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border-radius: 3px;
	/* width: 100%; */

}
span.ow_button:hover{
	color: #ffffff;/** OW_Control type:color, key:boxButtonsHoverTextColor, section:5. Widget box colors, label: Box buttons hover text color  **/
	background: #d31137;/** OW_Control type:color, key:boxButtonsHoverColor, section:5. Widget box colors, label: Box buttons hover color  **/
	box-shadow:none;
}
span.ow_button span.ow_button {
    border-radius: none;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border: none;
    background-image: none;
    background-position: right 46%;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100%;
}
span.ow_button span {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	background-position: right 50%;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 100%;
}
.ow_btn_delimiter span.ow_button:first-child {
}
.ow_btn_delimiter span.ow_button span.ow_button {
	margin: 0px;
}
html body.ow span.ow_button {}
body.ow input.ow_inprogress,
body.ow .ow_inprogress {
    background-image: url(images/ajax_preloader_button.gif);
}
*+html input[type=submit],
*+html input[type=button]{
    overflow: visible;
}
input[type=submit]:hover,
input[type=button]:hover{
    /* empty */
}
input[type=submit].submit{
    background-color: #00aa00;
    color: #fff;
}
input[type=submit].alert{
    background-color: #ff6666;
    color: #fff;
}
input[type=submit].submit:hover{
    /* empty */
}
input[type=submit].alert:hover{
    /* empty */
}
ul.ow_radio_group li{
    float:left;
    vertical-align: middle;
    line-height: 30px;
}
ul.ow_checkbox_group li{
    float:left;
}
textarea.invitation,
input[type=text].invitation,
input[type=password].invitation{
    color: #A0A0A0;
    padding-left: 5px;
}
.form_auto_click textarea.invitation{
    height:50px;
}
form .error{
    color:red;
}
form input[type=text].hasDatepicker{
    width: 87%;
}
form br.ow_no_height{
    line-height: 0;
}
.color_input input[type=text]{
    width:70%;
}
.ow_multiselect select{
    width: 120px;
    padding: 2px;
}
.ow_multiselect input[type=button]{
    padding-left: 20px;
}
.form_auto_click .ow_submit_auto_click{
    display:none;
}
/* ---- Positive and Negative buttons ---- */
html body div .ow_positive input[type=submit],
html body div .ow_positive input[type=button]{
}
.ow_negative input[type=submit],
.ow_negative input[type=button]{
    background: none;
}
body:not(:-moz-handler-blocked) .ow_negative input[type=submit],
body:not(:-moz-handler-blocked) .ow_negative input[type=button] {
    padding-right: 2px;
}
/* ---- End of Positive and Negative buttons ---- */
html body div .ow_green {
    color: #060606;
}
html body div .ow_red{
    color: #0C0C0C;
}
html body div .ow_mild_red,
.ow_navbox.ow_mild_red a.move{
    color: #ffffff;
}
html body div .ow_mild_green,
.ow_navbox.ow_mild_green a.move{
    color: #71bd89;
}
html body .ow_button.ow_red,
html body .ow_button.ow_mild_red,
html body .ow_button.ow_green,
html body .ow_button.ow_mild_green,
.ow_button .ow_mild_red,
.ow_button .ow_red,
.ow_button .ow_green,
.ow_button .ow_mild_green {
    background-color: rgba(255, 23, 68, 0);
    border-color: transparent;
    color: #dadada;
}
input[type=submit].ow_green,
input[type=button].ow_green,
input[type=submit].ow_mild_green,
input[type=button].ow_mild_green,
input[type=submit].ow_red,
input[type=button].ow_red,
input[type=submit].ow_mild_red,
input[type=button].ow_mild_red  {
    background-color: transparent;
}
/* wysiwyg styles */
body.htmlarea_styles{
    font-family: "Lucida Grande", "Verdana", "Tahoma"; /** key:commonFontFamily  **/
    color: #333;
    font-size: 13px; /** key:commonFontSize **/
    line-height: 18px;
}
body.htmlarea_styles a{
}
body.htmlarea_styles p{
    margin:0;
}
/* wysiwyg styles end */
/* tag styles */
div.tagsinput {
    background-color: rgb(24, 27, 29);
    color: #8a8a8a !important;
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.06), inset 0 1px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.06), inset 0 1px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px rgba(255, 255, 255, 0.06), inset 0 1px 2px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.09);
}
/* tag styles end */
/* ---- End of Form Elements styles ---- */
/* ---- Form Table styles ---- */
/* ---- End of Form Table styles ---- */
/*========================================================
        [5] Common Blocks        __blocks
  ========================================================*/
.ow_box_cap_empty
{height: 33px;
margin-bottom: -2px;}
.ow_box_cap_empty .ow_box_cap_right
{margin-right:1px;height: 33px;}

.ow_box_cap_empty .ow_box_cap_body{
    height: 38px;
    border: 1px solid rgba(0, 0, 0, 0.47);
    background: #1a1d1f;
    box-shadow: 5px 5px 0 0 rgba(25, 25, 25, 1);
    -moz-box-shadow: 5px 5px 0 0 rgba(25, 25, 25, 1);
    -webkit-box-shadow: 5px 5px 0 0 rgba(25, 25, 25, 1);
}





.ow_box_cap h3::first-letter,
.ow_box_cap_empty h3::first-letter{

  color: #ff1744; /** OW_Control type:color, key:boxTitleFL, section:5. Widget box colors, label: Box title firs letter collor  **/
  overflow: hidden;
  font-size: 25px;
  text-transform:uppercase;
  font-weight: 700;

  }

.ow_box_cap h3{
  margin-left: 10px;
  color: #c8c8c8; /** OW_Control type:color, key:boxTitle, section:5. Widget box colors, label: Box title collor  **/
  height: auto;
  float: left;
  line-height: 39px;
  overflow: hidden;
  font-size: 18px;

  font-weight: normal;
  font-family: 'Play', sans-serif;
}
.ow_box_cap h3:before{
    display:  none;
}


.ow_box_cap_empty h3:before{
display: none;
  }
.ow_box_cap_empty h3{
  position:  absolute;
  color: #b3b3b5; /** OW_Control type:color, key:boxTitle, section:5. Widget box colors, label: Box title color  **/
  height: 35px !important;
  height: auto;
  line-height: 39px;
  margin-left: 10px;
  overflow: hidden;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  }
html body div  .ow_box_cap h3,
html body div  .ow_box_cap_empty h3{
  height: 33px;
  }
.ow_box_cap{margin-right:1px;}
.ow_box_cap .ow_box_cap_right
{
    position: relative;
    z-index: 1;
}
.ow_box_cap .ow_box_cap_body {
 height: 38px;
 margin-right: 4px;
 margin-left: 5px;
 border: 1px solid rgba(0, 0, 0, 0.47);
 background: #1a1d1f;
 box-shadow: 5px 5px 0 0 rgba(25, 25, 25, 1);
 -moz-box-shadow: 5px 5px 0 0 rgba(25, 25, 25, 1);
 -webkit-box-shadow: 5px 5px 0 0 rgba(25, 25, 25, 1);
 }
  .ow_sidebar .ow_box_cap .ow_box_cap_body {
    box-shadow: none;
 }
 .ow_sidebar .ow_box {
    box-shadow: none;
}
.ow_box_cap a, .ow_box_cap_empty a {color: #219289;text-decoration: none;}
.ow_sidebar .ow_box_menu a {
margin: 0px 0px 0px -1px;
}
.ow_box {
  margin-bottom: 8px;
  padding: 10px 6px 6px 6px;
  position: relative;
  /* margin-top: -1px !important; */
  margin: 5px;
  border-left: none;
  border-top:none;
  border-right: none;
  margin-bottom: 5px;
  border-width: 1px;
  border-style: solid;
  background-color: #1a1d1f;
  border-left-color: rgba(17, 17, 17, 1);
  border-right-color: rgba(0, 0, 0, 1);
  border-top-color: rgba(17, 17, 17, 1);
  border-bottom-color: rgba(0, 0, 0, 1);
  box-shadow: 5px 5px 0 0 rgba(25, 25, 25, 1);
  -moz-box-shadow: 5px 5px 0 0 rgba(25, 25, 25, 1);
  -webkit-box-shadow: 5px 5px 0 0 rgba(25, 25, 25, 1);
}
  }

.newsfeed_nocontent:before{
display: none;
}
.newsfeed_nocontent:after{
display: none;
}
.ow_box.ow_no_cap {background-image:none;}
.ow_box_empty{
	position: relative;
	padding: 5px 5px 2px 5px;
	margin: 10px;
}
.ow_box .bottom_toolbar, .ow_box_mod .bottom_toolbar{
    margin-top: 10px;
    border-top: 1px solid #f0f0f0;
    font-size: 10px;
    padding: 0 5px;
    text-align: right;
}
.ow_sidebar .ow_box_bottom_shadow,
.ow_supernarrow .ow_box_bottom_shadow
{
    bottom: -12px;
}
/*========================================================
        [6] Standard Listings        __listings
  ========================================================*/
.ow_canvas .ow_avatar img,
.ow_canvas .ow_lp_avatars img,
.ow_canvas .ow_newsfeed_avatar img {
    width: 40px;
    height: 40px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-left: 3px;
    margin-top: 4px;
    border-radius: 2px;
}
/* ---- Item Picture Content ---- */
.ow_ipc {
    margin-top: 16px;
    margin-bottom: 0px;
}
.ow_ipc:first-child {
    margin-top: 0px;
}
.ow_ipc_picture{
    float: left;
    margin-right: -50px;
    width: 50px;
}
.ow_ipc_picture .ow_avatar {
    background: none; 
}
.ow_ipc_picture img {
    width: 40px;
    height: 40px;
    /* padding: 6px; */
}
.ow_ipc_picture img:first-child {
}
.ow_ipc_picture .ow_avatar img {
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0);
}

.ow_box_empty .ow_ipc_picture .ow_avatar img {
    padding: 4px;
    margin-top: 0px;
    border-top: 1px solid #bbbfbf;
    border-right: 1px solid #bbbfbf;
    background-color: rgba(255, 255, 255, 0);
}
.ow_ipc_info{
    margin-left: 51px;
    padding: 0px 10px 10px 10px;
}
.ow_box_empty .ow_ipc_info{
    margin-left: 51px;
    padding: 5px 10px 10px 10px;
}
.ow_ipc_header{
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.ow_ipc_header a {
    line-height: 20px;
    font-family: 'Play', sans-serif;
}
.ow_ipc.ow_smallmargin {
    margin-bottom: 0px;
}
.ow_ipc_content{
    padding: 0px 0px 6px 0px;
}
.ow_ipc_toolbar{
    font-size: 11px;
    float: left;
    padding: 0 0px 0px 0px;
    width: 100%;
}
.ow_ipc_toolbar .ow_icon_control {
    padding: 0px;
}
html body div .ow_ipc_toolbar span {
    background: none;
}
.ow_ipc_toolbar .ow_ipc_date,
.ow_ipc_date {
    float: right;
    font-size: 10px;
    line-height: 14px;
}
.ow_table_1 .ow_ipc_info,
.ow_table_2 .ow_ipc_info {
    border: none;
}
.ow_dnd_widget .ow_ipc {border-bottom: 1px solid rgba(113, 113, 113, 0.1);}
/* ---- End of the Item Picture Content ---- */
/* ---- Mini Item Picture Content ---- */
.ow_mini_ipc_picture {
    float: left;
    margin-right: -42px;
    width: 42px;
}
.ow_mini_ipc_picture .ow_avatar {
    background: none; 
}
.ow_mini_ipc_picture img,
.ow_mini_ipc_picture .ow_avatar,
.ow_mini_ipc_picture .ow_avatar img {
    width: 32px;
    height: 32px;
}
.ow_mini_ipc_info {
    margin-left: 49px;
    padding-top: 0;
}
.ow_mini_ipc_info .mipc_url {
    font-weight: bold;
}
.ow_mini_ipc_content {
    margin-top: 5px;
}
/* ---- End of the Mini Item Picture Content ---- */
/* ---- Item Content ---- */
.ow_ic_header {
    margin-bottom: 5px;
}
.ow_ic_description {
    margin-bottom: 5px;
}
.ow_ic_date {
    float: right;
    font-size: 10px;
    line-height: 14px;    
}
th,
.ow_sidebar,
.ow_table_3 td {
    border-color: rgba(66, 66, 66, 0.24);
}
.ow_page td.ow_highbox,
.ow_highbox_table .ow_highbox,
.ow_page .ow_highbox {
}
html body .ow_table_1 tr th.ow_highbox {
    border-color: #C7C7C7;
}
.ow_box_toolbar {
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 5px;
    font-size: 11px;
    float: right;
    white-space: nowrap;
}
.ow_box_toolbar span {
    padding: 0px 2px 0px 0px;
}
.ow_box_toolbar span.ow_icon_control {
padding: 0px 0 2px 20px; 
background-position: 0px 2px;
}
.ow_box_toolbar span.ow_nowrap a {
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #f0f0f0;
    background-color: #429B45;
    padding: 0px 6px 0px;
    line-height: 21px;
    text-decoration: none;
    font-size: 11px;
}
.ow_box_toolbar span.ow_nowrap a:hover {
    text-decoration: none;
background: #305464;
}
.ow_box_empty .ow_box_toolbar {
}
.ow_box_toolbar a {
    color: #fff;
    text-shadow: none;
}
.ow_box_toolbar a:hover {
    text-decoration: none;
}
.ow_box_toolbar .ow_delimiter,
.ow_ic_toolbar  .ow_delimiter{
    display: none;
}
.ow_avatar_list{
    text-align: center;
}
.ow_avatar_list a{
    margin-bottom: 0px;
    margin-right: 1px;
}
/* ---- Tooltip ---- */
.ow_tooltip {
    margin-top: 0;
}
.ow_tooltip_tail {
    display:inline-block;
    padding: 0px 0px;
    width: 100%;
    display: none;
    background-image: none;
}
.ow_tooltip_tail span {
    display:inline-block;
    width: 19px;
    height: 6px;
    margin-bottom: -2px;
}   
.ow_tooltip .ow_tooltip_body {
    padding-top: 4px;
    background: rgb(25, 25, 25);
    border: 1px solid rgba(0, 0, 0, 0.1411764705882353);
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    -webkit-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
.ow_console .ow_tooltip_body:before {
    right: 0px;
    top: -17px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 10px solid transparent;
    float: left;
    border-color: rgba(229, 229, 229, 0) transparent rgb(46, 51, 55) transparent;
    z-index: 1;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}
/* ---- Top Right Tooltip  ---- */
.ow_tooltip_top_right.ow_tooltip {
    margin-top: 0;
    position: absolute;
    right: 0px;
    top: 0px;
 }
.ow_tooltip_top_right .ow_tooltip_tail span {
    background-position: 3px -6px;
}
.ow_tooltip_top_right .ow_tooltip_tail {
    text-align: right;
}
/* ---- Bottom Left Tooltip  ---- */
.ow_tooltip_bottom_left .ow_tooltip_tail span {
    background-position: 9px 0px;
    margin-top: -1px;
}
/* ---- Bottom Right Tooltip  ---- */
.ow_tooltip_bottom_right .ow_tooltip_tail span {
    background-position: 1px 0px;
    margin-top: -1px;
}
.ow_tooltip_bottom_right .ow_tooltip_tail {
    text-align: right;
}
/* ---- Left Side Tooltip  ---- */
.ow_tooltip_left .ow_tooltip_tail {
    float: left;
    margin-right: -4px;
    width: 4px;
    padding-top: 8px;
}
.ow_tooltip_left .ow_tooltip_tail span {
    margin: 0px;
    width: 5px;
    height: 11px;
    background-position: 0px -28px;
}
.ow_tooltip_left .ow_tooltip_body {
    display: block;
    margin-left: 4px;
}
/* ---- Right Side Tooltip  ---- */
.ow_tooltip_right .ow_tooltip_tail {
    float: right;
    margin-left: -4px;
    width: 5px;
    padding-top: 8px;
}
.ow_tooltip_right .ow_tooltip_tail span {
    margin: 0px;
    width: 5px;
    height: 11px;
    background-position: 0px -15px;
}
.ow_tooltip_right .ow_tooltip_body {
    display:block;
    margin-right: 4px;
}
/* ---- End of Tooltip  ---- */
/* ---- Counter  ---- */
.ow_count_wrap {
    text-align: center;
    display: inline-block;
    line-height: 15px;
    font-size: 10px;
    vertical-align: top;
}
.ow_count_bg {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline-block;
    background: none repeat scroll 0 0 #32909A;
    min-height: 15px;
    overflow: hidden;
}
.ow_count {
    color: #ffffff;
    padding: 0 4px 0 4px;
}
.ow_console .ow_count_active .ow_count {
    color: #000000;
    font-weight:  bold;
}
.ow_count_active {
    background: none repeat scroll 0 0 #90c105;
}
/* ---- End of Counter  ---- */
/* ---- Item Voted Content ---- */
.ow_ivc_box{
}
 .ow_ivc_voteupdown .ow_highbox{
 border-bottom: 1px solid #E4E4E4;
 background: #FFFFFF;
 margin-bottom: 10px;
 }
.ow_ivc_voteupdown{
background-repeat: no-repeat;
background-position: center 5px;
float: left;
margin-right: -50px;
padding: 0px 0px 5px 0px;
text-align: center;
background: #FFFFFF;
}
.ow_links .ow_highbox{
width:100px!important;
height:72px;
}
.ow_links .ow_ivc_content {
margin-left: 120px;
margin-bottom:10px;
}
.ow_links .ow_highbox .ow_txt_value {
padding: 27px 5px 0px 30px!important;
}
.ow_ivc_content{
    margin-left: 75px;
    background: #FFFFFF;
}
.ow_links .ow_highbox .ow_ic_up_arrow{
min-width: 36px!important;
min-height: 36px!important;
cursor: pointer;
margin-bottom: 3px;
display: block;
padding: 0px;
}
.ow_links .ow_box_toolbar span.ow_icon_control {
padding: 20px 1px 2px 40px;
background-position: left bottom;
}
.ow_links .ow_highbox .ow_ic_down_arrow{
min-width: 36px!important;
min-height: 36px!important;
cursor: pointer;
margin-bottom: 3px;
display: block;
padding: 0px;
}
.ow_links  .ow_box_cap_empty h3 a{
color:#ffffff;
text-shadow:none;
}
/*
.ow_ivc_origin{
   background-repeat: no-repeat;
   margin-bottom: 8px;
   padding: 2px 0px 2px 20px;
}
.ow_ivc_toolbar .ow_comments,
.ow_ivc_toolbar .ow_tags,
.ow_ivc_toolbar .ow_voteup,
.ow_ivc_toolbar .ow_votedown{
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
    padding: 0px 0px 2px 20px;
}
*/
/* ---- Listing Picture ---- */
.ow_lp_picture{
    float: left;
    margin: 0 1px 1px 0;
}
.ow_lp_wrapper{
}
.ow_lp_avatars{
    text-align:center;
}
.ow_lp_avatars .ow_lp_wrapper{
    display: inline-block;
    margin: 0 1px 1px 0;
    width: 40px;
}
.ow_lp_albums .ow_lp_wrapper{
    width: 77px;
    height: 77px;
    padding: 4px 0px 0px 5px;    
    float: left;
    margin-right: 4px;
    background: none; 
}
.ow_lp_photos .ow_lp_wrapper{
    width: 74px;
    height: 74px;
    padding: 5px 2px 2px 5px;
    display: inline-block;
    float: none;
    text-align: left;
    background: rgb(33, 37, 40);
    border: 1px solid rgba(26, 29, 31, 0.05);
}
.ow_lp_photos .ow_lp_wrapper:hover{
}
.ow_lp_avatars img {
}
.ow_lp_avatars .ow_avatar {
    text-align: left;
}
.ow_lp_avatars .ow_avatar:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ow_lp_photos img,
.ow_lp_albums img{
    width: 72px;
    height: 72px;
}
.ow_lp_label{
    margin-left: 80px;
}
.ow_lp_avatars.ow_mini_avatar{
    text-align:left;
}
.ow_mini_avatar .ow_avatar{
    background: none;
    border:  none;
    padding: 1px;
    margin: 0px;
}
.ow_mini_avatar .ow_avatar, .ow_avatar.ow_mini_avatar,
.ow_mini_avatar .ow_avatar img, .ow_avatar.ow_mini_avatar img {
    width: 32px;
    height: 32px;
    /* margin-right: -15px; */
}
.ow_mini_avatar .ow_avatar img, .ow_avatar.ow_mini_avatar img {
    width: 32px;
    height: 32px;
    /* margin-right: -15px; */
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    border-radius: 10%;
}
a.avatar_list_more_icon{
    width: 25px;
    height: 32px;
    display: inline-block;
    margin: 0 1px;
    background: rgba(238, 238, 238, 0) url(images/more_icon.png) no-repeat 50% 50%;
}
/* ---- User List ---- */
/* ---- User List ---- */
.ow_user_list {
width:100%;
}
.ow_user_list .ow_avatar img {
margin-top: 0px;
}
.ow_user_list .ow_avatar {background:transparent;}
.ow_user_list .ow_avatar:hover {
opacity:1;
}
.ow_user_list .ow_item_set3{
    width: 15%;
    word-wrap: break-word;
}
.ow_user_list_item{
    float: left;
    padding: 5px 5px 5px 5px;
    min-height: 200px;
    border-bottom: 1px solid rgba(94, 111, 128, 0.1);
    background: rgb(26, 29, 31);
    margin: 3px;
    position: relative;
}
.ow_user_list .ow_alt2{background:transparent; height:  0px;}
.ow_user_list .ow_alt1{background:transparent; }
.ow_user_list_picture{
}
.ow_newsfeed_item .ow_user_list_picture .ow_avatar img {
    width: 42px;
    height: 42px;
    position: relative;
    display: inline-block;
    max-width: 42px !important;
    top: 10px;
    left: 10px;
    padding:2px
    background: rgb(19, 19, 19);
    border: 1px solid #e2e2e2;
}
.ow_user_list_picture .ow_avatar img {
    width: 80px;
    height: 80px;
    position: relative;
    /* max-width: 90px !important; */
    /* border-radius: 50%; */
    padding: 3px;
    float: none!important;
    display: block;
    margin-top: 5px;
    margin-left: auto !important;
    margin-right: auto !important;
    background: rgb(26, 29, 31);
    border: 1px solid #1a1d1f;
}
.ow_user_list_picture .ow_avatar img:hover {

	animation: pulse3 0.5s;
}
.ow_user_list_picture .ow_avatar  {float: none;width: 100%;margin: auto;padding-top: 1px;padding-bottom: 15px;background: rgb(33, 37, 40);border-bottom: 1px solid #00000012;}





.ow_user_list_data {margin-top:1px;/* margin-left: -6px; */margin-right:5px;margin-bottom: 10px;border-radius: 0px;text-align: center;min-height: 70px;background: rgba(255, 255, 255, 0);padding: 20px 6px 6px 5px;transition: all 0.30s ease-in-out;-webkit-transition: all 0.30s ease-in-out;-moz-transition: all 0.30s ease-in-out;-o-transition: all 0.30s ease-in-out;-ms-transition: all 0.30s ease-in-out;}

.ow_user_list_item .ow_avatar_label {
    font-size: 8px;
    display: block;
    position: absolute;
    line-height: 10px;
    text-transform: uppercase;
    background-color: #999;
    left: 3px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    width: auto;
    bottom: 3px;
    color: #fff;
    font-weight: bold;
    padding: 0px 2px;
}

.ow_moderation_wrap .ow_user_list_data:hover {
border-bottom: 0px ;
}
.ow_user_list_data a 
{color: #ff1744;font-family: 'Play', sans-serif;font-weight: normal;font-size: 16px;line-height: 22px !important;}
.ow_user_list_data .ow_small
{color: #878e9e;font-size: 12px;line-height: 15px;}
.ow_user_list_data .ow_remark
{color: #acacac;}
.ow_uli_context_menu {
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
}
.ow_user_list_item:hover .ow_uli_context_menu {
	display: block;
}
.ow_uli_context_menu .ow_tooltip .ow_tooltip_body {
    padding: 4px 0;
}
.ow_uli_context_menu .ow_context_action_list a {
	padding: 4px 12px;
}
/*=======================================================
        [7] Tables        __tables
  ========================================================*/
.ow_table_1,
.ow_table_2 {
    border-collapse: separate;
}
.ow_table_3 {
    border-collapse: collapse;
}
.ow_table_1,
.ow_table_2,
.ow_table_3{
    margin-bottom: 25px;
    width: 100%;
}
.ow_table_1 tr td,
.ow_table_2 tr td,
.ow_video_list .ow_alt1,
.ow_video_list .ow_alt2,
.ow_photo_list .ow_alt1,
.ow_photo_list .ow_alt2 {
    border-style: solid;
    border-color: rgba(60, 60, 60, 0.33);
}
.ow_table_1 tr td,
.ow_table_2 tr td {
    border-width: 0px 1px 1px 0px;
}
.ow_table_1 .ow_empty + tr td:first-child,
.ow_table_2 .ow_empty + tr td:first-child {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-width: 1px;
}
.ow_photo_list div:first-child,
.ow_video_list div:first-child,
.ow_user_list div:first-child {
    border-left-width: 1px;
    border-top-width: 1px;
}
.ow_video_list .ow_alt1, .ow_video_list .ow_alt2 {
    height: 0px;
    border: none!important;
}
.ow_table_1 tr td:first-child,
.ow_table_2 tr td:first-child {
    border-left-width: 1px;
}
.ow_photo_list div,
.ow_video_list div,
.ow_user_list div {/* overflow: hidden; */}
.ow_photo_list div:last-child,
.ow_video_list div:last-child,
.ow_user_list div:last-child {
}
.ow_photo_list div:first-child,
.ow_video_list div:first-child,
.ow_user_list div:first-child {
}
.ow_table_1 tr td:last-child,
.ow_table_2 tr td:last-child {
    border-bottom-width: 1px;
    border-right-width: 1px;
}
.ow_table_1 tr:first-child td,
.ow_table_2 tr:first-child td {
    border-top-width: 1px;
}
.ow_table_1 tr:first-child td:first-child,
.ow_table_1 tr:first-child th:first-child,
.ow_table_2 tr:first-child td:first-child,
.ow_table_2 tr:first-child th:first-child {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-width: 1px;
}
.ow_table_1 tr:first-child td:last-child,
.ow_table_1 tr:first-child th:last-child,
.ow_table_2 tr:first-child td:last-child,
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
}
.ow_table_1 tr:last-child td:first-child,
.ow_table_1 tr.ow_alt1:last-child td:first-child,
.ow_table_1 tr.ow_tr_last td:first-child,
.ow_table_1 tr.ow_tr_last th:first-child,
.ow_table_2 tr:last-child td:first-child,
.ow_table_2 tr.ow_alt1:last-child td:first-child,
.ow_table_2 tr.ow_tr_last td:first-child,
.ow_table_2 tr.ow_tr_last th:first-child {
    border-bottom-width: 1px;
    border-left-width: 1px;
}
.ow_table_1 tr:last-child td:last-child,
.ow_table_1 tr.alt1:last-child td:last-child,
.ow_table_1 tr.ow_tr_last td:last-child,
.ow_table_1 tr.ow_tr_last th:last-child,
.ow_table_2 tr:last-child td:last-child,
.ow_table_2 tr.alt1:last-child td:last-child,
.ow_table_2 tr.ow_tr_last td:last-child,
.ow_table_2 tr.ow_tr_last th:last-child {
    border-bottom-width: 1px;
    border-right-width: 1px;
}
.ow_table_1 tr:last-child td,
.ow_table_1 tr:last-child th,
.ow_table_2 tr:last-child td,
.ow_table_2 tr:last-child th {
    border-top-width: 0px;
}
.ow_table_1 th,
.ow_table_2 th {
    border-style: solid;
    border-color: #f0f0f0  #f0f0f0 #dcdcdc #f0f0f0;
    border-width: 0px 1px 1px;
    _border-width: 1px;
}
.ow_table_1 tr.ow_tr_first td,
.ow_table_2 tr.ow_tr_first td{
    border-top-width: 1px;
}
.ow_table_1 tr.ow_tr_first th,
.ow_table_2 tr.ow_tr_first th {
    border-width: 1px 0px;
    border-color: rgba(160, 160, 160, 0.17);
}
.ow_table_1 tr.ow_tr_first th:first-child,
.ow_table_1 tr.ow_tr_first td:first-child,
.ow_table_2 tr.ow_tr_first th:first-child,
.ow_table_2 tr.ow_tr_first td:first-child {
    border-left-width: 1px;
}
.ie8 .ow_table_1 tr.ow_tr_first th,
.ie8 .ow_table_2 tr.ow_tr_first th {
    border-right-width: 1px;
}
/*@media \0screen {
    .ow_table_1 tr.ow_tr_first th,
    .ow_table_2 tr.ow_tr_first th {
    border-right-width: 1px;
}
}*/
.ow_table_1 tr.ow_tr_delimiter td,
.ow_table_2 tr.ow_tr_delimiter td  {
    border: none;
}
.ow_table_1 tr.ow_tr_first th:last-child,
.ow_table_1 tr.ow_tr_first td:last-child,
.ow_table_2 tr.ow_tr_first th:last-child,
.ow_table_2 tr.ow_tr_first td:last-child {
}
.ow_table_1 tr.ow_tr_first th:last-child,
.ow_table_2 tr.ow_tr_first th:last-child {
}
.ow_table_1 td,
.ow_table_2 td{
    padding: 8px;
    vertical-align: middle;
}
.ow_table_1 td .text{
    color: #999;
}
.ow_table_2{
    border-collapse: separate;
}
.ow_table_2 td{
    text-align: center;
}
.ow_table_3{
    border-collapse: separate;
    border-spacing: 5px;
}
.ow_table_3 td{
    border-left-width: 1px;
    border-left-style: solid;
    vertical-align: middle;
}
.ow_table_3 td.ow_label{
    border: none;
    color: #8C8C8C;
    text-align: right;
}
.ow_table_3 td.ow_value{
    width: 50%;
    padding-left: 10px;
}
.ow_table_4{
    border-collapse: separate;
    border-spacing: 5px;
}
.ow_table_4 td{
    vertical-align: top;
}
.ow_table_4 td.ow_label{
    border: none;
    color: #666;
    text-align: right;
}
.ow_table_4 td.ow_value{
    padding-left: 10px;
}
th.ow_section{
    border: 0 none;
    padding: 15px 0;
    text-align: center;
    background: transparent;
}
th span.ow_section_icon{
    background-image: none !important;
    background-repeat: no-repeat;
    padding: 5px 0px 12px 4px;
    background-position: left 0px;
    color: #888888;
    font-size: 16px;
    font-weight:  normal;
}
th span.ow_section_icon:before{float: left;color: #d18d17;font-weight: 900;}
th.ow_section span{
    padding: 5px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: normal;
}
table.ow_form td.ow_label{
    color: #aeaeae;
    text-align: right;
    /* width: 20%; */
    line-height: 30px;
    vertical-align: middle;
}
table.ow_form td.ow_label input[type="checkbox" i],table.ow_form td.ow_label input[type="radio" i] {
    float: right;
}
table.ow_form td.ow_desc{
    width: 25%;
    color: #8e9395;
    font-size: 11px;
}
table.ow_form td.ow_submit{
    text-align: center;
}
/*========================================================
        [8] Messages & Notifications        __messages
  ========================================================*/
/*========================================================
        [9] Thumbnails & Icons        __icons
  ========================================================*/
img.thumb{
    width: 100px;
}
html body div .ow_ic_add:before{
  content: "\e095";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_aloud:before{ 
  content: "\e0a0"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_app:before{   
  content: "\e049"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_attach:before{   
  content: "\e093"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_birthday:before{   
  content: "\e02f"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_bookmark:before{   
  content: "\e013"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_calendar:before{
  content: "\e075";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
  text-shadow: none;
}
html body div .ow_ic_cart:before{   
  content: "\e04e"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_chat:before{   
  content: "\e04a"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_clock:before {
  content: "\e081";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_comment:before{
  content: "\e02c";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_cut:before{   
  content: "\e024"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_dashboard:before{   
  content: "\e06c";  
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_delete:before{   
  content: "\e082";  
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_draft:before{   
  content: "\e060";  
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_down_arrow:before{   
  content: "\e07b"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_edit:before{   
  content: "\e052"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_female:before{   
  content: "\e09c"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_file:before{   
  content: "\e085"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_files:before{
  content: "\e040";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_flag:before{   
  content: "\e088";  
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_folder:before{   
  content: "\e089"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_forum:before{   
  content: "\e02c"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_friends:before{   
  content: "\e001";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_gear_wheel:before{   
  content: "\e09a";  
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_heart:before{   
  content: "\e08a"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_help:before{   
  content: "\e056"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_house:before{   
  content: "\e069"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_info:before{   
  content: "\e08b";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_key:before{   
  content: "\e08c"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_left_arrow:before{   
  content: "\e07a"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_lens:before{   
  content: "\e090"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_link:before{   
  content: "\e08d"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_lock:before{   
  content: "\e08e"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_mail:before{   
  content: "\e01f"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_male:before{   
  content: "\e09d";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_mobile:before{   
  content: "\e010";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_moderator:before{   
  content: "\e04b"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_monitor:before{   
  content: "\e011"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_move:before{   
  content: "\e023"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_music:before{   
  content: "\e03d";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_new:before{   
  content: "\e017"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_ok:before{   
  content: "\e080";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_online:before{   
  content: "\e003"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_picture:before{
  content: "\e032";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_plugin:before{   
  content: "\e02d";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_push_pin:before{   
  content: "\e031"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_reply:before{   
  content: "\e050";  
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_right_arrow:before{  
  content: "\e079"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_rss:before{   
  content: "\e03b"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_save:before{   
  content: "\e080";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_restrict:before{   
  content: "\e07c";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_script:before{   
  content: "\e04c"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_server:before{   
  content: "\e03f";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_star:before{   
  content: "\e09b";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_tag:before{   
  content: "\e055";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_trash:before{   
  content: "\e054"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_unlock:before{   
  content: "\e08f"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_up_arrow:before{   
  content: "\e078"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_update:before{   
  content: "\e098"; 
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_user:before{
  content: "\e005";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_video:before{
  content: "\e008";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_warning:before{   
  content: "\e076";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_ic_write:before{
  content: "\e05f";
  font-family: 'Simple-Line-Icons';
  padding-right: 5px;
  padding-left: 5px;
}
html body div .ow_button span,
html body div .ow_button span.ow_negative,
html body div .ow_button span.ow_negative .ow_inprogress {
    background-repeat: no-repeat;
}
html body div .ow_button span:before,
html body div .ow_button span.ow_negative:before,
html body div .ow_button span.ow_negative .ow_inprogress:before {
    background-repeat: no-repeat;
    color: #606708;
    text-shadow: 0 0 1px #FFFFFF;
    font-size: 0px;
    display: none;
}
html body div .ow_button span:active:before,
html body div .ow_button span:hover:before,
html body div .ow_button span.ow_negative:active:before,
html body div .ow_button span.ow_negative:hover:before,
html body div .ow_button span.ow_negative .ow_inprogress:active:before,
html body div .ow_button span.ow_negative .ow_inprogress:hover:before {
    background-repeat: no-repeat;
    color: #606708;
}
.maintenance_cont h1 {
    background-image: none;
}
.ow_icon_control{
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0px 0 2px 0px;
    line-height: 30px;
    background-position: 8px 7px;
    color: #ff1744;
}
html body div .ow_miniic_comment{
  /* background: rgb(230, 230, 230); */
  border-radius: 10%;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  }
html body div .ow_miniic_like {
  border-radius: 10%;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  }
html body div .ow_miniic_delete{ background-image: url(images/miniic_x.png); }
html body div .ow_tinyic_delete{ background-image: url(images/tinyic_delete.png); }
html body div .ow_tinyic_tag{ background-image: url(images/tinyic_tag.png); }
html body div .ow_tinyic_write{ background-image: url(images/tinyic_write.png); }
.ow_miniicon_control{
    background-repeat: no-repeat;
    display: inline-block;
    padding: 1px 0 2px 14px;
    line-height: 9px;
}
html body div .ow_miniic_like:before {
    content: "\f164";
    padding: 0px 0px 1px 8px;
    line-height: 30px;
    font-family: 'fontawesome';
    font-weight: bold;
    font-size: 18px;
    color: #ff1744;
    border-radius: 50%;
    z-index: 0;
    position: relative;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .ow_miniic_control.active .ow_miniic_like:before {
    color: #c4c4c4;
}


.ow_miniic_control.active .ow_miniic_like {
    animation: pulse2 1s;
}
html body div .ow_miniic_comment:before {
    content: "\f075";
    padding: 0px 0px 1px 8px;
    line-height: 30px;
    font-family: 'FontAwesome';
    font-weight: bold;
    font-size: 18px;
    color: #ff1744;
    border-radius: 50%;
    z-index: 0;
    position: relative;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
    .ow_miniic_control.active .ow_miniic_comment:before {
    color: #c4c4c4;
}
.ow_miniic_control.active .ow_miniic_comment {
    animation: pulse2 1s;
}
.ow_box_cap_icons
{
    margin-top: -26px;
}
span.ow_icon{
    background-repeat: no-repeat;
    background-image: none !important;
    display: inline-block;
    height: 16px;
    width: 16px;
}
.ow_marked_cell{
    background-image: url(images/ic_ok.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.ow_box_cap_icons a.close{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    float: right;
    width: 20px;
    height: 20px;
    background-color: rgb(24, 27, 29);
    background-image: url('images/ic_delete.svg') !important;
    padding: 5px;
    border-radius: 10%;
    color: rgba(255, 255, 255, 0);
}
/*========================================================
        [10] Menus        __menus
  ========================================================*/
/* ---- Main Menu styles ---- */
.ow_box_menu {font-size: 0px;line-height: 21px;margin-bottom: 16px;padding-bottom: 3px;width: 100%;}
.ow_box .ow_box_menu , .ow_box_empty .ow_box_menu {font-size: 0px;line-height: 21px;/* margin-top: -40px; */padding-bottom: 3px;padding-top:  3px;float: right;width: 100%;text-align: right;}
.ow_box_menu a {
    display: inline-block;
    font-size:11px;
    font-weight:  bold;
    height: 22px;
    padding: 0px 9px 1px 7px;
    margin: 0px 0px 0px -1px;
    outline: 0;
    color: rgb(115, 90, 76); 
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.ow_box_menu a:first-child {
	border-left-width: 1px;
    border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
}
.ow_box_menu a {
    display: inline-block;
    font-size:11px;
    font-weight: normal;
    text-transform: uppercase;
    height: 22px;
    padding: 0px 9px 1px 7px;
    margin: 0px 0px 0px -1px;
    outline: 0;
    color: #c8c8c8;
    font-family: 'Play', sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.ow_box_menu a::after {
	content: "";
	width: 0px;
	height: 2px;
	display: block;
	position: relative;
	bottom: 0px;
	left: 0px;
	float: none;
	background: #fa1642; /** OW_Control type:color, key:boxButtonsColor, section:5. Widget box colors, label: Box buttons color  **/
	transition: width 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-webkit-transition: width 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-moz-transition: width 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.ow_box_menu a.active::after,
.ow_box_menu a:hover::after {
	width: 100%;
	content: "";
	height: 2px;
	position: relative;
	bottom: 0px;
	left: 0px;
	float: left;
	background: #fa1642; /** OW_Control type:color, key:boxButtonsColor, section:5. Widget box colors, label: Box buttons color  **/
	transition: width 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-webkit-transition: width 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-moz-transition: width 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.ow_box_menu a:last-child {
    border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
}
.ow_box_empty .ow_box_menu{
    float: right;
}
.ow_box_menu a.active,
.ow_box_menu a:hover{
    text-decoration:none;
    color: #aeaeae;
}
/* ---- End of Main Menu styles ---- */
/* ---- Content Menu styles ---- */
.ow_content_menu{
	font-size: 0px;
	font-family:  "Trebuchet MS", "Helvetica CY", sans-serif;
	font-weight: normal;
	border-bottom: 2px dashed rgba(88, 88, 88, 0.36);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 15px;
}
.ow_content_menu_wrap{
	margin-bottom:20px;
}
.ow_content_menu li{
    float: left;
    position: relative;
    margin-right: 10px;
    font-family: 'Oswald', sans-serif;
    /* background: #546375; */
    border-radius: 2px;
}
.ow_content_menu  li:first-child a{
}
.ow_content_menu  li:last-child a{
}
.ow_content_menu li a{
	display: block;
	padding: 5px 3px 6px 0px;
	margin-top: 1px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Play', sans-serif;
	color: rgb(255, 255, 255); /** OW_Control type:color, key:boxButtonsTextColor, section:5. Widget box colors, label: Box buttons text color  **/
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	}
.ow_content_menu span{
    background-image:  none !important;
    background-position: 5px 7px;
    background-repeat: no-repeat;
    padding: 4px 8px 1px 3px;
    display: block;
}
.ow_content_menu span:before {
  float: none;
  padding: 4px 5px 5px 6px !important;
  margin-right: 6px;
  margin-left: 3px;
  font-size: 13px;
  font-family: 'Simple-Line-Icons';
  speak: none;
  border-radius: 2px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-shadow: none;
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  ms-transition: all 0.30s ease-in-out;
  }
.ow_content_menu span:hover::before {
  /* background: rgb(97, 128, 147); */
  animation: pulse3 1s;
  text-shadow: none;
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  ms-transition: all 0.30s ease-in-out;
}
.ow_content_menu li.active {
}
.ow_content_menu li.active, .ow_content_menu li.active +li {
}

.ow_content_menu li a:hover {
	color: #ffffff;/** OW_Control type:color, key:boxButtonsHoverTextColor, section:5. Widget box colors, label: Box buttons hover text color  **/
	/* background: #ca082d; *//** OW_Control type:color, key:boxButtonsHoverColor, section:5. Widget box colors, label: Box buttons hover color  **/
	box-shadow: none;
}
.ow_content_menu li a {
	color: rgb(254, 254, 254);
}

/* ---- End of Content Menu styles ---- */
/* ---- Button List styles ---- */
ul.ow_bl{
    padding: 0;
}
ul.ow_bl li{
    float: right;
    list-style: none;
    margin-left: 4px;
    margin-bottom: 8px;
}
ul.ow_bl a{
  display: block;
  line-height: 26px;
  height: 25px;
  margin: 1px;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  font-family: 'Play', sans-serif;
  color: rgb(255, 255, 255); /** OW_Control type:color, key:boxButtonsTextColor, section:5. Widget box colors, label: Box buttons text color  **/
  background: #fa1642; /** OW_Control type:color, key:boxButtonsColor, section:5. Widget box colors, label: Box buttons color  **/
  border-radius: 2px;
  padding: 1px 10px;
  border: 0;
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  }
ul.ow_bl a:hover {
	  color: #ffffff;/** OW_Control type:color, key:boxButtonsHoverTextColor, section:5. Widget box colors, label: Box buttons hover text color  **/
	  background: #d31137;/** OW_Control type:color, key:boxButtonsHoverColor, section:5. Widget box colors, label: Box buttons hover color  **/
	  box-shadow: none;
}
span.ow_blitem {
    background: #38C0E7;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border: 1px solid #38C0E7;
    color: #FFFFFF !important;
    text-shadow: 0 0 1px #FFFFFF;
    padding: 0px 0px;
    line-height: 20px;
    height: 22px;
    text-decoration: none;
    display: inline-block;
    margin: 0px 4px 0px 0px;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
span.ow_blitem span {
    display: inline-block;    
}
span.ow_blitem input[type="submit"],
span.ow_blitem input[type="button"] {
    border: none;
    padding: 0px;
    background: none;
    font-weight: normal;
    height: auto;
    padding: 2px 5px 0 6px;
    font-size: 11px;
    line-height: 17px;
    font-family: "Tahoma","Lucida Grande", "Verdana";
    text-transform: none;
    color: #FDFDFD;
    text-shadow: none;
}
span.ow_blitem input[type="submit"].ow_red,
span.ow_blitem input[type="button"].ow_red {
    color:#ee3d32;
}
span.ow_blitem:hover,
span.ow_blitem:hover input,
span.ow_blitem input:hover {
    border-color: #A1BB33;
    background: #A1BB33;
    color: #FBFBFB;
}
/* ---- Button List styles Cover Image ---- */
.ow_bg_controls span.ow_blitem{
	background: url(images/btnl_black_bg.png) repeat-x center left;
	border-radius: 3px;
	border: none;
	height: 24px;
	line-height: 22px;
} 
.ow_bg_controls span.ow_blitem:hover{
	background: url(images/btnl_black_hover_bg.png) repeat-x center left;
}
html body div .ow_bg_controls .ow_green{
	color:#ccc;
} 
.ow_bg_controls span.ow_blitem input[type="submit"],
.ow_bg_controls span.ow_blitem input[type="button"]{
	color: #ccc;
} 
.ow_bg_controls span.ow_blitem input[type="submit"]:hover,
.ow_bg_controls span.ow_blitem input[type="button"]:hover{
	color: #eee;
	background: transparent;
}
/* ---- End of Button List styles Cover Image ---- */
/* ---- End of Button List styles ---- */
/* ---- Footer Menu styles ---- */
.ow_footer_menu{
    font-size: 11px;
    padding: 30px;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Play', sans-serif;
    margin-bottom: 10px;
    background: rgb(24, 27, 29);
    background-position: center left;
    background-repeat: repeat;
}
/* ---- End of Footer Menu styles ---- */
/* ---- Inventory Line styles ---- */
.ow_inventory_line{
}
/*========================================================
        [11] Pagination        __pagination
  ========================================================*/
html[xmlns] .ow_paging.clearfix {
    display: inline-block;
}
.ow_paging{
    font-size: 11px;
    background: rgb(26, 29, 31);
    border: 1px solid rgba(25, 25, 25, 0.02);
    padding: 4px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    margin: 10px 10px 10px 3px;
    width: 95%;
    float: left;
}
.ow_paging a{
    display: inline-block;
    line-height: 16px;
    color: #ffffff;
    background: #212528;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    padding: 2px 6px 2px 7px;
    margin-bottom:  2px;
    margin-top:  2px;
    text-decoration: none;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.ow_paging a.active,
.ow_paging a:hover{
    color: #ffffff;
    background: #fa1642;
    border-radius: 2px;
}
.ow_paging a.active {
    font-weight: bold;
}
.ow_paging span {
    display: inline-block;
    padding-left: 3px;
}
/*========================================================
        [12] Typography        __typography
  ========================================================*/
@font-face {
    font-family: 'pf_beausans_prothin';
    src: url('images/fonts/p_pfbeausansprothin-webfont.eot');
    src: url('images/fonts/p_pfbeausansprothin-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/fonts/p_pfbeausansprothin-webfont.woff') format('woff'),
         url('images/fonts/p_pfbeausansprothin-webfont.ttf') format('truetype'),
         url('images/fonts/p_pfbeausansprothin-webfont.svg#pf_beausans_prothin') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ow_small{
    font-size: 11px;
    line-height: 14px;
}
.ow_highlight{
    background: #aaffaa;
}
.ow_std_margin{
    margin-bottom: 25px;
}
.ow_normal{
    font-size: 13px;
}
html body .ow_sidebar .ow_tiny,
html body .ow_console .ow_tiny,
.ow_tiny {
    font-size: 12px;
}
.ow_stdmargin{
    margin-bottom: 18px;
    margin-top: 15px;
    font-size:  14px;
}
.ow_smallmargin{
    margin-bottom: 8px;
}
.ow_outline{
    color: #80b400;
    font-weight: bold;
}
.ow_lightweight{
    font-weight: normal;
}
.ow_txt_value {
    font-weight: bold;
    color: #db5c05;
}
.ow_remark {
    color: #8F9498;
}
.ow_forum_topic td, .ow_forum_topic th {
 padding: 10px;
 border-bottom: 1px solid rgba(133, 133, 133, 0.07) !important;
}
.ow_alt1,
tr.ow_alt1 td{
    background-color: rgba(0, 0, 0, 0.01);
}
.ow_alt2,
tr.ow_alt2 td{
    background-color: rgba(255, 255, 255, 0.02);
}
.ow_high1{
    background-color: #141719;
}
.ow_high2{
    background-color: #181b1d;
}
.ow_add_content{ 
}
.ow_add_content:hover{
    color: #ff1744;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ow_forum_topic a.ow_lbutton,
.ow_forum_topic span.ow_lbutton {
margin:1px;
  }
a.ow_lbutton,
span.ow_lbutton {
  padding: 0px 8px 0px;
  line-height: 12px;
  height: 12px;
  text-transform: uppercase;
  text-shadow: none;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  color: #ffffff !important;
  background: rgb(250, 22, 66);
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }
a.ow_lbutton:after {
    content: "\f101";
    padding-left: 3px;
    line-height: 13px;
    float: right;
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
}
html body a.ow_lbutton,
html body span.ow_lbutton {
    font-size: 8px;
}
.ow_lbutton:hover{
    cursor: pointer;
    text-decoration: none;
    color: #ffffff !important;
    background: #d11717;
}
.ow_disabled{
    background: #ccc;
}
.info{
    margin-bottom: 8px;
}
.ow_automargin{
    margin-left: auto;
    margin-right: auto;
}
.ow_autowidth,
table.ow_form td.ow_autowidth{
    width: auto;
}
.ow_anno {
    background: rgba(206, 193, 23, 0.23) url(images/ic_warning.png) no-repeat scroll 15px 45%;
    border: 1px solid rgba(142, 108, 35, 0.19);
    padding:10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.outline{
    color: #666;
    font-weight: bold;
}
input[type=text].ow_inputready,
textarea.ow_inputready {
    color: #999;
}
/*========================================================
        [13] Misc        __misc
  ========================================================*/
.clr{
    clear: both;
}
/*.ow_column_equal_fix{
   padding-bottom: 20001px !important;
   margin-bottom: -20000px !important;
}*/
/*========================================================
        [14] Clearfix        __clearfix
  ========================================================*/
.clearfix{zoom:1;
}
.newsfeed_likes_string{
  /* margin-top:10px; */
}
ul.ow_content_menu.clearfix {}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
*html .clearfix {
    height: 1%;
}
.ow_newsfeed_oembed_atch {
    padding-left: 108px;
    padding-bottom: 10px;
}
/*========================================================
        [15] Plugin Styles        __plugins
  ========================================================*/
/* ---- Base plugin styles ---- */
.ow_add_content:before {
    float: none;
    width: 100%;
    display: block;
    padding-top:  10px;
    padding-bottom: 3px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-weight: normal !important;
}
.ow_add_content{
    background-color: rgb(26, 29, 31);
    background-image: none !important;
    color: #cdcdcd;
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 2px;
    font-weight:  bold;
    overflow: hidden;
    height: 70px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 48%;
}
.ow_add_content:before{font-size: 40px !important;font-family: 'Simple-Line-Icons';padding:  15px;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.ow_add_content:hover:before{font-size: 50px !important;font-family: 'Simple-Line-Icons';padding:  15px;line-height: 50px;}
.ow_add_content:hover{
    text-decoration:none;
}
.ow_add_content:nth-child(odd) {
    margin-left: 0px;
}
/* ---- End of base plugin styles ---- */
/* ---- Forum styles ---- */
.ow_forum{
    text-align: center;
    width: 100%;
}
.ow_forum .ow_name{
    text-align: left;
    width: 563px;
}
.ow_forum .ow_topics{
    width: 55px;
}
.ow_forum .ow_replies{
    width: 55px;
}
.ow_forum .ow_action{
    white-space: nowrap;
    width: 70px;
}
.ow_forum_topic .ow_author{
    width: 20%;
}
.ow_forum_topic .ow_posts{
    text-align: center;
    width: 1%;
}
.ow_forum_topic .ow_views{
    text-align: center;
    width: 1%;
}
.ow_forum_topic .ow_icon{
    line-height: 14px;
    text-align: center;
    width: 0%;
}
body.htmlarea_styles blockquote.ow_quote,
blockquote.ow_quote{
    margin: 10px 0 10px 40px;
    padding: 2px 5px;
}
body.htmlarea_styles blockquote.ow_quote .ow_author,
blockquote.ow_quote .ow_author{
    font-size: 11px;
    display: inline-block;
    padding: 2px 0;
    width: 90%;
}
.ow_forum_topic_posts .ow_post_comment{
    background-repeat: no-repeat;
    background-image: none !important;
    font-style: italic;
    font-size: 11px;
    margin: 10px 0;
    padding: 10px 0px 10px 10px;
    border-bottom: 1px solid rgba(4, 4, 4, 0.09);
    float:  left;
}
.ow_forum_post_area{
    height: 240px;
}

.forum_add_post .ow_forum_status{
    font-style: italic;
    color: #d11717;
    background-color: #141719;
} 
.ow_forum_status{
    font-style: italic;
    color: #d18517;
}
/* ---- Forum sortable ---- */
.forum_placeholder{
    border: 1px dashed #999;
    background-color: rgba(213, 213, 213, 0.7);
    margin-bottom: 25px;
    width: 100%;
}
tr.forum_placeholder td{
    background-color: rgba(213, 213, 213, 0.7);
    border: 1px dashed #999;
    height: 45px;
    width: 100%;
}
.forum_section{
    cursor: move;
}
.forum_section_tr{
    height: 41px;
}
.ow_forum_topic_posts .ow_box .ow_ipc_info {
    border: none;
    padding: 0px;
}
body .ow_forum_attachment_icon {
    width: auto;
    height: auto;
    background-image: none !important;
    color: #fa1642;
}
.ow_forum_attachment {
}
/* ---- End of Forum styles ---- */
/* ---- Mailbox styles ---- */
table.ow_mailbox{
    width: 100%;
}
tr.ow_alt2 .mail_title{
    font-weight: bold;
}
table.ow_mailbox td.mail_info{
    white-space: nowrap;
}
table.ow_mailbox td.icons{
    text-align: center;
}
span.ic_reply{
    background: url(images/ic_reply.png) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}
body .ow_mailbox_attachment_icon {
    width: 16px;
    vertical-align: top;
}
.ow_mailbox_selected_label {
    display: inline-block;
    margin-right: 6px;
}
/* ---- End of Mailbox styles ---- */
/* ---- Blogs styles ---- */
.ow_blogpost_compose textarea{
    height: 235px;
}
.ow_ws_video object,
.ow_ws_video embed {
    max-width: 100%;
}
/* ---- End of Blogs styles ---- */
/* ---- Rates Styles ---- */
.inactive_rate_list, .active_rate_list {
    background: url(images/stars.png) no-repeat 0 -13px;
    width: 65px;
    height: 13px;
    text-align: left;
    display: inline-block;
}
.active_rate_list {
    background-position: 0 0;
}
.rates_cont a.rate_item {
    background: url(images/stars.png) no-repeat 0 -13px;
    cursor: pointer;
    float: left;
    height: 13px;
    text-decoration: none;
    width: 13px;
}
.rates_cont a.active {
    background-position: 0 0;
}
.rates_cont{
    margin: 0 auto;
    width: 65px;
}
.ow_rate_score{
    font-size: 20px;
}
/* ---- End of Rates Styles ---- */
/* ---- User Avatar Console styles ---- */
.ow_avatar_console{
    position: relative;
    padding: 14px 4px 0px;
    background-repeat: repeat;
    background-position: center center;
}
.ow_avatar_console #avatar_console_image {
	width: 190px;
	position: relative;
	display: inline-block;
	background-size: cover;
	border-radius: 5%;
	-moz-border-radius: 5%;
	-webkit-border-radius: 5%;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
}
.ow_avatar_console .ow_avatar_image {
    height: 190px;
    max-width: 170px;
}
.ow_avatar_change{
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.ow_avatar_change .ow_lbutton {
	padding: 0px 0px 0px;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: transparent;
	color: #556765;
	font-size: 0px;
	/* width: 50px; */
	background: rgba(0, 0, 0, 0.81) url(images/cnange_avatar.png) no-repeat center center !important;
}
.ow_avatar_change .ow_lbutton:hover {
	background: rgba(0, 0, 0, 0.82) url(images/cnange_avatar.png) no-repeat center center !important;
}
.ow_avatar_console_links {
    background: #F0F0F0;
    display: block;
    padding: 5px 10px;
    border-top: 1px solid #fff;
}
body .ow_avatar_console .ow_avatar_label {
	bottom: 0px;
	right: 0px;
	left: 0px;
	position: relative;
	float: left;
}
.user_online_wrap {
	min-height: 21px;
	text-align: left;
}
/* ---- End of User Avatar Console styles ---- */
/* ---- Photo styles ---- */
.ow_photo_prev{
    background-repeat: no-repeat;
    background-position: right center;
    text-align: left;
    width: 39%;
}
.ow_photo_next{
    background-repeat: no-repeat;
    background-position: left center;
    text-align: right;
    width: 39%;
}
.ow_photo_list {
}
.ow_photo_list_item{
    float: left;
    height: 165px;
    padding: 16px 0px;
    text-align: center;
}
.ow_photo_info_str{
    padding-top: 5px;
}
.ow_photo_infobar{
    padding: 10px;
    text-align: right;
}
.ow_photo_rate{
    height: 15px;
    text-align: center;
}
html body div.floatbox_photo_preview a.ow_ic_delete.close,
html body div.floatbox_empty a.ow_ic_delete.close {
    background-image: url('images/photo_prev_x.png');
}
.floatbox_empty .ow_box_cap_icons {
    top: -20px;
    right: -20px;
}
.ow_photo_context_action .ow_tooltip .ow_tooltip_body {
    padding: 4px 0;
    margin-left: -5px;
    width: 100%;
    border-radius: 0px;
    border: 1px solid rgba(9, 9, 9, 0.10980392156862745);
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    -webkit-animation: animationFrames ease 0.2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: animationFrames ease 0.2s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    -o-animation: animationFrames ease 0.2s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    -ms-animation: animationFrames ease 0.2s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
}
.ow_photo_context_action .ow_context_action a {
}
.ow_photo_context_action .ow_context_action a:hover {
    text-decoration: none;
}
.ow_photo_context_action .ow_context_action_list a {
    padding: 4px 12px;
    text-align: center;
}
.ow_photo_context_action .ow_context_action {
}
.ow_photo_context_action .ow_context_action:hover {
}
.ow_photo_context_action .ow_context_more,
.ow_photo_context_action .ow_context_more:hover,
.ow_photo_context_action .ow_context_action:hover .ow_context_more,
.ow_photo_context_action .ow_context_action.active .ow_context_more {background: none;}
.ow_photo_context_action .ow_context_action_block .ow_context_action:first-child {
}
.ow_photo_context_action .ow_tooltip_tail span {
}
.ow_photo_context_action .ow_tooltip .ow_tooltip_body {
}
.ow_photo_context_action .ow_context_action_list a:hover {
}
.ow_photo_context_action .ow_context_action_list.ow_alt2 {
}
.ow_photo_list_item_thumb span.ow_lbutton:hover {
    cursor: default;
}
.ow_photo_list_item_thumb {
    height: 120px;
    padding: 4px 6px 6px 20px;
    background: transparent url('images/photo_list_item_thumb.png') no-repeat 15px 0px;
}
.ow_photo_list_item_thumb img {
    width: 120px;
    height: 120px;
}
body .ow_photo_list_item_thumb span.ow_lbutton {
    bottom: 6px;
    right: 6px;
}
.ow_photo_submit_wrapper.ow_mild_green {
    background-color: #7CBB11;
}
.ow_upload_photo .ow_right .ow_button {margin: 15px 15px 0px 0px;}
/*
 * button_list narrow
 */
ul.ow_bl_narrow{
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0;
}
ul.ow_bl_narrow li{
    list-style: none;
}
ul.ow_bl_narrow li a{
    background: none;
    border-bottom: 1px solid rgba(186, 186, 186, 0.06);
    display: block;
    padding: 5px 7px;
    text-decoration: none;
}
ul.ow_bl_narrow li a:hover{
    background: rgba(202, 202, 202, 0.07);
    color: #ff1744;
}
/* ---- Newsfeed ---- */
body ul.ow_newsfeed {
    padding: 0px;
}
.ow_newsfeed_section span{
    background: #f0f0f0;
    padding: 5px 10px;
    text-shadow: #fff 1px 1px 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.ow_newsfeed_comments .base_cmnts_temp_cont,
.ow_newsfeed_comments .base_cmnt_mark {
    margin-bottom: 0px;
}
.base_cmnt_mark .ow_ipc_info {
    padding-bottom: 0px;
}
.ow_newsfeed_comments .comment_add_arr {
    float: left;
    display: block;
    position: relative;
    left: 1px;
    width: 5px;
    height: 9px;
    margin: 14px 0px 0px -5px;
    background: none;
}
.ow_newsfeed_features .ow_tooltip .ow_tooltip_body {
border: 1px solid #D8D8D8;
    padding: 4px 0px;
    box-shadow: none;
}
.ow_newsfeed_comments .ow_tooltip .ow_tooltip_body {
    border: 1px solid #D4D4D4;    
}
.ow_newsfeed_item .ow_tooltip .ow_tooltip_body {
    padding: 4px 0;
    background: rgb(46, 51, 55);
    border: 1px solid rgba(0, 0, 0, 0.050980392156862744);
}
.ow_newsfeed_features .ow_tooltip .ow_tooltip_tail span {
    height: 5px;
    background: none;
}
.ow_newsfeed_comments .ow_tooltip .ow_tooltip_tail span {
    height:6px;
    background-position: 3px -6px;
}
.ow_newsfeed_features .ow_tooltip .ow_tooltip_body .ow_tooltip .ow_tooltip_body {
	background: rgb(46, 51, 55);
	border: 1px solid rgba(0, 0, 0, 0.050980392156862744);
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
.ow_newsfeed_features .ow_context_action_list a,
.ow_newsfeed_item .ow_context_action_list a {
    padding: 4px 12px;
}
.ow_newsfeed_context_tooltip {
    margin-top: 2px;
}
.ow_newsfeed_tooltip.ow_add_comments_form .ow_tooltip_body {
    background: rgb(16, 18, 19);
    border: none;
    padding: 5px;
    box-sizing: border-box;
    margin-right: 1px;
    max-width: 500px;
}
.ow_newsfeed_tooltip.ow_add_comments_form .ow_tooltip_body:before {
    display:  none
}
.ow_newsfeed_date {
    float: left;
    text-align: right;
    font-size: 12px;
    margin-top: 5px;
    padding: 0px 10px 0px 10px;
    line-height: 24px;
}
.ow_newsfeed_context_menu {
    display: none;
    position: absolute;
    right: 5px;
    top: 8px;
}
.ow_newsfeed_control {
    display: inline-block;
    margin-top: 1px;
}
.ow_content .ow_newsfeed_date {
    color: #656565;
}



.ow_newsfeed_date:hover {
    color: #2A80AE;
}
.ow_newsfeed_features {margin-right: 0px;margin-left: 0px;}
.ow_newsfeed_string {max-width: 100% !important;}
/* ---- if container ow_superwide ---- */
body .ow_newsfeed_control .ow_newsfeed_string {
    display: inline-block;
    vertical-align: middle;
    max-width: 74%;
    padding: 6px;
}
.ow_newsfeed_left {
    /* width: 70%; */
}
/* ---- if container ow_wide ---- */
body .ow_wide .ow_newsfeed_control .ow_newsfeed_string {
    max-width: 47%;
}
body .ow_wide .ow_newsfeed_left {
    max-width: 76%;
    margin-top: 5px;
}
/* ---- if container ow_narrow ---- */
body .ow_narrow .ow_newsfeed_control .ow_newsfeed_string {
    max-width: 14%;
}
body .ow_narrow .ow_newsfeed_left {
    max-width: 62%;
}
/* ---- if container ow_supernarrow ---- */
body .ow_supernarrow .ow_newsfeed_control .ow_newsfeed_string {
    max-width: 10%;
}
body .ow_supernarrow .ow_newsfeed_left {
    max-width: 71%;
}
.ow_newsfeed_btn_wrap {display: inline-block;line-height: 30px;padding: 0px 0px 0px 0px;margin-right: 4px;color: #737072;vertical-align: middle;/* height: 23px; */}
.ow_newsfeed_control a {
}
.ow_newsfeed_item .ow_newsfeed_activity_content {
    padding-top: 8px;
}
.ow_newsfeed_item .ow_newsfeed_item_picture {
    margin-right: 8px;
}
.ow_miniic_control {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
	-webkit-border-top-left-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-bottomleft: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.ow_miniic_control.active {
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    margin-right: 6px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.ow_miniic_control span {
    display: inline-block;
    width: 25px;
    height: 29px;
}
.ow_mailbox_convers_actions .ow_miniic_control span {
    display: inline-block;
    width: 22px;
    height: 22px;
}
.ow_miniic_like {
    background-position: -58px -44px;
}
.ow_miniic_comment {
    background-position: 6px -42px;
}
.ow_miniic_control.active .ow_miniic_like {
    background-position: -58px 3px;
}
.ow_miniic_control.active .ow_miniic_comment {
  background-position: 6px 3px;
}
body .ow_newsfeed_doublesided_stdmargin {
    margin: 16px 0px;
}
body .newsfeed-attachment-preview.item_loaded {
    width: 98.7%;
    margin-left: 0px;
    margin-right: 0px;    
}
/* ---- Comments styles ---- */
body .ow_attachments .buttons {
    padding: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
body .ow_attachments a {
    border: 1px solid rgba(43, 40, 40, 0.01);
    border-radius: 2px 0 0 2px;
}
body .ow_attachments a.video {
    border-radius: 0 2px 2px 0;
    margin: 0 0 0 -1px;
}
.ow_attachment_btn span.ow_button {
   background-image: none;
   background-repeat: repeat-x;
   background-position: center left;
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   display: inline-block;
   padding: 1px;
   text-align: center;
}
.ow_attachment_btn span.ow_button:after {
display: none;
}
.ow_attachment_btn span.ow_button span {
    display: inline-block;
    margin: 1px;
}
.ow_attachment_btn span.ow_button input[type=submit], 
.ow_attachment_btn span.ow_button input[type="button"] {
    padding: 1px 8px 4px;
    height: 22px;
    line-height: 22px;
    color: #dadada;
    background: none;
    text-transform: none;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: none;
    border:  none;
}
.ow_attachment_btn span.ow_button:hover,
.ow_attachment_btn span.ow_button span:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    animation: pulse3 0.5s;
}
.base_cmnts_temp_cont .ow_ipc_info {
    border: none;
    padding-bottom: 1px;
}
.ow_comments_item {
    position: relative;
    padding: 0px 0px 4px;
}
.ow_comments_item_picture{
    float: left;
    margin-right: -50px;
    width: 50px;
}
.ow_newsfeed_comments .ow_comments_item_picture{
    float: left;
    margin-right: -42px;
    width: 42px;
}
.ow_newsfeed_comments .ow_comments_item_picture .ow_avatar {
    width: 32px;
    height: 32px;
}
.ow_newsfeed_comments .ow_comments_item_picture .ow_avatar img,
.ow_newsfeed_comments .ow_comments_item_picture img{
    width: 32px;
    height: 32px;
}
.ow_newsfeed_comments .ow_comments_item_info{
    margin-left: 48px;
    padding-top: 0px; 
}
.ow_newsfeed_comments .ow_comments_item_content {
    font-size: 11px;
}
.ow_newsfeed_comments .ow_comments_item_picture .ow_avatar {
}
.ow_comments_item_info {
    margin-left: 57px;
}
.ow_comments_item_info textarea.ow_smallmargin {
    margin-bottom: 6px;
    width: 100%;
    margin-top: 4px;
}
.ow_comments_item_info .comments_fake_autoclick {
    width: 100%;
    height: 28px;
    margin-top: 4px;    
}
.ow_comments_item_header {
    margin-bottom: 2px;
}
.ow_comments_item_header a {
    font-size: 11px;
    font-weight: normal !important;
}
.ow_comments_item_content {
    line-height: 1.25em;
    font-size: 13px;
    margin-bottom: 4px;
    padding: 4px 4px 5px;
    background: #E9F4C7;
border: 1px solid #C3DB7C;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    min-height: 14px;
}
.ow_comments_item_toolbar {
    float: left;
    font-size:10px;
    width: 100%;
}
.ow_comments_item_info .clearfix .ow_comments_item_toolbar {
    white-space: normal;
}
.ow_comments_date {
    float: right;
    font-size: 10px;
}
.ow_comments_list .ow_tooltip .ow_tooltip_body {
    padding: 4px 0px;
}
.ow_comments_list .ow_context_action_list a {
    padding: 4px 12px;
}
.ow_newsfeed_comments .ow_comments_item {
    padding: 6px 6px 7px 6px;
    background-color: #1d2023;
    margin: 2px;
    border: none;
}
.ow_comments_item_info .mipc_url{
    font-weight: bold;
}
.comment_add_arr {
    float: left;
    display: block;
    position: relative;
    left: 1px;
    width: 5px;
    height: 9px;
    margin: 14px 0px 0px -5px;
    background: url(images/comment_arr.png) no-repeat 0px 0px;
}
.comment_arr {
    float: left;
    display: block;
    position: relative;
    left: 1px;
    width: 5px;
    height: 9px;
    margin: 8px 0px 0px -5px;
    background: url(images/comment_arr.png) no-repeat 0px -11px;
}
.ow_comments_list .comments_view_all {
    padding-bottom: 5px;
}
body .ow_comments_list .ow_attachment {
    padding-top: 4px;
}
body .ow_comments_content.ow_smallmargin {
    margin-bottom: 0px;
}
.ow_comments_content  img {
    max-width: 100%;
}
.ow_comments_btn_block {
    padding: 0 0px 0px 0;
}
.ow_comments_item .cnx_action {
    position: absolute;
    right: 4px;
    top: 4px;
}
.ow_newsfeed_comments .ow_comments_item .cnx_action {
    top: 2px;
}
.ow_comments_msg {
  margin-top: 4px;
  color: #ffffff;
  background: rgb(219, 65, 5);
  padding: 4px;
}
.ow_newsfeed_comments .ow_comments_msg {
  margin-top: 4px;
  color: #d11717;
  background: #d1171700;
  padding: 4px;
  margin-bottom: -1px;
}
body .item_loaded {
    margin: 0px 3px 8px 57px;
}
body .ow_newsfeed_comments .item_loaded {
    margin: 0px 0px 8px 49px;
}
body textarea.ow_newsfeed_status_input {
    height: 58px;
}
body textarea.ow_newsfeed_status_input.invitation {
    width: 100%;
    height: 28px;
}
/* ---- Suggest field styles ---- */
.ac_results {
    padding: 0px;
    border: 1px solid #BBB;
    background-color: #FFF;
    overflow: hidden;
    z-index: 105;
    position: absolute;
    display: none;
    width: 100%;
    top: -1px;
}
.ac_results ul {
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ac_results iframe {
    display: none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position: absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;
}
.ac_list_container{
    width: 99.6%;
    position: relative;
}
.ac_results li {
    margin: 0px;
    padding: 4px 5px;
    cursor: pointer;
    display: block;
    width: 90%;
    font: menu;
    font-size: 12px;
    overflow: hidden;
}
.ac_loading {
    background : url(images/ajax_preloader_button.gif) right center no-repeat;
}
.ac_over {
    background-color: #F0F0F0;
}
.ac_match{
    font-weight: bold;
}
.ow_suggest_field {
    position: relative;
}
.ow_suggest_invitation {
    position: absolute;
    right: 9px;
    top: 9px;
    width: 12px;
    height: 12px;
    background: url(images/miniic_corner.png) no-repeat center center;
}
/* ow custom tips */
.ow_tip{
    display:inline-block;
    position:absolute;
    z-index: 10005;
    color:#fff;
}
.ow_tip_arrow{
    display:inline-block;
    position:absolute;
}
.ow_tip_arrow span{
    display:block;
    border:5px dashed transparent;
}
.ow_tip_right .ow_tip_arrow span{
    border-right-color:#4D6476;
    border-right-style:solid;
    border-right-width:5px;
    border-left-width:0;
}
.ow_tip_right .ow_tip_arrow{
    top:50%;
    margin-top:-5px;
    left:0;
}
.ow_tip_right .ow_tip_box{
    margin-left:5px;
}
.ow_tip_left .ow_tip_arrow span{
    border-left-color:#4D6476;
    border-left-style:solid;
    border-left-width:5px;
    border-right-width:0;
}
.ow_tip_left .ow_tip_arrow{
    top:50%;
    margin-top:-5px;
    right:0;
}
.ow_tip_left .ow_tip_box{
    margin-right:5px;
}
.ow_tip_bot .ow_tip_arrow span{
    border-bottom-color:#4D6476;
    border-bottom-style:solid;
    border-bottom-width:5px;
    border-top-width:0;
}
.ow_tip_bot .ow_tip_arrow{
    left:50%;
    margin-left:-5px;
    top:0;
}
.ow_tip_bot .ow_tip_box{
    margin-top:5px;
}
.ow_tip_top{
    position:absolute;
}
.ow_tip_top .ow_tip_arrow span{
    border-top-color:#4D6476;
    border-top-style:solid;
    border-top-width:5px;
    border-bottom-width:0;
}
.ow_tip_top .ow_tip_arrow{
    left:50%;
    margin-left:-5px;
    bottom:0;
}
.ow_tip_top .ow_tip_box{
    margin-bottom:5px;
}
.ow_tip_box{
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding:2px 9px 4px;
    background-color:#4D6476;
    color:#fff;
    font-size: 11px;
    font-weight: bold;
    max-width: 300px;
}
/* ---- Group styles ---- */
.ow_lp_groups .ow_lp_wrapper_inline {display: inline-block;margin: 0 3px 3px 0;width: 75px;}
.ow_lp_groups .ow_lp_wrapper_inline:hover {
}
.ow_lp_groups .ow_lp_wrapper_inline:before  {content: ' ';display: inline-block;width: 74px;height: 74px;position: absolute;-webkit-transition: all 0.1s ease-in-out;-moz-transition: all 0.1s ease-in-out;-o-transition: all 0.1s ease-in-out;-ms-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
.ow_lp_groups .ow_lp_wrapper_inline:hover:before  {content: ' ';display: inline-block;width: 75px;height: 75px;position: absolute;box-shadow: inset 0 0 0 46px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0,0,0,0.1);-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
body .ow_group_brief_info .details {
	padding-left: 20px;
}
.ow_group_list .ow_superwide{
width:100%;
}
.ow_group_list{
width:100%;
}
.ow_group_list .ow_ipc_picture img {
    width: 100px;
    height: 100px;
    padding: 3px;
    float: none!important;
    display: block;
    margin-left: 10px !important;
    margin-right: auto !important;
    margin-top: 10px;
    background: rgb(20, 23, 24);
    border: 1px solid #191c1e;
}
.ow_group_list .ow_ipc_picture{
	float: none!important;
	width: 100%!important;
	margin: auto!important;
	padding-top: 1px;
	background: #1f2326;
}
.ow_group_list .ow_ipc_picture:after {
    left: 40px;
    top: 30px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 20px solid transparent;
    /* float: left; */
    border-color: rgb(31, 35, 38) rgba(0, 0, 0, 0) rgba(255, 255, 255, 0) rgba(46, 48, 56, 0);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}
.ow_group_list .ow_ipc_info .ow_remark {
	color: rgba(0, 0, 0, 0.38);
	float: right;
	font-size: 0px;
	width: 0px !important;
	background: #28282e;
	width: auto;
	position: absolute;
	top: 37px;
	right: 39%;
}

.ow_group_list .ow_ipc_info .ow_txt_value{
    background: rgb(25, 28, 30);
    border: 5px solid #141619;
    font-size: 15px;
    line-height: 60px;
    border-radius: 50%;
    color: rgb(209, 96, 23);
    height: 60px;
    width: 60px;
    text-align: center;
    vertical-align: middle;
}
.ow_ipc_header {
color: #6D9B9B;
}
.ow_group_list .ow_ipc_header {
    background: rgba(0, 0, 0, 0.03);
}
.ow_group_list .ow_ipc_header a {
    font-size: 20px;
    line-height: 30px
}
.ow_group_brief_info .image img {
padding:4px;
width: 100px ;
height: 100px;
-moz-border-radius: 5%;
-webkit-border-radius: 5%;
border-radius: 5%;
margin-left:-4px;
margin-top:-4px;
border-radius: 10px;    
-moz-border-radius: 10px;    
-webkit-border-radius: 10px;
}
.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_box_empty {
    border-bottom: none;
}
.ow_event_list .ow_superwide{
width:100%;
}
.ow_event_list{
width:100%;
}
.ow_event_list .ow_ipc_picture img {
	padding: 4px;
	width: 100px;
	height: 100px;
	margin-left: 15px;
	margin-top: 10px;
    background: rgb(25, 28, 30);
    border: 1px solid #1a1d1f;
}
.ow_event_list .ow_ipc_picture {
    float: none!important;
    width: 100%!important;
    margin: auto!important;
    padding-top: 1px;
    background: rgb(33, 37, 40);
}
.ow_event_list .ow_ipc_picture:after {
    left: 48px;
    top: 30px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 20px solid transparent;
    /* float: left; */
    border-color: rgb(33, 37, 40) rgba(0, 0, 0, 0) rgba(255, 255, 255, 0) rgba(46, 48, 56, 0);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}

.ow_event_list .ow_ipc_picture img {
    float: none!important;
    width: 100px!important;
    display: block;
    background-size: cover;
}
.ow_event_list .ow_ipc_info  {padding: 15px 15px 10px 10px;margin-left: 5px;height: auto;margin-top: 6px;color: #777676;border: none;}
.ow_event_list .ow_ipc.ow_smallmargin .ow_ipc_content {
    padding: 15px 10px 5px 15px;
    line-height: 1.25em;
    height: 30px;
    color: #909090;
    font-size: 14px;
    font-family: 'Play', sans-serif;
    min-height: 70px;
    margin-left: -15px;
    margin-right: -15px;
    background: rgba(0, 0, 0, 0.21);
}
.ow_event_list .ow_ipc.ow_smallmargin .ow_ipc_toolbar {
    font-size: 11px;
    float: left;
    padding: 20px 0px 0px 0px;
}
.ow_event_list .ow_ipc.ow_smallmargin {
 float: left;
 position: relative;
 background: rgb(26, 29, 31);
 border: 1px solid rgba(0, 0, 0, 0.050980392156862744);
 margin-bottom: 20px;
 transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -ms-transition: all 0.2s ease-in-out;
 -webkit-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
}
.ow_event_list .ow_ipc.ow_smallmargin:hover {
}
.ow_event_list .ow_ipc.ow_smallmargin .ow_ipc_toolbar .ow_icon_control {
    margin-bottom:  5px;
    height: 25px;
    width: 50%;
}

.ow_event_list .ow_ipc, .ow_group_list .ow_ipc {
    margin-top: 0px;
}
.ow_event_list .ow_ipc.ow_smallmargin .ow_ipc_header {
    padding: 15px 5px 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
    margin-top: -21px;
    min-height: 100px;
    margin-left: -15px;
    margin-right: -15px;
    background: rgba(0, 0, 0, 0.04);
}
.ow_event_list .ow_ipc.ow_smallmargin .ow_ipc_header a {
font-size: 20px;
    line-height: 25px;
}
.ow_event_list .ow_ipc_info a {
	height: 20px;
	font-weight: normal;
	}
.ow_event_list .ow_ipc_info .ow_ipc_date {
color: #898888;       
}
.ow_breadcrumb {padding: 8px;background: rgb(26, 29, 31);border: 1px solid rgba(37, 37, 37, 0.07);}
.ow_blogs_list .ow_ipc_info {padding: 6px 6px 6px 6px;/* background: rgb(247, 247, 247); */border-bottom: 1px solid rgba(0, 0, 0, 0.05);}
.ow_blogs_list .ow_ipc_info .ow_ipc_header{
	padding: 5px 5px 5px 10px;
	margin-bottom: 10px;
	background: rgb(26, 29, 31);
	border: 1px solid rgba(22, 22, 22, 0.0784313725490196);
}
/* ---- End of the Group styles ---- */
/* ---- Membership Subscribe styles ---- */
.ow_subscribe_table .ow_highbox {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
body .ow_table_1 tr td.ow_plans_td_empty + td {
    border-top-left-radius: 4px;
}
body .ow_table_1 tr td.ow_gateways_td_empty + td {
    border-bottom-left-radius: 4px;    
}
/* ---- End of the Membership Subscribe styles ---- */
/*--------------------------------------------------------------------
        [?] Custom pages declarations TODO remove
---------------------------------------------------------------------*/
/* !!!admin pages styles */
.ow_admin_content{
    width: 815px;
}
html body .selected_theme_info {
    float: right;
    width: 336px;
}
/*  pages and menus */
.ow_navbox{
    background:url(images/btnl_bg.png) repeat-x center left;
    float:left;
    font-size:11px;
    height:18px;
    margin-right:5px;
    margin-bottom:5px;
    padding:4px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.ow_navbox a.move{
    color:#666;
    font-weight:bold;
}
.ow_navbox a.move:hover{
    cursor:move;
    text-decoration:none;
}
.ow_navbox a.edit{
    background:url(images/arrow-up-down.png) no-repeat 10px 10px;
    cursor:pointer;
}
.ow_navbox a.edit:hover{
    text-decoration:none;
}
.guest_item{
    background-color:#aaffaa;
}
.member_item{
    background-color:#ffaaaa;
}
.ow_main_menu_scheme,
.ow_bottom_menu_scheme{
    float: left;
    height: 134px;
    margin-right: 10px;
    width: 155px;
}
.ow_main_menu_scheme{
    background: url(images/admin-pages-menu-main.jpg) no-repeat;
}
.ow_bottom_menu_scheme{
    background: url(images/admin-pages-menu-bottom.jpg) no-repeat;
}
.ow_dash_help_box{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 31%;
    height: 105px;
}
.ow_dash_help_box h3{
    padding: 4px 0 4px 20px;
    background: transparent no-repeat left center;
}
.ow_dash_help_box a{
    display: block;
}
/* user dashboard settings */
.ow_dragndrop_panel {
    margin-top: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.ow_dashboard_box{
    background: #FFFFFF;
    padding: 5px 10px 10px 10px;
    margin-top: 5px;
}
.ow_dnd_schem_item{
    background:#F0F0F0 url(images/ic_file.svg) no-repeat 10px 50%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border:1px solid #ccc;
    cursor:move;
    height:30px;
    margin:2px 4px 2px 0;
    padding:0 5px 0 33px;
    position: relative;
    font-size: 11px;
}
.ow_dnd_schem_item span.ow_label{
    float:left;
    overflow:hidden;
    padding-top:5px;
    height: 20px;
}
.ow_dnd_schem_item span.action{
    line-height:15px;
    overflow:hidden;
    width:70px;
    position: absolute;
    right: 4px;
    top: 2px;
}
.ow_dnd_schem_item span.action .ow_lbutton {
    vertical-align: top;
}
.ow_dnd_helper {
    border: 1px dashed #000;
}
.ow_dnd_freezed .ow_dnd_schem_item {
    background-color: #FFAAAA;
}
.ow_dragndrop_sections .ow_highbox{
    margin-top: 6px;
}
.ow_dnd_placeholder {
    height: 10px;
    border: 1px dashed #999999;
    background-color: #FFF;
}
.ow_dnd_preloader {
    height: 30px;
}
.ow_dnd_configurable_component .control {
    display: inline-block;
    background-image: none !important;
    width: 28px;
    height: 26px;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
}
.ow_dnd_configurable_component .ow_box_icons
{
    float: right;
    padding: 5px 2px 0 0;
}
.ow_dnd_configurable_component h3 {
    float: left;
}
.ow_dnd_content_components{
   padding: 10px 0;
   width: 74%;
}
.ow_dnd_clonable_components {
   border-left: 1px solid rgba(16, 16, 16, 0.48);
   padding: 10px 0 10px 10px;
   width: 24%;
}
/* Dnd Slider */
.ow_dnd_slider {
    height: 6px;
    background-color: #A1BB33;
    position: relative;
    margin: 10px 3px 0;
    cursor: pointer;
}
.ow_dnd_slider_pusher {
    float: left;
    height: 1px;
}
.ow_dnd_slider_marker {
   width: 10px;
   height: 1px;
   float: left;
}
.ow_dnd_slider_marker_point {
    position: absolute;
    width: 0px;
    height: 6px;
    border-left: 1px solid #999;
    border-right: 1px solid #FFF;
    top: 0;
}
.ow_dnd_slider_handle {
    position: absolute;
    top: -5px;
    width: 22px;
    height: 16px;
    cursor: move;
    z-index: 50;
    background: transparent url(images/ic_move_horizontal.png) no-repeat center;
}
.ow_dnd_slider_helper {
}
.ow_dnd_slider_in_move {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}
.ow_dragndrop_sections .top_section,
.ow_dragndrop_sections .left_section,
.ow_dragndrop_sections .right_section,
.ow_dragndrop_sections .bottom_section,
.ow_dragndrop_sections .sidebar_section{
    background-position: center 7px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.12);
}
.ow_dragndrop_sections .top_section { background-image: url(images/dnd-label-top.png) }
.ow_dragndrop_sections .left_section { background-image: url(images/dnd-label-column1.png) }
.ow_dragndrop_sections .right_section { background-image: url(images/dnd-label-column2.png) }
.ow_dragndrop_sections .bottom_section {background-image: url(images/dnd-label-bottom.png);background-color: rgba(0, 0, 0, 0.12);}

.ow_highbox.place_section.bottom_section.ui-sortable {}
.ow_dragndrop_sections .sidebar_section { background-image: url(images/dnd-label-sidebar.png) }
body .ow_dragndrop_panel .ow_dnd_schem_item{
   width: 134px;
}
.ow_dragndrop_sections .ow_highbox{
   margin-top: 6px;
}
.ow_highbox_table .ow_highbox,
.ow_highbox
{
}
.base_index_page_customize .ow_sidebar .ow_highbox {
 background-color: rgba(255, 255, 255, 0.09);
}
.ow_highbox {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    padding-top: 7px;
    padding-bottom: 6px;
}
.ow_dragndrop_sections .ow_highbox {
    padding: 0;
}
.join_now_widget
{
    padding: 10px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
}
.ow_highbox .ow_highbox.join_now_widget {
    background-image: none;
    border: none;
}
.ow_highbox,
.ow_highbox_table .ow_highbox
{
}
.ow_highbox_table .ow_highbox
{
    height:50px;
    padding:10px;
}
.ow_highbox_table .ow_highbox .ow_dnd_schem_item{
    float:none;
    margin-bottom:4px;
    margin-right:0;
    width:auto;
}
input[type=text].ow_settings_input{
    width: 40px;
}
/* color picker */
.special_block_top {
    width: 252px;
    height: 7px;
}
.special_block_mid {
    width: 238px;
    padding: 0 7px 5px;
        margin: 0 auto;
}
.special_block_bot {
    width: 252px;
    height: 19px;
}
.colorCode {
    width: 68px;
}
table.colorPicker {
    border-collapse: separate !important;
    border-spacing: 3px !important;
}
table.colorPicker td {
    width: 20px;
    height: 20px;
    padding: 0;
}
/* FloatBox implementation */
#floatbox_overlay {
    position: fixed;
    z-index: 300;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.floatbox_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.floatbox_overlayBG {
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    background: rgb(0, 0, 0) url(images/pattern2.png) repeat scroll center center;
}
*html #floatbox_overlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#floatbox_HideSelect {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}
*html #floatbox_HideSelect { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
body .floatbox_canvas .floatbox_container {
    margin-top: 100px;
}
.floatbox_canvas .floatbox_container {
margin: 50px auto 20px;
position: static;
}
.floatbox_container {
    position: fixed;
    z-index: 102;
    width: 300px;
    -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    border: 0px solid rgba(224, 224, 224, 0.93);
    animation: animationFrames ease 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    -webkit-animation: animationFrames ease 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: animationFrames ease 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    -o-animation: animationFrames ease 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    -ms-animation: animationFrames ease 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
}
.floatbox_header {
    padding: 4px;
    text-align: left;
}
.floatbox_header a.close_btn {
    margin: 2px;
        background: url(images/ow-ic-close.png) no-repeat;
}
.floatbox_title {
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 12px 0px;
    float: left;
    font-weight: normal;
    font-family: 'open_sans_condensedbold', "Trebuchet MS", "Helvetica CY", sans-serif;    
}
.floatbox_header .ow_box_cap_icons {
    float: right;
    margin-top: 1px;
}
.floatbox_body {
    padding: 8px 16px;
    text-align: left;
}
.floatbox_canvas {
    z-index: 302;
}
.floatbox_bottom {
    padding: 0px 16px 16px;
    text-align: center;
}
.floatbox_container .ow_bg_color {
}
.ow_photoview_stage_wrap.ow_photoview_stage_wrap_fullscreen {
width: 100%!important;
}
/* End FloatBox implementation */
/* ----  Message (Feedback) styles ---- */
.ow_message_cont{
    left: 50%;
    margin-left: -278px;
    position: fixed;
    top:0;
    width: 556px;
    z-index: 1000;
    margin-top: 25px;
}
.ow_message_node{
    font-size:14px;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-align:center;
    text-shadow: 0px 1px 0 rgba(0,0,0,0.4);
    line-height: 24px;
    margin:15px;
    padding:7px 12px;
    overflow: auto;
    position:relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 21px 16px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 21px 16px rgba(0,0,0,0.2);
    box-shadow:0 21px 16px rgba(0,0,0,0.2);
}
.ow_message_node div div{
    padding-right:24px;
}
.ow_message_node a.close_button {
    display:block;
    width:12px;
    height:13px;
    float:right;
    position:absolute;
    top:14px; right:14px;
    background:url(images/message_btn_close.png) no-repeat 50% 50%;
}
/*info*/
.ow_message_cont .ow_message_node.info {
    background: #90c105;
    border-top:1px solid #90c105;
    border-right:1px solid #90c105;
    border-bottom:1px solid #519200;
    border-left:1px solid #90c105;
}
/*warning*/
.ow_message_cont .ow_message_node.warning {
    background: #ffbf22;
    border-top:1px solid #ffbf22;
    border-right:1px solid #ffbf22;
    border-bottom:1px solid #ff8f05;
    border-left:1px solid #ffbf22;
}
/*error*/
.ow_message_cont .ow_message_node.error {
    background: #ea400b;
    border-top:1px solid #ea400b;
    border-right:1px solid #ea400b;
    border-bottom:1px solid #d71000;
    border-left:1px solid #ea400b;
}
/* ---- End of the Message (Feedback) styles ---- */
/* thickbox 8aa */
.ow_preloader_content_cont{
    width: 30px;
    height: 30px;
}
/* ~thickbox 8aa */
/* ---- Captcha styles ---- */
span.ic_refresh{
    background: url(images/ic_refresh.png) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}
/* ---- End of Captcha styles ---- */
.alignleft{
    float: left;
}
.alignright{
    float: right;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*----------------------------------------------------------------------BASE_ADD--------------------------------------------------------------------------------*/
.index_customize_box {
    width: 97%;
    padding-bottom: 12px;
    background-color: rgb(26, 29, 31);
    border: 1px solid rgba(0, 0, 0, 0.03);
}
.fullsize-photo{display: none;}
.ow_ajax_floatbox_preloader {
    width: 100%;
    height: 50px;
}
.ow_border {
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
}
.ow_cursor_pointer {
    cursor: pointer;
}
.ow_break_word{
    word-wrap:break-word;
}
/* ---- Sort styles ---- */
.ow_sort_control {
    padding: 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #f0f0f0;
    background: #fafafa;
}
.ow_sort_control a {
    background: #fafafa;
    display: inline-block;
    color: #666;
    font-size:11px;
    height: 22px;
    padding: 0px 6px 0 7px;
    text-shadow: #fff 1px 1px 0;
    border-style: solid;
    border-color: #dcdcdc;
    border-width: 1px 1px 1px 1px;
    margin: 0px 0px 0px -1px;
    outline: 0;
    border-left-width: 1px;
    border-top-left-radius: 1px;
    -moz-border-top-left-radius: 1px;
    -webkit-border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    -moz-border-bottom-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
}
.ow_sort_control a span {
    display: inline-block;
    line-height: 21px;
}
.ow_sort_control a:first-child {
    border-left-width: 1px;
    border-top-left-radius: 1px;
    -moz-border-top-left-radius: 1px;
    -webkit-border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    -moz-border-bottom-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
}
.ow_sort_control a:last-child {
    border-top-right-radius: 1px;
    -moz-border-top-right-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    -moz-border-bottom-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
}
.ow_sort_control a.active,
.ow_sort_control a:hover{
    color:#80b400;
    text-decoration:none;
    background: #fff; /*transparent url('images/box_menu_active.gif') repeat-x  left top;*/
}
.ow_sort_control_label {
    padding: 0px 8px 0px 6px;
}
/*td.sort_link{
    width:100%;
}
td.sort_link li{
   display:inline;
   padding: 0 15px 0 0;
}
td.sort_link li.active a {
    font-weight:bold;
    color:#333;
}
td.sort_link li.active a:hover{
    text-decoration:none;
}*/
/* ---- End of Sort styles ---- */
/* ---- Context Action styles ---- */
.ow_context_action_block {
    float: right;
    text-align: right;
    font-size: 0px;
    line-height: 17px;
}
.ow_profile_action_toolbar_wrap .ow_context_action {
    display: inline-block;
    position: relative;
    z-index: 3;
    top: 1px;
    line-height: 23px;
    font-size: 12px;
    margin-right: 5px;
    height: 25px;
    vertical-align: top;*
    display: inline;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    background: #ff1744;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 1px 10px;
    border-radius: 3px;
}
.ow_profile_action_toolbar_wrap .ow_context_action a {
    color: #ffffff;
}
.ow_profile_action_toolbar_wrap .ow_tooltip_body {
    padding: 4px 0;
    margin-top: 8px;
    margin-left: -1px;
}
.ow_profile_action_toolbar_wrap .ow_context_action .ow_context_more {
    display: inline-block;
    min-width: 10px;
    height: 20px;
    padding: 0px 5px 0px 0px !important;
    background: url(images/context_action_arrow.svg) no-repeat 1px 9px;
    vertical-align: top;
}
.ow_context_action {
    display: inline-block;
    position: relative;
    z-index: 3;
    font-size: 11px;
    height: 18px;
    padding: 3px 3px 3px 7px;
    vertical-align: top;*
    display: inline;
    background-color: rgb(241, 241, 241);
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.ow_context_action_value {
    display: inline-block;
    padding: 0px 5px 0px 0px;
    text-decoration: none;
    color: #666;
}
.ow_context_more {
    display: inline-block;
    min-width: 10px;
    height: 18px;
    padding: 0px 5px 0px 0px !important;
    background: url(images/context_action_arrow.svg) no-repeat -1px 7px;
    vertical-align: top;
}
.ow_context_action_block .ow_context_action:first-child {
}
.ow_context_action_block .ow_context_action:last-child {
}
.ow_newsfeed_context_menu .ow_context_more::before {
    content: '\e062';
    font-family: 'Socicon' !important;
    color: rgb(192, 193, 196);
    background: rgba(128, 128, 128, 0);
    /* width: 40px; */
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    border-radius: 50%;
    float: right;
    vertical-align: bottom;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}
.ow_newsfeed_context_menu .ow_context_more {
	background: none !important;
	background-color: none !important;
	height: 40px;
}
.ow_newsfeed_context_menu .ow_context_action {
	background: none !important;
	background-color: none !important;
	height: 40px;
}
.ow_newsfeed_context_menu .ow_tooltip {
	top: 35px !important;
}
.ow_context_action:hover,
.ow_context_action.active {
    cursor: pointer;
    background: #fa1642;
}
.ow_context_action:hover .ow_context_action_wrap {
    display: block;
}
.ow_context_action:hover .ow_context_action_value,
.ow_context_action.active .ow_context_action_value {
    text-decoration: none;
}
.ow_context_action:hover .ow_context_more,
.ow_context_action.active .ow_context_more {
    background: url(images/context_action_arrow.svg) no-repeat -1px 7px;
}
.ow_context_action_wrap {
}
.ow_context_action_list {
    min-width: 100px;
    text-align: left;
    overflow-x: auto;
}
.ow_context_action_list li {
    white-space: nowrap;
}
.ow_context_action_list a {
    font-size: 13px;
    display: block;
    padding: 3px;
    color: #8a8a8a; 
}
.ow_context_action_list a:hover {
    text-decoration: none;
    background: rgb(255, 23, 68);
    color: #f9f9f9 !important;
    }
.ow_context_action .ow_tooltip {
    display: none;
}
.ow_context_action_divider {
    line-height: 1px;
    height: 1px;
    background: #dcdcdc;
    border-bottom: 1px solid #fff;
    margin: 1px 0px 0px;
}
/* ---- End of Context Action styles ---- */
/* ---- Cover Context Action styles ---- */
.uh-cover-add-btn-wrap .ow_context_action {
    padding-left: 7px;
}
.uh-cover-add-btn-wrap .ow_tooltip_body {
    padding: 4px 0px;
}
.uh-cover-add-btn-wrap .ow_context_action_list a {
    padding: 4px 12px;
}
.uh-cover-add-btn-wrap .ow_context_action_value {
}
/* ---- End of Cover Context Action styles ---- */
/* ---- SignIn Form styles ---- */
.ow_sign_in_wrap  {
    /* width:702px; */
}
.ow_sign_in_wrap  h2 {
    font-size: 28px;
    line-height: 36px;
    margin:0 8px 10px 8px;
    padding:0 40px;
    color: rgba(255, 255, 255, 0.53);
}
.ow_sign_in_wrap form {    
}
.ow_sign_in_wrap form .ow_sign_in{
    background: none;
    padding: 0;
    margin: 0 auto;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    }
.ow_sign_in_wrap form .ow_sign_up {
  color: #7B8B94; 
  padding-top: 7px;
  text-align: center;
  }
.ow_sign_in_wrap form .ow_sign_up hr{margin:5px 0 15px;}
.ow_sign_in_wrap form .ow_box_cap{
    position:relative;
    z-index:99;
    background: transparent;
}
 .ow_sign_in_cont  .ow_sign_in_wrap  input[type=password] {
    background: rgb(33, 37, 40);
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding-left: 35px !important;
    color: #727990 !important;
}
 .ow_sign_in_cont .ow_sign_in_wrap form .ow_user_name input[type="text"] {
    background: rgb(33, 37, 40);
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding-left: 35px !important;
    color: #727990 !important;
}

.ow_sign_in_wrap form .ow_user_name:before {
    content: "\e005";
    float: left;
    position: absolute;
    line-height: 50px !important;
    color: #9e9b9d;
    height: 51px;
    width: 30px;
    z-index: 10;
    text-shadow: none;
    padding-right: 7px;
    padding-left: 13px;
    font-size: 16px;
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.ow_sign_in_wrap form .ow_password:before {
    content: "\e08c";
    float: left;
    position: absolute;
    line-height: 50px !important;
    color: #a7a7a7;
    height: 50px;
    width: 30px;
    text-shadow: none;
    padding-right: 0px;
    padding-left: 12px;
    font-size: 16px;
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    /* font-weight: bold; */
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    z-index: 10;
}


.ow_sign_in_wrap form .ow_box {padding: 26px 16px 6px 16px;margin-bottom: 16px;position: relative;z-index: 98;background: none;border: none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
.ow_sign_in_wrap form .ow_user_name input[type="text"]{margin-bottom:8px;padding-left: 40px;-moz-background-clip: padding;-webkit-background-clip: padding-box;background-clip: padding-box;}
.ow_sign_in_wrap form .ow_password input[type="password"] {padding-left: 40px;margin-bottom:16px;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;-moz-background-clip: padding;-webkit-background-clip: padding-box;background-clip: padding-box;}
.ow_sign_in_wrap form .ow_form_options {margin-bottom:6px;}
.ow_sign_in_wrap form .ow_form_options p.ow_remember_me,
.ow_sign_in_wrap form .ow_form_options p.ow_forgot_pass {font-size:11px;line-height: 13px;}
.ow_sign_in_wrap form .ow_form_options p.ow_remember_me {padding-bottom:5px;}
.ow_sign_in_wrap form .ow_form_options p.ow_remember_me input[type="checkbox"]{ margin: 0px 5px 0px -1px; padding:0px;}
.ow_sign_in_wrap form .ow_connect_buttons {padding: 0 0 0 0px;}
.ow_sign_in_wrap form .ow_connect_buttons .ow_fb_button {float:left;}
.ow_connect_text {
    background: none;
    padding: 0px 0 0 16px;
    margin-right: 16px;
    float: none;
    display:  block;
    text-align: left;
    width: 60%;
    float: right;
}
.ow_sign_in .connect_button_list {
    padding: 0px;
    text-align: center;

}
.connect_button_list {
    padding-top: 5px;
    width: 100%;
    float: right;
}
.floatbox_container .ow_sign_in_wrap form {
    margin: 0px;
    box-shadow: none;
    border: none;
    border-radius: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 10px 40px 10px;
    background: none;
}
.floatbox_container .ow_sign_in_wrap form .ow_box_cap h3 {
  background-color: rgb(231, 231, 231);
  background-image: none;
  color: #848484;
  text-align: center;
  height: 32px;
  border-bottom: 3px solid #22C5EB;
}
.floatbox_container .ow_sign_in_wrap h2 {
    display: none;
}
.ow_signin_label {
    display: inline-block;
    height: 14px;
    font-size: 15px !important;
    line-height: 43px;
    margin: 4px 8px 4px 4px;
    vertical-align: top;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Play', sans-serif;
}
.ow_signin_delimiter {

    padding: 0px 4px 0px 0px;
}
.ow_console_item .ow_ico_signin {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    margin: 10px 5px 0px 1px;
    vertical-align: top;
}
.ow_ico_signin:last-child {
    margin-right: 0px;
}
.ow_ico_signin_f {
	background-image: url(images/Facebook_logo.png)!important;
	background-color: #f3f3f3 !important;
	background-position: -2px -1px !important;
	background-size: 35px;
	border-radius: 2px;
	height: 30px !important;
	width: 30px !important;
}
span.ow_ico_signin.ow_ico_signin_f:before {
	content: "\f09a";
	font-family: 'fontawesome';
	speak: none;
	font-weight: bold;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	color: rgba(251, 251, 251, 0);
	font-size: 20px;
	padding-left: 15px;
	line-height: 40px;
}

span.ow_ico_signin.ow_ico_signin_g {
	background-image: url(images/Googleico.png)!important;
	background-color: #ffffff;
	background-position: 2px 3px !important;
	background-size: 25px;
	border-radius: 2px;
	height: 30px !important;
	width: 30px !important;
}
span.ow_ico_signin.ow_ico_signin_g:before {
	content: "\f0d5";
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	color: rgba(251, 251, 251, 0);
	font-size: 16px;
	padding-left: 10px;
	line-height: 38px;
}
/* ---- End SignIn Form styles ---- */
/* ---- My Avatar Widget styles ---- */
.ow_my_avatar_img {
}
.ow_my_avatar_username {
    display: table-cell;
    vertical-align: middle;
}
.ow_my_avatar_cont {
    height: 47px;
    display: table;
    padding-left: 5px;
}
.ow_my_avatar_cont span {
    display: inline-block;
    width: 90px;
    word-wrap: break-word;
}
/* ---- End of My Avatar Widget styles ---- */
/* ---- Live Member Icon ---- */
.ow_miniic_live .ow_live_on {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url(images/miniic_live.png) center center no-repeat;
    margin-right: 4px;
}
.ow_user_list_data .ow_miniic_live .ow_live_on {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    top: 110px;
    z-index: 3;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: rgba(51, 158, 54, 0.78);
    margin-right: 4px;
    position: absolute;
}
.ow_user_list_data .ow_lbutton {
    cursor: pointer;
    text-decoration: none;
    color: #eaeaea !important;
    background-image: url(images/box_menu.gif);
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.ow_miniic_live .ow_lbutton {
     display: inline-block;
     vertical-align: middle;
     margin-right: 4px;
     line-height: 12px;
     height: 12px;
}
.ow_miniic_live .ow_preloader_content{
     height: 16px;
     width: 16px;
     display: inline-block;
     vertical-align: middle;
     background-position:center center;
}
.ow_miniic_live .ow_preloader_content.ow_hidden {
    display: none;
}
.ow_miniic_live .ow_lbutton.ow_green {
    color: #020202;
}
/* ---- End Live Member Icon ---- */
.ow_field_eye {
    padding-left: 14px;
    background:url(images/miniic_field_eye.png) 0 7px no-repeat; 
    display: inline-block;
}
/* --- Splash screen --- */
.splash_screen_cont {
    text-align: center;
}
/* --- End Splash screen --- */
.ow_dragndrop_content {
	float: left;
	width: 99%;
}
.base_index_page_customize .ow_dragndrop_content {
	float: left;
	width: 72%;
}
.base_index_page_customize .ow_canvas {
    word-wrap: break-word;
    max-width: 100%;
    position: relative;
}
.join_now_widget a{
    color: #ffffff; /** OW_Control type:color, section: 4. Colors, key:JoinTextWDButto, label: Join widget button text color **/
    font-family: 'Play', sans-serif;
    background: #fa1642; /** OW_Control type:color, section: 4. Colors, key:JoinWDButto, label: Join widget button color **/
    border-radius: 3px;
    border-radius: 2px;
    font-size: 16px !important;
    line-height:  50px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width:  100%;
    float: none;
    display: block;
}
.join_now_widget {
	padding:20px;
}
.join_now_widget a:hover{
  text-decoration:none;
  background: #d31137; /** OW_Control type:color, section: 4. Colors, key:JoinWDButtoHow, label: Join widget button hover color **/
  color: #FFFFFF; /** OW_Control type:color, section: 4. Colors, key:JoinWDButtoHowText, label: Join widget button text hover color **/
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  }
.index-BASE_CMP_JoinNowWidget .ow_highbox{
  padding:20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.index-BASE_CMP_JoinNowWidget .ow_box {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
padding:10px;
}
.index-BASE_CMP_JoinNowWidget .ow_no_cap{
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}
.ow_newsfeed_large_image .ow_newsfeed_item_picture {width: auto !important;max-width: 100% !important;margin-left: 3px;padding-bottom: 10px;max-height: 100% !important;opacity:1;transition: opacity .25s ease-in-out;-moz-transition: opacity .25s ease-in-out;-webkit-transition: opacity .25s ease-in-out;}
.ow_newsfeed_large_image .ow_newsfeed_item_content {
width: 46% !important;
max-width: 390px;
}
.forum_search_wrap {background-color: rgba(0, 0, 0, 0.02);border-radius: 0px !important;}
.attp-attachment .att-thumb {
max-width: 100% !important;
}
.ai-attachment.ow_newsfeed_large_image .ow_newsfeed_item_picture {
max-width: 100% !important;
max-height: 100% !important;
width: 100%;
}
.ow_demo_toolbar_select {
    background: none repeat scroll 0 0 #transparent;
    height: 20px;
    float: right;
margin-right:500px;
}
.ow_demo_toolbar {
left:300px;
height: 40px;
margin-top: -35px;
}
/* Messages notifications */
.ow_console_mailbox_txt {
    font-size: 12px;
}
.ow_console_mailbox_title {
    font-size: 12px;
    font-weight: bold;
    /* padding-right: 52px; */
}
.ow_console_mailbox_title .ow_mailbox_convers_info_date {
    font-size: 10px;
    font-weight: normal;
}

.ow_chat_request_item .console_list_ipc_item::before {
    content: '\e097';
    font-family: 'Socicon' !important;
    color: rgb(234, 234, 235);
    background: rgba(128, 128, 128, 0);
    width: 40px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin-top: 20px;
    float: right;
    vertical-align: bottom;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.ow_mailbox_request_item .console_list_ipc_item::before {
    content: '\e050';
    font-family: 'Socicon' !important;
    color: rgba(47, 52, 56, 0.1);
    background: rgba(128, 128, 128, 0);
    width: 40px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin-top: 20px;
    float: right;
    vertical-align: bottom;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ow_chat_request_item .ow_console_mailbox_txt {
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
}
.ow_console_messages_btns,
.ow_console_messages_btn {
    margin-top: 0px;
    background: rgb(33, 37, 40);
    padding: 10px 10px 0px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.ow_console_messages_viewall,
.ow_console_messages_send {
    width: 39%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -wenkit-box-sizing: border-box;
    margin-bottom: 10px;
}
.ow_console_messages_btn .ow_console_messages_send {
    display: none;
}
.ow_console_messages_btn .ow_console_messages_viewall {
    width: 100%;
    padding-right: 0;
}
.ow_console_messages_viewall {
    padding-right: 2px;
}
.ow_console_messages_send {
    padding-left: 2px;
    float: right;
}
.ow_console_messages_viewall a,
.ow_console_messages_send a {
  display: inline-block;
  width: 100%;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -wenkit-box-sizing: border-box;
  font-size: 11px;
  color: #fdfdfd;
  font-family: 'Oswald', sans-serif;
  background: #ff1744;
  padding: 1px 10px;
  border: 0;
  border-radius: 2px;
  font-family: 'Oswald', sans-serif;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.ow_console_messages_viewall a:hover,
.ow_console_messages_send a:hover {
    color: #dedede;
    background: #d51036;
    }
.ow_console li.ow_chat_request_item .ow_avatar,
.ow_console li.ow_mailbox_request_item .ow_avatar {
    width: 32px;
    height: 32px;
    margin-right: -32px;
}
.ow_console li.ow_chat_request_item .ow_avatar img,
.ow_console li.ow_mailbox_request_item .ow_avatar img {
    height: 54px;
    width: 54px;
}
.ow_console li.ow_chat_request_item .ow_console_invt_cont,
.ow_console li.ow_mailbox_request_item .ow_console_invt_cont {
    margin-left: 58px;
}
.ow_mailbox_items_list .jspContainer .jspHorizontalBar {
    display: none !important;
}
/*End of Messages notifications*/
/* ---- End of Console styles ---- */
/* -------Attachments styles----------*/
.ow_attachment_btn {
    float: right;
    margin: 0 0 0 4px;
    padding: 0;
}
.ow_attachments input[type="file"] {
    cursor: pointer;
    float: right;
    opacity: 0;
}
.ow_attachment_icons {
    float: right;
}
.ow_attachments a {
    background: url(images/wysiwyg.png) no-repeat scroll -175px 1px rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 22px;
    overflow: hidden;
    text-decoration: none;
    width: 22px;
}
.ow_attachments a.video{
    background:url(images/wysiwyg.png) -197px 1px no-repeat;
}
.ow_attachments a.attach {
    background: url(images/wysiwyg.png) no-repeat scroll -242px 1px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.ow_attachments a.attach.uploading {
    background: url(images/ajax_preloader_button.gif) no-repeat center center;
}
.ow_attachments a.attach.uploading:hover {
    background: url(images/wysiwyg.png) no-repeat scroll -242px 1px rgba(0, 0, 0, 0);
}
.ow_attachment_delete {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
}
.ow_ajax_oembed_attachment {
    width: 100%;
}
/*Video, links embed*/
body .ow_oembed_attachment_preview {
    height: 60px;
    position: relative;
    padding: 6px 20px 0 88px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-width: 1px;
    background-color: #fafafa;
}
.ow_mailbox_log .ow_oembed_attachment_preview {
    border: none;
    padding: 0 0 0 88px;
    background-color: transparent;
    margin-top: 12px;
}
.ow_mailbox_log .ow_oembed_attachment_preview .ow_attachment_delete {
    display: none;
}
.ow_oembed_attachment_pic .attachment_other_images_btn {
    position: absolute;
    left: 4px;
    bottom: 4px;
    display: none;
}
.ow_oembed_attachment_pic:hover .attachment_other_images_btn {
    display: inline-block;
}
body .ow_oembed_attachment_pic {
    width: 80px;
    height: 60px;
    position: absolute;
    top: -1px;
    left: -1px;
    border-width: 0 1px 0 0;
    background-color: #ececec;
}
.ow_oembed_atachment_pic_nopic {
    background-image: url(images/no-picture.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.ow_oembed_attachment_pic img {
    width: 80px;
    height: 60px;
}
.ow_oembed_attachment_url {
    position: relative;
}
.ow_oembed_attachment_url a {
    position: absolute;
    bottom: 4px;
    left: 4px;
}
.ow_attachment_title {
    margin-bottom: 4px;
    line-height: 13.5px;
    font-size: 11px;
    display: inline-block;
}
.ow_attachment_description {
    line-height: 13.5px;
    height: 27px;
    overflow: hidden;
    font-size: 11px;
    display: block;
}
.ow_attachment_title a {
    display: block;
    height: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 11px;
}
.ow_oembed_attachment_preview.loading_content .ow_oembed_attachment_pic,
.ow_oembed_attachment_preview.loading_content .ow_attachment_title,
.ow_oembed_attachment_preview.loading_content .ow_attachment_description {
    display: none;
}
.ow_oembed_attachment_preview.loading_content {
    background: url(images/ajax_preloader_content.gif) center center no-repeat;
}
.attachment_image_item {
    border-width: 1px;
    cursor: pointer;
    float: left;
    height: 85px;
    margin: 2px;
    padding: 3px;
    text-align: center;
    width: 85px;
}
.attachment_image_item img {
    max-width: 100%;
    max-height: 100%;
}
/*Photo attachment*/
.ow_photo_attachment_preview {
    height: auto;
    padding: 8px 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    margin-left: 0;
}
.ow_comments_mipc .ow_photo_attachment_preview,
.ow_comments_mipc .ow_oembed_attachment_preview {
    margin-left: 48px;
}
.ow_comments_ipc .ow_photo_attachment_preview,
.ow_comments_ipc .ow_oembed_attachment_preview {
    margin-left: 57px;
}
.ow_feed_comments_input_sticky .ow_photo_attachment_preview,
.ow_feed_comments_input_sticky .ow_oembed_attachment_preview,
.ow_feed_comments_input_sticky .comments_hidden_btn{
    margin: 0 12px 8px 22px;
}
.ow_photo_attachment_pic {
    display: inline-block;
    background-color: #ececec;
    width: 120px;
    height: 120px;
    border: 1px solid #e6e6e6;
    border-top-color: #dbdbdb;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.ow_photo_attachment_pic.loading {
    background-size: auto;
    background-image: url(images/ajax_preloader_content.gif);
    background-position: center center;
}
.ow_photo_attachment_stage {
    width: 150px;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
 }
/*File attachments*/
.ow_file_attachment_preview {
    width: 100%;
    height: auto;
    margin-top: -2px;
    margin-bottom: 6px;
}
.ow_file_attachment_block1, .ow_file_attachment_block2 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 2px 0;
}
.ow_file_attachment_block1 {
    padding-right: 4px;
}
.ow_file_attachment_block2 {
    padding-left: 4px;
}
.ow_dialog_items_wrap .ow_file_attachment_block1,
.ow_dialog_items_wrap .ow_file_attachment_block2 {
    width: auto;
    float: none;
    padding-right: 0;
    padding-left: 0;
    padding-top: 4px;
}
.ow_dialog_items_wrap .ow_file_attachment_info,
.ow_mailbox_log .ow_file_attachment_info {
    padding-right: 4px;
}
.ow_dialog_item_mailchat .ow_mailbox_message_content_attach {
    padding-top: 0px;
}
.ow_dialog_items_wrap .ow_file_attachment_name,
.ow_mailbox_log .ow_file_attachment_name {
    font-weight: normal;
    padding-right: 4px;
}
.ow_file_attachment_info {
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-right: 50px;
    position: relative;
    height: 22px;
    overflow: hidden;
}
.ow_file_attachment_info a {
    line-height: 22px;
    padding-left: 8px;
}
.ow_dialog_in_item.fileattach {
    padding-top: 1px;
    padding-bottom: 1px;
}
.ow_dialog_in_item.fileattach .ow_file_attachment_info {
    border: none;
}
.ow_file_attachment_name {
    width: 100%;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    padding-left: 8px;
    font-size: 11px;
    font-weight: bold;
}
.ow_file_attachment_size {
    font-weight: normal;
    display: none;
}
.ow_file_attachment_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    border-left: 1px solid #DCDCDC;
    background-image: url(images/tag_close_btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.ow_file_attachment_preload {
    position: absolute;
    top: 0;
    right: 25px;
    width: 16px;
    height: 22px;
    background: url(images/ajax_preloader_content.gif) center center no-repeat;
    display: none;
}
.ow_dialog_in_item.errormessage p,
.ow_mailbox_log_message.errormessage .ow_mailbox_message_content,
.ow_dialog_item_mailchat.errormessage .ow_dialog_item_mailchat_text {
    color: #b1b1b1;
}
.ow_errormessage_not {
    display: block; 
    padding-bottom: 4px; 
    padding-left: 4px;
}
.ow_dialog_in_item.errormessage .ow_errormessage_not {
    padding-left: 0;
}
/* -------End of attachments styles----------*/
/* ----------- Comments styles---------- */
body .ow_attachments a.video {
    border-radius: 0 2px 2px 0;
    margin: 0 0 0 -1px;
}
.base_cmnts_temp_cont .ow_ipc_info {
    border: none;
    padding-bottom: 1px;
}
.ow_comments_item {
    position: relative;
    padding: 0px 0px 4px;
    padding: 6px 6px 4px 6px;
    border-width: 1px 1px 0 1px;
    border-bottom: 1px dashed rgba(108, 142, 142, 0.16);
}
.ow_comments_form_top .ow_comments_item {
    border-width: 0 1px 1px 1px;
}
.ow_comments_form_top .ow_paging {
    margin-bottom: 0;
    margin-top: 8px;
}
.ow_newsfeed_features .ow_comments_item {
}
.ow_photoview_info_wrap.sticked .ow_comments_item:last-child {
    border-width: 1px;
    margin-bottom: 12px;
}
.ow_comments_form_top .ow_comments_list .ow_comments_item:last-child {
    border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
}
.ow_comments_list .ow_comments_item:first-child {
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}
.ow_newsfeed_features .ow_comments_list div .ow_context_action_block .ow_context_action {
    border-top-width: 1px;
}
.ow_comments_form_wrap {
    padding: 6px 6px 4px 6px;
    border-width: 1px;
    background-color: #101213;
    margin-left: 2px;
    margin-top: 5px;
    margin-right: 2px;
}
.ow_newsfeed_features .ow_comments_form_wrap,
.ow_newsfeed_features .ow_feed_comments_viewall {
    border-width: 1px 0 0 0;
}
.ow_comments_form_top .ow_comments_form_wrap {
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}
.ow_feed_comments_viewall {
    text-align: right;
    padding: 8px 8px 8px 0;
    border-width: 1px 1px 0 1px;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}
.ow_feed_comments_input_sticky {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.ow_feed_comments_input_sticky .ow_comments_input_wrap {
    padding: 6px 12px 4px 22px;
}
.ow_feed_comments_input_sticky .ow_comments_form_wrap {
    border-top-width: 1px;
}
.ow_comments_item_picture{
    float: left;
    margin-right: -50px;
    width: 50px;
}
.ow_comments_item_info {
    margin-left: 57px;
}
.ow_comments_item_info textarea.ow_smallmargin {
    margin-bottom: 6px;
    width: 100%;
    margin-top: 4px;
}
.ow_comments_item_info .comments_fake_autoclick {
    width: 100%;
    height: 28px;
    margin-top: 4px;    
}
.ow_comments_item_header {
    margin-bottom: 2px;
}
.ow_comments_item_header a {
    font-size: 13px;
    font-weight: normal !important;
}
.ow_comments_item_toolbar {
    float: left;
    font-size:10px;
    width: 100%;
}
.ow_comments_item_info .clearfix .ow_comments_item_toolbar {
    white-space: normal;
}
.ow_comments_date {
    float: right;
    font-size: 10px;
}
.ow_comments_list .ow_tooltip .ow_tooltip_body {
    padding: 4px 0px;
    top: 5px;
}
.ow_comments_list .ow_context_action_list a {
    padding: 4px 12px;
}
.ow_comments_item_info .mipc_url{
    font-weight: bold;
}
.comment_add_arr {
    float: left;
    display: block;
    position: relative;
    z-index: 1;
    left: 1px;
    width: 5px;
    height: 9px;
    margin: 14px 0px 0px -5px;
    background: none;
}
.ow_comments_list .comments_view_all {
    padding-bottom: 5px;
}
body .ow_comments_list .ow_attachment {
    padding-top: 4px;
}
body .ow_comments_content.ow_smallmargin {
    margin-bottom: 0px;
}
.ow_comments_content  img {
    max-width: 100%;
}
.ow_comments_btn_block {
    padding: 0 0px 0px 0;
}
.ow_comments_item .cnx_action {
    position: absolute;
    right: 4px;
    top: 4px;
}
.ow_comments_msg {
    margin-top: 4px;
    color: #ffffff;
    font-weight: bold;
}
body .item_loaded {
    margin: 0px 3px 8px 57px;
}
body textarea.ow_newsfeed_status_input {
    height: 58px;
}
body textarea.ow_newsfeed_status_input.invitation {
    width: 100%;
    height: 28px;
}
.ow_comments_mipc.ow_comments_paging .ow_comments_list {
    margin-bottom: 8px;
}
.ow_comments_mipc .ow_comments_item_picture,
.ow_feed_comments_input_sticky .ow_comments_item_picture  {
    width: 42px;
    margin-right: -42px;
    float: left;
}
.ow_comments_mipc .ow_comments_item_picture .ow_avatar,
.ow_feed_comments_input_sticky .ow_comments_item_picture .ow_avatar {
    height: 32px;
    width: 32px;
}
.ow_comments_mipc .ow_comments_item_picture .ow_avatar img,
.ow_feed_comments_input_sticky .ow_comments_item_picture .ow_avatar img {
    width: 32px;
    height: 32px;
    /* border-radius: 50%; */
}
.ow_comments_mipc .ow_comments_item_info,
.ow_feed_comments_input_sticky .ow_comments_item_info {
    margin-left: 48px;
}
.ow_comments_mipc .ow_comments_list {
    margin-bottom: 1px;
}
.ow_comments_item_info .ow_comments_content {
    padding: 2px 0;
}
.ow_comments_input_wrap textarea.comments_fake_autoclick {
    resize: none;
    height: 30px;
    padding-right: 28px;
}
.ow_comments_input_wrap .ow_comments_input {
    padding-top: 4px;
    position: relative;
}
.ow_comments_input_wrap .ow_comments_input .comments_fake_autoclick {
    margin-top: 0;
}
.ow_comments_input .ow_attachment_icons {
    position: absolute;
    top: 8px;
    right: 4px;
}
.ow_comments_input .ow_attachments a {
    background: url(images/wysiwyg.png) no-repeat scroll -176px 0px rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 20px;
    overflow: hidden;
    text-decoration: none;
    width: 20px;
}
.ow_attachments input[type="file"] {
    cursor: pointer;
    float: right;
    opacity: 0;
}
/*End of comments styles*/
/* ---- Mailbox styles ---- */
.ow_mailbox_left_loading .ow_mailbox_left_body {
    background: url(images/ajax_preloader_content.gif) center 220px no-repeat;
}
body .ow_mailbox_right.ow_mailbox_right_loading div.ow_mailbox_right_preloading {
    background: url(images/ajax_preloader_content.gif) no-repeat center center;
}
.ow_mailbox_message_content .ow_file_attachment_info,
.ow_dialog_items_wrap .ow_file_attachment_info,
.ow_mailbox_log .ow_file_attachment_info {
	background-image: url(images/miniic_doc.png);
}
.ow_mailbox_convers_info.mails:before {
	content: '\e050';
	font-family: 'Socicon' !important;
	color: rgba(211, 211, 211, 0.36);
	background: rgba(128, 128, 128, 0);
	width: 40px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	border-radius: 50%;
	margin-top: 10px;
	left: 10px;
	position: absolute;
	vertical-align: bottom;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ow_mailbox_convers_info.chats:before {
    content: '\e097';
    font-family: 'Socicon' !important;
    color: rgba(211, 211, 211, 0.42);
    background: rgba(128, 128, 128, 0);
    width: 40px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    border-radius: 50%;
    margin-top: 10px;
    left: 10px;
    position: absolute;
    vertical-align: bottom;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ow_mailbox_convers_info {
	background-color: rgba(150, 150, 150, 0.09);
}
.ow_mailbox_convers_info_new {
	background-color: rgba(81, 57, 61, 0.66);
}
.ow_mailbox_convers_info_selected {
	background-color: rgba(255, 255, 255, 0.02);
}
.ow_mailbox_convers_info:hover,
.ow_mailbox_convers_info_selected,
.ow_mailbox_convers_info_selected:hover {
    -webkit-box-shadow: inset 2px 0px 0px 0px rgb(255, 23, 68);
    -moz-box-shadow: inset 2px 0px 0px 0px rgb(255, 23, 68);
    box-shadow: inset 2px 0px 0px 0px rgb(255, 23, 68);
}
.ow_mailbox_convers_info .ow_mailbox_convers_info_date:hover {
	color: #999;
}
.ow_mailbox_convers_info .ow_mailbox_convers_info_string a {
	color: #fbfbfb;
}
.ow_mailbox_convers_info span.ic_reply {
	background-image: url(images/ic_reply_g.png);
}
.ow_mailbox_table,
.ow_mailbox_table .ow_mailbox_convers_info, 
.ow_mailbox_table .ow_mailbox_cap, 
.ow_mailbox_table .ow_mailbox_date_cap,
.ow_mailbox_table .ow_mailbox_subject_block,
.ow_mailbox_table .ow_mailbox_log,
.ow_mailbox_table .ow_mailbox_log_date,
.ow_mailbox_table .ow_mailbox_left .ow_mailbox_cap,
.ow_mailbox_table .ow_mailbox_left .ow_mailbox_search,
.ow_mailbox_table .ow_mailbox_left .ow_mailbox_left_body,
.ow_mailbox_right .ow_chat_message_block {
    border-color: rgba(0, 0, 0, 0.08);
}
.ow_mailbox_log .ow_dialog_item.even .ow_dialog_in_item {
    background-color: rgb(56, 192, 231);
    border: 1px solid rgba(56, 192, 231, 0.16);
    color: #ffffff;
}
.ow_mailbox_convers_actions .ow_miniic_control span {background: rgba(255, 255, 255, 0.82) url(images/miniic_gearwheel.png) 50% 1px no-repeat;border: 1px solid rgba(0, 0, 0, 0.06);-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.ow_mailbox_convers_actions .ow_miniic_control.active {
background: transparent;
}
.ow_mailbox_log .ow_dialog_item.odd .ow_dialog_in_item{
    background-color: rgb(250, 22, 66);
    border: 1px solid rgba(181, 211, 57, 0.12);
    color: #ffffff;
}
.ow_mailbox_log .ow_dialog_item i {
}
.ow_dialog_in_item p {
text-shadow: none;
}
.ow_mailbox_convers_info.chats {background-position: 8px -15px!important;}
.ow_mailbox_avatar {margin-left: 10px;}
.ow_mailbox_convers_info.mails {
background-position: 8px -15px!important;
}
/* ---- End of Mailbox styles ---- */
.ow_photo_dragndrop {
    font-family: 'UbuntuBold',"Trebuchet MS","Helvetica CY",sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #3C9AA4;
    border: 1px solid #387D84;
    font-size: 15px;
}
.ow_photo_upload_wrap .ow_photo_preview_block_wrap .ow_photo_preview_edit {
    border: 1px solid rgba(68, 68, 68, 0.21);
}
.ow_photo_preview_image {
    background-color: #fafafa;
}
.ow_photo_preview_loading {
    background-image: url(images/ajax_preloader_content.gif) !important;
    background-size: auto !important;
}
.ow_photo_preview_image_filter {
    background: #000;
}
.ow_photo_preview_x {
    background: url(images/photo_upload_btn_x.png) center center no-repeat;
}
.ow_photo_preview_rotate {
    background: url(images/photo_upload_btn_rotate.png) center center no-repeat;
}
/*Photo list*/
.ow_fw_menu {background: rgba(220, 220, 220, 0.1);border: 1px solid rgba(16, 16, 16, 0.03);border-radius: 0px;padding: 10px 10px 6px 10px;min-height: 24px;margin-top: 10px;clear: both;width: 98%;}
.ow_fw_btns {
display: inline-block;
}
.ow_photo_list_wrap div.ow_photo_item {
background-color: #ffffff;
border-color: #ffffff;
}
.ow_photo_list_wrap .ow_photo_item_wrap .ow_photo_item_info {
    background-color: #ffffff;
}
.ow_photo_item_info_user,
.ow_photo_item_info_album,
.ow_photo_item_info .ow_rates_wrap {
    color: #fff;
}
.ow_photo_item_wrap.ow_photo_album .ow_photo_item_info_description {
    color: #fff;
}
.ow_photo_pint_mode .ow_photo_item_wrap.ow_photo_album .ow_photo_item_info_description {
    color: #c3c3c3;
}
.ow_photo_album_info_wrap {
    border-bottom: 1px dashed #bdbdbd2e;
}
.ow_photo_album_cover {
    border-color: #1a1d1f;
}
body .ow_photo_album_info_wrap .ow_photo_album_info .ow_photo_album_description_textarea,
body .ow_photo_album_info_wrap .ow_photo_album_info .ow_photo_album_description {
    color: #666;
}
a.ow_context_action_value {
    color: #adadad;
}
.ow_photo_item .ow_photo_context_action {right: -1px !important;top: -1px !important;width: 100%;text-align: center;border-radius: 0px;}
.ow_photo_item .ow_photo_context_action.ow_photo_context_action_loading .ow_tooltip_body {
    background-image: url(images/ajax_preloader_content.gif);
}
body .ow_photo_context_action .ow_context_action {
    background: rgba(0, 0, 0, 0.86) url(images/context_action_arrow.svg) no-repeat center center;
    width: 100%;
    height: 30px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
body .ow_photo_context_action .ow_context_action:hover {
 background: rgba(0, 0, 0, 0.86) url(images/context_action_arrow.svg) no-repeat center center;
 width: 100%;
 height: 30px;
}


body .ow_photo_context_action .ow_tooltip_top_right.ow_tooltip {
    margin-top: 10px;
    position: relative;
    right: 0px;
    top: 0px;
    border-radius: 0px;
}
.floatbox_body .ow_photo_context_action .ow_tooltip_top_right.ow_tooltip {
    margin-top: -10px;
    position: relative;
    right: 0px;
    top: 0px;
    border-radius: 0px;
}
body .ow_photoview_stage_wrap .ow_photo_context_action .ow_context_action,
body .ow_photoview_stage_wrap .ow_photo_context_action .ow_context_action:hover {
    background-image: url(images/context_action_arrow.svg) no-repeat 6px 8px;
    background: rgba(255, 255, 255, 0.86) url(images/context_action_arrow.svg) no-repeat center center;
}
.ow_photoview_stage_wrap_fullscreen .ow_photoview_fullscreen {
    background-image: url(images/fullscreen_min.png);
}
.ow_photoview_fullscreen {
    background-image: url(images/fullscreen_max.png);
}
.ow_photoview_play_btn {
    background-image: url(images/fullscreen_play.png);
}
.ow_photoview_play_btn.stop {
    background-image: url(images/fullscreen_stop.png);
}
.ow_photoview_info_btn.open {
    background-image: url(images/fullscreen_info_open.png);
}
.ow_photoview_info_btn.close {
    background-image: url(images/fullscreen_info_close.png);
}
.ow_photoview_slide_settings_btn {
    background-image: url(images/fullscreen_settings.png);
}
.ow_photoview_arrow_left {
    background-image: url(images/photoview_arrow_left.png);
}
.ow_photoview_arrow_right {
    background-image: url(images/photoview_arrow_right.png);
}
body .ow_photoview_stage_wrap .ow_photo_context_action .ow_context_action .ow_context_more {
}
.ow_photo_context_action .ow_context_action_list a:hover {
}
.ow_photo_context_action .ow_tooltip_tail span {
}
.ow_photo_context_action .ow_context_action_divider {
    background-color: rgba(0, 0, 0, 0.05);
}
.ow_context_action_list a.ow_context_action_item_hierarchy_right span {
    background: url(images/miniic_arrow_left_bb.png) no-repeat center center;
}
.ow_context_action_list a.ow_context_action_item_hierarchy_left span {
     background: url(images/miniic_arrow_right_bb.png) no-repeat center center;
}
.ow_photo_pint_mode .ow_photo_item_wrap .ow_photo_item_info {
   background: #212528;
}
.ow_photo_pint_mode .ow_photo_item_info_user,
.ow_photo_pint_mode .ow_photo_item_info_album,
.ow_photo_pint_mode .ow_photo_item_info_description,
.ow_photo_pint_mode .ow_photo_item_info .ow_rates_wrap {
    color: #696E7D;
}
.ow_photo_list.ow_photo_edit_mode .ow_photo_item .ow_photo_chekbox_area {
    background-color: rgba(255,255,255,0.4);
}
.ow_photo_list.ow_photo_edit_mode .ow_photo_item.ow_photo_item_checked .ow_photo_chekbox_area,
.ow_photo_list.ow_photo_edit_mode.ow_photo_pint_mode .ow_photo_item .ow_photo_chekbox_area {
    background-color: rgba(255,255,255,0);
}
.ow_photo_edit_mode .ow_photo_chekbox_area .ow_photo_checkbox {
    border: 1px solid rgba(255,255,255,0.6);
    background-color: rgba(87,87,87, 0.6);
}
.ow_photo_edit_mode .ow_photo_item_checked .ow_photo_chekbox_area .ow_photo_checkbox {
    background-image: url(images/checkbox_icon.png);
}
.ow_photo_list.ow_photo_pint_mode .ow_photo_item {
background: #1a1d1f;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: solid rgba(0, 0, 0, 0.08) 1px !important;
}
.ow_photo_list.ow_photo_pint_mode .ow_photo_item {
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    box-shadow: none !important;
    padding: 5px;
}
.ow_photo_pint_mode .ow_photo_item_wrap .ow_photo_item_info {
border-radius: 0px !important;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
}
.ow_photo_context_action {border: 1px solid rgba(204, 204, 204, 0);background-color: rgba(255, 255, 255, 0) !important;}
.ow_photoview_stage_wrap:hover .ow_photo_context_action {
    min-width: 50px;
}
/*Searchbar*/
.ow_searchbar_ac {
    border: 1px solid #ccc;
}
.ow_searchbar_ac li {
    background-color: #fefefe;
    font-size: 11px;
}
.ow_searchbar_ac li:hover {
    background-color: #f1f1f1;
}
/*Rates*/
.ow_photoview_info .ow_rates_wrap {
    padding-left: 4px; 
    margin: 6px 0 8px 0;
}
.ow_rates_wrap span {
    vertical-align: middle;
}
.ow_rates {
    width: 65px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}
.ow_rates .rates_cont {
    position: absolute;
    opacity: 0;
    transition: opacity 0.15s;
    -moz-transition: opacity 0.15s;
    -webkit-transition: opacity 0.15s;
}
.ow_rates:hover .rates_cont {
    opacity: 1;
}
/*Dropdown*/
body input.ow_dropdown_btn {
    background-image: none;
    height: 28px;
}
.ow_dropdown_arrow_down,
.ow_dropdown_arrow_up {
    height: 10px;
    position: absolute;
    right: 8px;
    top: 12px;
    width: 12px;
    cursor: pointer;
}
.ow_dropdown_arrow_down {
    background: url(images/chat_tiny_arrow_down.png) no-repeat center center;
}
.ow_dropdown_arrow_up {
    background: url(images/chat_tiny_arrow_up.png) no-repeat center center;
}
.ow_dropdown_list_wrap {
    position: relative;
    width: 100%;
}
.ow_dropdown_list {
    border: 1px solid #dedede;
    position: absolute;
    top: -1px;
    left: 0;
    width: 99%;
    margin-left: 0.5%;
    border-radius-bottom-left: 4px;
    -moz-border-radius-bottom-left: 4px;
    -webkit-border-radius-bottom-left: 4px;
    border-radius-bottom-right: 4px;
    -moz-border-radius-bottom-right: 4px;
    -webkit-border-radius-bottom-right: 4px;
    display: none;
}
.ow_dropdown_list li {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 4px;
    background-color: #fff;
    color: #666;
    cursor: pointer;
    position: relative;
}
.ow_dropdown_list li:hover {
    background-color: #fafafa;
}
.ow_add_item {
    position: absolute;
    background: url(images/miniic_plus.png) center center no-repeat;
    width: 10px;
    height: 10px;
    right: 8px;
    top: 50%;
    margin-top: -5px;
}
li.ow_dropdown_delimeter {
    padding: 0 4px;
}
.ow_dropdown_delimeter div {
    width: 100%;
    height: 1px;
    background-color: #dedede;
}
.ow_photo_upload_drop_area {
    border: 1px dashed #e8e8e8;
}
.ow_newsfeed_item_picture {
    float: left;
    width: 100px;
    margin-right: 1%;
}
.ow_newsfeed_large_image .ow_newsfeed_item_picture {
    width: auto!important;
    height: auto;
}
.ow_newsfeed_large_image .ow_newsfeed_item_content {
    width: 100%;
}
.ow_newsfeed_item_picture img {
    max-width: 100%;
    width: auto;
    height: auto;            
}
.ow_newsfeed_photo_grid {
    width: 100%;
}
.ow_newsfeed_photo_grid_item {
    padding: 0px 4px 4px 0px; 
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    width: 50%; 
	float: left;
}
.ow_newsfeed_photo_grid_3 .ow_newsfeed_photo_grid_item {
    width: 33.3%;
}
.ow_newsfeed_photo_grid_item a {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    background-size: cover;
	width: 100%;
}
.ow_mailbox_convers_info_date {
	margin-right: -34px!important;
}
.ow_footer .ow_canvas {
	margin: 0 auto;
	width: 100% !important;
	word-wrap: break-word;
	background: none;
	border: none;
}
.ow_photoview_info_wrap .ow_user_list_data {margin-top: -70px;margin-left: 6px;margin-rig;margin-right: 5px;px 6px 30px 6px!important;border-left: none;border-bottom: dashed 1px rgba(179, 179, 179, 0.17);}
.ow_photoview_info_wrap .ow_avatar{
	margin-top: 4px !important;
	margin-left:6px;
	width: 125px;
	border-radius: 50%;
	background: none;
}
.ow_photoview_info_wrap .ow_user_list_picture .ow_avatar:after {
display: none;
}

.ow_photoview_info_wrap .ow_user_list_picture .ow_avatar img {
    border-top: none;
    border-right: none;
    padding: 4px;
    margin-top: 15px;
}
.ow_photoview_wrap {
	padding: 5px;
}
.ow_photo_item_wrap img {
	border-radius: 0px !important;
	-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	transition: all 0.5s ease;
}
ul.ow_settings_items a, ul.ow_chat_selector_items a {
	color: #9B9292 !important;
}
.ow_photoview_stage_wrap {
	background-color: rgba(0, 0, 0, 0.18)!important;
}
.ow_photoview_info .ow_comments_form_wrap .ow_avatar {
	margin-top: 2px;
	margin-left: 2px;
}
.ow_photoview_info .comments_list_cont .ow_avatar{
	margin-top: 2px;
	margin-left: 2px;
}
.ow_console_list li.ow_console_new_message .ow_remark,
.ow_console_mailbox_cont:hover .ow_remark{
}
.ow_console_mailbox_cont:hover .ow_remark{
}
.ow_console_mailbox_cont .ow_remark{
    color: #6e7484;
}
.ow_newsfeed_large_image .ow_newsfeed_item_picture:hover{
	opacity:0.8;
}
.ow_newsfeed_large_image .ow_newsfeed_item_picture {
	width: 100%!important;
	height: auto;
}
.ow_newsfeed_photo_grid_item a {
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	background-position: center center;
}
.ow_newsfeed_photo_grid_item a:hover{
	opacity: 0.8;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.ow_dnd_schem_item .action a {
	background-position: center center;
	background-image: none !important;
	background-repeat: no-repeat;
	display: inline-block;
	height: 21px;
	text-decoration: none;
	width: 21px;
	margin-top: 5px;
	margin-right: 5px;
}
.ow_dnd_schem_item {
	background: rgb(241, 241, 241);
	background-image: none !important;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid rgba(25, 25, 25, 0.12);
	cursor: move;
	color: #989898;
	float: left;
	height: 30px;
	margin: 2px 4px 2px 0;
	padding: 8px 5px 0px 5px;
	width: 157px;
	position: relative;
	font-size: 11px;
	line-height: 8px;
}
.ow_searchbar_btn {
	background-position: center 1px, top left !important;
	border: 1px solid rgba(41, 41, 41, 0.15);
	border-top-right-radius: 2px;
	-moz-border-top-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	background-repeat: no-repeat, repeat-x !important;
	background-color: #f6f7fb;
	border-left: 1px solid rgba(0, 0, 0, 0.11);
	border-radius: 0px;
	background-image: url(images/ic_lens.svg);
}
.ow_dnd_widget .ow_box_toolbar_cont {
	margin-right: -6px;
	margin-left: -6px;
	margin-top: 10px;
	margin-bottom: -6px;
	padding-top: 5px;
	padding-left: 10px;
	float: right;
	padding-bottom: 0px;
}
.ow_dnd_widget .ow_box_empty .ow_box_toolbar_cont {
	margin-top: 10px;
	margin-bottom: -6px;
}
.ow_box_empty .ow_box_toolbar_cont {
	margin-top: 10px;
	margin-bottom: -6px;
}
.ow_box_toolbar_cont {
    margin-top: 10px;
    margin-bottom: -10px;
    margin-right: -6px;
    padding: 10px;
    padding: 1px;
}
.ow_photo_item_widget {
	width: 71px !important;
	height: 71px !important;      
	background-size: cover;      
	background-repeat: no-repeat;
}
.ow_photo_item_widget:hover {
	box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.48), 0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ow_photo_item_widget:hover:before  {
	content: ' ';
	background: url(images/lence.png) no-repeat center center;
	display: inline-block;
	width: 72px;
	height: 72px;
	position: absolute;
}
.ow_photo_item_widget:before  {
	content: ' ';
	display: inline-block;
	width: 72px;
	height: 72px;
	position: absolute;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	border-radius: 50px;
}
.ow_console_more {
	display: inline-block;
	padding: 10px 10px 10px 10px;
	margin: 13px 10px 0px 0px;
}
.ow_console_item:hover .ow_console_more {
	display: inline-block;
	padding: 30px 10px 10px 10px;
	margin: 13px 10px 0px 0px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.ow_mailbox_items_list {
	font-size: 0;
}
.ow_notification_list .ow_console_item_link {
	margin-left: -40px;
	width: 40px !important;
	overflow: hidden;
	color: transparent;
}
.ow_mailbox_items_list .ow_console_item_link {
	margin-left: -40px;
	width: 40px !important;
	overflow: hidden;
	color: transparent;
}
.ow_friend_request_list  .ow_console_item_link {
	margin-left: -40px;
	width: 40px !important;
	overflow: hidden;
	color: transparent;
}
.ow_invitation_list .ow_console_item_link {
	margin-left: -40px;
	width: 40px !important;
	overflow: hidden;
	color: transparent;
}
.ow_console_dropdown .ow_console_item_link {
	display: inline-block;
}
.ow_console_item a.ow_console_item_link  {font-size: 15px;}


.ow_mailbox_items_list:before  {
 content: "\68" !important;
 color: rgb(255, 23, 68); /** OW_Control type:color, key:consoleIconsColor, section:3. Console settings, label: Console icons color, description: Top website console icons color **/
 padding-right: 5px;
 padding-left: 5px;
 font-size: 33px;
 font-family: "untitled-font-1" !important;
 font-style: normal !important;
 font-weight: normal !important;
 font-variant: normal !important;
 text-transform: none !important;
 speak: none;
 line-height: 56px;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 }
.ow_mailbox_items_list:hover:before,
.ow_mailbox_items_list:active:before  {
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  color: rgb(255, 255, 255); /** OW_Control type:color, key:consoleIconsHoverColor, section:3. Console settings, label: Console icons hover color, description: Top website console icons hover color **/
}
.ow_notification_list:before  {
 content: "\61" !important;
 color: rgb(255, 23, 68); /** OW_Control type:color, key:consoleIconsColor, section:3. Console settings, label: Console icons color, description: Top website console icons color **/
 padding-right: 5px;
 padding-left: 5px;
 font-size: 30px;
 font-family: "untitled-font-1" !important;
 font-style: normal !important;
 font-weight: normal !important;
 font-variant: normal !important;
 text-transform: none !important;
 speak: none;
 line-height: 55px;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.ow_notification_list:hover:before,
.ow_notification_list:active:before  {
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  color: rgb(255, 255, 255); /** OW_Control type:color, key:consoleIconsHoverColor, section:3. Console settings, label: Console icons hover color, description: Top website console icons hover color **/
 }
.ow_friend_request_list:before  {
 content: "\63" !important;
 color: rgb(255, 23, 68); /** OW_Control type:color, key:consoleIconsColor, section:3. Console settings, label: Console icons color, description: Top website console icons color **/
 padding-right: 5px;
 padding-left: 5px;
 font-size: 30px;
 font-family: "untitled-font-1" !important;
 font-style: normal !important;
 font-weight: normal !important;
 font-variant: normal !important;
 text-transform: none !important;
 speak: none;
 line-height: 53px;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.ow_friend_request_list:hover:before,
.ow_friend_request_list:active:before  {
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  color: rgb(255, 255, 255); /** OW_Control type:color, key:consoleIconsHoverColor, section:3. Console settings, label: Console icons hover color, description: Top website console icons hover color **/
}
.ow_invitation_list:before  {
 content: "\62" !important;
 color: rgb(255, 23, 68); /** OW_Control type:color, key:consoleIconsColor, section:3. Console settings, label: Console icons color, description: Top website console icons color **/
 padding-right: 5px;
 padding-left: 5px;
 font-size: 30px;
 font-family: "untitled-font-1" !important;
 font-style: normal !important;
 font-weight: normal !important;
 font-variant: normal !important;
 text-transform: none !important;
 speak: none;
 line-height: 53px;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.ow_invitation_list:hover:before,
.ow_invitation_list:active:before  {
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  color: rgb(255, 255, 255); /** OW_Control type:color, key:consoleIconsHoverColor, section:3. Console settings, label: Console icons hover color, description: Top website console icons hover color **/
}
.console_search_form{
	padding-top:5px!important;
}
.console_search_form input[type="text"] {
    background: rgba(0,0,0,0.3)!important;
}
.console_search_form div.jhtmlarea {
	background: rgba(0,0,0,0.3)!important;
}
.esel2-results{
	background:rgba( 191, 19, 50, 0.8);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.ow_console .ow_tooltip_top_right .ow_tooltip_tail {
	text-align: left;
}

.ow_dnd_widget .index-NEWSFEED_CMP_SiteFeedWidget .form_auto_click {
margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000000;
    background-color: #101213;
}
.ow_dnd_widget  .form_auto_click {    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000000;
    background-color: #101213;
    }
.ow_dnd_widget .index-EVENT_CMP_UpcomingEvents .ow_ipc {padding: 5px;}
.ow_dnd_widget .index-EVENT_CMP_UpcomingEvents .ow_ipc_picture, .ow_dnd_widget .index-EVENT_CMP_UpcomingEvents  .ow_ipc_picture img{
	height: 80px !important;
	width: 80px !important;
	max-width: 80px !important;
	min-width: 80px !important;
}
.ow_dnd_widget .index-EVENT_CMP_UpcomingEvents .ow_ipc_picture img {
    padding: 4px;
    margin-top: 0px;
    border-radius: 0px;
}

 .ow_dnd_widget .ow_box_empty.index-EVENT_CMP_UpcomingEvents  .ow_ipc_picture  img {
    padding: 4px;
    margin-top: 0px;
    border-radius: 0px;
    border-top: 1px solid #bbbfbf;
    border-right: 1px solid #bbbfbf;
}
.ow_dnd_widget .index-EVENT_CMP_UpcomingEvents .ow_ipc_toolbar .ow_ipc_date {
}
.index-EVENT_CMP_UpcomingEvents .ow_box_toolbar{margin-top: 10px;}
.index-EVENT_CMP_UpcomingEvents  .ow_box_empty  .ow_box_toolbar
{
  background-color: #E0E0E0;
  margin-top: 11px;
  margin-bottom: -6px;
  margin-right:-6px;
  padding-top:5px;
  padding-right:5px
}
.index-EVENT_CMP_UpcomingEvents .ow_box_toolbar:before {
}
.ow_dnd_widget .index-EVENT_CMP_UpcomingEvents .ow_ipc_info {
	margin-left: 88px;
	padding: 5px 10px 10px 10px;
}

.ow_dnd_widget .ow_box_empty.index-EVENT_CMP_UpcomingEvents .ow_ipc_info {
	margin-left: 88px;
    padding: 5px 10px 10px 10px;
    border-bottom: 1px solid #bbbfbf;
    border-left: 1px solid #bbbfbf;
}

.ow_dnd_widget .index-EVENT_CMP_UpcomingEvents .ow_ipc_picture img:first-child {
	margin-top: 0px;
	margin-left: 0px;
}
.profile-BASE_CMP_UserViewWidget .ow_box {
    background-repeat: repeat;
    background-position: center center;
}
.profile-BASE_CMP_UserViewWidget .ow_box .ow_content_menu{
	font-size: 0px;
	font-family:  "Trebuchet MS", "Helvetica CY", sans-serif;
	font-weight: normal;
}
.profile-BASE_CMP_UserViewWidget  .ow_box .ow_content_menu_wrap{
	margin-bottom:5px;
}
.profile-BASE_CMP_UserViewWidget  .ow_box.ow_content_menu li{
    float: left;
	padding-left: 5px;
	margin-right:-6px;
	padding-bottom:10px;
}
.profile-BASE_CMP_UserViewWidget.ow_box  .ow_content_menu li a{
	border: none;
}
.profile-BASE_CMP_UserViewWidget .ow_box .ow_content_menu span{
    background-position: 5px 8px;
    background-repeat: no-repeat;
    padding: 3px 5px 2px 7px;
    display: block;
}
.profile-BASE_CMP_UserViewWidget .ow_box .ow_content_menu li.active {
	border-color: #ccd6de #ccd6de #FFFFFF #ccd6de;
}
.profile-BASE_CMP_UserViewWidget  .ow_box .ow_table_3 td.ow_label {
	border: none;
	color: #585858;
	text-align: right;
}
.profile-BASE_CMP_UserViewWidget  .ow_box .ow_table_3 td {
	border-color: rgba(220, 220, 220, 0.11);
	border-left-width: 3px;
	border-left-style: solid;
	vertical-align: top;
	color: #7B7B7B;
}
.group-GROUPS_CMP_UserListWidget .ow_box {
	background-repeat: repeat;
}
.group-GROUPS_CMP_UserListWidget .ow_box .ow_box_toolbar_cont{
	text-shadow: #23272a 1px 1px 0;
}
.group-GROUPS_CMP_LeaveButtonWidget a {
	padding: 4px 4px 4px 4px;
	color: #d4d4d4;
	font-family: 'Oswald', sans-serif;
	background: #cc673f;
	padding: 5px 10px;
	border: 0;
	border-radius: 3px;
}
.group-GROUPS_CMP_LeaveButtonWidget a:hover {
	background: #778ca0;
	color: #ffffff;
}
.group-GROUPS_CMP_LeaveButtonWidget .ow_box {
	padding: 20px 6px 20px 6px;
}
.group-GROUPS_CMP_JoinButtonWidget a {
	padding: 6px 20px;
	color: #e6e6e6;
	background: #15c39a;
	border-radius: 2px;
	font-family: 'Oswald', sans-serif;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.group-GROUPS_CMP_JoinButtonWidget a:hover {
	    color: #ececec;
	    background: rgba(50, 106, 134, 0.61);
	    animation: pulse3 1s;
}
.group-GROUPS_CMP_JoinButtonWidget a:active {
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
	top:5px;
}
.group-GROUPS_CMP_JoinButtonWidget a:active:before{
	top: -11px;
	bottom: -5px;
	content: "";
}
.group-GROUPS_CMP_JoinButtonWidget .ow_highbox {
	background:transparent;
}
.group-GROUPS_CMP_JoinButtonWidget .ow_box, .group-GROUPS_CMP_JoinButtonWidget .ow_box_empty {
	padding: 20px 6px 20px 6px;
	margin-bottom:10px;
}

.dashboard-BASE_CMP_QuickLinksWidget .ow_box_cap h3 , 
.dashboard-BASE_CMP_WelcomeWidget .ow_box_cap h3,
.dashboard-BASE_CMP_QuickLinksWidget .ow_box_cap_empty h3 , 
.dashboard-BASE_CMP_WelcomeWidget .ow_box_cap_empty h3,
.dashboard-BASE_CMP_ModerationToolsWidget .ow_box_cap h3,
.dashboard-BASE_CMP_ModerationToolsWidget .ow_box_cap_empty h3{font-size: 12px;}
.dashboard-BASE_CMP_QuickLinksWidget .ow_dnd_configurable_component h3:after, 
.dashboard-BASE_CMP_WelcomeWidget .ow_dnd_configurable_component h3:after ,
.dashboard-BASE_CMP_ModerationToolsWidget .ow_dnd_configurable_component h3:after
{
	content: ' ';
	display:none;
}
.ow_photoview_info_wrap .ow_avatar {
	margin-top: -9px;
	margin-left: 15px;
}

input[name=album].ow_dropdown_btn {
	width: 250px !important;
	padding-right: 30px;
}
.ow_profile_action_toolbar_wrap .ow_context_action_value_block .ow_context_action .ow_tooltip {
	margin-top: 0;
	position: absolute;
	left: 1px;
	right:auto;
	top: 22px !important;
}
.ow_profile_action_toolbar_wrap .ow_context_action_value_block .ow_context_action .ow_tooltip_top_right .ow_tooltip_tail {
	text-align: left;
}
.ow_vertical_nav {
	border: solid 1px rgba(0, 0, 0, 0);
}
.floatbox_canvas .floatbox_container .floatbox_body .avatar_select_list .ow_user_list_data {
	min-height: 20px;
	margin-top: 1px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px 6px 6px 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.floatbox_canvas .floatbox_container .floatbox_body .avatar_select_list .ow_user_list_picture .ow_avatar img {
	width: 30px;
	height: 30px;
	padding: 2px;
	margin-top: 2px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	position: relative;
	display: inline-block;
}
.floatbox_canvas .floatbox_container .floatbox_body .avatar_select_list .ow_user_list_picture .ow_avatar {
    position: relative;
    display: inline-block;
    width: 0px;
    height: 0px;
}
.floatbox_container .ow_sign_in_wrap form .ow_box_cap .ow_box_cap_body {
	border: none;
	border-bottom: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	margin: 1px;
	height: 33px;
}
.ow_newsfeed_left {
}
.ow_photoview_info .ow_scrollable {
	overflow-y: no !important;
}
.ow_supernarrow .ow_box_cap h3 {
	font-size: 12px;
}
.ow_links .ow_box_cap_empty h3 a {
	color: #4E7B7B !important;
	text-shadow: none;
}
div.ow_floatbox_user_list .ow_floatbox_user_list_row .ow_item_set3  .ow_user_list_picture .ow_avatar img {
	width: 30px;
	height: 30px;
	margin-top: 0px;
	margin-left: 0px;
}
div.ow_floatbox_user_list .ow_floatbox_user_list_row .ow_item_set3  .ow_user_list_picture .ow_avatar  {
	width: 30px;
	/* height: 30px; */
}
div.ow_floatbox_user_list .ow_floatbox_user_list_row .ow_item_set3 .ow_user_list_data {
	min-height: 30px;
	margin-top: 1px;
	margin-left: 0px;
	margin-right: 0px;
	/* padding: 6px 6px 6px 40px; */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.ow_photoview_overlay.floatbox_empty .ow_box_cap_icons {
  position: absolute;
  top: 0px !important;
  right: 0px !important;
  z-index: 1;
  padding: 3px !important;
  margin-top: 0px !important;
}
.gtabs-tab {display: block;float: left;margin-right: 10px !important;padding-left: 10px!important;padding-top: 10px!important;padding-bottom: 10px!important;background-repeat: no-repeat;background-position: 8px 50%;background-image: none !important;}
.gtabs-tab a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
.gtabs-tabs-c {background: rgb(26, 29, 31);border: 1px solid rgba(25, 25, 25, 0.02);}
/* User-Header */
@media (max-width: 480px) {
.uh-head-text {
display: none;
}
.uh-avatar {
width: 90px !important;
height: 80px  !important;
margin: -50px 10px 20px !important;  
}
.hg-avatar-image {
height: 80px!important;
width: 80px !important;
position: center center !important;
}
.uh-display-name {
font-size: 18px !important;
font-weight: normal;
}
.uh-toolbox {
padding-top: 65px !important;
padding-left: 2px !important;
margin-left: 0px!important;
}
.uh-head {
margin-left: 3px!important;
}
.uh-avatar-console div.hg-avatar-image {
background-size: cover!important;
}
}
@media (min-width: 481px) and (max-width: 767px) {
.uh-head-text {
  display: none;
}
.uh-avatar {
  width: 130px !important;
  height: 120px !important;
  margin: -90px 10px 20px !important;
}
.hg-avatar-image {
  height: 120px!important;
  width: 120px !important;
  position: center center !important;
}
.uh-display-name {
font-size: 18px !important;
font-weight: normal;
}
.uh-toolbox {
padding-top: 65px !important;
padding-left: 2px !important;
margin-left: 0px!important;
}
.uh-head {
margin-left: 3px!important;
}
.uh-avatar-console div.hg-avatar-image {
 background-size: cover!important;
}
}
@media (min-width: 768px) and (max-width: 979px) {
}
@media (min-width: 980px) and (max-width: 1100px) {
}
/* End of User-Header */
/* GROUP-Header */
@media (max-width: 480px) {
.h-tabs li {
  padding: 0px !important;
  border-color: inherit !important;
  border-style: solid;
  position: relative;
  background-color: rgba(204,204,204,0.2);
}
.h-tabs-wrap .h-tabs li a {
  display: none !important;
}
.h-tabs-wrap .h-tabs li:last-child a {
}
.h-tabs-wrap .h-tabs  li:first-child a{
    -webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.h-tab-active .h-tab-cursor {
  display: none !important;
}
.gh-header .uh-toolbox  .ow_content_menu_wrap  {
clear: none !important;
}
.gh-header div.uh-head-text-wrap {
  padding-left: 15px !important;
  padding-bottom: 20px !important;
}
.gh-header .uh-cover-has-cover .uh-head-text-wrap .uh-head-text {
  cursor: auto;
  margin-top: -93px !important;
  margin-left: 10px !important;
}
.gh-header .uh-head-text {
}
.gh-header .uh-display-name {
  font-size: 10px !important;
}
.gh-header .uh-cover-controls {
  display: none !important;
}
.gh-header ul.ow_bl a {
  display: none !important;
}
.uh-cover-has-cover .uh-head-text, .uh-cover-has-cover .uh-head-text .uh-display-name {
  color: #fff;
  display: none !important;
}
}
@media (min-width: 481px) and (max-width: 767px) {
.h-tabs li {
  padding: 0px !important;
  border-color: inherit !important;
  border-style: solid;
  position: relative;
  background-color: rgba(204,204,204,0.2);
}
.h-tabs-wrap .h-tabs li a {
}
.h-tabs-wrap .h-tabs li:last-child a {
}
.h-tabs-wrap .h-tabs  li:first-child a{
    -webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.h-tab-active .h-tab-cursor {
  display: none !important;
}
.gh-header .uh-toolbox  .ow_content_menu_wrap  {
clear: none !important;
}
.gh-header div.uh-head-text-wrap {
  padding-left: 15px !important;
  padding-bottom: 20px !important;
}
.gh-header .uh-cover-has-cover .uh-head-text-wrap .uh-head-text {
  cursor: auto;
  margin-top: -103px !important;
  margin-left: 10px !important;
}
.gh-header .uh-head-text {
}
.gh-header .uh-display-name {
  font-size: 10px !important;
  display: none !important;
}
.gh-header .uh-cover-controls {
  display: none !important;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.h-tabs li {
  padding: 0px !important;
  border-color: inherit !important;
  border-style: solid;
  position: relative;
  background-color: rgba(204,204,204,0.2);
}
.h-tabs-wrap .h-tabs li a {
}
.h-tabs-wrap .h-tabs li:last-child a {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.h-tabs-wrap .h-tabs  li:first-child a{
    -webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.h-tab-active .h-tab-cursor {
  display: none !important;
}
.uh-toolbox  .ow_content_menu_wrap  {
clear: none !important;
}
.gh-header .gh-header div.uh-head-text-wrap {
  padding-left: 15px !important;
  padding-bottom: 20px !important;
}
.gh-header .uh-cover-has-cover .uh-head-text-wrap .uh-head-text {
  cursor: auto;
}
.gh-header .uh-head-text {
}
.gh-header .uh-display-name {
  font-size: 10px !important;
  display: none !important;
}
.gh-header .uh-cover-controls {
}
}
@media (min-width: 980px) and (max-width: 1100px) {
.h-tabs li {
  padding: 0px !important;
  border-color: inherit !important;
  border-style: solid;
  position: relative;
  background-color: rgba(204,204,204,0.2);
}
.h-tabs-wrap .h-tabs li a {
}
.h-tabs-wrap .h-tabs li:last-child a {
}
.h-tabs-wrap .h-tabs  li:first-child a{
    -webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.h-tab-active .h-tab-cursor {
  display: none !important;
}
.gh-header .uh-toolbox  .ow_content_menu_wrap  {
clear: none !important;
}
.gh-header div.uh-head-text-wrap {
}
.gh-header .uh-cover-has-cover .uh-head-text-wrap .uh-head-text {
  cursor: auto;
}
.gh-header .uh-head-text {
}
.gh-header .uh-display-name {
  font-size: 14px !important;
  display: none !important;
}
.gh-header .uh-cover-controls {
}
}
@media (min-width: 1101px) {
.h-tabs li {
  padding: 0px !important;
  border-color: inherit !important;
  border-style: solid;
  position: relative;
  background-color: rgba(204,204,204,0.2);
}
.h-tabs-wrap .h-tabs li a {
  display: block;
  padding: 3px 10px 3px 10px !important;
}
.h-tabs-wrap .h-tabs li:last-child a {
}
.h-tabs-wrap .h-tabs  li:first-child a{
    -webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.h-tab-active .h-tab-cursor {
  display: none !important;
}
.gh-header .uh-toolbox  .ow_content_menu_wrap  {
clear: none !important;
}
.gh-header div.uh-head-text-wrap {
}
.gh-header .uh-cover-has-cover .uh-head-text-wrap .uh-head-text {
  cursor: auto;
}
.gh-header .uh-head-text {
}
.gh-header .uh-display-name {
  font-size: 14px !important;
}
.gh-header .uh-cover-controls {
}
}
/* End of GROUP-Header */
.messagepop::-webkit-scrollbar {
    width: 1px;
    height: 10px;
    background: #192128;
    color: #192128;
}
.messagepop::-webkit-scrollbar-thumb {
    background: #192128;
    border-right: none;
}

@media (max-width: 480px) {

.ow_newsfeed_delimiter {
  display: none !important;
}
.floatbox_container .ow_bg_color {
  background: #f5f1edu;
}
.index-BASE_CMP_MyAvatarWidget .ow_avatar, .index-BASE_CMP_MyAvatarWidget .ow_avatar img{Width: 80px;height:80px;margin-left: 0px;margin-top: 0px;border-radius: 5px;}
.ow_photoview_info {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* padding: 40px 8px 12px 16px !important; */
  min-height: 100%;
}
.console_list_ipc_item {
 min-height:54px;
 padding: 5px;
 }

@media (max-width: 480px){
.ow_right .ow_button {
  margin-bottom: 5px !important;
  text-align: center !important;
}
.ow_button {

}
span.ow_button {width: 100%;}
html body div span.ow_button input[type=submit],
html body div span.ow_button input[type=button]{width: 100% !important;}
.forum_search_form, .forum_search_wrap{
width: 96%;
float: left !important}
.ow_photo_upload_wrap .ow_photo_preview_block_wrap .ow_photo_preview_edit{
width: 100% !important;
padding: 0px !important;
  margin: 4px !important;
}
.ow_forum .ow_topics, .ow_forum_topic .ow_views, .ow_forum_topic .ow_posts{
display: none !important
}
.ow_forum .ow_replies {
display: none !important
}
.ow_forum_breadcrumb_wrapper, #forum_manage_buttons {
  display: block !important;
  width: 100% !important;
}
#forum_manage_buttons .ow_forum_breadcrumb_wrapper .ow_box_empty {
  margin-bottom: 10px !important;
}
.index_customize_box {
display:none;
}
.ow_photo_upload_wrap *{
font-size: 12px;
line-height: 29px;
}
.ow_suggest_field {
  margin-top: 20px!important;
}
.ow_photo_upload_submit .ow_right, .ow_photo_upload_submit {
  float: left!important;
  width: 100%!important;
  position: relative!important;
  margin-top: 10px;
}
.ow_dropdown_list {
  z-index: 20;
}
.ow_photo_upload_submit .ow_right, .ow_photo_upload_submit {
float:left!important;
width: 100%!important;
position: relative!important;
}
.ow_photo_upload_wrap .ow_left, .ow_photo_upload_wrap .ow_suggest_field input{
width: 100%!important;
}
.forum_search_tag_input {
  width: 70px !important;
}
}
@media (max-width: 768px) and (min-width: 479px) {
.ow_right .ow_button {
  margin-bottom: 5px !important;
  text-align: center !important;
}
.ow_button {

}
span.ow_button {

}
html body div span.ow_button input[type=submit],
html body div span.ow_button input[type=button]{width: 100% !important;}
.forum_search_form, .forum_search_wrap{
width: 96%;
float: left !important}
.ow_photo_upload_wrap .ow_photo_preview_block_wrap .ow_photo_preview_edit{
width: 40% !important;
padding: 0px !important;
  margin: 4px !important;
}
.ow_forum .ow_topics, .ow_forum_topic .ow_views, .ow_forum_topic .ow_posts{
display: none !important
}
.ow_forum .ow_replies {
display: none !important
}
.ow_forum_breadcrumb_wrapper, #forum_manage_buttons {
  display: block !important;
  width: 100% !important;
}
#forum_manage_buttons .ow_forum_breadcrumb_wrapper .ow_box_empty {
  margin-bottom: 10px !important;
}
.index_customize_box {
display:none;
}
.ow_photo_upload_wrap *{
font-size: 12px;
line-height: 29px;
}
.ow_suggest_field {
  margin-top: 20px!important;
}
.ow_photo_upload_submit .ow_right, .ow_photo_upload_submit {
  float: left!important;
  width: 100%!important;
  position: relative!important;
  margin-top: 10px;
}
.ow_dropdown_list {
  z-index: 20;
}
.ow_photo_upload_wrap .ow_left, .ow_photo_upload_wrap .ow_suggest_field input {
  width: 100%!important;
}
.ow_photo_upload_wrap .ow_photo_preview_block_wrap .ow_photo_preview_edit {
  width: 100%!important;
  padding: 0px!important;
  margin: 1px!important;
}

}
.ow_video_list .ow_alt1, .ow_video_list .ow_alt2 {
  height: 0px;
  border: none!important;
}
}
.ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button span {
  background-position: 0 0;
  background-repeat: repeat-x;
  border-radius: 2px;
  border-width: 1px;
  display: inline-block;
  margin: 1px;
  color: #FFFFFF;
  text-shadow: 1px 1px #3D7CBA !important;
  background: #27A49C !important;
  -webkit-box-shadow: 0 1px 0 #1E7286 !important;
  -moz-box-shadow: 0 1px 0 #1E7286 !important;
  box-shadow: 0 1px 0 #1E7286 !important;
}
.ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="submit"], .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="button"] {
  text-shadow: 1px 1px #275F64 !important;
}
.ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 480px){

.ow_newsfeed_oembed_atch .ow_newsfeed_item_picture {
  width: 100px;
  margin: auto!important;
  float: none!important;
  padding-bottom: 5px;
}
.ow_newsfeed_oembed_atch {
  padding-left: 0px;
}
}
body.htmlarea_styles blockquote.ow_quote,
blockquote.ow_quote{
    margin: 10px 0 10px 40px;
    padding: 2px 5px;
}
body.htmlarea_styles blockquote.ow_quote .ow_author,
blockquote.ow_quote .ow_author{
	color: #9c9c9c;
	display: inline-block;
	padding: 2px 0;
	width: 98%;
}
.ow_quote_header {
	display: block;
	padding: 6px;
	background-color: rgb(20, 23, 25);
}
.ow_quote_cont_wrap {
	background: rgb(33, 37, 40) url(images/quote_top.png) no-repeat right 1px;
	border-color: rgb(20, 23, 25);
	border-style: solid;
	border-width: 0 1px 1px;
	display: block;
}
.ow_quote_cont {
	background: url("images/quote_bottom.png") no-repeat 1px bottom;
    display: block;
    padding: 9px 20px;
}
.ow_searchbar_btn {
  width: 24px;
  height: 19px !important;
  background-position: right 5px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px !important;
}
.floatbox_canvas.floatbox_overlayBG {
  opacity: 1;
  background: rgba(255, 255, 255, 0) !important;
  z-index: 500;
}
.forum_search_wrap {
  background-image: none !important;
}
.maintenance_cont {
    width: 500px;
    margin: 0 auto;
    padding-top: 200px;
    position: relative;
    z-index: 200;
}
.ow_mailbox_conv_options {
    border: none !important; 
}
.profile-NEWSFEED_CMP_UserFeedWidget .ow_status_update_btn_block .ow_attachments a, .dashboard-NEWSFEED_CMP_MyFeedWidget .ow_status_update_btn_block .ow_attachments a, .group-NEWSFEED_CMP_EntityFeedWidget .ow_status_update_btn_block .ow_attachments a, .index-NEWSFEED_CMP_SiteFeedWidget .ow_status_update_btn_block .ow_attachments a {
    width: 27px;
    height: 20px;
    background: url(images/ic_photo_attach.svg) no-repeat 0 0;
}
.profile-NEWSFEED_CMP_UserFeedWidget .ow_status_update_btn_block .ow_attachments a:hover, .dashboard-NEWSFEED_CMP_MyFeedWidget .ow_status_update_btn_block .ow_attachments a:hover, .group-NEWSFEED_CMP_EntityFeedWidget .ow_status_update_btn_block .ow_attachments a:hover, .index-NEWSFEED_CMP_SiteFeedWidget .ow_status_update_btn_block .ow_attachments a:hover {
    background-position: 0 -43px;
}
#edit-profile a.ow_lbutton, #edit-profile span.ow_lbutton{width: 30px;height: 30px;font-size: 0px !important;background: rgba(38, 165, 152, 0.09) url(images/ic_gear_wheel.svg) no-repeat center center;border:none;border: 1px solid rgba(99, 99, 99, 0.04);-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);-moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);}
	#edit-profile a.ow_lbutton:hover, #edit-profile span.ow_lbutton:hover {
    width: 30px;
    height: 30px;
    font-size: 0px !important;
    background: rgba(199, 199, 199, 0.28) url(images/ic_gear_wheel.svg) no-repeat center center;
    border:none;
    border: 1px solid rgba(99, 99, 99, 0.04);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);
}
.ow_edit_profile_link {
    position: absolute;
    right: 0px;
    bottom: 0px !important;
    top: auto !important;
}
/* ---- Navigation on the left ---- */
.ow_nav_btn {
	position: relative;
	float: left;
	width: 28px;
	height: 28px;
	cursor: pointer;
	background-image: url(images/menu_btn.svg);
	background-position: 104px -135px;
	opacity: 0;
	transition: opacity 0.3s ease-out 0.15s;
	-moz-transition: opacity 0.3s ease-out 0.15s;
	-webkit-transition: opacity 0.3s ease-out 0.15s;
	display: none;
	left: 20px;
	top: 10px;
}
.ow_menu_active .ow_nav_btn {
	display: block;
	opacity: 1;
	transition: background-position 0.2s ease;
	-moz-transition: background-position 0.2s ease;
	-webkit-transition: background-position 0.2s ease;
}
.ow_menu_active .ow_nav_btn,
.ow_menu_active .ow_nav_btn:hover {
	background-position: 44px -15px;
	transition: background-position 0.2s ease;
	-moz-transition: background-position 0.2s ease;
	-webkit-transition: background-position 0.2s ease;

}
body.ow_menu_active {
	overflow: hidden;
}
.ow_menu_fullpage {
	position: fixed;
	z-index: 200;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.94);
	display: none;
}
.ow_menu_fullpage::-webkit-scrollbar {
    width: 1px;
    height: 10px;
    background: #A8A8A8;
    color: #F1EBEB;
}
.ow_menu_fullpage::-webkit-scrollbar-thumb {
    background: #DF6D63;
    border-right: none;
}
.ow_menu_active .ow_site_panel .ow_logo,
.ow_menu_active .ow_site_panel .ow_menu_wrap {
	display: none;
}
.ow_menu_active .ow_menu_fullpage {
	display: block;
	overflow-y: auto;
}
.ow_menu_active .ow_menu_fullpage_wrap {
	display: table;
	height: 100%;
	width: 100%;
}
.ow_menu_fullpage_wrap ul.ow_main_menu {
	display: table-cell;
	overflow: visible;
	height: auto;
}
.ow_menu_fullpage_wrap ul.ow_main_menu li {
	width: 100%;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid rgba(33, 113, 143, 0.12);
}
.ow_menu_fullpage_wrap .ow_main_menu li a {
	text-transform: uppercase;
	width: 100%;
	color: #ffffff;
	display: inline-block;
	padding: 0;
	/* padding-left: 20px; */
	padding-top: 20px;
	padding-bottom: 10px;
}


.ow_menu_fullpage_wrap .ow_main_menu li a:hover {
	color: #154E48;
	text-decoration: none;
}
.ow_menu_fullpage_wrap .ow_main_menu li.active a {
	color: rgb(255, 23, 68);
}
.ow_menu_fullpage_wrap .ow_main_menu li:first-child a {
}
.ow_menu_fullpage_wrap .ow_main_menu li a:hover,
.ow_menu_fullpage_wrap .ow_main_menu li a:active {
	color: rgb(255, 23, 68);
	text-decoration: none;
	background: rgba(152, 174, 183, 0);
}


.ow_menu_fullpage_wrap .ow_main_menu li a span {
    line-height: 20px;
    display: inline-block;
}
/* ---- Main Menu styles ---- */
.ow_menu_wrap {
	padding: 0;
	display: table;
	position: relative;
	padding-right: 20px;
}
.ow_main_menu {
	font-family: 'core_sans_e45_regular', "Trebuchet MS", "Helvetica CY", sans-serif;
	height: 50px;
	overflow: hidden;
}
.ow_main_menu li {
    padding: 0;
	display: inline-block;
}
.ow_main_menu li:hover {
	background: rgba(0, 0, 0, 0.06);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	animation: pulse2 1s;
	}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.07);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.07);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
.ow_main_menu li a {
    color: rgb(255, 255, 255); /** OW_Control type:color, key:menuColor, section 3. Console settings, label: Menu text color **/
    display: inline-block;
    font-size: 18px;
    font-family: 'Play', sans-serif;
    padding: 0 0.8vw;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -o-transition: all 0.2s ease-in-out;
}
.ow_main_menu li:first-child a {
}
.ow_main_menu li a span {
	line-height: 50px;
	display: inline-block;
}
.ow_main_menu li.active a {
	color: rgb(239, 22, 64); /** OW_Control type:color, key:menuActiveColor, section: 3. Console settings, label: Menu text active color **/
}
.ow_main_menu li a:hover {
	color: rgb(255, 23, 68); /** OW_Control type:color, key:menuHoverColor, section: 3. Console settings, label: Menu text hover color **/
}


.ow_responsive_menu {
	padding-right: 70px;
}
.ow_menu_more_wrap {
	display: none;
	position: absolute;
	right: 35px;
	top: 0;
}
.ow_menu_more {
	position: relative;
	display: block;
	border-left: 1px solid rgba(0, 0, 0, 0.03);
	border-right: 1px solid rgba(0, 0, 0, 0.03);
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.03) url(images/menu_btn.svg) no-repeat -4px -125px;
}
.ow_menu_more_active,
.ow_menu_more:hover {background: rgba(0, 0, 0, 0.05) url(images/menu_btn.svg) no-repeat -4px -125px;}

.ow_menu_more:after, 
.ow_menu_more:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ow_menu_more:after {
	border-color: rgba(255, 255, 255, 0);
	border-width: 7px;
	margin-top: -7px;
}
.ow_menu_more:before {
	border-width: 9px;
	margin-top: -9px;
}
.ow_main_menu_more_active .ow_menu_more_wrap {
	display: block;
}

.ow_menu_more:hover .ow_menu_more_cont {
	display: block;
	animation: animationFrames ease 1s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	animation-fill-mode: forwards;
	-webkit-animation: animationFrames ease 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: animationFrames ease 1s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-moz-animation-fill-mode: forwards;
	-o-animation: animationFrames ease 1s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-o-animation-fill-mode: forwards;
	-ms-animation: animationFrames ease 1s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
	-ms-animation-fill-mode: forwards;
} 
@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInUp { 
    animation-name: fadeInUp; 
}
@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(4px,-19px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(4px,0px)  ;
  }
}
@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(4px,-19px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(4px,0px)  ;
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(4px,-19px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(4px,0px)  ;
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  translate(4px,-19px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(4px,0px)  ;
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  translate(4px,-19px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(4px,0px)  ;
  }
}

.ow_menu_more_cont {
    position: absolute;
    display: table;
    width: 200px;
    top: 50px;
    right: 4px;
    padding: 0px 0px 0px;
    background-color: rgb(46, 51, 55);
    border-width: 1px;
    border-radius: 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    display: none;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    z-index: 9;
    text-align: left;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
}
.ow_menu_more_cont:before {
    right: 6px;
    top: -30px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 16px solid transparent;
    float: left;
    border-color: rgba(229, 229, 229, 0) transparent rgb(46, 51, 55) transparent;
    z-index: 1;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}

.ow_menu_more:hover .ow_menu_more_cont {
    display: block;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.ow_menu_more_list a {
	display: table-cell;
	padding: 10px 10px 10px 10px;
	font-size: 15px;
	line-height: 10px;
	white-space: nowrap;
	color: #ffffff;
	background: #212528;
	width: 85%;
	float:  left;
	overflow-x: hidden;
	margin: 5px;
	font-family: 'Play', sans-serif;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.ow_menu_more_list a:hover {
	text-decoration: none;
	background: #ff1744;
	color: #e3e3e3;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}




.ow_menu_more_list li a:hover:before {color: #f7f7f7;margin-right: 15px;}

/* ---- End of the Vertical menu styles ---- */

.ow_console_right {
	background: transparent;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
}
@media (max-width: 767px) {
	body .ow_menu_wrap,
	.ow_site_panel .ow_logo {
		display: none;
	}
	.ow_nav_btn {
		display: block !important;
		opacity: 1 !important;
		left: 10px;
		top: 6px;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
body .ow_menu_wrap,
	.ow_site_panel .ow_logo {
		display: none;
	}
	.ow_nav_btn {
		display: block !important;
		opacity: 1 !important;
	}
	.ow_page {
    margin: 20px 20px 10px 20px;
    padding: 0 18px;
}
}
@media (max-width: 480px){
.ow_video_player{
    text-align: center;
}
.ow_video_description{
    margin: 8px 0 20px;
}
.ow_video_list_item{width: 90% !important;}
.ow_other_video_item_title{
}
.ow_video_thumb{
    background: url(images/video-no-video.png) no-repeat center center;
    display: block;
}
.ow_video_list_item img{height: 100px!Important;width: 170px!important;}
.ow_video_thumb
{
    height: 90px;
    width: 120px;
}
.ow_video_list .ow_video_list_item.ow_small {

    text-align: center;
}
.ow_other_video_thumb{
    display: block;
    margin-right: -80px;
}
.ow_other_video_thumb a {
	display: inline-block;
	width: 80px;
	height: 60px;
    background: url(images/video-no-video.png) no-repeat center center;	
}
.video_thumb_no_title {
	margin: 0px 4px 4px 0px;
}
.ow_other_video_thumb,
.ow_other_video_thumb img,
.ow_other_video_floated img{
    height: 60px;
    width: 80px;
}
.ow_other_video_floated{
    display: inline-block;
    background: #fff url(images/video-no-video.png) no-repeat center center;
    width: 80px;
    height: 60px;
    vertical-align: middle;
}
.ow_video_item_title{
	padding-bottom: 3px;
	font-size: 12px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.ow_video_item_rate{
    height: 35px;
    margin-top: 5px;
    /* margin-bottom:  -20px; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.ow_video_infobar{
    padding: 10px;
    text-align: right;
}
.ow_video_player object,
.ow_video_player embed {
	max-width: 100%;
}
}
@media (min-width: 481px) and (max-width: 767px) {
/* ---- Video styles ---- */
.ow_video_player{
    text-align: center;
}
.ow_video_description{
    margin: 8px 0 20px;
}
.ow_video_list_item{width: 44% !important;}
.ow_other_video_item_title{
}
.ow_video_thumb{
    background: url(images/video-no-video.png) no-repeat center center;
    display: block;
}
.ow_video_list_item img{height: 100px!Important;width: 170px!important;}
.ow_video_thumb
{
    height: 90px;
    width: 120px;
}
.ow_video_list .ow_video_list_item.ow_small {

    text-align: center;
}
.ow_other_video_thumb{
    display: block;
    margin-right: -80px;
}
.ow_other_video_thumb a {
	display: inline-block;
	width: 80px;
	height: 60px;
    background: url(images/video-no-video.png) no-repeat center center;	
}
.video_thumb_no_title {
	margin: 0px 4px 4px 0px;
}
.ow_other_video_thumb,
.ow_other_video_thumb img,
.ow_other_video_floated img{
    height: 60px;
    width: 80px;
}
.ow_other_video_floated{
    display: inline-block;
    background: #fff url(images/video-no-video.png) no-repeat center center;
    width: 80px;
    height: 60px;
    vertical-align: middle;
}
.ow_video_item_title{
	padding-bottom: 3px;
	font-size: 12px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.ow_video_item_rate{
    height: 35px;
    margin-top: 5px;
    /* margin-bottom:  -20px; */
    border-bottom: 1px solid rgba(137, 137, 137, 0.14);
}
.ow_video_infobar{
    padding: 10px;
    text-align: right;
}
.ow_video_player object,
.ow_video_player embed {
	max-width: 100%;
}
/* ---- End of Video styles ---- */
}
@media (max-width: 979px) and (min-width: 768px) {
/* ---- Video styles ---- */
.ow_video_player{
    text-align: center;
}
.ow_video_description{
    margin: 8px 0 20px;
}
.ow_video_list_item{width: 29% !important;}
.ow_other_video_item_title{
}
.ow_video_thumb{
    background: url(images/video-no-video.png) no-repeat center center;
    display: block;
}
.ow_video_list_item img{height: 100px!Important;width: 170px!important;}
.ow_video_thumb
{
    height: 90px;
    width: 120px;
}
.ow_video_list .ow_video_list_item.ow_small {text-align: center;}
.ow_other_video_thumb{
    display: block;
    margin-right: -80px;
}
.ow_other_video_thumb a {
	display: inline-block;
	width: 80px;
	height: 60px;
    background: url(images/video-no-video.png) no-repeat center center;	
}
.video_thumb_no_title {
	margin: 0px 4px 4px 0px;
}
.ow_other_video_thumb,
.ow_other_video_thumb img,
.ow_other_video_floated img{
    height: 60px;
    width: 80px;
}
.ow_other_video_floated{
    display: inline-block;
    background: #fff url(images/video-no-video.png) no-repeat center center;
    width: 80px;
    height: 60px;
    vertical-align: middle;
}
.ow_video_item_title{
	padding-bottom: 3px;
	font-size: 12px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.ow_video_item_rate{
    height: 35px;
    margin-top: 5px;
    /* margin-bottom:  -20px; */
    border-bottom: 1px solid rgba(170, 170, 170, 0.1);
}
.ow_video_infobar{
    padding: 10px;
    text-align: right;
}
.ow_video_player object,
.ow_video_player embed {
	max-width: 100%;
}
/* ---- End of Video styles ---- */
}
@media (max-width: 1100px) and (min-width: 980px) {
/* ---- Video styles ---- */
.ow_video_player{
    text-align: center;
}
.ow_video_description{
    margin: 8px 0 20px;
}
.ow_video_list_item{width: 17.5vw !important;}
.ow_other_video_item_title{
}
.ow_video_thumb{
    background: url(images/video-no-video.png) no-repeat center center;
    display: block;
}
.ow_video_list_item img{height: 100px!Important;width: 170px!important;}
.ow_video_thumb
{
    height: 90px;
    width: 120px;
}
.ow_video_list .ow_video_list_item.ow_small {

    text-align: center;
}
.ow_other_video_thumb{
    display: block;
    margin-right: -80px;
}
.ow_other_video_thumb a {
	display: inline-block;
	width: 80px;
	height: 60px;
    background: url(images/video-no-video.png) no-repeat center center;	
}
.video_thumb_no_title {
	margin: 0px 4px 4px 0px;
}
.ow_other_video_thumb,
.ow_other_video_thumb img,
.ow_other_video_floated img{
    height: 60px;
    width: 80px;
}
.ow_other_video_floated{
    display: inline-block;
    background: #fff url(images/video-no-video.png) no-repeat center center;
    width: 80px;
    height: 60px;
    vertical-align: middle;
}
.ow_video_item_rate{
    height: 35px;
    margin-top: 5px;
    margin-bottom:  -20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.ow_video_infobar{
    padding: 10px;
    text-align: right;
}
.ow_video_player object,
.ow_video_player embed {
	max-width: 100%;
}
/* ---- End of Video styles ---- */
}
@media (min-width: 1100px) {
/* ---- Video styles ---- */
.ow_video_player{
    text-align: center;
}
.ow_video_description{
    margin: 8px 0 20px;
}
ow_video_thumb{
    background: url(images/video-no-video.png) no-repeat center center;
    display: block;
}
.ow_video_list_item img{height: 120px!Important;width: 120px!important;}
.ow_video_thumb
{
    height: 90px;
    width: 120px;
}
.ow_other_video_thumb{
    display: block;
    margin-right: -80px;
}
.ow_other_video_thumb a {
	display: inline-block;
	width: 80px;
	height: 60px;
    background: url(images/video-no-video.png) no-repeat center center;	
}
.video_thumb_no_title {
	margin: 0px 4px 4px 0px;
}
.ow_other_video_thumb,
.ow_other_video_thumb img,
.ow_other_video_floated img{
    height: 60px;
    width: 80px;
}
.ow_other_video_floated{
    display: inline-block;
    background: #fff url(images/video-no-video.png) no-repeat center center;
    width: 80px;
    height: 60px;
    vertical-align: middle;
}
.ow_video_item_rate{
    height: 35px;
    margin-top: 5px;
    /* margin-bottom:  -20px; */
    border-bottom: 1px solid rgba(94, 94, 94, 0.23);
}
.ow_video_infobar{
    padding: 10px;
    text-align: right;
}
.ow_video_player object,
.ow_video_player embed {
	max-width: 100%;
}
/* ---- End of Video styles ---- */
.ow_event_list .ow_paging {
    font-size: 11px;
    border: 1px solid rgba(25, 25, 25, 0.05);
    padding: 4px;
    border-radius: 2px;
    moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    float: right;
    bottom: 0px;
    left: 20px;
    position: absolute;
}
.ow_group_list .ow_paging {
    font-size: 11px;
    border: 1px solid rgba(25, 25, 25, 0.05);
    padding: 4px;
    border-radius: 2px;
    moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    float: right;
    bottom: 0px;
    left: 20px;
    position: absolute;
}
.ow_paging a {
    display: inline-block;
    line-height: 16px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 2px;
    margin-top: 2px;
    text-decoration: none;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.ow_event_list  {
padding-bottom: 30px;
}
.ow_group_list  {padding-bottom: 60px;}
}
.ow_video_list_item{
	padding: 4px;
	background: #1a1d1f;
	border: solid 1px rgba(0, 0, 0, 0.050980392156862744);
}
@media (max-width: 480px){
.ow_event_list .ow_ipc.ow_smallmargin {
    width: 100%;
    padding-top: 4px;
}
.ow_event_list .ow_ipc.ow_smallmargin .ow_ipc_content {height: 55px;margin-left: -6px;margin-right: -15px;}
.ow_event_list .ow_ipc_info .ow_ipc_date {
    float: none;
    margin-top: -1px;
    margin-right: 0px;
    height: 15px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 10px;
}
.ow_event_list .ow_ipc_toolbar span {
    display: block;
}
.ow_event_list .ow_ipc.ow_smallmargin .ow_ipc_toolbar .ow_icon_control {
    margin-top: -12px;
    margin-bottom: 5px;
    height: 25px;
}
}
@media (max-width: 767px) and (min-width: 481px){
  .ow_event_list .ow_ipc.ow_smallmargin {width: 95%;}
.ow_event_list .ow_ipc.ow_smallmargin .ow_ipc_content {margin-right: -20px;height: 30px;}
.ow_event_list .ow_ipc.ow_smallmargin {
 margin-left: 11px;
 margin-right:  10px;
 padding: 5px;
}
.ow_event_list .ow_ipc_info .ow_ipc_date {
    float: right;
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 11%;
    background: rgb(25, 28, 30);
    border: 5px solid #141619;
    margin-right: 0px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}
.ow_event_list .ow_ipc_info .ow_ipc_date:before {
    content: "\e075";
    font-family: 'Simple-Line-Icons';
    color: #cc8217;
    top: -18px;
    left: 40%;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    text-shadow: none;
}
.ow_event_list .ow_ipc_toolbar span {
    display: block;
}
}
@media (min-width: 768px) and (max-width: 979px) {
  .ow_event_list .ow_ipc.ow_smallmargin {width: 45%;}
.ow_event_list .ow_ipc.ow_smallmargin .ow_ipc_content {margin-right: -20px;height: 50px;}
.ow_event_list .ow_ipc.ow_smallmargin {
 margin-left: 11px;
 margin-right:  10px;
 padding: 5px;
}
.ow_event_list .ow_ipc_info .ow_ipc_date {
    float: right;
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 11%;
    background: rgb(25, 28, 30);
    border: 5px solid #141619;
    margin-right: 0px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}
.ow_event_list .ow_ipc_info .ow_ipc_date:before {
    content: "\e075";
    font-family: 'Simple-Line-Icons';
    color: #cc8217;
    top: -18px;
    left: 40%;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    text-shadow: none;
}
}
@media (min-width: 980px) and (max-width: 1100px) {
  .ow_event_list .ow_ipc.ow_smallmargin {width: 45%;}
.ow_event_list .ow_ipc.ow_smallmargin .ow_ipc_content {margin-right: -20px;}
.ow_event_list .ow_ipc.ow_smallmargin {
 margin-left: 11px;
 margin-right:  10px;
 padding: 5px;
}
.ow_event_list .ow_ipc_info .ow_ipc_date {
    float: right;
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 11%;
    background: rgb(25, 28, 30);
    border: 5px solid #141619;
    margin-right: 0px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}
.ow_event_list .ow_ipc_info .ow_ipc_date:before {
    content: "\e075";
    font-family: 'Simple-Line-Icons';
    color: #cc8217;
    top: -18px;
    left: 40%;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    text-shadow: none;
}
.ow_event_list .ow_ipc_toolbar span {
    display: block;
    float: left;
}
}
@media (max-width: 1449px) and (min-width: 1101px){
.ow_event_list .ow_ipc.ow_smallmargin {width: 31%;}
.ow_event_list .ow_ipc.ow_smallmargin .ow_ipc_content {}
.ow_event_list .ow_ipc.ow_smallmargin {
 margin-left: 0px;
 margin-right: 5px;
 padding: 2px;
}
.ow_event_list .ow_ipc_info .ow_ipc_date {
    float: right;
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 11%;
    background: rgb(25, 28, 30);
    border: 5px solid #141619;
    margin-right: 0px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}
.ow_event_list .ow_ipc_info .ow_ipc_date:before {
    content: "\e075";
    font-family: 'Simple-Line-Icons';
    color: #cc8217;
    top: -18px;
    left: 40%;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    text-shadow: none;
}
.ow_event_list .ow_ipc_toolbar span {
    display: inline-block;
    float: right;
}
.ow_event_list .ow_ipc.ow_smallmargin .ow_ipc_toolbar .ow_icon_control {
    margin-top: 0px;
    margin-bottom: 5px;
    height: 25px;
    display: inline-block;
    font-size: 13px;
    width: 50%;
    float: left;
}

}
@media (min-width: 1450px){
.ow_event_list .ow_ipc.ow_smallmargin {width: 23%;}
.ow_event_list .ow_ipc.ow_smallmargin .ow_ipc_content {}
.ow_event_list .ow_ipc.ow_smallmargin {
 margin-right: 5px;
 padding: 3px;
}
.ow_event_list .ow_ipc_info .ow_ipc_date {
    float: right;
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 11%;
    background: rgb(25, 28, 30);
    border: 5px solid #141619;
    margin-right: 0px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}
.ow_event_list .ow_ipc_info .ow_ipc_date:before {
    content: "\e075";
    font-family: 'Simple-Line-Icons';
    color: #cc8217;
    top: -18px;
    left: 40%;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    text-shadow: none;
}
.ow_event_list .ow_ipc_toolbar span {
    display: inline-block;
    float: right;
}
.ow_event_list .ow_ipc.ow_smallmargin .ow_ipc_toolbar .ow_icon_control {
    margin-top: 0px;
    margin-bottom: 5px;
    height: 25px;
    display: inline-block;
    font-size: 13px;
    width: 100%;
    float: left;
}
}
@media (max-width: 480px){
.ow_group_list .ow_ipc.ow_smallmargin {
	width: 100%;
	float:left;
	position: relative;
	margin-bottom: 10px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.ow_group_list .ow_ipc.ow_smallmargin:hover {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.ow_group_list .ow_ipc_info  {
    padding: 15px 10px 0px 10px;
    margin-left: 0px;
    border-left: none;
}
.ow_group_list .ow_ipc_header {
    padding: 15px 5px 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
    margin-top: -15px;
    height: 58px;
    margin-left: -10px;
    margin-right: -10px;

}
.ow_group_list .ow_ipc_content {
    padding: 5px 10px 5px 15px;
    line-height: 1.38em;
    font-family: 'Play', sans-serif;
    height: 75px;
    margin-left: -10px;
    margin-right: -10px;
} 
.ow_group_list .ow_ipc_picture {

} 

.ow_event_list .ow_ipc_info {
    padding: 15px 15px 0px 0px;
    margin-left: 5px;
    height: auto;
    margin-top: 6px;
    color: #777676;
}
}
@media (max-width: 767px) and (min-width: 481px){
.ow_group_list .ow_ipc.ow_smallmargin {
	width: 96%;
	margin-left: 5px;
	margin-right: 5px;
	float:left;
	position: relative;
	padding: 5px;
	margin-bottom: 10px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.ow_group_list .ow_ipc.ow_smallmargin:hover {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.ow_group_list .ow_ipc_info  {
    padding: 15px 10px 0px 10px;
    margin-left: 0px;
    border-left: none;
}
.ow_group_list .ow_ipc_header {
    padding: 15px 5px 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
    margin-top: -15px;
    height: 58px;
    margin-left: -10px;
    margin-right: -10px;

}
.ow_group_list .ow_ipc_content {
    padding: 5px 10px 5px 15px;
    line-height: 1.38em;
    font-family: 'Play', sans-serif;
    height: 75px;
    margin-left: -10px;
    margin-right: -10px;
}  
}
@media (min-width: 768px) and (max-width: 979px) {
.ow_group_list .ow_ipc.ow_smallmargin {
	width: 46%;
	margin-left: 5px;
	margin-right: 5px;
	float:left;
	position: relative;
	padding: 5px;
	margin-bottom: 10px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.ow_group_list .ow_ipc.ow_smallmargin:hover {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.ow_group_list .ow_ipc_info  {
    padding: 15px 10px 0px 10px;
    margin-left: 0px;
    border-left: none;
}
.ow_group_list .ow_ipc_header {
    padding: 15px 5px 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
    margin-top: -15px;
    height: 58px;
    margin-left: -10px;
    margin-right: -10px;
}
.ow_group_list .ow_ipc_content {
    padding: 5px 10px 5px 15px;
    line-height: 1.38em;
    font-family: 'Play', sans-serif;
    height: 75px;
    margin-left: -10px;
    margin-right: -10px;
}  
}
@media (min-width: 980px) and (max-width: 1100px) {
.ow_group_list .ow_ipc.ow_smallmargin {
	width: 47%;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	float: left;
	padding: 5px;
	margin-bottom: 10px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.ow_group_list .ow_ipc.ow_smallmargin:hover {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.ow_group_list .ow_ipc_info  {
    margin: 2px;
    padding: 15px 10px 0px 10px;
    margin-left: 0px;
    border-left: none;
}
.ow_group_list .ow_ipc_header {
    padding: 15px 5px 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
    margin-top: -17px;
    height: 58px;
    margin-left: -10px;
    margin-right: -12px;
}
.ow_group_list .ow_ipc_content {
    padding: 5px 10px 5px 15px;
    line-height: 1.38em;
    font-family: 'Play', sans-serif;
    height: 75px;
    margin-left: -10px;
    margin-right: -12px;
}  
}
@media (min-width: 1450px){
.ow_group_list .ow_ipc.ow_smallmargin {
	width: 23%;
	margin-left: 3px;
	margin-right: 3px;
	float:left;
	position: relative;
	padding: 3px;
	margin-bottom: 10px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

}
@media (max-width: 1449px) and (min-width: 1101px){
.ow_group_list .ow_ipc.ow_smallmargin {
	width: 32%;
	margin-left: 2px;
	margin-right: 2px;
	float:left;
		position: relative;
	padding: 2px;
	margin-bottom: 10px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	}
}
@media (min-width: 1100px){
.ow_group_list .ow_ipc.ow_smallmargin:hover {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.ow_group_list .ow_ipc_info  {
	margin:2px;
	padding: 15px 10px 0px 10px;
	margin-left: 0px;
	border-left: none;
}
.ow_group_list .ow_ipc_header {
    padding: 15px 5px 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
    margin-top: -17px;
    height: 58px;
    margin-left: -10px;
    margin-right: -12px;
}
.ow_group_list .ow_ipc_content {
    padding: 5px 10px 5px 15px;
    line-height: 1.38em;
    font-family: 'Play', sans-serif;
    height: 132px;
    margin-bottom: 6px;
    margin-left: -10px;
    margin-right: -12px;
}
}
@media (min-width: 1100px){
.ow_user_list .ow_alt1, .ow_user_list .ow_alt2 {
    height: 0px;
    border: none!important;
}
}
.ow_sign_up a:hover {
    background: #9191E0!important;
}
}
@media (max-width: 480px) {
  .ow_video_player ul.ow_bl li a, .ow_video_player ul.ow_bl li, .ow_video_player ul{
width: 99%;
text-align: center
}
.ow_video_player ul.ow_bl a{
padding: 5px 0px!important;
}
.ow_video_player ul.ow_bl li{
margin-left: 0px!Important
}
}
.ow_mailbox_date_cap.sticky {
    background: rgb(15, 17, 19);
}
.ow_photo_pint_album {
    overflow: hidden;
}
.ow_photo_pint_mode .ow_photo_item_wrap .ow_photo_item_info {
}
.ow_searchbar input[type="text"] {
    border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
.ow_blogs_list .ow_ipc_info .ow_ipc_toolbar .ow_ipc_date {
    padding: 6px 6px 6px 6px;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    text-transform: uppercase;
    font-size: 12px;
}
.ow_forum_topic_posts .ow_ipc_date{
	padding: 6px 6px 6px 6px;
	text-transform: uppercase;
	color: #626262;
	font-size: 12px;
	border-radius: 2px;
	/* margin-top: 3px; */
	margin-right: 0px;
}
.ow_tags_cont a {
	padding: 2px 5px 5px 5px;
	margin-bottom: 5px;
	line-height: 30px !important;
	color: rgb(255, 255, 255);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.ow_tags_cont a:hover {
	}
.ow_dnd_widget .profile-NEWSFEED_CMP_UserFeedWidget{
 overflow: hidden; 
}
/* ---- Video styles ---- */
.ow_video_player{
    text-align: center;
    background-color: rgba(0, 0, 0, 0.02);
}
.ow_video_player .ow_box_toolbar_cont:before{
display: none;  
}

.ow_video_description{
    margin: 8px 0 20px;
}
.ow_video_list_item{
    float: left;
    width: 12.5vw;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 14px;
    padding-bottom: 5px;
    padding-top: 10px;
}
.ow_video_list .ow_video_list_item.ow_small {
    text-align: center;
}
.ow_video_list_item:hover{
}
.ow_other_video_item_title{
    margin-left: 88px;
    padding-left: 4px;
}
.ow_video_thumb{
    background: url(images/video-no-video.png) no-repeat center center;
    display: block;
}
.ow_video_list_item img{height: 100px!Important;width: 100%;}
.ow_video_thumb
{
    height: 90px;
    width: 120px;
}
.ow_other_video_thumb{
    display: block;
    margin-right: -80px;
}
.ow_other_video_thumb a {
	display: inline-block;
	width: 80px;
	height: 60px;
	background: url(images/video-no-video.png) no-repeat center center;
}
.video_thumb_no_title {
	margin: 0px 4px 4px 0px;
}
.ow_other_video_thumb,
.ow_other_video_thumb img,
.ow_other_video_floated img{
    height: 60px;
    width: 80px;
}
.ow_other_video_floated{
    display: inline-block;
    background: #fff url(images/video-no-video.png) no-repeat center center;
    width: 80px;
    height: 60px;
    vertical-align: middle;
    margin: 1px;
}
.ow_video_item_title{
	padding-bottom: 3px;
	font-size: 12px;
	margin-bottom: 5px;
	/* white-space: nowrap; */
	overflow: hidden;
	height: 28px;
	text-overflow: ellipsis;
	position: relative;
}
.ow_video_item_rate{
    height: 25px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.ow_video_infobar{
    padding: 10px;
    text-align: right;
}
.ow_video_player object,
.ow_video_player embed {
	max-width: 100%;
}
/* ---- End of Video styles ---- */

body.htmlarea_styles {
color: rgb(158, 158, 158) !important;
}
div.tagsinput input {
color: #BDBDBD !important;
}
body.htmlarea_styles blockquote.ow_quote .ow_author, blockquote.ow_quote .ow_author {
}
body.htmlarea_styles blockquote.ow_quote, blockquote.ow_quote {
}

.ow_forgot_password .ow_box_cap {
    display: none !important;
}
.ow_canvas .ow_newsfeed_avatar {background: transparent;}
.ow_newsfeed_string.ow_small.ow_smallmargin {
	font-size: 13px;
	min-height: 35px;
	border-bottom: 1px solid #000000;
}
.ow_newsfeed_string.ow_small.ow_smallmargin a {text-shadow: none;font-size: 15px;line-height: 18px;}
.ow_newsfeed_content.ow_smallmargin {
}
.ow_newsfeed_btns {
      box-sizing: border-box;
}
[class*=NEWSFEED_CMP_] .ow_newsfeed_body .ow_box {
background:#F7F7F7;
border: 2px solid #ffffff;
-webkit-box-shadow: 1px 1px 2px #e6e6e6;
-moz-box-shadow: 1px 1px 2px #e6e6e6;
box-shadow: 1px 1px 2px #e6e6e6;
}
body ul.ow_newsfeed:before {
    background: #BFBFBF;
}
.ow_group_list .ow_ipc.ow_smallmargin {
margin-bottom: 30px;
    background: rgb(26, 29, 31);
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.050980392156862744);
}
.ow_group_list .ow_ipc_info  {color: #8C8C8C;font-family: 'Play', sans-serif;}
.ow_group_list .ow_ipc_content {
    color: #969696;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.22);
    overflow: hidden;
}
.logo {
    background-image: url(images/logo1.png); /** OW_Control type:image, key:logoLandImage, section: 1. Landing Page Right Box, label: Logo image, description: Upload your own logo image **/
    height: 100px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
    margin-top: 20px;
}
.body.ow  container{
  display: none !important;
}
.ow.base_sign_in .container{display: block;}
.ow.base_sign_in .container h2{
	font-size: 28px;
	padding-bottom:  10px;
}
iframe {
	border: none;
}
section {
	padding: 10px;
	text-align: center;
	position: relative;
}
.second-text{
	padding:0 100px;
	color: #767C80;
	font-size: 20px;
	}
footer {
	padding: 0px 0px 0px 0px;
	text-align: center;
}

footer .ow_footer_menu {
    font-size: 11px;
    /* padding: 30px 30px 30px 50px; */
    width: 63%;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    border-bottom: none;
    margin-bottom: 10px;
    background: none;
}
.ow_copyright{color: #c1c1c1;}
@media(max-width:769px) {
.form-bg {
    margin-top: 83px;
}
.second-text{
	padding:0;
	}
}

.ow.base_sign_in .row{
    position: relative;
    display: table;
    width: 73%;
    float: right;
}

.body.ow .frst-line {
	display: none;
}

.body.ow header{
	display: none;
}

 .ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_in{
      background: #1a1d1f; /** OW_Control type:color, key:RightRowBoxColor, section: 1. Landing Page Right Box, label: Sign-in box color **/
    padding: 16px 16px 16px 16px;
    border-radius: 0px;
    width: 100%;
    max-width: 360px;
    border-width: 1px;
    border-style: solid;
    border-left-color: rgba(17, 17, 17, 1);
    border-right-color: rgba(0, 0, 0, 1);
    border-top-color: rgba(17, 17, 17, 1);
    border-bottom-color: rgba(0, 0, 0, 1);
    box-shadow: 5px 5px 0 0 rgba(25, 25, 25, 1);
    -moz-box-shadow: 5px 5px 0 0 rgba(25, 25, 25, 1);
    -webkit-box-shadow: 5px 5px 0 0 rgba(25, 25, 25, 1);
}
.group-GROUPS_CMP_BriefInfoWidget .ow_box .ow_group_brief_info .details {
	color: #828282;
}
.group-GROUPS_CMP_BriefInfoWidget  a {
	text-decoration: none;
	color: #7E909A;
	font-size:  20px;
	line-height: 30px;
}
.ow.base_sign_in form .ow_form_options p.ow_remember_me input {
	margin: 0 12px 0 0;
}
 p.ow_forgot_pass {
	font-size: 16px;
	float: right;
}
 p.ow_forgot_pass a {
    color: rgb(156, 154, 154);
    font-weight: 500 !important;
    font-size:  13px;
    margin-bottom: 20px;
    padding: 9px 10px 10px 40px;
    color: rgb(162, 171, 165);
    width: 100%;
    float: right;
    background-color: rgba(0, 0, 0, 0.14);
}
p.ow_forgot_pass:before {
    content: "\e05d";
    float: left;
    position: absolute;
    line-height: 33px !important;
    color: rgb(181, 179, 179);
    background-color: rgba(255, 255, 255, 0);
    height: 29px;
    width: 30px;
    text-shadow: none;
    padding-right: 7px;
    padding-left: 10px;
    font-size: 16px;
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.ow.base_sign_in .ow_sign_in > .clearfix a {
	float: left;
	text-align: center;
	width: 45%;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 60px;
	margin-left: 2px;
	color: #ffffff; /** OW_Control type:color, key:JoinBUttonTextCollor, section: 1. Landing Page Right Box, label: Join button Text color **/
	font-family: 'Play', sans-serif;
	position: relative;
	background: #ff1744; /** OW_Control type:color, key:JoinBUttonCollor, section: 1. Landing Page Right Box, label: Join button color **/
	padding: 1px 10px;
	border: 0;
	border-radius: 3px;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.ow.base_sign_in .ow_sign_in > .clearfix a:hover {
	background-color: #d31137; /** OW_Control type:color, key:JoinBUttonHoverCollor, section: 1. Landing Page Right Box, label: Join button hover color **/
	padding-right: 15px;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
	animation: pulse3 1s;
}
.ow.base_sign_in .ow_sign_in > .clearfix a:after {
    content: "\f105"! important;
    font-family: fontawesome;
    float: left;
    line-height: 58px;
    font-size: 28px;
    position: absolute;
    color: transparent;
    margin-left: 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.ow.base_sign_in .ow_sign_in > .clearfix a:hover::after {
    content: "\f105"! important;
    font-family: fontawesome;
    float: left;
    line-height: 58px;
    font-size: 28px;
    position: absolute;
    color: #ffffff;
    margin-left: 15px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.ow.base_sign_in form .ow_sign_in .ow_join_button:hover {
	text-decoration: none;
}
.ow.base_sign_in form .ow_sign_in span.ow_button {
	background: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 0;
	float: right;
	margin-right: 3px;
	width: 45% !important;
	box-shadow: none;
}
.ow.base_sign_in form span.ow_button:after {
    content: "\f105"! important;
    font-family: fontawesome;
    float: right;
    line-height: 60px;
    font-size: 28px;
    position: absolute;
    color: transparent;
    margin-left: -35px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.ow.base_sign_in form span.ow_button:hover::after {
    content: "\f105"! important;
    font-family: fontawesome;
    float: right;
    line-height: 60px;
    font-size: 28px;
    position: absolute;
    color: #ffffff;
    margin-left: -30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.ow.base_sign_in form .ow_sign_in span.ow_button .ow_positive {
	width: 100%;
	text-align: center;
	background-image: none !important;
}
.ow.base_sign_in form .ow_sign_in span.ow_button .ow_positive input {
	height: auto;
	line-height: 60px;
	width: 100%;
	display: inline-block;
	color: #ffffff; /** OW_Control type:color, key:SignBUttonTextCollor, section: 1. Landing Page Right Box, label: Sign-in button Text color **/
	font-family: 'Play', sans-serif;
	font-size: 18px;
	position: relative;
	background-color: #ff1744; /** OW_Control type:color, key:SignBUttonCollor, section: 1. Landing Page Right Box, label: Sign-in button color **/
	padding: 1px 10px;
	border: 0;
	border-radius: 3px;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.ow.base_sign_in form .ow_sign_in span.ow_button .ow_positive input:hover {
    background-color: #d31137; /** OW_Control type:color, key:SignBUttonHoverCollor, section: 1. Landing Page Right Box, label: Sign-in button hover color **/
    padding-right: 15px;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
    animation: pulse3 1s;
}
.body.ow.third-line-box,.body.ow.frst-line-box,.body.ow.col-sm-8 {
	display: none;
}

.ow_forgot_password .ow_box.ow_break_word {
    border-top: 1px solid #69c6ea;
    width: 100%;
    min-width: 250px;
    font-size: 16px;
    text-transform: capitalize;
    color: #999;
}
.main-nav-scrolled {
  position: fixed;
  width: 100%;
  top: 40px;
  z-index: 20;
  background: rgb(35, 41, 51);
  transition: background-color 0.9s;
  -webkit-box-shadow: 5px 3px 3px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 5px 3px 3px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 5px 3px 3px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 5px 3px 3px rgba(0, 0, 0, 0.22);
  box-shadow: 5px 3px 3px rgba(0, 0, 0, 0.22);
}
.ow_searchbar_btn {
    width: 24px;
    height: 24px;
    background-position: right 5px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
.fullscreen-bg__video {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ow_logo_wrap_footer {
    display: block;
    position: relative;
    z-index: 99;
    bottom: 10px;
    background-size: contain;
}
.ow_center_footer {
    text-align: left;
    margin-left: 8px;
    margin-top: 10px;
}
.ow.base_sign_in .frst-line-box {
    position: relative;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
    display: block;
    margin: 0 auto;
}
.ow_forum_topic_posts .ow_ipc_header {
    border-bottom: solid 1px rgba(209, 209, 209, 0.07);
    padding-bottom: 5px;
}

.ow_dnd_schem_item:before {
font-size: 20px;
line-height: 18px;
float:left;
}
.ow_newsfeed_item_picture + .ow_newsfeed_item_content {
    float: left;
    width: 100% !important;
    max-width: 440px;
}
.console_avatar img{
  border-radius: 8% !important;
  height: 30px !important;
  margin-top: 9px;
  right: 5px;
}
.console_avatar:before {
display: none;
}
@media (min-width: 1100px) {
  /** initial setup **/
.ow_menu_fullpage {
    z-index: 200;
    top: 44px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.94);
    max-width: 200px;
    width: 150px;
    overflow-y: hidden !important;
}
.ow_forum_topic_posts .ow_ipc_info{padding: 18px;margin-left: 53px;border-bottom:  none;}

.ow_forum_topic_posts .ow_ipc_content {
    padding: 15px 0px 12px 10px;
}
.ow_forum_topic_posts .ow_ipc_header a {
       padding: 15px 0px 12px 10px;
}

html body div .ow_page h1 {
}
html body div .ow_page h1:before {
  display: inline-block;
  color: rgb(255, 23, 68);
}

.profile-BASE_CMP_UserAvatarWidget .ow_miniic_live .ow_live_on {
    width: 30px;
    height: 30px;
    z-index: 3;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: rgba(181, 211, 57, 0.63);
    margin-right: 4px;
}

.ow_console_list li:hover {
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid rgba(71, 71, 71, 0.11);
    padding-left: 10px;
}
.ow_mailbox_convers_info:hover, .ow_mailbox_convers_info_selected, .ow_mailbox_convers_info_selected:hover {
    padding-left: 0px;
}
}
@media (min-width: 980px) and (max-width: 1100px) {
  /** initial setup **/
.ow_menu_fullpage_wrap .ow_main_menu li.active a:after, .ow_menu_fullpage_wrap .ow_main_menu li a:hover::after {
display:none;
}
.ow_menu_fullpage_wrap .ow_main_menu li.active a:after, .ow_menu_fullpage_wrap .ow_main_menu li a:hover::after {
display:none;
}
.ow_forum_topic_posts .ow_avatar img{border-radius: 50%;margin-top: 11px;padding: 2px;background: #ffffff;}
.ow_forum_topic_posts .ow_ipc_info{background: #ffffff;padding: 18px;margin-left: 67px;border-bottom:  none;}

.ow_forum_topic_posts .ow_ipc_content {
    padding: 15px 0px 12px 10px;
}
.ow_forum_topic_posts .ow_ipc_header a {
	padding: 15px 0px 12px 10px;
}
.ow_forum_topic_posts .ow_ipc_header {
    border-bottom: solid 1px #dadada;
}
}
.ow_main_menu li:last-child {
}
@media (max-width: 979px) and (min-width: 768px){
   /** initial setup **/
.ow_menu_fullpage {
    position: auto;
}
.ow_menu_active .ow_menu_fullpage {
    position: auto;
}
.ow_menu_fullpage_wrap .ow_main_menu li.active a:after, .ow_menu_fullpage_wrap .ow_main_menu li a:hover::after {display:none;}
.ow_menu_fullpage_wrap .ow_main_menu li.active a:after, .ow_menu_fullpage_wrap .ow_main_menu li a:hover::after {display:none;}

.ow_forum_topic_posts .ow_ipc_content {
    padding: 15px 0px 12px 10px;
}
.ow_forum_topic_posts .ow_ipc_header a {
       padding: 15px 0px 12px 10px;
}

}
@media (max-width: 767px) and (min-width: 481px){
   /** initial setup **/

.ow_menu_fullpage {
    position: auto;
}
.ow_menu_active .ow_menu_fullpage {
    position: auto;
}
.ow_menu_fullpage_wrap .ow_main_menu li.active a:after, .ow_menu_fullpage_wrap .ow_main_menu li a:hover::after {
	display:none;
}
.ow_menu_fullpage_wrap .ow_main_menu li.active a:after, .ow_menu_fullpage_wrap .ow_main_menu li a:hover::after {
	display:none;
}

.ow_forum_topic_posts .ow_ipc_content {
    padding: 15px 0px 12px 10px;
}
.ow_forum_topic_posts .ow_ipc_header a {
       padding: 15px 0px 12px 10px;
}
}
@media (max-width: 480px)
 {
.ow_forum_topic_posts .ow_ipc_info:before {
    content: "";
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border: 16px solid #000000;
    float: right;
    border-color: transparent #ffffff transparent transparent;
    z-index: 1;
    left: 45px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}
.ow_forum_topic_posts .ow_ipc_content {
    padding: 15px 0px 12px 10px;
}
.ow_forum_topic_posts .ow_ipc_header a {
       padding: 15px 0px 12px 10px;
       margin-left: 0px;
}
.forum_search_wrap {
    display: inline-block;
    font-size: 0px;
    line-height: 28px;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px !important;
    border-radius: 3px;
    border-width: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    vertical-align: top;
}
}
.forum_search_form .ow_context_action {
    display: inline-block;
    position: relative;
    z-index: 3;
    font-size: 11px;
    height: 18px;
    padding: 3px 3px 3px 7px;
    vertical-align: top;*
    display: inline;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-color: #fffdfd;
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
}
body .forum_search_wrap input {
    border: none;
    background-image: none;
    padding: 2px 6px 3px !important;
    height: 24px !important;
}
body .forum_search_wrap .ow_tooltip .ow_tooltip_body {
    min-width: 154px;
    text-align: left;
    overflow-x: auto;
    margin-right: -4px;
    margin-top: 6px;
}
.ow_profile_action_toolbar_wrap ul.ow_bl a {
    color: #ffffff;
    font-family: 'Play', sans-serif;
    padding: 1px 10px;
    margin-right: 8px;
    border: 0;
    background: #ff1744;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.ow_profile_action_toolbar_wrap ul.ow_bl a:hover {
box-shadow: none;
}
.floatbox_container .ow_user_name input, .floatbox_container .ow_password input {
    color: #888888;
}
.floatbox_container .ow_sign_in_wrap {
	max-width:320px ;
}
.floatbox_container .ow_sign_in .ow_box {
    margin: 0 0 12px 0;
    padding: 0;
}
.floatbox_container .ow_sign_in .ow_box_cap {
    display: none;
}
.floatbox_container .ow_sign_up {
    display: none;
}
.floatbox_container .ow_sign_in_wrap form {
    padding: 0;
    margin: 0 auto;
}
.floatbox_container .ow_form_options p.ow_remember_me {
    font-size: 13px !important;
    padding: 0;
    float: left;
}
.floatbox_container .ow_form_options p.ow_forgot_pass {
    font-size: 13px !important;
    float: right;
}

.floatbox_container .ow_sign_in > .clearfix a {
    float: left;
    text-align: center;
    width: 45%;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 40px;
    margin-left: 2px;
    color: #f3f3f3;
    background: #fe1744;
    border-radius: 3px;
    border-radius: 2px;
    font-family: 'Oswald', sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.floatbox_container .ow_sign_in > .clearfix a:hover {
    background: #d31137;
    box-shadow: none;
}

.floatbox_container .ow_sign_in p.ow_forgot_pass a {
    font-weight: 500 !important;
    font-size: 13px;
    padding: 9px 10px 10px 40px;
    color: rgb(201, 201, 201);
    width: auto;
    float: left;
    background-color: rgb(32, 35, 38);
}
.floatbox_container .ow_sign_in_wrap form .ow_password:before {
    content: "\e08c";
    float: left;
    position: absolute;
    line-height: 50px !important;
    color: #a7a7a7;
    background-color: rgba(90, 77, 66, 0);
    height: 30px;
    width: 30px;
    text-shadow: none;
    padding-right: 0px;
    padding-left: 12px;
    font-size: 16px;
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    /* font-weight: bold; */
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    z-index: 0;
}
.floatbox_container .ow_sign_in .ow_join_button:hover {
    text-decoration: none;
}
.floatbox_container .ow_sign_in span.ow_button {
    padding: 0;
    float: right;
    width: 48%;
}
.floatbox_container .ow_sign_in span.ow_button .ow_positive input {
    height: auto;
    line-height: 60px;
    width: 100%;
    padding: 0;
    background: none;
    background-color: #717e84;
    color: #fff;
    font-size: 16px;
    border-radius: 0px;
}
.floatbox_container .ow_sign_in span.ow_button .ow_positive input {
    height: auto;
    line-height: 40px;
    width: 100%;
    padding: 0;
    font-size: 17px;
    color: #f3f3f3;
    background: #fd1744;
    border: none;
    border-radius: 2px;
    font-family: 'Oswald', sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.floatbox_container .ow_sign_in span.ow_button .ow_positive input:hover {
    background: #e2123b;
}
.floatbox_container .ow_connect_buttons {
    clear: both;
    padding: 0;
    margin-top: 10px;
}
.fb_button_text {
    border-top: none !important;
    padding: 2px 5px 3px 3px !important;
    font-weight: normal !important;
}
.ow_mailbox_conv_options {
    background: rgb(15, 17, 19);
    color: #ffffff;
    border: 1px solid #1b1516;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);
}
.ow_mailbox_grouped_messages {
    padding: 10px 10px 10px 10px !important;
}
.ow_bl .ow_context_action > a {
    display: inline-block;
    background-image: none;
    border: none;
    padding: 0px 6px 0px 0px;
    border: none !important;
    height: 0px;
}
.ow_context_action_value_block .ow_tooltip .ow_tooltip_body a {
    padding: 4px 12px;
    border: none;
    color: #dddddd;
}
span.ow_chat_in_item_photo img {
    border: 1px solid transparent;
    border-radius: 50%;
}
.ow_chat_dialog_active.ow_chat_dialog .ow_author_block {
    padding: 8px 31px 8px 42px;
    background: -moz-linear-gradient(top, #fff 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(top, #fff 0%, #e8e8e8 100%);
    background: -o-linear-gradient(top, #fff 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #fff 0%, #e8e8e8 100%);
    background: linear-gradient(to bottom, #fff 0%, #e8e8e8 100%);
}
.ow_chat_block {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0px;
}
.ow_chat_block.ow_chat_block_active {
}

.ow_forum_topic_posts .ow_box {
    margin-bottom: 8px;
    padding: 20px 6px 6px 6px;
    position: relative;
    margin: 1px;
    margin-right: 2px;
}

.ow_newsfeed_line {
    font-size: 13px;
    min-height: 30px;
    padding-left: 10px;
    background-color: #fff;
    border: 1px solid rgba(187, 187, 187, 0.33) !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 3px!important;
    margin-top: 10px!important;
    margin-bottom: -8px!important;
}

 @media (min-width: 1100px) { 
  
  /*\\\\\\\\\\\\\Sticky Sidebar CSS Starts////////////////////*/

#contentholder {
	position:relative;/*sidebar wil be at top as it is absolute div */
}

.ow_sidebar {
	float: right;
	padding-top: 15px;
	width: 26%;
	position: relative; /*initial value will override by jquery based on event*/
	margin-top: -5px;
	height: 100% !important;
	margin-bottom: -16px;
}

.sidebarfixed {
    position: fixed !important;/*sometime browser overrides the class. so we put important */
    top: 0;
    width: 19%;
    margin-left: -2px;
}



/*\\\\\\\\\\\\\\\\Sticky Sidebar CSS Ends//////////////////////*/

  


.ow_sidebar .ow_box {
    padding: 7px 6px 6px 6px;
    position: relative;
    margin: 10px 11px 10px 10px;
    background: rgba(251, 251, 251, 0);
    margin-top: 0px;
    border: 1px solid rgba(20, 18, 21, 0);
    }
.ow_sidebar .ow_box_toolbar {
    margin-top: 2px;
    margin-right: 5px;
    font-size: 11px;
    float: right;
    white-space: nowrap;
}

.ow_sidebar .ow_box_toolbar_cont {
    margin-right: -6px;
    margin-left: -6px;
    margin-top: 10px;
    margin-bottom: -6px;
    padding-top: 5px;
    padding-left: 10px;
    float: right;
    padding-bottom: 0px;

}
.ow_sidebar .ow_box_empty .ow_box_toolbar_cont {
    margin-right: -5px;
    margin-left: -5px;
    margin-top: 10px;
    margin-bottom: -6px;
    padding-top: 5px;
    padding-left: 10px;
    float: right !important;
    padding-bottom: 0px;
}
.ow_sidebar .ow_nocontent {
    padding: 20px 0px;
    text-align: center;
    color: #c3cdd3;
}

html body .ow_sidebar {
    font-size: 12px;
    color: #7285a2;
}
.ow_sidebar .ow_lp_groups .ow_lp_wrapper_inline {
    display: inline-block;
    margin: 0 3px 3px 0;
    width: 22%;
}

.ow_sidebar .ow_lp_groups .ow_lp_wrapper_inline img {
    width: 100%;
}
.ow_sidebar .ow_lp_groups .ow_lp_wrapper_inline img:hover {
    opacity: 0.8;

}

.ow_sidebar .ow_lp_groups .ow_lp_wrapper_inline:before {
    display: none;
}

.ow_tip_top .ow_tip_box {
    display: none;
}

.ow_tip_top .ow_tip_arrow{
    display: none;
}
.ow_sidebar .ow_add_content:hover{
    box-shadow: none;
    font-size: 0px;
}
.ow_sidebar .ow_lp_photos .ow_lp_wrapper {
    width: 30%;
    height: 70px;
    padding: 0px;
    display: inline-block;
    float: none;
    text-align: left;
    background: rgb(26, 29, 31);
    border: 1px solid rgba(26, 29, 31, 0.06);
}
.ow_sidebar .ow_lp_photos .ow_lp_wrapper:nth-child(1){
    width: 94%;
    height: 200px;
    padding: 0px;
    margin-bottom: 5px;
    display: inline-block;
    float: none;
    text-align: left;
    background: rgb(26, 29, 31);
    border: 1px solid rgba(26, 29, 31, 0.06);
}


.ow_sidebar .ow_photo_item_widget:nth-child(1) {
    width: 100% !important;
    height: 100% !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ow_sidebar .ow_lp_photos .ow_lp_wrapper:nth-child(2){
    width: 46%;
    height: 120px;
    padding: 0px;
    margin-bottom: 5px;
    display: inline-block;
    float: none;
    text-align: left;
    background: rgb(26, 29, 31);
    border: 1px solid rgba(26, 29, 31, 0.06);
}
.ow_sidebar .ow_photo_item_widget:nth-child(2) {
    width: 50% !important;
    height: 50% !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ow_sidebar .ow_lp_photos .ow_lp_wrapper:nth-child(3){
    width: 46%;
    height: 120px;
    padding: 0px;
    margin-bottom: 5px;
    display: inline-block;
    float: none;
    text-align: left;
    background: rgb(26, 29, 31);
    border: 1px solid rgba(26, 29, 31, 0.06);
}
.ow_sidebar .ow_photo_item_widget:nth-child(3) {
    width: 50% !important;
    height: 50% !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ow_sidebar .ow_photo_item_widget {
    width: 100% !important;
    height: 100% !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.ow_sidebar .ow_lp_avatars .ow_avatar {
    text-align: left;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 0, 0, 0);
}

.ow_sidebar .index-BASE_CMP_MyAvatarWidget .ow_avatar, .index-BASE_CMP_MyAvatarWidget .ow_avatar img {
    Width: 80px;
    height: 80px;
    margin-left: 0px;
    margin-top: -5px;
    border-radius: 50%;
}
.ow_sidebar .ow_photo_item_widget:hover:before {
    content: ' ';
    background: url(images/lence.png) no-repeat center center;
    display: inline-block;
    width: 30%;
    height: 100%;
    width: 100%;
    position: absolute;
}
}
.ow_floatbox_preloader {
    background: none;
    height: 100px;
    width: 320px;
    margin: 5px auto;
}
.ow_floatbox_preloader {
    width: 150px;
    height: 150px;
    margin: 5px auto;
    background: none;
    border-radius: 50%;
    border: 6px solid transparent;
    border-top-color: #394e5b;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
.ow_floatbox_preloader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 6px solid transparent;
    border-top-color: #546375;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
.ow_floatbox_preloader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 6px solid transparent;
    border-top-color: #394e5b;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }

}

.ow_site_panel {
    background-color: #0f1113; /** OW_Control type:color, key:consoleColor, section:3. Console settings, label: Console color, description: Top website console color **/
    background-position: center left;
    background-repeat: repeat;
    margin: 0 auto; /* Will not center vertically and won't work in IE6/7. */
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    }
.ow_side_box{
}

@media (min-width: 1100px){

.ow_sidebar .gtabs-tab {
    display: block;
    float: left;
    margin-right: 10px !important;
    padding-left: 10px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    background-repeat: no-repeat;
    background-position: 8px 50%;
}

.ow_sidebar input[type=text], .ow_sidebar input[type=password], .ow_sidebar textarea, .ow_sidebar select, .ow_sidebar div.jhtmlarea {
    background-repeat: repeat-x;
    background-position: 0px 0px;
    font-family: "Lucida Grande", "Verdana";
    font-size: 13px;
    padding: 4px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.ow_sidebar .ow_dnd_widget .index-NEWSFEED_CMP_SiteFeedWidget span.ow_button {
    border-radius: 0px;
}
.ow_sidebar .ow_newsfeed_body {
    margin-left: 0px;
    padding-left: 10px;
}
.ow_sidebar .ow_newsfeed_item:before {
    display: none;
}
.ow_sidebar .ow_newsfeed_string.ow_small.ow_smallmargin {
    font-size: 13px;
    min-height: 28px;
    padding-left: 45px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.ow_sidebar .ow_newsfeed_avatar {
    position: relative;
    z-index: 10;
}
.ow_sidebar .ow_newsfeed_string.ow_small.ow_smallmargin a {
    text-shadow: none;
    font-weight: normal !important;
}
.ow_sidebar .ow_newsfeed_content.ow_smallmargin {
    min-height: 50px;
}
.ow_sidebar .ow_newsfeed_btns {
    padding: 5px;
    margin-top: -1px;
    box-sizing: border-box;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.ow_sidebar ow_newsfeed_item:before, .ow_sidebar .ow_newsfeed_item:after {
	display: none
}
.ow_sidebar .ow_newsfeed_tooltip.ow_add_comments_form .ow_tooltip_body {
    padding: 5px;
    margin-top: 5px;
    box-sizing: border-box;
    border-radius: 0px;
}
.ow_sidebar .ow_newsfeed_item[data-entity-type=photo_comments] .ow_newsfeed_avatar img {
    max-width: 30px ! important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    margin-left: 10px;
    border: 0px;
    border-radius: 0% !important;
    padding: 1px;
}

.ow_sidebar .ow_newsfeed_item[data-entity-type=friend_add] .ow_newsfeed_avatar img {
    max-width: 30px ! important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    margin-left: 10px;
    border: 0px;
    border-radius: 0% !important;
    padding: 1px;
}
.ow_sidebar .ow_newsfeed_item[data-entity-type=group] .ow_newsfeed_avatar img {
    max-width: 30px ! important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    margin-left: 10px;
    border: 0px;
    border-radius: 0% !important;
    padding: 1px;
}
.ow_sidebar .ow_newsfeed_item[data-entity-type=multiple_photo_upload] .ow_newsfeed_avatar img {
    max-width: 30px ! important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    margin-left: 10px;
    border: 0px;
    border-radius: 0% !important;
    padding: 1px;
}
.ow_sidebar .ow_newsfeed_item[data-activity-type=forum-post] .ow_newsfeed_avatar img {
    max-width: 30px ! important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    margin-left: 10px;
    border: 0px;
    border-radius: 0% !important;
    padding: 1px;
}
.ow_sidebar .ow_newsfeed_item[data-entity-type=user-status] .ow_newsfeed_avatar img {
    max-width: 30px ! important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    margin-left: 10px;
    border: 0px;
    border-radius: 0% !important;
    padding: 1px;
}
.ow_sidebar .ow_newsfeed_item[data-entity-type=video_comments] .ow_newsfeed_avatar img {
    max-width: 30px ! important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    margin-left: 10px;
    border: 0px;
    border-radius: 0% !important;
    padding: 1px;
}
.ow_sidebar .ow_newsfeed_item[data-entity-type=user_edit] .ow_newsfeed_avatar img {
    max-width: 30px ! important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    margin-left: 10px;
    border: 0px;
    border-radius: 0% !important;
    padding: 1px;
}
.ow_sidebar .ow_newsfeed_item[data-entity-type=avatar-change] .ow_newsfeed_avatar img {
    max-width: 30px ! important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    margin-left: 10px;
    border: 0px;
    border-radius: 0% !important;
    padding: 1px;
}
.ow_sidebar .ow_newsfeed_item[data-entity-type=forum-topic] .ow_newsfeed_avatar img {
    max-width: 30px ! important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    margin-left: 10px;
    border: 0px;
    border-radius: 0% !important;
    padding: 1px;
}
.ow_sidebar .ow_newsfeed_item[data-entity-type=event] .ow_newsfeed_avatar img {
    max-width: 30px ! important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    margin-left: 10px;
    border: 0px;
    border-radius: 0% !important;
    padding: 1px;
}
.ow_sidebar .ow_newsfeed_item[data-entity-type=blog-post] .ow_newsfeed_avatar img {
    max-width: 30px ! important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    margin-left: 10px;
    border: 0px;
    border-radius: 0% !important;
    padding: 1px;
}
.ow_sidebar .ow_newsfeed_item[data-entity-type=groups-join] .ow_newsfeed_avatar img {
    max-width: 30px ! important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    margin-left: 10px;
    border: 0px;
    border-radius: 0% !important;
    padding: 1px;
}
.ow_sidebar .ow_newsfeed_item[data-entity-type=photo_comments] .ow_newsfeed_avatar img {
    max-width: 30px ! important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    margin-left: 10px;
    border: 0px;
    border-radius: 0% !important;
    padding: 1px;
}
.ow_sidebar .ow_newsfeed_item[data-entity-type=user_join] .ow_newsfeed_avatar img {
    max-width: 30px ! important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    margin-left: 10px;
    border: 0px;
    border-radius: 0% !important;
    padding: 1px;
}
.ow_sidebar .ow_newsfeed_item[data-entity-type=user_gift] .ow_newsfeed_avatar img {
    max-width: 30px ! important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    margin-left: 10px;
    border: 0px;
    border-radius: 0% !important;
    padding: 1px;
}
.ow_sidebar .ow_newsfeed:before {
    display: none;
}
.ow_sidebar .ow_newsfeed_line {
    font-size: 13px;
    min-height: 30px;
    padding-left: 10px;
    margin-left: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-top: 3px!important;
    margin-top: 10px!important;
    margin-bottom: -8px!important;
}
.ow_sidebar .ow_user_list_data {
    background: rgba(255, 255, 255, 0);
    padding: 15px 6px 6px 70px;
}
.ow_sidebar .ow_newsfeed_item .ow_user_list_picture .ow_avatar img {
    width: 42px;
    height: 42px;
    position: relative;
    display: inline-block;
    max-width: 42px !important;
    top: 10px;
    left: 10px;
    padding: 0px;
}
}
div.googlelocation_address_icon_div {
    position: absolute !important;
    width: 1px;
    display: inline-block;
}

.ow_newsfeed_comments .ow_avatar_label {
    font-size: 7px;
    display: inline-block;
    position: relative;
    line-height: 10px;
    text-transform: uppercase;
    background-color: #999;
    /* left: 0px; */
    bottom: 10px;
    color: #fff;
    font-weight: bold;
    padding: 0px 2px;
}
.ow_canvas .ow_newsfeed_avatar {
  width: 50px;
  height: 50px;
  margin-right: 0px;
  padding: 2px;
  margin-left: 2px;
  border-radius: 0%;
  z-index: 3;
  position: relative;
  }
.ow_canvas .ow_newsfeed_avatar .ow_avatar_label {
    left: 66px;
    bottom: 33px;
    min-width: 33px;
    font-size: 8px;
    padding: 1px 2px 1px 2px;
    letter-spacing: 1px;
    border-radius: 2px;
    text-align: center;
    opacity: 1;
  }
.ow_canvas .ow_newsfeed_avatar img {
max-width: 40px ! important;
width: 40px !important;
height: 40px !important;
border-radius: 50% !important;
padding:  2px;
}
.ow_newsfeed .ow_newsfeed_item {
    margin: 0 0 10px 0;
}

.ow_newsfeed_item .ow_newsfeed_avatar img {
max-width: 45px ! important;
    width: 45px !important;
    height: 45px !important;
    background: rgba(0, 0, 0, 0);
    margin-top: 6px;
    margin-left: 6px;
    border: 0px;
    border-radius: 0% !important;
    background: rgb(0, 0, 0);
}

.ow_newsfeed .ow_newsfeed_item {
    margin-right: 10px;
}

.ow_newsfeed_string.ow_small.ow_smallmargin a {
}
.ow_newsfeed_toolbar {
float: none;
padding: 2px !important;
}
.ow_box_empty .ow_newsfeed_string.ow_small.ow_smallmargin  {
}

.ow_box_empty  .ow_newsfeed_content.ow_smallmargin {
}
.ow_newsfeed_delimiter {
    border-bottom-width: 0px !important;
}
.ow_box_empty .ow_newsfeed_delimiter {
display: none !important;
}

.ow_box_empty  .ow_newsfeed_btns {
}
.ow_newsfeed_features {
}
[class*=NEWSFEED_CMP_] .ow_newsfeed_body:before {
background: url(images/arrow_5.png) no-repeat center right;
display: block;
width: 15px;
height: 12px;
position: absolute;
top: 15px;
left: 57px;
}
[class*=NEWSFEED_CMP_] .ow_newsfeed_body .ow_box {
margin-bottom: 8px;
padding: 6px 6px 6px 6px;
position: relative;
margin:1px;
margin-right:2px;
margin-bottom: 5px;
margin-top:10px;
}


.ow_canvas .ow_newsfeed_body {
margin-left: 0px !important;
    padding-left: 5px;
    padding-bottom: 5px;
    border-width:  1px;
    border-style: solid;
    background-color: #181b1d;
    border-left-color: rgba(17, 17, 17, 1);
    border-right-color: rgba(0, 0, 0, 1);
    border-top-color: rgba(17, 17, 17, 1);
    border-bottom-color: rgba(0, 0, 0, 1);
    box-shadow: 5px 5px 0 0 rgba(25, 25, 25, 1);
    -moz-box-shadow: 5px 5px 0 0 rgba(25, 25, 25, 1);
    -webkit-box-shadow: 5px 5px 0 0 rgba(25, 25, 25, 1);
}
.ow_newsfeed_string.ow_small.ow_smallmargin {
padding: 16px 10px 0px 65px;
    margin-top: 10px;
    margin-right: 0px;
}
  }
.ow_nav_btn {
    opacity: 0;
    display: none; 
}

.ow_newsfeed_toolbar {
float: none;
padding: 2px !important;
}
.ow_box_empty .ow_newsfeed_string.ow_small.ow_smallmargin  {
}
.ow_newsfeed_content.ow_smallmargin {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 6px;
  }
.ow_box_empty  .ow_newsfeed_content.ow_smallmargin {
}
.ow_newsfeed_delimiter {
border-bottom-width: 0px !important;
}
.ow_box_empty .ow_newsfeed_delimiter {
display: none !important;
}

.ow_box_empty  .ow_newsfeed_btns {
}

[class*=NEWSFEED_CMP_] .ow_newsfeed_body .ow_box {
margin-bottom: 8px;
padding: 6px 6px 6px 6px;
position: relative;
margin:1px;
margin-right:2px;
margin-bottom: 5px;
margin-top:10px;
}
.profile-NEWSFEED_CMP_UserFeedWidget.ow_box ,.index-NEWSFEED_CMP_SiteFeedWidget .ow_box, .group-NEWSFEED_CMP_EntityFeedWidget  .ow_box, .dashboard-NEWSFEED_CMP_MyFeedWidget .ow_box{background: none;border:none;/* overflow:  hidden; */box-shadow:  none;}
.profile-NEWSFEED_CMP_UserFeedWidget .ow_box_empty,.index-NEWSFEED_CMP_SiteFeedWidget .ow_box_empty , .group-NEWSFEED_CMP_EntityFeedWidget .ow_box_empty, .dashboard-NEWSFEED_CMP_MyFeedWidget .ow_box_empty{
border:none;
overflow: hidden;}
.profile-NEWSFEED_CMP_UserFeedWidget .ow_box_cap,.index-NEWSFEED_CMP_SiteFeedWidget .ow_box_cap, .group-NEWSFEED_CMP_EntityFeedWidget .ow_box_cap, .dashboard-NEWSFEED_CMP_MyFeedWidget .ow_box_cap{
margin-bottom: 7px;
}
.profile-NEWSFEED_CMP_UserFeedWidget .ow_box_cap_empty,.index-NEWSFEED_CMP_SiteFeedWidget .ow_box_cap_empty, .group-NEWSFEED_CMP_EntityFeedWidget .ow_box_cap_empty, .dashboard-NEWSFEED_CMP_MyFeedWidget .ow_box_cap_empty {
margin-bottom: 7px;
}
.profile-NEWSFEED_CMP_UserFeedWidget.ow_context_action_block,.index-NEWSFEED_CMP_SiteFeedWidget .ow_context_action_block, .group-NEWSFEED_CMP_EntityFeedWidget .ow_context_action_block, .dashboard-NEWSFEED_CMP_MyFeedWidget .ow_context_action_block {margin-right: 0px;}
.ow_newsfeed_oembed_atch .ow_newsfeed_item_content {
max-width: none;
width: 100%;
}

.qa-users-c {
    min-height: 36px;
    margin-top: -8px;
}
.qa-user {
    min-width: 36px;
}

.qa-users.ow_right {
    float: right !important;
    width: auto !important;
}
.qa-users-c {
    float: right !important;
}

@media (max-width: 979px) {
.qa-users-c {
    float: right !important;
}
}
.qa-content {
    min-width: 100px;
}

.qa-content div.qa-hover-c {
    background: rgba(185, 185, 185, 0.52);
}

.qa-check {
    width: 35px !important;
    float: left !important;
    position: absolute !important;
    margin-left: -5px;
    margin-top: -7px;
}

.questions-add-answer:before {
	float: right;
	display: block;
	margin-bottom: -40px;
	line-height: 30px;
	font-size: 15px;
	padding: 0px 5px 5px 5px !important;
	}

.qp-list .ql_body {
	margin-right: -40px !important;
	margin-top: 50px;
	padding-left: 0px !important;
	position: relative;
	margin-left: 0px;
	}


.qp-list .questions-list li.ql_item {
    list-style-image: none;
    margin-left: -30px !important;
}

.qp-list .ql_avatar {
    height: 45px;
    width: 45px;
    margin-right: -45px !important;
    margin-top: -45px !important;
    float: left;
}






@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.07);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.07);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse3 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(187, 197, 204, 0.41);
    box-shadow: 0 0 0 0 rgba(187, 197, 204, 0.41);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(204,169,44, 0);
      box-shadow: 0 0 0 20px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

@-webkit-keyframes 
click-wave { 0% {
 width: 40px;
 height: 40px;
 opacity: 0.35;
 position: relative;
}
 100% {
 width: 200px;
 height: 200px;
 margin-left: -100px;
 margin-top: -100px;
 opacity: 0.0;
}
}
@-moz-keyframes 
click-wave { 0% {
 width: 40px;
 height: 40px;
 opacity: 0.35;
 position: relative;
}
 100% {
 width: 200px;
 height: 200px;
 margin-left: -100px;
 margin-top: -100px;
 opacity: 0.0;
}
}
@-o-keyframes 
click-wave { 0% {
 width: 40px;
 height: 40px;
 opacity: 0.35;
 position: relative;
}
 100% {
 width: 200px;
 height: 200px;
 margin-left: -100px;
 margin-top: -100px;
 opacity: 0.0;
}
}
@keyframes 
click-wave { 0% {
 width: 40px;
 height: 40px;
 opacity: 0.35;
 position: relative;
}
 100% {
 width: 200px;
 height: 200px;
 margin-left: -100px;
 margin-top: -100px;
 opacity: 0.0;
}
}

 .ow_sign_in_cont .ow_sign_in_wrap form .ow_form_options p.ow_remember_me input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 10%;
  -webkit-transition: all 0.15s ease-out 0;
  -moz-transition: all 0.15s ease-out 0;
  transition: all 0.15s ease-out 0;
  background: #d9d9d9;
  border: none;
  color: #15171e;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  margin-right: 1rem;
  z-index: 1000;
}

.ow_sign_in_wrap form .ow_form_options p.ow_remember_me input[type="checkbox"]:hover {background: #00b3d4;}

.ow_sign_in_wrap form .ow_form_options p.ow_remember_me input[type="checkbox"]:checked {background: #ff1744;color: #1a1d1f;}

.ow_sign_in_wrap form .ow_form_options p.ow_remember_me input[type="checkbox"]:checked::before {
  width: 24px;
  height: 23px;
  position: absolute;
  content: '\2716';
  display: inline-block;
  font-size: 20.66667px;
  text-align: center;
  line-height: 25px;
}

 .ow_sign_in_cont .ow_sign_in_wrap form .ow_form_options p.ow_remember_me input[type="checkbox"]:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #b0b3bd;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
input[type="checkbox" i],
input[type="radio" i] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 10%;
  -webkit-transition: all 0.15s ease-out 0;
  -moz-transition: all 0.15s ease-out 0;
  transition: all 0.15s ease-out 0;
  background: #363d41;
  border: none;
  color: rgb(0, 0, 0);
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  margin-right: 1rem;
  /* z-index: 1000; */
}
input[type="radio" i] {
  float: left;
}

input[type="checkbox" i]:hover, input[type="radio" i]:hover {background: #000000;}

input[type="checkbox" i]:checked, input[type="radio" i]:checked {background: #ff1744;}

input[type="checkbox" i]:checked::before {
  width: 24px;
  height: 24px;
  position: absolute;
  content: '\2716';
  display: inline-block;
  font-size: 20.66667px;
  text-align: center;
  line-height: 25px;
}

input[type="radio" i]:checked::before {
  width: 24px;
  height: 25px;
  position: absolute;
  content: '\2022';
  display: inline-block;
  font-size: 50.66667px;
  text-align: center;
  line-height: 29px;
}
input[type="checkbox" i]:checked::after,
input[type="radio" i]:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #b0b3bd;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

ul.ow_radio_group li {
    float: left;
    vertical-align: middle;
    line-height: 30px;
}

@media (min-width: 1100px){
.base_user_join .ow_sidebar { display: none}
.base_user_join .ow_canvas {
    word-wrap: break-word;
    max-width: 50%;
    position: relative;
    padding: 50px;
    margin: auto 0 0 auto;
}
.base_user_join .ow_site_panel {
    background-position: center left;
    background-repeat: repeat;
    margin: 0 auto;
    left: 0;
    right: 0;
	width: 100%;
	max-width: 100%;
}

.base_user_join .ow_canvas .ow_page h1{
	color: #ff1744;
	text-shadow:  none;
	font-family: 'Play', sans-serif;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	padding-left: 10px;
	}
.base_user_join .ow_canvas .ow_page h1:before{
	display: none;
}
.base_user_join input[type=submit], .base_user_join input[type=button] {
}
.base_user_join input[type=submit]:hover, .base_user_join input[type=button]:hover {
}
}
.ow_sign_in_wrap form .ow_user_name input[type="text"]{margin-bottom:8px;}
.ow_sign_in_wrap form .ow_password input[type="password"] {margin-bottom:16px;}
.ow_sign_in_wrap form .ow_form_options {margin-bottom:6px;display: table;width: 100%;}
.ow_sign_in_wrap form .ow_form_options p.ow_remember_me,
.ow_sign_in_wrap form .ow_form_options p.ow_forgot_pass {font-size:11px;color: rgb(116, 122, 140);float: none;vertical-align: middle;}
.ow_sign_in_wrap form .ow_form_options p.ow_remember_me {padding: 3px;vertical-align: middle;/* height: 31px; */background: rgba(0, 0, 0, 0.14);text-align: left;line-height: 25px;font-size: 13px;white-space: nowrap;}
.ow_sign_in_wrap form .ow_form_options p.ow_remember_me input[type="checkbox"]{margin: 0px 10px 0px 0px;padding: 0px;float: left;}
.ow_sign_in_wrap form .ow_connect_buttons {padding: 5px 5px 5px 5px;border-top: none;background: rgba(230, 230, 230, 0);margin-top: 20px;}

.base_user_join .fb_connect_wrap {
    cursor: pointer;
    display: inline-block !important;
    border: none !important;
    height: auto !important;
    width: auto;
}

.base_user_join ul.ow_checkbox_group label{
	display: inline-block;
    margin-top: -25px;
    vertical-align: middle;
}
.base_user_join .ow_page_container{
    background-image: url('images/slide_5.jpg'); /** OW_Control type:image, key:BackgroundImageJoin, section:2. Join Page, label: Background image **/
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat !important;
    margin: 0px auto 0;
    background-position: left top !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    /* z-index: -2; */
}

.base_user_join .ow_page_container:before {
	background-image: url(images/pattern2.png);
	background-color: rgba(0, 0, 0, 0.48);
	z-index: 0;
	content: ' ';
	display: inline-block;
	width: 100%;
	height: 100%;
	position: fixed;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
div.tagsinput span.tag {
}
div.tagsinput span.tag a {
}
.avatar_select_list .ow_item_set2 {
    width: 40% !important;
}
.avatar_select_list .ow_avatar_label {
    font-size: 8px;
    display: inline-block;
    position: absolute;
    line-height: 10px;
    text-transform: uppercase;
    background-color: #999;
    left: 60px !important;
    bottom: -10px;
    opacity: 0.7;
    color: #fff;
    font-weight: bold;
    padding: 0px 2px;
}
.groups-invite-link {
    text-align: center;
    margin: 20px;
}

.inner-main{
	/* display: table-cell; */
	vertical-align: middle;
	width: 100%;
}
.inner0{
	display: table;
	width: 73%;
	vertical-align: middle;
	float: right;
}
.inner1{
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.inner1 .A-text{
display: none;
}

.ow_dnd_widget .ow_box{/* padding-top: 50px; */}
.ow_dnd_widget .ow_box_cap {
    /* margin-bottom: -60px; */
    z-index: 1;
    position: relative;
    /* float: left; */
    text-align: right;
}
input.qaa-input {
    height: 30px;
}
.ow_photo_upload_description {
    border: 1px solid rgba(0, 0, 0, 0.07);
}

@media (min-width: 1100px){

.ow_newsfeed_item .ow_newsfeed_avatar img:hover {
	animation: pulse3 0.5s;
}
}


.ow_dnd_widget_customize .ow_box_icons {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.69);
    width: 70px;
    width: 100%;
    height: 30px;
    float: left !important;
}

.ow_other_video_list{
overflow:hidden;
}
.user_profile .ow_sidebar{
display: none;	
}

.user_profile .ow_content {
    width: 99%;
}
.avatar_select_list .ow_user_list_item {
    float: left;
    padding: 5px 5px 5px 5px;
    min-height: 50px !important;
    border-bottom: 1px solid rgba(94, 111, 128, 0.1);
    background: rgba(255, 255, 255, 0.54);
    margin: 5px;
    position: relative;
}
.avatar_select_list .ow_user_list_picture .ow_avatar:after {
	display: none;
}
.avatar_select_list .ow_user_list_picture {
	height: auto !important;
}
.ow_dndindex{
max-width: 1600px;
margin-left: auto;
margin-right: auto
}
.base_user_join .ow_content {
    float: none;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    border-right: none;
    border-left: none;
}
.base_user_join .ow_sidebar {
display: none;
}
.base_user_join .ow_canvas .ow_bg_color {
    background: #212426;
}
.base_user_join .ow_footer {
    display: none;
}
.base_user_join span.ow_button {
    background-color: #00b3d4;
    padding: 0px 5px 0px 5px;
    background-image: left center;
}
span.ow_button span.ow_button {
 box-shadow: none;
}
.base_user_join span.ow_button:hover {
    background-color: #0491ab;
}

.base_user_join input[type=submit],
.base_user_join input[type=button]{
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m16.958%209c.553%200%201%20.448%201%201%200%20.553-.447%201-1%201h-13.999c-.552%200-1-.447-1-1%200-.552.448-1%201-1h13.999%22/%3E%3Cpath%20d%3D%22m17.665%209.293c.391.391.391%201.024%200%201.414-.39.39-1.023.391-1.414%200l-6.898-6.898c-.391-.391-.391-1.025%200-1.414.39-.391%201.023-.391%201.414%200l6.898%206.898%22/%3E%3Cpath%20d%3D%22m16.251%209.293c.391-.391%201.024-.391%201.414%200%20.391.39.391%201.023%200%201.414l-6.898%206.899c-.391.391-1.024.39-1.415%200-.39-.391-.391-1.023%200-1.414l6.899-6.899%22/%3E%3C/g%3E%3C/svg%3E);
    color: #ffffff;
    width: 100% !important;
    padding: 1px 25px 3px 5px;
}

@media (min-width: 1100px){

.user_profile .ow_page h1 {
	font-size: 0.8vw;
	top: 0px;
	margin: 0px 0px 0px -12px;
	padding: 10px 0px 10px 60px;
	border-bottom:  none;
	position: fixed;
	color: rgb(244, 244, 244);
	width: 10%!important;
	z-index:500;
	white-space: nowrap;
	height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.user_profile .ow_page h1:before {
    display: inline-block;
    position: absolute;
    color: rgb(255, 23, 68);
    background-color: rgb(0, 0, 0);
    height: 50px;
    padding-left: 10px;
    font-size: 30px;
    width: 35px;
    margin-top: -10px;
    margin-left: -57px;
    line-height:  50px;
}
.user_profile .ow_logo_img{
	background-image: none;	
}
.user_profile  .ow_profile_action_toolbar_wrap{
}
.ow_sidebar .ow_box_cap .ow_box_cap_body {
    box-shadow: none;
    background-image: none;
    background-color: rgba(0, 0, 0, 0);
    border-top: 2px dashed rgba(88, 88, 88, 0.36);
    border-bottom: 2px dashed rgba(88, 88, 88, 0.36);
    border-left: none;
    border-right: none;
}

.ow_sidebar .ow_box_cap_body h3 {
   background-color: rgba(0, 0, 0, 0) !important;
}
.ow_sidebar .ow_box_cap_empty .ow_box_cap_body{
    box-shadow: none;
    background-image:  none;
    background-color: rgba(0, 0, 0, 0);
    border-top: 2px dashed rgba(88, 88, 88, 0.36);
    border-bottom: 2px dashed rgba(88, 88, 88, 0.36);
    border-left: none;
    border-right: none;
}
.ow_sidebar .ow_box .ow_box_menu, .ow_sidebar .ow_box_empty .ow_box_menu {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 1px;
}
.ow_sidebar .ow_box_empty {
    border-bottom: none;
}
.ow_content {
    float: left;
    width: 73%;
    padding-left: 0px;
    padding-right: 10px;
    border-right: 2px dashed rgba(88, 88, 88, 0.36);
}
.user_profile .ow_content {
    border-right: none;
}
.base_user_join .ow_canvas .ow_bg_color {
    background: #1a1d1f;
    border: 1px solid rgba(0, 0, 0, 0.09019607843137255);
}
}

.ow_console .ow_tooltip_body .ow_console_lang_item span {
    display: inline-block;
    padding-left: 23px;
    background-position: 1px 6px;
    line-height: 27px;
    color: #928d8d;
}

.ow_forum .ow_reply_info .ow_icon_control {
	background-image: none !important;
}

div.ow_floatbox_user_list .ow_floatbox_user_list_row .ow_item_set3 {
    width: 100% !important;
    min-height: auto;
}
.questions-status {
    line-height: 23px;
    background: #ffffff;
}
.qa-shaded {
    background: rgba(0, 0, 0, 0.16) !important;
}
.ow_gift_templates .ow_gift_checked {
    background-image: url(images/ic_ok.svg) !important;
}

@media (max-width: 480px){
.ow_invitation_list,
.ow_friend_request_list,
.ow_notification_list,
.ow_mailbox_items_list {
		width: 100%;
}
.ow_friend_request_list  .ow_console_item_link,
.ow_invitation_list .ow_console_item_link,
.ow_mailbox_items_list .ow_console_item_link,
.ow_notification_list .ow_console_item_link {
	margin-left: 0px;
	width: 100% !important;
	overflow: hidden;
	color: #ffffff;
}

.ow_friend_request_list:before,
.ow_invitation_list:before,
.ow_mailbox_items_list:before,
.ow_notification_list:before {
	float: left;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	height: 40px;
	font-size: 20px;
	size: 20px;
	margin-right: 5px;
	background-color: rgba(0, 0, 0, 0.2);
}
.ow_console_item:before {
    content: "\69";
    float: left;
    color: rgb(237, 23, 66); /** OW_Control type:color, key:consoleIconsColor, section:3. Console settings, label: Console icons color, description: Top website console icons color **/
    line-height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    height: 40px;
    font-size: 20px;
    size: 20px;
    margin-right: 5px;
    background-color: rgb(38, 42, 48);
    font-family: "untitled-font-1" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ow_console_lang_item span {
    display: inline-block;
    padding-left: 23px;
    background-position: 1px 13px;
    color: #ffffff;
    line-height: 40px;
}

.ow_nav_btn_container {
	width: 100%;
	display: block;
	position: fixed;
	height: 43px;
	z-index: 999;
	background-color: #1a1d21; /** OW_Control type:color, key:consoleColor, section:3. Console settings, label: Console color, description: Top website console color **/
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 1px 5px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);
}
.ow_nav_btn {
	display: block !important;
	opacity: 1 !important;
	left: 10px;
	top: 6px;
}

.ow_console_more .ow_console_item_link {
}
.ow_console .ow_count_bg {
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
    width: 30px !important;
    height: 30px;
    margin-top: 5px;
    border-radius: 3px;
    margin-right: 5px;
    line-height: 30px;
}
.ow_console .ow_count_active {
    background: #ef6c00;
    border-radius: none;
    box-shadow: none;
    width: auto;
    color: #ffffff;
}
.ow_console span.ow_count {
    position: relative;
    top: 0px;
    font-size: 10px;

}
.ow_console span.ow_count:active {
    position: relative;
    top: 0px;
    font-size: 10px;
    color: #cd6060;
}

.ow_console_dropdown .ow_console_item_link {
	max-width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 40px;
	line-height: 40px;
}
.ow_newsfeed_oembed_atch .ow_newsfeed_item_picture {
  width: 100px;
  margin: auto!important;
  float: none!important;
  padding-bottom: 5px;
}
div.ow_console_item {
    padding: 0px 0px 0px 0px;
    background-color: rgba(0, 0, 0, 0.04);
    height: 40px;
    z-index: auto;
    width: 100%;
}
}

.uh-cover-add-btn-wrap .ow_photo_context_action .ow_tooltip_top_right.ow_tooltip {
    top: -8px !important;
}
.floatbox_canvas {
    z-index: 2000;
}
.container .ow_copyright{float: left;margin-top: -30px;margin-left: 48px;}
 
.ow_newsfeed_date:before {
    content: "\f110";
    margin-right: 5px;
    font-size: 14px;
    text-align: center;
    z-index: 1;
    font-family: 'fontawesome';
    font-weight: normal;
    color: #b2b4b7;
}
.ow_newsfeed_item[data-entity-type=friend_add] .ow_newsfeed_date:before {
    content: "\e001";
    font-family: 'Simple-Line-Icons';
    font-weight: normal;
    color: rgb(154, 154, 154);
}
.ow_newsfeed_item[data-entity-type=group] .ow_newsfeed_date:before {
    content: "\e021";
    font-family: 'Simple-Line-Icons';
    color: rgb(154, 154, 154);
}
.ow_newsfeed_item[data-entity-type=multiple_photo_upload] .ow_newsfeed_date:before {
    content: "\e07f";
    font-family: 'Simple-Line-Icons';
    color: rgb(154, 154, 154);
}
.ow_newsfeed_item[data-entity-type=video_comments] .ow_newsfeed_date:before {
    content: "\e07e";
    font-family: 'Simple-Line-Icons';
    color: rgb(154, 154, 154);
}
.ow_newsfeed_item[data-entity-type=forum-topic] .ow_newsfeed_date:before {
    content: "\e04c";
    font-family: 'Simple-Line-Icons';
    color: rgb(154, 154, 154);
}
.ow_newsfeed_item[data-entity-type=event] .ow_newsfeed_date:before {
    content: "\e075";
    font-family: 'Simple-Line-Icons';
    color: rgb(154, 154, 154);
}
.ow_newsfeed_item[data-entity-type=blog-post] .ow_newsfeed_date:before {
    content: "\e05f";
    font-family: 'Simple-Line-Icons';
    color: rgb(154, 154, 154);
}

.ow_newsfeed_item[data-entity-type=photo_comments] .ow_newsfeed_date:before {
    content: "\e07f";
    font-family: 'Simple-Line-Icons';
    color: rgb(154, 154, 154);

}
.ow_newsfeed_item[data-entity-type=user_join] .ow_newsfeed_date:before {
    content: "\e017";
    font-family: 'Simple-Line-Icons';
    color: rgb(154, 154, 154);
}
@media (min-width: 1100px){
#section-header {
    text-align: center;
    overflow: hidden;
}
#section-header .wp-post-image {
    width: 75%;
    position: relative;
}
}


 .ow_sign_in_wrap form .fb_button {
    text-decoration: none;
    background: #4267b2 url(images/FBico.png) no-repeat 5px 5px;
    background-size: 30px;
    padding-left: 0px!important;
    width: 100% !important;
    height: auto !important;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius:  3px;
}
 .ow_sign_in_wrap form .fb_button:hover {
    background: #3c5d9f url(images/FBico.png) no-repeat 7px 5px;
    background-size: 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius:  3px;
}
.ow_sign_in_wrap form .fb_connect_wrap span.fb_button_text {
    border-top: none!important;
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
    display: block;
    margin: 0px 0px 3px 40px;
    text-align: left;
    line-height: 15px;
    font-family: 'Jura', sans-serif;
}
.ow_sign_in_wrap form .fb_connect_wrap {
    cursor: pointer;
    display: block !important;
    border: none !important;
    height: auto !important;
}
.ow_sign_in_wrap span.glconnect_button_text {font-size: 15px;display: block;color: #979494;margin: 0px 0px 3px 13px;text-align: left;line-height: 37px;font-family: 'Jura', sans-serif;}
.ow_sign_in_wrap .glconnect_button {
    height: 37px !important;
    border-bottom: none !important;
    border-radius: 3px !important;
    width: 100% !important;
    text-align: center !important;
    background-position: 7px center !important;
    background: #f2f2f2 url(images/Googleico.png);
    background-repeat: no-repeat;
    background-size: 24px;
    margin-top: 4px;
    margin-bottom: 4px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.ow_sign_in_wrap .glconnect_button:hover {
    background: #ffffff url(images/Googleico.png);
    height: 37px !important;
    border-bottom: none !important;
    border-radius: 3px !important;
    width: 100% !important;
    text-align: center !important;
    background-position: 10px center !important;
    background-repeat: no-repeat;
    background-size: 24px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.base_user_join .fb_button {
    text-decoration: none;
    background: #4267b2 url(images/FBico.png) no-repeat 5px 5px;
    border : 1px solid #4267b2;
    background-size: 30px;
    padding-left: 0px!important;
    width: auto !important;
    min-width: 100px;
    height: auto !important;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 4px;
    padding-right: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius:  3px;
}
 .base_user_join  .fb_button:hover {
    background: #3c5d9f url(images/FBico.png) no-repeat 7px 5px;
    background-size: 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius:  3px;
}
.base_user_join  .fb_connect_wrap span.fb_button_text {
    border-top: none!important;
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
    display: block;
    margin: 0px 0px 3px 40px;
    text-align: left;
    line-height: 15px;
    font-family: 'Jura', sans-serif;
}
.base_user_join  form .fb_connect_wrap {
    cursor: pointer;
    display: block !important;
    border: none !important;
    height: auto !important;
}
.base_user_join span.glconnect_button_text {
	font-size: 15px;
	display: block;
	color: #979494;
	margin: 0px 0px 3px 13px;
	text-align: left;
	line-height: 37px;
	font-family: 'Jura', sans-serif;
}
.base_user_join .glconnect_button {
    height: 37px !important;
    padding-right: 4px;
    min-width: 110px;
    border-radius: 3px !important;
    width: auto;
    text-align: center !important;
    background-position: 7px center !important;
    background: #f4f4f4 url(images/Googleico.png);
    border : 1px solid #ededed;
    background-repeat: no-repeat;
    background-size: 24px;
    margin-top: 4px;
    margin-bottom: 4px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
 .base_user_join .glconnect_button:hover {
    background: #f4f4f4 url(images/Googleico.png);
    height: 37px !important;
    border-radius: 3px !important;
    text-align: center !important;
    background-position: 10px center !important;
    background-repeat: no-repeat;
    background-size: 24px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.col {
	float: left;
	/* padding: 1%; */
}
.col:first-child {
	margin-left: 0%;
}
.grid * {
	box-sizing: border-box;
	/* margin-bottom: 1%; */
}
.grid {
	width:100%;
	box-sizing: border-box;
}
.grid:after {
	content: '';
	clear: both;
	display: block;
}
@media (min-width:320px) { 
.col {
	width: 100%;
	margin-left: 0%;
}
/* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:641px) {
.col {
	width: 50%;
}
/* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) {
	.inner-main {
width: 100%;
    float: right;
}

	.ow.base_sign_in .row{
    width: 100% !important;
}
 .col {
	margin-left: 0%;
	height: 100%;
	/* min-height: 1500px; */
}
.col-1-of-2 {
	width: 70%;
}
.col-2-of-2 {
	width: 30%;
	padding: 1%;
	display: flex;
}
.ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_in {
    padding: 16px 16px 16px 16px;
    /* margin-top: 100px; */
}

/* big landscape tablets, laptops, and desktops */ }
/* Generated by responsivegenerator.com */

.col-1-of-2 {
	background-color: rgba(255, 255, 255, 0); 
}

.col-2-of-2 {
	float: right;
	justify-content:space-between;
	flex-direction:column;
}

.col-2-of-2 .footer_sign {
    padding: 0px 0px 0px 0px;
    margin-top: 20px;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
    background: rgba(90, 57, 57, 0);
    background-position: center left;
    background-repeat: repeat;
    border-top: 1px solid rgba(159, 159, 159, 0.16);
}

@media (max-width:1024px) {

.inner1 .A-text {

    display: block;
}
 .col {
	margin-left: 0%;
	/* height: 100%; */
}


.col-1-of-2 {
	width: 100%;
	display: none;
}
.col-2-of-2 {
	width: 100%;
}
.inner0 {
    width: 100%;
}
.inner1 {
    width: 100%;
	padding: 1%;
}
.ow.base_sign_in .row {
    width: 100%;
}
}
.ow_sign_in_cont .ow_sign_in_wrap form .ow_sign_in .ow_box_cap{
display: none;
}
.col-2-of-2 .footer_sign a {
    color: #92a2ae; /** OW_Control type:color, key:FooterLinksColor, section: 1. Landing Page Right Box, label: Footer links color **/
    text-decoration: none;
    font-family: 'Play', sans-serif;
}

.col-2-of-2 .footer_sign .ow_footer_menu {
    font-size: 11px;
    padding: 10px 0px 10px 10px;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    background: rgba(255, 255, 255, 0);
}
.col-2-of-2 .ow_center{
    text-align: left;
	padding: 0px 0px 10px 10px;
}

.col-2-of-2 .ow_copyright {
    color: #797979; /** OW_Control type:color, key:FooterCopyright, section: 1. Landing Page Right Box, label: Copyright color **/
    padding: 0px 0px 0px 10px;
    font-size: 14px;
    font-weight: 100;
    font-family: 'Play', sans-serif;
}

.col-2-of-2 .connect_button_cont {

border-top: 1px solid rgba(0, 0, 0, 0.0392156862745098);	
}

.index-BASE_CMP_UserListWidget .ow_avatar img{
    width: 60px;
    height: 60px;
}
body a.ow_photoview_albumlink {
}
.ow_photoview_bottom_menu_wrap {background-color: rgba(0, 0, 0, 0.75) !important;}

body a.ow_photoview_albumlink {
    color: #ffffff !important;
}


 .row-photo{
 	background-color: rgba(248, 248, 248, 0);
 }
 .row-photo .ow_box_cap {
  display: none;
}

.row-photo .ow_box_toolbar_cont {
  display: none !important;
}


 .row-photo .ow_box_menu  {
  display: none;
}

 .row-photo .ow_box {
    padding: 0px;
    position: relative;
    margin: 0px !important;
    background: rgba(255, 255, 255, 0);
    border: 0px !important;
    box-shadow:  none;
}

 .ow.base_sign_in .ow_lp_photos .ow_lp_wrapper {
    padding: 0px 0px 0px 0px;
    margin-right: -3px;
    margin-left: -2px;
    margin-bottom: -8px;
    width: 25%;
    height: 250px;
    display: inline-block;
    float: none;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    border: none;
    pointer-events: none;
}

.ow.base_sign_in .ow_photo_item_widget {
    width: 100% !important;
    height: 100% !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
}
.ow_oembed_video_cover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3) !important;
}


    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
}
.ow_oembed_video_cover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3) !important;
}



.fnc {
  /* you can add color names and their values here
  and then simply add classes like .m--blend-$colorName to .fnc-slide 
  to apply specific color for mask blend mode */
}
.fnc-slider {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  height: 100vh;
}
.fnc-slider *, .fnc-slider *:before, .fnc-slider *:after {
  box-sizing: border-box;
}
.fnc-slider__slides {
  position: relative;
  height: 100%;
  transition: -webkit-transform 1s 0.6666666667s;
  transition: transform 1s 0.6666666667s;
  transition: transform 1s 0.6666666667s, -webkit-transform 1s 0.6666666667s;
}
.fnc-slider .m--blend-dark .fnc-slide__inner {
  background-color: #0d0d0d;
}
.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
  background-color: #212528; /** OW_Control type:color, key:Slide2Frame, section: 1.1 Landing page slider, label: Slide 2 frame color, description: Choose color **/
}
.fnc-slider .m--navbg-dark {
  background-color: #ff1744; /** OW_Control type:color, key:NavTab2BGColor, section: 1.1 Landing page slider, label: Slide 2 navigation tabs background color, description: Choose color **/
}
.fnc-slider .m--blend-green .fnc-slide__inner {
  background-color: #0d0d0d;
}
.fnc-slider .m--blend-green .fnc-slide__mask-inner {
  background-color: #212528; /** OW_Control type:color, key:Slide1Frame, section: 1.1 Landing page slider, label: Slide 1 frame color, description: Choose color **/
}
.fnc-slider .m--navbg-green {
  background-color: #ff1744; /** OW_Control type:color, key:NavTab1BGColor, section: 1.1 Landing page slider, label: Slide 1 navigation tabs background color, description: Choose color **/
}
.fnc-slider .m--blend-red .fnc-slide__inner {
  background-color: #0d0d0d;
}
.fnc-slider .m--blend-red .fnc-slide__mask-inner {
  background-color: #212528; /** OW_Control type:color, key:Slide3Frame, section: 1.1 Landing page slider, label: Slide 3 frame color, description: Choose color **/
}
.fnc-slider .m--navbg-red {
  background-color: #ff1744; /** OW_Control type:color, key:NavTab3BGColor, section: 1.1 Landing page slider, label: Slide 3 navigation tabs background color, description: Choose color **/
}
.fnc-slider .m--blend-blue .fnc-slide__inner {
  background-color: #0d0d0d;
}
.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
  background-color: #212528; /** OW_Control type:color, key:Slide4Frame, section: 1.1 Landing page slider, label: Slide 4 frame color, description: Choose color **/
}
.fnc-slider .m--navbg-blue {
  background-color: #ff1744; /** OW_Control type:color, key:NavTab4BGColor, section: 1.1 Landing page slider, label: Slide 4 navigation tabs background color, description: Choose color **/
}
.fnc-slide {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fnc-slide.m--before-sliding {
  z-index: 2 !important;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.fnc-slide.m--active-slide {
  z-index: 1;
  transition: -webkit-transform 1s 0.6666666667s ease-in-out;
  transition: transform 1s 0.6666666667s ease-in-out;
  transition: transform 1s 0.6666666667s ease-in-out, -webkit-transform 1s 0.6666666667s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fnc-slide__inner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center top;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.m--global-blending-active .fnc-slide__inner, .m--blend-bg-active .fnc-slide__inner {
  background-blend-mode: luminosity;
}
.m--before-sliding .fnc-slide__inner {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.m--active-slide .fnc-slide__inner {
  transition: -webkit-transform 1s 0.6666666667s ease-in-out;
  transition: transform 1s 0.6666666667s ease-in-out;
  transition: transform 1s 0.6666666667s ease-in-out, -webkit-transform 1s 0.6666666667s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fnc-slide__mask {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  right: 60%;
  top: 15%;
  width: 50.25vh;
  height: 67vh;
  margin-right: -90px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask {
  -webkit-transform: rotate(-10deg) translate3d(200px, 0, 0);
          transform: rotate(-10deg) translate3d(200px, 0, 0);
  opacity: 0;
}
.m--active-slide .fnc-slide__mask {
  transition: opacity 0.35s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
  transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
  transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.m--previous-slide .fnc-slide__mask {
  transition: opacity 0.35s 0.6833333333s, -webkit-transform 0.7s 0.3333333333s;
  transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
  transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s, -webkit-transform 0.7s 0.3333333333s;
  -webkit-transform: rotate(10deg) translate3d(-200px, 0, 0);
          transform: rotate(10deg) translate3d(-200px, 0, 0);
  opacity: 0;
}
.fnc-slide__mask-inner {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  background-size: cover;
  background-position: center center;
  background-blend-mode: luminosity;
  -webkit-transform-origin: 50% 16.5vh;
          transform-origin: 50% 16.5vh;
  transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask-inner {
  -webkit-transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
          transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}
.m--active-slide .fnc-slide__mask-inner {
  transition: -webkit-transform 0.7s 1.2222222222s;
  transition: transform 0.7s 1.2222222222s;
  transition: transform 0.7s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.m--previous-slide .fnc-slide__mask-inner {
  transition: -webkit-transform 0.7s 0.3333333333s;
  transition: transform 0.7s 0.3333333333s;
  transition: transform 0.7s 0.3333333333s, -webkit-transform 0.7s 0.3333333333s;
  -webkit-transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
          transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}
.fnc-slide__content {
  z-index: 2;
  position: absolute;
  left: 30%;
  top: 40%;
}
.fnc-slide__heading {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.fnc-slide__heading-line {
  overflow: hidden;
  position: relative;
  padding-right: 20px;
  font-size: 80px;
  color: #ff1744;  /** OW_Control type:color, key:SlideHeading, section: 1.1 Landing page slider, label: Slider headline color, description: Choose color **/
  line-height: 80px;
}
.fnc-slide__heading-line:nth-child(2) {
  color: #fff;  /** OW_Control type:color, key:SlideSlogan, section: 1.1 Landing page slider, label: Slider slogan color, description: Choose color **/
  padding-left: 10px;
  font-size: 30px;
  line-height: 40px;
}
.m--before-sliding .fnc-slide__heading-line {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.m--active-slide .fnc-slide__heading-line {
  transition: -webkit-transform 1.5s 1s;
  transition: transform 1.5s 1s;
  transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line {
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.fnc-slide__heading-line span {
  display: block;
}
.m--before-sliding .fnc-slide__heading-line span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.m--active-slide .fnc-slide__heading-line span {
  transition: -webkit-transform 1.5s 1s;
  transition: transform 1.5s 1s;
  transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line span {
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.fnc-slide__action-btn {
  position: relative;
  padding: 5px 15px;
  font-size: 20px;
  float:  right;
  line-height: 1;
  color: transparent;
  border: none;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  text-align: center;
  outline: none;
}
.fnc-slide__action-btn span {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  line-height: 30px;
  color: #fff;
}
.fnc-slide__action-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-top: none;
  border-bottom: none;
}
.fnc-slide__action-btn span:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  background: #1F2833;
  opacity: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: translateY(100%) rotateX(-90deg);
          transform: translateY(100%) rotateX(-90deg);
  transition: opacity 0.15s 0.15s;
}
.fnc-slide__action-btn:hover span {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}
.fnc-slide__action-btn:hover span:after {
  opacity: 1;
  transition: opacity 0.15s;
}
.fnc-nav {
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 0;
}
.fnc-nav__bgs {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg.m--nav-bg-before {
  z-index: 2 !important;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.fnc-nav__bg.m--active-nav-bg {
  z-index: 1;
  transition: -webkit-transform 1s 0.6666666667s;
  transition: transform 1s 0.6666666667s;
  transition: transform 1s 0.6666666667s, -webkit-transform 1s 0.6666666667s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.fnc-nav__controls {
  font-size: 0;
}
.fnc-nav__control {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 50px;
  font-size: 14px;
  color: #fff;  /** OW_Control type:color, key:NavTabTxtColor, section: 1.1 Landing page slider, label: Slider navigation tabs text, description: Choose color **/
  text-transform: uppercase;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.5s;
}
.fnc-nav__control.m--active-control {
  background: rgba(31, 40, 51, 0.30980392156862746);
}
.fnc-nav__control-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition-timing-function: linear !important;
}
.m--with-autosliding .m--active-control .fnc-nav__control-progress {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.m--prev-control .fnc-nav__control-progress {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 0.5s !important;
  transition: transform 0.5s !important;
  transition: transform 0.5s, -webkit-transform 0.5s !important;
}
.m--reset-progress .fnc-nav__control-progress {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0s 0s !important;
  transition: transform 0s 0s !important;
  transition: transform 0s 0s, -webkit-transform 0s 0s !important;
}
.m--autosliding-blocked .fnc-nav__control-progress {
  transition: all 0s 0s !important;
  -webkit-transform: scaleX(0) !important;
          transform: scaleX(0) !important;
}

/* NOT PART OF COMMON SLIDER STYLES */

.demo-cont {
  overflow: hidden;
  position: relative;
  height: 100vh;
  -webkit-perspective: 1500px;
          perspective: 1500px;
  background: #000;
}
.demo-cont__credits {
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  padding: 20px 10px 30px;
  background: #222121;
  color: #fff;
  text-align: center;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-transform: translate3d(100%, 0, 0) rotateY(-45deg);
  transform: translate3d(100%, 0, 0) rotateY(-45deg);
  will-change: transform;
}
.credits-active .demo-cont__credits {
  transition: -webkit-transform 0.7s 0.2333333333s;
  transition: transform 0.7s 0.2333333333s;
  transition: transform 0.7s 0.2333333333s, -webkit-transform 0.7s 0.2333333333s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.demo-cont__credits *, .demo-cont__credits *:before, .demo-cont__credits *:after {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  font-weight: 100;
  font-family: 'Play', sans-serif;
}
.demo-cont__credits-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.demo-cont__credits-close:before, .demo-cont__credits-close:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}
.demo-cont__credits-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.demo-cont__credits-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.demo-cont__credits-heading {
  text-transform: uppercase;
  margin-top: 50px;
  font-size: 40px;
  margin-bottom: 20px;
}
.demo-cont__credits-img {
  display: block;
  width: 60%;
  margin: 0 auto 30px;
  border-radius: 10px;
}
.demo-cont__credits-name {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 100;
  font-family: 'Play', sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10980392156862745);
}
.demo-cont__credits-link {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
}
.demo-cont__credits-blend {
  font-size: 30px;
  margin-bottom: 10px;
}

.example-slider {
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.credits-active .example-slider {
  -webkit-transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
          transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}
.example-slider .fnc-slide-1 .fnc-slide__inner,
.example-slider .fnc-slide-1 .fnc-slide__mask-inner {
  background-image: url('images/slide1.jpg'); /** OW_Control type:image, key:LPslide1, section: 1.1 Landing page slider, label: Slide image 1, description: Upload your own image **/
}
.example-slider .fnc-slide-2 .fnc-slide__inner,
.example-slider .fnc-slide-2 .fnc-slide__mask-inner {
  background-image: url('images/slide2.jpg'); /** OW_Control type:image, key:LPslide2, section: 1.1 Landing page slider, label: Slide image 2, description: Upload your own image **/
}
.example-slider .fnc-slide-3 .fnc-slide__inner,
.example-slider .fnc-slide-3 .fnc-slide__mask-inner {
  background-image: url('images/slide3.jpg'); /** OW_Control type:image, key:LPslide3, section: 1.1 Landing page slider, label: Slide image 3, description: Upload your own image **/
}
.example-slider .fnc-slide-3 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.example-slider .fnc-slide-4 .fnc-slide__inner,
.example-slider .fnc-slide-4 .fnc-slide__mask-inner {
  background-image: url('images/slide4.jpg'); /** OW_Control type:image, key:LPslide4, section: 1.1 Landing page slider, label: Slide image 4, description: Upload your own image **/
}
.example-slider .fnc-slide-4 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.example-slider .fnc-slide__heading,
.example-slider .fnc-slide__action-btn,
.example-slider .fnc-nav__control {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.gold-text:before {
    content: '\f073';
    font: normal normal normal 60px FontAwesome;
    position: relative;
    margin: 10px auto;
    bottom: 0px;
    color: #07e6a5;
    display: block;
    height: 80px;
    width: 80px;
}

.blue-text:before {
    content: '\f095';
    font: normal normal normal 60px FontAwesome;
    position: relative;
    margin: 10px auto;
    bottom: 0px;
    color: #f76f03;
    display: block;
    height: 80px;
    width: 80px;
}
.red-text:before {
    content: '\f041';
    font: normal normal normal 60px FontAwesome;
    position: relative;
    margin: 10px auto;
    bottom: 0px;
    color: #33bdeb;
    display: block;
    height: 80px;
    width: 80px;
}
.black-text:before {
    content: '\f0e0';
    font: normal normal normal 60px FontAwesome;
    position: relative;
    margin: 10px auto;
    bottom: 0px;
    color: #dc279c;
    display: block;
    height: 80px;
    width: 80px;
}




@media (max-width: 767px) {
    body .ow_chat_selector {
    	position: fixed;
    	left: 0;
    }
    body .ow_chat_dialog_wrap {
    	position: fixed;
    	left: 0;
    	width: 100%;
    }
    body .ow_chat_dialog {
    	width: 100% !important;
    	margin-left: 0;
    }
    .ow_message_cont {
    	left: 0;
    	right: 0;
    	width: 100%;
    	margin-left: 0;
    }
    /*------------- Messages --------------*/
    body .ow_mailbox_table {
        background: transparent;
        margin-bottom: 20px;
    }
    body .ow_mailbox_left {
        width: 100%;
        float: none;
        margin-bottom: 0;
        padding-bottom: 0;
        background-color: #fff;
    }
    body .ow_mailbox_left .ow_mailbox_left_body {
        width: 100% !important;
        position: static;
    }
    body #conversationItemListSub {
        width: 100% !important;
    }
    body .ow_mailbox_right {
        width: 100%;
        float: none;
        margin-bottom: 0;
        padding-bottom: 0;
        background-color: #fff;
    }
    .ow_mailbox_left_body .jspContainer {
        height: 252px !important;
    }
    body .ow_mailbox_right {
        margin-top: 20px;
    }
    body .ow_mailbox_username {
        min-width: 0;
    }
    body .ow_mailbox_table .ow_mailbox_left .ow_mailbox_left_body,
    body .ow_mailbox_table .ow_mailbox_search,
    body .ow_mailbox_conv_options {
    	border-right-width: 0;
    }
    body .ow_mailbox_table {
    	border-width: 0;
    }
    body .ow_mailbox_table .ow_mailbox_left,
    body .ow_mailbox_table .ow_mailbox_right {
    	border: 1px solid #ececec;
    }
    body .ow_mailbox_table .ow_mailbox_cap {
    	height: 82px;
    }
    body .ow_mailbox_table .ow_mailbox_right .ow_mailbox_cap {
    	padding-left: 86px;
    }
    body .ow_mailbox_convers_info.mails,
    body .ow_mailbox_convers_info.chats {
    	background-position: 8px 36px;
    }
    body .ow_mailbox_table .ow_mailbox_cap .ow_mailbox_convers_actions {
    	margin-top: 30px;
    }
    body .ow_mailbox_table .ow_mailbox_search input {
    	font-size: 90%;
    	height: 32px;
    	line-height: 18px;
    }
    body .ow_mailbox_search .ow_btn_close_search {
    	top: 22px;
    }
    html body .ow_mailbox_form .ow_mailbox_message_input textarea {
    	display: none;
    }
    html body .ow_mailbox_message_input .jhtmlarea,
    body .ow_mailbox_form .ow_attachment_btn, 
    body .ow_mailbox_form .ow_attachment_icons,
    #conversationTextarea {
    	display: block !important;
    }
    textarea#conversationTextarea {
    	margin: 0;
    	border: none;
    }
    .ow_mailbox_form .jhtmlarea .input_ws_cont {
    	display: none;
    }
    html body .ow_mailbox_message_input .jhtmlarea {
    	width: 100% !important;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    }
    .ow_mailbox_form div.jhtmlarea {
    	padding: 0;
    }
    .ow_mailbox_request_item .console_list_ipc_item,
    .ow_chat_request_item .console_list_ipc_item {
    	padding-left: 20px;
    	background-position: 2px 27px;
    }
    .ow_chat_dialog_wrap .ow_mailchat_new_message.ow_chat_dialog {
	    bottom: 0;
	    left: 0;
	    margin: 0;
	    position: fixed;
	    right: 0;
	    width: 100%;
	}
	.ow_mailbox_left_loading .ow_mailbox_left_body {
		background-position: center 120px;
	}
	html body .ow_mailbox_table_empty .ow_mailbox_left div.ow_mailbox_no_content {
		padding-top: 117px;
		padding-bottom: 117px;
	}
    body .ow_mailbox_convers_info .ow_mailbox_convers_info_string a,
    body .ow_mailbox_convers_info_date {
    	font-size: inherit;
    }
    body .ow_mailbox_convers_info .ow_mailbox_convers_preview {
    	/* font-size: 1.1rem; */
    }
    body .ow_mailbox_message_header a,
    body .ow_mailbox_message_content {
    	font-size: 1.1rem;
    }
    body .ow_mailbox_message_date {
    	font-size: 1rem;
    }
	.ow_console_mailbox_title {
		font-size: 1rem;
	}
	.ow_console_mailbox_title .ow_mailbox_convers_info_date {
		font-size: 0.9rem;
	}
	.ow_console_mailbox_txt,
	.ow_chat_request_item .ow_console_mailbox_txt {
		font-size: 1rem;
	}
	a.ow_lbutton, span.ow_lbutton {
		font-weight: normal;
	}
    body .ow_chat_in_dialog .ow_time_block p span.ow_time_text {
    	font-size: 0.9rem;
    }
    body .ow_dialog_date_cap,
	body .ow_chat_dialog .ow_author_block span.ow_chat_item_author,
    .ow_top_panel .ow_count_txt,
    body .ow_chat_block_main .ow_chat_search input[type="text"], 
    body .ow_chat_block_main .ow_chat_search input[type="password"],
    body .ow_dialog_in_item p,
    body span.ow_chat_in_item_author, 
    body span.ow_chat_in_item_text,
    body .ow_chat_dialog .ow_chat_subject_block input {
    	font-size: 1rem;
    }
    .ow_mailbox_log .ow_time_block p span.ow_time_text {
    	font-size: 0.9rem;
    }
    body .ow_mailbox_convers_info_body {
    	margin-left: 77px;
    }
    body .ow_mailbox_avatar {
    	/* width: 70px; */
    }
    body .ow_mailbox_cap .ow_mailbox_avatar {
    	margin-left: -70px;
    }


}

