/********************************************************************************
  *
  *     Filename:        base.css
  *     Description:     facebook Responsive Theme Base CSS File
  *     Version:         3.2.0
  *     Copyright:       Krishan Kumar https://developers.oxwall.com/user/krishan
  *
  *     -- FILE STRUCTURE: --
  *
  *     [ 1] CSS Defaults Reset          __reset
  *     [ 2] Clearfix                    __clearfix
  *     [ 3] Base Elements               __base
  *     [ 4] Typography                  __typography
  *     [ 5] Masterpage & Page Layout    __layout
  *     [ 6] Menus                       __menus
  *     [ 7] Pagination                  __pagination
  *     [ 8] Content Items               __content items
  *     [ 9] Common Blocks               __blocks
  *     [10] Forms                       __forms
  *     [11] Tables                      __tables
  *     [12] Standard Listings           __listings
  *     [13] Thumbnails & Icons          __icons
  *     [14] Notifications               __notifications
  *		[15] Default Classes			 __default classes
  *     [16] Plugin Styles               __plugins
  *     [17] Misc                        __misc
  *
 ********************************************************************************/
/*========================================================
        [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;
}
ol, ul {
	list-style: none; 
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*========================================================
        [2] Clearfix        __clearfix
  ========================================================*/
.clearfix{zoom: 1;}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
*html .clearfix {height: 1%;}
/*========================================================
        [3] Base Elements       __base
  ========================================================*/
body {
	background-color: #e9ebee; /** OW_Control type:color, section:1. General Settings, key:bodyColor, label:1. Site background color **/
}
body, html {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333; /** OW_Control type:color, section:2. Colors, key:textColor, label:1. Text **/
	font-size: 13px;
	line-height: 16px;
	height: 100%;
	min-width: auto;
}
a {
	color: #3B5998; /** OW_Control type:color, key:linkColor, section:2. Colors, label:3. Links **/
	text-decoration: none;
}
a:hover {
	color: #4CAF50;
	text-decoration: none;
}
a:hover img {
	text-decoration: none;
}
b {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}
p {
	text-indent: 0;
	margin-bottom: 8px;
}
h1, h2, h3, h4, h5 {
	color: #90949c; 
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 20px;
	line-height: 20px;
    padding-left: 0px;
	color: #90949c; /** OW_Control type: color, key: titleColor, section: 2. Colors, label:2. Title **/
	text-transform: capitalize;
	margin-left: 0px;
	background-repeat: no-repeat;
}
html body div h1 {
    background-image: none !important;
    background-color: #fff;
    color: #4B4F56;
    padding: 6px;
    font-size: 17px;
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    text-transform: lowercase;
}
html body div h1::first-letter {
    text-transform: uppercase;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
}
h4 {
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: none;
}
img {
	border: 0;
	vertical-align: middle;
}
table {
	border: none;
}

th, td {
	padding: 2px 5px;
	vertical-align: top;
}
th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 10px;
	vertical-align: middle;
	font-weight: normal;
	font-size: 15px;
}
th {
    background-color: #fff;
    font-family: Helvetica, Arial, sans-serif;
}
hr {
	background-color: #dddfeb;
	border: none;
	height: 1px;
	margin: 5px 5px 15px 5px;
}
/*========================================================
        [4] Typography        __typography
  ========================================================*/

@import url('https://www.fontify.me/wf/1e6b054bebc65767084f30b7ae3c89e8');

/*========================================================
        [5] Masterpage & Page Layout        __layout
  ========================================================*/
/* ---- Page Layout, Content styles ---- */
/*Opera Fix*/
	body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
/*End of the Opera Fix*/
.ow_bg_color{
	background-color: #fff;/** OW_Control type:color, section:1. General Settings, key:bodyColor, label:1. Page background color **/	
}
.ow_border {
    border-style: solid;
    border-color: #e5e5e5;
}
body > .ow_page_wrap {
	min-height: 100%;
	padding-top: 43px;
}
.ow_page_padding {
	padding-bottom: 99px;
} 
.ow_canvas {
	margin: 0 auto;
	width: 100%;
	word-wrap: break-word;
}
.ow_page {
    margin: 0px 308px 0px 190px; 
    padding: 0 18px;
}
.ow_page_container {
	width: 100%;
	margin: 0px auto 16px;
	max-width: 1012px;
}
.ow_page_container .ow_page {
    padding: 12px 12px 12px 0;
    min-height: 400px;
}
.ow_content {
    float: left;
    width: 100%;
}

.ow_sidebar {
    margin-right: -318px;
    float: right;
    width: 308px;
    top: 0;
    margin-top: 0px;
	margin-top: -44px;
}
body.ow.facebook.base_index_page .ow_sidebar {
    margin-top: 0;
}

/* Footer */
.ow_footer {
    padding: 1px 0px;
    background: #ffffff; /** OW_Control type:color, section:1. General Settings, key:footerColor, label:8. Footer background color **/
    height: 92px;
    position: relative;
    margin-top: -90px;
    clear: both;
}
.ow_footer .ow_canvas {
	width: 100%;
	max-width: 1012px;
}
.ow_footer .ow_canvas .ow_page {
    padding: 0;
    margin: 0 0px 0px 0px;
}
.ow_footer .ow_copyright{
	float: left;
	padding-left: 10px;
	color: #737373;
	font-size: 12px;
}

/* Columns */
.ow_column {
	width: 49%;
    overflow: hidden;	
}
.ow_narrow {
    width: 39%;
    overflow: hidden;
}
.ow_wide {
    width: 59%;
    overflow: hidden;    
}
.ow_superwide {
    width: 75%;
    overflow: hidden;
}
.ow_supernarrow {
    width: 23%;
    overflow: visible;
}
/* Avatar list (Groups, Googgle popup)*/
.ow_item_set2 { 
	width: 49%; 
}
.ow_item_set3 { 
	width: 33%; 
}
.ow_item_set4 { 
	width: 25%; 
}
.ow_item_set5 { 
	width: 20%; 
}
/* ---- End of the Page Layout, Content styles ---- */
/* ---- Header styles ---- */
.ow_top {
    position: relative;
    height: auto;
	min-height: 105px;
	padding-top: 50px;
}
.ow_logo {
	background-image: url(images/logo.png); /** OW_Control type:image, key:smallLogoImage, section:1. General Settings, label: 3. Small Logo image **/
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 0px center;
	display: inline-block;
	height: 42px;
	width: 280px;
	float: none !important;
}
a.ow_logo:hover {
	text-decoration: none;
}
.ow_header {
	display: none;
}
.ow_header_img {
    width: 100%;
}
.ow_header_pic img {
	height: 0px;
}

/* ---- End of the Header styles ---- */
/* ---- customizer */
body.ow.facebook.base_index_page_customize .ow_page_padding {
    background-color: #dde2ea;
}
.ow_dragndrop_content {
    /* float: left; */
}
body.ow.facebook.base_index_page_customize .ow_page.ow_bg_color.clearfix {
    margin: 0px 185px 0px 2px;
}
body.ow.facebook.base_index_page_customize .ow_dragndrop_content {
    float: left;
    width: 100%;
}
body.ow.facebook.base_index_page_customize input.ow_ic_restrict.ow_mild_green {
    color: #4b4f56;
}
body.ow.facebook.base_index_page_customize .ow_dnd_configurable_component h3 {
    float: left;
    text-align: left;
    padding-left: 8px;
}
body.ow.facebook.base_index_page_customize .ow_box_cap .ow_box_icons {
    padding: 10px 8px;
}
body.ow.facebook.base_index_page_customize a.ow_ic_gear_wheel.dd_edit {
    background-image: url(images/ic_gear_wheel.svg);
}
body.ow.facebook.base_index_page_customize a.ow_ic_delete {
    background-image: url(images/ic_delete.svg);
}
.ow_subscribe_table .ow_ic_ok {
    background-image: url(images/ic_ok.svg);
}
.ow_dragndrop_panel {
	background: #fff;
	margin-top: 5px;
}
.ow_dashboard_box{
    background: #FFF;
    padding: 5px 10px 10px 10px;
    margin-top: 5px;
}
.ow_dnd_schem_item{
	background:#fff url(images/ic_file.svg) no-repeat 10px 50%;
	border:1px solid #e5e5e5;
	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;
    width: 18px;
    height: 16px;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
}
.ow_dnd_configurable_component .ow_box_icons {
	float: right;
    padding: 8px 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 #e5e5e5;
   padding: 10px 0 10px 10px;
   width: 24%;
}
/* Dnd Slider */
.ow_dnd_slider {
	height: 6px;
    background-color: #fafafa;
    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;
    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.svg) 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;
}
.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) }
.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_dragndrop_sections .ow_highbox {
    padding: 0;
	background-color: transparent;
	padding-top: 38px;
}
.ow_dragndrop_sections .ow_highbox.join_now_widget {
    padding: 10px;
    background-color: #f8fafc;
    border: 1px solid #e5e5e5;
	font-size: 13px;
    font-weight: bold;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.ow_dragndrop_sections .ow_highbox.join_now_widget:hover {
    background: #f5f5f5;
    text-decoration: none;
}
.ow_dragndrop_sections .ow_highbox.join_now_widget a {
    color: #fff;
}
.ow_dragndrop_sections .ow_highbox.join_now_widget a:hover {
    color: #fff;
}
.join_now_widget {
	text-transform: uppercase;
}
.ow_highbox .ow_highbox.join_now_widget {
    background-image: none;
    /* border: none; */
}
.join_now_widget a:hover {
	text-decoration: none;
}
.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;
}
/*========================================================
        [6] Menus        __menus
  ========================================================*/
