/********************************************************************************
  *
  *     Filename:        base.css
  *     Description:     Simplicity Theme Base CSS File
  *     Version:         1.0.0
  *
  *     -- FILE STRUCTURE: --
  *
  *     [ 1] CSS Defaults Reset          __reset
  *     [ 2] Clearfix                    __clearfix
  *     [ 3] Base Elements               __base
  *     [ 4] Typography                  __typography
  *     [ 5] Masterpage & Page Layout    __layout
  *     [ 6] Menus                       __menus
  *     [ 7] Pagination                  __pagination
  *     [ 8] Content Items               __content items
  *     [ 9] Common Blocks               __blocks
  *     [10] Forms                       __forms
  *     [11] Tables                      __tables
  *     [12] Standard Listings           __listings
  *     [13] Thumbnails & Icons          __icons
  *     [14] Notifications               __notifications
  *		[15] Default Classes			 __default classes
  *     [16] Plugin Styles               __plugins
  *     [17] Misc                        __misc
  *
 ********************************************************************************/
/*========================================================
        [1] CSS Defaults Reset      __reset
  ========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none; 
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*========================================================
        [2] Base Elements       __base
  ========================================================*/
body {
    background-color: #ffffff; /** OW_Control type:color, section:1. General Settings, key:bodyColor, label:1. Page background color **/    
}

body, html {
    font-family: "Tahoma","Lucida Grande", "Verdana";
    color: #666; /** OW_Control type:color, section:2. Colors, key:textColor, label:1. Text **/
    font-size: 13px;
    line-height: 18px;
    height: 100%;
    min-width: 1000px;
}

a {
    color: #000; /** OW_Control type:color, key:linkColor, section:2. Colors, label:3. Links **/
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

a:hover img{
    text-decoration: none;
}

p{
    text-indent: 0;
    margin-bottom: 4px;
}

h1, h2, h3, h4, h5{
        background-image: none; /*url(images/ic_file.png);*/
        background-repeat: no-repeat;
        text-shadow: #fff 1px 1px 0;
        text-transform: none; /*uppercase;*/
        margin-bottom: 3px;
        margin-top: 4px;
        font-size: 16px;    
         font-family: 'open_sans_condensedbold', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        color: #b2a0c8;
        height: 40px;
        border-radius: 0px 0px 0px 5px;
        -moz-border-radius: 0px 0px 0px 5px;
        -webkit-border-radius: 0px 0px 0px 5px 
}

.ow_header .ow_header_pic {
  padding: 0 24px 24px important;
}
h1{
    font-size: 20px;
    line-height: 19px;
    padding-left: 0px;
    color: #000; /** OW_Control type: color, key: titleColor, section: 2. Colors, label:2. Title **/
    text-transform: uppercase;
    margin-left: 0px;
    background-repeat: no-repeat;
    font-family: 'open_sans_condensedbold', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
html body div .ow_page h1 {
    background: none;
}
.maintenance_cont h1 {
    padding-left: 23px;
    background-position: left center; 
}
h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: none;
}

table {
    border: none;
}

img {
    border: 0;
    vertical-align: middle;
}

th, td {
    padding: 2px 5px;
    vertical-align: top;
}

th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 10px;
    vertical-align: middle;
}

th {
    background-color: #fafafa;
}

hr {
    background-color: #dcdcdc;
    border: none;
    height: 1px;
    margin: 5px 5px 15px 5px;
}
/*========================================================
        [3] Masterpage & Page Layout        __layout
  ========================================================*/
/* ---- Page Layout, Content styles ---- */
/*Opera Fix*/
	body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
/*End of the Opera Fix*/
html body div .ow_page h1 {
    background: none;
}
/***************media query***************************/
@media screen and (max-width: 979px) and (min-width: 769px)  {
	
		

	 .ow_header .ow_header_pic {
  padding-top: 0px !important;
}
.base_index_page .cus_signin_wdgCall {
  margin-left: -67px !important;

}
.ow_header .ow_header_cust_text {
  background: transparent none repeat scroll 0 0;
 /* margin-left: 20% !important;*/
/*  margin-top: 15px !important;*/
  max-height: 300px !important;
  max-width: 600px !important;
  padding: 10px !important;
  position: absolute !important;
  top: 51px !important;
}
.ow_header {
  margin-top: -8px !important;
}

.ow_header_pic {
  height: 151px;
}
.guest_index .cus_signin_wdgCall {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  margin: -38px auto 14px;
  max-height: 238px;
  width: 982px;
}
	
}






.ow_bg_color{
	background-color: #fff;/** OW_Control type:color, section:1. General Settings, key:bodyColor, label:1. Page background color **/	
}
.ow_border {
    border-style: solid;
    border-color: #eff2f5;
}
body > .ow_page_wrap {
	min-height: 100%;
	padding-top: 70px;
}
.base_sign_in .ow_page_wrap{padding-top: 0 !important;}
.base_sign_in .ow_sign_in_wrap{top:100px;}
.ow_page_padding {
	padding-bottom: 99px;
} 
.ow_canvas {
	margin: 0 auto;
	width: 1000px;
	word-wrap: break-word;
}
.ow_page {
    margin: 0 0px 0px auto; 
    padding: 0 18px;
}
.ow_page_container {
	width: 1000px;
	margin: 0px auto 16px;	
}
.ow_page_container .ow_page {
    padding: 28px 16px 16px;
    min-height: 400px;
}
.ow_content {
	float: none;
	width: 100%;
}
.ow_content a {
    color: #2a80ae; /** OW_Control type:color, key:linkColor, section:2. Colors, label:3. Links **/
}
/*.ow_sidebar {
    margin-right: -201px;
    float: right;
    width: 168px;
/* Footer */
.ow_footer {
    padding:1px 0px;
	background: #f0f0f0; /** OW_Control type:color, section:1. General Settings, key:footerColor, label:4. Footer background color **/	
	color: #000;
	height: 96px;
	position: relative;
	margin-top: -99px;
	clear: both;
}
.ow_footer .ow_canvas {
	width: 100%;
}
.ow_footer .ow_copyright{
	float: left;
	font-size:11px;
        line-height: 1;
		margin-left: 3%;
}
h1.page_title{
    background: url(images/ic_file.svg) no-repeat left 50%;
    margin-bottom: 20px;
    padding-left: 22px;
}
/* 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_left {
    float: left;
}

td.ow_left {
    float: none;
}

.ow_right {
    float: right;
}

.ow_center {
    text-align: center;
}

.ow_vertical_middle {
    vertical-align: middle;
}

.ow_txtleft,
table td.ow_txtleft {
    text-align: left;
}

.ow_txtcenter {
    text-align: center;
}
.ow_txtright {
    text-align: right;
}
html body .ow_hidden{
    display: none;
}
.ow_visible {
    display: block;
}
.ow_overflow_hidden {
    overflow: hidden;
}
.ow_nocontent {
    padding: 20px 0px;
    text-align: center;
}
.cusbgmsg{background: #0D5884;}

table.ow_nomargin,
div.ow_nomargin {
    margin-bottom:0px;
}
.ow_nowrap {
    white-space: nowrap;
}
.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;
}
/* 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_header_img {
    width: 100%;
}
.ow_header_pic {
    background-image: url(images/header.jpg); /** OW_Control type:image, key:headerImage, section:1. General Settings, label:2. Header background image **/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    height: 200px;        
}
.ow_header_pic img {
	height: 0px;
}
/* ---- End of the Header styles ---- */
/* ---- Console styles ---- */
.ow_site_panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #fff;
	z-index: 99;
}
.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: 16px 14px 0 0;
}
.ow_console_item a {
color: #fff
}
.ow_console_item {
    background: #385666 url('images/consol_item_bg.png');
    display: inline-block;
    position:relative;
    line-height: 21px;
    height:22px;
    margin:0 4px 0 0px;
    padding:0 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #1e3d4c;
    vertical-align: top;
    text-align: left;
}
.ow_console_item:hover {
	border-color: #d9e0e6;
	cursor: pointer;
}
.ow_console_item:last-child {
	margin-right: 0;
	padding-right: 0;
}
.ow_console_item a {
}
.ow_console_item a:hover {
	text-decoration: none;
}
.ow_console_block {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.ow_console_more {
    display: none;
}
.ow_console_item a.ow_console_item_link {
	font-size: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(images/ic_User_console.svg) 0 0 no-repeat;
}
.ow_console_button.ow_console_item a.ow_console_item_link {
	pointer-events: auto;
	width: auto;
	height: auto;
	background: none;
	font-size: 14px;
}
/*Console select language styles*/
.ow_console {                 
        margin-bottom: 1px;
        margin-top: -2px;
        padding-top: 2px; 
        font-size: 12px;
        color: #fff;
}
.ow_console_lang_item {
	margin-bottom: 1px;
	margin-top: -2px;
	text-transform: uppercase;
	padding-top: 2px;
	color: #fff;
	font-size: 14px;
}
li.ow_console_lang_item:hover {
        border: 1px solid #363636;
	background: #004d7e; /*url(images/console_item_bg.png) repeat-x center 0px;*/
}
.ow_console_lang_item span {
	display: inline-block;
	padding-left: 22px;
	background-position: 0 2px;
}
li.ow_console_lang_item {
	padding: 3px 8px;
}
.ow_console_lang {
	padding: 4px;
}
.ow_console .ow_tooltip_top_right.ow_tooltip {
	top: 32px !important;
	padding-top: 2px;
	right: 0px;
}
.ow_console .ow_tooltip_top_right .ow_tooltip_tail span {
	background-position: 1px -6px;
}
.ow_console .ow_tooltip .ow_tooltip_body {
	max-width: 340px;
}
.console_tooltip {
	z-index: 100;
}
.ow_console span.ow_count_wrap {
	position: absolute;
	top: 2px;
	right: -8px;
}	
.ow_console span.ow_count_bg {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.ow_console span.ow_count {
	position: relative;
	top: 0px;
}
.ow_console_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;
    margin: 0px 0px 4px;
    height: auto;
    overflow: hidden;
    background: #f0f0f0;
    border: 1px solid #363636;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.ow_console_list li:hover,
.ow_console_list li.ow_console_new_message:hover {
    border-color: #363636;
    background: #001a4b;
    color: #fff;
}
.ow_console_list li.ow_console_new_message {
    background: #004d7e;
    border-color: #363636;
    color: #fff;
}
.ow_console_list li:hover a,
.ow_console_list li:hover .ow_console_ntf_txt, 
.ow_console_list li:hover .ow_console_invt_txt,
.ow_console_list li.ow_console_new_message:hover a,
.ow_console_list li.ow_console_new_message:hover .ow_console_ntf_txt, 
.ow_console_list li.ow_console_new_message:hover .ow_console_invt_txt{
    color: #fff;
}
.ow_console_list li.ow_console_new_message a,
.ow_console_list li.ow_console_new_message .ow_console_ntf_txt, 
.ow_console_list li.ow_console_new_message .ow_console_invt_txt{
    color: #fff;
}

.ow_console_list li:hover a.ow_lbutton,
.ow_console_list li.ow_console_new_message a.ow_lbutton,
.ow_console_list li.ow_console_new_message:hover a.ow_lbutton {
    color:#666;
}
.ow_console_list li:hover a.ow_lbutton:hover,
.ow_console_list li.ow_console_new_message a.ow_lbutton:hover,
.ow_console_list li.ow_console_new_message:hover a.ow_lbutton:hover {
    color: #fff;
    background: #004d7e;
    border: 1px solid #fff;
}
.ow_console_list li:last-child {
    margin-bottom: 0px;
}
.ow_console .ow_avatar {
	float: left;
	margin-right: -40px;
	height: 40px;
	width: 40px;
	padding: 0px;
	background-image: none;
}
.ow_console .ow_avatar img {
	height: 40px;
	width: 40px;
}
.ow_console_ntf_txt, .ow_console_invt_txt {
	min-height: 19px;
	padding: 0px 0px 3px 0px;
	display: block;
	color: #000;
}
.ow_console_invt_txt {
    width: 211px;
    word-wrap: break-word;
}    
.ow_console_invt_txt a {
    color: #2A80AE;
}
.ow_console_view_all_btn_wrap {
    padding-top: 4px;
    background: #000;
}
.ow_console_view_all_btn {
    text-decoration: none;
    display: block;
    line-height: 11px;
    padding: 8px 0px;
    text-align: center;
    border: 1px solid #363636;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #f4f4f4 url(images/console_view_all_btn_bg.png) repeat-x;
}
.ow_console_view_all_btn:hover {
        background: #004d7e;
	color: #fff;
}	
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 {
        color: #000;
	padding: 3px 8px;
	border: 1px solid transparent;
	display: block;
}
ul.ow_console_dropdown .ow_console_dropdown_cont a:hover {
    border: 1px solid #363636;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #004d7e; /*url(images/console_item_bg.png) repeat-x center 0px;*/
    color: #fff;
}    
ul.ow_console_dropdown li:last-child .ow_console_dropdown_cont {
	margin-bottom: 0px;
}
.ow_console_ntf_cont, .ow_console_invt_cont {
    display: block;
    margin: 0px 57px 0px 45px;
    line-height: 16px;
    color: #666;
}
.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;
}
.ow_console_divider {
	line-height: 1px;
	height: 1px;
	background: #d9e0e6;
	margin: 3px 0px 2px;
}
.ow_cursor_pointer {
	cursor: pointer;
}
.ow_cursor_default {
	cursor: default;
}	
/* ---- User Dashboard customizer */
.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 #eff2f5;
	cursor:move;
	height:30px;
	margin:2px 4px 2px 0;
	padding:0 5px 0 33px;
    position: relative;
    font-size: 11px;
}
.ow_dnd_schem_item span.ow_label{
	float:left;
	overflow:hidden;
	padding-top:5px;
    height: 20px;
}
.ow_dnd_schem_item span.action{
	line-height:15px;
	overflow:hidden;
	width:70px;
    position: absolute;
    right: 4px;
    top: 2px;
}
.ow_dnd_schem_item span.action .ow_lbutton {
	vertical-align: top;
}
.ow_dnd_helper {
	border: 1px dashed #000;
}
.ow_dnd_freezed .ow_dnd_schem_item {
	background-color: #FFAAAA;
}
.ow_dragndrop_sections .ow_highbox{
    margin-top: 6px;
}
.ow_dnd_placeholder {
    height: 10px;
	border: 1px dashed #999999;
	background-color: #fff;
}
.ow_dnd_preloader {
    height: 30px;
}
.ow_dnd_configurable_component .control {
    display: inline-block;
    width: 18px;
    height: 16px;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
}
.ow_dnd_configurable_component .ow_box_icons {
	float: right;
    padding: 8px 2px 0 0;
}
.ow_dnd_configurable_component.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 #eff2f5;
   padding: 10px 0 10px 10px;
   width: 24%;
}
/* Dnd Slider */
.ow_dnd_slider {
	height: 6px;
    background-color: #fafafa;
    position: relative;
    margin: 10px 3px 0;
    cursor: pointer;
}
.ow_dnd_slider_pusher {
    float: left;
    height: 1px;
}
.ow_dnd_slider_marker {
   width: 10px;
   height: 1px;
   float: left;
}
.ow_dnd_slider_marker_point {
    position: absolute;
    width: 0px;
    height: 6px;
    border-left: 1px solid #999;
    top: 0;
}
.ow_dnd_slider_handle {
    position: absolute;
    top: -5px;
    width: 22px;
    height: 16px;
    cursor: move;
    z-index: 50;
    background: transparent url(images/ic_move_horizontal.svg) no-repeat center;
}
.ow_dnd_slider_helper {
}
.ow_dnd_slider_in_move {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}
.ow_dragndrop_sections .top_section,
.ow_dragndrop_sections .left_section,
.ow_dragndrop_sections .right_section,
.ow_dragndrop_sections .bottom_section,
.ow_dragndrop_sections .sidebar_section{
    background-position: center 7px;
    background-repeat: no-repeat;
}
.ow_dragndrop_sections .top_section { background-image: url(images/dnd-label-top.png) }
.ow_dragndrop_sections .left_section { background-image: url(images/dnd-label-column1.png) }
.ow_dragndrop_sections .right_section { background-image: url(images/dnd-label-column2.png) }
.ow_dragndrop_sections .bottom_section { background-image: url(images/dnd-label-bottom.png) }
.ow_dragndrop_sections .sidebar_section { background-image: url(images/dnd-label-sidebar.png) }

body .ow_dragndrop_panel .ow_dnd_schem_item{
   width: 134px;
}
.ow_dragndrop_sections .ow_highbox{
   margin-top: 6px;
}
.ow_dragndrop_sections .ow_highbox {
    padding: 0;
}
.ow_dragndrop_sections .ow_highbox.join_now_widget {
    padding: 10px;
}
.join_now_widget {
	text-transform: uppercase;
}
.ow_highbox .ow_highbox.join_now_widget {
	background-image: none;
	border: none;
}
.join_now_widget a:hover {
	text-decoration: none;
}
.ow_highbox_table .ow_highbox .ow_dnd_schem_item {
	float:none;
	margin-bottom:4px;
	margin-right:0;
	width:auto;
}
input[type=text].ow_settings_input{
    width: 40px;
}
/*========================================================
        [6] Menus        __menus
  ========================================================*/
/* ---- Navigation on the left ---- */
.ow_nav_btn {
	position: relative;
	float: left;
	width: 70px;
	height: 70px;
	cursor: pointer;
	background-image: url(images/menu_btn.svg);
	background-position: 0 -115px;
	opacity: 0;
	transition: opacity 0.3s ease-out 0.15s;
	-moz-transition: opacity 0.3s ease-out 0.15s;
	-webkit-transition: opacity 0.3s ease-out 0.15s;
	display: none;
}
.ow_menu_active .ow_nav_btn {
	display: block;
	opacity: 1;
	transition: background-position 0.2s ease;
	-moz-transition: background-position 0.2s ease;
	-webkit-transition: background-position 0.2s ease;
}
.ow_menu_active .ow_nav_btn,
.ow_menu_active .ow_nav_btn:hover {
	background-position: 4px 5px;
	transition: background-position 0.2s ease;
	-moz-transition: background-position 0.2s ease;
	-webkit-transition: background-position 0.2s ease;
}
body.ow_menu_active {
	overflow: hidden;
}
.ow_menu_fullpage {
	position: fixed;
	z-index: 98;
	top: 70px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.91);
	display: none;
}
.ow_menu_active .ow_site_panel .ow_logo,
.ow_menu_active .ow_site_panel .ow_menu_wrap {
	display: none;
}
.ow_menu_active .ow_menu_fullpage {
	display: block;
	overflow-y: auto;
}
.ow_menu_active .ow_menu_fullpage_wrap {
	display: table;
	height: 100%;
	width: 100%;
}
.ow_menu_fullpage_wrap ul.ow_main_menu {
	display: table-cell;
	vertical-align: middle;
	overflow: visible;
	height: auto;
}
.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: uppercase;
	font-size: 30px;
	line-height: 62px;
	width: 100%;
	display: inline-block;
	padding: 0;
	font-family: 'core_sans_e35_light', "Trebuchet MS", "Helvetica CY", sans-serif;
}
.ow_menu_fullpage_wrap .ow_main_menu li a:hover {
	color: #5b646a;
	text-decoration: none;
}
.ow_menu_fullpage_wrap .ow_main_menu li.active a {
	color: #36D0AE;
}
.ow_menu_fullpage_wrap .ow_main_menu li:first-child a {
	margin-left: 0;
}
.ow_menu_fullpage_wrap .ow_main_menu li a:hover {
	background-color: rgba(22,22,23,0.2);
}
/* ---- End of the Navigation on the left ---- */
.ow_invitation_list.ow_console_item a.ow_console_item_link {
	background: url(images/ic_EnvelopeOpen.svg) 0 0 no-repeat;
}
.ow_friend_request_list.ow_console_item a.ow_console_item_link {
	background: url(images/ic_Users_console.svg) 0 0 no-repeat;
}
.ow_mailbox_items_list.ow_console_item a.ow_console_item_link {
	background: url(images/ic_Envelope.svg) 0 0 no-repeat;
}
.ow_notification_list.ow_console_item a.ow_console_item_link {
	background: url(images/ic_Notif.svg) 0 0 no-repeat;
}
body .ow_console_item:hover a.ow_console_item_link,
body .ow_console_dropdown_pressed.ow_console_item a.ow_console_item_link {
	background-position: 0 -20px;
}
/* Console Sign in */
.ow_signin_label {
    display: inline-block;
    height: 14px;
    line-height: 13px;
    margin: 4px 0;
    vertical-align: top;
}
.ow_signin_delimiter {
    border-right: 1px solid #cccccc;
    padding: 0 7px 0 0;
}
.ow_menu_active .ow_signin_delimiter {
	border-color: #5b646a;
}
.ow_console_item .ow_ico_signin {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    margin: 4px 0 0 4px;
    vertical-align: top;
    width: 14px;
}
.ow_ico_signin:last-child {
    margin-right: -4px;
}
/* Console counter */
.ow_console .ow_tooltip_body span.ow_count_wrap {
	position: static;
	margin-top: 2px;
}
/* Console divider */
.ow_console_mailbox_txt {
	font-size: 13px;
}
.ow_console_mailbox_title {
	padding-right: 52px;
	font-family: 'core_sans_e55_medium', "Trebuchet MS", "Helvetica CY", sans-serif;	
}
.ow_console_mailbox_title .ow_mailbox_convers_info_date {
	font-size: 12px;
	margin-right: -49px;
	font-family: 'core_sans_e45_regular', "Trebuchet MS", "Helvetica CY", sans-serif;
}
.ow_chat_request_item .console_list_ipc_item {
	padding-left: 20px;
	background: url(images/miniic_buble.svg) 2px 12px no-repeat;
}
.ow_chat_request_item.ow_console_new_message .console_list_ipc_item {
	background-image: url(images/miniic_buble_active.svg);
}
.ow_mailbox_request_item .console_list_ipc_item {
	padding-left: 20px;
	background: url(images/miniic_envelope.png) 2px 12px no-repeat;
}
.ow_mailbox_request_item.ow_console_new_message .console_list_ipc_item {
	background-image: url(images/miniic_envelope_active.svg);
}
.ow_chat_request_item .ow_console_mailbox_txt {
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
}
.ow_console_messages_viewall,
.ow_console_messages_send {
	width: 50%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-wenkit-box-sizing: border-box;
}
.ow_console_messages_btn .ow_console_messages_send {
	display: none;
}
.ow_console_messages_btn .ow_console_messages_viewall {
	width: 100%;
	padding-right: 0;
}
.ow_console_messages_btns .ow_console_messages_viewall a,
.ow_console_messages_btns .ow_console_messages_send a,
.ow_console_messages_btn .ow_console_messages_viewall a {
	display: inline-block;
	width: 100%;
	line-height: 38px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-wenkit-box-sizing: border-box;
	background: #f0f0f0;
	color: #000;
	text-transform: uppercase;
	border: 4px solid #000;
	border-radius: 2px;
}
.ow_console_messages_btns .ow_console_messages_viewall a,
.ow_console_messages_btn .ow_console_messages_viewall a {
	border-right: none;	
}
.ow_console_messages_btns .ow_console_messages_viewall a:hover,
.ow_console_messages_btns .ow_console_messages_send a:hover,
.ow_console_messages_btn .ow_console_messages_viewall a:hover {
	color: #fff;
	background: #004d7e;
}
/* ---- End of Console styles ---- */
/* ---- Main Menu styles ---- */
.ow_menu_wrap {
	padding: 0;
	display: table;
	position: relative;
}
.ow_main_menu {
	font-family: 'core_sans_e45_regular', "Trebuchet MS", "Helvetica CY", sans-serif;
	height: 70px;
	overflow: hidden;
}
.ow_main_menu li {
    padding: 0;
	display: inline-block;
}
.ow_main_menu li a {
    color: #000; /** OW_Control type:color, key:menuColor, section:2. Colors, label:4. Menu text color **/
    display: inline-block;
    font-size: 15px;
    padding: 2px 11px 6px 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
}
.ow_main_menu li:first-child a {
	padding-left: 0px;
}
.ow_main_menu li a span {
	line-height: 70px;
	display: inline-block;
}
.ow_main_menu li.active a {
	color: #2db395;
}
.ow_main_menu li a:hover {
	color: #2db395; 
}
.ow_responsive_menu {
	padding-right: 70px;
	padding-left: 70px;
}
.ow_menu_more_wrap {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}
.ow_menu_more {
	position: relative;
	display: block;
	background: #fff;
	border-left: 1px solid #eff2f5;
	border-right: 1px solid #eff2f5;
	width: 68px;
	height: 70px;
	background: url(images/menu_btn.svg) no-repeat 3px -115px;
}
.ow_menu_more:after, 
.ow_menu_more:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ow_menu_more:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 8px;
	margin-top: -8px;
}
.ow_menu_more:before {
	border-color: rgba(239, 242, 245, 0);
	border-right-color: #eff2f5;
	border-width: 9px;
	margin-top: -9px;
}
.ow_main_menu_more_active .ow_menu_more_wrap {
	display: block;
}
.ow_menu_more_cont {
	position: absolute;
	top: 0px;
	right: -1px;
	padding: 25px 0px 10px;
	background-color: #fff;
	border: 1px solid #eff2f5;
	display: none;
	-webkit-animation-name: fadeIn; 
    animation-name: fadeIn;
    z-index: 2;
}
.ow_menu_more:hover .ow_menu_more_cont {
	display: block;
	-webkit-animation-duration: 0.15s; 
    animation-duration: 0.15s;
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-out; 
    animation-timing-function: ease-out; 
} 

