/********************************************************************************
  *
  *     Filename:        base.css
  *     Description:     Magic Responsive Theme Base CSS File
  *     Version:         1.0.0
  *     Copyright:       Krishan kumar
  *
  *     -- 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; 
	padding-left: 0!important;
}
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: #ffffff; /** OW_Control type:color, section:1. General Settings, key:bodyColor, label:01. Site background color, description: Website background color **/
    overflow-x: hidden;
}
body, html {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
               "Open Sans", "Helvetica Neue", sans-serif!important;
	color: #343434; /** OW_Control type:color, section:2. Colors, key:textColor, label:1. Text **/
	font-size: 16px;
	line-height: 18px;
	height: 100%;
	max-width: 1920px;
    margin: 0 auto;
}
a {
	color: royalblue!important; /** OW_Control type:color, key:linkColor, section:2. Colors, label:3. Links **/
	text-decoration: none!important;
}
a:hover {
	color: #4c00e6!important;
	text-decoration: underline;
}
a:hover img {
	text-decoration: none;
}
b {
	font-weight: bold!important;
}
p {
	text-indent: 0;
	margin-bottom: 8px;
}
h1, h2, h3, h4, h5 {
	color: #5b646a; 
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	font-size: 20px;
	line-height: 20px;
    padding-left: 0px;
	color: #5b646a; /** OW_Control type: color, key: titleColor, section: 2. Colors, label:2. Title **/
	text-transform: uppercase;
	margin-left: 0px;
	background-repeat: no-repeat;
}
h2 {
	font-size: 18px!important;
}
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: 17px;
}
th {
    background-color: white;
}
hr {
	background-color: #dddfeb;
	border: none;
	height: 1px;
	margin: 5px 5px 15px 5px;
}
/*========================================================
        [4] Typography        __typography
  ========================================================*/
@font-face {
	font-family: 'Cuprum';
	src: url('fonts/Cuprum-Regular.eot');
	src: url('fonts/Cuprum-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/Cuprum-Regular.woff2') format('woff2'),
	url('fonts/Cuprum-Bold.ttf') format('truetype'),
	url('fonts/Cuprum-Regular.woff') format('woff'),
	url('fonts/Cuprum-Regular.svg#Cuprum-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*========================================================
        [5] Masterpage & Page Layout        __layout
  ========================================================*/
/* ---- Page Layout, Content styles ---- */
:root {
        --primary-blue: #0d6efd;
        --light-blue: #e7f1ff;
        --dark-text: #212529;
        --light-text: #6c757d;
        --border-color: #dee2e6;
    }

/*Opera Fix*/
	body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
 body.mega-menu-active {
        overflow: hidden;
    }
.custom-navbar {
    padding: 4px 5px;
    top: 10px;
    max-width: 750px;
    left: auto;
}
    @media (max-width: 742px) {
.custom-navbar {
        top: -82px;
        left: 0;
        float: right;
    }
}

.ms-auto {
    margin-left: auto !important;
    font-weight: 700!important;
    background: #ffF !important;
    color: blue !important;
}
.accordion-button {
    font-weight: bold!important;
font-size: 1.2rem!important;
}
.accordion-body a {
    font-weight: bold;
}
  .nav-link {
        color: inherit !important;
        background: #fff !important;
        font-weight: 500!important;
        margin: 0 0.5rem;
        padding: 0.5rem 0.5rem !important;
        border-radius: 6px;
        transition: background-color 0.3s ease, color 0.3s ease;
    }
nav-link {
    color: #fff !important;
    font-weight: 500 !important;
    margin: 0 0.5rem;
    padding: 0.5rem 0.5rem !important;
    border-radius: 6px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
    .nav-link:hover,
    .nav-link.active {
        background-color: var(--light-blue);
        color: var(--primary-blue) !important;
    }

    /* --- Desktop Mega Menu Panel Styling --- */
    .mega-menu-wrapper {
        position: relative;
        top: 76px; /* Adjust this value to match your exact navbar height */
    }
    
    .mega-menu-overlay {
        position: fixed;
        top: 56px;
        left: 0;
        width: 100%;
        height: calc(100% - 50px);
        z-index: 1040;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(5px);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .mega-menu-overlay.show {
        opacity: 1;
        visibility: visible;
    }

    .mega-menu-content {
        background-color: white;
        border-radius: 12px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
        width: 90%;
        max-width: 1200px;
        height: 80vh;
        max-height: calc(100vh - 120px);
        display: flex;
        flex-direction: column;
        transform: scale(0.95);
        transition: transform 0.3s ease;
    }

    .mega-menu-overlay.show .mega-menu-content {
        transform: scale(1);
    }

    .mega-menu-header {
        padding: 1.5rem 2rem;
        border-bottom: 1px solid var(--border-color);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mega-menu-title {
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--dark-text);
        margin: 0;
    }

    .mega-menu-close {
        background: transparent;
        border: none;
        font-size: 2rem;
        line-height: 1;
        color: var(--light-text);
        opacity: 0.7;
        transition: opacity 0.2s ease;
    }
    .mega-menu-close:hover {
        opacity: 1;
    }

    .mega-menu-body {
        padding: 2rem;
        overflow-y: auto;
    }

    .category-title {
        color: var(--primary-blue);
        font-weight: 600;
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    .category-title i {
        margin-right: 8px;
    }

    .mega-menu-body .list-unstyled li a {
        color: var(--light-text);
        text-decoration: none;
        display: block;
        padding: 8px 0;
        transition: color 0.2s ease, transform 0.2s ease;
    }

    .mega-menu-body .list-unstyled li a:hover {
        color: var(--primary-blue);
        transform: translateX(4px);
    }

    /* --- Mobile Off-canvas & Accordion --- */
    .modern-toggler {
        font-weight: 500;
        border: none;
        padding: 0.5rem 1rem;
        background: #fff;
    color: #0d6efd;
    }
    
    .offcanvas-header {
        border-bottom: 1px solid var(--border-color);
    }
    .offcanvas-title {
        font-weight: 600;
    }
    .accordion-header {
    margin-bottom: 0;
    position: sticky;
    top: 0;
   }
    
    /* NEW: Dedicated scrolling container for mobile to enable sticky headers */
    .offcanvas-body {
        padding: 0;
        overflow: hidden;
        background-image: url(images/bg_3.1.jpg);
    }
    .accordion-scroll-wrapper {
        height: 100%;
        overflow-y: auto; /* Make this scroll instead */
    }

    .accordion-item {
        border: none;
        border-bottom: 1px solid var(--border-color);
    }
    .accordion-item:last-child {
        border-bottom: none;
    }
    
    .accordion-button {
        font-weight: 500;
        color: var(--dark-text);
        padding: 1.25rem 1.5rem;
    }

    /* CORRECTED: Sticky header logic */
    .accordion-button.sticky-active {
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 0; /* Stick to the top of its scrolling container */
        z-index: 10;
        background-color: white !important;
        border-bottom: 1px solid var(--border-color);
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    .accordion-button:not(.collapsed) {
        background-color: var(--light-blue) !important;
        box-shadow: none;
        color: var(--primary-blue);
    }
    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion-body {
        padding: 1.5rem;
        background-color: #f8f9fa;
    }
    .accordion-body a {
        color: var(--light-text);
        text-decoration: none;
        display: block;
        padding: 8px 0;
    }
    .accordion-body a:hover {
        color: var(--primary-blue);
    }

    .accordion-body .category {
        margin-bottom: 1.5rem;
    }
    .accordion-body .category:last-child {
        margin-bottom: 0;
    }
    
    /* Make desktop nav items align horizontally in one line */

.navbar {
    --bs-navbar-padding-x: inherit!important;
    --bs-navbar-padding-y: inherit!important;
padding: 0!important;
}
.custom-navbar .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 0;
  margin: 0;
  list-style: none;
}
/*End of the Opera Fix*/
html body div .ow_page h1 {
    background-position: 10px center;
    background-image: none;
    padding: 12px 12px 12px 12px;
    font-size: 18px;
    font-weight: bold;
    color: #999;
    background-color: white;
}
.ow_bg_color{
	background-color: #ffffff;/** OW_Control type:color, section:1. General Settings, key:bodyColor, label:01. Site background color, description: Website background color **/	
}
.ow_border {
    border-style: solid;
    border-color: #f4f4f4;
}
body .ow_page_wrap {
    min-height: 100%;
    padding-top: 0px;
    max-width: 1920px;
    margin: 0 auto;
}
.ow_page_padding {
	padding-bottom: 99px;
} 
.ow_canvas {
	margin: 0 auto;
	width: 100%;
	word-wrap: break-word;
}
.ow_page {
    margin: 0 260px 0px 84px; 
    padding: 0 18px;
}
.ow_page_container {
	width: 100%;
	margin: 0px auto 16px;
	padding-top: 55px;	
}
.ow_page_container .ow_page {
    padding: 28px 16px 16px;
    min-height: 400px;
}
.ow_content {
	float: left;
	width: 100%;
}
.ow_sidebar {
    width: 240px;
    float: right;
    top: 0;
    margin-top: 0;
    margin-right: -260px;
}
/* Footer */
.ow_footer {
    padding: 1px 0px;
    background-color: transparent;
    height: 110px;
    position: relative;
    background-image: url(images/footer.png); /** OW_Control type:image, key:footerBackgroundImage, section:1. General Settings, label: 08. Footer background image, description: Image Size width 1920px x height 488px **/
    background-image: none!important;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    padding: 90px 0 140px 70px;
	max-width: 1920px;
    margin: 0 auto;
}
.ow_footer_menu a {
    color: #343434; /** OW_Control type:color, section:1. General Settings, key:footerTextColor, label:09. Footer menu text color, description: Website footer menu text color **/
    font-size: 11px;
}
.ow_footer .ow_canvas {
	width: 100%;
}
.ow_footer .ow_canvas .ow_page.clearfix {
    margin: 0 auto;
}
.ow_footer .ow_copyright{
	float: none;
	padding-left: 10px;
}
.poweredby {
	float: none;
    padding-bottom: 0px;
    text-align: center;
}
a.ow_flogo.ow_right {
    background-image: url(images/logo_g.png); /** OW_Control type:image, key:colorlogoImage, section:1. General Settings, label: 03. Color logo image, description: Image Size width 353px x height 55px **/
    background-image: none!important;}
/* 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: hidden;
}
.ow_dragndrop_content > .clearfix, #place_sections > div > div.clearfix {
    overflow: visible !important;
}
.mail_notifications .ow_wide.ow_automargin {
    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/updesh1.png); /** OW_Control type:image, key:whitelogoImage, section:1. General Settings, label: 02. White logo image, description: Image Size width 353px x height 55px **/
    background-size: auto 33px;
    background-repeat: no-repeat;
    background-position: 10px center;
    display: inline-block;
    height: 49px;
    width: 240px;
}
a.ow_logo:hover {
	text-decoration: none;
}
/* ---- User Dashboard customizer */
.index_customize_box.ow_no_cap.ow_break_word .add_btn_cont span.ow_button input {
    color: #fff;
}
.ow_dragndrop_content {
    float: left;
    width:100%;
}
.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 #f4f4f4;
	cursor:move;
	height:30px;
	margin:2px 4px 2px 0;
	padding:0 5px 0 36px;
    position: relative;
    font-size: 11px;
	background-size: 24px 24px;
}
.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: white;
}
.ow_dnd_preloader {
    height: 30px;
}
.ow_dnd_configurable_component .control {
    display: inline-block;
    width: 18px;
    height: 18px;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}
.ow_dnd_configurable_component .ow_box_icons {
	float: right;
    padding: 8px 2px 0 0;
}
.ow_dnd_configurable_component.ow_box_cap .ow_box_icons {
	padding: 2px 0px 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 #f4f4f4;
   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;
    margin-left: 0px;
    width: 36px;
    height: 16px;
    cursor: move;
    z-index: 50;
    background: transparent url(images/ic_move_horizontal.svg) no-repeat center;
    background-size: 36px;
}
.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 {
    padding: 0;
    margin-top: 6px;
    padding-top: 28px;
    /* background-color: #c1c1c1; */
}
.ow_dragndrop_sections .ow_highbox.join_now_widget {
    padding: 10px;
    background-image: -webkit-linear-gradient(0deg, #0e37f1 0%, #691cff 100%);
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: right;
}
.ow_dragndrop_sections .ow_highbox.join_now_widget a {
    color: white;
}
.ow_dragndrop_sections .ow_highbox.join_now_widget:hover {
    background-size: 300% auto;
    background-position: left;
	transition: all 0.4s ease;
}
.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;
}
body.ow.magic.base_index_page_customize .ow_box_cap::after,
body.ow.magic.base_index_page_customize .ow_box_cap_empty::after {
    position: relative;
}
body.ow.magic.base_index_page_customize .ow_dnd_schem_item {
    background-size: 19px 19px !important;
}
.ow_dnd_schem_item .action a {
    background-size: 17px;
}
/*========================================================
        [6] Menus        __menus
  ========================================================*/
/* ---- Navigation on the left ---- */
.ow_nav_btn {
    position: relative;
    float: left;
    width: 50px;
    height: 56px;
    cursor: pointer;
    background-image: url(images/menu_w.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    transition: opacity 0.3s ease-out 0.15s;
    -moz-transition: opacity 0.3s ease-out 0.15s;
    -webkit-transition: opacity 0.3s ease-out 0.15s;
    display: none;
    opacity: 0;
}
.ow_menu_active .ow_nav_btn {
	display: block;
	opacity: 1;
	transition: background-position 0.2s ease;
}
.ow_menu_active .ow_nav_btn,
.ow_menu_active .ow_nav_btn:hover {
	background-image: url(images/menu_btn2.svg);
    background-repeat: no-repeat;
    background-position: center center;
	transition: background-position 0.2s ease;
}
body.ow_menu_active {
    /* overflow: hidden; */
}
.ow_menu_fullpage {
    position: fixed;
    z-index: 98;
    top: 0;
    left: -240px;
    right: 0;
    bottom: 0;
    width: 220px;
    background-color: white;
    padding-top: 56px;
    visibility: hidden;
    transition: left .4s,visibility .4s;
    box-shadow: 0 4px 24px 5px rgba(33,33,33,.06);
}
.ow_menu_active .ow_menu_fullpage {
    left: 0;
    visibility: visible;
    transition: left .4s;
    overflow-y: auto;
    overflow-x: hidden;
}
.ow_menu_active .ow_menu_fullpage_wrap {
    margin-top: 18px;
	display: table;
	height: auto;
	width: 100%;
}
.ow_menu_fullpage_wrap ul.ow_main_menu {
    display: inline-grid;
    vertical-align: top;
    overflow: visible;
    height: auto;
    padding-bottom: unset;
}
.ow_menu_fullpage_wrap ul.ow_main_menu li {
	width: 100%;
	display: block;
	text-align: center;
}
.ow_menu_fullpage_wrap .ow_main_menu li a {
    text-transform: none;
    font-size: 17px;
    line-height: 30px;
    width: 165px!important;
    height: 44px;
    display: inline-block;
    padding: 0 0px 0 54px;
    text-align: left;
    margin: 0;
    color: #343434;
    border: none;
    background-repeat: no-repeat;
    background-position: 16px 8px;
    background-size: 24px 24px;
}
.ow_menu_fullpage_wrap .ow_main_menu li a span {
    line-height: 40px;
    display: inline-block;
    padding: 0;
    height: unset;
    max-height: unset;
}
.ow_menu_fullpage_wrap .ow_main_menu li a:hover,
.ow_menu_fullpage_wrap .ow_main_menu li.active a {
    color: #303450 !important;
    background-color: white;
    width: 75%;
    box-shadow: rgba(33,33,33,.06) 0 0px 24px 5px;
}
/* ---- End of the Navigation on the left ---- */
/* ---- Console styles ---- */
.ow_site_panel {
	position: fixed;
	top: 0;
	height: 56px;
	width: 98.70%;
	max-width: 1920px;
	background: #303450;
	z-index: 99;
	background: -webkit-linear-gradient(0deg, #0e37f1 0%, #691cff 100%);
	transition: all 0.4s ease;
}
.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: 12px 14px 0 0;
}
.ow_console_item {
	display: inline-block;
    position: relative;
    margin: 0 6px 0 6px;
    padding: 5px 0px 0 0px;
	vertical-align: middle;
	text-align: left;
	cursor: pointer;
}
.ow_console_item:hover {
	border-color: #d9e0e6!important;
	cursor: pointer;
}
.ow_console_item:last-child {
	margin-right: 0;
	padding-right: 0;
}
.ow_console_item a {
    color: #343434!important;
}
.ow_console_item a:hover {
    text-decoration: none;
    background-color: transparent!important;
    color: #fff!important;
    background-image: -webkit-linear-gradient(0deg, #0e37f1 0%, #691cff 100%)!important;
    background-repeat: no-repeat;
}
.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: 28px;
	height: 24px;
	display: inline-block;
	background-image: url(images/ic_user_c.svg);
    background-repeat: no-repeat;
    background-position: 2px 0;
	border: 1px solid transparent;
	transition: all 0.4s ease;
	background-size: 24px 24px;
}
.ow_console_item a.ow_console_item_link:hover {
	background-image: url(images/ic_user_h.svg);
	transition: all 0.4s ease;
}

.ow_invitation_list,
.ow_friend_request_list {
    display: inline-block !important;
}
.ow_invitation_list.ow_console_item a.ow_console_item_link {
	background-image: url(images/ic_invitation_c.svg);
	background-size: 22px 22px;
}
.ow_friend_request_list.ow_console_item a.ow_console_item_link {
	background-image: url(images/ic_friends_c.svg);
}
.ow_mailbox_items_list.ow_console_item a.ow_console_item_link {
	background-image: url(images/ic_mail_c.svg);
}
.ow_notification_list.ow_console_item a.ow_console_item_link {
    background-image: url(images/ic_notification_c.svg);
    background-size: 27px 27px;
    margin-top: -4px;
}
/*hover*/
.ow_invitation_list.ow_console_item:hover a.ow_console_item_link {
	background-image: url(images/ic_invitation_h.svg);
}
.ow_friend_request_list.ow_console_item:hover a.ow_console_item_link {
	background-image: url(images/ic_friends_h.svg);
}
.ow_mailbox_items_list.ow_console_item:hover a.ow_console_item_link {
	background-image: url(images/ic_mail_h.svg);
}
.ow_notification_list.ow_console_item:hover a.ow_console_item_link {
	background-image: url(images/ic_notification_h.svg);
}
/*ddp*/
.ow_invitation_list.ow_console_dropdown_pressed.ow_console_item a.ow_console_item_link {
	background-image: url(images/ic_mail_h.svg);
}
.ow_friend_request_list.ow_console_dropdown_pressed.ow_console_item a.ow_console_item_link {
	background-image: url(images/ic_friends_h.svg);
}
.ow_mailbox_items_list.ow_console_dropdown_pressed.ow_console_item a.ow_console_item_link {
	background-image: url(images/ic_mail_h.svg);
}
.ow_notification_list.ow_console_dropdown_pressed.ow_console_item a.ow_console_item_link {
	background-image: url(images/ic_notification_h.svg);
}
/*body .ow_console_item:hover a.ow_console_item_link, body .ow_console_dropdown_pressed.ow_console_item a.ow_console_item_link {
    background-color: #dff0fe;
    border: 1px solid #b6dcfe;
    border-radius: 4px;
}*/
.ow_console_button.ow_console_item a.ow_console_item_link {
    pointer-events: auto;
    width: auto;
    height: auto;
    margin: -9px 0;
    background: none;
    font-size: 15px;
    font-weight: bold;
    color: #303450 !important;
    background-color: white;
    padding: 7px 16px;
    border-radius: 2px;
}
.ow_console_button.ow_console_item a.ow_console_item_link:hover {
	color: white !important;
    background-color: #6600ff;
}
/* Console Sign in */
.ow_signin_label {
    display: inline-block;
    height: auto;
    margin: -5px auto;
    vertical-align: top;
    color: #303450;
    font-size: 15px;
    font-weight: bold;
    background-color: white;
    padding: 8px 18px;
    border-radius: 2px;
	transition: all 0.4s ease;
}
.ow_signin_label:hover {
    color: white;
    background-color: #6600ff;
	transition: all 0.4s ease;
}
.ow_signin_delimiter {
    /* border-right: 0px solid #ffffff; */
    /* padding: 0 4px 0 0; */
}
.ow_console_item .ow_ico_signin {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
	background-size: contain;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 0px 0 0 4px;
    vertical-align: top;
	border-radius: 2px;
}
.ow_console_item .ow_ico_signin:hover {
	background-color: #6600ff;
}
span.ow_ico_signin.ow_ico_signin_f {
    background-image: url(images/ic_facebook.svg);
}
span.ow_ico_signin.ow_ico_signin_g {
    background-image: url(images/ic_google_plus.svg);
}
span.ow_ico_signin.ow_ico_signin_vk {
    background-image: url(images/ic_vk.svg);
}
.ow_ico_signin:last-child {
    margin-right: -11px;
}
.fb_button {
    background: url(images/ic_facebook.svg) no-repeat 0px 0px !important;
    padding-left: 0px !important;
    height: 28px !important;
    color: transparent !important;
    width: 28px !important;
    background-size: 28px !important;
    margin: 0 4px;
    vertical-align: top;
}
.fb_connect_wrap {
    border: 0px solid #29447E !important;
    height: 28px !important;
    width: 28px;
}
.fb_button_text {
    border-top: 0px solid #879AC0 !important;
	font-size: 0;
	padding: 0 !important;
}
.glconnect_button {
    background: url(images/continue_with_google.jpg) no-repeat 0px 0px !important;
    height: 50px !important;
    width: 300px;
    border-bottom: 0px solid #8d2d1d !important;
    border-radius: 4px !important;
    background-size: contain !important;
    margin: 0 4px 12px;
}
span.glconnect_button_text {
    font-size: 0px !important;
    padding: 0 !important;
}
.vkconnect-icon {
    border-color: transparent !important;
    border-width: 0 !important;
}
.vkconnect-connect {
    padding: 0 !important;
}
.vkconnect-left-border {
    background: transparent !important;
    border-color: transparent !important;
    border-width: 0px !important;
    height: 28px !important;
    padding: 0 !important;
    width: 28px !important;
}
.vk_ic_logo {
    background: url(images/ic_vk.svg) no-repeat -1px -1px !important;
    width: 28px !important;
    height: 28px !important;
    background-size: 28px !important;
}
.vkconnect-label {
    display: none;
}
.profile_edit_page .vk-icon.vk_ic_logo {
    background: url(images/ic_vk_sign.svg) no-repeat 0px 0px !important;
    background-size: 28px !important;
}
/*Console select language styles*/
.ow_console_lang {
	padding: 4px;
}
.ow_console_lang_item {
    line-height: 20px;
    text-transform: capitalize;
}
div.ow_console_lang_item > span {
    font-size: 0px;
    width: 8px;
    height: 26px;
    background: url(images/ic_language.svg);
    background-repeat: no-repeat !important;
    background-position: 1px top !important;
    background-size: 26px 26px !important;
    transition: all 0.4s ease;
    border-radius: 2px;
}
div.ow_console_lang_item > span:hover {
	transition: all 0.4s ease;
}
li.ow_console_lang_item {
    padding: 3px 8px;
    background: #fdfdfd;
    border-color: transparent;
    border-radius: 2px;
    color: #424242;
}
li.ow_console_lang_item:hover {
    color: white;
    background: -webkit-linear-gradient(0deg, #0e37f1 0%, #691cff 100%);
}
.ow_console_lang_item span {
	display: inline-block;
	padding-left: 22px;
	background-position: 0 2px;
}
div.ow_console_lang_item:hover > span {
    color: #FFFFFF;
    background: url(images/ic_language_h.svg);
}
/* Console tooltip */
.ow_console .ow_tooltip_top_right.ow_tooltip {
    top: 37px !important;
    padding-top: 2px;
    right: 0px;
}
.ow_notification_list .ow_tooltip.console_tooltip.ow_tooltip_top_right {
    top: 35px !important;
}
.ow_console .ow_tooltip_top_right .ow_tooltip_tail span {
	background-position: 1px -6px;
}
.ow_console .ow_tooltip .ow_tooltip_body {
	max-width: 340px;
	/* padding: 0px;*/
}
.console_tooltip {
	z-index: 100;
}
/* Console counter */
.ow_console span.ow_count_wrap {
	position: absolute;
	top: 2px;
	right: -4px;
}
.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: 4px;
}
.ow_console_list {
	cursor: default;
}
.ow_console_list li {
    padding: 3px;
    height: auto;
    overflow: hidden;
    margin-bottom: 2px;
    border: 1px solid white;
    background-color: #fdfdfd;
}
.ow_console_list li.ow_console_new_message {
    border-color: #fbacf6;
    background-color: white;
    box-shadow: rgba(33,33,33,.06) 0 1px 8px 0px;
}
.ow_console_list li:hover {
    border-color: #f8f8f8;
    background-color: white;
    box-shadow: rgba(33,33,33,.06) 0 1px 8px 0px;
}
.ow_console_list li.ow_console_new_message:hover {
	border-color: #d9e0e6;
}
.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: 4px;
	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: #4c5358;
}
/* Console dropdown menu */
ul.ow_console_dropdown {
	min-width: 110px;
    text-align: left;
	overflow-x: auto;
	cursor: default;
	padding: 4px;
}
ul.ow_console_dropdown .ow_console_dropdown_cont {
	white-space: nowrap;
	margin-bottom: 1px;
}
ul.ow_console_dropdown .ow_console_dropdown_cont a {
    padding: 5px 10px;
    border: 0px solid transparent;
    display: block;
}
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 44px;
}
.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 {
    color: #303450;
}
.ow_console_invt_txt a:hover, .ow_console_invt_cont a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #4c00e6;
    background-image: none;
}
.ow_console_invt_img {
	float: right;
	margin-left: -54px;
	width: 54px;
	height: 54px;
	text-align: right;
}
.ow_console_invt_img img {
	max-height: 100%;
	max-width: 100%;
}
.ow_console_invt_no_img .ow_console_invt_txt {
	width: 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;
    color: #303450;
}
.ow_console_mailbox_title .ow_mailbox_convers_info_date {
	font-size: 11px;
	margin-right: -49px;
}
.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: 15px;
    font-weight: normal;
    line-height: 15px;
}
.ow_console_mailbox_txt.ow_remark {
    color: #343434;
}
.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: 38px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-wenkit-box-sizing: border-box;
    color: #303450;
    text-transform: uppercase;
    border: 1px solid white;
}
.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: #303450;
    background: white;
    box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