/* ---- Navigation on the left ---- */
.ow_nav_btn {
	position: relative;
	float: left;
	width: 50px;
	height: 40px;
	cursor: pointer;
	background-image: url(images/menu_btn.png);
	background-position: -12px -128px;
	opacity: 1;
	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;
    border-left: 1px solid rgba(180, 198, 214, 0);
	display: none;
}
.ow_nav_btn:before {
    border-color: rgba(239, 242, 245, 0);
    border-right-color: #e5e5e5;
    border-width: 9px;
    margin-top: -9px;
}
.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: -12px -2px;
	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 {
    background-color: #ffffff;
    position: fixed;
    z-index: 98;
    top: 43px;
    left: -240px;
    right: 0;
    bottom: 0;
    width: 220px;
    visibility: hidden;
    transition: left .4s,visibility .4s;
	-webkit-transition: left .4s,visibility .4s;
	-moz-transition: left .4s,visibility .4s;
}
.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 {
    overflow-y: auto;
    overflow-x: hidden;
    left: 0;
    visibility: visible;
    transition: left .4s;
	-webkit-transition: left .4s;
	-moz-transition: left .4s;
	box-shadow: 8px 0px 16px 0px #bdbcbc;
	-webkit-box-shadow: 8px 0px 16px 0px #bdbcbc;
	-moz-box-shadow: 8px 0px 16px 0px #bdbcbc;
}
.ow_menu_active .ow_menu_fullpage_wrap {
	display: table;
	height: 100%;
	width: 100%;
}
.ow_menu_fullpage_wrap ul.ow_main_menu {
	display: table-cell;
	vertical-align: top;
	overflow: visible;
	height: auto;
}
.ow_menu_fullpage_wrap ul.ow_main_menu li {
	width: 100%;
	display: block;
	text-align: left;
}
.ow_menu_fullpage_wrap .ow_main_menu li a {
    /* text-transform: uppercase; */
    /* font-size: 16px; */
    /* line-height: 16px; */
    width: 100%;
    /* display: inline-block; */
    /* font-family: Helvetica, Arial, sans-serif; */
    padding: 0 5px 0px 55px;
    background-position: 20px center;
    border-left: 3px solid transparent;
}
.ow_menu_fullpage_wrap .ow_main_menu li a:hover {
    /* color: #333333; */
    /* text-decoration: none; */
}
.ow_menu_fullpage_wrap .ow_main_menu li.active a {
    color: #1d2129;
    border-left: 3px solid transparent;
}
.ow_menu_fullpage_wrap .ow_main_menu li:first-child a {
    margin-left: 0;
    padding: 0 5px 0px 55px;
}
.ow_menu_fullpage_wrap .ow_main_menu li a:hover {
    border-left: 3px solid transparent;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
	background: #ffffff; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #eeeeee; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #cccccc; 
}
/* ---- End of the Navigation on the left ---- */
/* ---- Console styles ---- */
.ow_site_panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 42px;
	background: #4267b2; /** OW_Control type:color, section:1. General Settings, key:sitePanelColor, label:2. Site Panel background color **/
	z-index: 99;
	border-bottom: 1px solid #29487d;
}
.ow_console_right {
    float: right;
    padding-left: 14px;
}
.ow_console_body  {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 4px 0px 0 0;
}
.ow_console_item {
	display: inline-block;
    position: relative;
    margin: 0 10px 0 6px;
    padding: 4px 0px 0 0px;
	vertical-align: middle;
	text-align: left;
	cursor: pointer;
}
.ow_console_item:hover {
	border-color: #d9e0e6;
	cursor: pointer;
}
_item:last-child {
    /* margin: 0; */
    /* margin-right: 0px; */
    padding-right: 0;
    /* right: 0; */
    /* padding: 0; */
}
.ow_console_item a {
}
.ow_console_item a:hover {
	text-decoration: none;
}
.ow_console_block {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.ow_console_more {
    display: none;
}
.ow_console_item a.ow_console_item_link {
	font-size: 0;
	width: 24px;
	height: 20px;
	display: inline-block;
	background: url(images/fb_now.png) 0 -842px no-repeat;
	opacity: .6;
}
.ow_console_item a.ow_console_item_link:hover {
	background: url(images/fb_now.png) 0 -817px no-repeat;
	opacity: 1;
}
.ow_console_item.ow_console_button {
    margin: 0px 10px 0 5px;
}
.ow_console_button.ow_console_item a.ow_console_item_link {
    pointer-events: auto;
    width: auto;
    height: auto;
    background: none;
    font-size: 12px;
    font-weight: bold;
    background-color: transparent;
    color: #fff;
    padding: 4px 8px 4px 8px;
    opacity: 1;
}
.ow_console_button.ow_console_item a.ow_console_item_link:hover {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, .1);
}
.ow_invitation_list.ow_console_item a.ow_console_item_link {
	background: url(images/fb_now.png) 0px -691px no-repeat;
	height: 24px;
}
.ow_friend_request_list.ow_console_item a.ow_console_item_link {
	background: url(images/fb_now.png) 0 -892px no-repeat;
	height: 24px;
}
.ow_mailbox_items_list.ow_console_item a.ow_console_item_link {
	background: url(images/fb_now.png) 0 -942px no-repeat;
	height: 24px;
}
.ow_notification_list.ow_console_item a.ow_console_item_link {
	background: url(images/fb_now.png) 0 -792px no-repeat;
	height: 24px;
}
.ow_invitation_list.ow_console_item a.ow_console_item_link:hover {
	background: url(images/fb_now.png) 0 -665px no-repeat;
}
.ow_friend_request_list.ow_console_item a.ow_console_item_link:hover {
	background: url(images/fb_now.png) 0 -867px no-repeat;
}
.ow_mailbox_items_list.ow_console_item a.ow_console_item_link:hover {
	background: url(images/fb_now.png) 0 -917px no-repeat;
}
.ow_notification_list.ow_console_item a.ow_console_item_link:hover {
	background: url(images/fb_now.png) 0 -767px no-repeat;
}
body .ow_console_item:hover a.ow_console_item_link, body .ow_console_dropdown_pressed.ow_console_item a.ow_console_item_link {
    /* background-position: -13px -225px; */
}
.ow_console_item.ow_console_dropdown.ow_console_dropdown_click.ow_invitation_list.ow_console_dropdown_pressed a {
    background-position: 0 -691px;
}
.ow_console_item.ow_console_dropdown.ow_console_dropdown_click.ow_friend_request_list.ow_console_dropdown_pressed a {
    background-position: 0 -867px;
}
.ow_console_item.ow_console_dropdown.ow_console_dropdown_click.ow_mailbox_items_list.ow_console_dropdown_pressed a {
    background-position: 0 -917px;
}
.ow_console_item.ow_console_dropdown.ow_console_dropdown_click.ow_notification_list.ow_console_dropdown_pressed a {
    background-position: 0 -767px;
}
.ow_console_item.ow_console_dropdown.ow_console_dropdown_click.ow_friend_request_list {
    display: inline-block !important;
}
/* Console Sign in */
.ow_signin_label {
    display: inline-block;
    height: 17px;
    margin: 0px 0;
    vertical-align: top;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    background-color: transparent;
    padding: 4px 8px 4px 8px;
}
.ow_signin_label:hover {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, .1);
}
.ow_signin_delimiter {
    /* border-right: 1px solid #e5e5e5; */
    /* padding: 0 4px 0 0; */
}
.ow_menu_active .ow_signin_delimiter {
	border-color: #006B60;
}
.ow_console_item .ow_ico_signin {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0px 0 0 4px;
    vertical-align: top;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.ow_ico_signin:last-child {
    margin-right: -4px;
}
.ow_console_item .ow_ico_signin.ow_ico_signin_f {
    background-image: url(images/ic_sign_in_facebook.png) !important;
}
.ow_console_item .ow_ico_signin.ow_ico_signin_g {
    background-image: url(images/ic_sign_in_google.png) !important;
}
.ow_console_item .ow_ico_signin.ow_ico_signin_vk {
    background-image: url(images/ic_sign_in_vk.png) !important;
}
.ow_ico_signin_f {
    background-image: url(images/sign_in_facebook.png) !important;
}
.ow_ico_signin_g {
    background-image: url(images/sign_in_google.png) !important;
}
.ow_ico_signin_vk {
    background-image: url(images/sign_in_vk.png) !important;
}
.fb_button {
    background-image: url(images/sign_in_facebook.png) !important;
    background-color: #5F78AB !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
	padding: 0 !important;
    height: 32px !important;
    display: inline-block;
    color: #fff;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
}
.fb_connect_wrap {
    cursor: pointer;
    display: inline-block;
    border-bottom: 0px solid #1A356E !important;
    border-right: 0px solid #1A356E !important;
    border-top: 0px solid #1A356E !important;
    height: 32px !important;
    line-height: 32px;
    margin-left: 0px;
    padding: 0 18px !important;
    background-color: #5F78AB;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
}
body.ow.facebook.base_user_join span.fb_connect_wrap {
    margin-left: 32px;
}
body.ow.facebook.base_user_join div#base_cmp_floatbox_ajax_signin span.fb_connect_wrap {
    margin-left: 0;
}
.fb_button_text {
    border-top: 0px solid #879AC0 !important;
    padding: 0 !important;
    font-weight: normal !important;
	font-size: 14px !important;
}
.glconnect_button {
    background-image: url(images/sign_in_google.png) !important;
    background-color: #E85C4B !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    height: 32px !important;
    display: inline-block;
    cursor: pointer;
    border-bottom: 0px solid #8d2d1d !important;
    vertical-align: top;
	text-align: center;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
}
span.glconnect_button_text {
    padding: 6px 18px !important;
    color: #fff;
    text-decoration: none;
    font-size: 14px !important;
    line-height: 32px !important;
    background-color: #E85C4B;
    margin-left: 0px;
    border-bottom: 1px solid #E85C4B;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
}
body.ow.facebook.base_user_join span.glconnect_button_text {
    margin-left: 32px;
}
body.ow.facebook.base_user_join div#base_cmp_floatbox_ajax_signin span.glconnect_button_text {
    margin-left: 0;
}
.vkconnect-connect {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 0px 0px !important;
}
.vkconnect-icon {
    border-bottom-left-radius: 0px !important;
    border-color: transparent !important;
    border-style: solid none solid solid;
    border-top-left-radius: 0 !important;
    border-width: 0 !important;
    float: left;
    padding: 0;
}
.vkconnect-label {
    border-bottom-right-radius: 0 !important;
    border-color: transparent !important;
    border-style: solid solid solid none;
    border-top-right-radius: 0 !important;
    border-width: 0 !important;
    float: left;
    height: 32px !important;
    padding: 0;
}
.vkconnect-left-border {
    background: transparent !important;
    border-bottom-left-radius: 0px !important;
    border-color: transparent !important;
    border-style: solid;
    border-top-left-radius: 0px !important;
    border-width: 0px !important;
    height: 32px !important;
    padding: 0 !important;
    width: 32px !important;
}
.vkconnect-right-border {
    background: #527DAF !important;
    border-bottom-right-radius: 4px !important;
    border-color: #527DAF !important;
    border-style: solid;
    border-top-right-radius: 4px !important;
    border-width: 0px !important;
    color: #fff !important;
    height: 32px !important;
    line-height: 32px !important;
    padding: 0 30px 0 25px !important;
    text-shadow: none !important;
	font-size: 14px !important;
	text-align: center;
}
.vk-icon.vk_ic_logo {
    background-image: url(images/sign_in_vk.png) !important;
    height: 32px !important;
    width: 32px !important;
    background-position: left center !important;
	border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

/*Console select language styles*/
.ow_console_lang {
	padding: 4px;
	padding-left: 0;
}
.ow_console_lang_item {
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    padding: 3px 0px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    border-radius: 2px;
}
li.ow_console_lang_item {
    padding: 3px 8px;
    border-left: 3px solid transparent;
    background-color: #fff;
    border-color: transparent;
    border-radius: 0;
    color: #333;
}
li.ow_console_lang_item:hover {
    color: #4267B2;
    border-left: 3px solid #4267B2;
}
.ow_console_lang_item span {
	display: inline-block;
	padding-left: 22px;
	background-position: 0 2px;
}
div.ow_console_lang_item:hover > span {
	color: #FFFFFF;
} 
/* Console tooltip */
.ow_console .ow_tooltip_top_right.ow_tooltip {
	top: 28px !important;
	padding-top: 2px;
	right: 0px;
}
.ow_console_item.ow_console_dropdown.ow_console_dropdown_hover .ow_tooltip.console_tooltip.ow_tooltip_top_right {
    top: 26px !important;
}
.ow_console .ow_tooltip_top_right .ow_tooltip_tail span {
    background: url(images/fb_tooltip.png) no-repeat 0px -249px;
    height: 10px;
    width: 22px;
}
.ow_console .ow_tooltip .ow_tooltip_body {
	max-width: 340px;
	padding: 0px;
	margin-right: -20px;
}
.console_tooltip {
	z-index: 100;
}
/* Console counter */
.ow_console span.ow_count_wrap {
	position: absolute;
	top: 2px;
	right: -8px;
}
.ow_console span.ow_count_bg {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.ow_console span.ow_count {
	position: relative;
	top: 0px;
}
.ow_console .ow_tooltip_body span.ow_count_wrap {
	position: static;
	margin-top: 2px;
}
/* Console list*/
 .ow_console_list_wrapper {
	width: 330px;
	overflow-y: auto;
	word-wrap: break-word;
	min-height: 60px;
	padding: 6px;
}
.ow_console_list {
	cursor: default;
}
.ow_console_list li {
	padding: 3px;
	height: auto;
	overflow: hidden;
	margin-bottom: 2px;
	border: 1px solid transparent;
}
.ow_console_list li.ow_console_new_message {
	background: #fff;
	border-color: #95d895;
}
.ow_console_list li:hover {
	border-color: #e5e5e5;
}
.ow_console_list li.ow_console_new_message:hover {
	border-color: #85b52f;
}
.ow_mailbox_items_list li.ow_mailbox_request_item,
.ow_mailbox_items_list li.ow_chat_request_item {
	padding: 8px 3px;
}
.ow_console_list li:last-child {
	margin-bottom: 0px;
}
/* Console avatar */
.ow_console .ow_avatar {
    float: left;
    margin-right: -40px;
    height: 32px;
    width: 32px;
    /* padding: 2px; */
    background-image: none;
}
.ow_console .ow_avatar img {
	height: 32px;
	width: 32px;
}
/* Console View all btn */
.ow_console_view_all_btn {
	text-decoration: none;
	display: block;
	line-height: 38px;
	text-align: center;
	background: #fff;
	text-transform: uppercase;
	height: 40px;
}
.ow_console_view_all_btn_wrap .ow_console_view_all_btn {
	color: #a2acb3;
}
.ow_console_view_all_btn:hover {
	color: #fff;
	background: #333333;
}
/* Console dropdown menu */
ul.ow_console_dropdown {
	min-width: 128px;
    text-align: left;
	overflow-x: auto;
	cursor: default;
	padding: 8px;
	padding-left: 0;
	padding-right: 0;
}
ul.ow_console_dropdown .ow_console_dropdown_cont {
	white-space: nowrap;
	margin-bottom: 1px;
}
ul.ow_console_dropdown .ow_console_dropdown_cont a {
    padding: 6px 26px;
    border: 1px solid transparent;
    display: block;
    background-color: transparent;
    color: #1d2129;
}
ul.ow_console_dropdown .ow_console_dropdown_cont a:hover {
    background-color: #4267B2;
    color: #ffffff;
}
ul.ow_console_dropdown li:last-child .ow_console_dropdown_cont {
	margin-bottom: 0px;
}
/* Console content */
.ow_console_ntf_cont, .ow_console_invt_cont {
	display: block;
	margin: 0px 57px 0px 50px;
}
.ow_console_invt_cont .ow_lbutton:hover {
	text-decoration: none;
}
.ow_console_ntf_txt, 
.ow_console_invt_txt {
	min-height: 19px;
	padding: 0px 0px 3px 0px;
	display: block;
}
.ow_console_invt_txt {
	width: 211px;
	word-wrap: break-word;
}
.ow_console_invt_txt a,
.ow_console_invt_cont a {
}
.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: 100%;
}
.ow_console_invt_no_img {
	margin-right: 0px;
}
/* Console divider */
.ow_console_divider {
	line-height: 1px;
	height: 1px;
	background: #d9e0e6;
	margin: 3px 0px 2px;
}
/* Console messages notifications */
.ow_console_mailbox_txt {
	font-size: 13px;
}
.ow_console_mailbox_title {
	padding-right: 52px;
	font-family: Helvetica, Arial, sans-serif;	
}
.ow_console_mailbox_title .ow_mailbox_convers_info_date {
	font-size: 12px;
	margin-right: -49px;
	font-family: Helvetica, Arial, sans-serif;
}
.ow_chat_request_item .console_list_ipc_item {
	padding-left: 20px;
	background: url(images/miniic_buble.svg) 2px 12px no-repeat;
}
.ow_chat_request_item.ow_console_new_message .console_list_ipc_item {
	background-image: url(images/miniic_buble_active.svg);
}
.ow_mailbox_request_item .console_list_ipc_item {
	padding-left: 20px;
	background: url(images/miniic_envelope.svg) 2px 12px no-repeat;
}
.ow_mailbox_request_item.ow_console_new_message .console_list_ipc_item {
	background-image: url(images/miniic_envelope_active.svg);
}
.ow_chat_request_item .ow_console_mailbox_txt {
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
}
.ow_console_messages_viewall,
.ow_console_messages_send {
	width: 50%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-wenkit-box-sizing: border-box;
}
.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_btns .ow_console_messages_viewall a,
.ow_console_messages_btns .ow_console_messages_send a,
.ow_console_messages_btn .ow_console_messages_viewall a {
	display: inline-block;
	width: 100%;
	line-height: 32px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-wenkit-box-sizing: border-box;
	background: #4267B2;
    color: #ffffff;
	text-transform: uppercase;
}
.ow_console_messages_btns .ow_console_messages_viewall a,
.ow_console_messages_btn .ow_console_messages_viewall a {
	border-right: 1px solid #e5e5e5;	
}
.ow_console_messages_btns .ow_console_messages_viewall a:hover,
.ow_console_messages_btns .ow_console_messages_send a:hover,
.ow_console_messages_btn .ow_console_messages_viewall a:hover {
	color: #fff;
	background: #333333;
}
/* ---- End of Console styles ---- */
/* ---- Main Menu styles ---- */
.ow_menu_wrap {
    padding: 0;
    display: table;
    position: static;
    width: 150px;
    min-height: 770px;
    height: 100%;
    background: transparent;
    float: left;
    top: 180px;
}
.ow_main_menu {
	font-family: Helvetica, Arial, sans-serif;
	height: auto;
	overflow: auto;
	padding-bottom: 180px;
}
.ow_main_menu li {
    padding: 0;
	display: inline-block;
}
.ow_main_menu li a {
    color: #1d2129; /** OW_Control type:color, key:menuColor, section:2. Colors, label:4. Menu text color **/
    display: inline-block;
	font-size: 13px;
	text-shadow: none;
    padding: 0 5px 0px 32px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
    border: 1px solid transparent;
    width: 141px;
	background-image: url(images/fb_menu_li.png);
    background-repeat: no-repeat;
    background-position: 4px center;
}
.ow_main_menu li:first-child a {
    /* padding-left: 0px; */
}
.ow_main_menu li a span {
	line-height: 32px;
	display: inline-block;
}
.ow_main_menu li.active a {
	color: #1d2129;
	background-color: #f6f7f9;
	border: 1px solid #dddfe2;
	background-image: url(images/fb_menu_li.png);
}
.ow_main_menu li a:hover {
	color: #1d2129;
	background-color: #f6f7f9;
	border: 1px solid #dddfe2;
	background-image: url(images/fb_menu_li.png);
}
.ow_main_menu li.active:first-child a {
    /* padding-left: 0px; */
    /* border: 1px solid transparent; */
}

/* Menu icons */
li.base_main_menu_index a,
li.base_main_menu_index.active a,
li.base_main_menu_index a:hover{
	background-image: url(images/fb_home.png) !important;
	display: none;
}
li.base_dashboard a,
li.base_dashboard.active a,
li.base_dashboard a:hover{
	background-image: url(images/fb_dashboard.png) !important;
}

li.base_users_main_menu_item a,
li.base_users_main_menu_item.active a,
li.base_users_main_menu_item a:hover{
	background-image: url(images/fb_users.png) !important;
}
li.groups_main_menu_list a,
li.groups_main_menu_list.active a,
li.groups_main_menu_list a:hover{
	background-image: url(images/fb_groups.png) !important;
}
li.photo_photo a,
li.photo_photo.active a,
li.photo_photo a:hover{
	background-image: url(images/fb_photo.png) !important;
}
li.video_video a,
li.video_video.active a,
li.video_video a:hover{
	background-image: url(images/fb_video.png) !important;
}
li.event_main_menu_item a,
li.event_main_menu_item.active a,
li.event_main_menu_item a:hover{
	background-image: url(images/fb_events.png) !important;
}
li.blogs_main_menu_item a,
li.blogs_main_menu_item.active a,
li.blogs_main_menu_item a:hover{
	background-image: url(images/fb_blogs.png) !important;
}
li.forum_forum a,
li.forum_forum.active a,
li.forum_forum a:hover{
	background-image: url(images/fb_forum.png) !important;
}
li.base_main_menu_my_profile a,
li.base_main_menu_my_profile.active a,
li.base_main_menu_my_profile a:hover {
	background-image: url(images/fb_user.png) !important;
}
li.base_base_join_menu_item a,
li.base_base_join_menu_item.active a,
li.base_base_join_menu_item a:hover {
	background-image: url(images/fb_join.png) !important;
}
li.indexlogin_sign_in a,
li.indexlogin_sign_in.active a,
li.indexlogin_sign_in a:hover {
	background-image: url(images/fb_signin.png) !important;
}
li.ocsfundraising_projects a,
li.ocsfundraising_projects.active a,
li.ocsfundraising_projects a:hover {
	background-image: url(images/fb_cf.png) !important;
}
li.questions_main_menu_list a,
li.questions_main_menu_list.active a,
li.questions_main_menu_list a:hover {
	background-image: url(images/fb_qp.png) !important;
}
/* ---- End of Main Menu styles ---- */
/* ---- Box Menu styles ---- */
.ow_box_menu {
    font-size: 0px;
    line-height: 10px;
    margin-bottom: 8px;
    text-align: left;
}
.ow_box_menu a {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    height: 16px;
    padding: 0px 6px 0 6px;
    border-right: 1px #4c4c4c solid;
    outline: 0;
    color: #4c4c4c;
    text-transform: capitalize;
    font-family: Helvetica, Arial, sans-serif;
}
.ow_box_menu a:first-child {
	padding-left: 0px;
}
.ow_box_menu a:last-child {
	border-right-width: 0px;
}
.ow_box_empty .ow_box_menu {
    float: none;
    text-align: center;
}
.ow_box_menu a.active,
.ow_box_menu a:hover{
	color:#4267B2; 
	text-decoration:none;
}
/* ---- End of Box Menu styles ---- */
/* ---- Content Menu styles ---- */
.ow_content_menu{
	font-size: 0px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	border: 1px solid transparent;
    background-color: transparent;
    border-radius: 4px;
}

.ow_content_menu_wrap{
	margin-bottom:8px;
}
.ow_content_menu li {
    float: left;
    border: 1px solid transparent;
    position: relative;
    /* top: 1px; */
    /* padding: 1px; */
}
.ow_content_menu li a {
    display: block;
    font-size: 14px;
    color: #333333;
	background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.ow_content_menu span {
    background-image: url(images/ic_file.svg);
    background-position: 12px center;
    background-repeat: no-repeat;
    padding: 7px 8px 7px 8px;
    display: block;
	text-transform: capitalize;
    background-image: none !important;
}
/*
.ow_content_menu li.active {
    border-color: #E5E5E5 #E5E5E5 #fff #E5E5E5;
} */
.ow_content_menu li.active a, .ow_content_menu li a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #4267B2;
    border: 1px solid #e5e5e5;
}
/* ---- End of Content Menu styles ---- */
/* ---- Footer Menu styles ---- */
.ow_footer_menu {
    padding: 10px;
    text-transform: capitalize;
    margin-bottom: 5px;
    background-color: #ffffff;
    border-bottom: 0px solid #282A2B;
    color: #8c8989;
    text-align: center;
    font-size: 12px;
}
.ow_footer_menu a {
	display: inline-block;
    padding: 0px 0.7vw;
	color: #365899; /** OW_Control type:color, section:1. General Settings, key:footerMenuColor, label:9. Footer Menu Text color **/
}
.ow_footer_menu a:first-child {
	padding-left: 0vw;
}
.ow_footer_menu a:hover {
	text-decoration: none;
}
/* ---- End of Footer Menu styles ---- */
/* ---- Fw menu styles ---- */
.ow_fw_menu {
    padding: 7px 8px 1px 0px;
    min-height: 24px;
    clear: both;
    background-color: #fff;
    border: 1px solid #e5e5e5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.ow_fw_btns {
    display: inline-block;
}
.ow_fw_menu .ow_explore_photos_show {
    font-size: 14px;
    padding-left: 8px;
}
/* ---- End of the Fw menu styles ---- */
/* ---- Vertical menu styles ---- */
.ow_vertical_nav.ow_vertical_menu,
body .ow_vertical_nav_item {
    border-color: #e5e5e5;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.ow_vertical_nav_item.selected {
   	background-color: #fff;
}
.ow_moderation_wrap .ow_moderation_sticked {
	top: 70px;
}
/* ---- End of the Vertical menu styles ---- */
/*========================================================
        [7] Pagination        __pagination
  ========================================================*/
html[xmlns] .ow_paging.clearfix {
	display: inline-block;
}
.ow_paging {
    padding: 8px;
    font-size: 15px;
    width: 98%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e5e5e5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.ow_paging a{
    display: inline-block;
    line-height: 16px;
    padding: 2px 6px 2px 7px;
    text-decoration: none;
    color: #333333;
}
.ow_paging a.active, .ow_paging a:hover {
    color: #fff;
    background-color: #4267B2;
    border-radius: 2px;
}
.ow_paging span {
	display: inline-block;
	padding-left: 3px;
}
/*========================================================
        [8] Content Items        __content items
  ========================================================*/
/* ---- Tooltip ---- */
.ow_tooltip {
    margin-top: 0;
    padding-top: 3px;
}
.ow_tooltip_tail {
    display: inline-block;
    padding: 0px 0px;
    width: 100%;
    visibility: visible;
}
.ow_tooltip_tail span {
    display:inline-block;
	background: url(images/tooltip_tail.png) no-repeat 8px -6px;
	width: 19px;
	height: 6px;
	margin-bottom: -1px;
}
.ow_tooltip .ow_tooltip_body {
    background:#fff;
    padding:4px 0;
	border: 1px solid rgba(100, 100, 100, .4);
	border-radius: 0 0 2px 2px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}
.ow_forum_search_context_menu .ow_tooltip .ow_tooltip_body {
    padding: 4px 0;
}
.ow_forum_search_context_menu .ow_context_action_list a {
     padding: 4px 12px;
}
body .forum_search_wrap {
	background-image: none;
}
body .forum_search_wrap input {
	box-shadow: none;
	line-height: 19px;
	padding: 1px 4px 3px !important;
}
/* ---- Top Right Tooltip  ---- */
.ow_tooltip_top_right.ow_tooltip {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 12px;
 }
.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  ---- */
/* ---- Context Action styles ---- */
.ow_context_action_block {
    float: right;
    text-align: right;
    font-size: 0px;
    line-height: 18px;
}
.ow_context_action {
    display: inline-block;
    position: relative;
    background-color: transparent;
    z-index: 3;
    height: 18px;
    padding: 0px 0px 0px 5px;
    border: 1px solid transparent;
    vertical-align: top;
    zoom: 1;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.ow_context_action_value {
	font-size: 13px;
    display: inline-block;
    padding: 0px 5px 0px 0px;
    text-decoration: none;
	color: #333333;
	text-transform: uppercase;
}
.ow_context_more {
    display: inline-block;
    min-width: 15px;
    height: 18px;
    padding: 0px 3px 0px 0px;
    background: url(images/fb_context.png) no-repeat 0 -76px;
    vertical-align: top;
}
body .ow_context_action_value_block .ow_context_action .ow_context_more,
body .ow_context_action_value_block .ow_context_action:hover .ow_context_more {
    background-position: 0 0px;
    min-width: 20px;
    height: 22px;
}
body .ow_context_action_value_block .ow_context_action:hover .ow_context_more {
    background-position: -43px 0px;
}
.ow_context_action:hover,
.ow_context_action.active {
    cursor: pointer;
    border-color: transparent;
    background-color: transparent;
}
span.ow_context_more:hover {
    background-position: -21px -76px;
}
.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_wrap {
    /*position: absolute;
    right: -1px;
    top: 23px;
	padding-top: 1px;
	max-width: 250px;
    display: none;*/
}
.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: 14px;
    font-weight: normal;
	display: block;
	padding: 3px 0px;
	color: #828894;
}
.ow_context_action_list a:hover {
    text-decoration: none;
    background: #4267B2;
    color: #fff;
}
.ow_context_action .ow_tooltip {
    display: none;
}
.ow_context_action.active.ow_tooltip.ow_newsfeed_context_tooltip.ow_small.hidden,
.ow_context_action:hover .ow_tooltip.ow_newsfeed_context_tooltip.ow_small.hidden,
.ow_context_action.active.ow_tooltip.ow_comments_context_tooltip.ow_small.ow_tooltip_top_right.hidden,
.ow_context_action:hover .ow_tooltip.ow_comments_context_tooltip.ow_small.ow_tooltip_top_right.hidden {
    display: block;
    opacity: 1;
}
.ow_tooltip.ow_newsfeed_context_tooltip.ow_small.hidden {
    -webkit-animation-fill-mode: inherit;
    animation-fill-mode: inherit;
}
.ow_context_action_divider {
	line-height: 1px;
	height: 1px;
	background: #e5e5e5;
	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 {
	color: #333333;
}
/* ---- End of Cover Context Action styles ---- */
/* ---- Counter  ---- */
.ow_count_wrap {
    text-align: center;
   	display: inline-block;
	line-height: 15px;
	font-size: 10px;
	vertical-align: top;
}
.ow_count_bg {
	display: inline-block;
    background: #333333;
 	min-height: 15px; 
 	overflow: hidden;
 	border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;	
}
.ow_count {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	min-height: 15px;
	min-width: 16px;
	line-height: 15px;
    color: #fff;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}
.ow_count_active {
    background: none repeat scroll 0 0 #EC6D5D;
}
/* ---- End of Counter  ---- */
/* ---- Info tooltip styles ---- */
.ow_tip{
	display:inline-block;
	position:absolute;
    z-index: 10005;
}
.ow_tip_box {
	position: relative;
    padding:2px 9px 4px;
	background-color:#fff;
	color: #828894;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.ow_tip_arrow{
	display:none;
	position:absolute;
}
.ow_tip_arrow span {
	display:block;
	border:5px dashed transparent;
}
/* Tip top */
.ow_tip_top .ow_tip_box{
	margin-bottom:5px;
}
.ow_tip_top .ow_tip_box:after, 
.ow_tip_top .ow_tip_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ow_tip_top .ow_tip_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
.ow_tip_top .ow_tip_box:before {
	border-color: rgba(204, 214, 222, 0);
	border-top-color: #E5E5E5;
	border-width: 6px;
	margin-left: -6px;
}
/* Tip right */
.ow_tip_right .ow_tip_box:after,
.ow_tip_right .ow_tip_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ow_tip_right .ow_tip_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 5px;
	margin-top: -5px;
}
.ow_tip_right .ow_tip_box:before {
	border-color: rgba(204, 214, 222, 0);
	border-right-color: #E5E5E5;
	border-width: 6px;
	margin-top: -6px;
}
.ow_tip_right .ow_tip_box{
	margin-left:5px;
}
/* Tip left */
.ow_tip_left .ow_tip_box:after, 
.ow_tip_left .ow_tip_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ow_tip_left .ow_tip_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 5px;
	margin-top: -5px;
}
.ow_tip_left .ow_tip_box:before {
	border-color: rgba(204, 214, 222, 0);
	border-left-color: #E5E5E5;
	border-width: 6px;
	margin-top: -6px;
}
.ow_tip_left .ow_tip_box{
	margin-right:5px;
}
/* Tip bottom */
.ow_tip_bot .ow_tip_box:after, 
.ow_tip_bot .ow_tip_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ow_tip_bot .ow_tip_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
.ow_tip_bot .ow_tip_box:before {
	border-color: rgba(204, 214, 222, 0);
	border-bottom-color: #E5E5E5;
	border-width: 6px;
	margin-left: -6px;
}
.ow_tip_bot .ow_tip_box{
	margin-top:5px;
}
/* ---- End of the Info tooltip styles ---- */
/*========================================================
        [9] Common Blocks        __blocks
========================================================*/
.ow_box_cap_empty {
	background: none;
	margin-bottom: 8px;
}
.ow_box_cap h3, .ow_box_cap_empty h3 {
    padding: 8px 0 8px 8px;
    text-transform: capitalize;
    height: auto;
    font-size: 15px;
    line-height: 16px;
    overflow: hidden;
    color: #4B4F56;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    float: left;
}
html body .ow_box_cap .ow_box_cap_body h3,
html body .ow_box_cap_empty .ow_box_cap_body h3 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 5px center;
}
.ow_box_cap,.ow_comments_ipc .ow_box_cap_empty {
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 1px 1px 0;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.ow_box_cap .ow_box_cap_body,
.ow_box_cap_empty .ow_box_cap_body {
	min-height: 32px;
}
.ow_box,.ow_comments_ipc .ow_box_empty {
    background-color: #fff;
    border: 1px solid;
    border-top: none;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    margin-bottom: 8px;
    padding: 8px;
    position: relative;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.ow_comments_ipc .ow_box_cap_empty {
    margin-bottom: 0;
}
.ow_box_empty{
	position: relative;
	padding: 8px;
}
.ow_box .bottom_toolbar, .ow_box_mod .bottom_toolbar{
	margin-top: 10px;
    /*border-top: 1px solid #dddfeb;*/
    font-size: 10px;
    padding: 0 5px;
    text-align: right;
}
.ow_box.ow_no_cap {
	border-top: 1px solid #e5e5e5;
}
.ow_box_empty .ow_box_toolbar_cont {
    border-bottom: 0px solid rgba(202, 212, 221, 0.6);
    margin-top: 8px;
}
.ow_box_toolbar {
	margin-top: 12px;
	float: right;
    white-space: nowrap;
}
.ow_box_toolbar span {
	padding: 0px 2px 0px 0px;
}
.ow_box_toolbar span.ow_nowrap a {
	display: inline-block;
	border: 1px solid transparent;
	padding: 0px 6px 0px;
	line-height: 21px;
}
.ow_box_toolbar span.ow_nowrap a:hover {
	color: #4267B2;
}
.ow_box_toolbar a:hover {
	text-decoration: none;
}
.ow_box_toolbar .ow_delimiter,
.ow_ic_toolbar  .ow_delimiter{
	display: none;
}
/* FloatBox implementation */
#floatbox_overlay {
	position: fixed;
	z-index: 100;
	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;
}
#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%;
}
body .floatbox_canvas .floatbox_container {
	margin-top: 10px;
}
.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: 1px solid rgba(0, 0, 0, 0.5);
	visibility: visible;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.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: Helvetica, Arial, sans-serif;	
}
.floatbox_header .ow_box_cap_icons {
	float: right;
	margin-top: 1px;
}
.floatbox_body {
	padding: 8px 16px;
	text-align: left;
	color: #7B7B7B;
}
.floatbox_bottom {
	padding: 0px 16px 16px;
	text-align: center;
}
.floatbox_header .ow_box_cap_icons a.ow_ic_delete.close {
    background-image: url(images/photoview_close.png);
}
/* End FloatBox implementation */
/*========================================================
        [10] Forms        __forms
  ========================================================*/
/* ---- Form Elements styles ---- */
input[type=text],
input[type=password],
textarea,
select,
div.jhtmlarea,
.ow_photo_upload_description,
.ow_photo_preview_edit .CodeMirror{
	background-color: #f2f3f5;
    border: 1px solid #ccd0d5;
    color: #1d2129;
    font-family: "Lucida Grande", "Verdana";
    font-size: 12px;
    padding: 4px;
}
body form div.jhtmlarea {
	background: #fff;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body .toolbar {
	padding: 2px 2px 0px;
	height: 22px;
	background: #fff;
	border: none;
}
body .toolbar ul li {
	margin: 0px;
}
body .toolbar ul li a {
	background-image: url(images/wysiwyg.png);
	border: none;
	width: 20px;
	height: 20px;
}
body .toolbar ul li a:hover {
	border: none;
}
body .jhtmlarea .toolbar ul {
	height: 24px;
}
.jhtmlarea .input_ws_cont {
	padding: 8px;
}
body.htmlarea_styles {
	margin: 0px;
}
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=checkbox] ~ label,
input[type=radio] ~ label {
	vertical-align: top;
}
input[type=text],
input[type=password]{
    width: 100%;
    height: 30px;
    line-height: 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;    
}
input[type=submit],
input[type=button]{
	background-color: transparent;
    background-position: right 50%;
	background-repeat: no-repeat;
    background-image: url(images/ic_right_arrow.svg);
    padding: 1px 1px 0px 0px;
    color: #4b4f56;
    cursor: pointer;
    height: 34px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
    font-weight: bold;
	border: none;
	background-image: none !important;
}
textarea.invitation,
input[type=text].invitation,
input[type=password].invitation{
	color:#999;
}
input[type=text].ow_inputready,
textarea.ow_inputready {
    color: #999999;
}
/* 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: 0px;
    padding-right: 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]{
}

html body.ow input[type=submit],
html body.ow input[type=button]{
    margin: 0px;
}
span.ow_button {
    display: inline-block;
    background-color: #f6f7f9;
    padding: 0px 10px;
    border: 1px solid #ced0d4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
span.ow_button:hover {
	background-color: #e9ebee;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
span.ow_button:hover input[type=submit],
span.ow_button:hover input[type=button]{
	color: #4b4f56;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
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 center;
	background-repeat: no-repeat;
	background-color: transparent;
}
span.ow_button span {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: transparent;
}
.ow_btn_delimiter span.ow_button:first-child {
	margin-right: 16px;
}
.ow_btn_delimiter span.ow_button span.ow_button {
	margin: 0px;
}
*+html input[type=submit],
*+html input[type=button]{
    overflow: visible;
}
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;
    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);
}
input[type=submit].submit{
    background-color: #00aa00;
    color: #fff;
}
input[type=submit].alert{
    background-color: #ff6666;
    color: #fff;
}
ul.ow_radio_group li{
	float:left;
}
ul.ow_checkbox_group li{
	float:left;
}
.form_auto_click textarea.invitation{
	height:50px;
}
form .error{
    color:red;
}
form input[type=text].hasDatepicker{
    width: 87%;
}
.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]{
	color: #4b4f56;
}
.ow_negative input[type=submit],
.ow_negative input[type=button]{
	background: none;
	padding-right: 2px;
}
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 ---- */
/* Color buttons */
html body div .ow_green,
span.ow_blitem.ow_green input[type=submit],
span.ow_blitem.ow_green input[type=button],
.ow_bl a.ow_green:hover {
    color: #57ba98;
}
html body div .ow_red,
span.ow_blitem.ow_red input[type=submit],
span.ow_blitem.ow_red input[type=button] {
    color: #ee3d32;
}
html body div .ow_mild_red,
span.ow_blitem.ow_mild_red input[type=submit],
span.ow_blitem.ow_mild_red input[type=button] {
    color: #ee3d32;
}
html body div .ow_mild_green,
span.ow_blitem.ow_mild_green input[type=submit],
span.ow_blitem.ow_mild_green input[type=button] {
	color: #57ba98;
}
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: transparent;
	border-color: transparent;
	color: #333333;
}
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: #828894;
    font-size: 13px; /** key:commonFontSize **/
    line-height: 18px;
}
body.htmlarea_styles a{
}
body.htmlarea_styles p{
    margin:0;
}
/* tag styles */
div.tagsinput { 
	background-color: #fff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-color: #E5E5E5;
}
div.tagsinput span.tag {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: #fff;
	border-color: #e5e5e5;
}
div.tagsinput span.tag a {
	border-color: #e5e5e5;
}
div.tagsinput span.tag span {
	font-size: 13px;
}
div.tagsinput input {
	color: #828894;
}
/* lbutton */
a.ow_lbutton,
span.ow_lbutton {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid transparent;
    padding: 1px 6px;
	line-height: 13px;
    text-transform: uppercase;
    text-shadow: none;
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
	vertical-align: text-bottom;
	color: #333333;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
html body a.ow_lbutton,
html body span.ow_lbutton {
    font-size: 11px;
}
.ow_lbutton:hover {
    border-color: #4267B2;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background-color: #4267B2;
}
/* ---- End of Form Elements styles ---- */
/* -------Attachments styles----------*/
.ow_attachment_btn {
    float: right;
    margin: 0 0 0 6px;
    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/ic_attach_big.svg) no-repeat 0 0;
    height: 26px;
    width: 28px;
    margin-top: -3px;
}
.ow_attachments a.attach:hover {
	background-position: 0px -37px;
}
.ow_attachments a.attach.uploading {
	background: url(images/ajax_preloader_button.gif) no-repeat center center;
}
.ow_attachment_delete {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
}
.ow_ajax_oembed_attachment {
    width: 100%;
}
.ow_attachment_btn span.ow_button {
    background-color: none;
    background-image: none;
    background-repeat: repeat-x;
    background-position: center left;
    /* border: none; */
    padding: 0;
	display: inline-block;
	text-align: center;
}
.ow_attachment_btn span.ow_button span {
	display: inline-block;
}
.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: 19px;
	background: none;
}
/*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: #fff;
}
.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: #fff;
}
.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;
    display: inline-block;
}
.ow_attachment_description {
    line-height: 13.5px;
    height: 27px;
    overflow: hidden;
    display: block;
}
.ow_attachment_title a {
	display: block;
	height: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
    font-weight: bold;
}
body .newsfeed-attachment-preview {
	width: 100%;
}
.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: #fff;
    width: 120px;
    height: 120px;
    border: 1px solid #e5e5e5;
    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 transparent;
    padding-right: 50px;
    position: relative;
    height: 22px;
    overflow: hidden;
}
.ow_file_attachment_info:hover {
	border-color: #e5e5e5;
}
.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-family: Helvetica, Arial, sans-serif;
}
.ow_file_attachment_size {
    font-weight: normal;
    display: none;
}
.ow_file_attachment_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    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: 20px;
    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 {
	background-color: transparent;
}
body .ow_attachments a.video {
    margin: 0 0 0 -1px;
}
.base_cmnts_temp_cont .ow_ipc_info {
	border: none;
	padding-bottom: 1px;
}
.ow_feed_comments_viewall,
.ow_photo_attachment_preview,
.ow_oembed_attachment_preview,
.ow_oembed_attachment_pic {
	background-color: #fff;
	border-color: #e4e9ee;
	border-style: solid;
}
.ow_comments_item {
	position: relative;
	padding: 6px 16px 4px 8px;
	border-width: 1px 1px 0 1px;
}
.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 {
    border-width: 1px 0 0 0;
}
.ow_photoview_info_wrap.sticked .ow_comments_item:last-child {
	border-width: 1px;
	margin-bottom: 12px;
}
.ow_comments_no_form .ow_comments_list .ow_comments_item:last-child {
	border-width: 1px;
}
.ow_comments_form_top.ow_comments_no_form .ow_comments_list .ow_comments_item:first-child {
	border-width: 1px;
}
.ow_newsfeed_features .ow_comments_list div .ow_context_action_block .ow_context_action {
    border-top-width: 1px;
}
.ow_comments_form_wrap {
	padding: 6px 16px 4px 6px;
	border-width: 1px;
	min-height: 42px;
}
.ow_comments_ipc .ow_comments_form_wrap {
	min-height: 50px;
}
.ow_comments_form_wrap .ow_avatar {
    /* padding-top: 0px; */
}
.ow_feed_comments_viewall {
	text-align: right;
	padding: 8px 8px 8px 0;
	border-width: 0px 0 1px 0;
	min-height: 14px;
	text-align: center;
}
.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: -56px;
    width: 56px;
}
.ow_comments_item_info {
    margin-left: 45px;
    padding-top: 0px;
}
.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: 34px !important;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	padding-right: 28px;
	padding-left: 10px;
	resize: none;
	line-height: 24px;
    font-size: 12px;
}
.ow_comments_item_header {
    margin-bottom: -32px;
    padding: 8px 0px 0 10px;
    width: auto;
    display: inline-block;
    position: relative;
    z-index: 89;
    max-height: 16px;
    overflow: hidden;
}
@-moz-document url-prefix() {
.ow_comments_item_header {
    margin-bottom: -24px;
}
}
@supports (-ms-ime-align: auto) {
.ow_comments_item_header {
    margin-bottom: -24px;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ow_comments_item_header {
    margin-bottom: -24px;
}
}
.ow_comments_item_header a {
    color: #365899;
    font-weight: 600;
    max-width: 52px;
    max-height: 18px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    word-wrap: normal;
    word-break: break-all;
    text-overflow: ellipsis;
}
.ow_comments_item_header a:hover {
    text-decoration: underline;
}
.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;
}
.ow_comments_date.ow_tiny {
    font-size: 13px;
    display: block !important;
}
.ow_comments_list .ow_tooltip .ow_tooltip_body {
    padding: 4px 0px;
}
.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: none;
	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;
    width: 34px;
    background: #FFF;
}
.ow_comments_msg {
    color: #F44336;
    padding-bottom: 8px;
    background-color: #eff1f3;
    padding-top: 9px;
    border-radius: 18px;
    width: 46%;
    margin: 8px auto 0;
    font-weight: 600;
}
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: 35px;
    margin-right: -35px;
    float: left;
}
.ow_comments_mipc .ow_comments_item_info,
.ow_feed_comments_input_sticky .ow_comments_item_info {
	margin-left: 45px;
}
.ow_comments_item_picture .ow_avatar {
    width: 32px;
    height: 32px;
}
.ow_comments_item_picture .ow_avatar a img {
    width: 32px;
    height: 32px;
}
.ow_comments_mipc .ow_comments_list {
	margin-bottom: 1px;
}
.ow_comments_item_info .ow_comments_content {
    padding: 8px 10px;
    width: fit-content;
    word-wrap: break-word;
    display: table-cell;
    background-color: #eff1f3;
    color: #1d2129;
    font-size: 13px;
    font-weight: normal;
    border-radius: 18px;
}
.ow_comments_content.ow_smallmargin::before {
    content: '';
    padding-left: 52px;
    position: relative;
    display: inline-block;
}
.ow_comments_form_wrap .ow_comments_input_wrap .ow_comments_input {
	padding-top: 0px;
	position: relative;
	margin-top: -2px;
}
.ow_comments_input_wrap .ow_comments_input .comments_fake_autoclick {
	margin-top: 0;
}
.ow_comments_input_wrap .ow_comments_input .ow_attachment_icons {
	position: absolute;
	top: 5px;
	right: 4px;
}
.ow_comments_input .ow_attachments a {
    background: url(images/fb_cam.png) no-repeat scroll 0px 5px;
    cursor: pointer;
    float: left;
    height: 20px;
    width: 24px;
    overflow: hidden;
    text-decoration: none;
}
.ow_comments_input .ow_attachments a:hover {
    background: url(images/fb_camh.png) no-repeat scroll 0px 5px;   
}
.ow_attachments input[type="file"] {
    cursor: pointer;
    float: right;
    opacity: 0;
}
.ow_add_comments_form.ow_small {
	font-size: 13px;
}
/*End of comments styles*/
/* ---- Button List styles ---- */
.ow_bl{
    padding: 0;
}
.ow_bl li {
	float: left;
	list-style: none;
    margin-left: 4px;
}
.ow_bl a{
    display: block;
	padding: 0px 8px;
	line-height: 20px;
	height: 21px;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #f5f5f5;
    border: 1px solid #E5E5E5;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.ow_bl a:hover {
    border-color: #4267B2;
    color: #FFFFFF;
    background-color: #4267B2;
}
.ow_dnd_widget .ow_box_empty .ow_bl.ow_box_toolbar li {
	margin-bottom: 8px;
}