@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
.ow_menu_more_list a {
	display: block;
	padding: 0px 24px 14px;
	font-size: 15px;
	text-transform: uppercase;
	white-space: nowrap;
}
.ow_menu_more_list a:hover {
	text-decoration: none;
}
/* ---- 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: uppercase;
	font-family: 'core_sans_e35_light', "Trebuchet MS", "Helvetica CY", sans-serif;
}
.ow_box_menu a:first-child {
	padding-left: 0px;
}
.ow_box_menu a:last-child {
	border-right-width: 0px;
}
.ow_box_empty .ow_box_menu{
	float: left;
}
.ow_box_menu a.active,
.ow_box_menu a:hover{
	color:#2db395; 
	text-decoration:none;
}
/* ---- End of Box Menu styles ---- */
/* ---- Content Menu styles ---- */
.ow_content_menu{
	font-size: 0px;
	font-family: 'core_sans_e55_medium', "Trebuchet MS", "Helvetica CY", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #ccd6de;
}
.ow_content_menu_wrap{
	margin-bottom:20px;
}
.ow_content_menu li{
    float: left;
	border: 1px solid transparent;
	position: relative;
	top: 1px;
}
.ow_content_menu li a {
    display: block;
	font-size: 14px;
	color: #949a9d;
}
.ow_content_menu span{
    background-image: url(images/ic_file.svg);
    background-position: 13px 15px;
    background-repeat: no-repeat;
    padding: 16px 16px 16px 38px;
    display: block;
}
.ow_content_menu li.active {
    border-color: #ccd6de #ccd6de #fff #ccd6de;
}
.ow_content_menu li.active a {
    color: #949a9d; 
    text-decoration: none;
}
.ow_content_menu li a:hover {
    color: #4c5358; 
    text-decoration: none;
}
/* ---- End of Content Menu styles ---- */
/* ---- Footer Menu styles ---- */
.ow_footer_menu {
    font-size: 16px;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
}
.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: 4px 8px 4px 0px;
    min-height: 24px;
    clear: both;
}
.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: #eff2f5;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.ow_vertical_nav_item.selected {
   	background-color: #fff;
}
.ow_moderation_wrap .ow_moderation_sticked {
	top: 70px;
}
/* ---- End of the Vertical menu styles ---- */
/*========================================================
        [7] Pagination        __pagination
  ========================================================*/
html[xmlns] .ow_paging.clearfix {
	display: inline-block;
}
.ow_paging {
    border: none;
    padding: 1px;
    font-size: 15px;
}
.ow_paging a{
    display: inline-block;
    line-height: 16px;
    padding: 2px 6px 2px 7px;
    text-decoration: none;
    color: #5b646a;
}
.ow_paging a.active,
.ow_paging a:hover{
    color: #2db395;
}
.ow_paging span {
	display: inline-block;
	padding-left: 3px;
}
/*========================================================
        [8] Content Items        __content items
  ========================================================*/
/* ---- Tooltip ---- */
.ow_tooltip {
    margin-top: 0;
    padding-top: 3px;
}
.ow_tooltip_tail {
    display:inline-block;
    padding: 0px 0px;
	width: 100%;
	visibility: 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:#fff;
    padding:4px 0;
	border: 1px solid #eff2f5;
}
.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.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: #eff2f5;
    background-color: #fff;
}
.ow_context_action:hover .ow_context_action_wrap {
    display: block;
}
.ow_context_action:hover .ow_context_action_value,
.ow_context_action.active .ow_context_action_value {
	text-decoration: none;
}
.ow_context_action_wrap {
    /*position: absolute;
    right: -1px;
    top: 23px;
	padding-top: 1px;
	max-width: 250px;
    display: none;*/
}
.ow_context_action_list {
	min-width: 100px;
    text-align: left;
	overflow-x: auto;
}
.ow_context_action_list li {
	white-space: nowrap;
}
.ow_context_action_list a {
    font-size: 14px;
    font-weight: normal;
	display: block;
	padding: 3px 0px;
	color: #828894;
}
.ow_context_action_list a:hover {
    text-decoration: none;
    background: #2db395;
    color: #fff;
}
.ow_context_action .ow_tooltip {
	display: none;
}
.ow_context_action_divider {
	line-height: 1px;
	height: 1px;
	background: #eff2f5;
	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 #2db395;
}
/* ---- End of Counter  ---- */
/* ---- Info tooltip styles ---- */
.ow_tip{
	display:inline-block;
	position:absolute;
    z-index: 10005;
}
.ow_tip_box {
	position: relative;
    padding:2px 9px 4px;
	background-color:#fff;
	color: #828894;
	border: 1px solid #ccd6de;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
.ow_tip_arrow{
	display:none;
	position:absolute;
}
.ow_tip_arrow span {
	display:block;
	border:5px dashed transparent;
}
/* Tip top */
.ow_tip_top .ow_tip_box{
	margin-bottom:5px;
}
.ow_tip_top .ow_tip_box:after, 
.ow_tip_top .ow_tip_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ow_tip_top .ow_tip_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
.ow_tip_top .ow_tip_box:before {
	border-color: rgba(204, 214, 222, 0);
	border-top-color: #ccd6de;
	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: #ccd6de;
	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: #ccd6de;
	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: #ccd6de;
	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: #320033; /* url('images/box_cap.gif') repeat-x left top;*/
	border: 1px solid #dcdcdc;
        /*border-radius: 6px 6px 0px 0px;*/
}
.ow_box_cap h3,
.ow_box_cap_empty h3{
    padding: 8px 0 8px 0px;
    text-transform: none;
	height: auto;
	line-height: 16px;	
    overflow: hidden;
	font-weight: normal;
	font-size: 19px;
	font-family: 'core_sans_e55_medium',"Trebuchet MS","Helvetica CY",sans-serif;
}
.ow_box_cap h3 {
	padding-top: 0px;
}
html body .ow_box_cap .ow_box_cap_body h3, 
html body .ow_box_cap_empty .ow_box_cap_body h3 {
	background-image: none;
}
.ow_box_cap {
	background: #320033; /* url('images/box_cap.gif') repeat-x left top;*/
	border: 1px solid #dcdcdc;
        padding: 4px 0px 0px 0px;
}
.ow_box_cap .ow_box_cap_body,
.ow_box_cap_empty .ow_box_cap_body {
	min-height: 32px;
}
.ow_forgot_password .ow_box{
	border-left: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.ow_box {
        background-color: #fff;
        /*border-left: 1px solid #dcdcdc;*/
        border-right: 1px solid #dcdcdc;
        /*border-bottom: 1px solid #dcdcdc;*/
        margin-bottom: 8px;
        padding: 8px 8px 8px 8px;
        position: relative;
        /*border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;*/
}

.clearfix.cusbrdsignin {
    border: 1px solid #cccccc;
    width: 100%;
}
.cusbrdsignin .ow_positive {
    height: 30px;
    /* width: 75px; */
	width:85px;
}

.ow_forum_topic_posts .ow_box {
	/*border-top: 1px solid #dddfeb;*/
}
.ow_box_empty{
	position: relative;
}
.ow_box .bottom_toolbar, .ow_box_mod .bottom_toolbar{
	margin-top: 10px;
    /*border-top: 1px solid #dddfeb;*/
    font-size: 10px;
    padding: 0 5px;
    text-align: right;
}
.ow_box.ow_no_cap {
	border-top: 1px solid #eff2f5;
}
.ow_box_empty .ow_box_toolbar_cont {
	border-bottom: 2px solid #eff2f5;
}
.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: #2db395;
}
.ow_box_toolbar a:hover {
	text-decoration: none;
}
.ow_box_toolbar .ow_delimiter,
.ow_ic_toolbar  .ow_delimiter{
	display: none;
}
/* FloatBox implementation */
#floatbox_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.floatbox_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.floatbox_overlayBG {
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#floatbox_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}
body .floatbox_canvas .floatbox_container {
	margin-top: 100px;
}
.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: 8px solid rgba(0, 0, 0, 0.5);
}
.floatbox_header {
	padding: 4px;
	text-align: left;
}
.floatbox_header a.close_btn {
	margin: 2px;
    background: url(images/ow-ic-close.png) no-repeat;
}
.floatbox_title {
	text-transform: uppercase;
	font-size: 16px;
	padding: 8px 12px 0px;
	float: left;
	font-weight: normal;
	font-family: 'core_sans_e55_medium', "Trebuchet MS", "Helvetica CY", sans-serif;	
}
.floatbox_header .ow_box_cap_icons {
	float: right;
	margin-top: 1px;
}
.floatbox_body {
	padding: 8px 16px;
	text-align: left;
}
.floatbox_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: #fff;
    border: 1px solid #ccd6de;
    color: #000;
    font-family: "Lucida Grande", "Verdana";
    font-size: 13px;
    padding: 4px;
}
body form div.jhtmlarea {
	background: #fff;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body .toolbar {
	padding: 2px 2px 0px;
	height: 22px;
	background: #fff;
	border: none;
}
body .toolbar ul li {
	margin: 0px;
}
body .toolbar ul li a {
	background-image: url(images/wysiwyg.png);
	border: none;
	width: 20px;
	height: 20px;
}
body .toolbar ul li a:hover {
	border: none;
}
body .jhtmlarea .toolbar ul {
	height: 24px;
}
.jhtmlarea .input_ws_cont {
	padding: 8px;
}
body.htmlarea_styles {
	margin: 0px;
}
select{
    background-image: none;
}
textarea{
    height: 100px;
    width: 100%;
    resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;    
}
input[type=checkbox] ~ label,
input[type=radio] ~ label {
	vertical-align: top;
}
input[type=text],
input[type=password]{
    width: 100%;
    height: 30px;
    line-height: 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;    
}
input[type=submit],
input[type=button]{
    background-color: transparent;
    background-position: right 50%;
    background-repeat: no-repeat;
    padding: 1px 31px 0px 0px;
    color: #a2acb3;
    font-weight: normal;
    cursor: pointer;
    height: 40px;
	font-family: 'core_sans_e45_regular', "Trebuchet MS", "Helvetica CY", sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	border: none;
}
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]{
}

html body.ow input[type=submit],
html body.ow input[type=button]{
    margin: 0px;
}
span.ow_button {
	display: inline-block;
	background-color: #004d7e;
	background-repeat: no-repeat;
	background-image: url(images/btn_grad.png);
	background-position: right top;
	padding: 0px 8px;
	border: 1px solid #004d7e;
	border-radius: 4px;
	-moz-border-radius: 4px;
        -webkit-border-radius: 4px;
}
span.ow_button:hover {
	border-color: #004d7e;
	background-color: #004d7e;
        background-image: none;
}
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;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m16.958%209c.553%200%201%20.448%201%201%200%20.553-.447%201-1%201h-13.999c-.552%200-1-.447-1-1%200-.552.448-1%201-1h13.999%22/%3E%3Cpath%20d%3D%22m17.665%209.293c.391.391.391%201.024%200%201.414-.39.39-1.023.391-1.414%200l-6.898-6.898c-.391-.391-.391-1.025%200-1.414.39-.391%201.023-.391%201.414%200l6.898%206.898%22/%3E%3Cpath%20d%3D%22m16.251%209.293c.391-.391%201.024-.391%201.414%200%20.391.39.391%201.023%200%201.414l-6.898%206.899c-.391.391-1.024.39-1.415%200-.39-.391-.391-1.023%200-1.414l6.899-6.899%22/%3E%3C/g%3E%3C/svg%3E);
}
input[type=submit].submit{
    background-color: #00aa00;
    color: #fff;
}
input[type=submit].alert{
    background-color: #ff6666;
    color: #fff;
}
ul.ow_radio_group li{
	float:left;
}
ul.ow_checkbox_group li{
	float:left;
}
.form_auto_click textarea.invitation{
	height:50px;
}
form .error{
    color:red;
}
form input[type=text].hasDatepicker{
    width: 87%;
}
.ow_multiselect select{
    width: 120px;
    padding: 2px;
}
.ow_multiselect input[type=button]{
    padding-left: 20px;
}
.form_auto_click .ow_submit_auto_click{
    display:none;
}
/* ---- Positive and Negative buttons ---- */
html body div .ow_positive input[type=submit],
html body div .ow_positive input[type=button]{
	color: #fff;
}
.ow_negative input[type=submit],
.ow_negative input[type=button]{
	background: none;
	padding-right: 2px;
}
body:not(:-moz-handler-blocked) .ow_negative input[type=submit],
body:not(:-moz-handler-blocked) .ow_negative input[type=button] {
	padding-right: 2px;
}
/* ---- End of Positive and Negative buttons ---- */
/* Color buttons */
html body div .ow_green,
span.ow_blitem.ow_green input[type=submit],
span.ow_blitem.ow_green input[type=button],
.ow_bl a.ow_green:hover {
    color: #57ba98;
}
html body div .ow_red,
span.ow_blitem.ow_red input[type=submit],
span.ow_blitem.ow_red input[type=button],
.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: #fff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-color: #ccd6de;
}
div.tagsinput span.tag {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: #fff;
	border-color: #eff2f5;
}
div.tagsinput span.tag a {
	border-color: #eff2f5;
}
div.tagsinput span.tag span {
	font-size: 13px;
}
div.tagsinput input {
	color: #828894;
}
/* lbutton */
a.ow_lbutton,
span.ow_lbutton {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid transparent;
    padding: 1px 3px;
	line-height: 13px;
    text-transform: uppercase;
    text-shadow: none;
	display: inline-block;
	font-family: 'core_sans_e55_medium', "Trebuchet MS", "Helvetica CY", sans-serif;
	vertical-align: text-bottom;
	color: #5b646a;
}
html body a.ow_lbutton,
html body span.ow_lbutton {
    font-size: 11px;
}
.ow_lbutton:hover{
	border-color: #eff2f5;
	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_big.svg) no-repeat 0 0;
    height: 26px;
    width: 28px;
    margin-top: -3px;
}
.ow_attachments a.attach:hover {
	background-position: 0px -37px;
}
.ow_attachments a.attach.uploading {
	background: url(images/ajax_preloader_button.gif) no-repeat center center;
}
.ow_attachment_delete {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
}
.ow_ajax_oembed_attachment {
    width: 100%;
}
.ow_attachment_btn span.ow_button {
    background-color: none;
    background-image: none;
    background-repeat: repeat-x;
    background-position: center left;
	border: none;
	padding: 0;
	display: inline-block;
	text-align: center;
}
.ow_attachment_btn span.ow_button span {
	display: inline-block;
}
.ow_attachment_btn span.ow_button input[type=submit], 
.ow_attachment_btn span.ow_button input[type="button"] {
	padding: 1px 8px 4px;
	height: 22px;
	line-height: 19px;
	background: none;
}
/*Video, links embed*/
body .ow_oembed_attachment_preview {
    height: 60px;
    position: relative;
    padding: 6px 20px 0 88px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-width: 1px;
    background-color: #fff;
}
.ow_mailbox_log .ow_oembed_attachment_preview {
	border: none;
	padding: 0 0 0 88px;
	background-color: transparent;
	margin-top: 12px;
}
.ow_mailbox_log .ow_oembed_attachment_preview .ow_attachment_delete {
	display: none;
}
.ow_oembed_attachment_pic .attachment_other_images_btn {
	position: absolute;
	left: 4px;
	bottom: 4px;
	display: none;
}
.ow_oembed_attachment_pic:hover .attachment_other_images_btn {
	display: inline-block;
}
body .ow_oembed_attachment_pic {
    width: 80px;
    height: 60px;
    position: absolute;
    top: -1px;
    left: -1px;
    border-width: 0 1px 0 0;
    background-color: #fff;
}
.ow_oembed_atachment_pic_nopic {
	background-image: url(images/no-picture.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.ow_oembed_attachment_pic img {
    width: 80px;
    height: 60px;
}
.ow_oembed_attachment_url {
	position: relative;
}
.ow_oembed_attachment_url a {
	position: absolute;
	bottom: 4px;
	left: 4px;
}
.ow_attachment_title {
    margin-bottom: 4px;
    line-height: 13.5px;
    display: inline-block;
}
.ow_attachment_description {
    line-height: 13.5px;
    height: 27px;
    overflow: hidden;
    display: block;
}
.ow_attachment_title a {
	display: block;
	height: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
    font-weight: bold;
}
body .newsfeed-attachment-preview {
	width: 100%;
}
.ow_oembed_attachment_preview.loading_content .ow_oembed_attachment_pic,
.ow_oembed_attachment_preview.loading_content .ow_attachment_title,
.ow_oembed_attachment_preview.loading_content .ow_attachment_description {
	display: none;
}
.ow_oembed_attachment_preview.loading_content {
	background: url(images/ajax_preloader_content.gif) center center no-repeat;
}
.attachment_image_item {
	border-width: 1px;
	cursor: pointer;
	float: left;
	height: 85px;
	margin: 2px;
	padding: 3px;
	text-align: center;
	width: 85px;
}
.attachment_image_item img {
	max-width: 100%;
	max-height: 100%;
}
/*Photo attachment*/
.ow_photo_attachment_preview {
    height: auto;
    padding: 8px 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    margin-left: 0;
}
.ow_comments_mipc .ow_photo_attachment_preview,
.ow_comments_mipc .ow_oembed_attachment_preview {
	margin-left: 48px;
}
.ow_comments_ipc .ow_photo_attachment_preview,
.ow_comments_ipc .ow_oembed_attachment_preview {
	margin-left: 57px;
}
.ow_feed_comments_input_sticky .ow_photo_attachment_preview,
.ow_feed_comments_input_sticky .ow_oembed_attachment_preview,
.ow_feed_comments_input_sticky .comments_hidden_btn{
	margin: 0 12px 8px 22px;
}
.ow_photo_attachment_pic {
    display: inline-block;
    background-color: #fff;
    width: 120px;
    height: 120px;
    border: 1px solid #eff2f5;
    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: #eff2f5;
}
.ow_file_attachment_info a {
	line-height: 22px;
	padding-left: 8px;
}
.ow_dialog_in_item.fileattach {
	padding-top: 1px;
	padding-bottom: 1px;
}
.ow_dialog_in_item.fileattach .ow_file_attachment_info {
	border: none;
}
.ow_file_attachment_name {
    width: 100%;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    padding-left: 8px;
    font-family: 'core_sans_e55_medium', "Trebuchet MS", "Helvetica CY", sans-serif;
}
.ow_file_attachment_size {
    font-weight: normal;
    display: none;
}
.ow_file_attachment_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    background-image: url(images/tag_close_btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.ow_file_attachment_preload {
    position: absolute;
    top: 0;
    right: 25px;
    width: 20px;
    height: 22px;
    background: url(images/ajax_preloader_content.gif) center center no-repeat;
    display: none;
}
.ow_dialog_in_item.errormessage p,
.ow_mailbox_log_message.errormessage .ow_mailbox_message_content,
.ow_dialog_item_mailchat.errormessage .ow_dialog_item_mailchat_text {
	color: #b1b1b1;
}
.ow_errormessage_not {
	display: block; 
	padding-bottom: 4px; 
	padding-left: 4px;
}
.ow_dialog_in_item.errormessage .ow_errormessage_not {
	padding-left: 0;
}
/* -------End of attachments styles----------*/
/* ----------- Comments styles---------- */
body .ow_attachments a {
	background-color: transparent;
}
body .ow_attachments a.video {
    margin: 0 0 0 -1px;
}
.base_cmnts_temp_cont .ow_ipc_info {
	border: none;
	padding-bottom: 1px;
}
.ow_feed_comments_viewall,
.ow_photo_attachment_preview,
.ow_oembed_attachment_preview,
.ow_oembed_attachment_pic {
	background-color: #fff;
	border-color: #e4e9ee;
	border-style: solid;
}
.ow_comments_item {
	position: relative;
	padding: 6px 16px 4px 8px;
	border-width: 1px 1px 0 1px;
}
.ow_comments_form_top .ow_comments_item {
	border-width: 0 1px 1px 1px;
}
.ow_comments_form_top .ow_paging {
    margin-bottom: 0;
    margin-top: 8px;
}
.ow_newsfeed_features .ow_comments_item {
    border-width: 1px 0 0 0;
}
.ow_photoview_info_wrap.sticked .ow_comments_item:last-child {
	border-width: 1px;
	margin-bottom: 12px;
}
.ow_comments_no_form .ow_comments_list .ow_comments_item:last-child {
	border-width: 1px;
}
.ow_comments_form_top.ow_comments_no_form .ow_comments_list .ow_comments_item:first-child {
	border-width: 1px;
}
.ow_newsfeed_features .ow_comments_list div .ow_context_action_block .ow_context_action {
    border-top-width: 1px;
}
.ow_comments_form_wrap {
	padding: 6px 16px 4px 6px;
	border-width: 1px;
	min-height: 42px;
}
.ow_comments_ipc .ow_comments_form_wrap {
	min-height: 50px;
}
.ow_comments_form_wrap .ow_avatar {
	padding-top: 0px;
}
.ow_feed_comments_viewall {
	text-align: right;
	padding: 8px 8px 8px 0;
	border-width: 1px 0 1px 0;
	min-height: 14px;
	text-align: center;
}
.ow_feed_comments_input_sticky {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.ow_feed_comments_input_sticky .ow_comments_input_wrap {
	padding: 6px 12px 4px 22px;
}
.ow_feed_comments_input_sticky .ow_comments_form_wrap {
	border-top-width: 1px;
}
.ow_comments_item_picture{
    float: left;
    margin-right: -56px;
    width: 56px;
}
.ow_comments_item_info {
    margin-left: 56px;
    padding-top: 8px;
}
.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 {
	font-family: 'core_sans_e55_medium', "Trebuchet MS", "Helvetica CY", sans-serif;
	color: #5b646a;
}
.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;
}
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: 56px;
	margin-right: -56px;
	float: left;
}
.ow_comments_mipc .ow_comments_item_info,
.ow_feed_comments_input_sticky .ow_comments_item_info {
	margin-left: 56px;
}
.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/wysiwyg.png) no-repeat scroll -176px -27px #a2acb3;
    cursor: pointer;
    float: left;
    height: 20px;
    overflow: hidden;
    text-decoration: none;
    width: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;    
}
.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;
	padding: 0px 8px;
	line-height: 22px;
	height: 22px;
    text-decoration: none;
    background-color: #004d7e;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #004d7e;
}
.ow_bl a:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #002e5f;
    border-color: #000;
    color: #fff;
}
.ow_dnd_widget .ow_box_empty .ow_bl.ow_box_toolbar li {
	margin-bottom: 8px;
}
/* Button list in empty box toolbar 
.ow_dnd_widget .ow_box_empty .ow_box_toolbar_cont {
	position: relative;
	min-height: 44px;
}
.ow_dnd_widget .ow_box_empty .ow_box_toolbar {
	position: absolute;
	bottom: -2px;
	right: 0px;
}

.ow_dnd_widget .ow_box_empty .ow_bl.ow_box_toolbar li a {
	border-bottom-width: 2px;
	height: 27px;
}
.ow_dnd_widget .ow_box_empty .ow_bl.ow_box_toolbar li a:hover {
	border-color: transparent transparent #2db395 transparent;
	color: #828894;
}*/
/* 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: #eff2f5;
    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;
	font-family: 'core_sans_e55_medium', "Trebuchet MS", "Helvetica CY", sans-serif;	
}
.ow_bl_narrow li a:hover{
	background-color: #cad4dd;
	color: #5b646a;
}
/* ---- End of Button List narrow styles ---- */
/* ---- Suggest field styles ---- */
.ac_results {
    padding: 0px;
    border: 1px solid #BBB;
    background-color: #FFF;
    overflow: hidden;
    z-index: 105;
    position: absolute;
    display: none;
    width: 100%;
    top: -1px;
}
.ac_results ul {
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ac_results iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;
}
.ac_list_container{
    width: 99.6%;
    position: relative;
}
.ac_results li {
    margin: 0px;
    padding: 4px 5px;
    cursor: pointer;
    display: block;
    width: 98%;
    font: menu;
    font-size: 12px;
    overflow: hidden;
}
.ac_loading {
    background : url(images/ajax_preloader_button.gif) right center no-repeat;
}
.ac_over {
    background-color: #F0F0F0;
}
.ac_match{
    font-family: 'core_sans_e55_medium', "Trebuchet MS", "Helvetica CY", sans-serif;
}
.ow_suggest_field {
    position: relative;
}
.ow_suggest_invitation {
    position: absolute;
    right: 9px;
    top: 9px;
    width: 12px;
    height: 12px;
    background: url(images/miniic_corner.png) no-repeat center center;
}
/* ---- End of the Suggest field styles ---- */
/* ---- Sort styles ---- */
.ow_sort_control {
	padding: 4px 8px 4px 0px;
}
.ow_sort_control a {
	display: inline-block;
	font-size:14px;
	height: 16px;
	line-height: 16px;
	padding: 0px 6px 0 7px;
	outline: 0;
	font-family: 'core_sans_e35_light', "Trebuchet MS", "Helvetica CY", sans-serif;
	text-transform: uppercase;
	border-right: 1px solid #4c4c4c;
}
.ow_sort_control a span {
	display: inline-block;
}
.ow_sort_control a:last-child {
	border-right-width: 0;
}
.ow_sort_control a.active,
.ow_sort_control a:hover{
	color:#828282;
	text-decoration:none;
}
.ow_sort_control_label {
	padding: 0px 0px 0px 0px;
}
/* ---- End of Sort styles ---- */
/*=======================================================
        [11] Tables        __tables
  ========================================================*/