/* ---- End of Console styles ---- */
/* ---- Main Menu styles ---- */
.ow_menu_wrap {
	position: fixed;
	z-index: 98;
	top: 56px;
	left: 0;
	bottom: 0;
	background-color: white;
	width: 80px;
	height: 100%;
    visibility: visible;
    transition: left .4s,visibility .4s;
    box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
	overflow-x: hidden;
    overflow-y: visible;
}
.ow_main_menu {
    width: 80px;
    height: 100%;
    padding-bottom: 180px;
}
.ow_main_menu li {
    display: inline-block;
	width: 100%;
	text-align: center;
}
.ow_main_menu li a {
    color: #343434; /** OW_Control type:color, key:menuColor, section:2. Colors, label:4. Menu text color **/
    display: inline-block;
    text-transform: none;
    font-size: 14px;
    line-height: 15px;
    height: 76px;
    width: 80px !important;
    float: right;
    padding: 0px 0px 0px 0px;
    text-align: center;
    margin: 0;
    border-bottom: 0px solid #f4f4f4;
    background-repeat: no-repeat;
    background-position: center 12px;
    background-size: 24px 24px;
}
.ow_main_menu li a span {
    line-height: 14px;
    display: inline-block;
    padding-top: 42px;
    height: 14px;
    max-height: 14px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}
.ow_main_menu li.active a, .ow_main_menu li a:hover {
	color: #303450;
    background-color: white;
    width: 100%;
    box-shadow: rgba(33,33,33,.06) 0 0px 24px 5px; 
}


@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
/* ---- Menu icons ---- */
.ow_main_menu li a,
.ow_main_menu li.active a,
.ow_main_menu li a:hover{
	background-image: url(images/ic_file.svg);
}
li.base_dashboard a,
li.base_dashboard.active a,
li.base_dashboard a:hover{
	background-image: url(images/users.png);
}
li.base_main_menu_index a,
li.base_main_menu_index.active a,
li.base_main_menu_index a:hover{
	background-image: url(images/ic_lens.svg);
}
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/userlist.png);
}
li.photo_photo a,
li.photo_photo.active a,
li.photo_photo a:hover{
	background-image: url(images/image.png);
}
li.video_video a,
li.video_video.active a,
li.video_video a:hover{
	background-image: url(images/play.png);
}
li.groups_main_menu_list a,
li.groups_main_menu_list.active a,
li.groups_main_menu_list a:hover{
	background-image: url(images/users.png);
}
li.event_main_menu_item a,
li.event_main_menu_item.active a,
li.event_main_menu_item a:hover{
	background-image: url(images/ic_calendar.svg);
}
li.blogs_main_menu_item a,
li.blogs_main_menu_item.active a,
li.blogs_main_menu_item a:hover{
	background-image: url(images/article.png);
}
li.base_page_yda92zuz a,
li.base_page_yda92zuz.active a,
li.base_page_yda92zuz a:hover{
	background-image: url(images/ic_places.svg);
}
li.forum_forum a,
li.forum_forum.active a,
li.forum_forum a:hover{
	background-image: url(images/ic_comment.svg);
}
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/icon_menu_li.svg);
}
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/login.png);
}
li.indexlogin_sign_in a,
li.indexlogin_sign_in.active a,
li.indexlogin_sign_in a:hover {
	background-image: url(images/ic_signin.svg);
}
li.music_main_menu_item a,
li.music_main_menu_item.active a,
li.music_main_menu_item a:hover {
	background-image: url(images/ic_music.svg);
}
li.articles_main_menu_item a,
li.articles_main_menu_item.active a,
li.articles_main_menu_item a:hover {
	background-image: url(images/ic_article.svg);
}
li.shoppro_main_menu_item a,
li.shoppro_main_menu_item.active a,
li.shoppro_main_menu_item a:hover {
	background-image: url(images/ic_cart.svg);
}
li.meet_meet_game_desktop a,
li.meet_meet_game_desktop.active a,
li.meet_meet_game_desktop a:hover {
	background-image: url(images/ic_meet.svg);
}
li.fanpage_main_menu_item a,
li.fanpage_main_menu_item.active a,
li.fanpage_main_menu_item a:hover {
	background-image: url(images/ic_fanpage.svg);
}
li.mochigames_main_menu_item a,
li.mochigames_main_menu_item.active a,
li.mochigames_main_menu_item a:hover {
	background-image: url(images/ic_mochigames.svg);
}
li.quote_quote a,
li.quote_quote.active a,
li.quote_quote a:hover {
	background-image: url(images/ic_quote.svg);
}
li.photoframes_desktop_photoframes_menu a,
li.photoframes_desktop_photoframes_menu.active a,
li.photoframes_desktop_photoframes_menu a:hover {
	background-image: url(images/ic_photoframe.svg);
}
li.iclassifieds_menutext_value a,
li.iclassifieds_menutext_value.active a,
li.iclassifieds_menutext_value a:hover {
	background-image: url(images/ic_classifieds.svg);
}
li.auction_main_menu_item a,
li.auction_main_menu_item.active a,
li.auction_main_menu_item a:hover {
	background-image: url(images/ic_auction.svg);
}
li.membership_subscribe_page_heading a,
li.membership_subscribe_page_heading.active a,
li.membership_subscribe_page_heading a:hover {
	background-image: url(images/ic_star.svg);
}
li.questions_main_menu_list a,
li.questions_main_menu_list.active a,
li.questions_main_menu_list a:hover {
	 background-image: url(images/ic_question.svg);
}
li.qa_main_menu_item a,
li.qa_main_menu_item.active a,
li.qa_main_menu_item a:hover {
	 background-image: url(images/ic_qa.svg);
}
li.email2future_main_menu_item a,
li.email2future_main_menu_item.active a,
li.email2future_main_menu_item a:hover {
	background-image: url(images/ic_email2future.svg);
}
li.yoom_main_menu_list a,
li.yoom_main_menu_list.active a,
li.yoom_main_menu_list a:hover {
	background-image: url(images/ic_chat.svg);
}
li.supportcenter_support a,
li.supportcenter_support.active a,
li.supportcenter_support a:hover {
	background-image: url(images/ic_help.svg);
}
li.oxstore_desktop_oxstore_menu a,
li.oxstore_desktop_oxstore_menu.active a,
li.oxstore_desktop_oxstore_menu a:hover,
li.ostore_bottom_menu_item a,
li.ostore_bottom_menu_item.active a,
li.ostore_bottom_menu_item a:hover {
	background-image: url(images/ic_store.svg);
}
/* ---- End of Menu Icons ---- */
/* ---- End of Main Menu styles ---- */
/* ---- Box Menu styles ---- */
.ow_box_menu {
	font-size: 0px;
	line-height: 21px;
	margin-bottom: 16px;
}
.ow_box_menu a {
	display: inline-block;
	font-size:14px;
	line-height: 16px;
	height: 16px;
	padding: 0px 6px 0 7px;
	border-right: 1px #4c4c4c solid;
	outline: 0;
	color: #4c4c4c;
	text-transform: none;
}
.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: left;
}
.ow_box_menu a.active,
.ow_box_menu a:hover{
	color:#303450; 
	text-decoration:none;
}
/* ---- End of Box Menu styles ---- */
/* ---- Content Menu styles ---- */
.ow_content_menu {
    font-size: 0px;
    text-transform: uppercase;
    font-weight: normal;
    background-color: white;
    border: 1px solid #f4f4f4;
    border-radius: 2px;
	box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
.ow_content_menu_wrap{
	margin-bottom: 12px;
}
.ow_content_menu li {
    float: left;
    position: relative;
    top: 1px;
    margin: 0 2px;
}
.ow_content_menu li.active a::after, .ow_content_menu li a:hover::after {
    content: "";
    background: -webkit-linear-gradient(0deg, #0e37f1 0%, #691cff 100%);
    height: 2px;
    width: 100%;
    display: inline-block;
    visibility: visible;
    padding: 0;
    position: absolute;
    left: 0px;
    margin-top: -2px;
}
.ow_content_menu li a {
    display: block;
	font-size: 14px;
	color: #5b646a;
}
.ow_content_menu li.active a,
.ow_content_menu li a:hover {
    color: #303450; 
    text-decoration: none;
}
.ow_content_menu span {
    background-image: none!important;
    background-position: 8px 8px;
    background-repeat: no-repeat;
    padding: 12px 16px 12px 10px;
    display: block;
    background-size: 24px 24px;
}

/* ---- End of Content Menu styles ---- */
/* ---- Footer Menu styles ---- */
.ow_footer_menu {
    padding: 20px 10px 10px;
    text-transform: uppercase;
    margin-bottom: 15px;
	text-align: center;
}
.ow_footer_menu a {
	display: inline-block;
    padding: 0px 0.7vw;
}
.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: 6px 8px 0px 8px;
    min-height: 24px;
    clear: both;
	background-color: white;
    border: 1px solid #f4f4f4;
    border-radius: 2px;
}
.ow_fw_btns {
    display: inline-block;
}
.ow_fw_menu .ow_explore_photos_show {
	font-size: 14px;
}
/* ---- End of the Fw menu styles ---- */
/* ---- Vertical menu styles ---- */
.ow_vertical_nav.ow_vertical_menu,
body .ow_vertical_nav_item {
    border-color: #f4f4f4;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.ow_vertical_nav_item.selected {
   	background-color: white;
}
.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 {
    background-color: white;
    border: 1px solid #f4f4f4;
    padding: 4px;
    font-size: 15px;
    border-radius: 2px;
    width: 98%;
    box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
.ow_paging a {
    display: inline-block;
    line-height: 20px;
    padding: 3px 9px 0px 9px;
    text-decoration: none;
    color: #5b646a;
    border-radius: 20px;
}
.ow_paging a.active, .ow_paging a:hover {
    color: #ffffff;
    background-image: -webkit-linear-gradient(0deg, #0e37f1 0%, #691cff 100%);
	background-repeat: no-repeat;
}
.ow_paging span {
	display: inline-block;
	padding-left: 4px;
}
/*========================================================
        [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: hidden; */
}
.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: #fdfdfd;
    padding: 4px 0;
    border: 0px solid #f4f4f4;
    box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
.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;
}
/* ---- Top Right Tooltip  ---- */
.ow_tooltip_top_right.ow_tooltip {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0px;
 }
.ow_tooltip_top_right .ow_tooltip_tail span {
	background-position: 3px -6px;
}
.ow_tooltip_top_right .ow_tooltip_tail {
	text-align: right;
}
/* ---- Bottom Left Tooltip  ---- */
.ow_tooltip_bottom_left .ow_tooltip_tail span {
	background-position: 9px 0px;
	margin-top: -1px;
}

/* ---- Bottom Right Tooltip  ---- */
.ow_tooltip_bottom_right .ow_tooltip_tail span {
	background-position: 1px 0px;
	margin-top: -1px;
}
.ow_tooltip_bottom_right .ow_tooltip_tail {
	text-align: right;
}
/* ---- Left Side Tooltip  ---- */
.ow_tooltip_left .ow_tooltip_tail {
	float: left;
	margin-right: -4px;
	width: 4px;
	padding-top: 8px;
}
.ow_tooltip_left .ow_tooltip_tail span {
	margin: 0px;
	width: 5px;
	height: 11px;
	background-position: 0px -28px;
}
.ow_tooltip_left .ow_tooltip_body {
	display: block;
	margin-left: 4px;
}
/* ---- Right Side Tooltip  ---- */
.ow_tooltip_right .ow_tooltip_tail {
	float: right;
	margin-left: -4px;
	width: 5px;
	padding-top: 8px;
}
.ow_tooltip_right .ow_tooltip_tail span {
	margin: 0px;
	width: 5px;
	height: 11px;
	background-position: 0px -15px;
}
.ow_tooltip_right .ow_tooltip_body {
    display:block;
	margin-right: 4px;
}
/* ---- End of Tooltip  ---- */
/* ---- 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;
}
.ow_context_action_value {
	font-size: 13px;
    display: inline-block;
    padding: 0px 5px 0px 0px;
    text-decoration: none;
	color: #5b646a;
	text-transform: uppercase;
}
.ow_context_more {
    display: inline-block;
    min-width: 15px;
    height: 18px;
    padding: 0px 3px 0px 0px;
    background: url(images/context_action_arrow_dark.svg) no-repeat 0px 6px;
    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: right 8px;
}
.ow_context_action:hover,
.ow_context_action.active {
    cursor: pointer;
    border-color: #f4f4f4;
    background-color: white;
}
.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 {}
.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: #424242;
}
.ow_context_action_list a:hover {
    text-decoration: none;
    background: #303450;
    color: #fff!important;
}
.ow_context_action .ow_tooltip {
	display: none;
}
.ow_context_action_divider {
	line-height: 1px;
	height: 1px;
	background: #f4f4f4;
	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: #5b646a;
}
/* ---- 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: #5b646a;
 	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: Arial, Helvetica, sans-serif;
}
.ow_count_active {
    background: none repeat scroll 0 0 #303450;
}
/* ---- End of Counter  ---- */
/* ---- Info tooltip styles ---- */
.ow_tip{
	display:inline-block;
	position:absolute;
    z-index: 10005;
}
.ow_tip_box {
    position: relative;
    padding: 4px 9px 4px;
    background-color: #303450;
    color: #ffffff;
    border: 1px solid #303450;
    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: #303450;
	border-width: 5px;
	margin-left: -5px;
}
.ow_tip_top .ow_tip_box:before {
	border-color: rgba(204, 214, 222, 0);
	border-top-color: #303450;
	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: #f4f4f4;
	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: #f4f4f4;
	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: #f4f4f4;
	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: 6px;
}
.ow_box_cap h3, .ow_box_cap_empty h3 {
    padding: 5px 0 4px 5px;
    text-transform: none;
    height: auto;
    line-height: 18px;
    overflow: hidden;
    font-weight: 500;
    font-size: 19px;
	color: #999;
}
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: left center;
    background-size: 24px 24px;
    /* max-height: 15px; */
    overflow: hidden;
    text-overflow: ellipsis;
}
.ow_box_cap {
    background: white;
    border: 0px solid #f4f4f4;
    border-bottom: none;
    padding: 6px 6px 6px 16px;
    border-radius: 0;
	box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
.ow_box_cap::after, .ow_box_cap_empty::after {
    content: "";
    opacity:0;
    background: -webkit-linear-gradient(0deg, #0e37f1 0%, #691cff 100%);
    height: 2px;
    width: 100%;
    display: inline-block;
    visibility: visible;
    padding: 0;
    position: absolute;
    left: 0px;
    margin-top: 4px;
}
.ow_box_empty .ow_box_cap::after, .ow_box_cap_empty::after {
    width: auto;
    left: 10px;
    right: 10px;
}
.ow_forgot_password .ow_box_cap::after, .ow_forgot_password .ow_box_cap_empty::after {
    width: 107%;
    left: -16px;
    position: relative;
}
.ow_box_cap .ow_box_cap_body,
.ow_box_cap_empty .ow_box_cap_body {
	min-height: 28px;
}
.ow_box {
    background-color: white;
    border: 0px solid #f4f4f4;
    margin-bottom: 16px;
    padding: 8px;
    position: relative;
    border-radius: 2px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.ow_forum_topic_posts .ow_box {
}
.ow_box_empty{
	position: relative;
    padding: 8px;
}
.ow_box .bottom_toolbar, .ow_box_mod .bottom_toolbar{
	margin-top: 10px;
    font-size: 10px;
    padding: 0 5px;
    text-align: right;
}
.ow_box.ow_no_cap {
	border-top: 1px solid #f4f4f4;
}
.ow_box_empty .ow_box_toolbar_cont {
	border-bottom: 0px solid #f4f4f4;
}
.ow_box_toolbar {
	margin-top: 16px;
	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: #303450;
}
.ow_box_toolbar a:hover {
	text-decoration: none;
}
.ow_box_toolbar .ow_delimiter,
.ow_ic_toolbar  .ow_delimiter{
	display: none;
}
.ow_box_empty.ow_no_cap.ow_break_word .ow_tags_cont {
    background: white;
    padding: 8px;
    box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
/* 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;
	background-image: url(images/bg_3.1.jpg);
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#floatbox_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: white;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}
body .floatbox_canvas .floatbox_container {
	margin-top: 50px !important;
}
.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;
    -webkit-animation: .25s ease 0s 1 normal forwards animOpening;
    animation: .25s ease 0s 1 normal forwards animOpening;
    animation-fill-mode: both;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.floatbox_header {
	padding: 4px;
	text-align: left;
}
.floatbox_header a.close_btn {
	margin: 2px;
    background: url(images/ic_x.svg) no-repeat;
}
.floatbox_title {
	text-transform: uppercase;
	font-size: 16px;
	padding: 8px 12px 0px;
	float: left;
	font-weight: normal;	
}
.floatbox_header .ow_box_cap_icons {
	float: right;
	margin-top: 1px;
}
.floatbox_body {
    padding: 0px 16px 30px 16px;
    text-align: left;
    color: #343434;
    margin-top: auto;
    overflow-x: hidden;
}
.floatbox_bottom {
	padding: 0px 16px 16px;
	text-align: center;
}
/* 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: #fcfcfc;
    border: 1px solid #f4f4f4;
    color: #828894;
    font-family: "Lucida Grande", "Verdana";
    font-size: 13px;
    padding: 4px 12px;
}
body form div.jhtmlarea {
	background: white;
	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: white;
    border-bottom: 1px solid #f4f4f4;
}
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: super;
}
input[type=text],
input[type=password]{
    width: 100%;
    height: 50px;
    line-height: 42px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 12px;	
}
input[type=submit],
input[type=button]{
	background-color: transparent;
    background-image: none !important;
    padding: 0px 12px 0px 12px;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    height: 38px;
	text-transform: uppercase;
	font-size: 15px;
	border: none;
	background-size: 24px 24px;
}
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: 23px;
}
/* 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]{
	color: white;
}

html body.ow input[type=submit],
html body.ow input[type=button]{
    margin: 0px;
}
span.ow_button {
    display: inline-block;
    background-image: -webkit-linear-gradient(0deg, #0e37f1 0%, #691cff 100%);
    padding: 0px 10px;
    border: none;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: right;
    transition: all .4s ease;
}
span.ow_button:hover {
	background-size: 300% auto;
    background-position: left;
	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: #fff;
	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;
}
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: #ffffff;
}
.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;
}
input#groups-delete_btn {
    color: #fff;
    padding-right: 12px;
}
/* ---- 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],
.ow_bl a.ow_red:hover {
    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],
.ow_bl a.ow_mild_red:hover {
    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],
.ow_bl a.ow_mild_green:hover {
	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: #5b646a;
}
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: #f5f7f9;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-color: #f4f4f4;
}
div.tagsinput span.tag {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: #fff;
	border-color: #f4f4f4;
}
div.tagsinput span.tag a {
	border-color: #f4f4f4;
}
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 #f4f4f4;
    padding: 2px 3px 0;
    line-height: 13px;
    text-transform: uppercase;
    text-shadow: none;
    display: inline-block;
    vertical-align: text-bottom;
    color: #303450;
	border-radius: 2px;
}
html body a.ow_lbutton,
html body span.ow_lbutton {
    font-size: 11px;
}
.ow_lbutton:hover{
	border-color: #f4f4f4;
	cursor: pointer;
    text-decoration: none;
}
/* ---- 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.svg) no-repeat 0 0;
    height: 26px;
    width: 28px;
    margin-top: -3px;
    background-size: contain;
}
.ow_attachments a.attach:hover {
	background-position: 0px 0px;
}
.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: #303450;
    background-image: -webkit-linear-gradient(0deg, #0e37f1 0%, #691cff 100%);
    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: 10px 28px 14px;
    height: 42px;
	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: white;
}
.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: white;
}
.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: white;
    width: 120px;
    height: 120px;
    border: 1px solid #f4f4f4;
    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: #f4f4f4;
}
.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;
}
.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: white;
	border-color: #e4e9ee;
	border-style: solid;
}
.comments_list_cont {
    background-color: #fdfdfd;
}
.ow_comments_item {
    position: relative;
    padding: 6px 16px 4px 8px;
    border-width: 1px 1px 0 1px;
    border-bottom: 1px solid #f4f4f4;
}
.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: 1px 0 1px 0;
	min-height: 14px;
	text-align: center;
	border-top-color: transparent;
}
.ow_feed_comments_input_sticky {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.ow_feed_comments_input_sticky .ow_comments_input_wrap {
	padding: 6px 12px 4px 22px;
}
.ow_feed_comments_input_sticky .ow_comments_form_wrap {
	border-top-width: 1px;
}
.ow_comments_item_picture{
    float: left;
    margin-right: -50px;
    width: 50px;
}
.ow_comments_item_info {
    margin-left: 44px;
    padding-top: 2px;
}
.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: 30px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding-right: 28px;
	padding-left: 10px;
	resize: none;	
}
.ow_comments_item_header {
	margin-bottom: 2px;
}
.ow_comments_item_header a {
	color: #550ae4;
}
.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;
}
.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;
}
.ow_comments_msg {
	margin-top: 4px;
	color: #5b646a;
}
body .item_loaded {
	margin: 0px 3px 8px 57px;
}
.newsfeed_update_status_groups_label,
.newsfeed_update_status_groups{
        text-align: right;
}
.newsfeed_update_status_info {
    margin-left: 55px;
}
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: 40px;
	margin-right: -40px;
	float: left;
}
.ow_comments_item_picture .ow_avatar, .ow_comments_item_picture .ow_avatar a img {
    width: 32px;
    height: 32px;
}
.ow_comments_mipc .ow_comments_item_info,
.ow_feed_comments_input_sticky .ow_comments_item_info {
	margin-left: 44px;
}
.ow_comments_mipc .ow_comments_list {
	margin-bottom: 1px;
}
.ow_comments_item_info .ow_comments_content {
	padding: 2px 0;
	width: 100%;
	word-wrap: break-word;
}
.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/ic_photo_attach.svg) no-repeat scroll 0px 0px transparent;
    cursor: pointer;
    float: left;
    height: 20px;
    width: 24px;
    overflow: hidden;
    text-decoration: none;
    background-size: 20px 20px;
}
.ow_attachments input[type="file"] {
    cursor: pointer;
    float: right;
    opacity: 0;
}
.ow_add_comments_form.ow_small {
	font-size: 14px;
}
/*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!important;
    padding: 0px 8px;
    line-height: 24px;
    height: 24px;
    text-decoration: none!important;
    color: white!important;
    background-image: -webkit-linear-gradient(0deg, #0e37f1 0%, #691cff 100%)!important;
    border-radius: 20px;
    border: 0px solid #aa12c6;
    background-repeat: no-repeat;
    background-position: right;
    transition: all .4s ease;
}
.ow_bl a:hover {
	background-size: 300% auto;
    background-position: left;
    transition: all .4s ease;
}
.ow_dnd_widget .ow_box_empty .ow_bl.ow_box_toolbar li {
	margin-bottom: 8px;
}
.ow_edit_profile_link {
    top: 0px !important;
    display: block !important;
}
ul.ow_bl.ow_profile_action_toolbar li a {
    border: 1px solid #f4f4f4;
    border-radius: 2px;
    background-image: none;
}
ul.ow_bl.ow_profile_action_toolbar li a:hover {
    background-color: #303450;
    border-color: #303450;
    color: white!important;
}
.ow_profile_toolbar_group.ow_context_action_value_block > .ow_context_action {
    background-color: white;
    border: 1px solid #f4f4f4;
    padding-top: 1px;
    height: 21px;
}
.ow_profile_toolbar_group.ow_context_action_value_block > .ow_context_action .ow_context_more, .ow_profile_toolbar_group.ow_context_action_value_block > .ow_context_action:hover .ow_context_more {
    background-position: right 6px;
}
/* Blitem */
span.ow_blitem {
	background: none;
	border: 1px solid transparent;
	color: #5b646a;
	padding: 0px 0px;
	line-height: 22px;
	height: 22px;
    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: #5b646a;
}
span.ow_blitem:hover,
span.ow_blitem input:hover {
    border-color: #f4f4f4;
    color: #828894;
}
/* 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: #5b646a;
} 
.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;	
}
.ow_bl_narrow li a:hover {
    background-color: #303450;
    color: white;
}
/* ---- End of Button List narrow styles ---- */
/* ---- Suggest field styles ---- */
.ac_results {
    padding: 0px;
    border: 1px solid #BBB;
    background-color: white;
    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{
}
.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;
	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: #f4f4f4;
}
.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: #f4f4f4  #f4f4f4 #f4f4f4 #f4f4f4;
	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: #f4f4f4;
}
.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: #f4f4f4;
}
.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: #5b646a;
    text-align: right;
    width: 50% !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: #5b646a;
    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: #5b646a;
}
th span.ow_section_icon{
    background-repeat: no-repeat;
    padding-left: 30px;
}
th.ow_section span {
	text-transform: uppercase;
    padding: 5px 10px;
    font-weight: normal;
}
table.ow_form td.ow_label{
    color: #5b646a;
    text-align: right;
    width: 20%;
}
table.ow_form td.ow_desc{
    width: 25%;
    color: #5b646a;
    font-size: 11px;
}
table.ow_form td.ow_submit{
    text-align: center;
}
th span.ow_section_icon {
    background-size: 20px 20px;
    color: #303450;
	padding: 2px 30px 4px 30px;
}
/*========================================================
        [12] Standard Listings        __listings
  ========================================================*/
/* ---- Regular listing ---- */
.ow_regular {
	margin-bottom: 12px;
}
.ow_regular li {
	line-height: 23px;
	margin: 0 0 3px 0px;
	padding: 0px 0px 0px 26px;
	background-repeat: no-repeat;
	background-image: url(images/miniic_li.svg);
	background-position: left 2px;
}
/* ---- End of the Regular listing ---- */
/* ---- Item Picture Content ---- */
.ow_ipc {
	margin-top: 16px;
	margin-bottom: 0px;
}
.ow_ipc:first-child {
    /* margin-top: 0px; */
}
.ow_ipc_picture{
    float: left;
    margin-right: -44px;
    width: 44px;
}
.ow_ipc_picture img {
	width: 40px;
	height: 40px;
	border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.ow_ipc_picture img:first-child {
	margin-top: 4px;
	margin-left: 4px;
}
.ow_ipc_picture .ow_avatar img {
	margin-top: 0px;
	margin-left: 0px;	
}
.ow_ipc_info {
    margin-left: 56px;
    padding: 14px 16px 16px 16px;
    border: 1px solid #f4f4f4;
    background-color: white;
    border-radius: 2px;
}
.ow_dnd_widget .ow_box .ow_ipc_info {
    border-color: transparent;
    border-bottom-color: #f4f4f4;
    margin-left: 0;
    padding-top: 4px;
    padding-left: 56px;
}
.ow_ipc_header{
    padding: 0px 0px 0px;
    margin: 0px 0px 6px;
}
.ow_ipc_header a {
}
.ow_ipc.ow_smallmargin {
	margin-bottom: 0px;
}
.ow_ipc_content{
    padding: 0px 0px 12px 0px;
    line-height: 1.25em;
}
.ow_ipc_toolbar{
    font-size: 13px;
    line-height: 14px;
	float: left;
	padding: 0 0px 0px 0px;
	width: 100%;
}
.ow_ipc_toolbar .ow_icon_control {
	padding: 0px;
}
html body div .ow_ipc_toolbar span {
	background: none;
}
.ow_ipc_toolbar .ow_ipc_date,
.ow_ipc_date {
	float: right;
}
.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 {
}
.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 {}
.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 1px 0;
}
.ow_lp_albums .ow_lp_wrapper,
.ow_lp_groups .ow_lp_wrapper {
    width: 72px;
    height: 72px;
    padding: 0px;    
    float: left;
}
.ow_lp_photos .ow_lp_wrapper{
    width: 72px;
    height: 72px;
    padding: 0px;
    margin: 0 2px 2px 0;
    display: inline-block;
    float: none;
    text-align: left;
}
.ow_lp_avatars .ow_avatar {
    margin: 1px;
	text-align: left;
}
.ow_lp_photos img,
.ow_lp_albums img,
.ow_lp_groups img {
    width: 72px;
    height: 72px;
}
.ow_lp_label{
    margin-left: 80px;
}
.ow_lp_label.ow_small {
    font-size: 15px;
}
.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: 32%;
    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: -56px;
    width: 56px;
}
.ow_user_list_picture img{
    width: 40px;
    height: 40px;
}
.ow_user_list_data{
    margin-left: 50px;
    padding: 8px 4px 4px;
}
.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_full.ow_stdmargin .clearfix.ow_alt2, .ow_user_list.ow_full.ow_stdmargin .clearfix.ow_alt1, .ow_video_list.ow_stdmargin.clearfix .clearfix.ow_alt1, .ow_video_list.ow_stdmargin.clearfix .clearfix.ow_alt2 {
    background-color: transparent;
    border: none;
}
.ow_user_list.ow_full.ow_stdmargin .ow_user_list_item.clearfix.ow_item_set3 {
    width: 32%;
    padding: 30px 10px 30px;
    background-color: white;
    border: 1px solid #f4f4f4;
    border-radius: 2px;
	overflow: hidden;
    box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
.ow_user_list.ow_full.ow_stdmargin .ow_user_list_item.clearfix.ow_item_set3:first-child {
    margin-right: 14px;
    margin-bottom: 14px;
}
.ow_user_list.ow_full.ow_stdmargin .ow_user_list_item.clearfix.ow_item_set3:last-child {
    margin-left: 14px;
    margin-bottom: 14px;
}
.ow_user_list.ow_full.ow_stdmargin .ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_picture {
    float: none;
    margin: 0 auto;
    width: 106px;
    z-index: 10;
    position: relative;
}
.ow_user_list.ow_full.ow_stdmargin .ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_picture .ow_avatar, .ow_user_list.ow_full.ow_stdmargin .ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_picture .ow_avatar a img {
    width: 90px;
    max-width: 90px!important;
    height: 90px;
    border-radius: 50%;
}
.ow_user_list.ow_full.ow_stdmargin .ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_data {
    margin: 0 auto;
    text-align: center;
}
.ow_user_list_data a {
    position: relative;
    z-index: 11;
}
.ow_user_list_data > .ow_small > .ow_miniic_live {
    max-height: 18px;
}
.ow_user_list_data > .ow_small > .ow_miniic_live .ow_lbutton.ow_green {
    position: relative;
    z-index: 11;
}
.ow_user_list_data > .ow_small > .ow_miniic_live .apulse {
    position: relative;
    display: block !important;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    top: -136px;
    z-index: 0;
    left: -4px;
}
.ow_user_list_data > .ow_small > .ow_miniic_live .apulse .circle {
    width: 90px;
    height: 90px;
}
.avatar_select_list .ow_item_set2.ow_item_set2.ow_mild_green {
    color: #303450;
	background: #f4f4f4;
    box-shadow: rgba(33,33,33,.06) 0 1px 1px 0px;
}
/* ---- 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/users.png); }
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/users.png);}
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/play.png); }
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); }

/* Thanks icons8 for all icons :  https://icons8.com/ */

html body div .ow_ic_add, html body div .ow_ic_aloud, html body div .ow_ic_app, html body div .ow_ic_attach, html body div .ow_ic_birthday, html body div .ow_ic_bookmark, html body div .ow_ic_calendar, html body div .ow_ic_cart, html body div .ow_ic_chat, html body div .ow_ic_clock, html body div .ow_ic_comment, html body div .ow_ic_cut, html body div .ow_ic_dashboard, html body div .ow_ic_delete, html body div .ow_ic_draft, html body div .ow_ic_down_arrow, html body div .ow_ic_edit, html body div .ow_ic_female, html body div .ow_ic_file, html body div .ow_ic_files, html body div .ow_ic_flag, html body div .ow_ic_folder, html body div .ow_ic_forum, html body div .ow_ic_friends, html body div .ow_ic_gear_wheel, html body div .ow_ic_groups, html body div .ow_ic_heart, html body div .ow_ic_help, html body div .ow_ic_house, html body div .ow_ic_info, html body div .ow_ic_key, html body div .ow_ic_left_arrow, html body div .ow_ic_lens, html body div .ow_ic_link, html body div .ow_ic_lock, html body div .ow_ic_mail, html body div .ow_ic_male, html body div .ow_ic_mobile, html body div .ow_ic_moderator, html body div .ow_ic_monitor, html body div .ow_ic_move, html body div .ow_ic_music, html body div .ow_ic_new, html body div .ow_ic_newsfeed, html body div .ow_ic_ok, html body div .ow_ic_online, html body div .ow_ic_picture, html body div .ow_ic_places, html body div .ow_ic_plugin, html body div .ow_ic_question, html body div .ow_ic_refresh, html body div .ow_ic_push_pin, html body div .ow_ic_reply, html body div .ow_ic_right_arrow, html body div .ow_ic_rss, html body div .ow_ic_save, html body div .ow_ic_restrict, html body div .ow_ic_script, html body div .ow_ic_server, html body div .ow_ic_star, html body div .ow_ic_tag, html body div .ow_ic_trash, html body div .ow_ic_unlock, html body div .ow_ic_up_arrow, html body div .ow_ic_update, html body div .ow_ic_user, html body div .ow_ic_video, html body div .ow_ic_warning, html body div .ow_ic_write, html body div .ow_ic_close {
    background-size: 24px 24px;
}

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.svg);
    background-position: right -4px center;
}
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;
}
html body div span.ow_button:hover span {
	background-image: none !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/ic_chat.svg) no-repeat 0px 0px; }