/* Blitem */
span.ow_blitem {
	background: none;
	border: 1px solid transparent;
	color: #333333;
	padding: 0px 0px;
	line-height: 20px;
	height: 20px;
    text-decoration: none;
    display: inline-block;
    margin: 0px 4px 0px 0px;
    font-size: 13px;
}
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: 1px 5px 0 6px;
    text-transform: none;
    line-height: 18px;
    font-size: 13px;
    text-transform: uppercase;
    color: #4CAF50;
}
span.ow_blitem:hover,
span.ow_blitem input:hover {
    border-color: #e5e5e5;
    color: #8BC34A;
}
/* Button List Cover Image */
.ow_bg_controls span.ow_blitem{
	background: url(images/btnl_black_bg.png) repeat-x center left;
	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:#828894;
} 
.ow_bg_controls span.ow_blitem input[type="submit"],
.ow_bg_controls span.ow_blitem input[type="button"]{
	color: #333333;
} 
.ow_bg_controls span.ow_blitem input[type="submit"]:hover,
.ow_bg_controls span.ow_blitem input[type="button"]:hover{
}
/* ---- End of Button List styles ---- */
/* ---- Button List narrow styles ----- */
.ow_bl_narrow{
    padding: 0;
}
.ow_bl_narrow li {
	list-style: none;
}
.ow_bl_narrow li a {
    display: block;
    font-size: 14px;
    padding: 5px 7px;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;	
}
.ow_bl_narrow li a:hover {
    background-color: #4267B2;
    color: #FFFFFF;
}
/* ---- End of Button List narrow styles ---- */
/* ---- 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: 98%;
    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-family: Helvetica, Arial, sans-serif;
}
.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;
}
/* ---- End of the Suggest field styles ---- */
/* ---- Sort styles ---- */
.ow_sort_control {
	padding: 4px 8px 4px 0px;
}
.ow_sort_control a {
	display: inline-block;
	font-size:14px;
	height: 16px;
	line-height: 16px;
	padding: 0px 6px 0 7px;
	outline: 0;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	border-right: 1px solid #4c4c4c;
}
.ow_sort_control a span {
	display: inline-block;
}
.ow_sort_control a:last-child {
	border-right-width: 0;
}
.ow_sort_control a.active,
.ow_sort_control a:hover{
	color:#828282;
	text-decoration:none;
}
.ow_sort_control_label {
	padding: 0px 0px 0px 0px;
}
/* ---- End of Sort styles ---- */
/*=======================================================
        [11] 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_user_list .ow_alt1,
.ow_user_list .ow_alt2,
.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: #e5e5e5;
}
.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_video_list div:first-child,
.ow_user_list div:first-child {
	border-left-width: 1px;
	border-top-width: 1px;
}
.ow_table_1 tr td:first-child,
.ow_table_2 tr td:first-child {
	border-left-width: 1px;
}
.ow_video_list div,
.ow_user_list div {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}
.ow_video_list div:last-child,
.ow_user_list div:last-child {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;

}
.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-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
	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,
.ow_table_2 tr:first-child th:last-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
	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-left-radius: 0;
    -moz-border-left-radius: 0;
    -webkit-border-left-radius: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;	
}
.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-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
}
.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: #e5e5e5  #e5e5e5 #e5e5e5 #e5e5e5;
	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 1px 0;
	border-color: #e5e5e5;
}
.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;
    border-top-left-radius: 0;
}
.ie8 .ow_table_1 tr.ow_tr_first th,
.ie8 .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 {
   	border-right-width: 1px;
    border-top-right-radius: 0;
}
.ow_table_1 tr.ow_tr_first th:last-child,
.ow_table_2 tr.ow_tr_first th:last-child {
   	border-right-color: #e5e5e5;
}
.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: top;
}
.ow_content .ow_table_3 td.ow_label{
    border: none;
    color: #333333;
    text-align: right;
    width: 49.5% !important;
}
.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: #333333;
    text-align: right;
}
.ow_table_4 td.ow_value{
    padding-left: 10px;
}
th.ow_section{
    border: 0 none;
    padding: 7px 0;
	text-align: center;
	font-size: 20px;
	color: #333333;
}
th span.ow_section_icon{
    background-repeat: no-repeat;
    padding-left: 26px;
}
th.ow_section span {
	text-transform: uppercase;
    padding: 5px 10px;
    font-weight: normal;
}
table.ow_form td.ow_label{
    color: #333333;
    text-align: right;
    width: 20%;
}
table.ow_form td.ow_desc{
    width: 25%;
    color: #333333;
    font-size: 11px;
}
table.ow_form td.ow_submit{
    text-align: center;
}
/*========================================================
        [12] Standard Listings        __listings
  ========================================================*/
/* ---- Regular listing ---- */
.ow_regular {
	margin-bottom: 12px;
}
.ow_regular li {
    line-height: 16px;
    margin: 0 0 3px 0px;
    padding: 0px 0px 0px 16px;
    background-repeat: no-repeat;
    background-image: url(images/miniic_li.png);
    background-position: 0 2px;
    background-size: 12px;
}
/* ---- End of the Regular listing ---- */
/* ---- Item Picture Content ---- */
.ow_ipc {
	margin-top: 8px;
	margin-bottom: 0px;
}
.ow_ipc:first-child {
    /* margin-top: 0px; */
}
.ow_ipc_picture{
    float: left;
    margin-right: -56px;
    width: 56px;
}
.ow_ipc_picture img {
	width: 40px;
	height: 40px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.ow_dnd_widget.index-EVENT_CMP_UpcomingEvents .ow_ipc_picture {
    background-color: #fff;
    width: 46px;
    padding-bottom: 0px;
    border-radius: 0px;
}
.ow_dnd_widget.index-EVENT_CMP_UpcomingEvents .ow_ipc_picture img {
    margin-top: 3px;
    margin-left: 3px;
}
.ow_ipc_picture img:first-child {
	margin-top: 2px;
	margin-left: 2px;
}
.ow_ipc_picture .ow_avatar img {
	margin-top: 0px;
	margin-left: 0px;	
}
.ow_ipc_info {
    margin-left: 50px;
    padding: 0px 5px 5px 5px;
    border: 0px solid #e5e5e5;
}
.ow_ipc_header{
    padding: 0px 0px 0px;
    margin: 0px 0px 6px;
}
.ow_ipc_header a {
	font-family: Helvetica, Arial, sans-serif;
}
.ow_ipc.ow_smallmargin {
	margin-bottom: 0px;
}
.ow_ipc_content{
    padding: 0px 0px 5px 0px;
    line-height: 1.25em;
	color: #4a4a4a;
}
.ow_ipc_toolbar{
    font-size: 13px;
    line-height: 14px;
	float: left;
	padding: 0 0px 0px 0px;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
}
.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;
}
.ow_table_1 .ow_ipc_info,
.ow_table_2 .ow_ipc_info {
	border: none;
}
/* ---- End of the Item Picture Content ---- */
/* ---- Mini Item Picture Content ---- */
.ow_mini_ipc_picture {
    float: left;
    margin-right: -56px;
    width: 56px;
}
.ow_mini_ipc_info {
    margin-left: 56px;
    padding-top: 0;
}
.ow_mini_ipc_info .mipc_url {
    font-family: Helvetica, Arial, sans-serif;
}
.ow_mini_ipc_content {
    margin-top: 5px;
}
/* ---- End of the Mini Item Picture Content ---- */
/* ---- Item Content styles ---- */
.ow_ic_header {
	margin-bottom: 5px;
}
.ow_ic_header a {
    font-family: Helvetica, Arial, sans-serif;
}
.ow_ic_description {
	margin-bottom: 5px;
}
.ow_ic_date {
	float: right;
	font-size: 13px;
	line-height: 14px;	
}
/* ---- End of the Item Content styles ---- */
/* ---- Avatar list styles ---- */
.ow_avatar_list{
    text-align: center;
}
.ow_avatar_list a{
    margin-bottom: 0px;
    margin-right: 1px;
}
/* ---- End of the Avatar list styles ---- */
/* ---- Listing Picture styles ---- */
.ow_lp_picture {
    float: left;
    margin: 0 1px 1px 0;
}
.ow_lp_avatars{
	text-align:center;
}
.ow_lp_avatars .ow_lp_wrapper{
	display: inline-block;
    margin: 0 1px 4px 0;
	width: 40px;
}
.ow_lp_avatars .ow_lp_wrapper img {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.ow_lp_albums .ow_lp_wrapper,
.ow_lp_groups .ow_lp_wrapper {
    width: 40px;
    height: 40px;
    padding: 0px;    
    float: left;
	background-color: #fff;
    border: solid 0px #a2acb3;
    padding: 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.ow_lp_photos .ow_lp_wrapper {
    width: 40px;
    height: 40px;
    padding: 0px;
    margin: 0 2px 2px 0;
    display: inline-block;
    float: none;
    text-align: left;
	background-color: #ffffff;
    border: solid 0px #a2acb3;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.ow_photo_item_widget {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	width: 40px !important;
    height: 40px !important;
}
.ow_lp_avatars .ow_avatar {
    margin: 1px;
	text-align: left;
}
.ow_lp_photos img,
.ow_lp_albums img,
.ow_lp_groups img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.ow_lp_label{
    margin-left: 50px;
}
.ow_lp_avatars.ow_mini_avatar{
    text-align:left;
}
a.avatar_list_more_icon{
    width: 25px;
    height: 32px;
    display: inline-block;
    margin: 0 1px;
    background: #eee url(images/more_icon.png) no-repeat 50% 50%;
}
/* ---- End of the Listing Picture styles ---- */
/* ---- User List styles ---- */
.ow_user_list {
}
.ow_user_list .ow_item_set3{
    width: 33%;
    word-wrap: break-word;
}
.ow_user_list_item{
    float: left;
    padding: 10px;
    padding-right: 0px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.ow_user_list_picture {
    float: left;
    margin-right: 0px;
    width: 40px;
}
.ow_user_list_picture img{
    width: 40px;
    height: 40px;
}
.ow_user_list_data {
    margin-left: 55px;
    padding: 4px 8px 4px 0px;
    margin-top: 8px;
    text-align: left;
}
.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;
}
.ow_user_list .ow_item_set3 .ow_user_list_picture {
    float: none;
    margin-right: 0px;
    width: 100px;
    margin: 0 auto;
}
.ow_user_list .ow_item_set3 .ow_user_list_data {
    margin-left: 0px;
    padding: 4px 8px 4px 0px;
    margin-top: 8px;
    text-align: center;
}
.floatbox_container .ow_user_list_picture {
    float: left;
    margin: auto;
    width: 40px;
}
.floatbox_container .ow_user_list_data {
    text-align: left;
    margin-left: 55px;
}
/* ---- End of the User List styles ---- */
/*========================================================
        [13] Thumbnails & Icons        __icons
  ========================================================*/
img.thumb{
    width: 100px;
}
html body div .ow_ic_add{ background-image: url(images/ic_add.svg); }
html body div .ow_ic_aloud{ background-image: url(images/ic_aloud.svg); }
html body div .ow_ic_app{ background-image: url(images/ic_app.svg); }
html body div .ow_ic_attach{ background-image: url(images/ic_attach.svg); }
html body div .ow_ic_birthday{ background-image: url(images/ic_birthday.svg); }
html body div .ow_ic_bookmark{ background-image: url(images/ic_bookmark.svg); }
html body div .ow_ic_calendar{ background-image: url(images/ic_calendar.svg); }
html body div .ow_ic_cart{ background-image: url(images/ic_cart.svg); }
html body div .ow_ic_chat{ background-image: url(images/ic_chat.svg); }
html body div .ow_ic_clock{ background-image: url(images/ic_clock.svg); background-size: 20px 20px;}
html body div .ow_ic_comment{ background-image: url(images/ic_comment.svg); }
html body div .ow_ic_cut{ background-image: url(images/ic_cut.svg); }
html body div .ow_ic_dashboard{ background-image: url(images/ic_dashboard.svg); }
html body div .ow_ic_delete{ background-image: url(images/ic_delete.svg); }
html body div .ow_ic_draft{ background-image: url(images/ic_draft.svg); }
html body div .ow_ic_down_arrow{ background-image: url(images/ic_down_arrow.svg); }
html body div .ow_ic_edit{ background-image: url(images/ic_edit.svg); }
html body div .ow_ic_female{ background-image: url(images/ic_female.svg); }
html body div .ow_ic_file{ background-image: url(images/ic_file.svg); }
html body div .ow_ic_files{ background-image: url(images/ic_files.svg); }
html body div .ow_ic_flag{ background-image: url(images/ic_flag.svg); }
html body div .ow_ic_folder{ background-image: url(images/ic_folder.svg); }
html body div .ow_ic_forum{ background-image: url(images/ic_forum.svg); }
html body div .ow_ic_friends{ background-image: url(images/ic_friends.svg); }
html body div .ow_ic_gear_wheel{ background-image: url(images/ic_gear_wheel.svg); }
html body div .ow_ic_groups{ background-image: url(images/ic_groups.svg);}
html body div .ow_ic_heart{ background-image: url(images/ic_heart.svg); }
html body div .ow_ic_help{ background-image: url(images/ic_help.svg); }
html body div .ow_ic_house{ background-image: url(images/ic_house.svg); }
html body div .ow_ic_info{ background-image: url(images/ic_info.svg); }
html body div .ow_ic_key{ background-image: url(images/ic_key.svg); }
html body div .ow_ic_left_arrow{ background-image: url(images/ic_left_arrow.svg); }
html body div .ow_ic_lens{ background-image: url(images/ic_lens.svg); }
html body div .ow_ic_link{ background-image: url(images/ic_link.svg); }
html body div .ow_ic_lock{ background-image: url(images/ic_lock.svg); }
html body div .ow_ic_mail{ background-image: url(images/ic_mail.svg); }
html body div .ow_ic_male{ background-image: url(images/ic_male.svg); }
html body div .ow_ic_mobile{ background-image: url(images/ic_mobile.svg); }
html body div .ow_ic_moderator{ background-image: url(images/ic_moderator.svg); }
html body div .ow_ic_monitor{ background-image: url(images/ic_monitor.svg); }
html body div .ow_ic_move{ background-image: url(images/ic_move.png); }
html body div .ow_ic_music{ background-image: url(images/ic_music.svg); }
html body div .ow_ic_new{ background-image: url(images/ic_new.svg); }
html body div .ow_ic_newsfeed{ background-image: url(images/ic_newsfeed.svg); }
html body div .ow_ic_ok{ background-image: url(images/ic_ok.svg); }
html body div .ow_ic_online{ background-image: url(images/ic_online.svg); }
html body div .ow_ic_picture{ background-image: url(images/ic_picture.svg); }
html body div .ow_ic_places{ background-image: url(images/ic_places.svg); }
html body div .ow_ic_plugin{ background-image: url(images/ic_plugin.svg); }
html body div .ow_ic_question{ background-image: url(images/ic_question.svg);}
html body div .ow_ic_refresh{ background-image: url(images/ic_refresh.svg);}
html body div .ow_ic_push_pin{ background-image: url(images/ic_push_pin.svg); }
html body div .ow_ic_reply{ background-image: url(images/ic_reply.svg); }
html body div .ow_ic_right_arrow{ background-image: url(images/ic_right_arrow.svg);}
html body div .ow_ic_rss{ background-image: url(images/ic_rss.svg); }
html body div .ow_ic_save{ background-image: url(images/ic_download.svg); }
html body div .ow_ic_restrict{ background-image: url(images/ic_restrict.svg); }
html body div .ow_ic_script{ background-image: url(images/ic_script.svg); }
html body div .ow_ic_server{ background-image: url(images/ic_server.svg); }
html body div .ow_ic_star{ background-image: url(images/ic_star.svg); }
html body div .ow_ic_tag{ background-image: url(images/ic_tag.svg); }
html body div .ow_ic_trash{ background-image: url(images/ic_trash.svg); }
html body div .ow_ic_unlock{ background-image: url(images/ic_unlock.svg); }
html body div .ow_ic_up_arrow{ background-image: url(images/ic_up_arrow.svg); }
html body div .ow_ic_update{ background-image: url(images/ic_update.svg); }
html body div .ow_ic_user{ background-image: url(images/ic_user.svg); }
html body div .ow_ic_video{ background-image: url(images/ic_video.svg); }
html body div .ow_ic_warning{ background-image: url(images/ic_warning.svg); }
html body div .ow_ic_write{ background-image: url(images/ic_write.svg); }
html body div .ow_ic_close{ background-image: url(images/ic_x.svg); }


/*---- End of the Icons on hover for buttons styles ----*/
html body.ow div .ow_inprogress {
    background-image: url(images/ajax_preloader_button.gif);
}
html body.ow div input.ow_inprogress,
html body div .ow_button:hover .ow_inprogress {
    background-image: url(images/ajax_preloader_button.gif) !important;
    background-position: right -4px center;
	padding: 1px 31px 0px 0px;
}
.clearfix.ow_status_update_btn_block span.ow_button .ow_inprogress,
.clearfix.ow_status_update_btn_block span.ow_button:hover .ow_inprogress {
    background-repeat: no-repeat !important;
    background-position: right 45% !important;
    padding: 1px 24px 0px 4px;
}
html body div .ow_button span,
html body div .ow_button span.ow_negative,
html body div .ow_button:hover span.ow_negative,
html body div .ow_button:hover span.ow_negative input,
html body div .ow_button span.ow_negative .ow_inprogress {
	background-image: none;
	background-repeat: no-repeat;
}
.ow_right.q-save-c input.ow_inprogress,
.ow_right.q-save-c .ow_button:hover .ow_inprogress,
html body div span.ow_button:hover span {
	background-image: none !important;
}
.ow_right.q-save-c .ow_attachment_btn span.ow_button input[type=submit],
.ow_right.q-save-c .ow_attachment_btn span.ow_button input[type="button"] {
    line-height: 21px;
    font-size: 13px;
}
.ql-sort-wrap .ow_tooltip_body {
    padding: 4px 4px;
}
.questions-page {
    width: 98.6% !important;
    margin-left: 4px !important;
}
.questions-list {
    margin-left: 0px !important;
}
.questions-list li.ql_item {
    background-color: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    padding: 12px 8px 0px;
    margin-bottom: 8px;
    border-radius: 3px;
}
input.qaa-input.invitation {
    border-radius: 3px;
}
.q-text,.q-answers.ow_stdmargin {
    background-color: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    padding: 6px 8px;
}
.q-info.ow_small.ow_stdmargin .ow_box_cap.clearfix {
    border-bottom-color: transparent;
}
body.ow.facebook.questions_page .theiaStickySidebar {
    float: left;
}
body.ow.facebook.questions_page .ow_sidebar {
    margin-top: 0;
}
.question-page .questions-question {
    padding: 0 0px !important;
}

.ow_no_cap span.ow_ic_up_arrow {
	width: 20px;
	display: inline-block;
}
.maintenance_cont h1 {
	background-image: none;
}

.ow_icon_control{
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0px 0 3px 20px;
    line-height: 15px;
}

html body div .ow_miniic_comment{ background: url(images/fb_comm.png) no-repeat 0 0; }
html body div .ow_miniic_like { background: url(images/fb_like.png) no-repeat 0 0; }
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;
}
.ow_box_cap_icons {
	margin-top: -26px;
}
span.ow_icon{
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: top;
}
.ow_box_cap_icons a.close{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    float: right;
    width: 20px;
    height: 20px;
}
/* ---- Avatar styles ---- */
.ow_change_avatar .avatar_current{
    border-right: 1px solid #e5e5e5;
    padding-right: 3px;
}
.ow_change_avatar .ow_avatar_preview{
    border-left: 1px solid #e5e5e5;
}
.ow_change_avatar .avatar_crop{
    border-bottom: 1px solid #e5e5e5;
}
.ow_avatar_crop .jcrop-holder{
    margin: 0px auto;
}
.ow_avatar_preview div{
    margin: 0px auto;
}
.ow_avatar {
    position: relative;
    display: inline-block;
    padding: 0px;
    width: 40px;
    height: 40px;
    background-image: none;
    background-position: 0px 0px;
    background-repeat: no-repeat;
	background-color: #ffffff;
    border: solid 0px #a2acb3;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.ow_avatar img {
    vertical-align: bottom;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.ow_avatar_label {
    font-size: 7px;
    display: inline-block;
    position: absolute;
    line-height: 10px;
    text-transform: uppercase;
    bottom: 0px;
    background-color: #999;
    right: 8px;
    color: #fff;
    font-weight: bold;
    padding: 0px 2px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    font-family: "Lucida Grande","Tahoma","Verdana";
}
.ow_cavatar span.ow_avatar_label,
.ow_sidemenu span.ow_avatar_label {
    display: none;
}
html body .ow_sidebar .ow_avatar_label,
html body .ow_console .ow_avatar_label  {
    font-size: 7px;
}
.ow_console .ow_avatar_label {
	bottom: 4px;
	right: 4px;
}
.ow_newsfeed .ow_newsfeed_avatar {
	width: 56px;
	height: 56px;
    margin-right: -56px;	
}
.ow_newsfeed .ow_newsfeed_avatar img {
	width: 40px;
    height: 40px;
}
/* ---- End of the Avatar styles ---- */
/* ---- User Avatar Console styles ---- */
.ow_avatar_console{
    position: relative;
    background: #fff;
    padding: 4px 4px 0px;
    border: 1px solid #e5e5e5;
	overflow: hidden;	
}
.ow_avatar_console #avatar_console_image {
    width: 100%;
    display: inline-block;
    /* background-size: contain; */
    position: static;
}
.ow_avatar_console .ow_avatar_image {
    height: 190px;
    max-width: 170px;
}
.ow_avatar_change{
    position: absolute;
    right: 0; 
    top: 0;
    left: 0;
    height: 204px;
    background: rgba(255,255,255,0.9);
}
.ow_avatar_change .ow_lbutton {
	margin-top: 95px;
	padding: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.ow_avatar_change .ow_lbutton:hover {
	border-color: transparent;
}
.ow_avatar_console_links {
    background: #F0F0F0;
    display: block;
    padding: 5px 10px;
    border-top: 1px solid #fff;
}
body .ow_avatar_console .ow_avatar_label {
	bottom: 7px;
	right: 7px;
}
.user_online_wrap {
	min-height: 21px;
	text-align: left;
	padding-top: 8px;
}
.ow_user_list_item.clearfix.ow_item_set3 .ow_avatar, .ow_user_list_item.clearfix.ow_item_set3 .ow_avatar a img {
    width: 90px;
    height: 90px;
	border-color: transparent;
}
/* ---- End of User Avatar Console styles ---- */
/*===========================================================
        [14] Notifications        __notifications
  ===========================================================*/
/* ----  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;
	color: #fff;
	text-align:center;
	line-height: 24px;
	margin:15px;
	padding:7px 12px;
	overflow: auto;
	position:relative;
	text-transform: uppercase;
}
.ow_message_node div div{
	padding-right:24px;
}
.ow_message_node a.close_button {
	display:block;
	width:13px;
	height:13px;
	float:right;
	position:absolute;
	top:13px; 
	right:14px;
	background:url(images/message_btn_close.png) no-repeat 50% 50%;
}
/*info*/
.ow_message_cont .ow_message_node.info {
	background: #4CAF50;
	border-top:1px solid #4CAF50;
	border-right:1px solid #4CAF50;
	border-bottom:1px solid #4CAF50;
	border-left:1px solid #4CAF50;
}
/*warning*/
.ow_message_cont .ow_message_node.warning {
	background: #f4b111;
	border-top:1px solid #f4b111;
	border-right:1px solid #f4b111;
	border-bottom:1px solid #f4b111;
	border-left:1px solid #f4b111;
}
/*error*/
.ow_message_cont .ow_message_node.error {
	background: #dc3c56;
	border-top:1px solid #dc3c56;
	border-right:1px solid #dc3c56;
	border-bottom:1px solid #dc3c56;
	border-left:1px solid #dc3c56;
}
/* ---- End of the Message (Feedback) styles ---- */
/*========================================================
        [15] Default Classes      __default classes
  ========================================================*/
.clr {
    clear: both;
}
/* Float */
.ow_left {
    float: left;
}
td.ow_left {
	float: none;
}
.ow_right {
    float: right;
}
.ow_center {
    text-align: center;
}
/* Text align */
.ow_txtleft,
table td.ow_txtleft {
    text-align: left;
}
.ow_txtcenter {
    text-align: center;
}
.ow_txtright {
    text-align: right;
}
/* Cursor */
.ow_cursor_pointer {
	cursor: pointer;
}
.ow_cursor_default {
	cursor: default;
}
/* Preloader */
.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_ajax_floatbox_preloader {
	width: 100%;
	height: 50px;
}
.ow_side_preloader_wrap .ow_side_preloader {
	width: 22px;
	height: 22px;
	margin-top: 0;
}
/* */
.info {
    margin-bottom: 8px;
}
html body .ow_hidden{
    display: none;
}
.ow_visible {
    display: block;
}
.ow_overflow_hidden {
    overflow: hidden;
}
.ow_nocontent {
    padding: 20px 0px;
    text-align: center;
}
table.ow_nomargin,
div.ow_nomargin {
    margin-bottom:0px;
}
.ow_automargin{
    margin-left: auto;
    margin-right: auto;
}
.ow_std_margin{
    margin-bottom: 25px;
}
.ow_stdmargin{
    margin-bottom: 10px;
}
.ow_smallmargin{
    margin-bottom: 8px;
}
.ow_nowrap {
    white-space: nowrap;
}
.ow_break_word{
    word-wrap:break-word;
}
.ow_normal{
    font-size: 13px;
}
.ow_small{
    font-size: 12px;
}
.ow_tiny {
    font-size: 11px;
}
body .ow_disabled {
    background: #fff;
    color: #ACB5BB;
}
body .ow_disabled::selection,
body .ow_disabled::-moz-selection {
	color: #828894;
}	
.ow_highlight{
    background: #aaffaa;
}
.ow_outline {
    color: #4267B2; /** OW_Control type:color, section:2. Colors, key:txtValue, label:5. Numeric values **/
    font-family: Helvetica, Arial, sans-serif;
}
.ow_lightweight {
    font-weight: normal;
}
.ow_txt_value {
    font-family: Helvetica, Arial, sans-serif;
    color: #333333; /** OW_Control type:color, section:2. Colors, key:txtValue, label:5. Numeric values **/
}
.ow_remark {
	color: #828894; 
}
.ow_alt1,
tr.ow_alt1 td{
    background-color: #fff; 
}
.ow_alt2,
tr.ow_alt2 td{
    background-color: #fff; 
}
.ow_high1{
    background-color: #fff; 
}
.ow_high2{
    background-color: #fff;
}
.ow_anno {
	background:#fff url(images/ic_warning.svg) no-repeat scroll 15px 45%;
	border:1px solid #E5E5E5;
	padding:10px;
}
.outline{
    color: #4267B2;
    font-family: Helvetica, Arial, sans-serif;
}
.ow_highbox_table .ow_highbox,
.ow_highbox {
	background: #f8fafc;
	border: none;
	box-shadow: 0px 0px 1px #e5e5e5;
}
.ow_highbox {
	padding: 4px;
}
.ow_highbox_table .ow_highbox {
	height:50px;
	padding:10px;
}
th,
.ow_highbox_table .ow_highbox,
.ow_page .ow_highbox,
.ow_sidebar,
.ow_table_3 td {
	border-color: #e5e5e5;
}
.ow_page td.ow_highbox {
	border-color: #e5e5e5;
}
.ow_autowidth,
table.ow_form td.ow_autowidth {
    width: auto;
}
/* Tex formatter */
.alignleft{
	float: left;
}

.alignright{
	float: right;
}
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*========================================================
        [16] Plugin Styles        __plugins
  ========================================================*/
/* ---- Add content styles ---- */
.ow_add_content{
	background-image: url(images/ic_add.svg);
	background-repeat: no-repeat;
	background-position: center 2px;
    float: left;
    margin: 1px 0px 1px 0px;
    height: 22px;
    width: 32%;
    font-size: 13px;
    text-align: center;
    padding: 26px 0px 0px 0px;
    border: 1px solid transparent;
    overflow: hidden;
}
html body div .ow_add_content:hover {
    font-size: 13px;
    text-align: center;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    color: #4B4F77;
    background-color: #F6F7F9;
    border: 1px solid #DDDFE2;
}
.ow_add_content:hover{
	text-decoration:none;
}

html body div .ow_add_content.ow_ic_picture {
	background-image: url(images/fb_photo.png);
}
html body div .ow_add_content.ow_ic_write {
	background-image: url(images/fb_blogs.png);
}
html body div .ow_add_content.ow_ic_files {
	background-image: url(images/fb_forum.png);
}
html body div .ow_add_content.ow_ic_comment {
	background-image: url(images/fb_groups.png);
}
html body div .ow_add_content.ow_ic_calendar {
	background-image: url(images/fb_events.png);
}
html body div .ow_add_content.ow_ic_video {
	background-image: url(images/fb_video.png);
}

/* ---- End of Add content 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: 8%;
}
.ow_forum_topic .ow_icon .ow_lbutton:hover {
	border-color: transparent;
	cursor: default; 
}
body.htmlarea_styles blockquote.ow_quote,
blockquote.ow_quote{
    margin: 10px 0 10px 0px;
    background: #fff;
    padding: 2px 5px;
	opacity: 0.8;
}
body.htmlarea_styles blockquote.ow_quote .ow_author,
blockquote.ow_quote .ow_author{
	color: #1B1B1D;
    display: inline-block;
    padding: 2px 0;
    width: 98%;
}
body.htmlarea_styles .ow_quote_header,
.ow_quote_header {
	display: block;
	padding: 6px;
	background-color: #E9EBEE;
}
body.htmlarea_styles .ow_quote_cont_wrap,
.ow_quote_cont_wrap {
	background: #F9F9F9 url("images/quote_top.png") no-repeat right 1px;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0 1px 1px;
    display: block;
}
body.htmlarea_styles .ow_quote_cont,
.ow_quote_cont {
	background: url("images/quote_bottom.png") no-repeat 1px bottom;
    display: block;
    padding: 9px 20px;
}
.ow_forum_topic_posts .ow_post_comment{
    background-repeat: no-repeat;
    font-style: italic;
    font-size: 11px;
    margin: 10px 0;
    padding-left: 20px;
}
.ow_forum_post_area{
    height: 240px;
}
.ow_forum_status{
    font-style: italic;
}
/* First post in topic */
.ow_forum_topic_posts > .ow_box.ow_no_cap {
}
.ow_forum_topic_posts > .ow_box.ow_no_cap .ow_ipc_info {
	border-color: #E5E5E5;
}
/* ---- Forum sortable ---- */
.forum_placeholder{
	border: 1px dashed #999;
	background-color: #FFF9DB;
    margin-bottom: 25px;
    width: 100%;
}

tr.forum_placeholder td{
	background-color: #FFF9DB;
    border: 1px dashed #999;
	height: 45px;
    width: 100%;
}
.forum_section{
	cursor: move;
}
.forum_section_tr{
	height: 41px;
}
body .ow_forum_attachment_icon {
	width: 18px;
	height: 18px;
}
/* ---- End of Forum styles ---- */
/* ---- Mailbox styles ---- */
body.ow.facebook.mailbox_table .ow_content_menu_wrap.clearfix {
    margin-top: -45px;
}
body.ow.facebook.mailbox_table{
}
body.ow.facebook.mailbox_table span.ow_button span.ow_ic_add input#newMessageBtn {
    padding: 0;
    height: 32px;
}
body.ow.facebook.mailbox_table .ow_sidemenu {
    display: none;
}
body.ow.facebook.mailbox_table .ow_page.ow_bg_color.clearfix {
    margin: 0px 308px 0px 0px;
}
body .ow_mailbox_table {
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.ow_mailbox_date_cap .ow_mailbox_converstion_date {
    line-height: 11px;
    vertical-align: middle;
    text-align: center;
    /* float: none; */
    text-transform: uppercase;
    font-size: 11px;
    /* margin-left: -18%; */
}
.ow_mailbox_log .ow_time_block {
    color: #828894;
}
.ow_mailbox_log .ow_time_block p span.ow_time_text {
    font-size: 11px;
    line-height: 1px;
    margin: -5px 0 0;
}
.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 {
	background-image: url(images/miniic_envelope.svg);
}
.ow_mailbox_convers_info.chats {
	background-image: url(images/miniic_buble.svg);
}
.ow_mailbox_convers_info_attach {
    background: url(images/miniic_attach.svg) center center no-repeat;
}
.ow_mailbox_conv_options_label {
    background-image: url(images/chat_tiny_arrow_down.svg);
    line-height: 14px;
}
.ow_mailbox_convers_info {
	background-color: #fff;
}
.ow_mailbox_convers_info_new {
	background-color: #fff;
}
.ow_mailbox_convers_info_selected {
	background-color: #fff;
}
.ow_mailbox_convers_info:hover,
.ow_mailbox_convers_info_selected,
.ow_mailbox_convers_info_selected:hover {
    -webkit-box-shadow: inset 2px 0px 0px 0px #0084ff;
	-moz-box-shadow: inset 2px 0px 0px 0px #0084ff;
	box-shadow: inset 2px 0px 0px 0px #0084ff;
}
body .ow_mailbox_convers_info .ow_mailbox_convers_info_string a {
    font-size: 14px;
    text-transform: capitalize;
    color: #333;
}
body .ow_mailbox_convers_info .ow_mailbox_convers_info_string a:hover {
	color: #333333;
}
body .ow_mailbox_convers_info_new.mails .ow_mailbox_convers_info_string a, 
body .ow_mailbox_convers_info_new.mails .ow_mailbox_convers_info_content .ow_mailbox_convers_preview, 
body .ow_mailbox_convers_info_new.chats .ow_mailbox_convers_info_content .ow_mailbox_convers_preview, 
body .ow_mailbox_convers_info_new.chats .ow_mailbox_convers_info_string a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}
.ow_mailbox_convers_info span.ic_reply {
	background-image: url(images/ic_reply_g.svg);
	width: 18px;
}
.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_conv_options,
.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: #e5e5e5;
}
.ow_mailbox_log .ow_dialog_item.odd .ow_dialog_in_item,
.ow_mailbox_log .ow_dialog_item.even .ow_dialog_in_item {
    border: 1px solid #e5e5e5;
	padding: 6px 10px 6px 10px;
}
.ow_mailbox_log .ow_dialog_item.even i,
.ow_mailbox_log .ow_dialog_item.odd i {
    display: none;
}
.ow_mailbox_log_message .ow_mailbox_convers_info_body {
	padding-top: 8px;
}
.ow_mailbox_convers_actions .ow_miniic_control {
	margin-right: 0px;
	border:1px solid transparent;
}
.ow_mailbox_convers_actions .ow_miniic_control:hover {
	border: 1px solid #e5e5e5;
}
.ow_mailbox_convers_actions .ow_miniic_control span {
	width: 20px;
	height: 20px;
	background: url(images/miniic_gearwheel.svg) 0px 0px no-repeat;
}
.ow_mailbox_convers_actions .ow_miniic_control.active span {
	background: url(images/miniic_gearwheel.svg) 0px -21px no-repeat;
}
.ow_mailbox_convers_count_new,
.ow_mailbox_convers_info_date {
	text-transform: uppercase;
}
.ow_mailbox_convers_count_new {
	color: #4267B2;
}
body .ow_mailbox_username .ow_mailbox_username_text {
	font-weight: normal;
}
body .ow_mailbox_message_header a {
	font-size: 14px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}