.ow_table_1,
.ow_table_2 {
	border-collapse: separate;
}
.ow_table_3 {
	border-collapse: collapse;
}
.ow_table_1,
.ow_table_2,
.ow_table_3{
    margin-bottom: 25px;
    width: 100%;
}
.ow_table_1 tr td,
.ow_table_2 tr td,
.ow_user_list .ow_alt1,
.ow_user_list .ow_alt2,
.ow_video_list .ow_alt1,
.ow_video_list .ow_alt2,
.ow_photo_list .ow_alt1,
.ow_photo_list .ow_alt2 {
	border-style: solid;
	border-color: #eff2f5;
}
.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: #eff2f5  #eff2f5 #eff2f5 #eff2f5;
	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: #eff2f5;
}
.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: #eff2f5;
}
.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: 26px;
}
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;
}
/*========================================================
        [11] 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%;}
/*========================================================
        [12] Typography        __typography
  ========================================================*/
@font-face {
    font-family: 'core_sans_e45_regular';
    src: url('images/simplicity_regular/simplicity-webfont.eot');
    src: url('images/simplicity_regular/simplicity-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/simplicity_regular/simplicity-webfont.woff2') format('woff2'),
         url('images/simplicity_regular/simplicity-webfont.woff') format('woff'),
         url('images/simplicity_regular/simplicity-webfont.ttf') format('truetype'),
         url('images/simplicity_regular/simplicity-webfont.svg#core_sans_e45_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'core_sans_e55_medium';
    src: url('images/simplicity_medium/simplicity_medium-webfont.eot');
    src: url('images/simplicity_medium/simplicity_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/simplicity_medium/simplicity_medium-webfont.woff2') format('woff2'),
         url('images/simplicity_medium/simplicity_medium-webfont.woff') format('woff'),
         url('images/simplicity_medium/simplicity_medium-webfont.ttf') format('truetype'),
         url('images/simplicity_medium/simplicity_medium-webfont.svg#core_sans_e55_medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'core_sans_e35_light';
    src: url('images/simplicity_light/simplicity_light-webfont.eot');
    src: url('images/simplicity_light/simplicity_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/simplicity_light/simplicity_light-webfont.woff2') format('woff2'),
         url('images/simplicity_light/simplicity_light-webfont.woff') format('woff'),
         url('images/simplicity_light/simplicity_light-webfont.ttf') format('truetype'),
         url('images/simplicity_light/simplicity_light-webfont.svg#core_sans_e35_light') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*========================================================
        [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: -56px;
    width: 56px;
}
.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 #eff2f5;   
}
.ow_ipc_header{
    padding: 0px 0px 0px;
    margin: 0px 0px 6px;
}
.ow_ipc_header a {
	font-family: 'core_sans_e55_medium', "Trebuchet MS", "Helvetica CY", sans-serif;
}
.ow_ipc.ow_smallmargin {
	margin-bottom: 0px;
}
.ow_ipc_content{
    padding: 0px 0px 12px 0px;
    line-height: 1.25em;
}
.ow_ipc_toolbar{
    font-size: 12px;
    line-height: 14px;
	float: left;
	padding: 0 0px 0px 0px;
	width: 100%;
	font-family: 'core_sans_e35_light', "Trebuchet MS", "Helvetica CY", sans-serif;
}
.ow_ipc_toolbar .ow_icon_control {
	padding: 0px;
}
html body div .ow_ipc_toolbar span {
	background: none;
}
.ow_ipc_toolbar .ow_ipc_date,
.ow_ipc_date {
	float: right;
}
.ow_table_1 .ow_ipc_info,
.ow_table_2 .ow_ipc_info {
	border: none;
}
/* ---- End of the Item Picture Content ---- */
/* ---- Mini Item Picture Content ---- */
.ow_mini_ipc_picture {
    float: left;
    margin-right: -56px;
    width: 56px;
}
.ow_mini_ipc_info {
    margin-left: 56px;
    padding-top: 0;
}
.ow_mini_ipc_info .mipc_url {
    font-family: 'core_sans_e55_medium', "Trebuchet MS", "Helvetica CY", sans-serif;
}
.ow_mini_ipc_content {
    margin-top: 5px;
}
/* ---- End of the Mini Item Picture Content ---- */
/* ---- Item Content styles ---- */
.ow_ic_header {
	margin-bottom: 5px;
}
.ow_ic_header a {
    font-family: 'core_sans_e55_medium', "Trebuchet MS", "Helvetica CY", sans-serif;
}
.ow_ic_description {
	margin-bottom: 5px;
}
.ow_ic_date {
	float: right;
	font-size: 13px;
	line-height: 14px;	
}
/* ---- End of the Item Content styles ---- */
/* ---- Avatar list styles ---- */
.ow_avatar_list{
    text-align: center;
}
.ow_avatar_list a{
    margin-bottom: 0px;
    margin-right: 1px;
}
/* ---- End of the Avatar list styles ---- */
/* ---- Listing Picture styles ---- */
.ow_lp_picture {
    float: left;
    margin: 0 1px 1px 0;
}
.ow_lp_avatars{
	text-align:center;
}
.ow_lp_avatars .ow_lp_wrapper{
	display: inline-block;
    margin: 0 1px 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_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: 56px;
    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;
}
/* ---- End of the User List styles ---- */
/*========================================================
        [13] Thumbnails & Icons        __icons
  ========================================================*/
img.thumb{
    width: 100px;
}
html body div .ow_ic_add{ background-image: url(images/ic_add.svg); }
html body div .ow_ic_aloud{ background-image: url(images/ic_aloud.svg); }
html body div .ow_ic_app{ background-image: url(images/ic_app.svg); }
html body div .ow_ic_attach{ background-image: url(images/ic_attach.svg); }
html body div .ow_ic_birthday{ background-image: url(images/ic_birthday.svg); }
html body div .ow_ic_bookmark{ background-image: url(images/ic_bookmark.svg); }
html body div .ow_ic_calendar{ background-image: url(images/ic_calendar.svg); }
html body div .ow_ic_cart{ background-image: url(images/ic_cart.svg); }
html body div .ow_ic_chat{ background-image: url(images/ic_chat.svg); }
html body div .ow_ic_clock{ background-image: url(images/ic_clock.svg); background-size: 20px 20px;}
html body div .ow_ic_comment{ background-image: url(images/ic_comment.svg); }
html body div .ow_ic_cut{ background-image: url(images/ic_cut.svg); }
html body div .ow_ic_dashboard{ background-image: url(images/ic_dashboard.svg); }
html body div .ow_ic_delete{ background-image: url(images/ic_delete.svg); }
html body div .ow_ic_draft{ background-image: url(images/ic_draft.svg); }
html body div .ow_ic_down_arrow{ background-image: url(images/ic_down_arrow.svg); }
html body div .ow_ic_edit{ background-image: url(images/ic_edit.svg); }
html body div .ow_ic_female{ background-image: url(images/ic_female.svg); }
html body div .ow_ic_file{ background-image: url(images/ic_file.svg); }
html body div .ow_ic_files{ background-image: url(images/ic_files.svg); }
html body div .ow_ic_flag{ background-image: url(images/ic_flag.svg); }
html body div .ow_ic_folder{ background-image: url(images/ic_folder.svg); }
html body div .ow_ic_forum{ background-image: url(images/ic_forum.svg); }
html body div .ow_ic_friends{ background-image: url(images/ic_friends.svg); }
html body div .ow_ic_gear_wheel{ background-image: url(images/ic_gear_wheel.svg); }
html body div .ow_ic_groups{ background-image: url(images/ic_groups.svg);}
html body div .ow_ic_heart{ background-image: url(images/ic_heart.svg); }
html body div .ow_ic_help{ background-image: url(images/ic_help.svg); }
html body div .ow_ic_house{ background-image: url(images/ic_house.svg); }
html body div .ow_ic_info{ background-image: url(images/ic_info.svg); }
html body div .ow_ic_key{ background-image: url(images/ic_key.svg); }
html body div .ow_ic_left_arrow{ background-image: url(images/ic_left_arrow.svg); }
html body div .ow_ic_lens{ background-image: url(images/ic_lens.svg); }
html body div .ow_ic_link{ background-image: url(images/ic_link.svg); }
html body div .ow_ic_lock{ background-image: url(images/ic_lock.svg); }
html body div .ow_ic_mail{ background-image: url(images/ic_mail.svg); }
html body div .ow_ic_male{ background-image: url(images/ic_male.svg); }
html body div .ow_ic_mobile{ background-image: url(images/ic_mobile.svg); }
html body div .ow_ic_moderator{ background-image: url(images/ic_moderator.svg); }
html body div .ow_ic_monitor{ background-image: url(images/ic_monitor.svg); }
html body div .ow_ic_move{ background-image: url(images/ic_move.png); }
html body div .ow_ic_music{ background-image: url(images/ic_music.svg); }
html body div .ow_ic_new{ background-image: url(images/ic_new.svg); }
html body div .ow_ic_newsfeed{ background-image: url(images/ic_newsfeed.svg); }
html body div .ow_ic_ok{ background-image: url(images/ic_ok.svg); }
html body div .ow_ic_online{ background-image: url(images/ic_online.svg); }
html body div .ow_ic_picture{ background-image: url(images/ic_picture.svg); }
html body div .ow_ic_places{ background-image: url(images/ic_places.svg); }
html body div .ow_ic_plugin{ background-image: url(images/ic_plugin.svg); }
html body div .ow_ic_question{ background-image: url(images/ic_question.svg);}
html body div .ow_ic_refresh{ background-image: url(images/ic_refresh.svg);}
html body div .ow_ic_push_pin{ background-image: url(images/ic_push_pin.svg); }
html body div .ow_ic_reply{ background-image: url(images/ic_reply.svg); }
html body div .ow_ic_right_arrow{ background-image: url(images/ic_right_arrow.svg);}
html body div .ow_ic_rss{ background-image: url(images/ic_rss.svg); }
html body div .ow_ic_save{ background-image: url(images/ic_download.svg); }
html body div .ow_ic_restrict{ background-image: url(images/ic_restrict.svg); }
html body div .ow_ic_script{ background-image: url(images/ic_script.svg); }
html body div .ow_ic_server{ background-image: url(images/ic_server.svg); }
html body div .ow_ic_star{ background-image: url(images/ic_star.svg); }
html body div .ow_ic_tag{ background-image: url(images/ic_tag.svg); }
html body div .ow_ic_trash{ background-image: url(images/ic_trash.svg); }
html body div .ow_ic_unlock{ background-image: url(images/ic_unlock.svg); }
html body div .ow_ic_up_arrow{ background-image: url(images/ic_up_arrow.svg); }
html body div .ow_ic_update{ background-image: url(images/ic_update.svg); }
html body div .ow_ic_user{ background-image: url(images/ic_user.svg); }
html body div .ow_ic_video{ background-image: url(images/ic_video.svg); }
html body div .ow_ic_warning{ background-image: url(images/ic_warning.svg); }
html body div .ow_ic_write{ background-image: url(images/ic_write.svg); }
html body div .ow_ic_close{ background-image: url(images/ic_x.svg); }

/*---- Icons on hover for buttons styles ----*/
html body .ow_button:hover .ow_ic_add {background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m2.959%2011c-.553%200-1-.447-1-.999%200-.553.447-1%201-1h13.999c.552%200%201%20.447%201%201%200%20.552-.448%201-1%201h-13.999%22/%3E%3Cpath%20d%3D%22m8.959%203c0-.553.447-1%20.999-1%20.553%200%201%20.447%201%201v13.999c0%20.552-.447%201-1%201-.552%200-1-.448-1-1v-13.999%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_aloud{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m11%202c-1.969%200-5%204-5%204h-2c-1.104%200-2%20.896-2%202v2%202c0%201.104.896%202%202%202h2c0%200%203.03%204%205%204%20.266%200%201%200%201%200v-8-8c0%200-.734%200-1%200%22/%3E%3Cpath%20d%3D%22m13%207h1v6h-1z%22/%3E%3Cpath%20d%3D%22m15%205h1v10h-1z%22/%3E%3Cpath%20d%3D%22m17%202.5h1v15h-1z%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_app{ background-image: url(images/ic_app.svg);}
html body .ow_button:hover .ow_ic_attach{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m2.814%2014.583c.083-.731.439-1.411%201.066-2.038l6.144-6.144c1.255-1.233%202.382-1.411%203.385-.532.9.919.521%201.877-.753%203.194l-5.675%205.643-.876-.968%205.611-5.612c.021%200%20.409-.405.482-.5.216-.257.354-.428.141-.675-.252-.272-.633-.007-1.219.579l-6.112%206.113c-.397.376-.617.741-.659%201.098-.042.417.146.836.565%201.254.438.354.81.506%201.112.454.304-.053.685-.299%201.145-.737.877-.856%202.042-2.01%203.495-3.448%201.453-1.441%202.493-2.486%203.12-3.134.021-.021.521-.48%201.034-1.155.374-.49.685-.941.752-1.228.147-.698-.011-1.265-.532-1.975-.521-.71-1.14-1.108-1.851-1.191-.73-.083-1.547.303-2.444%201.16l-6.709%206.709-1.097-1.066%206.709-6.74c1.045-1.024%202.111-1.562%203.198-1.615%201.087-.052%202.1.392%203.04%201.333%201.128%201.149%201.525%202.414%201.191%203.793-.209.794-.71%201.599-1.505%202.414-.92.899-2.236%202.205-3.95%203.919l-3.353%203.352c-.752.751-1.557%201.14-2.414%201.16-.731%200-1.4-.304-2.01-.909-.752-.753-1.097-1.589-1.035-2.508%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_birthday{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m2%206h7v3h-7z%22/%3E%3Cpath%20d%3D%22m11%206h7v3h-7z%22/%3E%3Cpath%20d%3D%22m3%2010h6v8h-6z%22/%3E%3Cpath%20d%3D%22m11%2010h6v8h-6z%22/%3E%3Cpath%20d%3D%22m12%203c.552%200%201%20.449%201%201s-.448%201-1%201c-.233%200-.624.005-1%20.012v-1.012c0-.551.448-1%201-1m0-1c-1.104%200-2%20.896-2%202%200%20.552%200%202.031%200%202.031s1.447-.031%202-.031c1.104%200%202-.896%202-2s-.896-2-2-2z%22/%3E%3Cpath%20d%3D%22m8%203c.551%200%201%20.449%201%201v1.012c-.376-.007-.767-.012-1-.012-.551%200-1-.449-1-1s.449-1%201-1m0-1c-1.104%200-2%20.896-2%202s.896%202%202%202c.553%200%202%20.031%202%20.031s0-1.479%200-2.031c0-1.104-.896-2-2-2z%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_bookmark{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m16%2018l-6-5-6%205v-16h12z%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_calendar{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m16%204v1c0%201.103-.896%202-2%202-1.103%200-2-.897-2-2v-1h-4v1c0%201.103-.897%202-2%202-1.103%200-2-.897-2-2v-1h-2v14h16v-14h-2m0%2012h-12v-7h12v7%22/%3E%3Cpath%20d%3D%22m6%202c-.552%200-1%20.448-1%201v1%201c0%20.552.448%201%201%201s1-.448%201-1v-1-1c0-.552-.448-1-1-1%22/%3E%3Cpath%20d%3D%22m14%202c-.552%200-1%20.448-1%201v1%201c0%20.552.448%201%201%201%20.553%200%201-.448%201-1v-1-1c0-.552-.447-1-1-1%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_cart{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m17.547%2013.422c-.391-.427-1.485-.422-1.485-.422h-10.06c0%200-.265-1.01%201-1.166%203.186-.403%209.99-.464%2010.438-2.521.265-1.222.562-5.313.562-5.313h-12c0%200%20.147-1.021-.562-1.479-.99-.64-3.437-.521-3.437-.521v2c0%200%201.297-.094%201.584.188.441.433.416%201.125.416%201.125v7.687%202h14c0%200%20.138-.934-.453-1.578%22/%3E%3Ccircle%20cx%3D%225%22%20cy%3D%2216.959%22%20r%3D%221%22/%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2216.959%22%20r%3D%221%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_chat{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m16.205%2012.784c1.121-1.033%201.795-2.349%201.795-3.784%200-3.314-3.582-6-8-6-4.418%200-8%202.686-8%206%200%203.313%203.582%206%208%206%201.247%200%202.422-.22%203.475-.602l3.496%201.495-.766-3.109%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_clock{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m10%204c3.309%200%206%202.691%206%206s-2.691%206-6%206-6-2.691-6-6%202.691-6%206-6m0-2c-4.418%200-8%203.582-8%208%200%204.418%203.582%208%208%208%204.418%200%208-3.582%208-8%200-4.418-3.582-8-8-8z%22/%3E%3Cpath%20d%3D%22m11%206c0-.552-.447-1-1-1-.552%200-1%20.448-1%201v4c0%20.552.448%201%201%201%20.553%200%201-.448%201-1v-4%22/%3E%3Cpath%20d%3D%22m11.414%2012.831c.391.391%201.023.391%201.414%200%20.391-.391.391-1.023%200-1.415l-2.121-2.121c-.391-.391-1.024-.391-1.415%200-.391.391-.391%201.023%200%201.414l2.122%202.122%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_comment{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m16.205%2012.784c1.121-1.033%201.795-2.349%201.795-3.784%200-3.314-3.582-6-8-6-4.418%200-8%202.686-8%206%200%203.313%203.582%206%208%206%201.247%200%202.422-.22%203.475-.602l3.496%201.495-.766-3.109%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_cut{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m17.938%206.01c0%200-.847-1.387-2.967-.9-1.959.447-2.287%201.568-9.75%205.615-.109.061-.438.241-.438.241l-1.059.573-.365.202c-1.211.665-1.654%202.194-.988%203.401.666%201.213%202.192%201.658%203.403.99l1.424-.774c1.21-.665%201.654-2.192.989-3.403-.083-.152-.179-.289-.287-.416l10.04-5.529m-2.966-.901c-1.984.453-1.83%201.32-9.75%205.615m1.51%202.031c.184.332.101.729-.183.888l-1.876%201.022c-.285.155-.664.013-.848-.322-.183-.33-.102-.729.183-.884l.43-.238%201.448-.786c.284-.158.663-.014.846.32z%22/%3E%3Cpath%20d%3D%22m11.316%2010.04l-2.163%201.165c.354.212.678.41.976.595l-.302-.174c1.85%201.145%202.811%201.855%203.576%202.312.52.318.933.503%201.558.646%202.12.486%202.967-.9%202.967-.9l-6.612-3.644%22/%3E%3Cpath%20d%3D%22m8.469%208.475l-.579-.319c.108-.126.203-.263.286-.416.665-1.211.222-2.738-.989-3.403l-1.423-.775c-1.211-.667-2.737-.223-3.403.99-.666%201.208-.223%202.737.988%203.402l.365.202%201.059.573c0%200%20.329.181.438.241.422.229.814.445%201.191.654l2.067-1.149m-4.04-2l-.43-.239c-.284-.153-.365-.553-.182-.883.184-.336.563-.478.848-.323l1.876%201.023c.283.157.366.555.182.887-.183.334-.562.478-.846.32l-1.448-.785%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_dashboard{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m9.998%203.998c2.454%200%204.636%201.469%205.561%203.742%201.246%203.064-.233%206.572-3.298%207.819-.725.294-1.484.443-2.258.443-2.454%200-4.637-1.469-5.561-3.741-1.246-3.065.233-6.573%203.298-7.819.724-.295%201.484-.444%202.258-.444m-.001-2c-1%200-2.024.19-3.01.591-4.092%201.665-6.06%206.331-4.397%2010.425%201.263%203.106%204.255%204.988%207.414%204.988%201%200%202.023-.189%203.01-.591%204.093-1.665%206.06-6.332%204.397-10.425-1.264-3.106-4.256-4.988-7.414-4.988z%22/%3E%3Cpath%20d%3D%22m10%207.428l-1.191%205.954c0%20.658.533%201.19%201.191%201.19.658%200%201.19-.532%201.19-1.19%200%200-.893-4.466-1.19-5.954%22/%3E%3Ccircle%20cx%3D%228.493%22%20cy%3D%226.295%22%20r%3D%221%22/%3E%3Ccircle%20cx%3D%226.309%22%20cy%3D%228.459%22%20r%3D%221%22/%3E%3Cpath%20d%3D%22m14.08%209.428c-.51.208-1.094-.039-1.301-.552-.206-.513.041-1.095.555-1.302.509-.207%201.094.041%201.3.553.207.512-.04%201.094-.554%201.301%22/%3E%3Ccircle%20cx%3D%2211.549%22%20cy%3D%226.312%22%20r%3D%221%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_delete{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m2.301%203.756c-.391-.391-.391-1.024-.001-1.414.391-.391%201.023-.391%201.414%200l13.913%2013.914c.39.391.391%201.023%200%201.414-.391.391-1.024.391-1.415%200l-13.911-13.914%22/%3E%3Cpath%20d%3D%22m16.14%202.401c.43-.43%201.095-.462%201.485-.072.391.391.358%201.055-.071%201.485l-13.822%2013.822c-.429.429-1.094.462-1.485.071-.39-.391-.358-1.057.071-1.485l13.822-13.821%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_draft{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m13%2010c0%201.657-1.343%203-3%203-1.657%200-3-1.343-3-3h-5v8h16v-8h-5%22/%3E%3Cpath%20d%3D%22M14.438%2C4L16%2C10.246V16H4v-5.754L5.562%2C4H14.438%20M16%2C2H4l-2%2C8v8h16v-8L16%2C2L16%2C2z%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_down_arrow{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m10.958%2017c0%20.553-.448%201-1%201-.552%200-1-.447-1-1v-14c0-.552.448-1%201-1%20.552%200%201%20.448%201%201v14%22/%3E%3Cpath%20d%3D%22m10.666%2017.707c-.391.391-1.024.391-1.414%200-.39-.39-.391-1.023%200-1.414l6.899-6.899c.391-.391%201.025-.39%201.414%200%20.391.39.391%201.023%200%201.414l-6.899%206.899%22/%3E%3Cpath%20d%3D%22m10.666%2016.293c.391.391.391%201.024%200%201.414-.39.391-1.023.391-1.414%200l-6.899-6.899c-.391-.391-.39-1.024%200-1.414.39-.39%201.023-.391%201.414%200l6.899%206.899%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_edit{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m4.851%2017.978c-2.851.022-2.851.022-2.851.022s0%200%20.022-2.852c.002-.321.906-.906.906-.906l2.829%202.828c.001%200-.586.905-.906.908%22/%3E%3Cpath%20d%3D%22m16.932%203.068c-.78-.781-1.312-1.516-2.094-.734l-1.346%201.346%202.828%202.828%201.346-1.346c.781-.782.047-1.313-.734-2.094%22/%3E%3Cpath%20transform%3D%22matrix%28.7071-.7071.7071.7071-4.533%209.839%29%22%20d%3D%22m3.401%208.39h12.417v4h-12.417z%22/%3E%3Cpath%20d%3D%22m6.875%2017h11.125v1h-11.94z%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_female{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m10%204c1.654%200%203%201.346%203%203s-1.346%203-3%203-3-1.346-3-3%201.346-3%203-3m0-2c-2.761%200-5%202.239-5%205%200%202.762%202.239%205%205%205%202.762%200%205-2.238%205-5%200-2.761-2.238-5-5-5z%22/%3E%3Cpath%20d%3D%22m9%2010.953h2v7.05h-2z%22/%3E%3Cpath%20d%3D%22m6.477%2014h7.05v2h-7.05z%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_file{ background-image: url(images/ic_file.svg);}
html body .ow_button:hover .ow_ic_files{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M12%2C8h4v8H8V4h4V8%20M14%2C2H6v16h12V6L14%2C2z%22/%3E%3Cpath%20d%3D%22m5%2017h-3v-14h3v2h-1v10h1z%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_flag{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m2%202h2v16h-2z%22/%3E%3Cpath%20d%3D%22m18%2014c0%200-2.912-1.743-4-2-.974-.229-3.02.189-4%200-1.322-.255-5-2-5-2v-8c0%200%203.678%201.746%205%202%20.982.189%203.03-.23%204%200%201.088.257%204%202%204%202v8%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_folder{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m2%207h16v10h-16z%22/%3E%3Cpath%20d%3D%22m18%206h-16v-1.01l1%20.011%201-2h5l1%202h8z%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_forum{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m18%2012.234c0-2.481-2.682-4.492-5.989-4.492-3.308%200-5.99%202.01-5.99%204.492%200%202.481%202.682%204.492%205.99%204.492.934%200%201.812-.164%202.602-.451l2.941%201.725-.897-2.932c.839-.774%201.343-1.758%201.343-2.834%22/%3E%3Cpath%20d%3D%22m12.01%207.242c.057%200%20.112.005.168.007.195-.412.321-.849.321-1.311%200-2.175-2.35-3.938-5.25-3.938-2.899%200-5.25%201.763-5.25%203.938%200%20.942.442%201.805%201.178%202.483l-.786%202.569%202.578-1.51c.43.156.899.252%201.383.317%201.112-1.523%203.23-2.555%205.658-2.555%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_friends{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m9.96%203.994c-.446-1.163-1.566-1.994-2.883-1.994-1.707%200-3.096%201.389-3.096%203.096%200%201.707%201.388%203.096%203.095%203.096.579%200%201.116-.17%201.58-.448.078-.986.365-2.451%201.304-3.75%22/%3E%3Cpath%20d%3D%22m16.686%208.787c0%200%20.259-2.637-1.405-4.559-.401-.463-.965-.77-1.596-.883.001-.001.001-.001.002-.002-.167-.032-.341-.051-.522-.051-.181%200-.354.019-.522.051.001.001.001.001.002.002-.63.113-1.194.42-1.596.883-1.665%201.922-1.404%204.559-1.404%204.559s.643-.287%201.343-.287c.17%200%20.344.017.512.059-.002.001-.004.003-.007.005.336.127.609.24.881.322.072.021.145.038.22.053.179.04.361.069.57.069s.393-.029.571-.069c.075-.015.147-.032.221-.053.271-.081.544-.194.879-.321-.002-.002-.004-.004-.007-.005.169-.042.343-.06.513-.06.701%200%201.345.287%201.345.287%22/%3E%3Cpath%20d%3D%22m7.439%2017.427c.098-.842.227-1.905.358-2.871.224-1.652.963-3.071%202.058-4.03-.173-.138-.354-.265-.545-.376-.629-.367-1.354-.584-2.16-.599-.827.016-1.568.242-2.208.626-1.397.837-2.31%202.425-2.555%204.226-.141%201.043-.281%202.193-.387%203.104%201.659.325%203.372.497%205.125.497.083%200%20.165-.005.247-.006l.067-.567%22/%3E%3Cpath%20d%3D%22m15.15%2010.781c-.578-.336-1.244-.535-1.985-.55-.76.015-1.441.223-2.029.575-1.284.77-2.123%202.229-2.348%203.884-.13.959-.258%202.02-.356%202.853%201.525.299%203.098.457%204.711.457%201.627%200%203.218-.161%204.755-.465-.098-.836-.226-1.889-.354-2.845-.229-1.673-1.084-3.147-2.394-3.909%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_gear_wheel {background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m18.02%2011.02v-2h-2.11c-.153-.911-.509-1.75-1.023-2.473l1.492-1.492-1.415-1.414-1.491%201.491c-.724-.514-1.564-.869-2.474-1.023v-2.11h-2v2.11c-.911.154-1.75.509-2.473%201.023l-1.491-1.491-1.414%201.414%201.491%201.491c-.514.723-.87%201.563-1.024%202.474h-2.11v2h2.11c.153.91.509%201.751%201.023%202.473l-1.491%201.491%201.414%201.415%201.492-1.491c.723.513%201.562.868%202.473%201.022v2.11h2v-2.11c.91-.153%201.75-.509%202.473-1.022l1.491%201.491%201.415-1.415-1.492-1.491c.515-.723.87-1.562%201.023-2.473h2.111m-8.02%202c-1.657%200-3-1.343-3-3%200-1.657%201.343-3%203-3%201.657%200%203%201.343%203%203%200%201.657-1.343%203-3%203%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_groups{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m10%208.192c-1.707%200-3.095-1.389-3.095-3.096%200-1.707%201.388-3.096%203.095-3.096s3.096%201.389%203.096%203.096c0%201.707-1.389%203.096-3.096%203.096%22/%3E%3Cpath%20d%3D%22m13.512%203.108c-.174%200-.342.018-.504.049.361.559.574%201.224.574%201.939%200%201.267-.664%202.379-1.658%203.02.447.318.994.507%201.588.507%201.521%200%202.756-1.234%202.756-2.756%200-1.523-1.235-2.756-2.756-2.756%22/%3E%3Cpath%20d%3D%22m6.418%205.096c0-.706.208-1.363.562-1.918-.197-.044-.4-.07-.61-.07-1.522%200-2.756%201.234-2.756%202.756s1.235%202.756%202.757%202.756c.616%200%201.183-.204%201.642-.546-.961-.644-1.595-1.738-1.595-2.978%22/%3E%3Cpath%20d%3D%22m15.318%2014.332c.082.608.171%201.304.265%202.075.83-.16%201.647-.353%202.45-.581-.065-.535-.138-1.095-.209-1.625-.316-2.338-1.898-4.273-4.239-4.319-.255.005-.499.036-.735.086%201.306.929%202.218%202.526%202.468%204.364%22/%3E%3Cpath%20d%3D%22m7.269%209.986c-.263-.061-.537-.098-.825-.104-2.341.046-3.922%201.981-4.239%204.319-.07.519-.14%201.067-.205%201.591.84.243%201.696.447%202.564.615.094-.772.183-1.469.265-2.075.253-1.852%201.134-3.41%202.44-4.346%22/%3E%3Cpath%20d%3D%22m12.233%2010.145c-.629-.366-1.354-.583-2.16-.598-.827.016-1.568.242-2.208.626-1.397.837-2.31%202.425-2.555%204.226-.142%201.044-.281%202.193-.387%203.104%201.659.325%203.372.497%205.126.497%201.771%200%203.501-.175%205.174-.506-.106-.909-.245-2.055-.386-3.096-.247-1.821-1.179-3.424-2.604-4.253%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_heart{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2C2c-1.131%2C0-2.5%2C2-3%2C3.022C9.5%2C4%2C8.131%2C2%2C7%2C2C4.239%2C2%2C2%2C4.239%2C2%2C7c0%2C6.5%2C8%2C11%2C8%2C11s8-4.5%2C8-11%0A%09%09C18%2C4.239%2C15.761%2C2%2C13%2C2z%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_help{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m15.657%204.343c-3.125-3.125-8.19-3.125-11.314%200-3.124%203.124-3.125%208.189%200%2011.314%203.124%203.124%208.19%203.124%2011.314%200%203.124-3.125%203.124-8.19%200-11.314m.054%208.758l-2.938-1.959c.301-.729.301-1.553%200-2.284l2.937-1.958c1.048%201.928%201.048%204.272.001%206.201m-6.772-2.04c-.585-.585-.586-1.535%200-2.121.585-.585%201.536-.585%202.121%200%20.586.586.586%201.536%200%202.121-.585.585-1.535.585-2.121%200m4.161-6.772l-1.958%202.938c-.73-.3-1.553-.3-2.283%200l-1.959-2.938c1.928-1.047%204.272-1.047%206.2%200m-8.81%202.611l2.938%201.958c-.301.73-.301%201.554%200%202.284l-2.938%201.959c-1.048-1.929-1.048-4.273%200-6.201m2.609%208.811l1.958-2.938c.73.301%201.554.301%202.285%200l1.958%202.938c-1.928%201.047-4.272%201.047-6.201%200%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_house{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M9.875%202%202%207%202%209%209.875%204%2018%209%2018%207z%22/%3E%3Cpath%20d%3D%22m17%2018v-7.615l-7.125-4.385-6.875%204.365v7.635h5v-6h4v6z%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_info{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m10%204c3.309%200%206%202.691%206%206s-2.691%206-6%206-6-2.691-6-6%202.691-6%206-6m0-2c-4.418%200-8%203.582-8%208%200%204.418%203.582%208%208%208%204.418%200%208-3.582%208-8%200-4.418-3.582-8-8-8z%22/%3E%3Cpath%20d%3D%22m11%2010c0-.552-.447-1-1-1-.552%200-1%20.448-1%201v3c0%20.553.448%201%201%201%20.553%200%201-.447%201-1v-3%22/%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%227%22%20r%3D%221.5%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_key{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m5.938%2010.125c-2.175%200-3.938%201.763-3.938%203.937s1.763%203.938%203.938%203.938%203.937-1.763%203.937-3.938-1.763-3.937-3.937-3.937m-.053%201.855c1.179%200%202.135.956%202.135%202.136s-.956%202.135-2.135%202.135-2.135-.955-2.135-2.135.956-2.136%202.135-2.136%22/%3E%3Cpath%20d%3D%22m14.522%203.882l-7.548%207.551%201.855%201.856%207.55-7.552c0%200%20.937-.682-.118-1.737-.968-.968-1.739-.118-1.739-.118%22/%3E%3Cpath%20transform%3D%22matrix%28-.7071-.7072.7072-.7071%2019.328%2023.262%29%22%20d%3D%22m12.297%205.128h4.37v5h-4.37z%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_left_arrow{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m2.959%2011c-.553%200-1-.447-1-.999%200-.553.447-1%201-1h13.999c.552%200%201%20.447%201%201%200%20.552-.448%201-1%201h-13.999%22/%3E%3Cpath%20d%3D%22m2.252%2010.708c-.391-.391-.391-1.024%200-1.414.39-.39%201.023-.391%201.414%200l6.898%206.898c.391.391.391%201.025%200%201.414-.39.391-1.023.391-1.414%200l-6.898-6.898%22/%3E%3Cpath%20d%3D%22m3.666%2010.708c-.391.391-1.024.391-1.414%200-.391-.39-.391-1.023%200-1.414l6.898-6.899c.391-.391%201.024-.39%201.415%200%20.39.391.391%201.023%200%201.414l-6.899%206.899%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_lens{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M8.5%2C4C10.981%2C4%2C13%2C6.019%2C13%2C8.5S10.981%2C13%2C8.5%2C13S4%2C10.981%2C4%2C8.5S6.019%2C4%2C8.5%2C4%20M8.5%2C2%0A%09%09%09C4.91%2C2%2C2%2C4.91%2C2%2C8.5S4.91%2C15%2C8.5%2C15S15%2C12.09%2C15%2C8.5S12.09%2C2%2C8.5%2C2L8.5%2C2z%22/%3E%3Cpath%20d%3D%22m17.706%2017.703c-.391.392-1.023.392-1.414%200l-4.242-4.242c-.392-.391-.392-1.023%200-1.414.391-.392%201.023-.392%201.414%200l4.242%204.242c.392.391.392%201.023%200%201.414%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_link{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m11.914%207.919l-1.308%201.308c.007.059.017.117.017.177%200%20.399-.155.774-.438%201.057l-.271.271-.154.154-1.722%201.723-1.515%201.515c-.282.282-.657.438-1.056.438-.399%200-.774-.155-1.057-.438l-.312-.314c-.283-.282-.438-.657-.438-1.057%200-.398.155-.773.438-1.057l3.662-3.661c.282-.282.657-.437%201.056-.437.041%200%20.081.008.122.012l1.322-1.322c-.441-.228-.933-.35-1.444-.35-.842%200-1.634.328-2.23.924l-3.662%203.662c-.596.594-.924%201.387-.924%202.229%200%20.843.328%201.636.924%202.231l.313.312c.596.596%201.388.924%202.23.924.843%200%201.635-.328%202.23-.924l1.52-1.519%201.734-1.735.409-.408c.595-.596.924-1.387.924-2.23%200-.526-.129-1.033-.37-1.485%22/%3E%3Cpath%20d%3D%22m9.873%208.04l.313.313c.145.145.255.315.33.5l1.221-1.22c-.11-.161-.236-.313-.376-.454l-.313-.313c-.151-.151-.316-.285-.49-.401l-1.233%201.231c.203.074.39.187.548.344%22/%3E%3Cpath%20d%3D%22m17.09%205.02l-.312-.313c-.597-.596-1.389-.924-2.231-.924-.842%200-1.635.328-2.23.924l-1.52%201.519c0%200%200%200%200%200l-1.302%201.301-.841.841c-.596.596-.924%201.388-.924%202.23%200%20.526.128%201.034.37%201.485l1.308-1.308c-.007-.059-.017-.117-.017-.178%200-.398.155-.774.438-1.057l.69-.689.107-.107.061-.061%201.29-1.29%201.514-1.515c.283-.282.658-.438%201.057-.438.399%200%20.774.155%201.057.438l.313.313c.282.282.438.658.438%201.056%200%20.399-.155.774-.438%201.057l-3.662%203.661c-.282.283-.657.438-1.057.438-.041%200-.08-.009-.121-.012l-1.322%201.322c.441.228.933.35%201.443.35.843%200%201.635-.328%202.23-.924l3.662-3.662c.596-.595.924-1.388.924-2.23-.001-.839-.329-1.631-.925-2.227%22/%3E%3C/g%3E%3C/svg%3E)}
html body .ow_button:hover .ow_ic_lock{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m10%204c1.654%200%203%201.346%203%203s-1.346%203-3%203-3-1.346-3-3%201.346-3%203-3m0-2c-2.761%200-5%202.239-5%205%200%202.762%202.239%205%205%205%202.762%200%205-2.238%205-5%200-2.761-2.238-5-5-5z%22/%3E%3Cpath%20d%3D%22m3%207h14v11h-14z%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_mail{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m15.562%204.538h-11.07c-1.359%200-2.461%201.102-2.461%202.461v5.743c0%201.359%201.102%202.461%202.461%202.461h11.08c1.359%200%202.461-1.102%202.461-2.461v-5.743c0-1.359-1.101-2.461-2.463-2.461m1.35%209.14l-.25.25c-.139.139-.363.139-.5%200l-3.387-3.542-2.249%202.25-.251.252c-.069.068-.159.102-.251.102-.09%200-.181-.033-.25-.102l-.251-.252-2.136-2.136-3.497%203.34c-.139.14-.363.14-.501%200l-.25-.25c-.139-.14-.139-.363.001-.501l3.497-3.341-3.122-3.124c-.138-.139-.138-.362%200-.5l.25-.251c.139-.139.363-.139.501%200l5.76%205.762%205.762-5.762c.139-.139.361-.139.502%200l.248.251c.141.138.141.362%200%20.5l-3.01%203.01%203.385%203.543c.138.137.138.363-.001.501%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_male{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m5.455%2014.545c-1.404-1.403-1.404-3.688%200-5.092%201.404-1.405%203.688-1.405%205.093%200%201.405%201.404%201.405%203.688%200%205.092-1.404%201.404-3.689%201.404-5.093%200m-1.697%201.699c2.343%202.343%206.145%202.343%208.488%200%202.344-2.345%202.344-6.146%200-8.489-2.345-2.344-6.145-2.344-8.488%200-2.344%202.344-2.344%206.144%200%208.489z%22/%3E%3Cpath%20transform%3D%22matrix%28-.7071-.7071.7071-.7071%2019.704%2020.1%29%22%20d%3D%22m13.01%201.625h2v8.683h-2z%22/%3E%3Cpath%20d%3D%22m16%202h2v7.05h-2z%22/%3E%3Cpath%20d%3D%22m10.953%202h7.05v2h-7.05z%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_mobile{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m13.562%202h-7.07c-1.359%200-2.461%201.102-2.461%202.461v11.08c0%201.359%201.102%202.461%202.461%202.461h7.08c1.359%200%202.461-1.102%202.461-2.461v-11.08c0-1.359-1.101-2.461-2.463-2.461m-3.562%2014.865c-.553%200-1-.447-1-1s.448-1%201-1c.552%200%201%20.447%201%201s-.448%201-1%201m4-2.865h-8v-10h8v10%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_moderator{ background-image: url(images/ic_moderator.svg);}
html body .ow_button:hover .ow_ic_monitor{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.562%2C2H4.488C3.129%2C2%2C2.027%2C3.102%2C2.027%2C4.461v6.078C2.027%2C11.898%2C3.129%2C13%2C4.488%2C13H8v3.031H6.488%0A%09%09c-1.201%2C0-2.198%2C0.861-2.415%2C2h11.905c-0.216-1.139-1.213-2-2.416-2H12V13h3.564c1.359%2C0%2C2.461-1.102%2C2.461-2.461V4.461%0A%09%09C18.025%2C3.102%2C16.924%2C2%2C15.562%2C2z%20M16%2C11H4V4h12V11z%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_music{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m7%204v1.5%202%205.653c-.314-.093-.647-.153-1-.153-1.657%200-3%201.119-3%202.5s1.343%202.5%203%202.5%203-1.119%203-2.5v-7.333l6-1.333v4.32c-.314-.094-.647-.154-1-.154-1.656%200-3%201.119-3%202.5s1.344%202.5%203%202.5%203-1.119%203-2.5v-8-3-.5l-10%202%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_new{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M10%2C8h4v8H6V4h4V8%20M12%2C2H4v16h12V6L12%2C2z%22/%3E%3Cpath%20d%3D%22m11%2014c0%20.553-.448%201-1%201-.552%200-1-.447-1-1v-4c0-.552.448-1%201-1%20.552%200%201%20.448%201%201v4%22/%3E%3Cpath%20d%3D%22m8%2013c-.553%200-1-.447-1-1%200-.553.447-1%201-1h4c.553%200%201%20.447%201%201%200%20.553-.447%201-1%201h-4%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_newsfeed{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m4%202v16h12v-16h-12m3%2013h-2v-2h2v2m0-4h-2v-2h2v2m8%205h-7v-1h7v1m0-2h-7v-1h7v1m0-2h-7v-1h7v1m0-2h-7v-1h7v1m0-2h-10v-4h10v4%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_ok{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m17.815%204c-.644-.644-8.658%205.829-8.658%205.829s-2.851-1.232-3.835-1.232c-.138%200-.25.034-.328.112-.5.5%204.173%206.04%204.173%206.04s9.422-9.977%208.648-10.75%22/%3E%3Cpath%20d%3D%22m15.859%208.721c.09.412.141.84.141%201.279%200%203.309-2.691%206-6%206s-6-2.691-6-6%202.691-6%206-6c1.252%200%202.415.387%203.378%201.045.599-.455%201.173-.871%201.702-1.225-1.382-1.137-3.151-1.82-5.08-1.82-4.418%200-8%203.582-8%208%200%204.418%203.582%208%208%208%204.418%200%208-3.582%208-8%200-1.098-.222-2.144-.622-3.097-.446.576-.964%201.19-1.519%201.818%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_online{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m12%2012l-3-9-3%206h-4v2h5l2-4%203%2010%202-6h4v-2h-5z%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_picture{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C2v16h16V2H2z%20M16%2C14H4V4h12V14z%22/%3E%3Cpath%20d%3D%22m11%207l-2%203.667-2-1.667-2%204h10z%22/%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%221.5%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_places{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m10%202c-3.313%200-6%202.687-6%206s6%2010%206%2010%206-6.687%206-10-2.687-6-6-6m0%208.5c-1.38%200-2.5-1.119-2.5-2.5%200-1.38%201.12-2.5%202.5-2.5%201.381%200%202.5%201.12%202.5%202.5%200%201.381-1.119%202.5-2.5%202.5%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_plugin{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15%2C7.034V3c0-0.552-0.447-1-1-1s-1%2C0.448-1%2C1v4.034H7V3c0-0.552-0.447-1-1-1C5.448%2C2%2C5%2C2.448%2C5%2C3v4.034%0A%09%09H3.062v5.539c0%2C1.359%2C1.102%2C2.461%2C2.461%2C2.461H9V18h2v-2.966h3.599c1.359%2C0%2C2.461-1.102%2C2.461-2.461V7.034H15z%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_push_pin{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m11.735%2015.274l.17-.172c1.127-1.127%201.127-2.954%200-4.081l-2.926-2.927c-1.127-1.127-2.956-1.127-4.083%200l-.17.17%207.01%207.01%22/%3E%3Cpath%20d%3D%22m12.77%201.946l-.128.128c-.851.851-.851%202.228%200%203.079l2.205%202.206c.851.849%202.229.849%203.079%200l.128-.128-5.284-5.285%22/%3E%3Cpath%20transform%3D%22matrix%28.7071.7071-.7071.7071%209.394-5.605%29%22%20d%3D%22m9.201%204.88h4.523v7.313h-4.523z%22/%3E%3Cpath%20d%3D%22m2%2017.996c-.306-.306%206.09-7.656%206.09-7.656l1.565%201.564c.001%200-7.314%206.432-7.655%206.092%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_refresh{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m15%209c-.553%200-1%20.448-1%201%200%202.206-1.794%204-4%204-2.206%200-4-1.794-4-4%200-2.206%201.794-4%204-4v2l4.167-3-4.167-3v2c-3.314%200-6%202.686-6%206%200%203.313%202.686%206%206%206%203.313%200%206-2.687%206-6%200-.552-.447-1-1-1%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_reply{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m13%209c-1.73-.854-5-1-5-1v-4l-6%206%206%206v-4c0%200%205.75-.344%2010%202.875%200%200-.312-3.563-5-5.875%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_right_arrow{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m16.958%209c.553%200%201%20.448%201%201%200%20.553-.447%201-1%201h-13.999c-.552%200-1-.447-1-1%200-.552.448-1%201-1h13.999%22/%3E%3Cpath%20d%3D%22m17.665%209.293c.391.391.391%201.024%200%201.414-.39.39-1.023.391-1.414%200l-6.898-6.898c-.391-.391-.391-1.025%200-1.414.39-.391%201.023-.391%201.414%200l6.898%206.898%22/%3E%3Cpath%20d%3D%22m16.251%209.293c.391-.391%201.024-.391%201.414%200%20.391.39.391%201.023%200%201.414l-6.898%206.899c-.391.391-1.024.39-1.415%200-.39-.391-.391-1.023%200-1.414l6.899-6.899%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_rss{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C10c4.39%2C0%2C7.963%2C3.556%2C7.997%2C7.938h3C12.963%2C11.892%2C8.054%2C7%2C2%2C7V10z%22/%3E%3Cpath%20d%3D%22M2%2C5c7.147%2C0%2C12.963%2C5.798%2C12.997%2C12.938h3C17.963%2C9.13%2C10.815%2C2%2C2%2C2V5z%22/%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%2215.5%22%20r%3D%222.5%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_save{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m8%202h4v11h-4z%22/%3E%3Cpath%20transform%3D%22matrix%28.7072.707-.707.7072%2011.485-5.258%29%22%20d%3D%22m10.884%207.07h2.414v8.329h-2.414z%22/%3E%3Cpath%20transform%3D%22matrix%28-.7069.7073-.7073-.7069%2021.45%2013.589%29%22%20d%3D%22m6.702%207.08h2.415v8.328h-2.415z%22/%3E%3Cpath%20d%3D%22m4.625%2016h10.75v2h-10.75z%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_restrict{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m15.657%204.343c-1.562-1.562-3.61-2.343-5.657-2.343-2.047%200-4.095.781-5.657%202.343-3.124%203.124-3.125%208.189%200%2011.314%201.562%201.563%203.61%202.343%205.657%202.343%202.047%200%204.095-.78%205.657-2.343%203.124-3.125%203.124-8.19%200-11.314m-9.899%201.414c1.133-1.133%202.639-1.757%204.242-1.757%201.089%200%202.131.294%203.044.835l-8.196%208.196c-1.35-2.299-1.061-5.303.91-7.274m8.485%208.486c-1.134%201.133-2.639%201.757-4.243%201.757-1.089%200-2.131-.295-3.044-.835l8.196-8.197c1.351%202.3%201.062%205.303-.909%207.275%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_script{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m2%202h16v16h-16z%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m3%204h14v13h-14z%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m4%205h12v11h-12z%22/%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m6%207h1v1h-1z%22/%3E%3Cpath%20d%3D%22m8%209h1v1h-1z%22/%3E%3Cpath%20d%3D%22m9%2010h1v1h-1z%22/%3E%3Cpath%20d%3D%22m8%2011h1v1h-1z%22/%3E%3Cpath%20d%3D%22m7%2012h1v1h-1z%22/%3E%3Cpath%20d%3D%22m6%2013h1v1h-1z%22/%3E%3Cpath%20d%3D%22m7%208h1v1h-1z%22/%3E%3Cpath%20d%3D%22m10%2013h4v1h-4z%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_server{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m2%2010h16v8h-16z%22/%3E%3Cpath%20d%3D%22M14.438%2C4L16%2C10.246V16H4v-5.754L5.562%2C4H14.438%20M16%2C2H4l-2%2C8v8h16v-8L16%2C2L16%2C2z%22/%3E%3C/g%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m2%2014h16v1h-16z%22/%3E%3Cpath%20d%3D%22m3%2012h1v1h-1z%22/%3E%3Cpath%20d%3D%22m5%2012h1v1h-1z%22/%3E%3Cpath%20d%3D%22m7%2012h1v1h-1z%22/%3E%3Cpath%20d%3D%22m3%2016h1v1h-1z%22/%3E%3Cpath%20d%3D%22m5%2016h1v1h-1z%22/%3E%3Cpath%20d%3D%22m7%2016h1v1h-1z%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_star{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m9.99%202.398l2.471%205%205.523.803-3.997%203.894.945%205.503-4.942-2.593-4.94%202.593.944-5.503-3.997-3.894%205.523-.803z%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_tag{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%207.657%207.657%2018%202%2012.343%2012.343%202%2015%202%2018%202%2018%205z%22/%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2214.5%22%20cy%3D%225.5%22%20r%3D%221.5%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_trash{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m16%205v-1c0-1.104-.896-2-2-2h-9c-1.104%200-2%20.896-2%202v1h13%22/%3E%3Cpath%20d%3D%22m4%206v10c0%201.104.896%202%202%202h7c1.104%200%202-.896%202-2v-10h-11%22/%3E%3C/g%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m6%207h1v9h-1z%22/%3E%3Cpath%20d%3D%22m9%207h1v9h-1z%22/%3E%3Cpath%20d%3D%22m12%207h1v9h-1z%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_unlock{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m2%209h10v9h-10z%22/%3E%3Cpath%20d%3D%22m13%202c-2.209%200-4%201.791-4%204v3h1.5v-3c0-1.378%201.121-2.5%202.5-2.5s2.5%201.122%202.5%202.5v1.5h1.5v-1.5c0-2.209-1.791-4-4-4%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_up_arrow{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m8.958%203c0-.553.448-1%201-1%20.552%200%201%20.447%201%201v14c0%20.552-.448%201-1%201-.552%200-1-.448-1-1v-14%22/%3E%3Cpath%20d%3D%22m9.251%202.293c.391-.391%201.024-.391%201.414%200%20.389.39.39%201.023%200%201.414l-6.899%206.899c-.391.391-1.025.39-1.414%200-.391-.39-.391-1.023%200-1.414l6.899-6.899%22/%3E%3Cpath%20d%3D%22m9.251%203.708c-.391-.391-.391-1.024%200-1.414.39-.391%201.023-.391%201.414%200l6.899%206.899c.391.391.39%201.024%200%201.414-.391.39-1.023.391-1.414%200l-6.899-6.899%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_update{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m10.958%2017c0%20.553-.448%201-1%201-.552%200-1-.447-1-1v-14c0-.552.448-1%201-1%20.552%200%201%20.448%201%201v14%22/%3E%3Cpath%20d%3D%22m10.666%2017.707c-.391.391-1.024.391-1.414%200-.39-.39-.391-1.023%200-1.414l6.899-6.899c.391-.391%201.025-.39%201.414%200%20.391.39.391%201.023%200%201.414l-6.899%206.899%22/%3E%3Cpath%20d%3D%22m10.666%2016.293c.391.391.391%201.024%200%201.414-.39.391-1.023.391-1.414%200l-6.899-6.899c-.391-.391-.39-1.024%200-1.414.39-.39%201.023-.391%201.414%200l6.899%206.899%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_user{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m12.33%209.621c-.67-.391-1.444-.621-2.304-.639-.881.018-1.672.259-2.356.668-1.491.893-2.464%202.587-2.725%204.508-.151%201.113-.299%202.34-.413%203.312%201.77.346%203.597.53%205.468.53%201.889%200%203.734-.187%205.52-.54-.113-.97-.262-2.191-.412-3.302-.264-1.943-1.258-3.653-2.778-4.537%22/%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%225%22%20r%3D%223%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_video{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m17%2017v-2h1v-10h-1v-2h1v-1h-16v1h2v2h-2v10h2v2h-2v1h16v-1h-1m-6-14h2v2h-2v-2m-3%200h2v2h-2v-2m-1%2014h-2v-2h2v2m0-12h-2v-2h2v2m3%2012h-2v-2h2v2m3%200h-2v-2h2v2m-5-3.91v-6.09l5.273%203.045-5.273%203.045m8%203.91h-2v-2h2v2m0-12h-2v-2h2v2%22/%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_warning{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m17.775%2015.345l-6.911-11.849c-.358-.614-1.369-.614-1.728%200l-7%2012c-.181.31-.182.691-.003%201s.509.502.867.502h14c.007%200%20.015%200%20.02%200%20.553%200%201-.447%201-1%200-.251-.092-.479-.245-.655%22/%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m11%2011.25c0%20.553-.448%201-1%201-.552%200-1-.447-1-1v-4.25c0-.552.448-1%201-1%20.552%200%201%20.448%201%201v4.25%22/%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2214.25%22%20r%3D%221%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_write{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m4.851%2017.978c-2.851.022-2.851.022-2.851.022s0%200%20.022-2.852c.002-.321.906-.906.906-.906l2.829%202.828c.001%200-.586.905-.906.908%22/%3E%3Cpath%20d%3D%22m16.932%203.068c-.78-.781-1.312-1.516-2.094-.734l-1.346%201.346%202.828%202.828%201.346-1.346c.781-.782.047-1.313-.734-2.094%22/%3E%3Cpath%20transform%3D%22matrix%28.7071-.7071.7071.7071-4.533%209.839%29%22%20d%3D%22m3.401%208.39h12.417v4h-12.417z%22/%3E%3C/g%3E%3C/svg%3E);}
html body .ow_button:hover .ow_ic_close{background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m2.301%203.756c-.391-.391-.391-1.024-.001-1.414.391-.391%201.023-.391%201.414%200l13.913%2013.914c.39.391.391%201.023%200%201.414-.391.391-1.024.391-1.415%200l-13.911-13.914%22/%3E%3Cpath%20d%3D%22m16.14%202.401c.43-.43%201.095-.462%201.485-.072.391.391.358%201.055-.071%201.485l-13.822%2013.822c-.429.429-1.094.462-1.485.071-.39-.391-.358-1.057.071-1.485l13.822-13.821%22/%3E%3C/g%3E%3C/svg%3E);}
/*---- End of the Icons on hover for buttons styles ----*/
html body.ow div .ow_inprogress {
    background-image: url(images/ajax_preloader_button.gif);
}
html body.ow div input.ow_inprogress,
html body div .ow_button:hover .ow_inprogress {
    background-image: url(images/ajax_preloader_button.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/miniic_set.svg) no-repeat -38px 0px; }
html body div .ow_miniic_like { background: url(images/miniic_set.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 #eff2f5;
    padding-right: 3px;
}
.ow_change_avatar .ow_avatar_preview{
    border-left: 1px solid #eff2f5;
}
.ow_change_avatar .avatar_crop{
    border-bottom: 1px solid #eff2f5;
}
.ow_avatar_crop .jcrop-holder{
    margin: 0px auto;
}
.ow_avatar_preview div{
    margin: 0px auto;
}
.ow_avatar {
    position: relative;
    display: inline-block;
	padding: 8px;
    width: 40px;
    height: 40px;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.ow_avatar img {
    vertical-align: bottom;
    width: 40px;
    height: 40px;
}
.ow_avatar_label {
    font-size: 7px;
    display: inline-block;
    position: absolute;
    line-height: 10px;
    text-transform: uppercase;
    bottom: 8px;
    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: 56px;
	height: 56px;
    margin-right: -56px;	
}
.ow_newsfeed .ow_newsfeed_avatar img {
	width: 40px;
    height: 40px;
}
/* ---- End of the Avatar styles ---- */
/* ---- User Avatar Console styles ---- */
.ow_avatar_console{
    position: relative;
    background: #fff;
    padding: 14px 4px 0px;
    border: 1px solid #eff2f5;   
}
.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: static;
}
.ow_avatar_console .ow_avatar_image {
    height: 190px;
    max-width: 170px;
}
.ow_avatar_change {
	position: absolute;
	right: 0;
	top: -44px;
	left: 142px;
	height: 181px !important;
	background: transparent(83, 8, 8, 0.9);
	float: left !important;
}
.ow_avatar_change .ow_lbutton {
	margin-top: 95px;
	padding: 4px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 2px;
}
.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;
}
.ow_avatar_console:hover .pcg_avatar_approve {
	display: block !important;
	background: transparent !important;
}
.pcg_avatar_approve {
	display: block !important;
}
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: #36d0ae;
	border-top:1px solid #36d0ae;
	border-right:1px solid #36d0ae;
	border-bottom:1px solid #36d0ae;
	border-left:1px solid #36d0ae;
}
/*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;
}
/* Preloader */
.ow_ajax_floatbox_preloader {
	width: 100%;
	height: 50px;
}
.ow_side_preloader_wrap .ow_side_preloader {
	width: 22px;
	height: 22px;
	margin-top: 0;
}
/* */
.info {
    margin-bottom: 8px;
}
.ow_automargin{
    margin-left: auto;
    margin-right: auto;
}
.ow_std_margin{
    margin-bottom: 25px;
}
.ow_stdmargin{
    margin-bottom: 28px;
}
.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: #2db395; /** OW_Control type:color, section:2. Colors, key:txtValue, label:5. Numeric values **/
    font-family: 'core_sans_e55_medium', "Trebuchet MS", "Helvetica CY", sans-serif;
}
.ow_lightweight {
    font-weight: normal;
}
.ow_txt_value {
    font-family: 'core_sans_e55_medium', "Trebuchet MS", "Helvetica CY", sans-serif;
    color: #949a9d; /** OW_Control type:color, section:2. Colors, key:txtValue, label:5. Numeric values **/
}
.ow_remark {
	color: #828894; 
}
.ow_alt1,
tr.ow_alt1 td{
    background-color: #fff; 
}
.ow_alt2,
tr.ow_alt2 td{
    background-color: #fff; 
}
.ow_high1{
    background-color: #fff; 
}
.ow_high2{
    background-color: #fff;
}
.ow_anno {
	background:#fff url(images/ic_warning.svg) no-repeat scroll 15px 45%;
	border:1px solid #ccd6de;
	padding:10px;
}
.outline{
    color: #2db395;
    font-family: 'core_sans_e55_medium', "Trebuchet MS", "Helvetica CY", sans-serif;
}
.ow_highbox_table .ow_highbox,
.ow_highbox {
	background: #f8fafc;
	border: none;
	box-shadow: 0px 0px 1px #eff2f5;
}
.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: #eff2f5;
}
.ow_page td.ow_highbox {
	border-color: #eff2f5;
}
.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: left top;
	float: left;
	margin: 13px 0px 13px 3px;
	overflow:hidden;
	height: 35px;
	text-align:center;
	width: 33%;
	font-size: 0%;
}
.ow_add_content:hover{
	text-decoration:none;
}
.ow_add_content:nth-child(odd) {
	margin-left: 0px;
}
html body div .ow_add_content.ow_ic_picture {
	background-image: url(images/ic_Add_photo.svg);
}
html body div .ow_add_content.ow_ic_write {
	background-image: url(images/ic_Add_blog.svg);
}
html body div .ow_add_content.ow_ic_files {
	background-image: url(images/ic_Add_forum.svg);
}
html body div .ow_add_content.ow_ic_comment {
	background-image: url(images/ic_Add_group.svg);
}
html body div .ow_add_content.ow_ic_calendar {
	background-image: url(images/ic_Add_event.svg);
}
html body div .ow_add_content.ow_ic_video {
	background-image: url(images/ic_Add_video.svg);
}
html body div .ow_add_content.ow_ic_picture:hover {
	background-position:  left -46px;
}
html body div .ow_add_content.ow_ic_write:hover {
	background-position:  left -47px;
}
html body div .ow_add_content.ow_ic_files:hover {
	background-position:  left -49px;
}
html body div .ow_add_content.ow_ic_comment:hover {
	background-position:  left -46px;
}
html body div .ow_add_content.ow_ic_calendar:hover {
	background-position:  left -43px;
}
html body div .ow_add_content.ow_ic_video:hover {
	background-position:  left -45px;
}
/* ---- End of Add content styles ---- */
/* ---- Forum styles ---- */
.ow_forum{
    text-align: center;
    width: 100%;
}
.ow_forum .ow_name{
    text-align: left;
    width: 563px;
}
.ow_forum .ow_topics{
    width: 55px;
}
.ow_forum .ow_replies{
    width: 55px;
}
.ow_forum .ow_action{
    white-space: nowrap;
    width: 70px;
}
.ow_forum_topic .ow_author{
    width: 20%;
}
.ow_forum_topic .ow_posts{
    text-align: center;
    width: 1%;
}
.ow_forum_topic .ow_views{
    text-align: center;
    width: 1%;
}
.ow_forum_topic .ow_icon{
    line-height: 14px;
    text-align: center;
    width: 8%;
}
.ow_forum_topic .ow_icon .ow_lbutton:hover {
	border-color: transparent;
	cursor: default; 
}
body.htmlarea_styles blockquote.ow_quote,
blockquote.ow_quote{
    margin: 10px 0 10px 40px;
    background: #fff;
    padding: 2px 5px;
}
body.htmlarea_styles blockquote.ow_quote .ow_author,
blockquote.ow_quote .ow_author{
	color: #fff;
    display: inline-block;
    padding: 2px 0;
    width: 98%;
}
.ow_quote_header {
	display: block;
	padding: 6px;
	background-color: #cad4dd;
}
.ow_quote_cont_wrap {
	background: url("images/quote_top.png") no-repeat right 1px;
    border-color: #eff2f5;
    border-style: solid;
    border-width: 0 1px 1px;
    display: block;
}
.ow_quote_cont {
	background: url("images/quote_bottom.png") no-repeat 1px bottom;
    display: block;
    padding: 9px 20px;
}
.ow_forum_topic_posts .ow_post_comment{
    background-repeat: no-repeat;
    font-style: italic;
    font-size: 11px;
    margin: 10px 0;
    padding-left: 20px;
}
.ow_forum_post_area{
    height: 240px;
}
.ow_forum_status{
    font-style: italic;
}
/* First post in topic */
.ow_forum_topic_posts > .ow_box.ow_no_cap {
	border: none;
	padding: 0px;
}
.ow_forum_topic_posts > .ow_box.ow_no_cap .ow_ipc_info {
	border-color: #ccd6de;
}
/* ---- 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;
}
.ow_mailbox_left_loading .ow_mailbox_left_body {
    background: url(images/ajax_preloader_content.gif) center 220px no-repeat;
}
body .ow_mailbox_right.ow_mailbox_right_loading div.ow_mailbox_right_preloading {
    background: url(images/ajax_preloader_content.gif) no-repeat center center;
}
.ow_mailbox_message_content .ow_file_attachment_info,
.ow_dialog_items_wrap .ow_file_attachment_info,
.ow_mailbox_log .ow_file_attachment_info {
	background-image: url(images/miniic_doc.png);
}
.ow_mailbox_convers_info.mails {
	background-image: url(images/miniic_envelope.svg);
}
.ow_mailbox_convers_info.chats {
	background-image: url(images/miniic_buble.svg);
}
.ow_mailbox_convers_info_attach {
    background: url(images/miniic_attach.svg) center center no-repeat;
}
.ow_mailbox_conv_options_label {
    background-image: url(images/chat_tiny_arrow_down.svg);
    line-height: 14px;
}
.ow_mailbox_convers_info {
	background-color: #fff;
}
.ow_mailbox_convers_info_new {
	background-color: #fff;
}
.ow_mailbox_convers_info_selected {
	background-color: #fff;
}
.ow_mailbox_convers_info:hover,
.ow_mailbox_convers_info_selected,
.ow_mailbox_convers_info_selected:hover {
    -webkit-box-shadow: inset 2px 0px 0px 0px #2db395;
	-moz-box-shadow: inset 2px 0px 0px 0px #2db395;
	box-shadow: inset 2px 0px 0px 0px #2db395;
}
body .ow_mailbox_convers_info .ow_mailbox_convers_info_string a {
	font-size: 14px;
	text-transform: uppercase;
}
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-family: 'core_sans_e55_medium',"Trebuchet MS","Helvetica CY",sans-serif;
	font-weight: normal;
}
.ow_mailbox_convers_info span.ic_reply {
	background-image: url(images/ic_reply_g.svg);
	width: 18px;
}
.ow_mailbox_table,
.ow_mailbox_table .ow_mailbox_convers_info, 
.ow_mailbox_table .ow_mailbox_cap, 
.ow_mailbox_table .ow_mailbox_date_cap,
.ow_mailbox_table .ow_mailbox_conv_options,
.ow_mailbox_table .ow_mailbox_subject_block,
.ow_mailbox_table .ow_mailbox_log,
.ow_mailbox_table .ow_mailbox_log_date,
.ow_mailbox_table .ow_mailbox_left .ow_mailbox_cap,
.ow_mailbox_table .ow_mailbox_left .ow_mailbox_search,
.ow_mailbox_table .ow_mailbox_left .ow_mailbox_left_body,
.ow_mailbox_right .ow_chat_message_block {
    border-color: #eff2f5;
}
.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 #eff2f5;
}
.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 #eff2f5;
}
.ow_mailbox_convers_actions .ow_miniic_control span {
	width: 20px;
	height: 20px;
	background: url(images/miniic_gearwheel.svg) 0px 0px no-repeat;
}
.ow_mailbox_convers_actions .ow_miniic_control.active span {
	background: url(images/miniic_gearwheel.svg) 0px -21px no-repeat;
}
.ow_mailbox_convers_count_new,
.ow_mailbox_convers_info_date {
	text-transform: uppercase;
}
.ow_mailbox_convers_count_new {
	color: #2db395;
}
body .ow_mailbox_username .ow_mailbox_username_text {
	font-weight: normal;
}
body .ow_mailbox_message_header a {
	font-size: 14px;
	font-weight: normal;
	font-family: 'core_sans_e55_medium',"Trebuchet MS","Helvetica CY",sans-serif;
}
body .ow_mailbox_message_content {
	font-size: 14px;
}
body .ow_mailbox_avatar {
	width: 56px;
}
body .ow_mailbox_log .ow_dialog_item.odd .ow_dialog_in_item, 
body .ow_mailbox_log .ow_dialog_item.even .ow_dialog_in_item {
	background: #cad4dd;
	border-color: #cad4dd;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
}
body .ow_dialog_in_item p{
	line-height: 15px;
}
body .ow_mailbox_right .ow_mailbox_username .ow_chat_status {
	vertical-align: initial;
	margin-left: -18px;
}
body .ow_mailbox_username,
body .userisonline .ow_mailbox_username {
	padding: 4px 0 0 4px;
}
body .ow_mailbox_right .ow_mailbox_username {
	min-width: 200px;
}
body .ow_mailbox_cap .ow_mailbox_avatar {
	margin-top: 3px;
	margin-left: -56px;
}
.ow_mailbox_table .ow_mailbox_search input {
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
/* ---- End of Mailbox styles ---- */
/* ---- Chat styles ---- */
body .ow_chat_block_wrap {
	background-color: #fff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
body .ui-draggable-disabled ~ .ow_chat_block_wrap {
	background-color: #36353b;
}
html body .ow_chat_block {
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
body .ow_chat_in_block {
	border-bottom: 0;
}
body .ow_chat_in_block {
	border-left: 1px solid #eff2f5;
}
body span.ow_btn_sort_users span {
	background-image: url(images/chat_btn_sort.png);
}
body a.ow_btn_sound span {
	background-image: url(images/chat_btn_sound.png);
}
body .ow_btn_close_search {
	background-image: url(images/chat_btn_close_search.png);
}
.ow_count_block span.ow_count_txt {
	color: #9b9a9d;
	font-weight: normal;
	font-size: 14px;
}
body .ow_chat_dialog_wrap .ow_count_bg, 
body .ow_chat .ow_count_bg {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #2db395;
}
body .ow_chat_dialog_wrap .ow_count_active, 
body .ow_chat .ow_count_active {
	background-color: #2db395;
}
body .ow_chat_dialog_wrap .ow_count, 
body .ow_chat .ow_count {
	color: #fff;
	padding: 0px 0px 0px 0px;
}
body a.ow_btn_sound:hover span, 
body span.ow_btn_sort_users:hover span {
	background-color: transparent;
	border-color: transparent;
}
body .ow_chat_block .ow_chat_search {
	border-top: none;
	border-color: #eff2f5;
}
body .ow_chat_block_main .ow_chat_search input[type="text"], 
body .ow_chat_block_main .ow_chat_search input[type="password"] {
	color: #4c4c4c;
	background-color: #fff;
}
body .ow_chat_in_block,
body .ow_chat_list ul {
	background-color: #fff;
}
body .ow_chat_block_main .ow_chat_search input[type="text"].invitation, 
body .ow_chat_block_main .ow_chat_search input[type="password"].invitation {
	color: #999;
}
.ow_chat_in_item_photo img {
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}
.ow_chat_list ul li a.ow_chat_item:hover {
	background-color: #f4f4f4;
}
body .ow_chat_block.ow_active .ow_count_block a:hover {
	background-image: url(images/photo_view_context.png);
	background-position: 233px 7px;
}
.ow_chat_dialog.ow_open a.ow_chat_item_author_wrap:hover,
body .ow_mailchat_new_message.ow_chat_dialog_active .ow_author_block a.ow_chat_item_author_wrap:hover,
body .ow_mailchat_new_message.ow_chat_dialog_active .ow_mailchat_select_user a.ow_chat_minimize_btn {
	background-image: url(images/photo_view_context_up.png);
}
.ow_chat_dialog.ow_open.ow_active a.ow_chat_item_author_wrap:hover,
body .ow_mailchat_new_message.ow_chat_dialog.ow_active .ow_author_block a.ow_chat_item_author_wrap:hover,
body .ow_mailchat_new_message .ow_mailchat_select_user a.ow_chat_minimize_btn {
	background-image: url(images/photo_view_context.png);
}
body .ow_count_block a:hover {
	background-image: url(images/photo_view_context_up.png);
	background-position: 233px 7px;
}
body .ow_mailchat_new_message .ow_mailchat_select_user a.ow_chat_minimize_btn {
	background-position: center 7px;
}
.ow_top_panel,
.ow_chat_block .ow_bot_panel {
	border-width: 1px 0 0 1px;
}
.ow_chat_block.ow_active .ow_bot_panel {
	border-width: 0 0 0 1px;
}
.ow_chat_block .ow_top_panel {
	border-style: solid;
	border-color: #eff2f5;
}
body span.ow_chat_item_author, 
body span.ow_chat_item_text,
body .ow_chat_dialog_wrap .ow_chat_message_block .ow_chat_message textarea,
body .ow_mailchat_new_message.ow_chat_dialog.ow_active .ow_mailchat_select_user input,
html body .ow_chat_dialog .ow_chat_subject_block input,
body .ow_mailchat_autocomplete_inner span.ow_chat_item_author .ow_chat_in_item_author {
	color:#4c4c4c;
	font-weight: normal;
}
body .ow_author_block span.ow_chat_item_author {
	color:#9b9a9d;
}
body .ow_chat_dialog {
	background-color: #36353b;
}
body .ow_chat_dialog.ow_active {
	background-color: #fff;
}
body .ow_mailchat_new_message.ow_chat_dialog {
	border: 1px solid #eff2f5;
}
body .ow_diagonal_puller {
	background-image: url(images/diagonal_puller.png);
}
.ow_author_block a.ow_btn_close span {
	background-image: url(images/chat_btn_close.png);
}
body a.ow_btn_close:hover {
	background: none;
}
body .ow_chat_dialog {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
html body .ow_chat_dialog .ow_chat_block {
	border: none;
}
body .ow_chat_dialog .ow_author_block {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #eff2f5;
}
body .ow_chat_dialog .ow_mailchat_select_user.ow_author_block {
	border-width: 0;
	border-bottom: 1px solid #eff2f5;
}
body .ow_chat_in_dialog_wrap {
	border-color: #eff2f5;
	border-width: 0 1px 1px;
}
body .ow_dialog_date_cap {
	color: #828894;
	background-color: #fff;
	border-color: #eff2f5;
}
.ow_chat_message_block {
	border-width: 0 1px;
	border-style: solid;
	border-color: #eff2f5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body .ow_chat_in_dialog,
body .ow_mailchat_new_message .ow_chat_mailchat_inputarea,
body .ow_chat_dialog .ow_chat_subject_block input,
body .ow_mailchat_new_message.ow_chat_dialog .ow_mailchat_select_user.ow_author_block,
body .ow_mailchat_new_message .ow_mailchat_select_user input {
	background-color: #fff;
}
body .ow_chat_dialog_wrap .ow_chat_message_block .ow_chat_message textarea.invitation,
body .ow_chat_in_dialog .ow_time_block p span.ow_time_text,
body .ow_mailchat_new_message.ow_chat_dialog .ow_mailchat_select_user.ow_author_block,
body .ow_chat_dialog .ow_chat_subject_block input {
	color: #828894;
}
body .ow_mailchat_new_message.ow_chat_dialog_active .ow_mailchat_select_user.ow_author_block {
	background-color: #36353b;
}
.ow_mailchat_new_message.ow_chat_dialog.ow_chat_dialog_active .ow_mailchat_select_user .ow_mailchat_new_message_title {
	color: #9b9a9d;
}
body .ow_chat_dialog_active.ow_mailchat_new_message .ow_mailchat_select_user.ow_author_block {
	border-bottom-color: #36353b;
}
.ow_chat_block .ow_dialog_item.even .ow_dialog_in_item,
.ow_chat_block .ow_dialog_item.odd .ow_dialog_in_item {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #cad4dd;
	border-color: #cad4dd;
	font-size: 13px;
}
body .ow_chat_dialog_wrap .ow_dialog_in_item p {
	color: #fff;
}
body .ow_chat_dialog_wrap .ow_attachments a.attach {
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 22px;
	background: url(images/wysiwyg.png) no-repeat scroll -241px 5px rgba(0, 0, 0, 0);
}
body .ow_chat_dialog_wrap .ow_attachments a.attach.uploading,
body .ow_chat_preloader,
body .ow_mailchat_new_message .ow_file_attachment_preload {
	background-image: url(images/ajax_preloader_button.gif);
}
body .ow_chat_preloader {
	height: 22px;
	width: 22px;
}
body form .ow_chat_mailchat_inputarea .toolbar,
body .ow_mailchat_autocomplete ul li a:hover {
	background-color: #fff;
}
body .ow_chat_dialog .ow_chat_subject_block input,
.ow_mailchat_new_message.ow_chat_dialog .ow_author_block.ow_mailchat_selected_user {
	border: none;
}
body .ow_mailchat_new_message .ow_chat_mailchat_inputarea,
body .ow_mailchat_new_message .ow_file_attachment_info {
	border-color: #eff2f5;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
body .ow_chat_mailchat_buttons {
	border: none;
	background-color: #fff;
}
body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button,
body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button span {
	border: none;
	background: #004d7e;
	padding: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0;
}
body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button:hover {
	background-color: #004d7e;
}
body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="submit"], 
body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="button"] {
	text-shadow: none;
	font-family: 'core_sans_e55_medium', "Trebuchet MS", "Helvetica CY", sans-serif;
	color: #fff;
	height: 24px;
}
body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="submit"]:hover, 
body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="button"]:hover {
	color: #fff;
}
body .ow_chat_dialog_wrap .ow_attachments .buttons {
	background-color: #fff;
}
body form .ow_chat_mailchat_inputarea .toolbar ul li a {
	background-image: url(images/wysiwyg.png);
	border: none;
}
body .ow_mailchat_new_message .ow_mailchat_select_user .ow_mailchat_autocomplete {
	top: 39px;
	border-top-width: 1px;
}
body .ow_chat_dialog .ow_chat_subject_block input {
	font-size: 13px;
}
body .toolbar ul li a {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
body .ow_mailchat_new_message .ow_file_attachment_close,
body .ow_mailchat_new_message.ow_chat_dialog.ow_active .ow_author_block .ow_mailchat_delete_receiver {
	background-image: url(images/tag_close_btn.png);
}
body .jspDrag {
	background-color: #ccc;
}
.ow_chat .ow_chat_block .ow_count_block a {
	height: 20px;
}
.ow_chat_block .ow_count_wrap {
	vertical-align: text-bottom;
}
.ow_chat .ow_chat_block .ow_bot_panel .ow_count_block {
	padding-top: 2px;
}
body .ow_chat_dialog_wrap .ow_dialog_item i {
	display: none;
}
/* ---- End of Chat styles ---- */
/* ---- Blogs styles ---- */
.ow_blogpost_compose textarea{
    height: 235px;
}
/* ---- End of Blogs styles ---- */
/* ---- Rates Styles ---- */
.inactive_rate_list, .active_rate_list {
    background: url(images/stars.png) no-repeat 0 -13px;
    width: 65px;
    height: 13px;
    text-align: left;
    display: inline-block;
}
.active_rate_list {
    background-position: 0 0;
}
.rates_cont a.rate_item {
    background: url(images/stars.png) no-repeat 0 -13px;
    cursor: pointer;
    float: left;
    height: 13px;
    text-decoration: none;
    width: 13px;
}
.rates_cont a.active {
    background-position: 0 0;
}
.rates_cont{
    margin: 0 auto;
	width: 65px;
}
.ow_rate_score{
    font-size: 20px;
}
/* ---- End of Rates Styles ---- */
/* ---- Video styles ---- */
.ow_video_list .ow_alt1,
.ow_video_list .ow_alt2 {
	padding: 24px 0px 24px 0px;
	-webkit-align-content: stretch; 
  	align-content: stretch;
  	justify-content: center;
}
.ow_video_list .ow_alt1.clearfix,
.ow_video_list .ow_alt2.clearfix {
	display: flex;
}
.ow_video_player{
    text-align: center;
}
.ow_video_description{
    margin: 8px 0 20px;
}
.ow_video_list_item{
	margin: 0px 3.5%;
    max-height: 165px;
    width: 120px;
}
.ow_other_video_item_title{
    margin-left: 88px;
    padding-left: 4px;
}
.ow_video_thumb{
    background: url(images/video-no-video.png) no-repeat center center;
    display: block;
}
.ow_video_thumb,
.ow_video_list_item img{
    height: 90px;
    width: 120px;
}
.ow_other_video_thumb{
    display: block;
    margin-right: -80px;
    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;
}
.ow_other_video_floated{
    display: inline-block;
    background: #fff url(images/video-no-video.png) no-repeat center center;
    width: 80px;
    height: 60px;
    vertical-align: middle;
}
.ow_video_item_title{
	font-family: 'core_sans_e55_medium', "Trebuchet MS", "Helvetica CY", sans-serif;
	padding-bottom: 3px;
}
.ow_video_item_rate{
    height: 15px;
    text-align: center;
}
.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 {
    font-family: 'core_sans_e55_medium',"Trebuchet MS","Helvetica CY",sans-serif;
    text-transform: uppercase;
    color: #5b646a;
    background-color: #fff9ec;
    border: 1px solid #eff2f5;
    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 #eff2f5;
}
.ow_photo_preview_image {
    background-color: #fafafa;
}
.ow_photo_preview_loading {
    background-image: url(images/ajax_preloader_content.gif) !important;
    background-size: auto !important;
}
.ow_photo_preview_image_filter {
    background: #000;
}
.ow_photo_preview_x {
    background: url(images/photo_upload_btn_x.png) center center no-repeat;
}
.ow_photo_preview_rotate {
    background: url(images/photo_upload_btn_rotate.png) center center no-repeat;
}
.ow_photo_prev{
    background-repeat: no-repeat;
    background-position: right center;
    text-align: left;
    width: 39%;
}
.ow_photo_next{
    background-repeat: no-repeat;
    background-position: left center;
    text-align: right;
    width: 39%;
}
.ow_photo_list_item{
    float: left;
    height: 165px;
    padding: 16px 0px;
    text-align: center;
}
.ow_photo_info_str{
    padding-top: 5px;
}
.ow_photo_infobar{
    padding: 10px;
    text-align: right;
}
.ow_photo_rate{
    height: 15px;
    text-align: center;
}
html body div.floatbox_photo_preview a.ow_ic_delete.close,
html body div.floatbox_empty a.ow_ic_delete.close {
	background-image: url('images/photo_prev_x.png');
}
.floatbox_empty .ow_box_cap_icons {
    top: -20px;
    right: -20px;
}
.ow_photo_list_item_thumb span.ow_lbutton:hover {
	cursor: default;
}
.ow_photo_list_item_thumb {
	width: 120px;
	height: 120px;
	padding: 4px 6px 6px 20px;
	background: transparent url('images/photo_list_item_thumb.png') no-repeat 15px 0px;
}
.ow_photo_list_item_thumb img {
	width: 120px;
	height: 120px;
}
body .ow_photo_list_item_thumb span.ow_lbutton {
	bottom: 6px;
	right: 6px;
}
.ow_photo_submit_wrapper.ow_mild_green {
	background-color: #57ba98;
}
/*Photo list*/
body .ow_photo_list_wrap div.ow_photo_item {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.ow_photo_item_info {
	font-size: 14px;
}
.ow_photo_list_wrap .ow_photo_item_wrap .ow_photo_item_info {
    background-color: rgba(255, 255, 255, 0.9);
}
.ow_photo_item_wrap .ow_photo_item img {
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.ow_photo_album_info_wrap {
    border-bottom: 1px solid #eff2f5;
}
.ow_photo_album_cover {
    border-color: #eff2f5;
}
.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: #535a5f;
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    top: 0;
    right: 0;
}
body .ow_photo_context_action .ow_tooltip .ow_tooltip_body {
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
body .ow_photo_context_action .ow_context_action_block .ow_context_action,
html body .ow_photo_context_action .ow_context_action {
	border: none;
}
.ow_photo_context_action .ow_context_action:hover {
	background: url(images/photo_context_action_bg_active.png) repeat-x 0px 0px;
}
.ow_photo_context_action .ow_context_action_list.ow_alt2 {
	background: transparent;
}
.ow_photo_item .ow_photo_context_action.ow_photo_context_action_loading .ow_tooltip_body {
    background-image: url(images/ajax_preloader_content.gif);
}
body .ow_photo_context_action .ow_context_action {
    background-image: url(images/context_action_arrow.svg);
    background-color: transparent;
    width: 24px;
    height: 23px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
body .ow_photo_context_action .ow_context_action:hover {
    background-color: rgba(144,144,144, 0.3);
    background-image: url(images/context_action_arrow.svg);
}
body .ow_photoview_stage_wrap .ow_photo_context_action .ow_context_action,
body .ow_photoview_stage_wrap .ow_photo_context_action .ow_context_action:hover {
	background-image: url(images/context_action_arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
body .ow_photoview_stage_wrap .ow_photo_context_action .ow_context_action .ow_context_more {
	background-image: none;
}
.ow_photo_context_action .ow_context_action_divider {
    background-color: rgba(160,160,160,0.7);
}
.ow_photo_context_action .ow_context_action_divider:hover {
    text-decoration: none;
}
/* Photo View */
.ow_photoview_stage_wrap_fullscreen .ow_photoview_fullscreen {
    background-image: url(images/fullscreen_min.png);
}
.ow_photoview_fullscreen {
    background-image: url(images/fullscreen_max.png);
}
.ow_photoview_play_btn {
    background-image: url(images/fullscreen_play.png);
}
.ow_photoview_play_btn.stop {
	background-image: url(images/fullscreen_stop.png);
}
.ow_photoview_info_btn.open {
	background-image: url(images/fullscreen_info_open.png);
}
.ow_photoview_info_btn.close {
	background-image: url(images/fullscreen_info_close.png);
}
.ow_photoview_slide_settings_btn {
    background-image: url(images/fullscreen_settings.png);
}
.ow_photoview_arrow_left {
    background-image: url(images/photoview_arrow_left.png);
}
.ow_photoview_arrow_right {
    background-image: url(images/photoview_arrow_right.png);
}
.ow_context_action_list a.ow_context_action_item_hierarchy_right span {
    background: url(images/miniic_arrow_left_bb.png) no-repeat center center;
}
.ow_context_action_list a.ow_context_action_item_hierarchy_left span {
     background: url(images/miniic_arrow_right_bb.png) no-repeat center center;
}
.ow_photoview_info_wrap .ow_photoview_user .ow_user_list_data a:first-child {
	font-weight: normal;
	font-family: 'core_sans_e55_medium', "Trebuchet MS", "Helvetica CY", sans-serif;
}
.ow_photoview_info_wrap .ow_photoview_user .ow_user_list_data div, 
.ow_photoview_info_wrap .ow_photoview_user .ow_user_list_data a {
	line-height: inherit;
}
.ow_photoview_info_wrap .ow_photoview_description {
	padding: 0 16px;
}
.ow_photoview_info .ow_comments_form_wrap {
	padding-left: 0px;
}
/* Pint Mode */
body .ow_photo_pint_mode .ow_photo_item_wrap .ow_photo_item_info {
    background-color: #fff;
    border: 1px solid #cad4dd;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.ow_photo_pint_mode .ow_photo_item_info_user,
.ow_photo_pint_mode .ow_photo_item_info_album,
.ow_photo_pint_mode .ow_photo_item_info_description,
.ow_photo_pint_mode .ow_photo_item_info .ow_rates_wrap {
    color: #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: none;
    border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
/*Searchbar*/
.ow_searchbar {
	border:1px solid #eff2f5;
	padding: 2px 4px 2px 6px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #fff;
	margin-top: -8px;
}
.ow_searchbar .ow_searchbar_ac {
    border: 1px solid #eff2f5;
    left: 9px;
    right: 0;
    top: 2px;
}
.ow_searchbar_ac li {
    background-color: #fff;
    font-size: 13px;
}
.ow_searchbar_ac li:hover {
    background-color: #cad4dd;
    color: #fff;
}
.ow_searchbar .ow_searchbar_btn {
	background-position: center;
}
.ow_searchbar .ow_searchbar_input input[type="text"] {
	border: none;
	background: none;
	line-height: 14px;
	font-size: 12px;
}
/*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 #eff2f5;
    position: absolute;
    top: -1px;
    left: 0;
    width: 99%;
    margin-left: 0.5%;
    display: none;
}
.ow_dropdown_list li {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 4px;
    background-color: #fff;
    color: #4c4c4c;
    cursor: pointer;
    position: relative;
}
.ow_dropdown_list li:hover {
    background-color: #cad4dd;
    color: #fff;
}
.ow_add_item {
    position: absolute;
    background: url(images/miniic_plus.png) center center no-repeat;
    width: 10px;
    height: 10px;
    right: 8px;
    top: 50%;
    margin-top: -5px;
}
li.ow_dropdown_delimeter {
    padding: 0 4px;
}
.ow_dropdown_delimeter div {
    width: 100%;
    height: 1px;
    background-color: #eff2f5;
}
.ow_photo_upload_drop_area {
    border: 1px dashed #eff2f5;
}
/* ---- 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 #eff2f5;
	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-left: 0px;
}
.ow_newsfeed_left {
	width: 76%;
}
.ow_newsfeed_btns {
	margin-top: 14px;
	margin-bottom: 14px;
	padding: 0px 16px 0px 16px;
}
.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;
}
.ow_miniic_like {
	background-position: 0px 0px;
}
.ow_miniic_comment {
	background-position: 0px 0px;
}
.ow_miniic_control.active .ow_miniic_like {
	background-position: 0px -37px;
}
.ow_miniic_control.active .ow_miniic_comment {
	background-position: -38px -37px;
}
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: 56px;
	border: 1px solid #eff2f5;
	padding: 14px 0px 0px;
}
.ow_newsfeed_string,
.ow_newsfeed_content,
.ow_newsfeed_toolbar {
	padding-left: 16px;
}
.ow_newsfeed_item  .ow_newsfeed_delimiter {
	border: none;
}
.ow_newsfeed_string.ow_small {
	font-size: 14px;
}
.profile-NEWSFEED_CMP_UserFeedWidget .form_auto_click,
.profile-NEWSFEED_CMP_UserFeedWidget .ow_box_cap_empty,
.dashboard-NEWSFEED_CMP_MyFeedWidget .form_auto_click,
.dashboard-NEWSFEED_CMP_MyFeedWidget .ow_box_cap_empty,
.group-NEWSFEED_CMP_EntityFeedWidget .form_auto_click,
.group-NEWSFEED_CMP_EntityFeedWidget .ow_box_cap_empty,
.index-NEWSFEED_CMP_SiteFeedWidget .form_auto_click,
.index-NEWSFEED_CMP_SiteFeedWidget .ow_box_cap_empty {
	padding-left: 56px;
}
.profile-NEWSFEED_CMP_UserFeedWidget .ow_status_update_btn_block .ow_attachments a,
.dashboard-NEWSFEED_CMP_MyFeedWidget .ow_status_update_btn_block .ow_attachments a,
.group-NEWSFEED_CMP_EntityFeedWidget .ow_status_update_btn_block .ow_attachments a,
.index-NEWSFEED_CMP_SiteFeedWidget .ow_status_update_btn_block .ow_attachments a {
	width: 27px;
	height: 20px;
	background: url(images/ic_photo_attach.svg) no-repeat 0 0;
}
.profile-NEWSFEED_CMP_UserFeedWidget .ow_status_update_btn_block .ow_attachments a:hover,
.dashboard-NEWSFEED_CMP_MyFeedWidget .ow_status_update_btn_block .ow_attachments a:hover,
.group-NEWSFEED_CMP_EntityFeedWidget .ow_status_update_btn_block .ow_attachments a:hover,
.index-NEWSFEED_CMP_SiteFeedWidget .ow_status_update_btn_block .ow_attachments a:hover {
	background-position: 0 -43px;
}
.ow_status_update_btn_block {
	line-height: 22px;
}
/* ---- 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;	
}
/* ---- End of the Membership Subscribe styles ---- */
/* ---- SignIn Form styles ---- */
.ow_sign_in_cont {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:#fff;
    z-index:97;
}
.ow_sign_in_wrap {
    width:702px;
}
.ow_sign_in_wrap  h2 {
    font-size: 28px;
    line-height: 36px;
    margin:0 8px 10px 8px;
    padding:0 40px;
    color: #000;
}
.ow_sign_in_wrap form{
    margin:8px;
    padding:40px 31px 22px;
    background:#fff;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);
    border:1px solid #e7e7e7;
}
.ow_sign_in_wrap form .ow_sign_in{float:left; width:300px;}
.ow_sign_in_wrap form .ow_sign_up {margin:0px 0 0 342px; color: #585858; padding-top: 7px; width:230px;}
.ow_sign_in_wrap form .ow_sign_up hr{margin:5px 0 15px;}

.ow_sign_in_wrap form .ow_box_cap{
    margin-bottom:0;
    position:relative;
 /*   z-index:99; */
	width: 591px;
}
.ow_sign_in_wrap form .ow_box{
    padding:16px 16px 6px 16px;
    margin-bottom:16px;
    position:relative;
    z-index:98;
}
.ow_sign_in_wrap form .ow_user_name input[type="text"]{margin-bottom:8px;}
.ow_sign_in_wrap form .ow_password input[type="password"] {margin-bottom:16px;}

.ow_sign_in_wrap form .ow_form_options {margin-bottom:6px;}
.ow_sign_in_wrap form .ow_form_options p.ow_remember_me,
.ow_sign_in_wrap form .ow_form_options p.ow_forgot_pass {font-size:11px; padding:0 0 0 20px; line-height: 13px;}
.ow_sign_in_wrap form .ow_form_options p.ow_remember_me {padding-bottom:5px;}
.ow_sign_in_wrap form .ow_form_options p.ow_remember_me input[type="checkbox"]{float:left; margin:0px 0 0 -20px; padding:0px;}


.cus_signin_wdgCall .ow_sign_in_wrap form .ow_connect_buttons {/*padding: 0 0 0 20px;*/  float: left;width: 100%;margin-top:16px;}
.cus_signin_wdgCall .ow_sign_in_wrap form .ow_box{margin-bottom: 0;}
.ow_sign_in_wrap form .ow_connect_buttons {/*padding: 0 0 0 20px;*/  float: left;width: 100%; margin-top: 35px;}
.ow_sign_in_wrap form .ow_connect_buttons .ow_fb_button {float:left;}

.ow_connect_text {		display:none;
    background: url('images/miniic_li.png') no-repeat left center;
    padding: 0px 0 0 16px;
    margin-right: 16px;
    float: left;
    line-height: 22px;
}
.ow_sign_in .connect_button_list {
    padding: 0px;
    float: left;
}.cusPritJoinCls {    background: #004d7e;    color: #ffffff;    float: left;    font-size: 14px;    font-weight: bold;    margin-top: 10px;    padding: 6px 0;    text-align: center;    width: 100%;}
.floatbox_container .ow_sign_in_wrap form {
    margin: 0px;
    box-shadow: none;
    border: none;
    border-radius: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 10px 40px 0;    
}
.floatbox_container .ow_sign_in_wrap h2 {
    display: none;
}

.ow_signin_label {
    display: inline-block;
    height: 14px;
    line-height: 13px;
    margin: 4px 0;
    vertical-align: top;
}
.ow_signin_delimiter {
    border-right: 1px solid #CCCCCC;
    padding: 0 7px 0 0;
}
.ow_console_item .ow_ico_signin {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    margin: 4px 0 0 4px;
    vertical-align: top;
    width: 14px;
}
.ow_ico_signin:last-child {
    margin-right: -4px;
}
/* ---- End SignIn Form styles ---- */
/* ---- My Avatar Widget styles ---- */
.ow_my_avatar_img {

}
.ow_my_avatar_username {
	display: table-cell;
	vertical-align: middle;
}
.ow_my_avatar_cont {
	height: 47px;
	display: table;
	padding-left: 5px;
}
.ow_my_avatar_cont span {
	display: inline-block;
	width: 90px;
	word-wrap: break-word;
}
/* ---- End of My Avatar Widget styles ---- */

.base_index_page .cus_signin_wdgCall {
  background: #ffffff none repeat scroll 0 0;
  margin: 0 auto 16px;
  max-height: 194px;
  width: 983px;
}
.cus_signin_wdgCall form {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 20;
} 
.cus_signin_wdgCall .ow_sign_in_wrap {
    margin: 0 auto;
	background:#fff;
	width: 651px;
}
.cus_signin_wdgCall .ow_box_cap{width: 589px !important; margin-top:-17px;margin-left: -1px;}
.cus_signin_wdgCall .ow_sign_in_wrap h2 {
    display: none;
}
.ow_dnd_widget.index-MEMBERSHIP_CMP_PromoWidget .ow_box_cap_empty.ow_dnd_configurable_component.clearfix {display: none;}
.ow_dnd_widget.index-MEMBERSHIP_CMP_PromoWidget .ow_mship_widget_txt.ow_smallmargin {display: none;}
.ow_dnd_widget.index-MEMBERSHIP_CMP_PromoWidget .ow_mship_widget_benefits.ow_smallmargin {display: none;}
.right-content {position: relative;}
.ow_dnd_widget.index-MEMBERSHIP_CMP_PromoWidget {position: absolute; right: 0; top: 40px; width: 60%;}

.ow_content .profile_edit {background-color: #004d7e; border-radius: 3px; color: #fff; font-size: 10px; font-weight: bold; margin: 2px; padding: 5px 10px;}
.ow_content .upload_button{background-color: #004d7e; border-radius: 3px; color: #fff; font-size: 10px; font-weight: bold; margin: 2px; padding: 5px 10px;}
.OW_ConsoleItemContent .ow_tooltip_top_right.ow_tooltip {
  left: auto;
  margin-top: 0;
  position: absolute;
  right: 7px;
  top: 26px;
  width: 299px;
}
.ow_console .ow_tooltip .ow_tooltip_body {
  width: 100%;
}
.console_tooltip li.ow_console_lang_item {
  border: 1px solid transparent;
  border-radius: 2px;
  color: #000;
  display: inline-block;
  margin-bottom: 1px;
  padding: 3px 20px;
}
.language_items .ow_console_item:last-child .OW_ConsoleItemContent .ow_tooltip_top_right.ow_tooltip {width: 299px;}
.OW_ConsoleItemContent .ow_tooltip_top_right.ow_tooltip{width:auto;}
.ow_console_items_wrap.language_items > div:nth-last-child(2) .ow_tooltip.console_tooltip.ow_tooltip_top_right {width: 299px;}
.ow_header {margin-top: 0px }
.fix_the_menu {background-color: #fff; float: left; height: 41px; position: fixed; width: 100%; z-index: 99999;}
.ow_header .ow_header_pic {padding-top: 46px;}
.lan-menus .ow_tooltip.console_tooltip.ow_tooltip_top_right {width: 299px;}
.Select_c {border: 1px solid #1e3d4c; border-radius: 3px 0 0 3px; display: inline-block; height: 22px; line-height: 21px; margin-right: -1px; padding: 0 8px; background: #4d6c7c url("images/consol_item_bg.png") repeat scroll 0 0;}


/* ---- 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: 4px;
	 line-height: 12px;
	 height: 12px;
}
.ow_miniic_live .ow_preloader_content{
	 height: 16px;
	 width: 16px;
	 display: inline-block;
	 vertical-align: middle;
	 background-position:center center;
}
.ow_miniic_live .ow_preloader_content.ow_hidden {
	display: none;
}
.ow_miniic_live .ow_lbutton.ow_green {
	color: #666;
}
/* ---- End Live Member Icon ---- */
/* ---- Ulist big Styles ---- */
.ow_ulist_big {
    padding-top: 12px;
}

.ow_ulist_big_item {
    float: left;
    width: 25%;
}


.ow_ulist_big_item .ow_miniic_live {
    top: 2px;
    left: 2px;
    position:absolute;
}

.ow_ulist_big_item_cont {
    height: 240px;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
    width: 180px;
}

.ow_ulist_big_avatar {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
    position: relative;
    width: 180px;
}

.ow_ulist_big_avatar:hover {
    box-shadow: 0 0 150px #000 inset;

}
.ow_ulist_big_avatar_shadow {
    display: block;
    height: 180px;
} 

a.ow_ulist_big_avatar_bookmark {
    position: absolute;
    bottom: 6px;
    left: 8px;
    display: none;
    color: #fff;
}

.ow_ulist_big_avatar:hover a.ow_ulist_big_avatar_bookmark {
    display: block;
}

.ow_ulist_big_info {
    margin-top: 4px;
    position: absolute;
    margin-bottom: 8px;
}
.ow_ulist_big_info_name .ow_small {
    position: relative;
}
.ow_ulist_big_info_name .ow_small:hover {
    text-decoration: underline;

}

.ow_ulist_big_info_name  {
    float: left;
    max-width: 160px;
    max-height: 1.5em;
    overflow: hidden;
}
/* ---- End of Ulist big Styles Styles ---- */
/* ---- 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: 4px 23px 4px 16px;
    text-transform: uppercase;
    background-color: #4C5358;
    color: #fff;
}
.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.svg);
}
/*========================================================
        [17] Misc        __misc
  ========================================================*/
.ow_column_equal_fix{
   padding-bottom: 20001px !important;
   margin-bottom: -20000px !important;
}
.fullsize-photo {
	display: none;
}
/* Image Gallery scroll */
.ow_page_padding > .ow_content_menu_wrap ~ div {
	overflow-y: visible !important;
}
.ow_page_padding > .ow_content_menu_wrap ~ div > table {
	width: 95% !important;
}
/* thickbox 8aa */
.ow_preloader_content_cont{
	width: 30px;
	height: 30px;
}
/* ~thickbox 8aa */
/* ---- Captcha styles ---- */
span.ic_refresh{
    background: url(images/ic_refresh.png) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}
/* ---- End of the Captcha styles ---- */
/* ---- Eye for hidden field styles ---- */
.ow_field_eye {
	padding-left: 18px;
	background:url(images/miniic_field_eye.svg) 0 3px no-repeat;
	background-size: 15px 15px;
	display: inline-block;
}
/* ---- End of the Eye for hidden field styles ---- */
/* ---- Facebook button styles */
.fb_button:hover {
	color: #fff
}
/* ---- End of the Facebook button styles */

.maintenance_cont h1 {
	padding-left: 23px;
	background-position: left center; 
}

.cus_prt_signinform {
    border: 1px solid #cccccc;
	width: 100%;
}
.cus_prt_signinform .ow_box_cap {
    border: 0 none;
	width: 604px !important;
}
.cus_prt_signinform .ow_box {
    border-bottom: 0 none;
    border-left: 0 none;
    margin-bottom: 0 !important;
}

/* Responsive styles */

/**********css code****************/


.ow_box.ow_stdmargin.clearfix.dashboard-BASE_CMP_QuickLinksWidget.ow_break_word tr {
  line-height: 29px;
}

.dashboard-BASE_CMP_QuickLinksWidget .ow_nomargin .ow_label > a {
  color: white;
  font-family: "core_sans_e55_medium","Trebuchet MS","Helvetica CY",sans-serif;
  font-size: 12px;
  text-transform: uppercase; 
} 

.dashboard-BASE_CMP_QuickLinksWidget .ow_nomargin .ow_txtright > a {
  color: white;
}

.dashboard-BASE_CMP_QuickLinksWidget table.ow_nomargin, div.ow_nomargin {
  width: 75% !important;
}

.base_user_dashboard .dashboard-BASE_CMP_QuickLinksWidget .ow_nomargin td.ow_label {
  background-color: #0d5884;
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  padding: 1px 5px;
}

.dashboard-BASE_CMP_QuickLinksWidget .ow_nomargin .ow_txtright:nth-child(3) {
  background-color: #0d5884;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  margin-left: 43px !important;
}

.dashboard-BASE_CMP_QuickLinksWidget table {
  border-spacing: 0 7px;
  
}
.dashboard-BASE_CMP_QuickLinksWidget .ow_nomargin .ow_txtright:nth-child(2) {
  display: none !important;
}
.dashboard-BASE_CMP_QuickLinksWidget table {
  border-collapse: separate !important;
 
}

/**********css code*****************/
.base_user_dashboard .ow_header {
  display:none;
}


/**********************css code 28-04**************/


.guest_index .ow_sign_in_wrap {
  margin-left: -11px;
}

.guest_index .ow_index_app_banner a:first-child {
  float: left;
  margin-left: 16px;
  margin-right: 22px;
  margin-top: 57px;
}


.guest_index .ow_index_app_banner_and:nth-child(2) {
  float: left;
  margin-left: -142px;
  margin-top: 74px;
}

.guest_index .index-SKADATE_CMP_MobileExperience {
  margin-top: -42px;
  position: relative;
  right: -68%;
  top: -109px;
}

.guest_index .index-SKADATE_CMP_MobileExperience {
  max-width: 140px;
}

/***************************css code 29-04*********************/

.guest_index .index-SKADATE_CMP_MobileExperience .ow_box_cap:nth-child(2) {
  display: none;
}
.guest_index .index-SKADATE_CMP_MobileExperience .ow_break_word:nth-child(2) {
  display: none;
}
.guest_index .index-SKADATE_CMP_MobileExperience .ow_box {
  background-color: transparent;
 /* border: 1px solid #dcdcdc;*/
 /* margin-bottom: 49px;*/
  max-width: 22%;
  padding: 76px;
  position: unset;
  border-top:none;
}

.guest_index .index-SKADATE_CMP_MobileExperience .ow_box:nth-child(2) {
  background-color: #fff !important;
  border: 4px solid #dcdcdc !important;
  margin-bottom: 22px !important;
  max-width: 14% !important;
  padding: 55px !important;
  position: unset !important;
}
.guest_index .index-SKADATE_CMP_MobileExperience .ow_box_cap {
  height:25px !important;
  margin-bottom:43px !important;
  max-width:153px !important;
}

.guest_index .index-SKADATE_CMP_MobileExperience .ow_ic_file {
  float: right;
  margin-right: 105px;
  text-align: center;
}
@-moz-document url-prefix() { 
 .guest_index .index-SKADATE_CMP_MobileExperience .ow_ic_file {
  margin-top: -12px;
}
}
.guest_index .index-SKADATE_CMP_MobileExperience {
  margin-right: 1% !important;
 /* margin-top: -46px !important;*/
  position: relative !important;
  right: -66% !important;
  top: -165px !important;
}
.guest_index .index-SKADATE_CMP_MobileExperience .ow_box_cap .ow_box_cap_body, .ow_box_cap_empty .ow_box_cap_body {
  min-height: 32px !important;
}
.guest_index .ow_superwide {
  overflow: hidden;
  width: 83%;
}

 .guest_index .ow_left.place_section.ow_superwide {
  float: none;
  margin-left: 6px !important;
}

 .guest_index .ow_dragndrop_sections .clearfix {
  
  width: 99% !important;
}


/*********mobile query*************/
@media (max-width: 480px) {
	
	
	
		
.ow_avatar img {
	vertical-align: bottom;
	width: 57px;
	height: 57px;
}
	.ow_avatar {
	position: relative;
	display: inline-block;
	padding: 8px;
	width: 57px !important;
	height: 57px !important;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
	 .ow_header_cust_text {
  background:none 0 0 repeat scroll transparent;
  margin-left:22%;
  margin-top:3px;
  max-height:328px;
  max-width:none;
  padding:10px;
  position:absolute;
  top:108px;
  width:539px !important;
 
}

 .ow_header_cust_text .head_text1 {
  color: hsl(0, 0%, 0%);
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
    margin-left: 257px !important;
 
}
.ow_header_cust_text .head_text2 {
  color: hsl(0, 0%, 0%);
  font-family: arial;
  font-size: 17px;
  font-weight: bold;
  margin-left: 257px !important;
}
.ow_header_cust_text .head_text3 {
  color: hsl(0, 0%, 0%);
  float: left;
  font-family: arial;
  font-size: 18px;
  font-weight: normal;
  margin-left: 257px !important;
}	
	
	
	
	
/*
	.guest_index .index-SKADATE_CMP_MobileExperience {
  margin-right: 1% !important;
  margin-top: -46px !important;
  max-width: 12px !important;
  position: relative;
  right: -66% !important;
  top: 35px !important;
  margin-left: -135px !important;
}
.guest_index .cus_signin_wdgCall {
  background: #ffffff none repeat scroll 0 0;
  margin: 0 auto 16px;
  width: 533px !important;
  max-height: none !important;
}


.guest_index .cus_signin_wdgCall{
	
	width: 202px !important;
	
}
	.ow_console_right {
  float: none;
}*/
html body div .ow_page h1{
		
		padding-top:36px !important;
	}
	
	/*
	.guest_index .cus_signin_wdgCall .ow_sign_in_wrap {
    margin: 0 auto;
	background:#fff;
	width: 651px !important;
}
	
	.guest_index .ow_sign_in_wrap form .ow_box_cap {
	margin-bottom: 0;
	position: relative;
	z-index: 99;
	width: 591px !important;
}
*/

.guest_index .ow_sign_in_wrap {
	margin-left: -80px !important;
}
	
	.guest_index .index-SKADATE_CMP_MobileExperience {
	right: -58% !important;
	
}
.ow_header_cust_text{
	margin-left:0px !important;
}

}

@media screen and (max-width: 768px) and (min-width: 481px)  {

/*********************************************30-10--------csutom text sign in page******************************/

.ow_avatar img {
	width: 60px !important;
	height: 60px !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}
.ow_header_cust_text {
	background: transparent none repeat scroll 0 0;
	margin-left: 12% !important;
	margin-top: 3px;
	max-height: 300px;
	max-width: 600px;
	padding: 10px;
	position: absolute;
	top: 108px;
}
/******************************************************************************************************************/
.base_user_dashboard .ow_index_app_banner.ow_center {
	margin-left: 181px !important;
	max-width: 306px !important;
	text-align: left !important;
}
/**********************menu code**************************************************************/
body .ow_menu_wrap {
	display: table !important;
	margin-top: 21px;
}
.ow_nav_btn {
	display: none !important;
	
}
/******************************code 13-10 ************************************/
.ow_header_cust_text .head_text1 {
	color: hsl(0, 0%, 0%);
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	margin-left: -36px;
}

.ow_header_pic {
-webkit-background-size: contain !important;

}
.base_index_page .ow_box_empty.ow_stdmargin.clearfix.index-SKADATE_CMP_MobileExperience.ow_no_cap.ow_break_word {
	
	max-width: 57% !important
}
.guest_index .index-SKADATE_CMP_MobileExperience {
	margin-right: 1% !important;
	/* margin-top: -46px !important; */
	position: relative !important;
	right: -100% !important;
	top: -164px !important;
}
.ow_sign_in_wrap form .ow_sign_up {
	margin: 0px 0 0 342px !important;
	width: 230px !important;
	text-align: center;
}
.ow_sign_in_wrap form .ow_sign_in {
	width: 300px !important;
	float: left !important;
}
.guest_index .ow_sign_in_wrap {
	margin-left: -119px !important;
}
/***********************************************************************************************************/
	/*.guest_index .index-SKADATE_CMP_MobileExperience {
  margin-right: 1%;
  margin-top: -46px !important;
  max-width: 12px;
  position: relative;
  right: -66% !important;
  top: 35px !important;
}*/
.base_user_dashboard .ow_index_app_banner.ow_center {
	margin-left: 181px;
	max-width: 257px;
	text-align: left;
}
.guest_index .cus_signin_wdgCall {
  background: #ffffff none repeat scroll 0 0;
  margin: 0 auto 16px;
  width: 533px !important;
  max-height: 193px !important;
}

	body .ow_menu_wrap,
	.ow_site_panel .ow_logo {
		display: none;
	}
	.ow_nav_btn {
		display: block;
		opacity: 1;
	}
	/*.ow_content .ow_superwide, 
	.ow_content .ow_supernarrow, 
	.ow_content .ow_narrow,
	.ow_content .ow_wide,
	.ow_content .ow_column {
		float: none; 
		width: 100% !important; 
		margin-bottom: 10px;
		clear: both;
	}*/
	body, html {
	min-width: 768px !important;
}
    .ow_site_panel {
		min-width: 320px;
	}
    .floatbox_container {
    	max-width: 100%;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    }
    .ow_ipc_header {
    	margin-bottom: 4px;
    }
    .ow_lp_label br {
    	margin: 6px 0;
    }
    .ow_sign_in_wrap form .ow_sign_in {
    	width: 100%;
    	float: none;
    }
    .ow_sign_in_wrap {
    	width: 100%;
    }
    .ow_sign_in_wrap form .ow_sign_up {
    	margin: 16px 0 0 0;
    	width: 100%;
    	text-align: center;
    }
    .ow_sign_in_wrap form .ow_sign_up p br {
    	height: 1px;
    }
    .floatbox_container .ow_sign_in_wrap form {
    	padding: 0;
    }
    .console_tooltip.ow_tooltip_top_right.ow_tooltip {
    	right: 2px;
    }
    .console_tooltip.ow_tooltip_top_right .ow_tooltip_tail span {
    	display: none;
    }
    body textarea.ow_newsfeed_status_input.invitation {
    	height: 32px;
    }
    /*.ow_console_item {
    	position: static;
    }*/
    .ow_console_body {
    	position: relative;
    }
    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 .ow_forgot_password {
    	width: 100%;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    	padding: 0 20px;
    }
    body .customize_box {
    	display: none;
    }
    .ow_header {
    	position: relative;
    	/*height: 300px;*/
    }
    .ow_header img {
    	display: none;
    }
    .ow_header_pic {
    	display: block;
    	height: 300px;
    	width: 100%;
    	background-size: cover;
    	background-position: center center;
    }
    .ow_message_cont {
    	left: 0;
    	right: 0;
    	width: 100%;
    	margin-left: 0;
    }
    /*------------- Messages --------------*/
    body .ow_mailbox_table {
        background: transparent;
        margin-bottom: 20px;
    }
    body .ow_mailbox_left {
        width: 100%;
        float: none;
        margin-bottom: 0;
        padding-bottom: 0;
        background-color: #fff;
    }
    body .ow_mailbox_left .ow_mailbox_left_body {
        width: 100% !important;
        position: static;
    }
    body #conversationItemListSub {
        width: 100% !important;
    }
    body .ow_mailbox_right {
        width: 100%;
        float: none;
        margin-bottom: 0;
        padding-bottom: 0;
        background-color: #fff;
    }
    .ow_mailbox_left_body .jspContainer {
        height: 252px !important;
    }
    body .ow_mailbox_right {
        margin-top: 20px;
    }
    body .ow_mailbox_username {
        min-width: 0;
    }
    body .ow_mailbox_table .ow_mailbox_left .ow_mailbox_left_body,
    body .ow_mailbox_table .ow_mailbox_search,
    body .ow_mailbox_conv_options {
    	border-right-width: 0;
    }
    body .ow_mailbox_table {
    	border-width: 0;
    }
    body .ow_mailbox_table .ow_mailbox_left,
    body .ow_mailbox_table .ow_mailbox_right {
    	border: 1px solid #ececec;
    }
    body .ow_mailbox_table .ow_mailbox_cap {
    	height: 82px;
    }
    body .ow_mailbox_table .ow_mailbox_right .ow_mailbox_cap {
    	padding-left: 86px;
    }
    body .ow_mailbox_convers_info.mails,
    body .ow_mailbox_convers_info.chats {
    	background-position: 8px 36px;
    }
    body .ow_mailbox_table .ow_mailbox_cap .ow_mailbox_convers_actions {
    	margin-top: 30px;
    }
    body .ow_mailbox_table .ow_mailbox_search input {
    	font-size: 90%;
    	height: 32px;
    	line-height: 18px;
    }
    body .ow_mailbox_search .ow_btn_close_search {
    	top: 22px;
    }
    html body .ow_mailbox_form .ow_mailbox_message_input textarea {
    	display: none;
    }
    html body .ow_mailbox_message_input .jhtmlarea,
    body .ow_mailbox_form .ow_attachment_btn, 
    body .ow_mailbox_form .ow_attachment_icons,
    #conversationTextarea {
    	display: block !important;
    }
    textarea#conversationTextarea {
    	margin: 0;
    	border: none;
    }
    .ow_mailbox_form .jhtmlarea .input_ws_cont {
    	display: none;
    }
    html body .ow_mailbox_message_input .jhtmlarea {
    	width: 100% !important;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    }
    .ow_mailbox_form div.jhtmlarea {
    	padding: 0;
    }
    .ow_mailbox_request_item .console_list_ipc_item,
    .ow_chat_request_item .console_list_ipc_item {
    	padding-left: 20px;
    	background-position: 2px 27px;
    }
    .ow_chat_dialog_wrap .ow_mailchat_new_message.ow_chat_dialog {
	    bottom: 0;
	    left: 0;
	    margin: 0;
	    position: fixed;
	    right: 0;
	    width: 100%;
	}
	.ow_mailbox_left_loading .ow_mailbox_left_body {
		background-position: center 120px;
	}
	html body .ow_mailbox_table_empty .ow_mailbox_left div.ow_mailbox_no_content {
		padding-top: 117px;
		padding-bottom: 117px;
	}
    /*Fonts*/
    html {
    	font-size: 14px;
    }
    body {
    	font-size: 1.15rem;
    }
    h3 {
    	font-size: 1.25rem;
    }
    .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;
    }
    ul.ow_bl a  {
    	font-size: 1.1rem;
    }
    .ow_ipc_header a {
    	font-size: 1.1rem;
    }
    .ow_small {
    	font-size: 1.05rem;
    	line-height: 18px;
    }
    .ow_ipc_toolbar,
    .ow_ipc_toolbar .ow_ipc_date,
    .ow_ipc_date {
    	font-size: 1.1rem;
    }
    html body a.ow_lbutton, html body span.ow_lbutton {
    	font-size: 1rem;
    	line-height: 1.2em;
    }
    .ow_comments_item_header a {
    	font-size: 1.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: 1.15rem;
    }
    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,
    .ow_console_item a,
	.ow_console_lang_item {
		font-size: 1.1rem;
	}
	ul.ow_console_dropdown .ow_console_dropdown_cont {
		text-align: right;
	}
	.ow_console_dropdown_cont a {
		line-height: 24px;
	}
	.ow_credits_links a {
		font-size: 1rem;
	}
	.ow_supernarrow {
		font-size: 1.1rem;
	}
	.ow_footer_menu {
		font-size: 1.1rem;
	}
	a.ow_context_action_value,
	.ow_context_action_list a {
		font-size: 1rem;
	}
	input[type="submit"], input[type="button"] {
		font-size: 1.15rem;
	}
	.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;
	}
	.ow_content_menu li {
		display: block;
		float: none;
	}
	.ow_content_menu li a {
		font-size: 1.2rem;
	}
	.ow_content_menu li.active {
		border-color: #ccd6de;
	}
	h1 {
		font-size: 1.7rem;
		line-height: 30px;
	}
	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: 26px;
	}
	body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="submit"], 
	body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="button"] {

	}
    /*Avatar size*/
    .ow_avatar {
    	width: 60px;
    	height: 60px; 
    }
    .ow_avatar img {
    	width: 60px !important;
    	height: 60px !important;
    	/*border-radius: 60px !important;
    	-moz-border-radius: 60px !important;
    	-webkit-border-radius: 60px !important;*/
    }
    .ow_ipc_info {
    	margin-left: 77px;
    }
    .ow_canvas .ow_newsfeed_body {
    	margin-left: 70px;
    	min-height: 70px;
    }
    .ow_user_list_data {
    	margin-left: 73px;
    }
    .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_feed_comments_input_sticky .ow_comments_item_picture .ow_avatar img,
    .ow_comments_input_wrap .ow_comments_item_picture .ow_avatar img {
    	width: 52px !important;
    	height: 52px !important;
    }
    .ow_feed_comments_input_sticky .ow_comments_item_info,
    .ow_comments_input_wrap .ow_comments_item_info {
    	margin-left: 68px;
    }
    .ow_comments_item .ow_comments_item_picture .ow_avatar img {
    	width: 52px !important;
    	height: 52px !important;
    }
    body .ow_comments_item .ow_comments_item_picture .ow_avatar {
    	width: 52px;
    	height: 52px;
    }
    body .ow_comments_item .ow_comments_item_picture {
    	width: 52px;
    	margin-right: -52px;
    }
    body .ow_comments_item .ow_comments_item_info {
    	margin-left: 68px;
    }
    .ow_comments_item_header {
    	margin-top: 4px;
    	margin-bottom: 4px;
    }
    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;
    }
    .ow_console .ow_avatar {
    	width: 60px;
    	height: 60px;
    }
    .ow_console_ntf_cont, .ow_console_invt_cont {
    	margin-left: 68px;
    }
    .ow_console li.ow_chat_request_item .ow_console_invt_cont, 
	.ow_console li.ow_mailbox_request_item .ow_console_invt_cont {
		margin-left: 68px;
	}
	.ow_console li.ow_chat_request_item .ow_avatar, 
	.ow_console li.ow_mailbox_request_item .ow_avatar {
		width: 60px;
		height: 60px;
		margin-right: -60px;
	}
    /*-------------------------Photo-------------------------*/
    body .ow_photo_list_wrap.ow_photo_no_sidebar div.ow_photo_item_wrap,
    body .ow_photo_list_wrap.ow_photo_no_sidebar .ow_photo_list.ow_photo_pint_mode div.ow_photo_item_wrap,
    body .ow_photo_list_wrap.ow_photo_no_sidebar div.ow_photo_item_wrap.ow_photo_album {
    	width: 50%;
    }
    body .ow_photo_list_wrap.ow_photo_no_sidebar .ow_photo_list.ow_photo_pint_mode div.ow_photo_item_wrap {
    	height: 300px;
    }
    #photo-list-search {
    	float: none;
    }
    .ow_fw_menu .ow_fw_btns {
    	margin-bottom: 8px;
    }
    .ow_fw_menu {
    	border: none;
    	padding: 0;
    }
    .ow_fw_menu .ow_searchbar {
    	margin-top: 4px;
    	padding-right: 24px;
    	width: 100%;
    	display: inline-block !important;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    }
    .ow_fw_menu .ow_searchbar_input,
    .ow_fw_menu .ow_searchbar_input input {
    	width: 100% !important;
    }
    .ow_fw_menu .ow_searchbar .ow_searchbar_btn {
    	margin-right: -24px;
    }
    .ow_photo_upload_bottom > .ow_left,
    .ow_photo_upload_wrap .ow_suggest_field input {
    	width: 100% !important;
    }
    body .ow_photo_upload_wrap .ow_photo_preview_block_wrap .ow_photo_preview_edit {
    	width: 48%;
    	margin-left: 1% !important;
    	margin-right: 1% !important;
    	margin-bottom: 10px !important;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    }
    .ow_photo_preview_action {
    	overflow: hidden;
    }
    body .CodeMirror-scroll,
    body .CodeMirror-sizer {
    	width: 100%;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    	padding-bottom: 0;
    	padding-right: 0;
    }
    body .CodeMirror-hscrollbar {
    	display: none !important;
    }
    .new-album textarea {
    	margin-bottom: 16px;
    }
    .ow_photoview_info_wrap {
    	display: none !important;
    }
    .ow_photoview_stage_wrap {
        width: 100% !important;
    }
    .floatbox_container {
    	width: 100% !important;
    }
    /*Forum*/
    .forum_add_post .ow_left,
    .forum_add_post .ow_right {
    	width: 100% !important;
    	float: none;
    }
	
	

}

@media screen and (max-width: 979px) and (min-width: 769px)  {
	
.ow_header .ow_header_cust_text {
margin-left: 14% !important;
top: 57px !important;
}	
	
.ow_avatar img {
	vertical-align: bottom;
	width: 57px;
	height: 57px;
}
	.ow_avatar {
	position: relative;
	display: inline-block;
	padding: 8px;
	width: 57px !important;
	height: 57px !important;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
	.base_index_page .guest_index .index-SKADATE_CMP_MobileExperience {
  top: -191px !important;
  
}

.base_index_page .cus_signin_wdgCall {
  margin-left: -54px !important;
  
}
		.guest_index .index-SKADATE_CMP_MobileExperience {
  margin-right: 1%;
  margin-top: -46px !important;
  max-width: 12px;
  position: relative;
  right: -66% !important;
  top: -202px !important;
}
	
.guest_index .index-SKADATE_CMP_MobileExperience .ow_box {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  margin-bottom: 49px;
  max-width: 22%;
  padding: 76px;
  height:31px;
  position: unset;
}	
	.guest_index .cus_signin_wdgCall {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  margin: 0 auto 16px;
  max-height: 240px;
  width: 983px;
}

/*General*/
	body, html {
    	min-width: 767px;
    }
	.ow_page_container, .ow_site_panel_wrap, .ow_footer {
        width: 100%;
    }
    .ow_canvas {
    	width: 100%;
    }
    .ow_content > .ow_right {
    	float: none;
    	margin-bottom: 16px;
    }
    .ow_right {
    	float: none;
    }
    .place_section.ow_right,
    #photo-list-search,
    .ow_photo_upload_submit.ow_right {
    	float: right;
    }
    .ow_content > .ow_btn_delimiter.ow_right {
    	float: none;
    	margin-bottom: 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;
	}
	.ow_nav_btn:hover {
		background-position: 0 -115px;
		background-color: transparent;
	}
	.ow_page_padding {
		border: none;
	}
	body .forum_search_form {
		display: none;
	}
	.ow_forum {
		word-wrap: break-word;
	}
	.ow_page_container .ow_page {
		padding-top: 16px;
	}
    /*Photo*/
    body .ow_photo_list_wrap.ow_photo_no_sidebar div.ow_photo_item_wrap,
    body .ow_photo_list_wrap.ow_photo_no_sidebar .ow_photo_list.ow_photo_pint_mode div.ow_photo_item_wrap,
    body .ow_photo_list_wrap.ow_photo_no_sidebar div.ow_photo_item_wrap.ow_photo_album {
    	width: 33.333%;
    }
    body .ow_photo_list_wrap.ow_photo_no_sidebar .ow_photo_list.ow_photo_pint_mode div.ow_photo_item_wrap {
    	height: 270px;
    	overflow: hidden;
    }
    .ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap .ow_photo_pint_album img {
    	min-height: 100%;
    }
    body .ow_photo_list_wrap div.ow_photo_item,
    body .ow_photo_pint_album {
    	height: 100%;
    }
    .ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap {
    	position: static !important;
    }
    .ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap .ow_photo_pint_album {
    	overflow: hidden;
    	text-align: center;
    }
    .ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap .ow_photo_pint_album img {
    	width: auto;
    	height: auto;
    	border-radius: 0;
    	-moz-border-radius: 0;
    	-webkit-border-radius: 0;
    }
    .ow_photo_item .ow_photo_item_info_description {
    	display: none !important;
    }
	.ow_photo_list_wrap .ow_photo_item_wrap .ow_photo_item_info,
    body .ow_photo_context_action {
    	display: none !important;
    }
    body .ow_photo_preview_x,
    body .ow_photo_preview_rotate {
    	display: block;
    }
    /*Video*/
    .ow_video_list .clearfix.ow_alt1,
    .ow_video_list .clearfix.ow_alt2 {
    	display: block;
    }
    .ow_video_list_item {
    	float: left;
    	width: 100%;
    	margin: 0px;
    	padding: 24px 0 24px 24px;
    	border-bottom: 1px solid #eff2f5;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    }
    .ow_video_list_item:first-child {
    	padding-top: 0;
    }
    .ow_video_list_item:last-child {
    	padding-bottom: 0;
    	border-bottom: none;
    }
    .ow_video_list_item > a:first-child {
    	float: left;
    	margin-right: 8px;
    }
    .ow_video_list > .ow_alt1,
    .ow_video_list > .ow_alt2 {
    	background-color: #fff;
    	padding-left: 0;
    }
	
.ow_header {
  margin-top: -7px !important;
}
	
}

@media screen and (max-width: 1600px) and (min-width: 980px) {
	
	.ow_menu_wrap {
	  display: block;
	}
	.ow_menu_more_wrap{
		display:none !important;
	}
	.ow_page_padding {
	  margin-top: 25px;
	}
/*** my css ****/

	.base_index_page .ow_responsive_menu {
  padding-left: 7px !important;
  padding-right: 18px !important;
}

/**********nl-NL*******/

.base_index_page .ow_main_menu li a:lang(nl-Nl){
	
  color: #000;
  display: inline-block;
  font-size: 15px !important;
  font-weight: normal;
  padding: 2px 11px 6px 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.base_index_page .ow_responsive_menu:lang(nl-Nl) {
  padding-left: 3px !important;
  padding-right: 4px !important;
}
/******fr-Fr*******/

.base_index_page .ow_main_menu li a:lang(fr-Fr){
	
  color: #000;
  display: inline-block;
  font-size: 14px !important;
  font-weight: normal;
  padding: 2px 11px 6px 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.base_index_page .ow_responsive_menu:lang(fr-Fr) {
  padding-left: 3px !important;
  padding-right: 4px !important;
}
/********de-De*******/
.base_index_page .ow_main_menu li a:lang(de-De){
	
  color: #000;
  display: inline-block;
  font-size: 14px !important;
  font-weight: normal;
  padding: 2px 11px 6px 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.base_index_page .ow_responsive_menu:lang(de-De) {
  padding-left: 13px !important;
  padding-right: 14px !important;
}


/********it-IT*******/

.base_index_page .ow_main_menu li a:lang(it-IT){
	
  color: #000;
  display: inline-block;
  font-size: 14px !important;
  font-weight: normal;
  padding: 2px 11px 6px 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.base_index_page .ow_responsive_menu:lang(it-IT) {
  padding-left: 13px !important;
  padding-right: 14px !important;
}

/*************no-NO***************/

.base_index_page .ow_main_menu li a:lang(no-NO){
	
  color: #000;
  display: inline-block;
  font-size: 14px !important;
  font-weight: normal;
  padding: 2px 11px 6px 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.base_index_page .ow_responsive_menu:lang(no-NO) {
  padding-left: 13px !important;
  padding-right: 14px !important;
}
/*********pt-Pt********/
.base_index_page .ow_main_menu li a:lang(pt-Pt){
	
  color: #000;
  display: inline-block;
  font-size: 14px !important;
  font-weight: normal;
  padding: 2px 11px 6px 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.base_index_page .ow_responsive_menu:lang(pt-Pt) {
  padding-left: 13px !important;
  padding-right: 14px !important;
}
/*********pt-Pt*******/
.base_index_page .ow_main_menu li a:lang(ru-Ru){
	
  color: #000;
  display: block;
  font-size: 12px !important;
  font-weight: normal;
  padding: 2px 11px 6px 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.base_index_page .ow_responsive_menu:lang(ru-Ru) {
  padding-left: 13px !important;
  padding-right: 14px !important;
}







/*********pt-Pt*******/
.base_index_page .ow_main_menu li a:lang(es-Es){
	
  color: #000;
  display: block;
  font-size: 15px !important;
  font-weight: normal;
  padding: 2px 2px 6px 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.base_index_page .ow_responsive_menu:lang(es-Es) {
  padding-left: 13px !important;
  padding-right: 14px !important;
}


}

@media screen and (max-width: 1078px) and (min-width: 980px) {
	
			
.ow_avatar img {
	vertical-align: bottom;
	width: 57px;
	height: 57px;
}
	.ow_avatar {
	position: relative;
	display: inline-block;
	padding: 8px;
	width: 57px !important;
	height: 57px !important;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
	.ow_header {
  margin-top: -7px !important;
}


/*.base_index_page .cus_signin_wdgCall {
  margin-left: -67px !important;

}*/

.base_index_page .cus_signin_wdgCall {
  background: #ffffff none repeat scroll 0 0;
  margin: 2px -66px 16px !important;
  max-height: 199px;
  width: 983px;
}
	.base_index_page .ow_header .ow_header_pic {
  padding-top: 9px;
}

	.base_index_page .ow_responsive_menu.ow_left:lang(dk-DK) {
  margin-top: -46px !important;
}
/*****nl-NL********/

.base_index_page .ow_responsive_menu.ow_left:lang(nl-Nl) {
  margin-top: -46px !important;
}

.base_index_page .ow_responsive_menu:lang(nl-Nl) {
  padding-left: 34px !important;
  padding-right: 32px !important;
}
.base_index_page .ow_main_menu li a:lang(nl-Nl){
	
  color: #000;
  display: inline-block;
  font-size: 14px !important;
  font-weight: normal;
  padding: 2px 11px 6px 8px;
  text-decoration: none;
  text-transform: uppercase;
}

/********de-De************/

.base_index_page .ow_responsive_menu.ow_left:lang(de-De) {
  margin-top: -46px !important;
}

.base_index_page .ow_responsive_menu:lang(de-De) {
  padding-left: 34px !important;
  padding-right: 32px !important;
}
.base_index_page .ow_main_menu li a:lang(de-De){
	
  color: #000;
  display: inline-block;
  font-size: 14px !important;
  font-weight: normal;
  padding: 2px 11px 6px 8px;
  text-decoration: none;
  text-transform: uppercase;
}


/*.base_index_page .cus_signin_wdgCall {
  background: #ffffff none repeat scroll 0 0;
  margin: 3px auto 16px;
  max-height: 194px;
  width: 983px;
}*/

}

@media screen and (max-width: 1400px) and (min-width: 1141px) {
	.base_index_page .ow_header {
  margin-top: -7px !important;
}
	.ow_responsive_menu {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.ow_header .ow_header_cust_text {
  background: transparent none repeat scroll 0 0;
  margin-left: 20% !important;
  margin-top: 15px !important;
  max-height: 300px !important;
  max-width: 600px !important;
  padding: 10px !important;
  position: absolute !important;
  top: 108px !important;
}
}


@media all and (min-device-width : 768px) and (max-device-width : 1024px) {
	
	.ow_header {
  margin-top: -7px !important;


}

}
@media screen and (max-width: 1600px) and (min-width: 1025px) {
	.ow_header_pic {
	  background-size: cover;
	}
	
	

}
.guest_index .ow_index_app_banner_and:nth-child(2) {
  float:left;
  margin-left:18px !important;
  margin-top:28px !important;
}

 .guest_index .ow_stdmargin.ow_ic_file{
	display:none;
}
.guest_index .ow_page_container .ow_page {
  float: right;
  margin-top: -128px;
  position: relative;
  visibility: visible;
  margin-left: 7px;
}
.base_index_page .ow_header .ow_header_pic {
  border-bottom: 1px solid #d2d6d1;
}

.base_index_page .ow_sign_in_wrap form .ow_box_cap {
 max-height: 26px !important;
}

6
.base_index_page .guest_index .index-SKADATE_CMP_MobileExperience .ow_box_cap {
  height: 27px !important;
  margin-bottom: 41px !important;
  max-width: 153px !important;
}

.base_index_page .ow_box_cap.ow_dnd_configurable_component.clearfix {
  height: 27px !important;
}


.base_index_page .guest_index .index-SKADATE_CMP_MobileExperience .ow_ic_file {

  margin-right: 262px !important;

}
.base_index_page .ow_index_app_banner.ow_center {
 /* border-left: 1px solid #d2d6d1;
  border-right: 1px solid #d2d6d1;*/
  color: black;
  font-family: "core_sans_e35_light","Trebuchet MS","Helvetica CY",sans-serif;
  font-size: 16px;
  padding: 7px;
  text-align: justify;
  width: 291px;
}


/*.base_index_page .app a:first-child {
  margin-left: 10px !important;
  margin-right: 14px !important;
  margin-top: 53px !important;
}*/

.base_index_page .guest_index .ow_index_app_banner_and:nth-child(2) {
  margin-left: 10px !important;
  margin-top: 53px !important;
}


.base_index_page .guest_index .index-SKADATE_CMP_MobileExperience .ow_box_cap {
  max-width: 308px !important;
}
.base_index_page .guest_index .index-SKADATE_CMP_MobileExperience {
  max-width: 350px !important;
}


.base_index_page .guest_index .index-SKADATE_CMP_MobileExperience .ow_box {
  max-width: 58% !important;
  padding: 0px !important;
  border-top: medium none !important;
}
.base_index_page .cus_signin_wdgCall{
	
	 padding: 80px !important;
	
}
.base_user_dashboard .ow_index_app_banner a {
  margin-left: 2px;
}
.base_user_dashboard .ow_index_app_banner.ow_center {
  margin-left: 181px;
  max-width: 257px;
  text-align: left;
}
.base_user_dashboard .ow_index_app_banner a:first-child {
  margin-top: 14px;
}

.ow_index_app_banner a {
	
	background-size:115px auto !important;
}

.ow_index_app_banner .ow_index_app_banner_ios {
	background-size:115px auto !important;
}


@media screen and (min-width: 1140px) and (max-width: 1700px) { /* 13 inch screen*/

		
.dashboard-MATCHMAKING_CMP_MatchesWidget .ow_avatar img {
	vertical-align: bottom;
	width: 57px;
	height: 57px;
} 
	.dashboard-MATCHMAKING_CMP_MatchesWidget .ow_avatar {
	position: relative;
	display: inline-block;
	padding: 8px;
	width: 57px !important;
	height: 57px !important;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.ow_header .ow_header_cust_text {
  background: transparent none repeat scroll 0 0;
  margin-left: 25% !important;
  margin-top: 15px !important;
  max-height: 300px !important;
  max-width: 600px !important;
  padding: 10px !important;
  position: absolute !important;
  top: 57px !important;
}
}


@media only screen and (min-width: 980px) and (max-width: 1140px) { /* 10 inch screen*/

.ow_header .ow_header_cust_text {
margin-left: 18% !important; 
top: 57px !important;
}
}
 
.ow_profile_gallery_avatar_image {
  background-size: contain !important;
}

/******
.base_index_page .guest_index .ow_index_app_banner a:lang(ru-Ru) {
	margin-top: 30px !important;
}
.base_index_page .guest_index .ow_index_app_banner_and:lang(ru-Ru) {
	margin-top: 30px !important;
}

.base_index_page .guest_index .index-SKADATE_CMP_MobileExperience .ow_box:lang(ru-Ru) {
	max-width: 221px !important;
	padding: 42px !important;
}

.base_index_page .ow_index_app_banner.ow_center:lang(ru-Ru) {
	font-size: 17px;
*/
.base_index_page .ow_index_app_banner.ow_center:lang(en) {
	font-size: 15px !important;
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/*media all*/
.base_index_page .guest_index .index-SKADATE_CMP_MobileExperience .ow_ic_file {
    margin-right: 263px !important;
    margin-top: -12px !important;
}

}

@supports (-ms-ime-align: auto) {
.base_index_page .guest_index .index-SKADATE_CMP_MobileExperience .ow_ic_file {
    margin-right: 263px !important;
    margin-top: -12px !important;
}


@media screen and (max-width: 768px) and (min-width: 481px)  {
	
.base_index_page .guest_index .index-SKADATE_CMP_MobileExperience .ow_ic_file {

  margin-right: 262px !important;
      margin-top: 2px !important;

}

}

@media screen and (max-width: 1140px) and (min-width: 769px)  {
	
.base_index_page .guest_index .index-SKADATE_CMP_MobileExperience .ow_ic_file {

  margin-right: 262px !important;
      margin-top: -2px !important;

}

}

}

.base_index_page .ow_box_empty.ow_stdmargin.clearfix.index-SKADATE_CMP_MobileExperience.ow_no_cap.ow_break_word {
	border-bottom: 1px solid #dcdcdc !important;
	border-left: 1px solid #dcdcdc!important;
	border-right: 1px solid #dcdcdc !important;
	max-width: 31% !important;
	margin-bottom: 25px !important;
}

.base_index_page .guest_index .index-SKADATE_CMP_MobileExperience .ow_box {
	border-right:none !important;
		
}

.base_index_page .app a {
	float: right !important;
	max-width: 50% !important;
	margin: auto !important;
	padding: 8px !important;
}
#text {
	min-height: 87px;
}


/*********************header text css for****************************************************/

 .ow_header_cust_text .head_text1 {
  color: hsl(0, 0%, 0%);
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  margin-left: 35px;
}
.ow_header_cust_text .head_text2 {
  color: hsl(0, 0%, 0%);
  font-family: arial;
  font-size: 17px;
  font-weight: bold;
  margin-left: 55px;
}
.ow_header_cust_text .head_text3 {
  color: hsl(0, 0%, 0%);
  font-family: arial;
  font-size: 18px;
  font-weight: normal;
  margin-left: 55px;
}
/************************************************************************************************/

/********************************chrome only******************************************************************/
@media screen and (-webkit-min-device-pixel-ratio:0) {    
@media screen and (max-width: 768px) and (min-width: 481px)  {
	
.ow_header_cust_text {
  background:none 0 0 repeat scroll transparent;
  margin-left:147px !important;
  margin-top:3px;
  max-height:300px;
  max-width:600px;
  padding:10px;
  position:absolute;
  top:108px;
}
.base_index_page .guest_index .index-SKADATE_CMP_MobileExperience .ow_ic_file {

  margin-right: 262px !important;
      margin-top: 2px !important;

}
.ow_header .ow_header_pic {
    padding-top: 0px !important;
}
}

@media only screen and (min-width: 769px) and (max-width: 1140px) { 

.ow_header_cust_text {
  background:none 0 0 repeat scroll transparent;
  margin-left:147px !important;
  margin-top:3px;
  max-height:300px;
  max-width:600px;
  padding:10px;
  position:absolute;
  top:108px;
}
.base_index_page .guest_index .index-SKADATE_CMP_MobileExperience .ow_ic_file {

  margin-right: 262px !important;

}
.ow_header .ow_header_pic {
    padding-top: 0px !important;
}
}
@media only screen and (min-width: 1140px) and (max-width:1600px ) { 

.base_index_page .guest_index .index-SKADATE_CMP_MobileExperience .ow_ic_file {

  margin-right: 262px !important;

}
}

} 


.ow_header_cust_text{
background: transparent none repeat scroll 0 0;
margin-left: 10% !important;
margin-top: 3px;
max-height: 300px;
max-width: 600px;
padding: 10px; 
 position: absolute;
 top: 108px
		
}

.ow_profile_gallery_avatar_image div {
	background: transparent !important;
}