html body div .ow_miniic_like { background: url(images/ic_like.svg) no-repeat 0px 0px; }
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 #f4f4f4;
    padding-right: 3px;
}
.ow_change_avatar .ow_avatar_preview{
    border-left: 1px solid #f4f4f4;
}
.ow_change_avatar .avatar_crop{
    border-bottom: 1px solid #f4f4f4;
}
.ow_avatar_crop .jcrop-holder{
    margin: 0px auto;
}
.ow_avatar_preview div{
    margin: 0px auto;
}
.ow_avatar {
    position: relative;
    box-sizing: content-box;
    display: inline-block;
	padding: 4px;
    width: 40px;
    height: 40px;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
    z-index: 1;
}
.ow_avatar img {
    vertical-align: bottom;
    width: 40px;
    max-width: 40px!important;
    height: 40px;
    border-radius: 50%;
}
.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";
}
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: 55px;
    height: 55px;
	margin-left: 55px;
    margin-right: -55px;
    background-color: white;
    border: 1px solid #f4f4f4;
    border-right: none;
	border-bottom: none;
	position: relative;
    z-index: 9;
}
.ow_newsfeed .ow_newsfeed_avatar .ow_avatar {
    padding: 8px;
}
.ow_newsfeed .ow_newsfeed_avatar img {
	width: 40px;
	max-width: 40px!important;
    height: 40px;
    
}
/* ---- End of the Avatar styles ---- */
/* ---- User Avatar Console styles ---- */
.ow_avatar_console{
    position: relative;
    background: #fff;
    padding: 14px 4px 0px;
    border: 1px solid #f4f4f4;
	overflow: hidden;	
}
.ow_avatar_console #avatar_console_image {
    width: 190px;
    display: inline-block;
    background-size: cover;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    opacity: 0.9;
}
#avatar-console > div.user_online_wrap > .ow_miniic_live .ow_lbutton.ow_green {
    position: absolute;
    z-index: 9;
}
#avatar-console > div.user_online_wrap > .ow_miniic_live .apulse {
    position: relative;
    display: flex !important;
    z-index: 0;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-top: -187px;
	z-index: 0;
}
.circle {
    border-radius: 50%;
    background-color: #4c00e6;
    width: 150px;
    height: 150px;
    position: absolute;
    display: block;
    opacity: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
    z-index: 0;
}
.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: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.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;
}
/* ---- 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: #303450;
	border-top:1px solid #303450;
	border-right:1px solid #303450;
	border-bottom:1px solid #303450;
	border-left:1px solid #303450;
}
/*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;
}
/* */
.hidden {
    visibility: hidden;
}
.visible {
    visibility: visible;
}
.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;
    border: 1px solid #f4f4f4;
    border-radius: 2px;
	background-color: #fdfdfd;
}
table.ow_nomargin,
div.ow_nomargin {
    margin-bottom:0px;
}
.ow_automargin{
    margin-left: auto;
    margin-right: auto;
}
.ow_std_margin{
    margin-bottom: 15px;
}
.ow_stdmargin{
    margin-bottom: 16px;
}
.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: 13px;
}
.ow_tiny {
    font-size: 12px;
}
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: #303450; /** OW_Control type:color, section:2. Colors, key:txtValue, label:4. Numeric values **/
}
.ow_lightweight {
    font-weight: normal;
}
.ow_txt_value {
    color: #949a9d; /** OW_Control type:color, section:2. Colors, key:txtValue, label:4. Numeric values **/
}
.ow_remark {
	color: #828894; 
}
.ow_alt1, tr.ow_alt1 td{
    background-color: white; 
}
.ow_alt2, tr.ow_alt2 td{
    background-color: white; 
}
.ow_high1{
    background-color: white; 
}
.ow_high2{
    background-color: white;
}
.ow_anno {
	background:#fff url(images/ic_warning.svg) no-repeat scroll 15px 45%;
	border:1px solid #f4f4f4;
	padding:10px;
	box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
	background-size: 24px 24px;
}
.outline{
    color: #303450;
}
.ow_highbox_table .ow_highbox,
.ow_highbox {
	background: #f8fafc;
	border: none;
	box-shadow: 0px 0px 1px #f4f4f4;
}
.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: #f4f4f4;
}
.ow_page td.ow_highbox {
	border-color: #f4f4f4;
}
.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 6px;
    float: left;
    margin: 13px 0px 13px 0px;
    overflow: hidden;
    /* height: 20px; */
    padding-top: 30px;
    text-align: center;
    width: 33%;
    font-size: 14px;
    color: #272727;
    border: 0px solid #f5f7f9;
    border-radius: 4px;
    background-size: 24px 24px;
}
.ow_add_content:hover {
    text-decoration: none;
    box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
.ow_add_content:nth-child(odd) {
	margin-left: 0px;
}
html body div .ow_add_content.ow_ic_picture {
	background-image: url(images/ic_picture.svg);
}
html body div .ow_add_content.ow_ic_write {
	background-image: url(images/ic_write.svg);
}
html body div .ow_add_content.ow_ic_files {
	background-image: url(images/ic_forum.svg);
}
html body div .ow_add_content.ow_ic_comment {
	background-image: url(images/users.png);
}
html body div .ow_add_content.ow_ic_calendar {
	background-image: url(images/ic_calendar.svg);
}
html body div .ow_add_content.ow_ic_video {
	background-image: url(images/play.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: 0 0 10px;
    background: transparent;
    padding: 2px 5px;
}
body.htmlarea_styles blockquote.ow_quote .ow_author,
blockquote.ow_quote .ow_author{
	color: #889096;
    display: inline-block;
    padding: 2px 0;
    width: 98%;
}
body.htmlarea_styles .ow_quote_header,
.ow_quote_header {
	display: block;
	padding: 6px;
	background-color: #ffffff;
}
body.htmlarea_styles .ow_quote_cont_wrap,
.ow_quote_cont_wrap {
	background: #f3f3f3 url("images/quote_top.png") no-repeat right 1px;
    border-color: #f4f4f4;
    border-style: solid;
    border-width: 0 1px 1px;
    display: block;
	color: #889096;
}
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;
}
.forum_search_wrap.ow_border {
    background-color: white;
	box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
.forum_search_wrap.ow_border input {
    padding: 0px 0px 0px 4px !important;
}
.ow_forum_search_context_menu span.ow_context_more {
    background: url(images/context_action_arrow_dark.svg);
    background-repeat: no-repeat;
    background-position: 0px 6px;
}
body.ow.forum_page .ow_reply_info span.ow_nowrap.ow_icon_control.ow_ic_user {
    background-size: 18px !important;
}
.forum_page .ow_box.ow_highbox {
    background: transparent;
    box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}

.ow_forum tr.ow_tr_first,
.ow_forum tr.ow_alt1,
.ow_forum tr.ow_alt2,
.ow_forum tr.ow_tr_last,
.ow_forum_topic tr.ow_tr_first,
.ow_forum_topic tr.ow_alt1,
.ow_forum_topic tr.ow_alt2,
.ow_forum_topic tr.ow_tr_last {
    box-shadow: rgba(33,33,33,.06) 0 14px 24px 0px;
}
.profile_edit_page td.ow_alt1.ow_label,
.profile_edit_page td.ow_alt2.ow_label {
    box-shadow: rgba(33,33,33,.06) 0 12px 24px 0px;
}
.profile_edit_page td.ow_alt1.ow_desc,
.profile_edit_page td.ow_alt2.ow_desc {
    box-shadow: rgba(33,33,33,.06) 14px 12px 24px 0px;
}
.profile_edit_page td.ow_alt1.ow_value,
.profile_edit_page td.ow_alt2.ow_value {
    box-shadow: rgba(33,33,33,.06) 24px 4px 24px 0px;
}
/* First post in topic */
.ow_forum_topic_posts .ow_box.ow_no_cap {
}
.ow_forum_topic_posts > .ow_box.ow_no_cap > div#post-1 .ow_ipc.clearfix {
    margin-top: 0;
}
.ow_forum_topic_posts > .ow_box.ow_no_cap > div#post-1 .ow_ipc .ow_avatar {
    border-color: transparent;
	box-shadow: none;
}
.ow_forum_topic_posts > .ow_box.ow_no_cap > div#post-1 .ow_ipc_info {
    border-color: transparent;
    margin-left: 40px;
    padding-top: 8px;
	box-shadow: none;
}
.ow_forum_topic_posts .ow_ipc_picture .ow_avatar {
    /* background-color: white; */
    /* border: 1px solid #f4f4f4; */
    /* padding: 4px; */
    /* box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px; */
}
.ow_forum_topic_posts .ow_stdmargin .ow_ipc_info {
	box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
/*.forum_add_post.clearfix .ow_left form {
    position: relative;
}*/
/* ---- 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_mailbox_table {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
.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: white;
}
.ow_mailbox_convers_info:hover {
    background-color: #f9f9f9;
}
.ow_mailbox_convers_info_new {
	background-color: #f5f5f9;
}
.ow_mailbox_convers_info_selected {
	background-color: #fbfbfb;
}
.ow_mailbox_convers_info:hover,
.ow_mailbox_convers_info_selected,
.ow_mailbox_convers_info_selected:hover {
    -webkit-box-shadow: inset 2px 0px 0px 0px #303450;
	-moz-box-shadow: inset 2px 0px 0px 0px #303450;
	box-shadow: inset 2px 0px 0px 0px #303450;
}
body .ow_mailbox_convers_info .ow_mailbox_convers_info_string a {
	font-size: 16px;
	text-transform: none;
}
body .ow_mailbox_convers_info .ow_mailbox_convers_info_string a:hover {
	color: #5b646a;
}
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-weight: normal;
}
.ow_mailbox_convers_info span.ic_reply {
    background-image: url(images/ic_reply_g.svg);
    width: 18px;
    background-size: contain;
}
div#conversationChatFormBlock {
    border-top: none;
}
.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: #f4f4f4;
}
.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 #f4f4f4;
}
.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 #f4f4f4;
}
.ow_mailbox_convers_actions .ow_miniic_control span {
    width: 20px;
    height: 20px;
    background: url(images/miniic_gearwheel.svg) -2px -2px no-repeat;
    background-size: 24px 48px !important;
}
.ow_mailbox_convers_actions .ow_miniic_control.active span {
	background: url(images/miniic_gearwheel.svg) -2px -26.5px no-repeat;
}
.ow_mailbox_convers_count_new,
.ow_mailbox_convers_info_date {
	text-transform: uppercase;
}
.ow_mailbox_convers_count_new {
	color: #303450;
}
body .ow_mailbox_username .ow_mailbox_username_text {
	font-weight: normal;
}
body .ow_mailbox_message_header a {
	font-size: 16px;
	font-weight: normal;
}
body .ow_mailbox_message_content {
	font-size: 16px;
}
body .ow_mailbox_avatar {
	width: 56px;
}
body .ow_mailbox_log .ow_dialog_item.even .ow_dialog_in_item {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border-bottom-right-radius: 0;
}
body .ow_mailbox_log .ow_dialog_item.odd .ow_dialog_in_item {
    background: #f7f7f7;
    border-color: #f1f1f1;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #4c4c4c;
    border-bottom-left-radius: 0;
}
body .ow_mailbox_log .ow_dialog_picture_item .ow_dialog_item.odd .ow_dialog_in_item, body .ow_mailbox_log .ow_dialog_picture_item .ow_dialog_item.even .ow_dialog_in_item {
    background: transparent;
    border: none;
}
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;
}
.ow_chat_message_block .ow_chat_message textarea {
    background: #fbfbfb;
}
div#conversationUserIsUnreachable {
    background-color: #f5f5f5;
}
/* ---- End of Mailbox styles ---- */

/* ---- Chat styles ---- */
/* ---- chat decoration ---- */
.ow_chat {
    position: absolute;
    bottom: 8px;
    right: 15px;
}
@media (max-width: 500px) {
    .ow_chat {
    position: absolute;
    bottom: 70px;
    right: 3px!important;
}
}
.ow_chat_block_wrap {
    position: relative;
    float: right;
    margin: 0 0 0 10px;
    font-size: 11px;
    background: #0e37f1;
    border-width: 1px;
    border-style: solid;
    padding-bottom: 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
}
.ow_chat_block {
    border: 0 solid transparent;
    margin: 0px;
}
.ow_chat_block.ow_active {
    background: rgba(30, 40, 70, 0.5);
}

.ow_chat_block .ow_bot_panel {
    position: relative;
    width: 100px;
    height: 50px;
    border-radius: 8px;
}
.ow_chat_block .ow_bot_panel .ow_count_block {
    padding: 6px 0 0 0;
}
.ow_top_panel{
    background: #0e37f1;
}
.ow_chat .ow_count_block a {
    height: 50px;
}
span.ow_count_txt {
    font-weight: bold;
    padding-right: 5px;
    color: #ffffff;
    background: transparent;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.ow_chat_block.ow_active .ow_chat_block_main {
    min-width: 300px;
    min-height: 70vh;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    float: inline-end;
}
.ow_chat_list ul li a{
    border-radius: 12px;
}
html body div.ow_tip.ow_tip_top {
    display: none!important;
}

.ow_btn_close_search {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    right: 4px;
    background: url(https://www.updesh.ai/ow_static/themes/aurora/images/ic_lens.svg) 0px 0px no-repeat;
    filter: invert(1);
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.ow_btn_close_search:hover {
    opacity: 1;
}

.ow_chat_dialog.ow_chat_dialog_active {
    box-shadow: 0 12px 60px rgba(0, 0, 0, 0.5);
    background-color: white;
}

.ow_chat_send_btn.chat-send-btn {
    height: 42px; 
    line-height: 40px;
    max-height: 42px;
    display: block;
    width: 120px;
    float:right;
    background-image: linear-gradient(to right, #2575fc 0%, #6a11cb 100%);
    background-color: transparent;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    transition: filter 0.3s ease;
}


.ow_chat_send_btn.chat-send-btn:hover {
    filter: brightness(1.2);
}
.ow_chat_dialog.ow_chat_dialog_active .ow_chat_message_block .ow_chat_message textarea {
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 6px inset;
}
.ow_chat_dialog.ow_chat_dialog_active .ow_chat_message_block .ow_chat_message textarea:focus {
    border-color: #2575fc;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 12px rgba(37, 117, 252, 0.5);
}


.ow_chat_dialog .ow_chat_block {
    padding-bottom: 4px;
    height: auto;
    margin: 14px;
    border-radius: 12px;
}
body div a.btn2_panel {
    background: url(images/close-chat.png) 250px 5px no-repeat!important;
}

.ow_chat_list ul li {
    padding: 1px 0;
    margin: 4px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.ow_chat_list ul li:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.ow_chat_list ul li.ow_active {
    background-color: rgba(37, 117, 252, 0.2);
    border-color: rgba(37, 117, 252, 0.4);
}

span.ow_btn_sort_users span {
    background-image: url(images/chat-sort-new.png);
    background-position: top center;
}
span.ow_btn_sort_users span {
    display: block;
    width: 40px;
    height: 40px;
    z-index: 99;
    position: absolute;
}
a.ow_btn_sound span {
    position: absolute !important;
    margin-top: 50px;
    height: 20px;
    margin-left: 30px;
}

span.ow_btn_sort_users span.ow_btn_sort_online {
    background-position: center -40px;
    background-color: rgb(37, 117, 252);
    border-radius: 50%;
}
.ow_chat_dialog.ow_chat_dialog_active .ow_chat_item_media_buttons img.videoim_chat_link {
    padding-top: 0!important;
    width: 40px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: background-color 0.3s ease;
}
.ow_chat_dialog.ow_chat_dialog_active .ow_chat_item_media_buttons img.videoim_chat_link:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
/* ---- End of Chat styles ---- */
/* ---- Blogs styles ---- */
.ow_blogpost_compose textarea{
    height: 235px;
}
.ow_blogs_list.clearfix .ow_ipc_picture .ow_avatar {
    /* padding: 4px; */
    /* background-color: white; */
    /* border: 1px solid #f4f4f4; */
    /* box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px; */
}
.ow_blogs_list.clearfix .ow_superwide .ow_ipc {
    margin-top: 0;
}
.ow_blogs_list.clearfix .ow_superwide .ow_ipc .ow_ipc_info {
    border-radius: 2px;
    box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
.ow_blogs_list.clearfix .ow_superwide .ow_ipc .ow_ipc_info .ow_ipc_content img {
    padding: 0 !important;
    border-radius: 2px;
}
.ow_tags_cont a {
    color: #56a35c;
}
.ow_tags_cont a:hover {
    color: #303450;
}
body.ow.magic.my_blog_page .ow_box_cap_empty {
    background: white;
    border: 1px solid #f4f4f4;
    border-bottom: none;
    padding: 6px 8px 6px 16px;
    border-radius: 2px;
	margin-bottom: 0px;
	box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
body.ow.blog_view_page .ow_comments_ipc .ow_box_cap_empty {
    box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
body.ow.blog_view_page .ow_box_empty .ow_box_cap::after,
body.ow.blog_view_page .ow_box_cap_empty::after {
    width: 100%;
    left: 0;
    right: auto;
}
body.ow.blog_view_page .ow_superwide .ow_box_empty,
body.ow.magic.my_blog_page .ow_box_empty {
    background-color: white;
    border: 1px solid #f4f4f4;
    border-radius: 2px;
    padding: 8px;
	box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
body.ow.blog_view_page .ow_superwide .ow_box_empty span img, body.ow.magic.my_blog_page .ow_box_empty span img {
    max-width: 98.5% !important;
}
body.ow.blog_view_page .ow_superwide .ow_box_empty .ow_box_toolbar_cont {
    border-bottom: none;
}
body.ow.magic.my_blog_page .ow_box_toolbar span {
	color: #ffffff;
}
body.ow.blog_view_page .ow_superwide span.ow_ic_left_arrow,
body.ow.blog_view_page .ow_superwide span.ow_ic_right_arrow,
body.ow.blog_view_page .ow_superwide .ow_no_cap span.ow_ic_up_arrow {
    background-size: 17px 17px !important;
}
.manage_my_blog #list-table tr.item-row .ow_ipc_info {
    margin-left: 48px;
    padding: 4px 8px;
}
.ow_comments_ipc .ow_box_cap_empty {
	background: white;
    border: 1px solid #f4f4f4;
    border-bottom: none;
    padding: 6px 8px 6px 16px;
    border-radius: 2px;
	margin-bottom: 0px;
}
.ow_comments_ipc .ow_box_empty {
    background-color: white;
    border: 1px solid #f4f4f4;
    margin-bottom: 8px;
    padding: 8px;
    position: relative;
    border-radius: 2px;
}
/* ---- 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: 8px 0px 8px 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;
	padding: 12px 6px 2px;
    background-color: white;
    border: 1px solid #f4f4f4;
    margin-bottom: 0;
    border-radius: 2px;
    box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
.ow_video_player iframe {
    width: 100%;
}
.ow_video_player .ow_box_toolbar_cont.clearfix {
    border-bottom: none;
}
.ow_video_description {
    margin: -1px 0 20px;
    padding: 12px;
    background-color: white;
    border: 1px solid #f4f4f4;
    border-top: none;
    border-radius: 2px;
    box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
.video_brief_info .ow_comments_ipc {
    box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
.video_brief_info .ow_box_empty .ow_box_cap::after,
.video_brief_info .ow_box_cap_empty::after {
    width: 100%;
    left: 0;
    right: auto;
}
.ow_video_list_item {
    margin: 0px 7px;
    max-height: none;
    width: 200px;
    background-color: white;
    padding: 20px;
    text-align: center;
    border: 1px solid #f4f4f4;
    border-radius: 2px;
	box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
.ow_other_video_item_title {
    margin-left: auto;
    padding-left: 4px;
    font-size: 15px;
}
.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: 90px;
    width: 120px;
}
.ow_other_video_thumb {
    display: block;
    /* padding: 4px 4px 4px 4px; */
}
.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;
    float: left;
    margin-right: 8px;
}
.ow_other_video_floated{
    display: inline-block;
    background: #fff url(images/video-no-video.png) no-repeat center center;
    width: 80px;
    height: 60px;
    vertical-align: middle;
}
.ow_video_item_title{
	padding-bottom: 3px;
}
.ow_video_item_rate{
    height: 15px;
    text-align: center;
	margin-top: 6px;
}
.ow_video_infobar{
    padding: 10px;
    text-align: right;
}
.ow_video_player object,
.ow_video_player embed {
	max-width: 100%;
}
/* ---- End of Video styles ---- */
/* ---- Photo styles ---- */
.ow_photo_dragndrop {
    text-transform: uppercase;
    color: #5b646a;
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    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 #f4f4f4;
}
.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/ic_x.svg) !important;
    background-size: auto;
}
.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_wrap .ow_photo_item img {
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;visibility: visible;
}
.ow_photo_album_info_wrap {
    border-bottom: 1px solid #f4f4f4;
}
.ow_photo_album_cover {
    border-color: #f4f4f4;
}
.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: #5b646a; 
}
/* Photo context action */
.ow_photo_item .ow_photo_context_action {
	border: none;
	background-color: #303450;
	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: #303450;
    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;
}
.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: white;
    /* border: 1px solid #f4f4f4; */
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 12px 12px 14px 12px;
}
.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: #5b646a;
}
.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: rgba(33,33,33,.15) 9px 4px 24px 5px;
    border-radius: 2px;
}
/*Searchbar*/
.ow_searchbar {
    border: 1px solid #f4f4f4;
    padding: 2px 4px 2px 6px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #f9f9f9;
    margin-top: -5px;
}
.ow_searchbar .ow_searchbar_ac {
    border: 1px solid #f4f4f4;
    left: 9px;
    right: 0;
    top: 2px;
}
.ow_searchbar_ac li {
    background-color: white;
    font-size: 13px;
}
.ow_searchbar_ac li:hover {
    background-color: #cad4dd;
    color: #fff;
}
.ow_searchbar .ow_searchbar_btn {
	background-position: center;
	background-size: 20px 20px;
}
.ow_searchbar .ow_searchbar_input input[type="text"] {
	border: none;
	background: none;
	line-height: 14px;
	font-size: 12px;
}
/*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 #f4f4f4;
    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: white;
    color: #4c4c4c;
    cursor: pointer;
    position: relative;
    border: 1px solid #f4f4f4;
}
.ow_dropdown_list li:hover {
    background-color: #303450;
    color: white;
}
.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;
    display: none;
}
.ow_dropdown_delimeter div {
    width: 100%;
    height: 1px;
    background-color: #f4f4f4;
}
.ow_photo_upload_drop_area {
    border: 1px dashed #f4f4f4;
}
/* ---- 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;
}
.ow_newsfeed_features .ow_tooltip.ow_comments_context_tooltip .ow_tooltip_body {
	border: 1px solid #f4f4f4;
	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);
}
.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: 0px;
}
.ow_newsfeed_left {
	width: 76%;
}
.ow_newsfeed_btns {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 14px 16px 14px 16px;
    background-color: white;
}
.ow_newsfeed_btn_wrap {
	display: inline-block;
	line-height: 25px;
	margin-right: 4px;
	vertical-align: middle;
    padding: 1px 5px 1px 1px;
}
.newsfeed_counter_comments,
.newsfeed_counter_likes {
	vertical-align: middle;
}
.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;
	width: 27px;
	height: 25px;
	background-size: 24px 24px !important;
}
.ow_miniic_like {
	background-position: 0px 0px;
}
.ow_miniic_comment {
	background-position: 0px 0px;
}
.ow_miniic_control.active .ow_miniic_like {
	background: url(images/miniic_likea.svg) no-repeat 0px 0px;
}
.ow_miniic_control.active .ow_miniic_comment {
	background: url(images/ic_chat.svg) no-repeat 0px 0px;
}
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%;
}
.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: 400px;
    max-width: 100%;
    width: auto;
    height: auto;
}
.ow_newsfeed_photo_grid {
	max-width: 400px;
	width: 100%;
}
.ow_newsfeed_photo_grid_item {
	padding: 0px 4px 4px 0px; 
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	width: 50%; 
	float: left;
}
.ow_newsfeed_photo_grid_3 .ow_newsfeed_photo_grid_item {
	width: 33.3%;
}
.ow_newsfeed_photo_grid_item a {
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	background-size: cover;
	width: 100%;
}
.ow_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: 55px;
    border: 1px solid #f4f4f4;
    padding: 0px 0px 0px 0px;
    background-color: white;
	box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
.ow_newsfeed_string,
.ow_newsfeed_content,
.ow_newsfeed_toolbar {
	padding: 1px;
}
.ow_newsfeed_item .ow_newsfeed_delimiter {
    border-color: #f4f4f4;
    margin-left: 23px;
}
.ow_newsfeed_string.ow_small {
    font-size: 16px;
    padding: 12px 28px 10px 56px;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 0;
    background-color: white;
    max-width: none;
    min-height: 34px;
}
.ow_newsfeed_content.ow_smallmargin {
    margin-bottom: 0;
    margin-top: 10px;
}
.index-NEWSFEED_CMP_SiteFeedWidget .ow_box,
.dashboard-NEWSFEED_CMP_MyFeedWidget .ow_box,
.profile-NEWSFEED_CMP_UserFeedWidget .ow_box,
.group-NEWSFEED_CMP_EntityFeedWidget .ow_box {
	background: transparent;
    border-color: transparent;
    box-shadow: none;
	padding: 8px 0;
}
.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 0px;
}
.ow_status_update_btn_block {
	line-height: 22px;
}
.ow_newsfeed_context_menu_wrap {
    border-bottom: 1px solid #f4f4f4;
}
.ow_newsfeed_comments {
    border-top: 1px solid #f4f4f4;
}
.ow_newsfeed_context_menu_wrap {
    animation: none !important;
    -webkit-animation: none !important;
}
.ow_newsfeed_item[data-entity-type="friend_add"] .ow_newsfeed_context_menu_wrap,
.ow_newsfeed_item[data-entity-type="user_join"] .ow_newsfeed_context_menu_wrap,
.ow_newsfeed_item[data-entity-type="avatar-change"] .ow_newsfeed_context_menu_wrap {
    border-bottom-color: transparent;
}
.ow_newsfeed_item[data-entity-type="poked"] .ow_newsfeed_line.ow_icon_control {
    margin: 11px;
    height: 30px;
    padding-left: 50px;
}
.ow_newsfeed_item[data-entity-type="poked"] .ow_newsfeed_line.ow_icon_control::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    position: absolute;
    left: 0px;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 1px solid #f4f4f4;
    top: -11px;
    padding: 7px 14px 13px 6px;
    border-radius: 50%;
    box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
.profile-NEWSFEED_CMP_UserFeedWidget .ow_newsfeed_item[data-entity-type="poked"] .ow_newsfeed_line.ow_icon_control::before {
    top: -1px;
}
.ow_newsfeed_item .ow_newsfeed_avatar::before {
	content: "";
	background-image: url(images/ic_user.svg);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: 24px 24px;
    position: absolute;
    left: -56px;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    top: 4px;
    padding: 7px 14px 13px 6px;
    border-radius: 50%;
	box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
.ow_newsfeed_item[data-entity-type="avatar-change"] .ow_newsfeed_avatar::before {
    background-image: url(images/ic_user.svg);
}
.ow_newsfeed_item[data-entity-type="user-status"] .ow_newsfeed_avatar::before {
    background-image: url(images/ic_user.svg);
}
.ow_newsfeed_item[data-entity-type="photo_comments"] .ow_newsfeed_avatar::before {
    background-image: url(images/ic_picture.svg);
}
.ow_newsfeed_item[data-entity-type="video_comments"] .ow_newsfeed_avatar::before {
    background-image: url(images/play.png);
}
.ow_newsfeed_item[data-entity-type="friend_add"] .ow_newsfeed_avatar::before {
	background-image: url(images/users.png);
}
.ow_newsfeed_item[data-entity-type="user_join"] .ow_newsfeed_avatar::before {
	background-image: url(images/ic_info.svg);
}
.ow_newsfeed_item[data-entity-type="blog-post"] .ow_newsfeed_avatar::before {
	background-image: url(images/ic_write.svg);
}
.ow_newsfeed_item[data-entity-type="event"] .ow_newsfeed_avatar::before {
	background-image: url(images/ic_calendar.svg);
}
.ow_newsfeed_item[data-entity-type="multiple_photo_upload"] .ow_newsfeed_avatar::before {
	background-image: url(images/ic_picture.svg);
}
.ow_newsfeed_item[data-entity-type="group"] .ow_newsfeed_avatar::before {
	background-image: url(images/users.png);
}
.ow_newsfeed_item[data-entity-type="user_gift"] .ow_newsfeed_avatar::before {
	background-image: url(images/ic_birthday.svg);
}
.ow_newsfeed_body::before {
    content: '';
    border-left: 1px solid #f4f4f4;
    position: absolute;
    left: 23px;
    height: 110%;
    top: 50px;
}
li.ow_newsfeed_item:last-child .ow_newsfeed_body::before {
    content: '';
    height: 76%;
}
@media(min--moz-device-pixel-ratio:0) {
  .ow_newsfeed_body::before {
    left: -33px;
}
}
.ow_newsfeed_oembed_atch .ow_newsfeed_item_picture {
    margin-top: 0px !important;
}
.ow_newsfeed_item_picture + .ow_newsfeed_item_content {
    float: left;
    width: 100% !important;
    max-width: none !important;
}

/* ---- Group styles ---- */
body .ow_group_brief_info .details {
	padding-left: 8px;
}
/* ---- End of the Group styles ---- */

/* ---- Membership Subscribe styles ---- */
.ow_subscribe_table .ow_highbox {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
body .ow_table_1 tr td.ow_plans_td_empty + td {
	border-top-left-radius: 4px;
}
body .ow_table_1 tr td.ow_gateways_td_empty + td {
	border-bottom-left-radius: 4px;	
}
.ow_subscribe_table span.ow_action_allowed.ow_ic_ok {
    background-size: 20px 20px;
}
/* ---- End of the Membership Subscribe styles ---- */



/*new floatbox*/
/* Page Sign In */
body.ow.base_sign_in {
    overflow-x: hidden;
}
body.ow.magic.base_sign_in.ow_menu_active .top_panel a.ow_logo.ow_left {
	background-image: url(images/updesh1.png); /** OW_Control type:image, key:colorlogoImage, section:1. General Settings, label: 03. Color logo image, description: Image Size width 353px x height 55px **/
	transition: all 0.4s ease;
}
body.ow.base_sign_in .ow_nav_btn {
    float: right;
    display: block;
    opacity: 1;
}
.top_panel {
    position: fixed;
	width: 100%;
    background: transparent;
    z-index: 99;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

body.ow.base_sign_in .ow_content {
    float: none;
    height: 840px;
	background-image: -webkit-linear-gradient(0deg, #0e37f1 0%, #691cff 100%);
	background-image: url(images/bg_3.1.jpg);/** OW_Control type:image, key:signInBackgroundImage, section:1. General Settings, label: 12. Sign-In Page background image, description: Image Size width 1920px x height 1176px **/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
}
.header_container {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 88px auto 35px;
    z-index: 90;
    max-width: 1020px;
    display: inline-block;
}
.header_section {
    width: 55%;
    float: left;
    padding: 50px 30px 70px 30px;
    height: 334px;
	text-align: left;
}
.header_container h1 {
    padding: 30px 0;
    text-align: center;
    font-size: 30px;
    color: white;
    text-transform: inherit;
    border-bottom: 1px dashed #ffffff;
    line-height: 30px;
    background-color: transparent;
    box-shadow: none;
}
.header_container ul {
    padding-top: 15px;
}
.header_container ul li {
    padding: 10px 0 10px 30px;
    font-family: sans-serif;
    background-image: url(images/ic_star.svg);
    background-repeat: no-repeat;
    background-position: left 7px;
    background-size: 24px 24px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}
.ow.base_sign_in .ow_sign_in_wrap {
    width: auto;
    position: relative;
    margin: 0 auto;
    left: auto;
    top: auto;
}
.ow.base_sign_in .ow_sign_in_cont {
    width: 32%;
    float: right;
    background-color: transparent;
    padding: 70px 30px;
    height: 334px;
	text-align: left;
	position: relative;
}
.ow.base_sign_in .ow_sign_in_wrap h2 {
    display: none;
}
.ow.base_sign_in .ow_sign_in_wrap form {
	background: none;
	padding: 0;
	margin: 0 auto;
	border: none;
	box-shadow: none;
}
.ow.base_sign_in form .ow_sign_up {
    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 form .ow_sign_in .ow_box {
	margin: 0 0 32px 0;
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
}
.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: rgba(2, 100, 225, 0.5);
    border: 1.5px solid white;
    color: white;
    font-size: 16px;
    padding: 8px 16px;
    height: auto;
}
.ow.base_sign_in .ow_user_name input.invitation,
.ow.base_sign_in .ow_password input.invitation {
	color: white;
}
.ow.base_sign_in form .ow_form_options p.ow_remember_me {
	color: white;
	font-size: 16px;
	padding: 0;
	float: left;
}
.ow.base_sign_in form .ow_form_options p.ow_remember_me input {
	margin: -3px 6px 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: white;
}
.ow.base_sign_in .ow_sign_in > .clearfix a {
    display: inline-block;
    float: left;
    text-align: center;
    width: 48%;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 50px;
    color: white;
    transition: all 400ms ease-out;
	background-position: right center;
	background-size: 100% auto;
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}
.ow_join_button a {
  padding: 10px 18px;
  background-color: #0d6efd;
  color: #fff !important;
  border-radius: 4em;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 2px 6px rgba(13,110,253,0.3);
}

.ow_join_button a:hover {
  background-color: #1e7bff; /* lighter blue */
  box-shadow: 0 4px 10px rgba(13,110,253,0.5);
  transform: translateY(-2px);
  color: #fff !important;
}
.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: 50px;
    width: 100%;
    padding: 0;
    background-color: #0d6efd;
    color: white;
    font-size: 17px;
    transition: all 400ms ease-out;
    background-position: right center;
    background-size: 100% auto;
    border: 1.5px solid #0d6efd;
    border-radius: 6px;
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}
.ow.base_sign_in form .ow_sign_in span.ow_button .ow_positive input:hover {
	background-position: left center;
    transition: all 400ms ease-out;
	background-size: 200% auto;
	text-decoration: none;	
}
.ow.base_sign_in .ow_sign_in_wrap form .ow_connect_buttons {
	clear: both;
	padding: 0;
	margin-top: 20px;
}
.ow.base_sign_in .ow_sign_in_wrap form .ow_connect_text {
    font-size: 17px;
    color: white;
    background: none;
    padding: 0;
    margin: 3px 0px 0px 0px;
    text-transform: uppercase;
    width: 100%;
}
.ow.base_sign_in .ow_sign_in_wrap form .connect_button_list {
    float: right;
    width: 42%;
    padding-top: 0 !important;
}
.ow.base_sign_in .ow_sign_in_wrap form .connect_button_cont{
	padding-top: 22px;
}
.ow.base_sign_in .ow_sign_in_wrap form .fb_button {
    background: url(images/ic_facebook.svg) no-repeat 0px 0px !important;
    height: auto;
    padding: 0;
    color: #616263;
    width: 100%;
    border: none;
    box-shadow: none;
}
.ow.base_sign_in .ow_sign_in_wrap form .fb_button .fb_connect_wrap {
	border: none;
	height: auto;
	width: 100%;
}
.ow.base_sign_in .ow_sign_in_wrap form .fb_button .fb_button_text {
    border: none;
    padding: 0 30px 0px 41px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: transparent;
    text-align: center;
    font-size: 0;
    text-transform: uppercase;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0px center;
    font-weight: normal;
    color: #616263;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body.ow.base_sign_in .glconnect_button {
	background: url(images/ic_google_plus.svg) no-repeat 0px 0px !important;
}
body.ow.base_sign_in .vkconnect-connect {
	background: url(images/ic_vk.svg) no-repeat 0px 0px !important;
	
}
.ow.base_sign_in .ow_sign_up hr {
	display: none;
}
.ow.base_sign_in .ow_sign_up p {
	margin: 0;
	text-align: center;
}
.ow.base_sign_in .ow_footer .ow_canvas {
	width: 100%;
}

.ow_container h1 {
    padding: 50px 24px 24px;
    font-size: 24px;
	line-height: 24px;
    color: #303450;
    text-transform: none;
	background: -webkit-linear-gradient(0deg, #0e37f1 0%, #691cff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ow_container h2 {
    font-size: 19px;
    line-height: 24px;
    padding: 8px;
    color: #303450;
	background: linear-gradient(to right, #6666ff, #303450, #3589bb, #ff3399, #6666ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: rainbow_animation 6s ease-in-out infinite;
	background-size: 400% 100%;
}
.ow_container h3 {
    font-size: 17px;
    line-height: 24px;
    padding: 8px 8px 28px 8px;
	background: linear-gradient(to right, #2f2f2f 20%, #5b0969 30%, #3a0e79 70%, #2f2f2f 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 200% auto;
    animation: textShine 7s ease-in-out infinite alternate;
}

.ow_intro, .ow_about, .ow_feature, .ow_basic, .ow_dating, .ow_success, .ow_apps {
    display: block;
    box-sizing: border-box;
    height: 520px;
    text-align: center;
    padding: 8vw 2vw;
	position: relative;
}
.ow_intro {
    padding: 1vw 2vw 1vw 2vw;
    background-color: #f8f8f8;
}
.ow_intro_top {
    margin-bottom: 30px;
}
.ow_intro_left, .ow_intro_center, .ow_intro_right {
    width: 32%;
    padding: 0 0 25px 0;
    display: inline-block;
    position: relative;
    z-index: 9;
}
.ow_intro_left a, .ow_intro_right a, .ow_intro_center a {
    -webkit-animation: clockwiseSpin 50s infinite linear;
    animation: clockwiseSpin 50s infinite linear;
    position: relative;
    display: block;
    height: 200px;
	margin-bottom: 30px;
}
.ow_intro_left svg, .ow_intro_center svg, .ow_intro_right svg {
    width: 100%;
    height: 230px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center top;
	background-size: contain;
}
.ow_intro_left svg {
	background-image: url(images/b1.svg);/** OW_Control type:image, key:aBubbleOneImage, section:1. General Settings, label: 16. Section1 animated bubble one, description: Image Size width 300px x height 329px **/
}
.ow_intro_center svg {
	background-image: url(images/b2.svg);/** OW_Control type:image, key:aBubbleTwoImage, section:1. General Settings, label: 17. Section1 animated bubble two, description: Image Size width 300px x height 329px **/
}
.ow_intro_right svg {
	background-image: url(images/b3.svg);/** OW_Control type:image, key:aBubbleThreeImage, section:1. General Settings, label: 18. Section1 animated bubble three, description: Image Size width 300px x height 329px **/
}
.ow_intro_left svg, .ow_intro_right svg {
    -webkit-animation: itemLeft 8s ease-out infinite;
    animation: itemLeft 8s ease-out infinite;
    width: 200px;
    height: 200px;
}
.ow_intro_center svg {
    -webkit-animation: bubble-anim 12s ease-out infinite;
    animation: bubble-anim 12s ease-out infinite;
    width: 200px;
    height: 200px;
}
.ow_intro_left span, .ow_intro_center span, .ow_intro_right span {
    width: 65px;
    height: 65px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-top: -175px;
    position: absolute;
    background-size: 65px;
    margin-left: -24px;
}
.ow_intro_left span {
	background-image: url(images/signup.svg); /** OW_Control type:image, key:signinProfileImage, section:1. General Settings, label: 19. Section1 Create profile icon, description: Icon Size width 65px x height 65px **/
}
.ow_intro_center span {
	background-image: url(images/gs_Search.svg); /** OW_Control type:image, key:signinSearchImage, section:1. General Settings, label: 20. Section1 Browse users icon, description: Icon Size width 65px x height 65px **/
}
.ow_intro_right span {
	background-image: url(images/apply.svg);/** OW_Control type:image, key:signinMessagingImage, section:1. General Settings, label: 21. Section1 Start messaging icon, description: Icon Size width 65px x height 65px **/
}
.ow_intro_bottom {}
.ow_intro_bottom span.start_point {
    background-image: url(images/start_point.svg);/** OW_Control type:image, key:startPointBackgroundImage, section:1. General Settings, label: 13. Section1 start point icon, description: Image Size width 50px x height 50px **/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-top: -240px;
    float: left;
	z-index: 9;
	animation: clockwiseSpin 50s infinite linear;
	-webkit-animation: clockwiseSpin 50s infinite linear;
}
.ow_intro_bottom span.mid_border {
    background-image: url(images/mid_border.svg);/** OW_Control type:image, key:middlePointBackgroundImage, section:1. General Settings, label: 14. Section1 center line image, description: Image Size width 1920px x height 223px **/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    animation-delay: 1.2s;
    animation-duration: 2s;
    width: 100%;
    height: 210px;
    display: inline-block;
    margin-top: -290px;
    position: absolute;
    z-index: 1;
    left: 0;
}
.ow_intro_bottom span.end_point {
    background-image: url(images/end_point.svg);/** OW_Control type:image, key:endPointBackgroundImage, section:1. General Settings, label: 15. Section1 end point icon, description: Image Size width 50px x height 50px **/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-top: -240px;
    float: right;
	z-index: 9;
	animation: clockwiseSpin 50s infinite linear;
	-webkit-animation: clockwiseSpin 50s infinite linear;
}
.ow_intro_left li, .ow_intro_center li, .ow_intro_right li {
    /* float: left; */
    /* width: 24px; */
    padding: 8px;
	font-size: 21px;
	color: black;
	background-image: url(images/start.svg);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 50%;
}
.ow.base_sign_in li {
    list-style: none;
}
.top_lcimg, .top_rcimg, .bottom_lcimg, .bottom_rcimg {
    background-image: url(images/sign_top_left_c2.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    width: 15vw;
    height: 12vw;
    position: absolute;
    display: block;
    float: left;
    left: 0;
    top: 0;
    opacity: 0.7;
}
.top_lcimg {
    -webkit-animation: bubble-anim 12s ease-out infinite;
    animation: bubble-anim 12s ease-out infinite;
}
.top_rcimg {
    background-image: url(images/wave_top.png);
    background-position: left top;
    float: none;
    top: -2px;
    right: 0;
    left: 0;
    width: 100%;
	opacity: 1;
}
.bottom_lcimg {
    background-image: url(images/wave_bottom_f.png);
    background-position: left bottom;
    float: none;
    left: 0;
    right: 0;
	top: unset;
    bottom: -2px;
    width: 100%;
	opacity: 1;
}
.ow_about .bottom_lcimg, .ow_success .bottom_lcimg {
    background-image: url(images/wave_bottom.png);
}

.bottom_rcimg {
    background-image: url(images/sign_bottom_right_c2.png);
    background-position: right bottom;
    float: right;
    left: unset;
	top: unset;
    right: 0;
    bottom: 0;
	-webkit-animation: bubble-anim 12s ease-out infinite;
    animation: bubble-anim 12s ease-out infinite;
}
.ow_about {
    height: 920px;
}
.ow_about_top h1 {
    padding-bottom: 50px;
}
.ow_about_left, .ow_about_right {
    width: 50%;
    float: left;
    height: 500px;
}
.ow_about_left a {
    width: 100%;
    height: 450px;
    display: inline-block;
    background-image: url(images/cca_couples.png); /** OW_Control type:image, key:signinCouplesImage, section:1. General Settings, label: 22. Section2 couples image, description: Image Size width 1000px x height 846px **/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.ow_about_right h3 {
    padding: 8px 90px 0 30px;
}

.ow_feature {
    height: 640px;
    background-color: #f8f8f8;
    padding: 0px 35px 0px 35px;
}
.ow_feature_left, .ow_feature_center, .ow_feature_right {
    width: 32%;
    padding: 25px 0;
    display: inline-block;
}
.ow_feature_left a, .ow_feature_center a, .ow_feature_right a {
    width: 250px;
    height: 250px;
    padding: 20px;
    display: inline-block;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 4px 4px 40px;
    background-size: 250px;
    border-radius: 50%;
    box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
.ow_feature_left a {
	background-image: url(images/single_m.png); /** OW_Control type:image, key:signinSingleMenImage, section:1. General Settings, label: 23. Section3 Single men image, description: Image Size width 300px x height 300px **/
}
.ow_feature_center a {
	background-image: url(images/single_c.png); /** OW_Control type:image, key:signinConnectingSingleImage, section:1. General Settings, label: 24. Section3 Couple image, description: Icon Size width 300px x height 300px **/
}
.ow_feature_right a {
	background-image: url(images/single_w.png); /** OW_Control type:image, key:signinSingleGirlImage, section:1. General Settings, label: 25. Section3 Single girl icon, description: Icon Size width 300px x height 300px **/
}
.ow_basic {
    width: 100%;
    height: 960px;
    display: inline-block;
}
.ow_basic_top h1 {
    color: white;
}
.ow_basic_left, .ow_basic_right {
    width: 50%;
    float: left;
    height: 350px;
}
.ow_basic_left a {
    width: 100%;
    height: 450px;
    display: inline-block;
    background-image: url(images/easy_to_connect.png); /** OW_Control type:image, key:coupleChatImage, section:1. General Settings, label: 26. Section4 Couple chat image, description: Image Size width 890px x height 890px **/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
	-webkit-animation: easyup 3s infinite  alternate;
    animation: easyup 3s infinite  alternate;
}
.ow_basic_right a {
    width: 100%;
    height: 450px;
    display: inline-block;
    background-image: url(images/easy_to_meet.png); /** OW_Control type:image, key:coupleMeetImage, section:1. General Settings, label: 27. Section4 Couple meet image, description: Image Size width 890px x height 890px **/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
	-webkit-animation: easyup 3s infinite  alternate;
    animation: easyup 3s infinite  alternate;
}
.ow_basic_left h3 {
    padding: 8px 30px 0 90px;
}

.ow_dating {
    background-color: #f8f8f8;
    height: 600px;
    padding: 2vw 2vw;
}
.ow_dating_left, .ow_dating_right, .ow_dating_center {
    width: 33%;
    float: left;
    height: 343px;
    padding: 16px 0;
}
.ow_dating_center {
    width: 34%;
}
.ow_dating_center a {
    background-image: url(images/ps_ezanim.gif); /** OW_Control type:image, key:connectingImage, section:1. General Settings, label: 28. Section5 Connecting people image, description: Image Size width 800px x height 600px **/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: inherit;
    display: inline-block;
}
.ow_dating_right {
    float: right;
}
.ow_success {
    height: 1050px;
}
.ow_success_middle {
    padding: 8px 120px;
}
.ow_success_middle_img {
    height: 450px;
    background-image: url(images/like_concept.png); /** OW_Control type:image, key:getStartedSinglesImage, section:1. General Settings, label: 29. Section6 Get started singles image, description: Image Size width 1920px x height 1080px **/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ow_success_bottom {
    margin-top: 50px;
}
.ow_success_bottom a {
    padding: 16px 64px;
    font-size: 22px;
    color: white;
    background-color: #303450;
    border-radius: 5px;
}
.ow_success_bottom a:hover {
    background-color: #4c00e6;
    text-decoration: none;
}

.ow_apps {
    background-color: #f8f8f8;
    padding: 0px 35px 0px 35px;
}
.ow_apps_left, .ow_apps_right {
    width: 70%;
    float: left;
    height: 400px;
}
.ow_apps_right {
    width: 30%;
}
.ow_apps_left a {
    width: 100%;
    height: 400px;
    display: inline-block;
    background-image: url(images/download_app.png); /** OW_Control type:image, key:downloadAppImage, section:1. General Settings, label: 30. Section7 Download app image, description: Image Size width 1280px x height 720px **/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
a.ow_app_store_img, a.ow_play_store_img {
    padding: 0;
    height: 90px;
    width: 270px;
    margin: 8px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    background-size: 210px 80px;
    display: inline-block;
    color: transparent;
    box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
    transition: all 0.4s ease;
    border-radius: 5px;
}
a.ow_app_store_img {
    background-image: url(images/ic_store_apple.png); /** OW_Control type:image, key:AppStoreImage, section:1. General Settings, label: 31. Section7 App store image, description: Image Size width 210px x height 80px **/
	margin-top: 50px;
}
a.ow_app_store_img:hover {
    background-image: url(images/ic_store_apple_h.png); /** OW_Control type:image, key:AppStoreHImage, section:1. General Settings, label: 32. Section7 App store hover image, description: Image Size width 210px x height 80px **/
	margin-top: 50px;
}
a.ow_play_store_img {
    background-image: url(images/ic_store_google.png); /** OW_Control type:image, key:PlayStoreImage, section:1. General Settings, label: 33. Section7 Play store image, description: Image Size width 210px x height 80px **/
}
a.ow_play_store_img:hover {
    background-image: url(images/ic_store_google_h.png); /** OW_Control type:image, key:PlayStoreHImage, section:1. General Settings, label: 34. Section7 Play store hover image, description: Image Size width 210px x height 80px **/
}
.ow_apps .bottom_lcimg {
    background-image: url(images/wave_app.png);
    bottom: -10vw;
    background-size: 100%;
}
body.ow.base_sign_in .ow_footer {
    padding: 7vw 0 12vw 0px;
}
/* ---- 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: auto;
	word-wrap: break-word;
}
/* ---- End of My Avatar Widget styles ---- */
/* ---- Live Member Icon ---- */
.ow_miniic_live .ow_live_on {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/miniic_live.png) center center no-repeat;
	margin-right: 4px;
}
.ow_miniic_live .ow_lbutton {
	 display: inline-block;
	 vertical-align: middle;
	 margin-right: 0px;
	 line-height: 12px;
	 height: 12px;
}
.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: #5b646a;
}
/* ---- End Live Member Icon ---- */
/* ---- Groups styles ---- */
.group-GROUPS_CMP_JoinButtonWidget .ow_highbox {
	padding: 0px;
}
.group-GROUPS_CMP_JoinButtonWidget h3 > a {
 	text-transform: uppercase;
    display: block;
    line-height: 30px;
    min-height: 30px;
    padding: 14px 23px 14px 16px;
    text-transform: uppercase;
    background-color: #0e37f1;
    color: #fff !important;
    border-radius: 4px;
}
.group-GROUPS_CMP_JoinButtonWidget h3 > a:hover {
 	text-decoration: none;
 	background-color: #93999f;
 	color: #fff;
}
/* */
body .ow_gift_templates .ow_gift_checked {
	background-image: url(images/ic_ok.png);
}
/*========================================================
        [17] Misc        __misc
  ========================================================*/
.ow_column_equal_fix{
   padding-bottom: 20001px !important;
   margin-bottom: -20000px !important;
}
body.ow.magic.base_index_page_customize .ow_column_equal_fix {
    padding-bottom: 0 !important;
    margin-bottom: 0 !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.png) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
	background-size: 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.png) no-repeat left 50%;
    margin-bottom: 20px;
    padding-left: 22px;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide,
.ow_event_list.clearfix .ow_automargin.ow_superwide {
    width: 100%;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix,
.ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    float: left;
    width: 22.5vw;
    background-color: white;
    border: 1px solid #f4f4f4;
    margin: 8px 7px 8px;
    max-height: 336px;
    border-radius: 2px;
	overflow: hidden;
	box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_picture,
.ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_picture {
    width: 100%;
    height: 90px;
    border-radius: 50%;
    margin: 14px auto 4px;
    text-align: center;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_picture img,
.ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_picture img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    background-size: 90px 90px;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info,
.ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info {
    border-color: transparent;
    margin-left: 0px;
    text-align: center;
    float: left;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info .ow_ipc_header, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info .ow_ipc_header {
    height: 18px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info .ow_ipc_content,
.ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info .ow_ipc_content {
    max-height: 127px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 14px;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap,
.ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap {
    background-image: -webkit-linear-gradient(0deg, #0e37f1 0%, #691cff 100%);
    color: white;
    padding: 4px 8px;
    border-radius: 2px;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap span.ow_txt_value,
.ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap span.ow_txt_value,
.ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap a {
    color: white;
}
.ow_box.ow_stdmargin.clearfix.group-GROUPS_CMP_BriefInfoWidget.ow_break_word .ow_box_empty .ow_box_toolbar_cont {
    border-bottom: none;
}
.ow_dnd_widget.group-NEWSFEED_CMP_EntityFeedWidget .ow_box_cap_empty.ow_dnd_configurable_component.clearfix,
body.ow.event_brief_info .ow_right.ow_superwide .ow_box_cap_empty {
    background: white;
    border: 1px solid #f4f4f4;
    padding: 6px 8px 6px 16px;
    border-radius: 2px;
}
body.ow.event_brief_info .ow_right.ow_superwide .ow_box_cap_empty {
    margin-bottom: -1px;
}
.ow_supernarrow, .ow_superwide {
    overflow: visible;
	position: sticky;
}
body.ow.magic.event_brief_info .ow_superwide .ow_box_cap_empty::after,
body.ow.magic.event_brief_info .ow_superwide .ow_box_empty .ow_box_cap::after {
    width: 100%;
    left: 0;
    right: auto;
}
body.ow.event_brief_info .ow_right.ow_superwide .ow_box_empty {
    background-color: white;
    border: 1px solid #f4f4f4;
    margin-bottom: 15px;
    padding: 8px;
    position: relative;
    border-radius: 2px;
    box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
body.ow.event_brief_info .ow_left.ow_supernarrow .ow_box.ow_std_margin.ow_break_word td.ow_value, body.ow.event_brief_info .ow_left.ow_supernarrow .ow_box.ow_std_margin.ow_break_word td.ow_value div {
    max-width: 60px;
}
body.ow.event_brief_info .ow_bl a.ow_mild_red {
    color: white;
}

body.ow.base_user_join nav.navbar.custom-navbar {display:none;}
body.ow.base_user_join .ow_header, body.ow.magic.base_user_join .ow_menu_wrap, body.ow.base_user_join .ow_sidebar {
    display: none;
}
body.ow.base_user_join {
    background-image: url(images/bg_3.1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 1920px 100%;
}
body.ow.base_user_join .ow_logo {
    float: none !important;
}
body.ow.base_user_join .ow_nav_btn {
    display: block;
    opacity: 1;
}
body.ow.base_user_join .ow_menu_fullpage {
    left: -220px;
}
body.ow.magic.base_user_join.ow_menu_active .ow_menu_fullpage {
    left: 0;
}
body.ow.base_user_join .ow_page.ow_bg_color.clearfix {
    margin: 0 auto;
    background-color: transparent;
    padding-bottom: 50px;
}
body.ow.base_user_join h1.ow_stdmargin.ow_ic_file {
    display:none!important;
    width: 45.7%;
    float: right;
}
body.ow.base_user_join .ow_content .ow_superwide {
        max-width: 600px;
        width: 90%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 150px;
        padding: 0;
        display: block;
}
body.ow.base_user_join .ow_box .fb_button {
    background: url(images/ic_facebook_sign.svg) no-repeat 0px 0px !important;
    height: 32px !important;
    width: 32px !important;
	margin: 0;
}
body.ow.base_user_join .ow_box .glconnect_button {
    background: url(images/ic_google_plus_sign.svg) no-repeat 0px 0px !important;
    height: 32px !important;
    width: 32px !important;
	margin: 0 4px;
}
body.ow.base_user_join .ow_box .vk-icon.vk_ic_logo {
    background: url(images/ic_vk_sign.svg) no-repeat 0px 0px !important;
    height: 32px !important;
    width: 32px !important;
}
body.ow.base_user_join .ow_box_empty.ow_no_cap > div.ow_box_cap_empty {
    background-color: white;
    padding: 6px 16px;
}
body.ow.base_user_join .ow_content .ow_superwide .clearfix .ow_right {
    text-align: center;
    float: none;
}
body.ow.base_user_join .ow_content .ow_superwide .clearfix .ow_right span.ow_button {
    padding: 0 20px;
}
body.ow.base_user_join .ow_footer {
    background-image: none;
    padding: 12px 0;
    color: white;
}
body.ow.base_user_join .ow_footer .ow_footer_menu a {
    color: white;
}

.ow_ipc_toolbar.ow_remark {
    overflow: hidden;
    text-overflow: ellipsis;
}
.ow_smallmargin.ow_center.ow_comments_msg {
    padding: 8px 8px 10px 8px;
    margin-bottom: 0;
    color: #303450;
}
.ow_cavatar {
    width: 30px;
    float: right;
    height: 30px;
    overflow: hidden;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 13px;
    margin-right: 10px;
    background-size: 0;
    padding: 2px;
    border-radius: 2px;
    display: -webkit-box;
}
.ow_cavatar .ow_dnd_widget.index-BASE_CMP_MyAvatarWidget {
    background: transparent;
    height: 30px;
}
.ow_cavatar .ow_box {
    background: transparent;
    border: transparent;
    margin: 0;
    padding: 0;
    height: 30px;
    overflow: hidden;
}
.ow_cavatar .ow_my_avatar_widget.clearfix {
    height: 30px;
    overflow: hidden;
}
.ow_cavatar .ow_avatar {
    width: 30px;
    height: 30px;
    padding: 0px;
	border-radius: 0%;
    -moz-border-radius: 0%;
    -webkit-border-radius: 0%;
	background-color: transparent;
    border: none;
}
.ow_cavatar .ow_avatar img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 0px solid transparent;
}
.ow_cavatar .ow_my_avatar_cont {
    display: none;
}
.ow_content > div > .ow_right > span.ow_button {
    margin-top: 3px;
    margin-right: 2px;
}
.ow_photoview_stage_wrap img {
    visibility: visible !important;
}

.gtabs-tab {
    background-size: 18px !important;
}
.ow_dnd_widget {
    animation-fill-mode: none !important;
    -webkit-animation-fill-mode: none !important;
}
.ow_edit_profile_link {
    top: 0px !important;
}
.ow_superwide .ow_box span {
    background-size: 17px !important;
}
.ow_box_cap::after, .ow_column .ow_box_cap::after, .ow_column .ow_box_cap_empty::after,
.floatbox_container .ow_box_cap::after,.floatbox_container .ow_box_cap_empty::after {
    position: relative;
}
.video-js {
    width: 300px !important;
    height: 150px !important;
}
.inviteLink span.ow_button {
    max-width: 200px;
}
.inviteLink span.ow_button input {
    max-width: 190px;
    text-overflow: ellipsis;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    min-height: 350px;
    max-height: none;
}
.item_list_table,.item_list_table_isPaid {
    padding: 12px;
}
.page_1byro6ir .ow_automargin.ow_superwide {
    width: 100%;
}
.page_1byro6ir table.ow_table_4.ow_form {
    border-color: #efecec !important;
}
.page_1byro6ir a.ow_ic_delete, .page_1byro6ir a.ow_ic_reply {
    background-size: 16px 16px;
}
a.ow_lbutton, span.ow_lbutton {
    background: white;
}
.notebox {
    padding: 8px;
}
.user_profile_data .ow_table_3 td.ow_label {
    width: 20% !important;
}
.profile-USERINFO_CMP_UserInfoWidget .ow_nomargin tr td a {
    padding: 0px 6px;
}
.ow_console_dropdown_hover .VerifiedMemberMiniTag:after {
    margin-left: 6px !important;
    margin-top: 6px !important;
}
.ow_cavatar span.ow_avatar_label {
    right: 1px;
    bottom: 0;
}

input[type="radio" i], input[type="checkbox" i] {
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input[type="checkbox"], input[type="radio"] {
    display: inline-block;
    cursor: pointer;
    padding-right: 20px;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    border-radius: 20px;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
    width: 42px;
    height: 22px;
    padding-top: 1px;
    background: #C0CCDA;
}

input[type="checkbox"]::before, input[type="radio"]::before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    margin-left: 1px;
}

input[type="checkbox"]:checked, input[type="radio"]:checked {
    padding-right: 0;
    padding-left: 20px;
    background: #20a0ff;
}

input[type="checkbox"]:checked::before, input[type="radio"]:checked::before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    margin-left: 1px;
}

@supports (-ms-ime-align: auto) {
	.ow_bg_color {}
input[type="radio" i]::-ms-check,
input[type="checkbox" i]::-ms-check {
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    cursor: pointer;
    padding-right: 20px;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
    width: 42px;
    height: 22px;
    padding-top: 1px;
    color:transparent;
    background: #C0CCDA url(images/whitedot.png);
	background-repeat: no-repeat;
	border: 0px;
}

input[type="checkbox"]::before,
input[type="radio"]::before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    margin-left: 1px;
	color:transparent;
    background:url(images/whitedot.png);
	background-repeat: no-repeat;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

input[type="checkbox"]:checked::-ms-check,
input[type="radio"]:checked::-ms-check {
    padding-right: 0;
    padding-left: 20px;
	color:transparent;
    background:url(images/whitedot.png);
	background-repeat: no-repeat;
	background-position: center right;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

input[type="checkbox"]:checked::before::-ms-check,
input[type="radio"]:checked::before::-ms-check {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    margin-left: 1px;
	color:transparent;
    background:url(images/whitedot.png);
	background-repeat: no-repeat;
	background-position: center right;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}
}
@supports (-ms-ime-align: auto) {
	.ow_bg_color {}
input[type="radio"]:checked,input[type="checkbox"]:checked {
    background: #20a0ff;
}
input[type="radio"]::-ms-check, input[type="checkbox"]::-ms-check {
    color:#fff;
    border:0;
    background:transparent;
}
input[type="radio"]:checked::-ms-check, input[type="checkbox"]:checked::-ms-check{
    color:#ffffff;
    border:0;
    background:url(images/whitedot.png);
	background-repeat: no-repeat;
	background-position: center right;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	input[type="radio" i]::-ms-check,
input[type="checkbox" i]::-ms-check {
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    cursor: pointer;
    padding-right: 20px;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
    width: 42px;
    height: 22px;
    padding-top: 1px;
    color:transparent;
    background: #C0CCDA url(images/whitedot.png);
	background-repeat: no-repeat;
	border: 0px;
}

input[type="checkbox"]::before,
input[type="radio"]::before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    margin-left: 1px;
	color:transparent;
    background:url(images/whitedot.png);
	background-repeat: no-repeat;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

input[type="checkbox"]:checked::-ms-check,
input[type="radio"]:checked::-ms-check {
    padding-right: 0;
    padding-left: 20px;
	color:transparent;
    background:url(images/whitedot.png);
	background-repeat: no-repeat;
	background-position: center right;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

input[type="checkbox"]:checked::before::-ms-check,
input[type="radio"]:checked::before::-ms-check {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    margin-left: 1px;
	color:transparent;
    background:url(images/whitedot.png);
	background-repeat: no-repeat;
	background-position: center right;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}
input[type="radio"]:checked,input[type="checkbox"]:checked {
    background: #20a0ff;
}
input[type="radio"]::-ms-check, input[type="checkbox"]::-ms-check {
    color:#fff;
    border:0;
    background:transparent;
}
input[type="radio"]:checked::-ms-check, input[type="checkbox"]:checked::-ms-check{
    color:#ffffff;
    border:0;
    background:url(images/whitedot.png);
	background-repeat: no-repeat;
	background-position: center right;
}
}
.ow_mailbox_conv_options input[type=checkbox],
.ow_mailbox_bulk_options .ow_mailbox_convers_info input[type=checkbox] {
    background-image: url(images/checkbox_1x.png);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
	border-radius: 0;
	background-size: 14px 14px;
}
.ow_mailbox_conv_options input[type=checkbox]::before,
.ow_mailbox_conv_options input[type=checkbox]:checked::before,
.ow_mailbox_bulk_options .ow_mailbox_convers_info input[type=checkbox]::before,
.ow_mailbox_bulk_options .ow_mailbox_convers_info input[type=checkbox]:checked::before {
    display: none;
}
.ow_mailbox_conv_options input[type=checkbox]:checked,
.ow_mailbox_bulk_options .ow_mailbox_convers_info input[type=checkbox]:checked {
    background-image: url(images/checkbox_1xa.png);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
	border-radius: 0;
	background-size: 14px 14px;
}
.ow_plugin_meet #codemonsterSlide {
    position: relative;
    background: #fff;
    width: 95%;
    height: 100%;
    max-width: 400px;
    margin: 0px auto;
    border-radius: 10px;
}
.ow_plugin_meet #codemonsterSlide li {
    padding: 0px 0px 10px 0px !important;
    background: #fff !important;
	box-shadow: none !important;
    border-radius: 10px;
}
/* Responsive styles */
@media (max-width: 2570px) {/*2560*/
.top_lcimg, .top_rcimg, .bottom_lcimg, .bottom_rcimg {
    height: 9vw;
}
.ow_about {
    height: 1020px;
}
.ow_basic {
    height: 1110px;
}
.ow_success {
    height: 1110px;
}
.ow_apps .bottom_lcimg {
    bottom: -7vw;
}
.ow_menu_wrap {
    left: auto;
    box-shadow: rgba(33,33,33,.06) 8px 0 4px 1px;
}
.header_bottom {
    height: 360px;
}
.slide_texts, .slidetext-1, .slidetext-2, .slidetext-3 {
    margin-top: 2vw;
}
.ow_video_player iframe {
    height: 644px;
}
.ow_ws_video iframe {
    height: 600px;
}
}
@media (max-width: 2170px) {/*2160*/
.top_lcimg, .top_rcimg, .bottom_lcimg, .bottom_rcimg {
    height: 10.9vw;
}
.ow_apps .bottom_lcimg {
    bottom: -8.8vw;
}
}
@media (max-width: 2058px) {/*2048*/
.top_lcimg, .top_rcimg, .bottom_lcimg, .bottom_rcimg {
    height: 11vw;
}
}
@media (max-width: 1930px) {/*1920*/
.top_lcimg, .top_rcimg, .bottom_lcimg, .bottom_rcimg {
    height: 12vw;
}
.ow_intro {
    height: 540px;
}
.ow_about {
    height: 960px;
}
.ow_basic {
    height: 1020px;
}
.ow_apps .bottom_lcimg {
    bottom: -10vw;
}
body.ow.base_user_join {
    background-size: cover;
}
.slide_texts, .slidetext-1, .slidetext-2, .slidetext-3 {
    margin-top: 3vw;
}
.ow_menu_wrap {
    left: 0px;
    box-shadow: rgba(33,33,33,.15) 9px 4px 24px 5px;
}
}
@media (max-width: 1866px) {/*1856*/
.ow_intro_bottom span.mid_border {
    height: 205px;
}
.ow_video_player iframe {
    height: 618px;
}
.ow_ws_video iframe {
    height: 574px;
}
}
@media (max-width: 1690px) {/*1680*/
body.ow.base_sign_in .ow_content:after {
    height: 12vw;
}
.ow_intro_bottom span.mid_border {
    height: 184px;
}
body.ow.base_user_join h1.ow_stdmargin.ow_ic_file {
    width: 45.5%;
}
.ow_video_player iframe {
    height: 544px;
}
.ow_ws_video iframe {
    height: 500px;
}
}
@media (max-width: 1610px) {/*1600*/
.ow_intro_bottom span.mid_border {
    height: 174px;
}
.ow_about {
    height: 910px;
}
.ow_basic {
    height: 920px;
}
.ow_dating {
    height: 540px;
}
.ow_success {
    height: 1030px;
}
body.ow.base_user_join h1.ow_stdmargin.ow_ic_file {
    width: 45.3%;
}
.ow_video_player iframe {
    height: 510px;
}
.ow_ws_video iframe {
    height: 466px;
}
}
@media (max-width: 1546px) {/*1536*/
.slide_texts, .slidetext-1, .slidetext-2, .slidetext-3 {
    margin-top: 4vw;
}
.ow_intro_bottom span.mid_border {
    height: 168px;
}
.ow_video_player iframe {
    height: 482px;
}
.ow_ws_video iframe {
    height: 440px;
}
}
@media (max-width: 1450px) {/*1440*/
.ow_intro_bottom span.mid_border {
    height: 156px;
    margin-top: -280px;
}
body.ow.base_user_join h1.ow_stdmargin.ow_ic_file {
    width: 45%;
}
.ow_video_player iframe {
    height: 442px;
}
.ow_ws_video iframe {
    height: 398px;
}
}
@media (max-width: 1410px) {/*1400*/
.ow_header, #slide {
    height: 300px;
}
.header_bottom {
    height: 306px;
}
.ow_intro_bottom span.mid_border {
    height: 152px;
}
.ow_video_player iframe {
    height: 426px;
}
.ow_ws_video iframe {
    height: 384px;
}
}
@media (max-width: 1396px) {/*1392*/
.ow_video_player iframe {
    height: 420px;
}
.ow_ws_video iframe {
    height: 378px;
}
}
@media (max-width: 1376px) {/*1366*/
.ow_intro_bottom span.mid_border {
    height: 146px;
    margin-top: -272px;
}
.ow_apps .bottom_lcimg {
    bottom: -9.8vw;
}
body.ow.base_user_join h1.ow_stdmargin.ow_ic_file {
    width: 44.8%;
}
.ow_video_player iframe {
    height: 404px;
}
.ow_ws_video iframe {
    height: 360px;
}
}
@media (max-width: 1290px) {/*1280*/
.ow_intro_bottom span.mid_border {
    height: 140px;
    margin-top: -266px;
}
body.ow.base_user_join h1.ow_stdmargin.ow_ic_file {
    width: 44.6%;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    width: 21.8vw;
}
.ow_video_player iframe {
    height: 366px;
}
.ow_ws_video iframe {
    height: 324px;
}
}
@media (max-width: 1210px) {/*1200*/
.ow_intro_bottom span.mid_border {
    height: 130px;
}
.ow_feature_left, .ow_feature_center, .ow_feature_right {
    width: 31%;
}
.ow_feature_left a, .ow_feature_center a, .ow_feature_right a {
    width: 200px;
    height: 200px;
    background-size: 200px;
}
body.ow.base_user_join h1.ow_stdmargin.ow_ic_file {
    width: 44.4%;
}
.ow_header, #slide {
    height: 270px;
}
.header_bottom {
    height: 275px;
}
.ow_avatar_console #avatar_console_image {
    width: 15vw;
    height: 15vw !important;
}
#avatar-console > div.user_online_wrap > .ow_miniic_live .apulse {
    margin-top: -182px;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    width: 21.5vw;
}
.ow_video_list_item {
    padding: 1vw;
}
.ow_video_player iframe {
    height: 342px;
}
.ow_ws_video iframe {
    height: 298px;
}
}
@media (max-width: 1162px) {/*1152*/
.ow_intro_bottom span.mid_border {
    height: 124px;
}
.ow_about {
    height: 820px;
}
.ow_feature {
    height: 580px;
}
.ow_basic {
    height: 850px;
}
.ow_success {
    height: 980px;
}
body.ow.base_sign_in .ow_footer {
    padding: 6vw 0 10vw 0px;
}
.ow_footer {
    padding: 6vw 0 10vw 60px;
}
body.ow.base_user_join h1.ow_stdmargin.ow_ic_file {
    width: 44.3%;
}
.ow_avatar_console #avatar_console_image {
    width: 14vw;
    height: 14vw !important;
}
#avatar-console > div.user_online_wrap > .ow_miniic_live .apulse {
    margin-top: -170px;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    width: 21vw;
}
.ow_video_player iframe {
    height: 320px;
}
.ow_ws_video iframe {
    height: 278px;
}
}
@media (max-width: 1090px) {/*1080*/
.ow_header, #slide {
    height: 240px;
}
.header_bottom {
    height: 245px;
}
.ow_intro_bottom span.mid_border {
    height: 116px;
}
#avatar-console > div.user_online_wrap > .ow_miniic_live .apulse {
    margin-top: -166px;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    width: 20.2vw;
}
.ow_video_list_item {
    padding: 0.5vw;
    width: auto;
    margin: 0px 4px;
}
.ow_video_player iframe {
    height: 291px;
}
.ow_ws_video iframe {
    height: 247px;
}
body.ow.base_user_join h1.ow_stdmargin.ow_ic_file {
    width: 44%;
}
}
@media (max-width: 1060px) {/*1050*/
#avatar-console > div.user_online_wrap > .ow_miniic_live .apulse {
    margin-top: -164px;
}
.ow_user_list.ow_full.ow_stdmargin .ow_user_list_item.clearfix.ow_item_set3 {
    width: 19.8vw;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    width: 31.2%;
}
.ow_video_list_item {
    padding: 0.4vw;
    margin: 0px 2px;
}
.ow_video_player iframe {
    height: 278px;
}
.ow_ws_video iframe {
    height: 235px;
}
.ow_dnd_content_components {
    width: 69%;
}
.ow_dnd_clonable_components {
    width: 29%;
}
}
@media (max-width: 1034px) {/*1024*/
body.ow.base_sign_in .ow_content {
    height: 768px;
}
.header_container {
    max-width: 98%;
}
.ow.base_sign_in form .ow_sign_in span.ow_button, .ow.base_sign_in .ow_sign_in > .clearfix a {
    width: 45%;
}
.ow_intro {
    height: 490px;
}
.ow_intro_bottom span.mid_border {
    height: 110px;
}
.ow_about {
    height: 750px;
}
.ow_feature {
    padding: 0px 2vw 0px 2vw;
}
.ow_feature_left, .ow_feature_center, .ow_feature_right {
    width: 33%;
}
.ow_basic {
    height: 770px;
}
.ow_basic_left a, .ow_basic_right a {
    height: 380px;
}
.ow_success {
    height: 950px;
}
body.ow.base_sign_in .ow_footer {
    padding: 4vw 0 11vw 0px;
}
.ow_footer {
    padding: 4vw 0 11vw 60px;
}
.ow_header, #slide {
    height: 220px;
}
.header_bottom {
    height: 225px;
}
.ow_avatar_console #avatar_console_image {
    width: 13.5vw;
    height: 13.5vw !important;
}
#avatar-console > div.user_online_wrap > .ow_miniic_live .apulse {
	width: 138px;
    height: 138px;
    margin-top: -154px;
}
.circle {
    width: 138px;
    height: 138px;
}
.ow_box_cap {
    padding: 6px 6px 6px 6px;
}
.ow_box_cap h3, .ow_box_cap_empty h3 {
    padding: 5px 0 4px 30px;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    width: 30.5%;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ow_video_thumb, .ow_video_list_item img {
    width: 114px;
}
.ow_video_player iframe {
    height: 266px;
}
.ow_ws_video iframe {
    height: 224px;
}
body.ow.base_user_join h1.ow_stdmargin.ow_ic_file {
    width: 43.8%;
}
}
@media (max-width: 980px) {/*960*/
.ow_logo {
    float: none !important;
    background-position: 45px center;
}
body.ow.base_sign_in .ow_content {
    height: 640px;
}
.header_container {
    margin: 50px auto 35px;
}
.header_section {
    width: 55%;
    padding: 50px 10px 70px 20px;
}
.ow.base_sign_in .ow_sign_in_cont {
    width: 35%;
    padding: 10px 20px 70px 10px;
}
.ow_intro_left, .ow_intro_center, .ow_intro_right {
    width: 30%;
}
.ow_intro_bottom span.mid_border {
    height: 104px;
    margin-top: -256px;
}
.ow_feature {
    height: 530px;
}
.ow_feature_left a, .ow_feature_center a, .ow_feature_right a {
    width: 150px;
    height: 150px;
    background-size: 150px;
}
.ow_basic {
    height: 750px;
}
.ow_dating {
    height: 568px;
	padding: 0px 2vw 0px 2vw;
}
.ow_apps {
    height: 480px;
    padding: 0px 2vw 0px 2vw;
}
a.ow_app_store_img, a.ow_play_store_img {
    height: 70px;
    width: 200px;
    background-size: 158px 60px;
}
body.ow.base_sign_in .ow_footer, .ow_footer {
    padding: 4vw 0 10vw 0px;
}
	.ow_page_container, .ow_site_panel_wrap, .ow_footer {
        width: 100%;
    }
    .ow_canvas {
    	width: 100%;
    }
    .ow_content > .ow_right {
    	float: none;
    	margin-bottom: 16px;
    }
    .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: 8px;
    }
    .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;
	}
	body .ow_menu_wrap {
		display: none;
	}
	.ow_nav_btn {
    display: block;
    opacity: 1;
	}
	.ow_page_padding {
		border: none;
	}
	body .forum_search_form {
		display: none;
	}
	.ow_forum {
		word-wrap: break-word;
	}
	/*Video*/
	.ow_video_list_item {
    padding: 1vw;
    margin: 0px 1vw;
}
.ow_video_thumb, .ow_video_list_item img {
    width: 120px;
}
.ow_page_container .ow_page {
    padding-top: 16px;
    margin: 0 auto;
}
.ow_sidebar {
    width: 100%;
    float: left;
    margin-right: auto;
}
html body div .ow_page h1 {
    margin-bottom: 10px;
}
.theiaStickySidebar > .ow_right {
    float: none;
    margin-bottom: 12px;
}
.ow_avatar_console #avatar_console_image {
    width: 20vw;
    height: 20vw !important;
}
#avatar-console > div.user_online_wrap > .ow_miniic_live .apulse {
    margin-top: -182px;
}
.ow_user_list.ow_full.ow_stdmargin .ow_user_list_item.clearfix.ow_item_set3 {
    width: 32.2%;
	min-height: 180px;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    width: 31.6%;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap {
    max-width: 122px;
}
body.ow.base_user_join h1.ow_stdmargin.ow_ic_file {
    width: 43.4%;
}
.ow_video_player iframe {
    height: 386px;
}
.ow_ws_video iframe {
    height: 342px;
}
}
@media (max-width: 910px) {/*900*/
body.ow.base_sign_in .fb_button, body.ow.base_sign_in .glconnect_button, body.ow.base_sign_in .vkconnect-connect {
    margin-left: 2px;
}
.ow_intro_bottom span.mid_border {
    height: 98px;
}
.ow_about {
    height: 688px;
}
.ow_about_right h3 {
    padding: 8px 30px 0 30px;
}
.ow_header, #slide {
    height: 200px;
}
.header_bottom {
    height: 205px;
}
#avatar-console > div.user_online_wrap > .ow_miniic_live .apulse {
    margin-top: -175px;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    width: 48%;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap {
    max-width: 190px;
}
body.ow.base_user_join h1.ow_stdmargin.ow_ic_file {
    width: 43.3%;
}
.ow_video_player iframe {
    height: 360px;
}
.ow_ws_video iframe {
    height: 316px;
}
}
@media (max-width: 855px) {/*854*/
body.ow.base_sign_in .ow_content {
    height: 600px;
}
.header_section {
    width: 55%;
    padding: 50px 10px 70px 10px;
}
.ow.base_sign_in .ow_sign_in_cont {
    width: 36%;
    padding: 70px 10px;
}
.ow_intro_left, .ow_intro_center, .ow_intro_right {
    width: 26%;
}
.ow_intro_left a, .ow_intro_right a, .ow_intro_center a {
    height: 110px;
}
.ow_intro_left svg, .ow_intro_right svg,
.ow_intro_center svg {
    width: 110px;
    height: 110px;
}
.ow_intro_left span, .ow_intro_center span, .ow_intro_right span {
    width: 40px;
    height: 40px;
    margin-top: -108px;
    background-size: 40px;
}
.ow_intro_bottom span.start_point, .ow_intro_bottom span.end_point {
    width: 24px;
    height: 24px;
    margin-top: -190px;
}
.ow_intro_bottom span.mid_border {
    height: 93px;
    margin-top: -212px;
}
.ow_feature_left, .ow_feature_center, .ow_feature_right {
    width: 32%;
}
.ow_feature_left a, .ow_feature_center a, .ow_feature_right a {
    width: 125px;
    height: 125px;
    background-size: 125px;
}
.ow_basic {
    height: 670px;
}
.ow_basic_left a, .ow_basic_right a {
    width: 80%;
	height: 350px;
}
body.ow.base_sign_in .ow_footer, .ow_footer {
    padding: 2vw 0 10vw 0px;
}
.ow_header, #slide {
    height: 186px;
}
.header_bottom {
    height: 190px;
}
#avatar-console > div.user_online_wrap > .ow_miniic_live .apulse {
    margin-top: -170px;
}
.ow_user_list.ow_full.ow_stdmargin .ow_user_list_item.clearfix.ow_item_set3 {
    width: 32.1%;
}
.slide_texts, .slidetext-1, .slidetext-2, .slidetext-3 {
	font-size: 3vw;
}
.ow_video_list_item {
    padding: 12px 8px;
}
.ow_video_player iframe {
    height: 340px;
}
.ow_ws_video iframe {
    height: 296px;
}
body.ow.base_user_join h1.ow_stdmargin.ow_ic_file {
    width: 43%;
}
}
@media (max-width: 825px) {/*824*/
	.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;
}
.ow_header, #slide {
    height: 178px;
}
.header_bottom {
    height: 182px;
}
.ow_intro_bottom span.mid_border {
    height: 90px;
}
.ow_avatar_console #avatar_console_image {
    width: 190px;
    height: 190px !important;
}
#avatar-console > div.user_online_wrap > .ow_miniic_live .apulse {
    margin-top: -180px;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    width: 47.9%;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap {
    max-width: 196px;
}
.ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap.ow_ipc_date {
    float: none;
    margin-top: 8px;
	min-width: 22px;
}
.place_section.ow_right, #photo-list-search, .ow_photo_upload_submit.ow_right {
    float: none;
    margin-top: 6px;
    padding-bottom: 8px;
}
.ow_video_player iframe {
    height: 436px;
}
.ow_ws_video iframe {
    height: 396px;
}
body.ow.base_user_join h1.ow_stdmargin.ow_ic_file {
    width: unset;
    float: none;
}
body.ow.base_user_join .ow_content .ow_superwide {
    width: 97% !important;
    margin-right: auto;
}
.ow_avatar_field input {
    max-width: 230px;
}
}
@media (max-width: 814px) {/*812*/
	.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap {
    max-width: 198px;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap {
    max-width: 192px;
}
.ow_video_player iframe {
    height: 431px;
}
.ow_ws_video iframe {
    height: 388px;
}
}
@media (max-width: 802px) {/*800*/

.ow_intro_bottom span.mid_border {
    height: 88px;
	margin-top: -210px;
}

.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    width: 47.8%;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap {
    max-width: 186px;
}
.ow_video_list_item {
    padding: 8px 8px;
}
.ow_video_player iframe {
    height: 424px;
}
.ow_ws_video iframe {
    height: 381px;
}
}
@media (max-width: 773px) {/*768*/
	.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;
	}
	.floatbox_container {
    	max-width: 100%;
    	box-sizing: border-box;
    }
    .ow_lp_label br {
    	margin: 6px 0;
    }
	.ow_console_body {
    	position: relative;
    }
    body textarea.ow_newsfeed_status_input.invitation {
    	height: 32px;
    }
    body .ow_newsfeed_item_content {
    	width: 100%;
    	max-width: 100%;
    }
    .ow_newsfeed_left {
    	width: auto;
    }
    body .ow_searchbar input[type="text"] {
    	height: 28px;
    	line-height: 18px;
    }
    iframe {
    	width: 100% !important;
    	height: auto; 
    }
    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 .customize_box {
    	display: none;
    }
    .ow_header, #slide {
    	height: 164px;
    }
	.header_bottom {
    height: 168px;
}
    .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: white;
    }
    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: white;
    }
    .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*/
	.ow_content_menu li {
		display: block;
    /* float: none; */
	}
	/*Fonts*/
    html {
    	font-size: 14px;
    }
	h1 {
    font-size: 1.15rem;
	}
    h3 {
    	font-size: 1.1rem;
    }
    .ow_box_cap h3, .ow_box_cap_empty h3 {
    	font-size: 17px;
    }
    .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: 1.1rem;
    }
    .ow_small {
    	font-size: 1rem;
    	line-height: 18px;
    }
    .ow_ipc_toolbar,
    .ow_ipc_toolbar .ow_ipc_date,
    .ow_ipc_date {
    	font-size: 1rem;
    }
    html body .ow_sidebar .ow_tiny,
    html body .ow_console .ow_tiny, 
    .ow_tiny {
    	font-size: 1rem;
    }
    input[type="text"], 
    input[type="password"], 
    textarea, 
    select, 
    div.jhtmlarea, 
    .ow_photo_upload_description, 
    .ow_photo_preview_edit .CodeMirror {
    	font-size: 1rem;
    }
    body .ow_mailbox_convers_info .ow_mailbox_convers_info_string a,
    body .ow_mailbox_convers_info_date {
    	font-size: inherit;
    }
    body .ow_mailbox_convers_info .ow_mailbox_convers_preview {
    	font-size: 1.1rem;
    }
    body .ow_mailbox_message_header a,
    body .ow_mailbox_message_content {
    	font-size: 1.1rem;
    }
    body .ow_mailbox_message_date {
    	font-size: 1rem;
    }
    .ow_console_dropdown_cont a {
		line-height: 24px;
	}
	.ow_credits_links a {
		font-size: 1rem;
	}
	.ow_supernarrow {
		font-size: 1.1rem;
	}
	.ow_footer_menu {
		font-size: 1rem;
	}
	a.ow_context_action_value,
	.ow_context_action_list a {
		font-size: 1rem;
	}
	.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-bottom: none;
	}
	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;
	}
    body .ow_chat_in_dialog .ow_time_block p span.ow_time_text {
    	font-size: 0.9rem;
    }
    body .ow_dialog_date_cap,
	body .ow_chat_dialog .ow_author_block span.ow_chat_item_author,
    .ow_top_panel .ow_count_txt,
    body .ow_chat_block_main .ow_chat_search input[type="text"], 
    body .ow_chat_block_main .ow_chat_search input[type="password"],
    body .ow_dialog_in_item p,
    body span.ow_chat_in_item_author, 
    body span.ow_chat_in_item_text,
    body .ow_chat_dialog .ow_chat_subject_block input {
    	font-size: 1rem;
    }
    .ow_mailbox_log .ow_time_block p span.ow_time_text {
    	font-size: 0.9rem;
    }
	/*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: 46px;
	}
	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*/
    .ow_mini_ipc_picture img, 
    .ow_mini_ipc_picture .ow_avatar, 
    .ow_mini_ipc_picture .ow_avatar img {
    	width: 52px !important;
    	height: 52px !important;
    }
    .ow_mini_ipc_picture {
    	width: 62px;
    	margin-right: -6 2px;	
    }
    .ow_mini_ipc_info {
    	margin-left: 66px;
    }
    .ow_comments_item_header {
    	margin-top: 4px;
    	margin-bottom: 0px;
    }
    body .ow_mailbox_convers_info_body {
    	margin-left: 77px;
    }
    body .ow_mailbox_avatar {
    	width: 70px;
    }
    body .ow_mailbox_cap .ow_mailbox_avatar {
    	margin-left: -70px;
    }
    /*-------------------------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;
    }
	.place_section.ow_right, #photo-list-search, .ow_photo_upload_submit.ow_right {
    margin-top: -2px;
}
    .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;
		background-position: left bottom;
    }
    .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_stage_wrap {
        width: 60% !important;
    }
    .ow_photoview_info_wrap {
    	/*display: none !important;*/
    }
    /*Forum*/
    .forum_add_post .ow_left,
    .forum_add_post .ow_right {
    	width: 100% !important;
    	float: none;
    }