body .ow_mailbox_message_content {
	font-size: 14px;
}
body .ow_mailbox_avatar {
	width: 56px;
}
body .ow_mailbox_log .ow_dialog_item.odd .ow_dialog_in_item {
    background: #f1f0f0;
    border-color: #f1f0f0;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #333;
}
body .ow_mailbox_log .ow_dialog_item.even .ow_dialog_in_item {
    background: #0084ff;
    border-color: #0084ff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
}
body .ow_dialog_in_item p{
	line-height: 15px;
}
body .ow_mailbox_right .ow_mailbox_username .ow_chat_status {
	vertical-align: initial;
	margin-left: -18px;
}
body .ow_mailbox_username,
body .userisonline .ow_mailbox_username {
	padding: 4px 0 0 4px;
}
body .ow_mailbox_right .ow_mailbox_username {
	min-width: 200px;
}
body .ow_mailbox_cap .ow_mailbox_avatar {
	margin-top: 3px;
	margin-left: -56px;
}
.ow_mailbox_table .ow_mailbox_search input {
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
/* ---- End of Mailbox styles ---- */
/* ---- Chat styles ---- */
body .ow_chat_block_wrap {
	background-color: #fff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
body .ui-draggable-disabled ~ .ow_chat_block_wrap {
    background-color: #f6f7f9;
    background: #f6f7f9 url(images/fb_chat.png) repeat-x 0 -58px;
    border: 1px solid #dddfe2;
}
html body .ow_chat_block {
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
body .ow_chat_in_block {
	border-bottom: 0;
}
body .ow_chat_in_block {
	border-left: 1px solid #e5e5e5;
}
body span.ow_btn_sort_users span {
	background-image: url(images/chat_btn_sort.png);
}
body a.ow_btn_sound span {
	background-image: url(images/chat_btn_sound.png);
}
/*body .ow_btn_close_search {
	background-image: url(images/chat_btn_close_search.png);
}*/
.ow_count_block span.ow_count_txt {
    color: #333;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
}
body .ow_chat_dialog_wrap .ow_count_bg, body .ow_chat .ow_count_bg {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: transparent;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
	min-height: 12px;
}
body .ow_chat_dialog_wrap .ow_count_active, 
body .ow_chat .ow_count_active {
	background-color: #0084ff;
	height: 12px;
    border-radius: 20px;
}
.ow_chat_list ul li a.ow_chat_item .ow_count_wrap span.ow_count {
    color: #fff;
}
body .ow_chat_dialog_wrap .ow_count, body .ow_chat .ow_count {
    color: #333;
    padding: 0px 1px 0px 0px;
    min-width: 12px;
    min-height: 8px;
    font-size: 12px;
    max-height: 8px;
    line-height: 12px;
}
body a.ow_btn_sound:hover span, 
body span.ow_btn_sort_users:hover span {
	background-color: transparent;
	border-color: transparent;
}
body .ow_chat_block .ow_chat_search {
	border-top: none;
	border-color: #e5e5e5;
}
body .ow_chat_block_main .ow_chat_search input[type="text"], 
body .ow_chat_block_main .ow_chat_search input[type="password"] {
	color: #4c4c4c;
	background-color: #f6f7f9;
}
body .ow_chat_in_block,
body .ow_chat_list ul {
	background-color: #f6f7f9;
}
body .ow_chat_block_main .ow_chat_search input[type="text"].invitation, 
body .ow_chat_block_main .ow_chat_search input[type="password"].invitation {
	color: #999;
}
.ow_chat_dialog.ow_open .ow_chat_in_item_photo {
    border: 2px solid transparent;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.ow_chat_in_item_photo img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.ow_chat_list ul li a.ow_chat_item:hover {
	background-color: #e9ebee;
}
body .ow_chat_block.ow_active .ow_count_block a:hover {
	background-image: url(images/photo_view_context_hover.png);
	background-position: 233px 7px;
}
.ow_chat_dialog.ow_open a.ow_chat_item_author_wrap:hover,
body .ow_mailchat_new_message.ow_chat_dialog_active .ow_author_block a.ow_chat_item_author_wrap:hover,
body .ow_mailchat_new_message.ow_chat_dialog_active .ow_mailchat_select_user a.ow_chat_minimize_btn {
	background-image: url(images/photo_view_context_up.png);
}
.ow_chat_dialog.ow_open.ow_active a.ow_chat_item_author_wrap:hover,
body .ow_mailchat_new_message.ow_chat_dialog.ow_active .ow_author_block a.ow_chat_item_author_wrap:hover,
body .ow_mailchat_new_message .ow_mailchat_select_user a.ow_chat_minimize_btn {
	background-image: url(images/photo_view_context_hover.png);
}
body .ow_mailchat_new_message .ow_mailchat_select_user a.ow_chat_minimize_btn {
	background-image: url(images/photo_view_context.png);
}
body .ow_count_block a:hover {
	background-image: url(images/photo_view_context_up.png);
	background-position: 233px 7px;
}
body .ow_mailchat_new_message .ow_mailchat_select_user a.ow_chat_minimize_btn {
	background-position: center 7px;
}
.ow_top_panel,
.ow_chat_block .ow_bot_panel {
	border-width: 1px 0 0 1px;
}
.ow_chat_block.ow_active .ow_bot_panel {
    border-width: 1px 0px 0px 1px;
    border-color: #e5e5e5;
    border-style: solid;
}
.ow_chat_block .ow_top_panel .ow_count_block, .ow_chat_block .ow_bot_panel .ow_count_block {
    padding: 4px 0;
}
.ow_chat_block .ow_top_panel {
    border-style: solid;
    border-color: #4080ff;
    background-color: #4080ff;
}
.ow_chat_block .ow_top_panel span.ow_count_txt {
    color: #fff;
}
.ow_chat_block .ow_top_panel span.ow_count_bg.totalUserOnlineCountBackground {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.ow_chat_block .ow_top_panel span.ow_count_bg.totalUserOnlineCountBackground span.ow_count.totalUserOnlineCount {
    color: #fff;
}
body span.ow_chat_item_author, 
body span.ow_chat_item_text,
body .ow_chat_dialog_wrap .ow_chat_message_block .ow_chat_message textarea,
body .ow_mailchat_new_message.ow_chat_dialog.ow_active .ow_mailchat_select_user input,
html body .ow_chat_dialog .ow_chat_subject_block input,
body .ow_mailchat_autocomplete_inner span.ow_chat_item_author .ow_chat_in_item_author {
	color:#333333;
	font-weight: normal;
}
html body .ow_chat_dialog .ow_chat_subject_block input {
    border: 0;
}
.userFieldUserListItem span.ow_chat_item_photo {
    margin: 0px 0 0 2px;
}
a.clearfix.ow_chat_item:hover {
    background-color: #f3f3f3;
    color: #333;
}
body .ow_author_block span.ow_chat_item_author {
	color:#FFFFFF;
}
.ow_chat_item_author_wrap .ow_chat_item_author span {
    margin: 0 10px 0 10px;
    color: #fff;
    font-size: 13px;
}
body .ow_chat_dialog {
	background-color: #36353b;
}
body .ow_chat_dialog.ow_active {
	background-color: #fff;
}
body .ow_mailchat_new_message.ow_chat_dialog {
	border: 1px solid #e5e5e5;
}
body .ow_diagonal_puller {
	background-image: url(images/diagonal_puller.png);
}
.ow_author_block a.ow_btn_close span {
	background-image: url(images/chat_btn_close.png);
}
a#newMessageWindowUnselectedCapCloseBtn span {
    background-image: url(images/mail_btn_close.png);
}
body a.ow_btn_close:hover {
	background: none;
}
body .ow_chat_dialog {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
html body .ow_chat_dialog .ow_chat_block {
    border: 1px solid #e5e5e5;
	border: none;
}
.ow_chat_dialog.ow_active .ow_author_block a.ow_chat_item_author_wrap {
    height: 28px;
}
.ow_chat_dialog.ow_active .ow_author_block span.ow_chat_item_author {
    padding: 7px 17px 0 0;
}
.ow_chat_item_author_wrap .ow_chat_item_author div.ow_chat_status {
    height: 21px;
}
body .ow_chat_dialog .ow_author_block {
	border-width: 0px 0px 0 0px;
	border-style: solid;
	border-color: #4080ff;
    background-color: #4080ff;
}
.ow_author_block.ow_chat_hover.clearfix {
    background-color: #f5f5f5;
}
.ow_chat_dialog_active.ow_chat_dialog .ow_author_block {
    padding: 0px 24px 0px 0px;
    background-color: #4080ff !important;
}
.ow_chat_dialog_active.ow_chat_dialog .ow_author_block span#dialogProfileDisplayName {
    color: #fff !important;
}
.ow_author_block.ow_chat_hover.clearfix span#dialogProfileDisplayName {
    color: #333;
}
.ow_chat_dialog.ow_active .ow_author_block .ow_chat_in_item_photo_wrap {
    display: none;
}
.ow_mailchat_new_message.ow_chat_dialog.ow_active .ow_author_block.ow_mailchat_selected_user a#userFieldProfileLink {
    display: block;
}
body .ow_chat_dialog .ow_mailchat_select_user.ow_author_block {
    border-width: 0;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff !important;
}
body .ow_chat_in_dialog_wrap {
	border-color: #e5e5e5;
	border-width: 0 1px 1px;
}
body .ow_dialog_date_cap {
    color: #828894;
    background-color: #fff;
    border-color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-left: -20%;
    margin-bottom: -16px;
    text-transform: uppercase;
}
.ow_chat_in_dialog .ow_time_block, .ow_mailbox_log .ow_time_block {
    padding: 3px 0;
    text-align: center;
}
.ow_chat_in_dialog .ow_time_block p span.ow_time_text {
    line-height: 1px;
    font-size: 11px;
    font-weight: bold;
}
.ow_chat_message_block {
	border-width: 0 1px;
	border-style: solid;
	border-color: #e5e5e5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body .ow_chat_in_dialog,
body .ow_mailchat_new_message .ow_chat_mailchat_inputarea,
body .ow_chat_dialog .ow_chat_subject_block input,
body .ow_mailchat_new_message.ow_chat_dialog .ow_mailchat_select_user.ow_author_block,
body .ow_mailchat_new_message .ow_mailchat_select_user input {
	background-color: #fff;
}
body .ow_chat_dialog_wrap .ow_chat_message_block .ow_chat_message textarea.invitation,
body .ow_chat_in_dialog .ow_time_block p span.ow_time_text,
body .ow_mailchat_new_message.ow_chat_dialog .ow_mailchat_select_user.ow_author_block,
body .ow_chat_dialog .ow_chat_subject_block input {
	color: #828894;
}
body .ow_mailchat_new_message.ow_chat_dialog_active .ow_mailchat_select_user.ow_author_block {
	background-color: #36353b;
}
.ow_mailchat_new_message.ow_chat_dialog.ow_chat_dialog_active .ow_mailchat_select_user .ow_mailchat_new_message_title {
	color: #9b9a9d;
}
body .ow_chat_dialog_active.ow_mailchat_new_message .ow_mailchat_select_user.ow_author_block {
	border-bottom-color: #ffffff;
}
.ow_dialog_in_item {
    padding: 3px 6px 4px 6px;
}
.ow_chat_block .ow_dialog_item.even .ow_dialog_in_item {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-top-right-radius: 0;
    border-top-right-radius: 0;
    border-top-right-radius: 0;
    background: #0084ff;
    border-color: #0084ff;
    font-size: 13px;
}
.ow_chat_block .ow_dialog_item.odd .ow_dialog_in_item {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-top-left-radius: 0;
    border-top-left-radius: 0;
    border-top-left-radius: 0;
    background: #f1f0f0;
    border-color: #f1f0f0;
    font-size: 13px;
}
.ow_chat_block .ow_dialog_item.odd .ow_dialog_in_item p {
    color: #333;
}
body .ow_chat_dialog_wrap .ow_dialog_in_item p {
	color: #fff;
}
body .ow_chat_dialog_wrap .ow_attachments a.attach {
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 22px;
	background: url(images/wysiwyg.png) no-repeat scroll -241px 5px rgba(0, 0, 0, 0);
}
body .ow_chat_dialog_wrap .ow_attachments a.attach.uploading,
body .ow_chat_preloader,
body .ow_mailchat_new_message .ow_file_attachment_preload {
	background-image: url(images/ajax_preloader_button.gif);
}
body .ow_chat_preloader {
	height: 22px;
	width: 22px;
}
body form .ow_chat_mailchat_inputarea .toolbar,
body .ow_mailchat_autocomplete ul li a:hover {
	background-color: #fff;
}
body .ow_chat_dialog .ow_chat_subject_block input,
.ow_mailchat_new_message.ow_chat_dialog .ow_author_block.ow_mailchat_selected_user {
    border: none;
    border-bottom: 1px solid #e8e8e8;
}
body .ow_mailchat_new_message .ow_chat_mailchat_inputarea,
body .ow_mailchat_new_message .ow_file_attachment_info {
	border-color: #e5e5e5;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
body .ow_chat_mailchat_buttons {
    border: none;
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
}
body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button,
body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button span {
	border: none;
	background: transparent;
	padding: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0;
}
body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button:hover {
	background-color: #333333;
}
body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="submit"], 
body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="button"] {
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #a2acb3;
	height: 24px;
}
body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="submit"]:hover, 
body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="button"]:hover {
	color: #fff;
}
body .ow_chat_dialog_wrap .ow_attachments .buttons {
	background-color: #fff;
}
body form .ow_chat_mailchat_inputarea .toolbar ul li a {
	background-image: url(images/wysiwyg.png);
	border: none;
}
body .ow_mailchat_new_message .ow_mailchat_select_user .ow_mailchat_autocomplete {
	top: 39px;
	border-top-width: 1px;
}
body .ow_chat_dialog .ow_chat_subject_block input {
	font-size: 13px;
}
body .toolbar ul li a {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
body .ow_mailchat_new_message .ow_file_attachment_close {
	background-image: url(images/tag_close_btn.png);
}
body .ow_mailchat_new_message.ow_chat_dialog.ow_active .ow_author_block .ow_mailchat_delete_receiver {
	background-image: url(images/chat_btn_close.png);
	background-position: 0px -4px;
}
body .jspDrag {
	background-color: #ccc;
}
.ow_chat .ow_chat_block .ow_count_block a {
	height: 20px;
}
.ow_chat_block .ow_count_wrap {
	vertical-align: text-bottom;
}
.ow_chat .ow_chat_block .ow_bot_panel .ow_count_block {
	padding-top: 2px;
}
body .ow_chat_dialog_wrap .ow_dialog_item i {
	display: none;
}
/* ---- End of Chat styles ---- */
/* ---- Blogs styles ---- */
.ow_blogpost_compose textarea{
    height: 235px;
}
/* ---- 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 ---- */
/* ---- Video styles ---- */
.ow_video_list .ow_alt1,
.ow_video_list .ow_alt2 {
	padding: 24px 0px 24px 0px;
	-webkit-align-content: stretch; 
  	align-content: stretch;
  	justify-content: center;
}
.ow_video_list .ow_alt1.clearfix,
.ow_video_list .ow_alt2.clearfix {
	display: flex;
}
.ow_video_player{
    text-align: center;
}
.ow_video_description{
    margin: 8px 0 20px;
}
.ow_video_list_item {
    /* margin: 0px 3.5%; */
    /* max-height: none; */
    /* width: 120px; */
}
.ow_other_video_item_title {
    margin-left: 0px;
    padding-left: 0px;
    text-overflow: ellipsis;
    padding-top: 8px;
    text-align: center;
}
.ow_video_thumb{
    background: url(images/video-no-video.png) no-repeat center center;
    display: block;
}
.ow_video_thumb, .ow_video_list_item img {
    height: 80px;
    width: 112px;
}
.ow_other_video_thumb {
    display: block;
    /* margin-left: auto; */
    padding: 0;
    background-color: #fff;
    border: solid 1px #a2acb3;
    float: none;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}
.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 {
    font-family: Helvetica, Arial, sans-serif;
    padding-bottom: 3px;
    margin-top: -77px;
}
.ow_video_item_rate {
    height: 15px;
    text-align: center;
    width: 65px;
    margin-left: 125px;
    margin-top: 65px;
}
.ow_video_infobar{
    padding: 10px;
    text-align: right;
}
.ow_video_player object,
.ow_video_player embed {
	max-width: 100%;
}
.ow_video_description {
    margin: 8px 0 10px;
    background-color: #fff;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
/* ---- End of Video styles ---- */
/* ---- Photo styles ---- */
.ow_photo_dragndrop {
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #333333;
    background-color: rgba(255, 255, 255, 0.59);
    border: 1px solid #e5e5e5;
    font-size: 15px;
}
.ow_photo_upload_bottom .ow_photo_upload_submit {
    position: static;
}
.ow_photo_upload_wrap .ow_photo_preview_block_wrap .ow_photo_preview_edit {
    border: 1px solid #e5e5e5;
}
.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;
}
.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_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_list_item_thumb span.ow_lbutton:hover {
	cursor: default;
}
.ow_photo_list_item_thumb {
	width: 120px;
	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: #57ba98;
}
/*Photo list*/
body .ow_photo_list_wrap div.ow_photo_item {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.ow_photo_item_info {
	font-size: 14px;
}
.ow_photo_list_wrap .ow_photo_item_wrap .ow_photo_item_info {
    background-color: rgba(255, 255, 255, 0.9);
}
.ow_photo_item_info.ow_small {
    /* visibility: hidden; */
}
.ow_photo_item_wrap .ow_photo_item img {
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.ow_photo_album_info_wrap {
    border-bottom: 1px solid #e5e5e5;
}
.ow_photo_album_cover {
    border-color: #e5e5e5;
}
.ow_photo_album_edit .ow_photo_album_cover .ow_lbutton {
	visibility: hidden;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	padding: 54px 0 0;
	background: none rgba(255,255,255,0.9);
}
.ow_photo_album_edit .ow_photo_album_cover:hover .ow_lbutton {
	visibility: visible;	
}
.ow_photo_album_edit .ow_photo_album_cover .ow_lbutton:hover {
	border-color: transparent;
}
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: #333333; 
}
/* Photo context action */
.ow_photo_item .ow_photo_context_action {
	border: none;
	background-color: #535a5f;
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    top: 0;
    right: 0;
}
body .ow_photo_context_action .ow_tooltip .ow_tooltip_body {
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
body .ow_photo_context_action .ow_context_action_block .ow_context_action,
html body .ow_photo_context_action .ow_context_action {
	border: none;
}
.ow_photo_context_action .ow_context_action:hover {
	background: url(images/photo_context_action_bg_active.png) repeat-x 0px 0px;
}
.ow_photo_context_action .ow_context_action_list.ow_alt2 {
	background: transparent;
}
.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-image: url(images/context_action_arrow.svg);
    background-color: transparent;
    width: 24px;
    height: 23px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
body .ow_photo_context_action .ow_context_action:hover {
    background-color: rgba(144,144,144, 0.3);
    background-image: url(images/context_action_arrow.svg);
}
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);
	background-repeat: no-repeat;
	background-position: center center;
}
body .ow_photoview_stage_wrap .ow_photo_context_action .ow_context_action .ow_context_more {
	background-image: none;
}
.ow_photo_context_action .ow_context_action_divider {
    background-color: rgba(160,160,160,0.7);
}
.ow_photo_context_action .ow_context_action_divider:hover {
    text-decoration: none;
}
/* Photo View */
.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);
}
.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_photoview_info_wrap .ow_photoview_user .ow_user_list_data a:first-child {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}
.ow_photoview_info_wrap .ow_photoview_user .ow_user_list_data div, 
.ow_photoview_info_wrap .ow_photoview_user .ow_user_list_data a {
	line-height: inherit;
}
.ow_photoview_info_wrap .ow_photoview_description {
	padding: 0 16px;
}
.ow_photoview_info .ow_comments_form_wrap {
	padding-left: 0px;
}
/* Pint Mode */
body .ow_photo_pint_mode .ow_photo_item_wrap .ow_photo_item_info {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.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: #969595;
	font-size: 13px;
}
.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);
}
body .ow_photo_list.ow_photo_pint_mode .ow_photo_item {
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
/*Searchbar*/
.ow_searchbar {
    border: 1px solid #e5e5e5;
    padding: 0px 4px 2px 6px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #fff;
    margin-top: -5px;
    margin-right: -5px;
}
.ow_searchbar .ow_searchbar_ac {
    border: 1px solid #e5e5e5;
    left: 9px;
    right: 0;
    top: 2px;
}
.ow_searchbar_ac li {
    background-color: #fff;
    font-size: 13px;
}
.ow_searchbar_ac li:hover {
    background-color: #e5e5e5;
    color: #fff;
}
.ow_searchbar .ow_searchbar_btn {
	background-position: center;
}
.ow_searchbar .ow_searchbar_input input[type="text"] {
	border: none;
	background: none;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}
/*Rates*/
.ow_photoview_info_wrap .ow_photoview_info .ow_rates_wrap {
    padding-left: 16px; 
    margin: 6px 0 8px 0;
}
.ow_photo_item .ow_photo_item_info .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;
}
.rate_title {
	color: #8e8d8d;
}
/* Edit Photo */
.floatbox_container .ow_photo_upload_description {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
/*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: 9px;
    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 #e5e5e5;
    position: absolute;
    top: -1px;
    left: 0;
    width: 99%;
    margin-left: 0.5%;
    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: #4c4c4c;
    cursor: pointer;
    position: relative;
}
.ow_dropdown_list li:hover {
    background-color: #e5e5e5;
}
.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 0px;
}
.ow_dropdown_delimeter div {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}
.ow_photo_upload_drop_area {
    border: 1px dashed #e5e5e5;
}
/* ---- Newsfeed styles ---- */
body ul.ow_newsfeed {
	padding: 0px;
}
.ow_newsfeed_section {
    list-style-image: none;
    margin: 15px 0;
}
.ow_newsfeed_section span{
    background: #f0f0f0;
    padding: 5px 10px;
    text-shadow: #fff 1px 1px 0;
}
.base_cmnt_mark .ow_ipc_info {
	padding-bottom: 0px;
}
.ow_newsfeed_features .ow_tooltip .ow_tooltip_body {
    padding: 0;
    border-width: 0;
   	box-shadow: none;
	background: white;
    border-top: 1px solid #e5e5e5;
}
.ow_newsfeed_features .ow_tooltip.ow_comments_context_tooltip .ow_tooltip_body {
	border: 1px solid #e5e5e5;
	padding: 4px 0;
}
.ow_newsfeed_features .ow_tooltip .ow_tooltip_tail span {
    height: 5px;
    background: none;
    position: relative;
    z-index: 1;
}
.ow_newsfeed_comments .ow_tooltip .ow_tooltip_tail span {
    height:6px;
    background-position: 3px -6px;
    background-image: url(images/tooltip_tail.png);
	background-repeat: no-repeat;
}
.ow_newsfeed_features .ow_tooltip .ow_tooltip_body .ow_tooltip .ow_tooltip_body {
}
.ow_newsfeed_features .ow_context_action_list a,
.ow_newsfeed_item .ow_context_action_list a,
.ow_photo_context_action .ow_context_action_list a {
	padding: 4px 12px;
}
.ow_newsfeed_context_tooltip {
	margin-top: 2px;
}
.ow_newsfeed_left {
	float: left;
}
.ow_newsfeed_date {
	float: right;
	text-align: right;
	line-height: 24px;
}
.ow_newsfeed_context_menu {
    display: none;
    position: absolute;
    right: 6px;
    top: 14px;
}
.ow_newsfeed_control {
	display: inline-block;
	font-size: 14px;
}
.ow_newsfeed_control > a {
	margin-right: 12px;
}
body .ow_newsfeed_control .ow_newsfeed_string {
	display: inline-block;
	vertical-align: middle;
	max-width: 74%;
	padding-left: 0px;
	margin-bottom: 0;
}
.ow_newsfeed_left {
	width: 86%;
}
.ow_newsfeed_btns {
    margin-top: 14px;
    margin-bottom: 2px;
    padding: 4px 16px 0px 16px;
    border-top: 1px solid #e5e5e5;
}
.ow_newsfeed_btn_wrap {
	display: inline-block;
	line-height: 25px;
	margin-right: 4px;
	vertical-align: middle;
    padding: 1px 16px 1px 1px;
}
.newsfeed_counter_comments,
.newsfeed_counter_likes {
	vertical-align: middle;
	color: #616770;
}
.ow_newsfeed_item .ow_newsfeed_activity_content {
	padding-top: 8px;
}
.ow_newsfeed_item .ow_newsfeed_item_picture {
	margin-right: 8px;
}
.ow_newsfeed_oembed_atch.ow_video_playing .ow_newsfeed_item_picture,
.ow_oembed_attachment .video.two_column.ow_video_playing .attachment_left {
	height: 0;
	width: 100%;
	max-width: 480px !important;
	position: relative;
	padding-bottom: 56.25%;
}
.floatbox_body iframe {
	min-width: 100% !important;
}
.ow_newsfeed_item_picture iframe,
.attachment_left iframe {
	width: 100% !important;
	position: absolute;
	height: 100% !important;
	left: 0;
	top: 0;
}
.ow_miniic_control {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}
.ow_miniic_control span {
	display: inline-block;
	height: 18px;
}
.ow_miniic_like {
	background-position: 0px 0px;
}
.ow_miniic_comment {
	background-position: 0px 0px;
}
.ow_miniic_control.active .ow_miniic_like {
	background: url(images/fb_likea.png) no-repeat 0 0;
}
.ow_miniic_control.active .ow_miniic_comment {
	background: url(images/fb_comma.png) no-repeat 0 0;
}
.ow_miniic_comment:after, .ow_miniic_like:after {
    font-size: 13px;
    font-weight: 600;
    color: #616770;
    padding-left: 22px;
    line-height: 18px;
}
.ow_miniic_comment:after {
    content: 'Comment';
}
.ow_miniic_like:after {
    content: 'Like';
}
body .ow_newsfeed_doublesided_stdmargin {
	margin: 16px 0px;
}
body .newsfeed-attachment-preview.item_loaded {
	width: 98.7%;
	margin-left: 0px;
	margin-right: 0px;	
}
.ow_newsfeed_item_picture {
    float: left;
    width: 100px;
    margin-right: 1%;
    background-color: #ffffff;
    border: solid 1px transparent;
    padding: 0px;
}
.ow_newsfeed_large_image .ow_newsfeed_item_picture {
    /* max-width: 400px; */
    width: 100%;
    height: auto;
}
.ow_newsfeed_large_image .ow_newsfeed_item_content {
    width: 100%;
    max-width: 400px;
}
.ow_newsfeed_item_picture img {
    max-height: 100%;
    max-width: 100%;
    width: 99%;
    height: auto;
}
.ow_newsfeed_photo_grid {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    float: left;
}
.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: 25%;
    height: 25%;
    float: left;
}
.clearfix.ow_newsfeed_photo_grid_item:first-child {
    width: 75%;
    height: 100%;
}
.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_newsfeed_tooltip {
	padding-top: 0px;
}
.ow_newsfeed_tooltip > .ow_tooltip_tail {
	display: none;
}
.ow_newsfeed .ow_newsfeed_features {
	max-width: none;
}
.ow_newsfeed .ow_newsfeed_body {
	margin-left: 0px;
	border: 0px solid #e5e5e5;
	padding: 12px 0px 0px;
}
.ow_newsfeed_string,
.ow_newsfeed_content,
.ow_newsfeed_toolbar {
	padding-left: 12px;
	padding-right: 8px;
    margin-bottom: 30px;
}
.ow_newsfeed_item_picture + .ow_newsfeed_item_content {
    width: 97% !important;
}
.ow_newsfeed_item  .ow_newsfeed_delimiter {
	border: none;
}
.ow_newsfeed_string.ow_small {
	font-size: 14px;
}
.profile-NEWSFEED_CMP_UserFeedWidget .form_auto_click,
.profile-NEWSFEED_CMP_UserFeedWidget .ow_box_cap_empty,
.dashboard-NEWSFEED_CMP_MyFeedWidget .form_auto_click,
.dashboard-NEWSFEED_CMP_MyFeedWidget .ow_box_cap_empty,
.group-NEWSFEED_CMP_EntityFeedWidget .form_auto_click,
.group-NEWSFEED_CMP_EntityFeedWidget .ow_box_cap_empty,
.index-NEWSFEED_CMP_SiteFeedWidget .form_auto_click,
.index-NEWSFEED_CMP_SiteFeedWidget .ow_box_cap_empty {
    /* padding-left: 56px; */
}
.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;
}
.ow_status_update_btn_block {
	line-height: 22px;
}
.ow_newsfeed_share {
    width: 20px;
    height: 20px;
    float: right;
	background-image: url(images/fb_lcs.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 -304px;
}
/* ---- Group styles ---- */
body .ow_group_brief_info .details {
	padding-left: 8px;
}
.ow_create_group.clearfix .ow_superwide.ow_automargin {
    width: 100%;
}
/* ---- End of the Group styles ---- */

/* ---- Membership Subscribe styles ---- */
body.ow.facebook.subscribe_table .ow_automargin.ow_superwide {
    width: 100%;
}
.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 ---- */
/* ---- SignIn Form styles ---- */
.ow_sign_in_cont {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	z-index:97;
}
.ow_sign_in_wrap {
    width: 335px;
}
.ow_sign_in_wrap h2 {
    font-size: 0px;
    line-height: 40px;
    margin: -10px 8px 30px 8px;
    padding: 0 40px;
    color: #000;
    background-image: url(images/facebook_logo.png); /** OW_Control type:image, key:bigLogoImage, section:1. General Settings, label: 4. Big Logo image **/
    background-repeat: no-repeat;
    background-position: top center;
	background-size: contain;
}
.ow_sign_in_wrap form{
	margin: 8px;
	padding: 40px 40px 22px 40px;
	background: transparent;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);
	border:1px solid #e7e7e7;
}
.ow_sign_in_wrap form .ow_sign_in{float:left; width:312px;}
.ow_sign_in_wrap form .ow_sign_in {
    float: none;
    width: 100%;
}
.ow_sign_in_wrap form .ow_sign_up {
	margin:0px 0 0 342px;
	color: #1d2129;
	padding-top: 7px;
    line-height: 18px;
    font-size: 17px;
    margin: 0 0 0px 0;
    padding: 0;
	display: none;
}
.ow_sign_in_wrap form .ow_sign_up hr {
    margin: 5px 0 5px;
    background-color: transparent;
}

.ow_sign_in_wrap form .ow_sign_up p {
    /* margin: 0; */
    text-align: center;
    /* margin-bottom: 0; */
}
.ow_sign_in_wrap form .ow_box_cap{
	margin-bottom:0;
	position:relative;
	z-index:99;
	display: none;
}
.ow_sign_in_wrap form .ow_box{
	padding:16px 16px 6px 16px;
	margin-bottom:16px;
	position:relative;
	z-index:98;
}
.ow_sign_in_wrap form .ow_box {
    margin: 0 0 2px 0;
    padding: 0;
    background: none;
    border: none;
	box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.ow_user_name {
    margin-bottom: 6px;
}
.ow_user_name input, .ow_password input {
    background: #ffffff;
    border: 1px solid #E4E4E4;
    color: #3B5998;
    font-size: 16px;
    padding: 2px 12px;
    height: 45px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.ow_user_name input:focus,
.ow_password input:focus {
    background: #ffffff;
    border: 1px solid #D0D0D0;
}

.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:8px;}

.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; padding:0 0 0 20px; 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"]{float:left; margin:0px 0 0 -20px; padding:0px;}


.ow_sign_in_wrap form .ow_connect_buttons {padding: 0 0 0 20px;}
.ow_sign_in_wrap form .ow_connect_buttons .ow_fb_button {float:left;}

.ow_connect_text {
	background: url('images/miniic_li.png') no-repeat left center;
	padding: 0px 0 0 26px;
	margin-right: 16px;
	float: left;
	line-height: 23px;
}
.ow_sign_in .connect_button_list {
    padding: 7px 0 0 0;
    float: left;
    width: 100%;
}
.ow_sign_in_wrap form .ow_form_options p.ow_remember_me {
    color: #4b4f56;
    font-size: 16px;
    float: left;
}
.ow_sign_in_wrap form .ow_form_options p.ow_remember_me input {
    margin: 0 12px 0 0;
}
.ow_sign_in_wrap form .ow_form_options p.ow_forgot_pass {
    font-size: 16px;
    float: right;
}
.ow_sign_in_wrap form .ow_form_options p.ow_forgot_pass a {
    color: #4b4f56;
}
.ow_sign_in_wrap 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;
    width: 48%;
}
.ow_sign_in_wrap form .ow_sign_in span.ow_button .ow_positive {
    width: 100%;
    text-align: center;
}
.ow_sign_in_wrap form .ow_sign_in span.ow_button .ow_positive input {
    height: auto;
    line-height: 45px;
    width: 100%;
    padding: 0;
    background: none;
    background: #5F78AB;
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
	font-weight: normal;
    text-transform: capitalize;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-position: 90% center;
    background-repeat: no-repeat;
}
.ow_sign_in_wrap form .ow_sign_in span.ow_button .ow_positive input:hover {
    text-decoration: none;
    background-color: #6B86BB;
}
.ow_sign_in > .clearfix a {
    display: inline-block;
    float: left;
    text-align: center;
    width: 48%;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 45px;
    background: #5F78AB;
    color: #ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
	background-position: left center;
    background-repeat: no-repeat;
}
.ow_sign_in > .clearfix a:hover {
    text-decoration: none;
    background-color: #6B86BB;
}

.ow_sign_in_wrap form .connect_button_cont {
    padding-top: 12px;
}
.ow_sign_in_wrap form .ow_connect_text {
    font-size: 15px;
    color: #4b4f56;
    background: none;
    text-align: center;
    padding: 0;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    width: 100%;
}
.ow.base_sign_in .ow_sign_in_wrap form .ow_connect_text {
    color: #333;
}
.ow.base_sign_in .ow_sign_in_wrap form .connect_button_list{
	float: right;
	width: 100%;
}
.ow.base_sign_in .ow_sign_in_wrap form .connect_button_cont{
	padding-top: 12px;
}

.floatbox_container .ow_sign_in_wrap form {
    background: none;
    padding: 0;
    margin: auto 1%;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 330px;
}
.floatbox_container .ow_bg_color {
    background-color: #eee;
}
.ow_photoview_wrap.clearfix.ow_bg_color {
	background-color: #fff;
}
.ow.base_sign_in .floatbox_header {
    max-height: 29px;
}
.ow.base_sign_in .floatbox_body {
    padding: 0;
    overflow: hidden;
}
.ow.base_sign_in .floatbox_container .ow_sign_in_wrap form {
    margin: auto 0%;
}
.floatbox_container .ow_sign_in_wrap form a.fb_button,
.floatbox_container .ow_sign_in_wrap span.glconnect_button {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
    float: none;
}
.floatbox_container .ow_sign_in_wrap .vkconnect-label {
    width: 100%;
    float: none;
}
.floatbox_container .ow_sign_in_wrap .vkconnect-label .vkconnect-right-border {
    text-align: center;
    margin-left: 0px !important;
}