.ow_page_container .ow_page {
    padding: 16px 8px 16px;
    margin: 0 auto;
}
	.ow_sidebar {
    width: 100%;
    float: left;
    margin: 0 auto;
}
.ow_user_list.ow_full.ow_stdmargin .ow_user_list_item.clearfix.ow_item_set3 {
    width: 32%;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    width: 31.1%;
}
.ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    max-height: 350px;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap {
    max-width: 171px;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info .ow_ipc_content, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info .ow_ipc_content {
    max-height: 109px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 14px;
}
.ow_video_list_item {
    margin: 0px 6px;
}
.ow_video_player iframe {
    height: 415px;
}
.ow_ws_video iframe {
    height: 372px;
}
.ow_intro_bottom span.mid_border {
    height: 84px;
}
.ow_about, .ow_basic {
    height: 620px;
}
.ow_about_left, .ow_about_right {
    height: 360px;
}
.ow_dating {
    height: 600px;
}
.ow_apps {
    height: 380px;
}
.ow_apps_left {
    width: 65%;
}
.ow_apps_right {
    width: 35%;
}
body.ow.base_user_join .ow_content .ow_superwide {
    width: 97% !important;
    margin-right: auto;
}

}
@media (max-width: 742px) {/*736*/
body.ow.base_sign_in .ow_logo {
    background-position: 10px center;
    margin: 0;
}
body.ow.base_sign_in .ow_menu_fullpage {
    top: 0;
    padding-top: 49px;
}
body.ow.base_sign_in .ow_content {
    height: 550px;
}
body.ow.base_sign_in .fb_button, body.ow.base_sign_in .glconnect_button, body.ow.base_sign_in .vkconnect-connect {
    margin-left: 0px;
}
.ow_intro {
    height: 380px;
}
.ow_intro_bottom span.mid_border {
    height: 80px;
}
.ow_about {
    height: 580px;
}
.ow_about_right h3 {
    padding: 8px 30px 0 30px;
}
.ow_feature {
    height: 490px;
}
.ow_feature_left a, .ow_feature_center a, .ow_feature_right a {
    width: 100px;
    height: 100px;
    background-size: 100px;
    margin: 4px 4px 20px;
}
.ow_basic {
    height: 600px;
}
.ow_success {
    height: 870px;
}
.ow_success_middle {
    padding: 8px 8px;
}
.ow_success_middle_img {
    height: 380px;
}
body.ow.base_sign_in .ow_footer, .ow_footer {
    padding: 1vw 0 9vw 0px;
}
span.ow_ico_signin.ow_ico_signin_f {
    background-image: url(images/ic_facebook_sign.svg);
}
span.ow_ico_signin.ow_ico_signin_g {
    background-image: url(images/ic_google_plus_sign.svg);
}
span.ow_ico_signin.ow_ico_signin_vk {
    background-image: url(images/ic_vk_sign.svg);
}
.ow_page_container {
    padding-top: 88px;
}
.ow_menu_fullpage {
    top: 80px;
    padding-top: 0;
}
.ow_menu_fullpage_wrap .ow_main_menu li a {
    font-size: 16px;
    width: 165px!important;
    height: 40px;
    padding: 0 0px 0 55px;
    background-position: 20px 9px;
    background-size: 20px;
}
.ow_menu_fullpage_wrap .ow_main_menu li a span {
    line-height: 40px;
}
.ow_site_panel.clearfix {
    width: 100%;height: 49px;
}
.ow_logo {
    height: 49px;
    background-position: center center;
    display: block;
	float: none;
}
.ow_nav_btn {
    height: 49px;
    margin-top: -50px;
}
.ow_cavatar {
    margin-top: -41px;
}
.ow_console_right {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: white;
    box-shadow: rgba(33,33,33,.15) 1px 1px 1px 1px;
}
.ow_console_body {
    padding: 4px 0px 6px 0;
}
.ow_console .ow_tooltip_top_right.ow_tooltip {
    top: 29px !important;
	right: 2px;
}
.ow_invitation_list .ow_tooltip.console_tooltip.ow_tooltip_top_right,
.ow_friend_request_list .ow_tooltip.console_tooltip.ow_tooltip_top_right,
.ow_mailbox_items_list .ow_tooltip.console_tooltip.ow_tooltip_top_right,
.ow_notification_list .ow_tooltip.console_tooltip.ow_tooltip_top_right {
	top: 87px !important;
    right: -70px;
    width: 100%;
    position: fixed;
}
.ow_invitation_list .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail,
.ow_friend_request_list .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail,
.ow_mailbox_items_list .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail,
.ow_notification_list .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail {
    display: none;
}
div.ow_console_lang_item > span {
    background: url(images/ic_language_m.svg);
}
.ow_console_item a.ow_console_item_link {
    background-image: url(images/ic_user.svg);
}
.ow_notification_list.ow_console_item a.ow_console_item_link {
    filter: invert(.5);
}
.ow_mailbox_items_list.ow_console_item a.ow_console_item_link {
    background-image: url(images/ic_mail.svg);
}
.ow_friend_request_list.ow_console_item a.ow_console_item_link {
    filter: invert(.5);
}
.ow_invitation_list.ow_console_item a.ow_console_item_link {
    filter: invert(.5);
}
div.ow_console_lang_item:hover > span {
    background: url(images/ic_language_mh.svg);
}
.ow_console_item a.ow_console_item_link:hover {
	background-image: url(images/ic_user_mh.svg);
}
.ow_notification_list.ow_console_dropdown_pressed.ow_console_item a.ow_console_item_link {
    background-image: url(images/ic_notification_mh.svg);
}
.ow_mailbox_items_list.ow_console_dropdown_pressed.ow_console_item a.ow_console_item_link {
    background-image: url(images/ic_mail_mh.svg);
}
.ow_friend_request_list.ow_console_dropdown_pressed.ow_console_item a.ow_console_item_link {
    background-image: url(images/ic_friends_mh.svg);
}
.ow_invitation_list.ow_console_dropdown_pressed.ow_console_item a.ow_console_item_link {
    background-image: url(images/ic_invitation_mh.svg);
}
.slide_texts, .slidetext-1, .slidetext-2, .slidetext-3 {
    margin-top: 5vw;
}
.ow_header {
    margin-top: 88px;
	margin-bottom: -85px;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    width: 47.7%;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap {
    max-width: 154px;
}
.ow_video_list_item {
    margin: 0px 3px;
}
.ow_video_player iframe {
    height: 397px;
}
.ow_ws_video iframe {
    height: 354px;
}
.ow_box_normal.ow_stdmargin.ow_wide.ow_automargin.ow_center.ow_no_cap.ow_break_word span.ow_button {
    margin-top: 8px;
}
}
@media (max-width: 722px) {/*720*/
.ow_dating {
    height: 640px;
}
/*Video*/
    .ow_video_list .clearfix.ow_alt1,
    .ow_video_list .clearfix.ow_alt2 {
    	display: block;
    }
    .ow_video_list_item {
    	float: left;
    	width: 100%;
    	margin: 4px 0;
    	padding: 12px 12px 12px 12px;
    	border-bottom: 1px solid #f4f4f4;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    }
    .ow_video_list > .ow_alt1,
    .ow_video_list > .ow_alt2 {
    	background-color: white;
    	padding: 0;
    }
	.ow_video_player iframe {
    height: 388px;
}
.ow_ws_video iframe {
    height: 345px;
}
}
@media (max-width: 669px) {/*667*/
body.ow.base_sign_in .ow_content {
    height: 800px;
}
.header_container {
    max-width: 95.5%;
}
.header_section {
	width: 91%;
    padding: 30px;
    height: 230px;
}
.ow.base_sign_in .ow_sign_in_cont {
	width: 97%;
    padding: 20px 10px;
}
.ow.base_sign_in .ow_sign_in_wrap form .ow_connect_text {
    display: flex;
    text-align: center;
    width: 100%;
}
.ow.base_sign_in .ow_sign_in_wrap form .connect_button_list {
    width: 48%;
}
.ow_intro_bottom span.mid_border {
    height: 72px;
    margin-top: -206px;
}
.ow_about {
    height: 870px;
}
.ow_about_left, .ow_about_right {
    width: 100%;
	height: auto;
}
.ow_about_right {
    padding-top: 15px;
    height: 160px;
}
.ow_about_right h3 {
    padding: unset;
}
.ow_basic {
    height: 580px;
}
.ow_dating {
    height: 650px;
}
.ow_feature {
    height: 520px;
}
.ow_success {
    height: 840px;
}
.ow_success_middle {
    padding: 0;
}
.ow_success_middle_img {
    height: 360px;
}
body.ow.base_sign_in .ow_footer, .ow_footer {
    padding: 1vw 0 12vw 0px;
    background-size: contain;
}
.ow_footer {
    height: 182px;
}
.ow_footer .ow_canvas .ow_page.clearfix {
    padding: 0 8px;
}
.ow_footer .ow_copyright {
    float: none;
    padding-left: unset;
    text-align: center;
    margin-bottom: 10px;
}
a.ow_flogo.ow_right {
    background-position: center center;
	width: 100%;
    margin-top: 10px;
    float: none;
    display: inline-block;
}
.ow_user_list.ow_full.ow_stdmargin .ow_user_list_item.clearfix.ow_item_set3 {
    width: 31.8%;
    min-height: 200px;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    width: 47.5%;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap {
    max-width: 150px;
}
.ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap {
    width: 33% !important;
    position: initial !important;
}
.ow_photo_list_wrap .ow_photo_pint_mode .ow_photo_item_wrap .ow_photo_item_info {
    min-height: 142px;
}
.ow_video_player iframe {
    height: 360px;
}
.ow_ws_video iframe {
    height: 316px;
}
}
@media (max-width: 650px) {/*648*/
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    width: 47.4%;
}
.ow_video_player iframe {
    height: 348px;
}
.ow_ws_video iframe {
    height: 306px;
}
}
@media (max-width: 644px) {/*640*/
.ow_intro_bottom span.mid_border {
    height: 68px;
    margin-top: -205px;
}
body.ow.base_user_join .ow_content .ow_superwide {
    width: 96.5% !important;
}
.ow_user_list.ow_full.ow_stdmargin .ow_user_list_item.clearfix.ow_item_set3 {
    width: 31.7%;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap {
    max-width: 138px;
}
.ow_video_player iframe {
    height: 344px;
}
.ow_ws_video iframe {
    height: 300px;
}
}
@media (max-width: 602px) {/**600*/
body.ow.base_sign_in .ow_content {
    height: 770px;
}
.header_container {
    max-width: 95%;
}
.header_section {
    width: 92.5%;
    padding: 30px 20px;
    height: 230px;
}
.header_container h1 {
    padding: 30px 0 20px 0;
    text-align: center;
    font-size: 24px;
}
.header_container ul li {
    font-size: 16px;
}
.ow_intro_bottom span.mid_border {
    height: 64px;
}
.ow_feature_left a, .ow_feature_center a, .ow_feature_right a {
    width: 75px;
    height: 75px;
    background-size: 75px;
}
.ow_basic {
    height: 500px;
}
.ow_basic_left a, .ow_basic_right a {
    width: 65%;
    height: 200px;
}
.ow_dating {
    height: 720px;
}
.ow_success {
    height: 770px;
}
.ow_apps {
    height: 350px;
}
a.ow_app_store_img, a.ow_play_store_img {
    height: 50px;
    width: 140px;
    background-size: 105px 40px;
}
.ow_success_middle_img {
    height: 300px;
}

.ow_footer {
    height: 200px;
}
.ow_user_list.ow_full.ow_stdmargin .ow_user_list_item.clearfix.ow_item_set3 {
    width: 31.6%;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    width: 47.2%;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap {
    max-width: 128px;
}
.ow_video_player iframe {
    height: 322px;
}
.ow_ws_video iframe {
    height: 279px;
}
}
@media (max-width: 578px) {/*576*/
.ow_container h1 {
    font-size: 1.5rem;
	line-height: normal;
	padding: 50px 0px 24px;
}
.ow_container h2 {
    font-size: 1.2rem;
	line-height: normal;
	padding: 8px 0 0;
}
.ow_container h3 {
    font-size: 1.1rem;
	line-height: normal;
	padding: 8px 0px 28px 0px;
}
.ow_intro_bottom span.mid_border {
    height: 60px;
}
.ow_about {
    height: 800px;
}
.ow_feature {
    height: 450px;
}
.ow_basic {
    height: 470px;
}
.ow_dating {
    height: 520px;
}
.ow_success {
    height: 730px;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    width: 47.1%;
}
.floatbox_canvas.ow_photoview_overlay .floatbox_container {
    width: 95% !important;
}
.ow_photoview_overlay.floatbox_empty .ow_box_cap_icons {
    top: -25px !important;
    right: 0 !important;
}
.ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap {
    width: 49% !important;
}
.ow_photoview_stage_wrap {
    width: 100% !important;
    float: none !important;
}
.ow_video_player iframe {
    height: 308px;
}
.ow_ws_video iframe {
    height: 264px;
}
}
@media (max-width: 570px) {/*568*/
body.ow.base_user_join .ow_content .ow_superwide {
    width: 96% !important;
    margin-right: auto;
}
.ow_user_list.ow_full.ow_stdmargin .ow_user_list_item.clearfix.ow_item_set3 {
    width: 31.5%;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap {
    max-width: 116px;
}
.ow_video_player iframe {
    height: 304px;
}
.ow_ws_video iframe {
    height: 260px;
}
table.ow_table_1.ow_form.ow_automargin, .clearfix.ow_stdmargin.ow_automargin {
    width: 100% !important;
}
}
@media (max-width: 490px) {/*480*/
.ow_intro {
    height: 340px;
}
.ow_intro_left, .ow_intro_center, .ow_intro_right {
    width: 30%;
}
.ow_intro_left a, .ow_intro_right a, .ow_intro_center a {
    height: 75px;
}
.ow_intro_left svg, .ow_intro_right svg, .ow_intro_center svg {
    width: 75px;
    height: 75px;
}
.ow_intro_left span, .ow_intro_center span, .ow_intro_right span {
    width: 24px;
    height: 24px;
    background-size: 24px;
    margin-top: -85px;
	margin-left: -11px;
}
.ow_intro_left li, .ow_intro_center li, .ow_intro_right li {
    font-size: 1rem;
    background-size: 24px 24px;
	padding: 4px;
}
.ow_intro h2 {
    padding: 4px;
}
.ow_intro_bottom span.start_point, .ow_intro_bottom span.end_point {
    margin-top: -160px;
}
.ow_intro_bottom span.mid_border {
    height: 50px;
    margin-top: -170px;
}
.ow_about {
    height: 690px;
}
.ow_about_left {
    height: 345px;
}
.ow_about_left a {
    height: inherit;
}
.ow_feature {
    height: 900px;
}
.ow_feature_left, .ow_feature_center, .ow_feature_right {
    width: 100%;
	padding: 8px 0;
}
.ow_basic {
    height: 1020px;
}
.ow_basic_left, .ow_basic_right {
    width: 100%;
    float: left;
    height: 350px;
}
.ow_basic_right {
    margin-top: 10vw;
}
.ow_basic_left a, .ow_basic_right a {
    width: 100%;
    height: inherit;
}
.ow_dating {
    height: 960px;
}
.ow_dating_left, .ow_dating_right, .ow_dating_center {
    width: 100%;
    float: left;
    height: 220px;
    padding: 0px 0;
}
.ow_dating_center {
    height: 360px;
}
.ow_apps {
    height: 620px;
}
.ow_apps_left {
    width: 100%;
	height: 300px;
}
.ow_apps_right {
    width: 100%;
    height: 185px;
}
a.ow_app_store_img, a.ow_play_store_img {
    height: 70px;
    width: 200px;
    background-size: 158px 60px;
    margin-top: 8px;
}
body.ow.base_user_join .ow_content .ow_superwide {
    width: 95% !important;
}
body.ow.base_user_join .ow_content .ow_superwide table.ow_form td.ow_desc {
    display: none;
}
body.ow.base_user_join .ow_content .ow_superwide table.ow_form .ow_avatar_field {
    width: 85px;
    overflow: hidden;
}
.ow_invitation_list .ow_tooltip.console_tooltip.ow_tooltip_top_right,
.ow_friend_request_list .ow_tooltip.console_tooltip.ow_tooltip_top_right,
.ow_mailbox_items_list .ow_tooltip.console_tooltip.ow_tooltip_top_right,
.ow_notification_list .ow_tooltip.console_tooltip.ow_tooltip_top_right {
	top: 87px !important;
    right: -10px;
}
.ow_header, #slide {
    height: 124px;
}
.header_bottom {
    height: 126px;
}
.ow_user_list.ow_full.ow_stdmargin .ow_user_list_item.clearfix.ow_item_set3 {
    width: 31.2%;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    width: 96.6%;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap {
    max-width: 164px;
}
body.ow.event_brief_info .ow_right.ow_superwide .ow_box_empty > img {
    float: none !important;
    margin-bottom: 12px !important;
    width: 98%;
	transition: all 0.4s ease;
}
.ow_blogs_list.clearfix .ow_ipc_picture .ow_avatar {
    padding: 8px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.ow_blogs_list.clearfix .ow_superwide .ow_ipc .ow_ipc_info {
    margin-left: 0;
    padding: 12px;
}
.ow_blogs_list.clearfix .ow_superwide .ow_ipc .ow_ipc_info .ow_ipc_header {
    margin-left: 44px;
    margin-bottom: 24px;
}
.ow_blogs_list.clearfix .ow_superwide .ow_ipc .ow_ipc_info .ow_ipc_content {
    margin-top: 8px;
}

.ow_forgot_password {
    padding: 50px 0px !important;
}
.ow_newsfeed .ow_newsfeed_body {
    margin-left: 0px;
}
.ow_newsfeed_body::before {
    border-left: 0px solid #ffffff;
}
.ow_newsfeed_item .ow_newsfeed_avatar::before {
    left: -49px;
    top: 7px;
    padding: 8px;
}
.ow_newsfeed_avatar .ow_avatar {
    padding: 8px 6px;
}
.ow_newsfeed_string.ow_small {
    padding: 12px 28px 10px 112px;
}
.ow_newsfeed_item .ow_newsfeed_delimiter {
    margin-left: 0px;
}
.ow_video_player iframe {
    height: 254px;
}
.ow_ws_video iframe {
    height: 246px;
}
}
@media (max-width: 450px) {/*435*/
body.ow.base_sign_in .ow_content {
    height: 740px;
}
.header_section {
    height: 260px;
    padding-top: 0;
}
.ow_intro_bottom span.mid_border {
    height: 46px;
    margin-top: -166px;
}
.ow_dating {
    height: 910px;
}
.ow_dating_center {
    height: 310px;
}
.ow_success {
    height: 680px;
}
.ow_success_middle_img {
    height: 240px;
}
.ow_header, #slide {
    height: 112px;
}
.header_bottom {
    height: 114px;
}
.ow_user_list.ow_full.ow_stdmargin .ow_user_list_item.clearfix.ow_item_set3 {
    width: 100%;
	min-height: 170px;
    margin-bottom: 8px;
}
.ow_user_list.ow_full.ow_stdmargin .ow_user_list_item.clearfix.ow_item_set3:first-child {
    margin-right: 0px;
    margin-bottom: 8px;
}
.ow_user_list.ow_full.ow_stdmargin .ow_user_list_item.clearfix.ow_item_set3:last-child {
    margin-left: 0px;
    margin-bottom: 8px;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    width: 96%;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap {
    max-width: none;
}
.ow_group_brief_info .image {
    float: none !important;
    margin: 0 auto !important;
}
body .ow_group_brief_info .details {
    margin-left: 0 !important;
    padding: 10px 0 0;
}
body .ow_group_brief_info .details > .clearfix > .ow_small.clearfix {
    max-height: 18px;
    margin-top: 4px;
}
.ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix .ow_ipc_info span.ow_nowrap.ow_ipc_date {
    float: right;
    margin-top: 0;
}
body.ow.event_brief_info .ow_right.ow_superwide .ow_box_empty > img {
    width: 97.5%;
}
.ow_video_player iframe {
    height: 228px;
}
.ow_ws_video iframe {
    height: 221px;
}
}
@media (max-width: 425px) {
.ow_video_player iframe {
    height: 223px;
}
.ow_ws_video iframe {
    height: 215px;
}
}
@media (max-width: 414px) {
.ow_about {
    height: 670px;
}
.ow_about_left {
    height: 330px;
}
.ow_feature {
    height: 880px;
}
.ow_basic {
    height: 990px;
}
.ow_dating {
    height: 920px;
}
.ow_success {
    height: 670px;
}
.ow_success_middle_img {
    height: 224px;
}
.ow_apps {
    height: 570px;
}
.ow_apps_left {
    width: 100%;
    height: 250px;
}
.ow_header, #slide {
    height: 107px;
}
.header_bottom {
    height: 109px;
}
.ow_video_player iframe {
    height: 216px;
}
.ow_ws_video iframe {
    height: 210px;
}
}
@media (max-width: 412px) {}
@media (max-width: 380px) {
.ow_container h1 {
    font-size: 1.2rem;
	line-height: normal;
}
.ow_container h2 {
    font-size: 1.1rem;
	line-height: normal;
}
.ow_container h3 {
    font-size: 1rem;
	line-height: normal;
}
.ow_intro_bottom span.mid_border {
    height: 40px;
}
.ow_about {
    height: 600px;
}
.ow_about_left {
    height: 290px;
}
.ow_feature {
    height: 860px;
}
.ow_basic {
    height: 870px;
}
.ow_basic_left, .ow_basic_right {
    height: 300px;
}
.ow_dating {
    height: 840px;
}
.ow_dating_center {
    height: 270px;
}
.ow_success {
    height: 610px;
}
.ow_apps {
    height: 540px;
}
.ow_success_middle_img {
    height: 200px;
}
body.ow.base_user_join .ow_content .ow_superwide {
    width: 94% !important;
}
.floatbox_container .ow_sign_in_wrap form {
    padding: 8px;
    width: 280px;
    margin: 8px auto;
}
.floatbox_container .ow_sign_in_wrap h2 {
    line-height: 24px;
    margin: 0;
    padding: 0 0px;
    background-size: auto 24px;
    max-width: 240px;
}
.floatbox_container .ow_sign_in_wrap form .ow_box {
    padding: 16px 8px 6px 8px;
    margin-bottom: 8px;
}
.floatbox_container .ow_sign_in_wrap form .ow_form_options p.ow_remember_me,
.floatbox_container .ow_sign_in_wrap form .ow_form_options p.ow_forgot_pass {
    font-size: 13px;
}
.floatbox_container .ow_sign_in_wrap form .fb_button {
    margin: 0px 4px 12px 12px;
}
.ow_header, #slide {
    height: 97px;
}
.header_bottom {
    height: 99px;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    width: 95.5%;
}
body.ow.event_brief_info .ow_right.ow_superwide .ow_box_empty > img {
    width: 97.3%;
}
.ow_video_player iframe {
    height: 197px;
}
.ow_ws_video iframe {
    height: 190px;
}
.ow_forum tr.ow_tr_first th {
    font-size: 15px;
}
th.ow_title,th.ow_posts,th.ow_views,tr.ow_tr_first 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: 55px;
}
.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_forum_topic_posts > .ow_box.ow_no_cap > div#post-1 .ow_ipc .ow_avatar {
    border-color: transparent;
    padding: 0;
}
.ow_forum_topic_posts > .ow_box.ow_no_cap > div#post-1 .ow_ipc_info {
    border-color: transparent;
    margin-left: 0px;
    padding: 4px;
}
.ow_forum_topic_posts .ow_ipc_picture .ow_avatar {
    border-bottom-color: transparent;
    border-right-color: transparent;
    padding: 8px;
    padding-bottom: 0;
}
.ow_forum_topic_posts .ow_stdmargin .ow_ipc_info {
    margin-left: 0;
    padding: 12px;
}
.ow_forum_topic_posts .ow_stdmargin .ow_ipc_info .ow_ipc_header {
    margin-left: 44px;
    margin-bottom: 24px;
}
}
@media (max-width: 375px) {
.ow_video_player iframe {
    height: 194px;
}
.ow_ws_video iframe {
    height: 188px;
}
}
@media (max-width: 360px) {
.header_section {
    height: 260px;
    padding: 0 1px 20px 1px;
    width: auto;
}
.header_container h1 {
    font-size: 1.4rem;
	line-height: normal;
}
.header_container ul li {
    font-size: 1rem;
	line-height: normal;
}
.ow.base_sign_in .ow_sign_in_cont {
    width: 94%;
}
.ow_footer {
    height: 230px;
}
.ow_video_player iframe {
    height: 185px;
}
.ow_ws_video iframe {
    height: 179px;
}
.ow_forgot_password {
    width: 90% !important;
}
.ow_forgot_password .ow_box_cap::after, .ow_forgot_password .ow_box_cap_empty::after {
    width: 108.8%;
}
}
@media (max-width: 359px) {
.ow_intro {
    height: 300px;
}
.ow_intro_left a, .ow_intro_right a, .ow_intro_center a {
    height: 50px;
}
.ow_intro_left svg, .ow_intro_right svg, .ow_intro_center svg {
    width: 50px;
    height: 50px;
}
.ow_intro_left span, .ow_intro_center span, .ow_intro_right span {
    margin-top: -68px;
}
.ow_intro h2 {
    font-size: 13px;
    line-height: 13px;
}
.ow_intro_bottom span.start_point, .ow_intro_bottom span.end_point {
    margin-top: -130px;
}
.ow_intro_bottom span.mid_border {
    height: 34px;
    margin-top: -134px;
}
.ow_about {
    height: 580px;
}
.ow_about_left {
    height: 250px;
}
.ow_feature {
    height: 860px;
}
.ow_basic {
    height: 800px;
}
.ow_basic_left, .ow_basic_right {
    height: 270px;
}
.ow_dating_center {
    height: 230px;
}
body.ow.base_user_join .ow_content .ow_superwide {
    width: 93% !important;
}
.ow_bg_color.signbox .ow_box_cap_icons a.close {
    margin-top: -50px;
}
.floatbox_container .ow_sign_in_wrap form {
    width: 210px;
    margin: 0px 8px;
}
.floatbox_container .ow_sign_in_wrap h2 {
    max-width: 232px;
}
.floatbox_container .ow_sign_in_wrap form .ow_box {
    padding: 16px 0px 6px 0px;
    margin-bottom: 0px;
}
.floatbox_container .ow_sign_in_wrap form .ow_sign_in .ow_box label {
    font-size: 13px;
}
.floatbox_container .ow_sign_in_wrap form .ow_user_name input[type="text"],
.floatbox_container .ow_sign_in_wrap form .ow_password input[type="password"] {
    margin-bottom: 8px;
    min-height: 40px;
}
.floatbox_container .ow_sign_in_wrap form .ow_sign_in span.ow_button {
    width: 46%;
    margin-left: 4px;
}
.floatbox_container .ow_sign_in > .clearfix a {
    width: 46%;
    margin-right: 4px;
}
.floatbox_container .ow_sign_in_wrap form .ow_sign_in span.ow_button .ow_positive input,
.floatbox_container .ow_sign_in > .clearfix a {
    font-size: 14px;
    line-height: 40px;
}
.floatbox_container .ow_sign_in_wrap form .fb_button,
.floatbox_container .ow_sign_in_wrap form span.glconnect_button,
form > div > div.ow_sign_in > div.connect_button_cont.clearfix > div > .vkconnect-connect, div#base_cmp_floatbox_ajax_signin form div.connect_button_cont.clearfix > div > .vkconnect-connect {
    width: 24px !important;
    height: 24px !important;
	background-size: 24px !important;
}

.ow_sign_in_wrap form .ow_connect_text,
.ow.base_sign_in form .ow_form_options p.ow_remember_me,
.ow.base_sign_in form .ow_form_options p.ow_forgot_pass,
.ow.base_sign_in .ow_sign_in_wrap form .ow_connect_text {
    font-size: 13px;
}

.ow_console_item.ow_console_button {
    margin: 0 2px 0 2px;
}
.ow_invitation_list .ow_tooltip.console_tooltip.ow_tooltip_top_right, .ow_friend_request_list .ow_tooltip.console_tooltip.ow_tooltip_top_right, .ow_mailbox_items_list .ow_tooltip.console_tooltip.ow_tooltip_top_right, .ow_notification_list .ow_tooltip.console_tooltip.ow_tooltip_top_right {
    right: 0px;
}
.jspContainer {
    width: 318px !important;
}
html div.ow_console_list_wrapper, .jspPane {
    width: 310px !important;
}
.ow_group_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix, .ow_event_list.clearfix .ow_automargin.ow_superwide .ow_ipc.ow_smallmargin.clearfix {
    width: 95%;
}
body.ow.event_brief_info .ow_right.ow_superwide .ow_box_empty > img {
    width: 97.1%;
}
.ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap {
    width: 99.9% !important;
}
.ow_video_player iframe {
    height: 163px;
}
.ow_ws_video iframe {
    height: 157px;
}
.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: 304px;
}
}
.fl-cl-label {
    color: black;
}
ul.ow_context_action_list.fl-context-list {
    background-color: #f8f8f8;
}
div.fl-context-content ul.fl-context-list li.fl-list-label a {
    color: #303450;
    border-bottom: 1px solid #ffffff;
}
div.fl-context-content ul.fl-context-list li.fl-list-label a:hover {
    color: white;
}
.fbwallcontent .containersmtfbwall img.hidden {
    display: none;
}
.ow_profile_gallery_avatar_change {
    left: 50px !important;
}