/* Page Sign In */
body.ow.facebook.base_sign_in {
    margin: 0 auto;
    background: url(images/fb_sign_bg.png);
    background: linear-gradient(white, #D3D8E8);
}
body.ow.facebook.base_sign_in .ow_header {
    background-image: none;
    background-attachment: inherit;
    background-size: inherit;
    -webkit-background-size: inherit;
    -moz-background-size: cover;
    background: transparent;
    display: block;
    max-width: 1012px;
    margin: 0 auto;
    overflow: hidden;
}
body.ow.facebook.base_sign_in .ow_header_pic {
    background-image: url(images/fb_sign_img.png); /** OW_Control type:image, key:signPromoImage, section:1. General Settings, label: 7. Sign-in Promo image **/
    background-size: inherit;
    background-position: 3% 49%;
	background-repeat: no-repeat;
}
body.base_sign_in > .ow_page_wrap {
    padding-top: 0;
    /* min-height: inherit; */
}
body.ow.facebook.base_sign_in .ow_site_panel {
    height: 82px;
	position: absolute;
	background-color: #3b5998;
    background-image: url(images/sign_panel.png); /** OW_Control type:image, section:1. General Settings, key:signSitePanelImage, label:5. Sign-in Site Panel background image **/
    border-bottom: 1px solid #133783;
}

body.ow.facebook.base_sign_in .ow_site_panel a.ow_logo.ow_left {
    background-position: 13px 62%;
    background-image: url(images/fb_sign_logo.png); /** OW_Control type:image, key:signLogoImage, section:1. General Settings, label: 6. Sign-in Logo image **/
	height: 82px;
}
body.ow.facebook.base_sign_in .fb_signin.ow_right {
    width: 395px;
    height: 40px;
    overflow: hidden;
    padding-top: 28px;
}
body.ow.facebook.base_sign_in .fb_signin.ow_right h4 {
    font-size: 12px;
    color: #fff;
    float: left;
    margin-top: -15px;
    padding-left: 1px;
}
body.ow.facebook.base_sign_in .fb_signin.ow_right h5 {
    font-size: 12px;
    color: #fff;
    float: left;
    margin-top: -15px;
    margin-left: 79px;
}
body.ow.facebook.base_sign_in .fb_signin.ow_right .ow_sign_in_wrap {
    padding: 0;
    width: 370px;
    margin: 0 auto;
    right: auto;
}
body.ow.facebook.base_sign_in .fb_signin.ow_right .ow_sign_in_wrap form {
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
body.ow.facebook.base_sign_in .fb_signin.ow_right .ow_sign_in_wrap form .ow_sign_up,
body.ow.facebook.base_sign_in .fb_signin.ow_right .ow_sign_in_wrap form .ow_connect_buttons,
body.ow.facebook.base_sign_in .fb_signin.ow_right .ow_sign_in_wrap form .ow_form_options p.ow_remember_me {
    display: none;
}
body.ow.facebook.base_sign_in .fb_signin.ow_right .ow_sign_in_wrap form .ow_user_name input,
body.ow.facebook.base_sign_in .fb_signin.ow_right .ow_sign_in_wrap form .ow_password input {
    background: #fff;
    border: 1px solid #1d2a5b;
    color: #1d2a5b;
    font-size: 13px;
    padding: 0px 12px;
    height: 24px;
    width: 150px;
    float: left;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
body.ow.facebook.base_sign_in .fb_signin.ow_right .ow_sign_in_wrap form .ow_user_name input:focus,
body.ow.facebook.base_sign_in .fb_signin.ow_right .ow_sign_in_wrap form .ow_password input:focus,
body.ow.facebook.base_sign_in .fb_signin.ow_right .ow_sign_in_wrap form .ow_user_name input:hover,
body.ow.facebook.base_sign_in .fb_signin.ow_right .ow_sign_in_wrap form .ow_password input:hover {
    font-size: 12px;
    border: 1px solid #4676CD;
}
body.ow.facebook.base_sign_in .fb_signin.ow_right .ow_sign_in_wrap form .ow_password input {
    margin-left: 14px;
}
body.ow.facebook.base_sign_in .fb_signin.ow_right .ow_sign_in_wrap form .ow_form_options p.ow_forgot_pass {
    margin: -3px 112px 0 0;
    font-size: 12px;
}
body.ow.facebook.base_sign_in .fb_signin.ow_right .ow_sign_in_wrap form .ow_form_options p.ow_forgot_pass a {
    color: #9cb4d8;
    font-size: 12px;
}
body.ow.facebook.base_sign_in .fb_signin.ow_right .ow_sign_in_wrap span.ow_button .ow_positive input {
    width: 48px;
    height: 24px;
    line-height: 1;
    font-size: 12px;
    background-color: #4267B2;
    border: 1px solid #29487d;
    padding: 4px 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-left: -36px;
	background-image: none !important;
}
body.ow.facebook.base_sign_in .ow_header .ow_header_txt {
    float: right;
    width: 362px;
}
body.ow.facebook.base_sign_in .ow_header .ow_header_txt h1 {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    text-transform: none;
    margin-top: 120px;
    padding: 0;
    background-color: transparent;
    border-color: transparent;
}
body.ow.facebook.base_sign_in .ow_header .ow_header_txt h3 {
    font-size: 19px;
    color: #1d2129;
    margin-top: 25px;
}
body.ow.facebook.base_sign_in .ow_header .ow_header_pic h2 {
    padding: 13px;
    padding-top: 123px;
    font-size: 20px;
    line-height: 29px;
    color: #0e385f;
    font-weight: bold;
    letter-spacing: -0.1px;
    width: 456px;
}


body.base_sign_in .ow_footer {
    /* height: 20px; */
    margin-top: 0px;
    /* width: 1012px; */
    margin: 0 auto;
}
body.ow.facebook.base_sign_in .ow_footer .ow_canvas .ow_page {
    margin: 0;
}
.ow.base_sign_in .ow_sign_in_wrap {
    width: 400px;
    /* position: relative; */
    margin: auto;
    padding-top: 160px;
    left: auto;
    top: auto;
    background: transparent;
    background-repeat: no-repeat;
    background-position: right top;
    float: right;
    right: 130px;
    z-index: 96;
}

.ow.base_sign_in .ow_sign_in_cont {
	background: none;
}
.ow.base_sign_in .ow_sign_in_wrap h2 {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    color: #4267B2;
    font-size: 0px;
    background-image: url(images/facebook_logo.png); /** OW_Control type:image, key:bigLogoImage, section:1. General Settings, label: 4. Big Logo image **/
    background-repeat: no-repeat;
    background-position: top center;
    display: none;
}
.ow.base_sign_in .ow_sign_in_wrap.ow_sign_in_wrap form {
    background: transparent;
    border: none;
    padding: 30px;
    box-shadow: none;
}
.ow.base_sign_in form .ow_sign_up {
    margin: 0 0 20px 0;
    display: block;
    color: #1d2129;
    display: none;
}
.ow.base_sign_in form .ow_sign_in {
	width: 100%;
	float: none;
}
.ow.base_sign_in form .ow_sign_in .ow_box_cap {
	display: none;
}
.ow.base_sign_in .ow_sign_in_wrap form .ow_form_options {
    margin-bottom: 8px;
    margin-top: 4px;
}
.ow.base_sign_in .ow_user_name {
	margin-bottom: 6px;
}
.ow.base_sign_in .ow_user_name input,
.ow.base_sign_in .ow_password input {
	background: #ffffff;
    border: 1px solid #bdc7d8;
	color: #009688;
	font-size: 16px;
    padding: 2px 12px;
	height: 45px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.ow.base_sign_in .ow_user_name input:focus,
.ow.base_sign_in .ow_password input:focus {
    outline: -webkit-focus-ring-color auto 5px;
}
.ow.base_sign_in .ow_user_name input.invitation,
.ow.base_sign_in .ow_password input.invitation {
	color: #333333;
}
.ow.base_sign_in form .ow_form_options p.ow_remember_me {
	color: #333333;
	font-size: 16px;
	padding: 0;
	float: left;
}
.ow.base_sign_in form .ow_form_options p.ow_remember_me input {
	margin: 0 12px 0 0;
}
.ow.base_sign_in form .ow_form_options p.ow_forgot_pass {
	font-size: 16px;
	float: right;
}
.ow.base_sign_in form .ow_form_options p.ow_forgot_pass a {
	color: #333333;
}
.ow.base_sign_in .ow_sign_in > .clearfix a {
	display: inline-block;
	float: left;
	text-align: center;
	width: 48%;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 44px;
	background: #5F78AB;
	color: #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: Helvetica, Arial, sans-serif;
}
.ow.base_sign_in .ow_sign_in > .clearfix a:hover {
    background: #6D87BB;
    text-decoration: none;
}
.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;
	width: 48%;
}
.ow.base_sign_in form .ow_sign_in span.ow_button .ow_positive {
	width: 100%;
	text-align: center;
}
.ow.base_sign_in form .ow_sign_in span.ow_button .ow_positive input {
	height: auto;
	line-height: 44px;
	width: 100%;
	padding: 0;
	background: #5F78AB;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-repeat: no-repeat !important;
	background-position: 90% center !important;
}
.ow.base_sign_in form .ow_sign_in span.ow_button .ow_positive input:hover {
	background: #6D87BB;
	text-decoration: none;
}
.ow.base_sign_in .ow_sign_in_wrap form .fb_button,
.ow.base_sign_in .ow_sign_in_wrap form .glconnect_button {
    width: 100%;
    margin-bottom: 5px;
}
.ow.base_sign_in .ow_sign_in_wrap form .vkconnect-label {
    width: 100%;
    float: none;
}
.ow.base_sign_in .ow_sign_in_wrap form .vkconnect-label .vkconnect-right-border {
    margin-left: 0px;
}
.ow.base_sign_in .ow_sign_up hr {
	display: none;
}
.ow.base_sign_in .ow_footer .ow_canvas {
	width: 100%;
}

/* ---- 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;
}
.ow_miniic_live .ow_lbutton {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    line-height: 12px;
    height: 12px;
    margin-left: -4px;
    padding: 2px 3px;
}
.ow_miniic_live .ow_preloader_content{
	 height: 20px;
	 width: 20px;
	 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: #00BB98;
}
.ow_miniic_live .ow_lbutton.ow_green:hover {
    background-color: #fff;
    border-color: #00BB98;
}
/* ---- End Live Member Icon ---- */
/* ---- Groups styles ---- */
.group-GROUPS_CMP_JoinButtonWidget .ow_highbox {
	padding: 0px;
	box-shadow: none;
}
.group-GROUPS_CMP_JoinButtonWidget h3 > a {
 	text-transform: uppercase;
    display: block;
    line-height: 30px;
    min-height: 30px;
    padding: 4px 23px 4px 16px;
    text-transform: uppercase;
    background-color: #4267B2;
    color: #fff;
}
.group-GROUPS_CMP_JoinButtonWidget h3 > a:hover {
 	text-decoration: none;
 	background-color: #5378c5;
 	color: #fff;
}
/* */
body .ow_gift_templates .ow_gift_checked {
	background-image: url(images/ic_ok.svg);
}
/*========================================================
        [17] Misc        __misc
  ========================================================*/
.ow_column_equal_fix{
   padding-bottom: 20001px !important;
   margin-bottom: -20000px !important;
}
.fullsize-photo {
	display: none;
}
/* Image Gallery scroll */
.ow_page_padding > .ow_content_menu_wrap ~ div {
	overflow-y: visible !important;
}
.ow_page_padding > .ow_content_menu_wrap ~ div > table {
	width: 95% !important;
}
/* thickbox 8aa */
.ow_preloader_content_cont{
	width: 30px;
	height: 30px;
}
/* ~thickbox 8aa */
/* ---- Captcha styles ---- */
span.ic_refresh{
    background: url(images/ic_refresh.svg) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}
/* ---- End of the Captcha styles ---- */
/* ---- Eye for hidden field styles ---- */
.ow_field_eye {
	padding-left: 18px;
	background:url(images/miniic_field_eye.svg) 0 3px no-repeat;
	background-size: 15px 15px;
	display: inline-block;
}
/* ---- End of the Eye for hidden field styles ---- */
/* ---- Facebook button styles */
.fb_button:hover {
	color: #fff
}
/* ---- End of the Facebook button styles */

.maintenance_cont h1 {
	padding-left: 23px;
	background-position: left center; 
}
h1.page_title{
    background: url(images/ic_file.svg) no-repeat left 50%;
    margin-bottom: 20px;
    padding-left: 22px;
}

body.ow.facebook.base_user_join {
    /* background-image: url(images/fb_sign_img.png); */
    /* background-size: initial; */
    /* background-position: left center; */
    /* background-repeat: no-repeat; */
    /* max-width: 1010px; */
    margin: 0 auto;
}
body.ow.facebook.base_user_join .ow_header,
body.ow.facebook.base_user_join .ow_header_pic,
body.ow.facebook.base_user_join .ow_sidebar {
    display: none;
}
body.ow.facebook.base_user_join .ow_menu_wrap {
    display: none;
}
body.ow.facebook.base_user_join .ow_content {
    background-color: transparent;
    border: none;
    padding: 0px 0 0 2px;
	box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
body.ow.facebook.base_user_join .ow_canvas {
    width: 65%;
    margin: auto;
    /* float: right; */
    /* margin-bottom: 150px; */
}
body.ow.facebook.base_user_join .ow_sidemenu {
    display: none;
}
body.ow.facebook.base_user_join .ow_page {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    background: transparent;
    box-shadow: none;
}
body.ow.facebook.base_user_join .ow_page h1, body.ow.facebook.base_user_join .ow_page h3 {
    text-align: center;
    background: none;
    color: #484848;
    padding: 15px 0;
    margin: 0;
    border: none;
}
body.ow.facebook.base_user_join .ow_box_empty.ow_center.ow_no_cap.ow_break_word {
    color: #1d2129;
}
body.ow.facebook.base_user_join .ow_page h3.ow_ic_key {
    background: transparent;
    color: #484848;
    padding: 6px;
	border: 1px solid transparent;
	box-shadow: none;
}
body.ow.facebook.base_user_join .ow_page .ow_content .ow_superwide {
    width: 98%;
    overflow: visible;
}

#joinForm > div > div {
    float: none;
    text-align: center;
}
body.ow.facebook.site_join_confirm .ow_box_empty {
    padding: 12px !important;
    background-color: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.28);
    width: 48.1%;
    margin: 16% auto 0 auto;
	box-shadow: rgba(0,0,0,.117647) 0 0 2px 0px;
	-webkit-box-shadow: rgba(0,0,0,.117647) 0 0 2px 0px;
	-moz-box-shadow: rgba(0,0,0,.117647) 0 0 2px 0px;
}
body.ow.facebook.site_forgot_password .ow_box_cap {
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-top: 1px solid #e5e5e5;
	box-shadow: rgba(0,0,0,.117647) 0 0 2px 0px;
	-webkit-box-shadow: rgba(0,0,0,.117647) 0 0 2px 0px;
	-moz-box-shadow: rgba(0,0,0,.117647) 0 0 2px 0px;
}
body.ow.facebook.site_forgot_password .ow_box {
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-top: none;
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
body.ow.facebook.site_join_confirm .ow_box_empty p {
    padding: 4px;
    margin: 0 auto;
}
body.ow.facebook.site_join_confirm .ow_box_normal {
    width: 50% !important;
    margin-top: 0px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    -webkit-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
body.ow.facebook.site_join_confirm .ow_box_normal form {
    background-color: rgba(255, 255, 255, 0.58);
    padding: 12px;
}

.ow_box.ow_stdmargin.clearfix.index-PHOTO_CMP_PhotoListWidget.ow_break_word .ow_lp_photos .ow_lp_wrapper,
.ow_box.ow_stdmargin.clearfix.index-PHOTO_CMP_PhotoListWidget.ow_break_word .ow_photo_item_widget {
    width: 40px !important;
    height: 40px !important;
}
.ow_page_container .ow_page {
    background: transparent;
}

.ow_dnd_widget.index-NEWSFEED_CMP_SiteFeedWidget {
    box-shadow: none;
}

.ow_newsfeed_line.ow_smallmargin.ow_ic_birthday.ow_icon_control {
    background-color: #fff;
    padding: 8px 30px;
    margin-bottom: 0;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    background-position: 5px 40%;
}
.ow_newsfeed .ow_newsfeed_body {
    background-color: #fff;
	border: 1px solid #e5e5e5;
	margin-bottom: 8px;
}
.ow_newsfeed .ow_newsfeed_avatar {
    margin-right: auto;
    margin: 0px;
}
.ow_newsfeed_item .ow_newsfeed_delimiter {
    border: none;
    margin: 0;
}


body.ow.facebook.base_user_dashboard .ow_header .ow_box_cap {
    display: none;
}
body.ow.facebook.base_user_dashboard .ow_header .ow_box {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}
body.ow.facebook.base_user_dashboard .ow_header .ow_box .ow_box_menu {
    display: none;
}
body.ow.facebook.base_user_dashboard .ow_header .ow_box .ow_box_toolbar_cont {
    display: none;
}
body.ow.facebook.base_user_dashboard .ow_header .ow_box .ow_lp_avatars {
    position: absolute;
    display: inline-block;
    max-width: 45%;
    top: 0;
    margin-top: 60px;
    margin-left: 0px;
    z-index: 97;
}
body.ow.facebook.base_user_dashboard .ow_header .ow_box .ow_lp_avatars .ow_avatar {
    border: 1px solid #acacad;
    width: 77px;
    height: 77px;
    background-color: #4267B2;
}
body.ow.facebook.base_user_dashboard .ow_header .ow_box .ow_lp_avatars .ow_avatar a img {
    width: 77px;
    height: 77px;
    border-radius: 4px;
}
.ow_dnd_widget.dashboard-NEWSFEED_CMP_MyFeedWidget {
    box-shadow: none;
}
.ow_dnd_widget.profile-BASE_CMP_UserViewWidget {
    border-top: 1px solid #e5e5e5;
}
.ow_dnd_widget.profile-BASE_CMP_UserAvatarWidget .ow_box_empty {
    border-top: 1px solid #e5e5e5;
    padding: 0;
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
.ow_dnd_widget.profile-NEWSFEED_CMP_UserFeedWidget {
    box-shadow: none;
}
.ow_box_empty.ow_stdmargin.clearfix.profile-BASE_CMP_AboutMeWidget.ow_no_cap.ow_break_word {
    background-color: #fff;
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
.ow_box.ow_stdmargin.clearfix.profile-NEWSFEED_CMP_UserFeedWidget.ow_break_word {
    padding: 10px 0 0 0;
    background: transparent;
    border: none;
    box-shadow: none;
}
.ow_dnd_widget.profile-EVENT_CMP_ProfilePageWidget .ow_ipc.ow_smallmargin.clearfix {
    margin-top: 0px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 6px;
}
.ow_box.ow_stdmargin.clearfix.profile-EVENT_CMP_ProfilePageWidget.ow_break_word .ow_ipc_picture {
    width: 45px;
    margin-right: auto;
    margin: 0 auto;
    text-align: center;
    float: none;
}
.ow_dnd_widget.profile-EVENT_CMP_ProfilePageWidget .ow_ipc_info {
    margin-left: 0;
    padding: 2px;
    padding-top: 8px;
}
.ow_ipc_toolbar.ow_remark {
    margin-bottom: 8px;
}
ul.ow_box_toolbar.ow_remark.ow_bl {
    margin-top: 5px;
}
.ow_box.ow_stdmargin.clearfix.profile-BLOGS_CMP_UserBlogWidget.ow_break_word ul.ow_regular.ow_ic li {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 8px;
}
.ow_box.ow_stdmargin.clearfix.profile-BLOGS_CMP_UserBlogWidget.ow_break_word ul.ow_regular.ow_ic li .ow_ic_toolbar.ow_small.ow_remark.clearfix {
    margin-bottom: 8px;
}
.ow_box.ow_stdmargin.clearfix.profile-VIDEO_CMP_UserVideoListWidget.ow_break_word .ow_other_video_list_item.ow_smallmargin.clearfix {
    border-bottom: 1px solid #E5E5E5;
}
.ow_box.ow_stdmargin.clearfix.profile-VIDEO_CMP_UserVideoListWidget.ow_break_word .ow_other_video_list_item.ow_smallmargin.clearfix .ow_other_video_item_title.ow_small {
    margin-bottom: 8px;
}
.ow_box.ow_stdmargin.clearfix.profile-VIDEO_CMP_UserVideoListWidget.ow_break_word ul.ow_box_toolbar.ow_remark.ow_bl {
    float: none;
}
.ow_box.ow_stdmargin.clearfix.profile-VIDEO_CMP_UserVideoListWidget.ow_break_word .ow_bl.ow_box_toolbar li {
    float: none;
    text-align: center;
}

.ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_data a {
    text-transform: lowercase;
    display: block;
    color: #4267B2;
}
.ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_data a::first-letter {
    text-transform: uppercase;
}
.ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_data .ow_small {
    text-transform: lowercase;
    color: #4CAF50;
}
.ow_user_list_item .ow_tiny {
    background-color: #F3F3F3;
    border: 1px solid #e5e5e5;
    margin-left: auto !important;
    min-height: 24px;
    line-height: 23px;
    margin-top: 6px;
    text-align: center;
}
form#editForm tr.ow_tr_first {
    /* box-shadow: #1ebea5 0 -4px; */
}
.floatbox_body .avatar_select_list {
    padding: 0 0px !IMPORTANT;
}
.avatar_select_list .asl_users .clearfix.ow_alt2 {
    background-color: #EEEEEE;
}
.ow_user_list_item.clearfix.ow_item_set2.ow_mild_green {
    background-color: #f8f8f8;
}

.ow_group_list .ow_superwide,
.ow_event_list .ow_superwide {
    width: 100%;
}
.ow_group_list .ow_superwide .ow_ipc, .ow_event_list .ow_superwide .ow_ipc {
    background-color: #fff;
    margin: 4px;
    float: left;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
.ow_group_list .ow_superwide .ow_ipc .ow_ipc_picture,
.ow_event_list .ow_superwide .ow_ipc .ow_ipc_picture {
    padding: 6px;
}
.ow_group_list .ow_superwide .ow_ipc .ow_ipc_picture img, .ow_event_list .ow_superwide .ow_ipc .ow_ipc_picture img {
    width: 90px;
    height: 90px;
}
.ow_group_list .ow_superwide .ow_ipc_info,
.ow_event_list .ow_superwide .ow_ipc .ow_ipc_info {
	margin-left: 106px;
}
.ow_group_list .ow_superwide .ow_ipc .ow_ipc_info .ow_ipc_header,
.ow_event_list .ow_superwide .ow_ipc .ow_ipc_info .ow_ipc_header {
    display: flex;
	padding-top: 8px;
}
.ow_group_list .ow_superwide .ow_ipc .ow_ipc_info .ow_ipc_header a,
.ow_event_list .ow_superwide .ow_ipc .ow_ipc_info .ow_ipc_header a {
    font-size: 13px;
    text-overflow: ellipsis;
    text-transform: lowercase;
    font-weight: 600;
    color: #616770;
}
.ow_group_list .ow_superwide .ow_ipc .ow_ipc_info .ow_ipc_header a::first-letter,
.ow_event_list .ow_superwide .ow_ipc .ow_ipc_info .ow_ipc_header a::first-letter {
    text-transform: uppercase;
}
body.ow.facebook.site_events .ow_box_cap_empty {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-bottom: -1px;
}
body.ow.facebook.site_events .ow_box_empty {
    background-color: #fff;
    border: 1px solid #e5e5e5;
	padding: 8px 8px 0 12px;
}

.ow_video_list .ow_alt1, .ow_video_list .ow_alt2 {
    background: transparent;
    border: none;
	padding: 0px 0px 0px 0px;
}
.ow_video_list .ow_video_list_item.ow_small {
    background-color: #fff;
    width: 99%;
    /* min-height: 190px; */
    margin: 3px;
    padding: 4px;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
iframe {
    width: 100% !important;
    /* height: 100% !important; */
    max-width: 475px;
    max-height: 259px;
    overflow: hidden;
}

.ow_photo_list.ow_photo_pint_mode {
    margin: -4px -4px 16px -4px !important;
}
.ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap {
    padding: 4px !important;
	width: 50% !important;
    position: static !important;
}
.ow_photo_list {
    margin: 0px 0px 16px 2px !important;
    padding: 4px;
    background-color: #fff;
}
.ow_photo_list_wrap div.ow_photo_item_wrap {
    width: 33.3% !important;
}
body .ow_photo_list.ow_photo_pint_mode .ow_photo_item {
    background-color: #fff;
    padding: 6px;
	border-width: 1px;
    border-style: solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
.ow_photo_list_wrap .ow_photo_pint_mode .ow_photo_item_wrap .ow_photo_item_info {
    padding: 12px 2px 2px 2px;
    border: none;
}

.ow_box.ow_highbox.ow_stdmargin.ow_center {
    border: 1px solid #e5e5e5;
    text-align: left;
}
body .forum_search_wrap {
    background-image: none;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
.ow_forum tr.ow_tr_first {
}
.ow_forum tr.ow_tr_first th.ow_name,
.ow_forum tr.ow_tr_first th.ow_topics,
.ow_forum tr.ow_tr_first th.ow_replies,
.ow_forum tr.ow_tr_first th.ow_author {
    border-top: 1px solid #e5e5e5;
}
.ow_forum_topic_posts > .ow_box.ow_no_cap {
	border-width: 1px;
    border-style: solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    padding: 0 10px 6px;
}
.ow_forum_topic_posts div#post-1 .ow_ipc_header,
.ow_forum_topic_posts > .ow_box.ow_no_cap .ow_ipc_header {
    padding-top: 0;
}
.ow_forum_topic_posts > .ow_box.ow_no_cap .ow_ipc.clearfix {
    margin-top: 10px;
}
.ow_forum_topic_posts > .ow_box.ow_no_cap .ow_ipc.clearfix .ow_ipc_picture {
    margin: 0;
    width: 50px;
}
.ow_forum_topic_posts .ow_ipc .ow_ipc_picture {
    margin: 8px;
    width: 45px;
}
.ow_forum_topic_posts .ow_ipc_info {
    background-color: #fff;
	border-width: 1px;
    border-style: solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	margin-left: 0;
}
.ow_forum_topic_posts .ow_ipc_info .ow_ipc_header {
    padding-left: 45px;
    padding-right: 8px;
    padding-top: 8px;
}
.ow_forum_topic_posts .ow_ipc_info .post_content {
    padding-right: 8px;
	color: #626263;
}
.ow_forum_topic_posts > .ow_box.ow_no_cap .ow_ipc_info {
    border-color: transparent;
    padding: 0 4px 4px;
}


.ow_forum_topic_posts span.ow_nowrap.post_permalink {
    background-color: #4267b2;
    padding: 4px;
    border-radius: 4px;
}
.ow_forum_topic_posts span.ow_nowrap.post_permalink a {
    color: #ffffff;
}
.ow_forum_topic_posts span.ow_nowrap.post_permalink a:hover {
    color: #ffffff;
}
body.ow.facebook.site_forum .ow_box_empty.ow_breadcrumb,
body.ow.facebook.site_forum_topic .ow_box_empty.ow_breadcrumb {
    margin: 0;
}
table.ow_table_1.ow_forum_topic {
    border-top: 1px solid #e5e5e5;
}

body.ow.facebook.user_blog .ow_sidemenu {
    display: none;
}
body.ow.facebook.user_blog .ow_page {
    margin: 0px 308px 0px 0px;
}
.ow_blogs_list .ow_superwide .ow_ipc {
    background-color: #fff;
	border-width: 1px;
    border-style: solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	margin-top: 0px;
}
.ow_blogs_list .ow_superwide .ow_ipc .ow_ipc_picture {
    margin: 4px;
}
.ow_blogs_list .ow_superwide .ow_ipc_info {
    border: none;
    padding: 8px 12px 12px 12px;
	margin-left: 0;
}
.ow_blogs_list .ow_superwide .ow_ipc_info .ow_ipc_content img {
    padding: 0 !important;
}
body.ow.facebook.site_blog .ow_superwide .ow_box_empty.ow_stdmargin.ow_no_cap.ow_break_word {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
body > div.ow_page_wrap > div.ow_page_padding > div > div > div > div.ow_content > div > div.ow_superwide > div.ow_box.ow_stdmargin.ow_no_cap.ow_break_word > div.clearfix > div:nth-child(1) > span,
body > div.ow_page_wrap > div.ow_page_padding > div > div > div > div.ow_content > div > div.ow_superwide > div.ow_box.ow_stdmargin.ow_no_cap.ow_break_word > div.clearfix > div:nth-child(2) > span {
    background-size: 0px;
}
.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}
.index-NEWSFEED_CMP_SiteFeedWidget .ow_box_cap_empty,
.dashboard-NEWSFEED_CMP_MyFeedWidget .ow_box_cap_empty,
.profile-NEWSFEED_CMP_UserFeedWidget .ow_box_cap_empty,
.group-NEWSFEED_CMP_EntityFeedWidget .ow_box_cap_empty {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-left: 7px;
    margin-right: 7px;
}

.ow_cavatar {
    /* width: min-content; */
    float: right;
    height: 24px;
    overflow: hidden;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 7px;
    margin-right: 0px;
    background-size: 0;
    padding: 2px;
    padding-right: 10px;
    border-radius: 2px;
    display: -webkit-box;
}
.ow_cavatar:hover {
    background-color: rgba(0, 0, 0, .1);
}
.ow_cavatar .ow_dnd_widget.index-BASE_CMP_MyAvatarWidget {
    background: transparent;
    height: 24px;
	display: block !important;
}
.ow_cavatar .ow_box {
    background: transparent;
    border: transparent;
    margin: 0;
    padding: 0;
    height: 24px;
    overflow: hidden;
}
.ow_cavatar .ow_my_avatar_widget.clearfix {
    height: 24px;
    overflow: hidden;
}
.ow_cavatar .ow_box_cap,
.ow_cavatar .ow_dnd_widget.index-BASE_CMP_UserListWidget,
.ow_cavatar .ow_dnd_widget.index-BASE_CMP_AddNewContent,
.ow_cavatar .ow_dnd_widget.index-BASE_CMP_IndexWallWidget,
.ow_cavatar .ow_dnd_widget.index-SOCIALSHARING_CMP_IndexShareButtonsWidget,
.ow_cavatar .ow_dnd_widget.index-PHOTO_CMP_PhotoListWidget,
.ow_cavatar .ow_dnd_widget.index-GROUPS_CMP_GroupsWidget,
.ow_cavatar .ow_dnd_widget.index-VIDEO_CMP_VideoListWidget,
.ow_cavatar .ow_dnd_widget.index-EVENT_CMP_UpcomingEvents,
.ow_cavatar .ow_dnd_widget.index-BLOGS_CMP_BlogWidget,
.ow_cavatar .ow_dnd_widget.index-FORUM_CMP_ForumTopicsWidget,
.ow_cavatar .ow_dnd_widget.index-NEWSFEED_CMP_SiteFeedWidget,
.ow_cavatar .ow_dnd_widget.index-BASE_CMP_UserListWidget,
.ow_cavatar .ow_dnd_widget.index-BASE_CMP_AddNewContent,
.ow_cavatar .ow_dnd_widget.index-BASE_CMP_JoinNowWidget,
.ow_dnd_widget.index-MEMBERSHIP_CMP_PromoWidget,
.ow_cavatar .ow_dnd_widget.index-OCSQSEARCH_CMP_Widget,
.ow_savatar .ow_dnd_widget.index-ADS_CMP_SidebarAds,
.ow_cavatar .ow_dnd_widget.index-ADS_CMP_SidebarAds,
.ow_cavatar .ow_dnd_widget,.ow_savatar .ow_dnd_widget {
    display: none!important;
}
.ow_savatar .ow_box_cap_empty, .ow_cavatar .ow_box_cap_empty {
    height: 0;
    margin: 0 !important;
}
.ow_savatar .ow_box_cap_empty h3, .ow_cavatar .ow_box_cap_empty h3 {
    font-size: 0;
    padding: 0;
    height: 0;
}
.ow_savatar .ow_box_empty, .ow_cavatar .ow_box_empty  {
    padding: 0;
}
.ow_cavatar .ow_avatar {
    width: 24px;
    height: 24px;
    padding: 0px;
	border-radius: 0%;
    -moz-border-radius: 0%;
    -webkit-border-radius: 0%;
	background-color: transparent;
    border: none;
}
.ow_cavatar .ow_avatar img {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 0px solid transparent;
}
.ow_cavatar .ow_my_avatar_cont {
    height: 24px;
    padding-left: 5px;
    float: left;
}
.ow_cavatar .ow_my_avatar_cont a.ow_my_avatar_username {
    color: #fff;
}
.ow_cavatar .ow_my_avatar_widget .ow_my_avatar_cont span {
    width: auto;
    font-size: 12px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    white-space: nowrap;
    float: left;
}
.ow_cavatar .ow_dnd_widget.admin-5504ea55b510e.hidden.visible.animated.fadeInUp {
    display: none;
}

/*Sidebar Avatar*/
.ow_savatar {
    width: 174px;
    float: left;
    height: 28px;
    overflow: hidden;
    background-image: url(images/savatar.png);
    background-repeat: no-repeat;
    background-position: 1px 50%;
    margin-top: 0px;
    padding-left: 4px;
    margin-right: 10px;
    /* background-size: 20px 20px; */
    position: fixed;
    border: 1px solid transparent;
}
.ow_savatar.active, .ow_savatar:focus, .ow_savatar:hover {
    background-color: #f6f7f9;
    border: 1px solid #dddfe2;
    text-decoration: none;
}
.ow_savatar .ow_dnd_widget.index-BASE_CMP_MyAvatarWidget {
    background: transparent;
    height: 28px;
	display: block !important;
}
.ow_savatar .ow_box {
    background: transparent;
    border: transparent;
    margin: 0;
    padding: 0;
    height: 28px;
    overflow: hidden;
}
.ow_savatar .ow_my_avatar_widget.clearfix {
    height: 28px;
    overflow: hidden;
}
.ow_savatar .ow_box_cap,
.ow_savatar .ow_dnd_widget.index-BASE_CMP_UserListWidget,
.ow_savatar .ow_dnd_widget.index-BASE_CMP_AddNewContent,
.ow_savatar .ow_dnd_widget.index-BASE_CMP_IndexWallWidget,
.ow_savatar .ow_dnd_widget.index-SOCIALSHARING_CMP_IndexShareButtonsWidget,
.ow_savatar .ow_dnd_widget.index-PHOTO_CMP_PhotoListWidget,
.ow_savatar .ow_dnd_widget.index-GROUPS_CMP_GroupsWidget,
.ow_savatar .ow_dnd_widget.index-VIDEO_CMP_VideoListWidget,
.ow_savatar .ow_dnd_widget.index-EVENT_CMP_UpcomingEvents,
.ow_savatar .ow_dnd_widget.index-BLOGS_CMP_BlogWidget,
.ow_savatar .ow_dnd_widget.index-FORUM_CMP_ForumTopicsWidget,
.ow_savatar .ow_dnd_widget.index-NEWSFEED_CMP_SiteFeedWidget,
.ow_savatar .ow_dnd_widget.index-BASE_CMP_UserListWidget,
.ow_savatar .ow_dnd_widget.index-BASE_CMP_AddNewContent,
.ow_savatar .ow_dnd_widget.index-BASE_CMP_JoinNowWidget,
.ow_savatar .ow_box .ow_custom_html_widget,
.ow_dnd_widget.index-MEMBERSHIP_CMP_PromoWidget,
.ow_savatar .ow_dnd_widget.index-OCSQSEARCH_CMP_Widget {
    display: none !important;
}
.ow_savatar .ow_avatar {
    width: 28px;
    height: 28px;
    padding: 4px 0px 0 0px;
	border-radius: 0%;
    -moz-border-radius: 0%;
    -webkit-border-radius: 0%;
	background-color: transparent;
    border: none;
}
.ow_savatar .ow_avatar img {
    width: 20px !important;
    height: 20px !important;
    border: 0px solid #006B60;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.ow_savatar .ow_my_avatar_cont {
    height: 28px;
    padding-left: 0px;
	background-color: #E9EBEE;
	width: 145px;
}
.ow_savatar .ow_my_avatar_cont.active, .ow_savatar .ow_my_avatar_cont:focus, .ow_savatar .ow_my_avatar_cont:hover {
    background: #f6f7f9;
    text-decoration: none;
}
.ow_savatar .ow_my_avatar_cont a.ow_my_avatar_username {
    color: #1d2129;
}
.ow_savatar .ow_my_avatar_widget .ow_my_avatar_cont span {
    width: 100px;
}
/*End Sidebar Avatar*/
.console_search_form.ow_console_item {
    float: left;
    left: 0;
    margin-left: 155px !important;
    margin-top: 4px !important;
    position: absolute;
    width: 448px !important;
    height: 24px !important;
}
.console_search_form.ow_console_item form#searchform input#query {
    border-radius: 3px;
}
.console_search_form.ow_console_item .ow_ic_lens {
    float: right !important;
    left: auto !important;
    margin-left: auto !important;
    width: 45px !important;
    right: 0;
    background-color: #f6f7f9;
    height: 23px !important;
    top: 0 !important;
    margin: 0 !important;
	border-radius: 3px;
	background-image: url(images/fb_search.png);
    background-position: 15px -591px !important;
}
.console_search_form.ow_console_item .ow_ic_lens:hover, .console_search_form.ow_console_item .ow_ic_lens:focus {
    background-color: #4284ff;
    background-image: url(images/fb_search_hover.png);
    background-position: 15px 4px !important;
}
div#search_dropdown_console {
    opacity: 1;
    /* max-height: 448px !important; */
    min-width: 448px !important;
    padding-top: 0px;
    right: -30px !important;
    left: 0px !important;
    overflow-x: hidden;
    overflow-y: auto;
    top: -1px !important;
    margin-top: -26px;
}
div#search_dropdown_console div#aron_results_qqsearch {
    max-width: 446px !important;
}
.console_search_form.ow_console_item .aron_dropdown_hover.clearfix.ow_boxX.ow_stdmargin.ow_break_word.ow_tooltip_body {
    max-width: 448px;
    margin: -1px !important;
}
div#search_dropdown_console div#aron_results_qqsearch .ow_box_cap_body {
    min-height: 22px;
}
div#search_dropdown_console div#aron_results_qqsearch h3.ow_ic_lens.ow_left {
    background: transparent !important;
    width: 100% !important;
    float: left !important;
	padding: 3px 8px 0px !important;
}
.console_search_form.ow_console_item .aron_dropdown_hover.clearfix.ow_boxX.ow_stdmargin.ow_break_word.ow_tooltip_body {
    max-width: 447px;
    margin: -1px !important;
    box-shadow: none;
    border-bottom-color: #e5e5e5;
}
.console_search_form.ow_console_item .aron_dropdown_hover.clearfix.ow_boxX.ow_stdmargin.ow_break_word.ow_tooltip_body a img {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    margin: 2px 8px !important;
}
.console_search_form.ow_console_item .aron_dropdown_hover.clearfix.ow_boxX.ow_stdmargin.ow_break_word.ow_tooltip_body .clearfix {
    font-weight: normal !important;
    min-height: 32px !important;
    margin-left: 0 !important;
	margin-top: 0px !important;
}
.console_search_form.ow_console_item .aron_dropdown_hover.clearfix.ow_boxX.ow_stdmargin.ow_break_word.ow_tooltip_body .clearfix a {
    font-weight: normal !important;
    line-height: 26px;
}

/*search
.console_search_form div.jhtmlarea {
    padding: 1.7px;
    border-radius: 3px;
    background-image: url(images/fb_search.png);
    background-repeat: no-repeat;
    background-position: right -591px;
}
.esel2-results ul.esel2-result-sub .us-ddi-avatar.ow_mini_avatar .ow_avatar {
    width: 22px;
    height: 22px;
    left: 6px;
}
.esel2-results ul.esel2-result-sub .us-ddi-avatar.ow_mini_avatar .ow_avatar span.ow_avatar_label {
    display: none;
}
.esel2-results ul.esel2-result-sub .us-ddi-avatar.ow_mini_avatar .ow_avatar a img {
    width: 24px;
    height: 24px;
}
.esel2-results li.esel2-result-with-children > .esel2-result-label {
    font-weight: bold;
    padding: 0px 4px;
}
.us-ddi-content {
    margin-left: 40px;
    padding-top: 4px;
}
.us-dropdown-item.clearfix.ow_small .us-info-wrap {
    visibility: hidden;
    display: none;
}
.esel2-results li {
    list-style: none;
    display: list-item;
    padding-top: 6px;
    padding-bottom: 6px;
}
search*/

body.ow.facebook.my_preferences form#preferenceForm table.ow_table_1.ow_form {
    border-top: 1px solid #e5e5e5;
}
body.ow.facebook.my_notification tr.ow_tr_first th {
    border-top: 1px solid #1ebea5 !important;
}
body.ow.facebook.my_privacy .ow_box_empty.ow_center.ow_stdmargin.ow_no_cap.ow_break_word {
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 12px;
    margin: 0px auto 0px auto;
}
.ow_floatbox_preloader {
    background: url(images/fb_floatbox_preloader.gif) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
    height: 32px !important;
    width: 32px !important;
    margin: 0px auto;
}


.ow_box.ow_stdmargin.clearfix.index-NEWSFEED_CMP_SiteFeedWidget.ow_break_word,
.ow_box.ow_stdmargin.clearfix.dashboard-NEWSFEED_CMP_MyFeedWidget.ow_break_word {
    border: none;
    background: transparent;
    padding: 10px 0 0 0;
	box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.ow_newsfeed .ow_newsfeed_avatar {
    z-index: 10;
    position: relative;
	padding: 12px 0 0 12px;
}
div#avatar-change-preloader {
    background-size: 24px 24px !important;
}
.contactimporter_provider_button img {
    width: 30px !important;
}
.ow_right.ow_superwide .ow_box_cap_empty,
.ow_comments_ipc.ow_comments_no_form .ow_box_cap_empty {
    background-color: #fff;
    border: 1px solid #DEE5EA;
    border-top: 1px solid #e5e5e5;
	margin-bottom: -1px;
}
.ow_right.ow_superwide .ow_box_empty.ow_std_margin.clearfix.ow_break_word,
.ow_superwide .ow_box_empty.ow_stdmargin.ow_no_cap.ow_break_word {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
.ow_right.ow_superwide .ow_box_empty.ow_std_margin.clearfix.ow_break_word img {
    max-width: 210px;
}
.ow_superwide .ow_box_empty.ow_stdmargin.ow_no_cap.ow_break_word img {
    padding: 0 !important;
}
ul.ow_bl.clearfix.ow_small.ow_stdmargin {
    width: 110px;
    float: left;
    margin-top: 4px;
    margin-left: 4px;
    overflow: hidden;
    position: absolute;
}
.forum_search_form {
    margin-top: -42px;
    margin-right: 2px;
    max-height: 30px;
}
.clearfix .ow_right.ow_smallmargin {
    /* margin-bottom: 0; */
    /* height: 0; */
}
.ow_box_empty.ow_breadcrumb.ow_stdmargin.clearfix.ow_no_cap.ow_break_word {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}

/*Start Facebook*/
.ow_site_panel .ow_page_container {
    margin: 0px auto 0px;
	padding-left: 5px;
}
.ow_sidemenu {
    width: 180px;
    float: left;
    overflow: hidden;
    position: fixed;
	margin-top: 12px;
}
a.fb_newsfeed.ow_left {
    height: 18px;
    width: 145px;
    top: 0px;
    margin-top: 40px;
    padding: 4px 1px 4px 32px;
    background-image: url(images/fb_newsfeed.png);
    background-repeat: no-repeat;
    background-position: 4px center;
    font-weight: normal;
    font-size: 12px;
    color: #4b4f56;
    border: 1px solid transparent;
}
a.fb_newsfeed.ow_left.active,  a.fb_newsfeed.ow_left:focus, a.fb_newsfeed.ow_left:hover {
    background-color: #f6f7f9;
    border: 1px solid #dddfe2;
    text-decoration: none;
}
a.fb_messenger.ow_left {
    height: 18px;
    width: 145px;
    top: 0px;
    margin-top: 0px;
    padding: 4px 1px 4px 32px;
    background-image: url(images/fb_messenger.png);
    background-repeat: no-repeat;
    background-position: 4px center;
    font-weight: normal;
    font-size: 12px;
    color: #4b4f56;
    border: 1px solid transparent;
}
a.fb_messenger.ow_left.active,  a.fb_messenger.ow_left:focus, a.fb_messenger.ow_left:hover {
    background-color: #f6f7f9;
    border: 1px solid #dddfe2;
    text-decoration: none;
}
a.fb_explore.ow_left {
    top: 0;
    margin-top: 10px;
	margin-left: 4px;
    color: #4b4f56;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}
a.fb_explore.ow_left:hover {
    text-decoration: none;
}

a.fb_home.ow_right,a.fb_find_friends.ow_right {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 12px;
    margin-top: 7px;
}
a.fb_home.ow_right:hover,a.fb_find_friends.ow_right:hover {
    background-color: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}


body.ow.facebook.base_index_page .ow_right.place_section.ow_narrow {
    display: none;
}
body.ow.facebook.base_index_page .ow_left.place_section.ow_wide {
    width: 100%;
}
body.ow.facebook.base_index_page .ow_left.place_section.ow_narrow {
    display: none;
}
body.ow.facebook.base_index_page .ow_right.place_section.ow_wide {
    width: 100%;
}
body.ow.facebook.base_user_dashboard .ow_right.place_section.right_section.ow_supernarrow {
    display: none;
}
body.ow.facebook.base_user_dashboard .ow_left.place_section.left_section.ow_superwide {
    width: 100%;
}

body.ow.facebook.user_profile .ow_sidemenu,
body.ow.facebook.base_profile_page .ow_sidemenu,
body.ow.facebook.crowdfunding_project .ow_sidemenu {
    display: none;
}
body.ow.facebook.user_profile .ow_page.ow_bg_color.clearfix,
body.ow.facebook.base_profile_page .ow_page.ow_bg_color.clearfix,
body.ow.facebook.crowdfunding_project .ow_page.ow_bg_color.clearfix {
    margin: 0px 308px 0px 0px;
}
.ow_profile_gallery_action_toolbar.ow_profile_action_toolbar_wrap.clearfix.ow_stdmargin {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    padding: 5px;
}
body.ow.facebook.group_brief_info .ow_sidemenu {
    display: none;
}
body.ow.facebook.group_brief_info .ow_page {
    margin: 0px 308px 0px 0px;
	transition: all 0.4s ease;
}
body.ow.facebook.group_brief_info .ow_sidebar {
    margin-top: 0;
	transition: all 0.4s ease;
}
body.ow.facebook.group_brief_info .ow_footer .ow_canvas .ow_page {
    margin: 0;
}

.cf_project,.project_thumb img {
    width: 151px !important;
	border-radius: 3px !important;
}

div#ow-photo-view-page .ow_photoview_stage_wrap.ow_smallmargin {
    margin-bottom: 0 !important;
}
div#ow-photo-view-page .ow_photoview_info.ow_photoview_info_onpage {
    padding-top: 8px !IMPORTANT;
    padding-left: 8px !IMPORTANT;
    border: 1px solid;
    border-top: none;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}

.ow_video_list.ow_stdmargin.clearfix {
    overflow: hidden;
}
.ow_video_list .clearfix.ow_alt1,
.ow_video_list .clearfix.ow_alt2 {
    display: block;
}
.ow_video_list_item {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 24px 0 24px 24px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.ow_video_list_item:first-child {
    padding-top: 0;
}
.ow_video_list_item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.ow_video_list_item > a:first-child {
    float: left;
    margin-right: 12px;
}
body.ow.facebook.video_brief_info .ow_superwide.ow_left,
body.ow.facebook.video_brief_info .ow_supernarrow.ow_right {
    width: 100%;
}
body.ow.facebook.event_brief_info .ow_sidemenu {
    display: none;
}
body.ow.facebook.event_brief_info .ow_page.ow_bg_color.clearfix {
    margin: 0px 308px 0px 0px;
}
body.ow.facebook.event_brief_info .ow_footer .ow_canvas .ow_page {
    margin: 0;
}
.attend_buttons {
    text-align: right;
    margin-bottom: 7px;
    background-color: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    margin-top: -10px;
	padding: 4.4px;
}
.attend_buttons span.ow_blitem {
    margin-bottom: 4px;
}
body.ow.facebook.event_brief_info .ow_left.ow_supernarrow, body.ow.facebook.event_brief_info .ow_right.ow_superwide, .ow_blogs_list.clearfix .ow_superwide, .ow_blogs_list.clearfix .ow_supernarrow, body.ow.facebook.user_blog .ow_superwide, body.ow.facebook.user_blog .ow_supernarrow {
    /* width: 100%; */
}
body.ow.facebook.user_blog .ow_superwide .ow_box_cap_empty {
    margin-bottom: -1px;
}
body.ow.facebook.user_blog .ow_superwide .ow_box_cap_empty,
body.ow.facebook.user_blog .ow_superwide .ow_box_empty.ow_stdmargin.ow_stdpadding.ow_break_word {
    background-color: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
body.ow.facebook.user_blog .ow_superwide .ow_box_empty.ow_stdmargin.ow_stdpadding.ow_break_word span img {
    padding: 0 !important;
}

.ow_sidebar .ow_dnd_widget.index-BASE_CMP_MyAvatarWidget {
    display: none;
}
.ow_sidebar .ow_dnd_widget.index-BASE_CMP_AddNewContent .ow_box.ow_stdmargin.clearfix.index-BASE_CMP_AddNewContent.ow_break_word {
    padding-top: 0;
}
.ow_sidebar .ow_box_cap {
    border-bottom-color: transparent;
}
.ow_sidebar .ow_box_cap .ow_box_cap_body,
.ow_sidebar .ow_box_cap_empty .ow_box_cap_body {
    min-height: 28px;
}
.ow_sidebar .ow_box_cap h3 {
    color: #90949c;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}
.ow_sidebar .ow_dnd_widget .ow_box_menu {
    text-align: right;
    margin-top: -30px;
}
.ow_sidebar .ow_dnd_widget .ow_box_menu a {
    font-size: 12px;
    line-height: 12px;
    height: 12px;
}
.ow_tags_cont a {
    color: #4CAF50;
}
.ow_tags_cont a:hover {
    color: #8BC34A;
}
body > div.ow_page_wrap > div.ow_page_padding > div > div > div.ow_page.ow_bg_color.clearfix > div.ow_content > div > div.clearfix > div.ow_superwide > div.ow_box.ow_stdmargin.ow_no_cap.ow_break_word > div.clearfix > div:nth-child(1) > span, body > div.ow_page_wrap > div.ow_page_padding > div > div > div.ow_page.ow_bg_color.clearfix > div.ow_content > div > div.clearfix > div.ow_superwide > div.ow_box.ow_stdmargin.ow_no_cap.ow_break_word > div.clearfix > div:nth-child(2) > span {
    background-size: contain;
}
.ow.base_sign_in form .ow_sign_in span.ow_button .ow_positive,
.ow.base_sign_in form .ow_sign_in span.ow_button .ow_positive input {
    -webkit-appearance: none;
}
/*End Facebook*/

/* Responsive styles */
@media (max-width: 979px) {
	/*General*/
	body, html {
    	min-width: 767px;
    }
	.ow_page_container, .ow_site_panel_wrap, .ow_footer {
        width: 100%;
    }
    .ow_canvas {
    	width: 100%;
    }
    .ow_content > .ow_right {
    	float: none;
    	margin-bottom: 16px;
    }
    .ow_right {
    /* float: none; */
}
    .place_section.ow_right,
    #photo-list-search,
    .ow_photo_upload_submit.ow_right {
    	float: right;
    }
    .ow_content > .ow_btn_delimiter.ow_right {
    	float: none;
    	margin-bottom: 0px;
    }
    .ow_content > .ow_btn_delimiter.ow_right .ow_button {
    	margin-bottom: 8px;
    }
    .ow_console_dropdown_hover:hover .OW_ConsoleItemContent,
    .ow_console_dropdown_hover:active .OW_ConsoleItemContent {
    	display: block !important;
    }
    .ow_console_item a.ow_console_item_link {
		pointer-events: none;
	}
	.ow_page_padding {
		border: none;
	}
	body .forum_search_form {
		display: none;
	}
	.ow_forum {
		word-wrap: break-word;
	}
	.ow_page_container .ow_page {
		padding-top: 16px;
	}
    /*Photo*/
    body .ow_photo_list_wrap.ow_photo_no_sidebar div.ow_photo_item_wrap,
    body .ow_photo_list_wrap.ow_photo_no_sidebar .ow_photo_list.ow_photo_pint_mode div.ow_photo_item_wrap,
    body .ow_photo_list_wrap.ow_photo_no_sidebar div.ow_photo_item_wrap.ow_photo_album {
    	width: 33.333%;
    }
    body .ow_photo_list_wrap.ow_photo_no_sidebar .ow_photo_list.ow_photo_pint_mode div.ow_photo_item_wrap {
    	height: 270px;
    	overflow: hidden;
    }
    .ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap .ow_photo_pint_album img {
    	min-height: 100%;
    }
    body .ow_photo_list_wrap div.ow_photo_item,
    body .ow_photo_pint_album {
    	height: 100%;
    }
    .ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap {
    	position: static !important;
    }
    .ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap .ow_photo_pint_album {
    	overflow: hidden;
    	text-align: center;
    }
    .ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap .ow_photo_pint_album img {
    	width: auto;
    	height: auto;
    	border-radius: 0;
    	-moz-border-radius: 0;
    	-webkit-border-radius: 0;
    }
    .ow_photo_item .ow_photo_item_info_description {
    	display: none !important;
    }
	.ow_photo_list_wrap .ow_photo_item_wrap .ow_photo_item_info,
    body .ow_photo_context_action {
    	display: none !important;
    }
    body .ow_photo_preview_x,
    body .ow_photo_preview_rotate {
    	display: block;
    }
    /*Video*/
    .ow_video_list .clearfix.ow_alt1,
    .ow_video_list .clearfix.ow_alt2 {
    	display: block;
    }
    .ow_video_list_item {
    	float: left;
    	width: 100%;
    	margin: 0px;
    	padding: 24px 0 24px 24px;
    	border-bottom: 1px solid #e5e5e5;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    }
    .ow_video_list_item:first-child {
    	padding-top: 0;
    }
    .ow_video_list_item:last-child {
    	padding-bottom: 0;
    	border-bottom: none;
    }
    .ow_video_list_item > a:first-child {
    	float: left;
    	margin-right: 8px;
    }
}
@media (max-width: 773px) {
	.ow_nav_btn {
		display: block;
		opacity: 1;
	}
	.ow_content .ow_superwide, 
	.ow_content .ow_supernarrow, 
	.ow_content .ow_narrow,
	.ow_content .ow_wide,
	.ow_content .ow_column {
		float: none; 
		width: 100% !important; 
		margin-bottom: 10px;
		clear: both;
	}
	body, html {
    	min-width: auto;
    }
    .ow_site_panel {
		min-width: 320px;
	}
    .floatbox_container {
    	max-width: 100%;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    }
    .ow_ipc_header {
    	margin-bottom: 4px;
    }
    .ow_lp_label br {
    	margin: 6px 0;
    }
    .ow_sign_in_wrap form .ow_sign_in {
    	width: 100%;
    	float: none;
    }
    .ow_sign_in_wrap {
    	width: 100%;
    }
    .ow_sign_in_wrap form .ow_sign_up {
    	margin: 16px 0 0 0;
    	width: 100%;
    	text-align: center;
    }
    .ow_sign_in_wrap form .ow_sign_up p br {
    	height: 1px;
    }
    .floatbox_container .ow_sign_in_wrap form {
    	padding: 0;
    }
    body textarea.ow_newsfeed_status_input.invitation {
    	height: 32px;
    }
    /*.ow_console_item {
    	position: static;
    }*/
    .ow_console_body {
    	position: relative;
    }
    .ow_newsfeed_left {
    	width: auto;
    }
    body .ow_searchbar input[type="text"] {
    	height: 28px;
    	line-height: 18px;
    }
    iframe {
    	width: 100% !important;
    }
    body .ow_moderation_wrap {
    	margin-left: 0;
    }
    body .ow_moderation_sticky {
    	width: 100%;
    	margin-left: 0;
    }
    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;
    }
    body .ow_forgot_password {
    	width: 100%;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    	padding: 0 20px;
    }
    body .customize_box {
    	display: none;
    }
    .ow_header {
    	position: relative;
    	height: 300px;
    }
    .ow_header img {
    	display: none;
    }
    .ow_header_pic {
    	display: block;
    	height: 300px;
    	width: 100%;
    	background-size: cover;
    	background-position: center center;
    }
    .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;
	}
    /*Fonts*/
    html {
    	font-size: 14px;
    }
    body {
    	font-size: 13px;
    }
    h3 {
    	font-size: 13px;
    }
    .ow_box_menu, ul.ow_bl a {
    	line-height: 25px;
    }
    .ow_box_menu a, ul.ow_bl a {
    	height: auto;
    }
    .ow_box_menu a span{
    	font-size: 13px;
    }
    ul.ow_bl a  {
    	font-size: 13px;
    }
    .ow_ipc_header a {
    	font-size: 13px;
    }
    .ow_small {
    	font-size: 13px;
    	line-height: 18px;
    }
    .ow_ipc_toolbar,
    .ow_ipc_toolbar .ow_ipc_date,
    .ow_ipc_date {
    	font-size: 13px;
    }
    .ow_comments_item_header a {
    	font-size: 13px;
    }
    html body .ow_sidebar .ow_tiny,
    html body .ow_console .ow_tiny, 
    .ow_tiny {
    	font-size: 13px;
    }
    input[type="text"], 
    input[type="password"], 
    textarea, 
    select, 
    div.jhtmlarea, 
    .ow_photo_upload_description, 
    .ow_photo_preview_edit .CodeMirror {
    	font-size: 13px;
    }
    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: 13px;
    }
    body .ow_mailbox_message_header a,
    body .ow_mailbox_message_content {
    	font-size: 13px;
    }
    body .ow_mailbox_message_date {
    	font-size: 13px;
    }
    .ow_console,
    .ow_console_item a,
	.ow_console_lang_item {
		font-size: 13px;
	}
	ul.ow_console_dropdown .ow_console_dropdown_cont {
		text-align: right;
	}
	.ow_console_dropdown_cont a {
		line-height: 24px;
	}
	.ow_credits_links a {
		font-size: 13px;
	}
	.ow_supernarrow {
		font-size: 13px;
	}
	.ow_footer_menu {
		font-size: 13px;
	}
	a.ow_context_action_value,
	.ow_context_action_list a {
		font-size: 13px;
	}
	input[type="submit"], input[type="button"] {
		font-size: 13px;
	}
	.ow_attachment_btn span.ow_button input[type="submit"], 
	.ow_attachment_btn span.ow_button input[type="button"] {
		line-height: 21px;
	}
	.ow_content_menu {
    border: 1px solid transparent;
    background-color: transparent;
}
	.ow_content_menu{
		border-bottom: none;
	}
	.ow_content_menu li {
		display: block;
		float: left;
	}
	body .ow_explore_photos_show {
		font-size: 1rem;
	}
	body .ow_searchbar input[type="text"] {
		font-size: 1rem;
	}
	body .ow_box_toolbar {
		font-size: 0.95rem;
	}
	.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;
		padding: 1px 0px;
	}
    body .ow_chat_in_dialog .ow_time_block p span.ow_time_text {
    	font-size: 0.9rem;
    }
	.ow_chat_dialog_wrap {
    z-index: 110;
}
	/*Buttons*/
	.ow_attachments a {
		height: 26px;
		width: 26px;
		background-position: -173px 2px;
	}
	.ow_attachment_btn span.ow_button input[type="submit"], 
	.ow_attachment_btn span.ow_button input[type="button"] {
		height: 26px;
	}
	body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="submit"], 
	body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="button"] {

	}
    /*Avatar size*/
    /*-------------------------Photo-------------------------*/
    body .ow_photo_list_wrap.ow_photo_no_sidebar div.ow_photo_item_wrap,
    body .ow_photo_list_wrap.ow_photo_no_sidebar .ow_photo_list.ow_photo_pint_mode div.ow_photo_item_wrap,
    body .ow_photo_list_wrap.ow_photo_no_sidebar div.ow_photo_item_wrap.ow_photo_album {
    	width: 50%;
    }
    body .ow_photo_list_wrap.ow_photo_no_sidebar .ow_photo_list.ow_photo_pint_mode div.ow_photo_item_wrap {
    	height: 300px;
    }
    #photo-list-search {
    	float: none;
		margin-left: 4px;
    }
    .ow_fw_menu .ow_fw_btns {
    	margin-bottom: 8px;
    }
    .ow_fw_menu {
    line-height: 10px;
}
    .ow_fw_menu .ow_searchbar {
    	margin-top: 4px;
    	padding-right: 24px;
    	width: 100%;
    	display: inline-block !important;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    }
    .ow_fw_menu .ow_searchbar_input,
    .ow_fw_menu .ow_searchbar_input input {
    	width: 100% !important;
    }
    .ow_fw_menu .ow_searchbar .ow_searchbar_btn {
    	margin-right: -24px;
    }
    .ow_photo_upload_bottom > .ow_left,
    .ow_photo_upload_wrap .ow_suggest_field input {
    	width: 100% !important;
    }
    body .ow_photo_upload_wrap .ow_photo_preview_block_wrap .ow_photo_preview_edit {
    	width: 48%;
    	margin-left: 1% !important;
    	margin-right: 1% !important;
    	margin-bottom: 10px !important;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    }
    .ow_photo_preview_action {
    	overflow: hidden;
    }
    body .CodeMirror-scroll,
    body .CodeMirror-sizer {
    	width: 100%;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    	padding-bottom: 0;
    	padding-right: 0;
    }
    body .CodeMirror-hscrollbar {
    	display: none !important;
    }
    .new-album textarea {
    	margin-bottom: 16px;
    }
    .ow_photoview_info_wrap {
    	display: none !important;
    }
    .ow_photoview_stage_wrap {
        width: 100% !important;
    }
    /*Forum*/
    .forum_add_post .ow_left,
    .forum_add_post .ow_right {
    	width: 100% !important;
    	float: none;
    }

}

/* Responsive */

@media (max-width: 2560px){
body.ow.facebook.base_sign_in .ow_header,.ow_header {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
body.ow.facebook.base_sign_in .ow_header,
body.ow.facebook.base_sign_in .ow_header_pic {
    height: 615px;
}
.ow_header_pic a {
    padding: 20px;
    text-align: center;
}
body.ow.facebook.base_sign_in .ow_header .ow_header_txt {
    float: right;
    width: 338px;
}
	.ow.base_sign_in .ow_sign_in_wrap {
    right: 752px;
}
}
@media (max-width: 1920px){
	.ow.base_sign_in .ow_sign_in_wrap {
    right: 430px;
}
}
@media (max-width: 1820px){
	.ow.base_sign_in .ow_sign_in_wrap {
    right: 378px;
}
}
@media (max-width: 1720px){
	.ow.base_sign_in .ow_sign_in_wrap {
    right: 330px;
}
}
@media (max-width: 1620px){
	.ow.base_sign_in .ow_sign_in_wrap {
    right: 290px;
}
}
@media (max-width: 1540px){
	.ow.base_sign_in .ow_sign_in_wrap {
    right: 240px;
}
}
@media (max-width: 1440px){
	.ow.base_sign_in .ow_sign_in_wrap {
    right: 190px;
}
}
@media (max-width: 1366px){
	body.ow.facebook.base_sign_in .ow_header .ow_header_txt {
    float: right;
    width: 375px;
}
}
@media (max-width: 1280px){
	body.ow.facebook.base_sign_in .ow_header .ow_header_txt {
    float: right;
    width: 355px;
}
.ow_header, .ow_header_pic {
    height: 341px;
}
body.ow.facebook.base_sign_in .ow_header,
body.ow.facebook.base_sign_in .ow_header_pic {
    height: 615px;
}
.ow.base_sign_in .ow_sign_in_wrap {
    right: 116px;
}
}
@media (max-width: 1024px){
.ow_video_list .ow_video_list_item.ow_small {
    margin: 4px;
}
.ow_other_video_thumb.ow_left {
    float: none;
    margin: 0 auto;
}
.ow_other_video_item_title {
    margin-left: 0px;
    padding-top: 8px;
    padding-left: 4px;
    text-overflow: ellipsis;
}
.ow_avatar_console #avatar_console_image {
    width: 167px;
    height: 167px !important;
}
.ow_header_pic a h1 {
    margin-top: 40px;
}
.ow.base_sign_in .ow_sign_in_wrap {
    right: 1%;
}
.ow_console .ow_tooltip .ow_tooltip_body {
    margin-right: -4px;
}
}
@media (max-width: 980px){
.ow_header, .ow_header_pic {
    height: 261px;
}
body.ow.facebook.base_sign_in .ow_header,
body.ow.facebook.base_sign_in .ow_header_pic {
    height: 613px;
}
.ow_page_container {
    max-width: 940px;
}
.ow_avatar_console #avatar_console_image {
    width: 133px;
    height: 133px !important;
}
.ow_video_list .ow_video_list_item.ow_small {
    margin: 4px;
    padding: 6px;
}
.ow_header_pic a h1 {
    padding: 10px;
    margin-top: 40px;
}
.ow_header_pic a h2 {
    padding: 10px;
}
.ow_box_empty.ow_video_player iframe {
    max-height: 231px;
}
.cf_project {
    width: 44% !important;
}
.project_thumb img {
    width: 100% !important;
}
.ql-sort-wrap {
    top: 38px !important;
}
.questions-page {
    margin-top: 20px;
}
}
@media (max-width: 900px){
.ow_header, .ow_header_pic {
    height: 240px;
}
body.ow.facebook.base_sign_in .ow_header_pic {
    background-size: 45%;
}
.ow_page_container {
    max-width: 99%;
}
.ow_avatar_console #avatar_console_image {
    width: 121px;
    height: 121px !important;
}
div#photo-list-search {
    width: 100%;
}
.ow_searchbar {
    margin-top: 8px;
}
.ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap {
    width: 99% !important;
}
.ow_video_list .ow_video_list_item.ow_small {
    min-height: auto;
}
body.ow.facebook.event_brief_info .ow_box.ow_std_margin.ow_break_word {
    overflow: hidden;
}
.ow_box_empty.ow_video_player iframe {
    max-height: 204px;
}
body.ow.facebook.crowdfunding_project .ow_right.ow_supernarrow {
    width: 25%;
}
.cf_project {
    width: 43% !important;
}
}
@media (max-width: 823px){
.ow_box_empty.ow_video_player iframe {
    max-height: 161px;
}
.ow_avatar_console #avatar_console_image {
    width: 99px;
    height: 99px !important;
	background-size: contain;
}
body.ow.facebook.crowdfunding_project .ow_left.ow_superwide {
    width: 69%;
}
body.ow.facebook.crowdfunding_project .ow_right.ow_supernarrow {
    width: 30%;
}
.cf_project {
    width: 42% !important;
}
}
@media (max-width: 812px){
.ow_box_empty.ow_video_player iframe {
    max-height: 155px;
}
}
@media (max-width: 800px){
.ow_header, .ow_header_pic {
    height: 213px;
}
.ow_page_container {
    max-width: 99%;
}
.ow_group_list .ow_superwide .ow_ipc, .ow_event_list .ow_superwide .ow_ipc {
    width: 97%;
}
.ow_group_list .ow_superwide .ow_ipc .ow_ipc_info .ow_ipc_content,
.ow_event_list .ow_superwide .ow_ipc .ow_ipc_info .ow_ipc_content {
    text-overflow: ellipsis;
}
.ow_header_pic a h1 {
    font-size: 24px;
    padding: 5px;
    margin-top: 24px;
}
.ow_header_pic a h2 {
    font-size: 20px;
    line-height: 1;
    padding: 10px;
}
.ow_box_empty.ow_video_player iframe {
    max-height: 148px;
}
}
@media (max-width: 773px){
.ow_page_container .ow_page {
    margin: 0 auto !important;
    padding: 16px 10px 10px;
}
.ow_content {
    float: none;
    margin-bottom: 4%;
}
.ow_sidemenu {
    display: none;
}
body.ow.facebook.base_index_page .ow_sidebar, .ow_sidebar {
    float: none;
    margin: 0 auto;
    width: 100%;
}
a.ow_logo.ow_left {
    width: 25px;
	max-width: 25px;
    background-position: left center;
}
.ow_console_right {
    padding-left: 0;
}
.ow_console_ntf_cont, .ow_console_invt_cont {
    margin-left: 48px;
}
.ow_newsfeed .ow_newsfeed_avatar {
    width: 46px;
    height: 46px;
}
body .ow_newsfeed_item_content {
    width: 95% !important;
    max-width: 100% !important;
}
.clearfix.ow_newsfeed_photo_grid_item:first-child {
    width: 25%;
    height: 100%;
}
.ow_newsfeed_photo_grid {
    max-width: none;
}
body.htmlarea_styles blockquote.ow_quote, blockquote.ow_quote {
    margin: 10px 0 10px 0px;
}
body.base_sign_in > .ow_page_wrap {
    padding-top: 0;
    min-height: 100%;
}
.ow.base_sign_in form .ow_sign_up {
    display: none;
}
.ow_menu_wrap {
    display: none;
}
li.base_main_menu_index a, li.base_main_menu_index.active a, li.base_main_menu_index a:hover {
    display: block;
}
.actions li a {
    background-color: #F8FCFC;
}
body.ow.facebook.base_sign_in .ow_site_panel a.ow_logo.ow_left {
    width: 200px;
	max-width: 300px;
}
.ow_console_button.ow_console_item a.ow_console_item_link {
    padding: 5px 1px 6px 0px;
}
.attend_buttons {
    margin-top: -8px;
}
.ow_box_empty.ow_video_player iframe {
    max-height: 405px;
    max-width: 100%;
}
.cf_project {
    width: 22% !important;
}
body.ow.facebook.questions_page .theiaStickySidebar {
    float: none;
}
.ql-sort-wrap {
    top: 8px !important;
}
.questions-page {
    margin-top: 0px;
}
}
@media (max-width: 736px){
.ow_header, .ow_header_pic {
    height: 196px;
}
.ow_box_empty.ow_video_player iframe {
    max-height: 388px;
}
.cf_project {
    width: 30% !important;
	height: 335px !important;
}
}
@media (max-width: 732px){
.ow_header, .ow_header_pic {
    height: 195px;
}
.ow_box_empty.ow_video_player iframe {
    max-height: 385px;
}
}
@media (max-width: 667px){
.ow_menu_fullpage {
    top: 43px;
}
.ow_cavatar .ow_my_avatar_cont {
    display: none;
}
.ow_console_body {
    padding: 4px 2px 2px 2px;
}
.ow_console_item {
    vertical-align: top;
}
.ow_forum_topic_posts .ow_ipc_info {
    padding: 4px 4px 4px 6px;
}
body.ow.facebook.base_user_join .ow_canvas {
    width: 99%;
    margin-right: 4px;
}
.ow.base_sign_in a.ow_logo.ow_left {
    width: 80%;
    height: 50px;
    background-position: left center;
    float: left;
}
.ow.base_sign_in .ow_sign_in_wrap {
    width: 100%;
    padding-top: 200px;
}
.ow.base_sign_in .ow_sign_in_wrap.ow_sign_in_wrap form {
    padding: 20px 30px 20px 30px;
    margin: 0;
    margin-top: 6px;
    background: rgba(255, 255, 255, 0.8);
}
body.ow.facebook.base_sign_in .ow_menu_fullpage {
    top: 0;
}
body.ow.facebook.base_sign_in.ow_menu_active .ow_menu_fullpage {
    padding-top: 60px;
    margin-top: 0px;
}
.ow_menu_fullpage_wrap ul.ow_main_menu {
    overflow: hidden;
}
.pace .pace-progress {
  background: #4267B2;
}
a.fb_home.ow_right, a.fb_find_friends.ow_right {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 12px;
    margin-top: 7px;
    display: none;
}
.ow_header_pic {
    background-image: none !important;
}
.ow_console_item.ow_console_dropdown.ow_console_dropdown_hover .ow_tooltip.console_tooltip.ow_tooltip_top_right {
    top: 28px !important;
}
.ow_box_empty.ow_video_player iframe {
    max-height: 350px;
}
}
@media (max-width: 640px){
.ow_header, .ow_header_pic {
    height: 170px;
}
.ow_chat_dialog_wrap {
    z-index: 110;
}
.ow_sign_in_wrap {
    background-position: 130% 100%;
}
.ow.base_sign_in .ow_sign_in_wrap {
    width: 100%;
    padding-top: 210px;
}
.ow.base_sign_in .ow_sign_in_wrap.ow_sign_in_wrap form {
    padding: 14px 30px 11px 30px;
    margin-top: 4px;
}
.ow_box_empty.ow_video_player iframe {
    max-height: 335px;
}
.cf_project {
    width: 29% !important;
    height: 320px !important;
}
}
@media (max-width: 600px){
.ow_header, .ow_header_pic {
    height: 160px;
}
.ow_sign_in_wrap {
    background-position: 140% 100%;
}
.floatbox_container .ow_sign_in_wrap form {
    width: 300px;
}
.ow_header_pic a h1 {
    margin-top: 10px;
}
.ow.base_sign_in .ow_sign_in_wrap.ow_sign_in_wrap form {
    padding: 13px 30px 10px 30px;
    margin-top: 4px;
}
.ow.base_sign_in .ow_sign_in_wrap form .ow_connect_text {
    line-height: 0px;
}
body.ow.facebook.base_sign_in .ow_site_panel a.ow_logo.ow_left {
    width: 100%;
    background-position: center;
    max-width: 100%;
}
body.ow.facebook.base_sign_in .ow_header .ow_header_txt {
    float: right;
    width: 362px;
    margin-right: 22%;
    text-align: center;
}
body.ow.facebook.base_sign_in .fb_signin.ow_right {
    display: none;
}
body.ow.facebook.base_sign_in .ow_header .ow_header_pic h2 {
    display: none;
}
.ow_box_empty.ow_video_player iframe {
    max-height: 312px;
}
}
@media (max-width: 568px){
.ow_header, .ow_header_pic {
    height: 151px;
}
.ow_sign_in_wrap {
    background-position: 150% 100%;
}
.floatbox_container .ow_sign_in_wrap form {
    width: 280px;
	margin: 0;
}
.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: 13px;
}
.ow_header_pic a h1 {
    margin-top: 0px;
}
.ow.base_sign_in .ow_sign_in_wrap {
    right: auto;
}
body.ow.facebook.base_sign_in .ow_header .ow_header_txt {
    float: right;
    width: 362px;
    margin-right: 18%;
    text-align: center;
}
.ow.base_sign_in .ow_sign_in_wrap form .ow_connect_text {
    line-height: 1;
}
.section.section--hero {
    margin-top: 390px;
}
.ow.base_sign_in .ow_sign_in_wrap.ow_sign_in_wrap form {
    padding: 30px 30px 30px 30px;
    margin: 0px;
}
body.ow.facebook.base_sign_in .ow_header {
    background-attachment: initial;
}
.ow_box_empty.ow_video_player iframe {
    max-height: 295px;
}
}
@media (max-width: 560px){
.ow_header, .ow_header_pic {
    height: 149px;
}
.ow_table_1, .ow_table_2, .ow_table_3 {
    width: 100% !important;
}
.ow_right {
    float: none;
}
.qa-users {
    float: right;
}
.ow_box_empty.ow_video_player iframe {
    max-height: 290px;
}
.ql-sort-wrap {
    top: 38px !important;
}
.questions-page {
    margin-top: 20px;
}
}
@media (max-width: 480px){
.ow_header, .ow_header_pic {
    height: 128px;
}
.ow_sign_in_wrap {
    background-position: 80% 121%;
}
.floatbox_container .ow_sign_in_wrap form {
    width: 96%;
    margin: 0;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.62);
}
.ow_newsfeed .ow_newsfeed_features {
    max-width: none;
    margin-left: 0px;
}
.ow_canvas .ow_newsfeed_body {
    margin-left: 0px;
}
.ow_newsfeed_content.ow_smallmargin {
    margin-bottom: 8px;
}
.ow_group_list .ow_superwide .ow_ipc, .ow_event_list .ow_superwide .ow_ipc {
    width: 96%;
}
body .ow_group_brief_info .details {
    padding-left: 0px;
    margin-left: auto !important;
}
body .ow_group_brief_info .details h3.title {
    margin-left: 110px;
	min-height: 100px;
}
.ow_group_brief_info .body.ow_smallmargin {
    padding-top: 10px;
}
.ow_blogs_list .ow_superwide .ow_ipc_info {
    margin-left: auto;
}
.ow_forum_topic_posts .ow_ipc:first-child .ow_ipc_picture .ow_avatar {
    width: 45px;
    height: 45px;
}
body.htmlarea_styles blockquote.ow_quote, blockquote.ow_quote {
    margin: 0px 0 10px 0px;
    padding: 0px 5px;
}
iframe {
    width: 100%;
}
.ow.base_sign_in .ow_sign_in_wrap {
    /* padding-top: 300px; */
    right: auto;
    margin: 0 auto;
    width: 100%;
}
body.ow.facebook.base_sign_in .ow_header .ow_header_txt {
    margin-right: 11%;
}
.ow_header_pic a h1 {
    font-size: 17px;
    padding: 1px;
    margin-top: 0px;
}
.ow_header_pic a h2 {
    font-size: 15px;
    line-height: 1;
    padding: 1px;
}
.ow_newsfeed_body::before {
    border-left: 0px solid #1ebea5 !important;
}
.ow.base_sign_in .ow_sign_in_wrap form span.fb_connect_wrap,
.ow.base_sign_in .ow_sign_in_wrap form span.glconnect_button_text,
.ow.base_sign_in .ow_sign_in_wrap form .vkconnect-label .vkconnect-right-border {
    margin-left: 0px !important;
    border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
}
.ow_invitation_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right {
    right: -88px;
}
.ow_invitation_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail span {
    margin-right: 88px;
}
.ow_user_list .ow_item_set3 {
    width: 100%;
    border-bottom: 1px solid #eee;
}
.ow_user_list .ow_item_set3 .ow_user_list_picture {
    float: left;
    margin-right: 0px;
    width: 57px;
    margin: 0;
}
.ow_user_list_item.clearfix.ow_item_set3 .ow_avatar, .ow_user_list_item.clearfix.ow_item_set3 .ow_avatar a img {
    width: 55px;
    height: 55px;
}
.ow_user_list .ow_item_set3 .ow_user_list_data {
    margin-left: 70px;
    padding: 4px 8px 4px 0px;
    margin-top: 0px;
    text-align: left;
}
.ow_user_list div {
    border-bottom-width: 0px;
}
.ow_group_list .ow_superwide .ow_ipc .ow_ipc_picture img, .ow_event_list .ow_superwide .ow_ipc .ow_ipc_picture img {
    width: 50px;
    height: 50px;
}
.ow_group_list .ow_superwide .ow_ipc_info, .ow_event_list .ow_superwide .ow_ipc .ow_ipc_info {
    margin-left: 64px;
}
.ow_box_empty.ow_video_player iframe {
    max-height: 245px;
}
.cf_project {
    width: 44% !important;
    height: 330px !important;
    margin: 0 4px 4px !important;
}
}
@media (max-width: 435px){
	.ow_friend_request_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right {
    right: -50px;
}
.ow_friend_request_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail span {
    margin-right: 50px;
}
	body.ow.facebook.base_user_join .ow_table_1 td,body.ow.facebook.base_user_join .ow_table_2 td {
    padding: 6px;
}
.vkconnect-connect {
    margin-top: 4px;
}
body.ow.facebook.base_sign_in .ow_header .ow_header_txt {
    margin-right: 9%;
}
.ow_box_empty.ow_video_player iframe {
    max-height: 220px;
}
}
@media (max-width: 425px){
.ow_header, .ow_header_pic {
    height: 113px;
}
body, html {
    min-width: auto;
}
body.ow.facebook.base_user_join .ow_table_1 td, body.ow.facebook.base_user_join .ow_table_2 td {
    padding: 5px;
}
.ow_invitation_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right {
    right: -100px;
}
.ow_invitation_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail span {
    margin-right: 100px;
}
body.ow.facebook.base_sign_in .ow_header .ow_header_txt {
    margin-right: 8%;
}
.ow_box_empty.ow_video_player iframe {
    max-height: 215px;
}
}
@media (max-width: 420px){
.ow_header, .ow_header_pic {
    height: 112px;
}
body.ow.facebook.base_user_join .ow_table_1 td,
body.ow.facebook.base_user_join .ow_table_2 td {
    padding: 4px;
}
.ow_friend_request_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right {
    right: -60px;
}
.ow_friend_request_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail span {
    margin-right: 60px;
}
.ow_box_empty.ow_video_player iframe {
    max-height: 211px;
}
.cf_project {
    width: 43% !important;
}
}
@media (max-width: 414px){
.ow_header, .ow_header_pic {
    height: 110px;
}
.ow_invitation_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right {
    right: -110px;
	}
	.ow_invitation_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail span {
    margin-right: 110px;
	}
	.ow_friend_request_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right {
    right: -70px;
}
.ow_friend_request_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail span {
    margin-right: 70px;
}
	.ow_mailbox_items_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right {
    right: -30px;
	}
	.ow_mailbox_items_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail span {
    margin-right: 30px;
	}
	body.ow.facebook.base_user_join .ow_table_1 td, body.ow.facebook.base_user_join .ow_table_2 td {
    padding: 4px;
    font-size: 13px;
}
.ow.base_sign_in .ow_sign_in_wrap {
    padding-top: 195px;
}
.ow_box_empty.ow_video_player iframe {
    max-height: 209px;
}
}
@media (max-width: 412px){
.ow_header, .ow_header_pic {
    height: 110px;
}
body.ow.facebook.base_user_join select  {
    font-size: 12px;
    max-width: 100px;
}
.ow_box_empty.ow_video_player iframe {
    max-height: 207px;
}
}
@media (max-width: 380px){
.ow_header, .ow_header_pic {
    height: 101px;
}
.ow_right.ow_superwide .ow_box_empty img {
    width: 100%;
}
.ow_invitation_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right {
    right: -145px;
}
.ow_invitation_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail span {
    margin-right: 145px;
}
.ow_friend_request_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right {
    right: -100px;
}
.ow_friend_request_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail span {
    margin-right: 100px;
}
.ow_mailbox_items_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right {
    right: -60px;
}
.ow_mailbox_items_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail span {
    margin-right: 60px;
}
.ow_notification_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right {
    right: -15px;
}
.ow_notification_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail span {
    margin-right: 15px;
}
	body.ow.facebook.base_user_join .ow_table_1 td, body.ow.facebook.base_user_join .ow_table_2 td {
    padding: 4px;
    font-size: 13px;
    max-width: 100px;
}
body.ow.facebook.base_sign_in .ow_header .ow_header_txt {
    margin-right: 3%;
}
.ow_box_empty.ow_video_player iframe {
    max-height: 189px;
}
td.ow_value input[type="file" i] {
    max-width: 84px;
}
}
@media (max-width: 375px){
.ow_header, .ow_header_pic {
    height: 100px;
}
.ow_console_list_wrapper {
    width: 280px;
    overflow-y: auto;
    word-wrap: break-word;
}
.ow_box_empty.ow_video_player iframe {
    max-height: 187px;
}
}
@media (max-width: 360px){
.ow_header, .ow_header_pic {
    height: 96px;
}
.ow_footer {
    height: 120px;
}
.ow_sign_in_wrap {
    background-position: center bottom;
}
.ow_group_list .ow_superwide .ow_ipc, .ow_event_list .ow_superwide .ow_ipc {
    width: 96%;
}
.ow_forum tr.ow_tr_first th {
    font-size: 15px;
}
table.ow_table_1.ow_forum_topic {
    width: 320px;
    font-size: 14px;
    font-weight: normal;
}
th.ow_title,th.ow_posts,th.ow_views,th.ow_author {
    font-size: 15px;
}

.ow_forum_topic .ow_icon {
    line-height: 14px;
    text-align: center;
    width: auto;
    max-width: 55px;
    padding: 4px;
    padding-left: 0;
    font-size: 12px;
}
.ow_forum_topic .ow_icon span {
    font-size: 11px;
}
.ow_forum_topic td.ow_title {
    width: 100px;
	max-width: 100px;
    padding: 4px;
    word-wrap: break-word;
    word-break: break-word;
}
.ow_forum_topic .ow_posts,.ow_forum_topic .ow_views {
    text-align: center;
    width: auto;
    padding: 4px;
    max-width: 45px;
}
.ow_forum_topic .ow_author {
    width: 100px;
    max-width: 100px;
    padding: 4px;
    word-wrap: break-word;
    word-break: break-word;
    font-size: 13px;
}
.ow_forum_topic .ow_author span.ow_nowrap.ow_remark {
    word-wrap: break-word;
    word-break: break-word;
    white-space: inherit;
}
.ow_table_1, .ow_table_2, .ow_table_3 {
    font-size: 11px;
}
.ow_console_invt_txt {
    width: 160px;
    word-wrap: break-word;
}
body.ow.facebook.base_sign_in .ow_header .ow_header_txt {
    margin-right: 1%;
}
.ow_box_empty.ow_video_player iframe {
    max-height: 178px;
}
.cf_project {
    width: 42% !important;
	height: 280px !important;
}
}
@media (max-width: 320px){
.ow_header, .ow_header_pic {
    height: 85px;
}
body.ow.facebook.base_sign_in .ow_header, body.ow.facebook.base_sign_in .ow_header_pic {
    height: 590px;
}
.ow_newsfeed_content.ow_smallmargin {
    padding-top: 0;
}
.ow_newsfeed_oembed_atch {
    padding-left: 0px !important;
}
.ow_newsfeed_oembed_atch .ow_newsfeed_item_picture {
    margin-left: auto !important;
    margin-bottom: 8px;
}
.ow_newsfeed_large_image .ow_newsfeed_item_picture {
    max-width: 225px;
}
.ow_box_menu a span {
    font-size: 13px;
}
.ow_table_1 td, .ow_table_2 td {
    padding: 4px;
}
.ow_forum, .ow_forum tr.ow_tr_first th,.ow_forum .ow_small,.ow_reply_info span {
    font-size: 11px;
}
table.ow_table_1.ow_forum_topic {
    width: 282px;
}
.ow_automargin.clearfix {
    width: 100% !important;
}
.ow_console_lang_item {
    margin-left: -8px;
}
.ow_cavatar {
    display: none;
}

.ow_header_pic a h1 {
    font-size: 14px;
}
.ow_header_pic a h2 {
    font-size: 11px;
}
.ow_signin_label {
    padding: 7px 6px 8px 6px;
}
.ow_console_button.ow_console_item a.ow_console_item_link {
    padding: 6px 0px 7px 0px;
}
body.ow.facebook.base_sign_in .ow_header .ow_header_txt {
    margin-right: -5%;
}
.ow.base_sign_in form .ow_form_options p.ow_remember_me,
.ow.base_sign_in form .ow_form_options p.ow_forgot_pass {
    font-size: 14px;
}
.ow_invitation_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right {
    right: -155px;
}
.ow_invitation_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail span {
    margin-right: 155px;
}
.ow_friend_request_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right {
    right: -110px;
}
.ow_friend_request_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail span {
    margin-right: 110px;
}
.ow_mailbox_items_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right {
    right: -70px;
}
.ow_mailbox_items_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail span {
    margin-right: 69px;
}
.ow_notification_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right {
    right: -24px;
}
.ow_notification_list.ow_console_dropdown_pressed .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail span {
    margin-right: 23px;
}
.cf_project {
    width: 41% !important;
    height: 270px !important;
}
.ql_content.ow_small.ow_smallmargin, .ql_body > div.ow_newsfeed_btns.ow_small.ow_remark.clearfix,
.ow_border.ql_delimiter.ql_doublesided_stdmargin {
    margin-left: -55px;
}
}
.ow_superwide.ow_automargin.ow_stdmargin,.ow_superwide.ow_automargin {width: 100%;}

.ow_console_lang_item {display: none;}
.ow_console_item.ow_console_dropdown.ow_console_dropdown_hover {margin-right: 0px;}
.theme_console_item {float: left;position: absolute !important;left: 0;margin-left: 20% !important;margin-top: 5px !important;}
.theme_console_item form #themes-box {padding: 2px !important;}
@media (max-width: 979px){.theme_console_item {display:none !important;}}