/********************************************************************************
  *
  *     Filename:        base.css
  *     Description:     Oxygen Responsive Theme Base CSS File
  *     Version:         3.1.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] Clearfix        __clearfix
  ========================================================*/
.clearfix{zoom: 1;}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
*html .clearfix {height: 1%;}
/*========================================================
        [3] Base Elements       __base
  ========================================================*/
body {
	background-color: #cce6e6; /** OW_Control type:color, section:1. General Settings, key:bodyColor, label:2. Sidebar background color **/
}
body, html {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #545454; /** OW_Control type:color, section:2. Colors, key:textColor, label:1. Text **/
	font-size: 16px;
	line-height: 18px;
	height: 100%;
	min-width: auto;
	max-width: 1921px;
    margin: 0 auto;
}
a {
	color: #1d737b; /** OW_Control type:color, key:linkColor, section:2. Colors, label:3. Links **/
	text-decoration: none;
}
a:hover {
	color: #028fcc;
	text-decoration: underline;
}
a:hover img {
	text-decoration: none;
}
b {
	font-weight: normal;
}
p {
	text-indent: 0;
	margin-bottom: 8px;
}
h1, h2, h3, h4, h5 {
	color: #333333; 
	margin: 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: 1px;
}
h1 {
	font-size: 20px;
	line-height: 20px;
    padding-left: 0px;
	color: #333333; /** OW_Control type: color, key: titleColor, section: 2. Colors, label:2. Title **/
	text-transform: capitalize;
	margin-left: 0px;
	background-repeat: no-repeat;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
}
h4 {
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: none;
}
img {
	border: 0;
	vertical-align: middle;
}
table {
	border: none;
}

th, td {
	padding: 2px 5px;
	vertical-align: top;
}
th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 10px;
	vertical-align: middle;
	font-weight: normal;
	font-size: 17px;
}
th {
    background-color: #fff;
}
hr {
	background-color: #dddfeb;
	border: none;
	height: 1px;
	margin: 5px 5px 15px 5px;
}
/*========================================================
        [4] Typography        __typography
  ========================================================*/
@font-face {
  font-family: 'simple-line-icons';
  src: url('assets/fonts/Simple-Line-Icons.eot');
  src: url('assets/fonts/Simple-Line-Icons.eot') format('embedded-opentype'),
  url('assets/fonts/Simple-Line-Icons.woff2') format('woff2'),
  url('assets/fonts/Simple-Line-Icons.ttf') format('truetype'),
  url('assets/fonts/Simple-Line-Icons.woff') format('woff'),
  url('assets/fonts/Simple-Line-Icons.svg#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*========================================================
        [5] Masterpage & Page Layout        __layout
  ========================================================*/
/* ---- Page Layout, Content styles ---- */
/*Opera Fix*/
	body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
/*End of the Opera Fix*/
html body div .ow_page h1 {
    background-position: 10px center;
    background-color: white;
    padding: 8px 8px 8px 40px;
    border: 1px solid #dee5ea;
}
.ow_bg_color{
	background-color: #e5f1f1;/** OW_Control type:color, section:1. General Settings, key:bodyColor, label:1. Page background color **/	
}
.ow_border {
    border-style: solid;
    border-color: #cad4dd;
}
body > .ow_page_wrap {
	min-height: 100%;
	padding-top: 60px;
}
.ow_page_padding {
	padding-bottom: 89px;
} 
.ow_canvas {
	margin: 0 auto;
	width: 100%;
	word-wrap: break-word;
}
.ow_page {
    margin: 0 0px 0px 260px; 
    padding: 0 18px;
}
.ow_page_container {
    width: 100%;
    margin: 0px 0px 0px 20px;
    max-width: 1900px;
}
.ow_page_container .ow_page {
    padding: 16px 16px 16px 16px;
    min-height: 400px;
}
.ow_content {
    float: right;
    width: 100%;
}

.ow_sidebar {
    float: left;
    width: 250px;
    top: 0;
    margin-top: -40px;
    position: relative;
    left: 0;
    margin-left: -280px;
}
body.ow.oxygen.base_index_page .ow_sidebar,
body.ow.oxygen.gorup_info_page .ow_sidebar {
    margin-top: 0;
}
/* Footer */
.ow_footer {
    padding: 1px 0px;
    background: transparent; /** OW_Control type:color, section:1. General Settings, key:footerColor, label:4. Footer background color **/
    height: 130px;
    position: relative;
    margin-top: -90px;
    clear: both;
	margin-left: 0px;
}
.ow_footer .ow_canvas {
	width: 100%;
}
.ow_footer .ow_canvas .ow_page {
    padding: 0;
    margin: 0 0px 0px 0px;
}
.ow_footer .ow_copyright{
	float: left;
	padding-left: 10px;
	color: rgba(255,255,255,0.5);
}

/* Columns */
.ow_column {
	width: 49%;
    overflow: hidden;	
}
.ow_narrow {
    width: 39%;
    overflow: hidden;
}
.ow_wide {
    width: 59%;
    overflow: hidden;    
}
.ow_superwide {
    width: 75%;
    overflow: hidden;
}
.ow_supernarrow {
    width: 23%;
    overflow: visible;
}
/* Avatar list (Groups, Googgle popup)*/
.ow_item_set2 { 
	width: 49%; 
}
.ow_item_set3 { 
	width: 33%; 
}
.ow_item_set4 { 
	width: 25%; 
}
.ow_item_set5 { 
	width: 20%; 
}
/* ---- End of the Page Layout, Content styles ---- */
/* ---- Header styles ---- */
.ow_top {
    position: relative;
    height: auto;
	min-height: 105px;
	padding-top: 50px;
}
.ow_logo {
	background-image: url(images/logo.png); /** OW_Control type:image, key:logoImage, section:1. General Settings, label: 3. Site Logo image **/
	background-size: auto 32px;
	background-repeat: no-repeat;
	background-position: 10px center;
	display: inline-block;
	height: 60px;
	width: 280px;
	float: none !important;
}
a.ow_logo:hover {
	text-decoration: none;
}
.ow_header {
	display: none;
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
body.ow.oxygen.base_index_page .ow_header {
    display: block;
}
body.ow.oxygen.base_sign_in .ow_header {
    display: none;
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
.ow_header_img {
    width: 100%;
}
.ow_header_pic {
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    height: 300px;
	background-attachment: inherit;
}
.ow_header_pic img {
	height: 0px;
}

/* ---- End of the Header styles ---- */
/* ---- User Dashboard customizer */
.ow_dragndrop_content {
    /* float: left; */
}
body.ow.oxygen.base_index_page_customize .ow_dragndrop_content {
    float: right;
    width: 100%;
}
body.ow.oxygen.base_index_page_customize input.ow_ic_restrict.ow_mild_green {
    color: #fff;
}
body.ow.oxygen.base_index_page_customize .ow_dnd_configurable_component h3 {
    float: left;
    text-align: left;
    padding-left: 8px;
	background-image: none;
}
body.ow.oxygen.base_index_page_customize .ow_box_cap .ow_box_icons {
    padding: 10px 8px;
}
body.ow.oxygen.base_index_page_customize a.ow_ic_gear_wheel.dd_edit {
    background-image: url(images/ic_gear_wheel.svg);
}
body.ow.oxygen.base_index_page_customize a.ow_ic_delete {
    background-image: url(images/ic_delete.svg);
}
.ow_subscribe_table .ow_ic_ok {
    background-image: url(images/ic_ok.svg);
}
.ow_dragndrop_panel {
	background: #fff;
	margin-top: 5px;
}
.ow_dashboard_box{
    background: #FFF;
    padding: 5px 10px 10px 10px;
    margin-top: 5px;
}
.ow_dnd_schem_item{
	background:#fff url(images/ic_file.svg) no-repeat 10px 50%;
	border:1px solid #dce4ea;
	cursor:move;
	height:30px;
	margin:2px 4px 2px 0;
	padding:0 5px 0 33px;
    position: relative;
    font-size: 11px;
}
.ow_dnd_schem_item span.ow_label{
	float:left;
	overflow:hidden;
	padding-top:5px;
    height: 20px;
}
.ow_dnd_schem_item span.action{
	line-height:15px;
	overflow:hidden;
	width:70px;
    position: absolute;
    right: 4px;
    top: 2px;
}
.ow_dnd_schem_item span.action .ow_lbutton {
	vertical-align: top;
}
.ow_dnd_helper {
	border: 1px dashed #000;
}
.ow_dnd_freezed .ow_dnd_schem_item {
	background-color: #FFAAAA;
}
.ow_dragndrop_sections .ow_highbox{
    margin-top: 6px;
}
.ow_dnd_placeholder {
    height: 10px;
	border: 1px dashed #999999;
	background-color: #fff;
}
.ow_dnd_preloader {
    height: 30px;
}
.ow_dnd_configurable_component .control {
    display: inline-block;
    width: 18px;
    height: 16px;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
}
.ow_dnd_configurable_component .ow_box_icons {
	float: right;
    padding: 8px 2px 0 0;
}
.ow_dnd_configurable_component h3 {
    float: left;
}
.ow_dnd_content_components{
   padding: 10px 0;
   width: 74%;
}
.ow_dnd_clonable_components {
   border-left: 1px solid #dce4ea;
   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;
    background-color: #1eafbe;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
	background-position: left center;
    background-repeat: no-repeat;
}
.ow_dragndrop_sections .ow_highbox.join_now_widget:hover {
    background: #0ca0af url(assets/img/arrow-right.png);
    text-decoration: none;
    background-position: 95% center;
    background-repeat: no-repeat;
}
.ow_dragndrop_sections .ow_highbox.join_now_widget a {
    color: #fff;
}
.ow_dragndrop_sections .ow_highbox.join_now_widget a:hover {
    color: #fff;
}
.join_now_widget {
	text-transform: uppercase;
}
.ow_highbox .ow_highbox.join_now_widget {
	background-image: none;
	border: none;
}
.join_now_widget a:hover {
	text-decoration: none;
}
.ow_highbox_table .ow_highbox .ow_dnd_schem_item {
	float:none;
	margin-bottom:4px;
	margin-right:0;
	width:auto;
}
input[type=text].ow_settings_input{
    width: 40px;
}
/*========================================================
        [6] Menus        __menus
  ========================================================*/
/* ---- Navigation on the left ---- */
.ow_nav_btn {
	position: relative;
	float: left;
	width: 70px;
	height: 60px;
	cursor: pointer;
	background-image: url(assets/img/menu_btn.png);
	background-position: 3px -120px;
	opacity: 1;
	transition: opacity 0.3s ease-out 0.15s;
	-moz-transition: opacity 0.3s ease-out 0.15s;
	-webkit-transition: opacity 0.3s ease-out 0.15s;
    border-left: 1px solid rgba(180, 198, 214, 0);
	display: block;
}
.ow_nav_btn:before {
    border-color: rgba(239, 242, 245, 0);
    border-right-color: #CAD4DD;
    border-width: 9px;
    margin-top: -9px;
}
.ow_menu_active .ow_nav_btn {
	display: block;
	opacity: 1;
	transition: background-position 0.2s ease;
	-moz-transition: background-position 0.2s ease;
	-webkit-transition: background-position 0.2s ease;
}
.ow_menu_active .ow_nav_btn,
.ow_menu_active .ow_nav_btn:hover {
	background-position: 4px 5px;
	transition: background-position 0.2s ease;
	-moz-transition: background-position 0.2s ease;
	-webkit-transition: background-position 0.2s ease;
}
.ow_menu_fullpage {
    background-color: #064254;
    position: fixed;
    z-index: 98;
    top: 60px;
    left: -240px;
    right: 0;
    bottom: 0;
    width: 220px;
    visibility: hidden;
    transition: left .4s,visibility .4s;
	-webkit-transition: left .4s,visibility .4s;
	-moz-transition: left .4s,visibility .4s;
}
.ow_menu_active .ow_menu_fullpage {
    overflow-y: auto;
    overflow-x: hidden;
    left: 0;
    visibility: visible;
    transition: left .4s;
	-webkit-transition: left .4s;
	-moz-transition: left .4s;
}
.ow_menu_active .ow_menu_fullpage_wrap {
    /* display: table; */
    height: 100%;
    width: 100%;
}
.ow_menu_fullpage_wrap ul.ow_main_menu {
	display: table-cell;
	vertical-align: top;
	overflow: visible;
	height: auto;
	width: 200px;
}
.ow_menu_fullpage_wrap ul.ow_main_menu li {
	width: 100%;
	display: block;
	text-align: left;
}
.ow_menu_fullpage_wrap .ow_main_menu li a {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	width: 100%;
	display: inline-block;
	font-family: 'PT Sans Narrow', sans-serif;
	padding: 0 5px 0px 14px;
	background-position: 20px center;
	border-left: 3px solid transparent;
	letter-spacing: 1px;
}
.ow_menu_fullpage_wrap .ow_main_menu li a:hover {
    /* color: #333333; */
    /* text-decoration: none; */
}
.ow_menu_fullpage_wrap .ow_main_menu li.active a {
    color: #37d0e0;
    border-left: 3px solid #1eafbe;
}
.ow_menu_fullpage_wrap .ow_main_menu li:first-child a {
	margin-left: 0;
}
.ow_menu_fullpage_wrap .ow_main_menu li a:hover {
    border-left: 3px solid #1eafbe;
}

/* ---- End of the Navigation on the left ---- */
/* ---- Console styles ---- */
.ow_site_panel {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	background: #1eafbe; /** OW_Control type:color, section:1. General Settings, key:sitePanelColor, label:1. Site Panel color **/
	z-index: 99;
	max-width: 1921px;
    margin: 0 auto;
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
.ow_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: 14px 14px 0 0;
}
.ow_console_item {
	display: inline-block;
    position: relative;
    margin: 0 10px 0 6px;
    padding: 5px 0px 0 0px;
	vertical-align: middle;
	text-align: left;
	cursor: pointer;
}
.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_friend_request_list {
    display: inline-block !important;
}
.ow_console_more {
    display: none;
}
.ow_console_item a.ow_console_item_link {
	font-size: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	color: #fff;
}
.ow_console_item a.ow_console_item_link:hover {
	color: #333;
}
.ow_console_item.ow_console_button {
    margin: 0px 10px 0 -5px;
}
.ow_console_button.ow_console_item a.ow_console_item_link {
    pointer-events: auto;
    width: auto;
    height: auto;
    background: none;
    font-size: 16px;
    background-color: #167896;
    color: #fff;
    padding: 1px 10px 3px 10px;
    margin: 0px 0;
    border-radius: 0px;
    line-height: 18px;
	border: 1px solid #167896;
}
.ow_console_button.ow_console_item a.ow_console_item_link:hover {
    color: #FFFFFF;
    background-color: #24bccc;
}
.ow_console_item a.ow_console_item_link:before,
.ow_invitation_list.ow_console_item a.ow_console_item_link:before,
.ow_friend_request_list.ow_console_item a.ow_console_item_link:before,
.ow_mailbox_items_list.ow_console_item a.ow_console_item_link:before,
.ow_notification_list.ow_console_item a.ow_console_item_link:before {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ow_console_item a.ow_console_item_link:before,
.ow_console_item a.ow_console_item_link:hover:before{
	content: "\e005";
}
.ow_invitation_list.ow_console_item a.ow_console_item_link:before,
.ow_invitation_list.ow_console_item a.ow_console_item_link:hover:before {
	content: "\e002";
}
.ow_friend_request_list.ow_console_item a.ow_console_item_link:before,
.ow_friend_request_list.ow_console_item a.ow_console_item_link:hover:before {
	content: "\e001";
}
.ow_mailbox_items_list.ow_console_item a.ow_console_item_link:before,
.ow_mailbox_items_list.ow_console_item a.ow_console_item_link:hover:before {
	content: "\e086";
}
.ow_notification_list.ow_console_item a.ow_console_item_link:before,
.ow_notification_list.ow_console_item a.ow_console_item_link:hover:before {
	content: "\e027";
}
.ow_console_button.ow_console_item a.ow_console_item_link:before,
.ow_console_button.ow_console_item a.ow_console_item_link:hover:before {
	font-size: 0;
}
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 0px;
    color: #ffffff;
}
body .ow_console_item:hover a.ow_console_item_link:before,
body .ow_console_dropdown_pressed.ow_console_item a.ow_console_item_link:before {
	text-shadow: 1px 1px #159682;
}
/* Console Sign in */
.ow_signin_label {
    display: inline-block;
    height: 15px;
    margin: 0px 0;
    vertical-align: top;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #167896;
    padding: 3px 10px 4px 10px;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    line-height: 15px;
	border: 1px solid #167896;
}
.ow_signin_label:hover {
    color: #FFFFFF;
    background-color: #24bccc;
}
.ow_signin_delimiter {
    /* border-right: 1px solid #dce4ea; */
    /* padding: 0 4px 0 0; */
    margin-top: 1px;
}
.ow_menu_active .ow_signin_delimiter {
	border-color: #006B60;
}
.ow_console_item .ow_ico_signin {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
	background-size: 24px 24px;
    margin: 1px 0 0 4px;
    vertical-align: top;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.ow_ico_signin:last-child {
    margin-right: -4px;
}
.ow_ico_signin_f {
    background-image: url(images/sign_in_facebook.png) !important;
}
.ow_ico_signin_g {
    background-image: url(images/sign_in_google.png) !important;
}
.ow_ico_signin_vk {
    background-image: url(images/sign_in_vk.png) !important;
}
.fb_button {
    background-image: url(images/sign_in_facebook.png) !important;
    background-color: #5F78AB !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
	padding: 0 !important;
    height: 32px !important;
    display: inline-block;
    color: #fff;
	border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
}
.fb_connect_wrap {
    cursor: pointer;
    display: inline-block;
    border-bottom: 0px solid #1A356E !important;
    border-right: 0px solid #1A356E !important;
    border-top: 0px solid #1A356E !important;
    height: 31px !important;
    line-height: 32px;
    margin-left: 10px;
    padding: 0 18px !important;
    background-color: #5F78AB;
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
}
.fb_button_text {
    border-top: 0px solid #879AC0 !important;
    padding: 0 !important;
    font-weight: normal !important;
	font-size: 15px !important;
}
.glconnect_button {
    background-image: url(images/sign_in_google.png) !important;
    background-color: #E85C4B !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    height: 32px !important;
    display: inline-block;
    cursor: pointer;
    border-bottom: 0px solid #8d2d1d !important;
    vertical-align: top;
	text-align: center;
	border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
}
span.glconnect_button_text {
    padding: 4px 18px !important;
    color: #fff;
    text-decoration: none;
    font-size: 15px !important;
	letter-spacing: 1px;
    line-height: 32px !important;
    background-color: #E85C4B;
    margin-left: 10px;
    border-bottom: 1px solid #E85C4B;
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
}
.vkconnect-connect {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 0px 0px !important;
}
.vkconnect-icon {
    border-bottom-left-radius: 0px !important;
    border-color: transparent !important;
    border-style: solid none solid solid;
    border-top-left-radius: 0 !important;
    border-width: 0 !important;
    float: left;
    padding: 0;
}
.vkconnect-label {
    border-bottom-right-radius: 0 !important;
    border-color: transparent !important;
    border-style: solid solid solid none;
    border-top-right-radius: 0 !important;
    border-width: 0 !important;
    float: left;
    height: 32px !important;
    padding: 0;
}
.vkconnect-left-border {
    background: transparent !important;
    border-bottom-left-radius: 0px !important;
    border-color: transparent !important;
    border-style: solid;
    border-top-left-radius: 0px !important;
    border-width: 0px !important;
    height: 32px !important;
    padding: 0 !important;
    width: 32px !important;
}
.vkconnect-right-border {
    background: #527DAF !important;
    border-bottom-right-radius: 2px !important;
    border-color: #527DAF !important;
    border-style: solid;
    border-top-right-radius: 2px !important;
    border-width: 0px !important;
    color: #fff !important;
    height: 32px !important;
    line-height: 32px !important;
    padding: 0 30px 0 25px !important;
    text-shadow: none !important;
	font-size: 15px !important;
	text-align: center;
	letter-spacing: 1px;
	margin-left: -1px;
}
.vk-icon.vk_ic_logo {
    background-image: url(images/sign_in_vk.png) !important;
    height: 32px !important;
    width: 32px !important;
    background-position: left center !important;
	border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}

/*Console select language styles*/
.ow_console_lang {
	padding: 4px;
}
.ow_console_lang_item {
    line-height: 20px;
    text-transform: capitalize;
}
div.ow_console_lang_item > span {
    font-size: 0px;
    width: 8px;
    height: 22px;
    background: url(assets/img/globe.svg);
    background-repeat: no-repeat !important;
    background-position: 0px 0px !important;
    background-size: 22px 22px !important;
    transition: all 0.4s ease;
    border-radius: 2px;
}
div.ow_console_lang_item > span:hover {
	transition: all 0.4s ease;
}
li.ow_console_lang_item {
    padding: 3px 8px;
    background: #fdfdfd;
    border-color: transparent;
    border-radius: 2px;
    color: #424242;
    border-left: 3px solid transparent;
}
li.ow_console_lang_item:hover {
    color: #333333;
    background-color: #eef9f9;
    border-left: 3px solid #1eafbe;
}
.ow_console_lang_item span {
	display: inline-block;
	padding-left: 22px;
	background-position: 0 2px;
}
div.ow_console_lang_item:hover > span {
    color: #333333;
    background: url(assets/img/globe.svg);
}
/* Console tooltip */
.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;
	padding: 0px;
}
.console_tooltip {
	z-index: 100;
}
/* Console counter */
.ow_console span.ow_count_wrap {
	position: absolute;
	top: 2px;
	right: -8px;
}
.ow_console span.ow_count_bg {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.ow_console span.ow_count {
	position: relative;
	top: 0px;
}
.ow_console .ow_tooltip_body span.ow_count_wrap {
	position: static;
	margin-top: 2px;
}
/* Console list*/
 .ow_console_list_wrapper {
	width: 330px;
	overflow-y: auto;
	word-wrap: break-word;
	min-height: 60px;
	padding: 4px;
}
.ow_console_list {
	cursor: default;
}
.ow_console_list li {
	padding: 3px;
	height: auto;
	overflow: hidden;
	margin-bottom: 2px;
	border: 1px solid transparent;
}
.ow_console_list li.ow_console_new_message {
	background: #fff;
	border-color: #1eafbe;
}
.ow_console_list li:hover {
	border-color: #cad4dd;
	background-color: #eef9f9;
}
.ow_console_list li.ow_console_new_message:hover {
	border-color: #85b52f;
	background-color: #e5f1f1;
}
.ow_mailbox_items_list li.ow_mailbox_request_item,
.ow_mailbox_items_list li.ow_chat_request_item {
	padding: 8px 3px;
}
.ow_console_list li:last-child {
	margin-bottom: 0px;
}
/* Console avatar */
.ow_console .ow_avatar {
	float: left;
	margin-right: -40px;
	height: 32px;
	width: 32px;
	padding: 2px;
	background-image: none;
}
.ow_console .ow_avatar img {
	height: 32px;
	width: 32px;
}
/* Console View all btn */
.ow_console_view_all_btn {
	text-decoration: none;
	display: block;
	line-height: 38px;
	text-align: center;
	background: #fff;
	text-transform: uppercase;
	height: 40px;
}
.ow_console_view_all_btn_wrap .ow_console_view_all_btn {
	color: #a2acb3;
}
.ow_console_view_all_btn:hover {
	color: #fff;
	background: #333333;
}
/* Console dropdown menu */
ul.ow_console_dropdown {
	min-width: 110px;
    text-align: left;
	overflow-x: auto;
	cursor: default;
	padding: 4px;
	padding-left: 0;
}
ul.ow_console_dropdown .ow_console_dropdown_cont {
	white-space: nowrap;
	margin-bottom: 1px;
}
ul.ow_console_dropdown .ow_console_dropdown_cont a {
	padding: 3px 8px;
	border: 1px solid transparent;
	display: block;
	border-left: 3px solid transparent;
	
}
ul.ow_console_dropdown .ow_console_dropdown_cont a:hover {
    border-left: 3px solid #1eafbe;
	background-color: #eef9f9;
}
ul.ow_console_dropdown li:last-child .ow_console_dropdown_cont {
	margin-bottom: 0px;
}
/* Console content */
.ow_console_ntf_cont, .ow_console_invt_cont {
	display: block;
	margin: 0px 57px 0px 50px;
}
.ow_console_invt_cont .ow_lbutton:hover {
	text-decoration: none;
}
.ow_console_ntf_txt, 
.ow_console_invt_txt {
	min-height: 19px;
	padding: 0px 0px 3px 0px;
	display: block;
}
.ow_console_invt_txt {
	width: 211px;
	word-wrap: break-word;
}
.ow_console_invt_txt a,
.ow_console_invt_cont a {
}
.ow_console_invt_img {
	float: right;
	margin-left: -54px;
	width: 54px;
	height: 54px;
	text-align: right;
}
.ow_console_invt_img img {
	max-height: 100%;
	max-width: 100%;
}
.ow_console_invt_no_img .ow_console_invt_txt {
	width: 100%;
}
.ow_console_invt_no_img {
	margin-right: 0px;
}
/* Console divider */
.ow_console_divider {
	line-height: 1px;
	height: 1px;
	background: #d9e0e6;
	margin: 3px 0px 2px;
}
/* Console messages notifications */
.ow_console_mailbox_txt {
	font-size: 13px;
}
.ow_console_mailbox_title {
	padding-right: 52px;	
}
.ow_console_mailbox_title .ow_mailbox_convers_info_date {
	font-size: 12px;
	margin-right: -49px;
}
.ow_chat_request_item .console_list_ipc_item {
	padding-left: 20px;
	background: url(images/miniic_buble.svg) 2px 12px no-repeat;
}
.ow_chat_request_item.ow_console_new_message .console_list_ipc_item {
	background-image: url(images/miniic_buble_active.svg);
}
.ow_mailbox_request_item .console_list_ipc_item {
	padding-left: 20px;
	background: url(images/miniic_envelope.svg) 2px 12px no-repeat;
}
.ow_mailbox_request_item.ow_console_new_message .console_list_ipc_item {
	background-image: url(images/miniic_envelope_active.svg);
}
.ow_chat_request_item .ow_console_mailbox_txt {
	font-size: 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: #ffffff;
    color: #1eafbe;
	text-transform: uppercase;
    border-top: 1px solid #dce4ea;
}
.ow_console_messages_btns .ow_console_messages_viewall a,
.ow_console_messages_btn .ow_console_messages_viewall a {
	border-right: 1px solid #dce4ea;	
}
.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: #1eafbe;
}
/* ---- End of Console styles ---- */
/* ---- Main Menu styles ---- */
.ow_menu_wrap {
	padding: 0;
	display: table;
	position: fixed;
	width: 150px;
    height: 100%;
    background: #064254;
	float: left;
	top: 60px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	display: none;
}
.ow_main_menu {
	height: 100%;
	overflow: auto;
	padding-bottom: 60px;
}
.ow_main_menu li {
    padding: 0;
	display: inline-block;
}
.ow_main_menu li a {
    color: #f5f5f5; /** OW_Control type:color, key:menuColor, section:2. Colors, label:4. Menu text color **/
    display: inline-block;
	font-size: 15px;
    padding: 0 5px 0px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    border-left: 2px solid transparent;
    width: 180px;
}
.ow_main_menu li:first-child a {
    /* padding-left: 0px; */
}
.ow_main_menu li a span {
    line-height: 48px;
    display: inline-block;
    padding: 0 0px 0px 34px;
}
.ow_main_menu li.active a,.ow_main_menu li a:hover {
	color: #37d0e0;
	background-color: #083948;
	border-left: 2px solid #1eafbe;
}
.ow_main_menu li.active:first-child a {
    /* padding-left: 0px; */
    border-left: 2px solid transparent;
}
.ow_responsive_menu {
	padding-right: 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 #cad4dd;
	border-right: 1px solid #cad4dd;
	width: 68px;
	height: 70px;
	background: url(assets/img/menu_btn.png) 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: #cad4dd;
	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 #cad4dd;
	border-left: none;
	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: 6px 24px 10px;
	font-size: 15px;
	text-transform: capitalize;
	white-space: nowrap;
	border-left: 3px solid transparent;
}
.ow_menu_more_list a:hover {
	text-decoration: none;
	border-left: 3px solid #1ebea5;
}

/* Menu icons */
.ow_main_menu li a:before, li.base_dashboard a:before, li.base_main_menu_index a:before, li.base_users_main_menu_item a:before, li.groups_main_menu_list a:before, li.photo_photo a:before, li.video_video a:before, li.event_main_menu_item a:before, li.blogs_main_menu_item a:before, li.forum_forum a:before, li.base_main_menu_my_profile a:before, li.base_base_join_menu_item a:before, li.indexlogin_sign_in a:before {
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    margin-top: 14px;
}
.ow_main_menu li a:before,
.ow_main_menu li.active a:before,
.ow_main_menu li a:hover:before{
	content: "\e06e";
}
li.base_dashboard a:before,li.base_dashboard.active a:before,
li.base_dashboard a:hover:before{content: "\e007";
}
li.base_main_menu_index a:before,
li.base_main_menu_index.active a:before,
li.base_main_menu_index a:hover:before{content: "\e069";
}
li.base_users_main_menu_item a:before,
li.base_users_main_menu_item.active a:before,
li.base_users_main_menu_item a:hover:before{content: "\e001";
}
li.groups_main_menu_list a:before,
li.groups_main_menu_list.active a:before,
li.groups_main_menu_list a:hover:before{content: "\e616";
}
li.photo_photo a:before,
li.photo_photo.active a:before,
li.photo_photo a:hover:before{content: "\e07f";
}
li.video_video a:before,
li.video_video.active a:before,
li.video_video a:hover:before{content: "\e07e";
}
li.event_main_menu_item a:before,
li.event_main_menu_item.active a:before,
li.event_main_menu_item a:hover:before{content: "\e075";
}
li.blogs_main_menu_item a:before,
li.blogs_main_menu_item.active a:before,
li.blogs_main_menu_item a:hover:before{content: "\e05f";
}
li.forum_forum a:before,
li.forum_forum.active a:before,
li.forum_forum a:hover:before{content: "\e02c";
}
li.base_main_menu_my_profile a:before,
li.base_main_menu_my_profile.active a:before,
li.base_main_menu_my_profile a:hover:before {content: "\e005";
}
li.base_base_join_menu_item a:before,
li.base_base_join_menu_item.active a:before,
li.base_base_join_menu_item a:hover:before {content: "\e066";
}
li.indexlogin_sign_in a:before,
li.indexlogin_sign_in.active a:before,
li.indexlogin_sign_in a:hover:before {content: "\e066";
}
li.music_main_menu_item a:before,
li.music_main_menu_item.active a:before,
li.music_main_menu_item a:hover:before {
	content: "\e061";
}
li.articles_main_menu_item a:before,
li.articles_main_menu_item.active a:before,
li.articles_main_menu_item a:hover:before {
	content: "\e05f";
}
li.shoppro_main_menu_item a:before,
li.shoppro_main_menu_item.active a:before,
li.shoppro_main_menu_item a:hover:before {
	content: "\e04e";
}
/* ---- End of Main Menu styles ---- */
/* ---- Box Menu styles ---- */
.ow_box_menu {
    font-size: 0px;
    line-height: 21px;
    margin-bottom: 16px;
    text-align: left;
}
.ow_dnd_widget .ow_box_menu {
    text-align: center;
}
.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;
}
.ow_box_menu a:first-child {
	padding-left: 0px;
}
.ow_box_menu a:last-child {
	border-right-width: 0px;
}
.ow_box_empty .ow_box_menu {
    float: none;
    text-align: center;
}
.ow_box_menu a.active,
.ow_box_menu a:hover{
	color:#1eafbe; 
	text-decoration:none;
}
/* ---- End of Box Menu styles ---- */
/* ---- Content Menu styles ---- */
.ow_content_menu{
	font-size: 0px;
	text-transform: uppercase;
	font-weight: normal;
	border: 1px solid #dce4ea;
    background-color: #fff;
}

.ow_content_menu_wrap{
	margin-bottom:20px;
}
.ow_content_menu li {
    float: left;
    border: 1px solid transparent;
    position: relative;
    /* top: 1px; */
    /* padding: 1px; */
}
.ow_content_menu li a {
    display: block;
    font-size: 16px;
    color: #333333;
	background-color: #fff;
    border: 1px solid #dce4ea;
    border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.ow_content_menu span{
    background-image: url(images/ic_file.svg);
    background-position: 12px center;
    background-repeat: no-repeat;
    padding: 9px 16px 9px 38px;
    display: block;
}
/*
.ow_content_menu li.active {
    border-color: #ccd6de #ccd6de #fff #ccd6de;
} */
.ow_content_menu li.active a, .ow_content_menu li a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #1eafbe;
    border: 1px solid #1eafbe;
}
/* ---- End of Content Menu styles ---- */
/* ---- Footer Menu styles ---- */
.ow_footer_menu {
    padding: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    background-color: transparent; /** OW_Control type:color, section:1. General Settings, key:footerMenuColor, label:5. Footer Menu background color **/
    border-bottom: 1px solid transparent;
    color: #8c8989;
    text-align: center;
}
.ow_footer_menu a {
	display: inline-block;
    padding: 0px 0.7vw;
	color: #bfbfbf;
}
.ow_footer_menu a:first-child {
	padding-left: 0vw;
}
.ow_footer_menu a:hover {
	text-decoration: none;
}
/* ---- End of Footer Menu styles ---- */
/* ---- Fw menu styles ---- */
.ow_fw_menu {
    padding: 7px 8px 1px 0px;
    min-height: 24px;
    clear: both;
    background-color: #fff;
    border: 1px solid #dce4ea;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.ow_fw_btns {
    display: inline-block;
}
.ow_fw_menu .ow_explore_photos_show {
    font-size: 16px;
    padding-left: 8px;
}
/* ---- End of the Fw menu styles ---- */
/* ---- Vertical menu styles ---- */
.ow_vertical_nav.ow_vertical_menu,
body .ow_vertical_nav_item {
    border-color: #cad4dd;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.ow_vertical_nav_item.selected {
   	background-color: #fff;
}
.ow_moderation_wrap .ow_moderation_sticked {
	top: 70px;
}
/* ---- End of the Vertical menu styles ---- */
/*========================================================
        [7] Pagination        __pagination
  ========================================================*/
html[xmlns] .ow_paging.clearfix {
	display: inline-block;
}
.ow_paging {
    padding: 8px;
    font-size: 15px;
    width: 98%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dce4ea;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.ow_paging a{
    display: inline-block;
    line-height: 16px;
    padding: 2px 6px 2px 7px;
    text-decoration: none;
    color: #333333;
}
.ow_paging a.active, .ow_paging a:hover {
    color: #fff;
    background-color: #1eafbe;
    border-radius: 2px;
}
.ow_paging span {
	display: inline-block;
	padding-left: 3px;
}
/*========================================================
        [8] Content Items        __content items
  ========================================================*/
/* ---- Tooltip ---- */
.ow_tooltip {
    margin-top: 0;
    padding-top: 3px;
}
.ow_tooltip_tail {
    display:inline-block;
    padding: 0px 0px;
	width: 100%;
	visibility: 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 #dce4ea;
}
.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: 12px;
 }
.ow_tooltip_top_right .ow_tooltip_tail span {
	background-position: 3px -6px;
}
.ow_tooltip_top_right .ow_tooltip_tail {
	text-align: right;
}
/* ---- Bottom Left Tooltip  ---- */
.ow_tooltip_bottom_left .ow_tooltip_tail span {
	background-position: 9px 0px;
	margin-top: -1px;
}
/* ---- Bottom Right Tooltip  ---- */
.ow_tooltip_bottom_right .ow_tooltip_tail span {
	background-position: 1px 0px;
	margin-top: -1px;
}
.ow_tooltip_bottom_right .ow_tooltip_tail {
	text-align: right;
}
/* ---- Left Side Tooltip  ---- */
.ow_tooltip_left .ow_tooltip_tail {
	float: left;
	margin-right: -4px;
	width: 4px;
	padding-top: 8px;
}
.ow_tooltip_left .ow_tooltip_tail span {
	margin: 0px;
	width: 5px;
	height: 11px;
	background-position: 0px -28px;
}
.ow_tooltip_left .ow_tooltip_body {
	display: block;
	margin-left: 4px;
}
/* ---- Right Side Tooltip  ---- */
.ow_tooltip_right .ow_tooltip_tail {
	float: right;
	margin-left: -4px;
	width: 5px;
	padding-top: 8px;
}
.ow_tooltip_right .ow_tooltip_tail span {
	margin: 0px;
	width: 5px;
	height: 11px;
	background-position: 0px -15px;
}
.ow_tooltip_right .ow_tooltip_body {
    display:block;
	margin-right: 4px;
}
/* ---- End of Tooltip  ---- */
/* ---- Context Action styles ---- */
.ow_context_action_block {
    float: right;
    text-align: right;
    font-size: 0px;
    line-height: 18px;
}
.ow_context_action {
    display: inline-block;
    position: relative;
    background-color: transparent;
    z-index: 3;
    height: 18px;
    padding: 0px 0px 0px 5px;
    border: 1px solid transparent;
    vertical-align: top;
    zoom: 1;
    border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.ow_context_action_value {
	font-size: 13px;
    display: inline-block;
    padding: 0px 5px 0px 0px;
    text-decoration: none;
	color: #333333;
	text-transform: uppercase;
}
.ow_context_more {
    display: inline-block;
    min-width: 15px;
    height: 18px;
    padding: 0px 3px 0px 0px;
    background: url(images/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: #cad4dd;
    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: 16px;
    font-weight: normal;
	display: block;
	padding: 3px 0px;
	color: #828894;
}
.ow_context_action_list a:hover {
    text-decoration: none;
    background: #1eafbe;
    color: #fff;
}
.ow_context_action .ow_tooltip {
    display: none;
}
.ow_context_action.active.ow_tooltip.ow_newsfeed_context_tooltip.ow_small.hidden,
.ow_context_action:hover .ow_tooltip.ow_newsfeed_context_tooltip.ow_small.hidden,
.ow_context_action.active.ow_tooltip.ow_comments_context_tooltip.ow_small.ow_tooltip_top_right.hidden,
.ow_context_action:hover .ow_tooltip.ow_comments_context_tooltip.ow_small.ow_tooltip_top_right.hidden {
    display: block;
    opacity: 1;
}
.ow_tooltip.ow_newsfeed_context_tooltip.ow_small.hidden {
    -webkit-animation-fill-mode: inherit;
    animation-fill-mode: inherit;
}
.ow_context_action_divider {
	line-height: 1px;
	height: 1px;
	background: #cad4dd;
	border-bottom: 1px solid #fff;
	margin: 1px 0px 0px;
}
/* ---- End of Context Action styles ---- */
/* ---- Cover Context Action styles ---- */
.uh-cover-add-btn-wrap .ow_context_action {
	padding-left: 7px;
}
.uh-cover-add-btn-wrap .ow_tooltip_body {
	padding: 4px 0px;
}
.uh-cover-add-btn-wrap .ow_context_action_list a {
	padding: 4px 12px;
}
.uh-cover-add-btn-wrap .ow_context_action_value {
	color: #333333;
}
/* ---- End of Cover Context Action styles ---- */
/* ---- Counter  ---- */
.ow_count_wrap {
    text-align: center;
   	display: inline-block;
	line-height: 15px;
	font-size: 10px;
	vertical-align: top;
}
.ow_count_bg {
	display: inline-block;
    background: #333333;
 	min-height: 15px; 
 	overflow: hidden;
 	border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;	
}
.ow_count {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	min-height: 15px;
	min-width: 16px;
	line-height: 15px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.ow_count_active {
    background: none repeat scroll 0 0 #EC6D5D;
}
/* ---- End of Counter  ---- */
/* ---- Info tooltip styles ---- */
.ow_tip{
	display:inline-block;
	position:absolute;
    z-index: 10005;
}
.ow_tip_box {
	position: relative;
    padding:2px 9px 4px;
	background-color:#fff;
	color: #828894;
	border: 1px solid #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: none;
	margin-bottom: 8px;
}
.ow_box_cap_empty h3 {
    padding: 8px 0 8px 14px;
    text-transform: none;
    height: auto;
    line-height: 20px;
    overflow: hidden;
    font-weight: normal;
    font-size: 19px;
    text-align: left;
    float: none;
	color: #1eafbe;
    text-shadow: none;
}
.ow_box_cap h3 {
    padding: 12px 0 12px 14px;
    text-transform: none;
    height: auto;
    line-height: 16px;
    overflow: hidden;
    font-weight: normal;
    font-size: 19px;
    text-align: left;
    float: none;
	color: #ffffff;
}
html body .ow_box_cap .ow_box_cap_body h3, html body .ow_box_cap_empty .ow_box_cap_body h3 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 5px center;
}
.ow_box_cap {
    background: #1eafbe;
    padding: 1px 1px 0;
	box-shadow: rgba(0,0,0,.117647) 0 0 2px 0px;
	-webkit-box-shadow: rgba(0,0,0,.117647) 0 0 2px 0px;
	-moz-box-shadow: rgba(0,0,0,.117647) 0 0 2px 0px;
}
.ow_box_cap .ow_box_cap_body,
.ow_box_cap_empty .ow_box_cap_body {
	min-height: 32px;
}
.ow_box {
    background-color: #fff;
    border: 1px solid #dce4ea;
    border-top: none;
    margin-bottom: 8px;
    padding: 10px;
    position: relative;
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    -webkit-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
.ow_forum_topic_posts .ow_box {
	/*border-top: 1px solid #dddfeb;*/
}
.ow_box_empty{
	position: relative;
	padding: 8px;
}
.ow_box .bottom_toolbar, .ow_box_mod .bottom_toolbar{
	margin-top: 10px;
    /*border-top: 1px solid #dddfeb;*/
    font-size: 10px;
    padding: 0 5px;
    text-align: right;
}
.ow_box.ow_no_cap {
	border-top: 1px solid #dce4ea;
}
.ow_box_empty .ow_box_toolbar_cont {
    /* border-bottom: 2px solid rgba(202, 212, 221, 0.6); */
}
.ow_box_toolbar {
	margin-top: 12px;
	float: right;
    white-space: nowrap;
}
.ow_box_toolbar span {
	padding: 0px 2px 0px 0px;
}
.ow_box_toolbar span.ow_nowrap a {
	display: inline-block;
	border: 1px solid transparent;
	padding: 0px 6px 0px;
	line-height: 21px;
}
.ow_box_toolbar span.ow_nowrap a:hover {
	color: #1eafbe;
}
.ow_box_toolbar a:hover {
	text-decoration: none;
}
.ow_box_toolbar .ow_delimiter,
.ow_ic_toolbar  .ow_delimiter{
	display: none;
}
/* FloatBox implementation */
#floatbox_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.floatbox_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.floatbox_overlayBG {
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#floatbox_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}
body .floatbox_canvas .floatbox_container {
	margin-top: 10px;
}
.floatbox_container {
	position: fixed;
	z-index: 102;
	width: 300px;
	-webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.5);
	visibility: visible;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.floatbox_header {
	padding: 4px;
	text-align: left;
}
.floatbox_header a.close_btn {
	margin: 2px;
    background: url(images/ow-ic-close.png) no-repeat;
}
.floatbox_title {
	text-transform: uppercase;
	font-size: 16px;
	padding: 8px 12px 0px;
	float: left;
	font-weight: normal;
}
.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;
}
.floatbox_header .ow_box_cap_icons a.ow_ic_delete.close {
    /* background-image: url(images/ic_delete.png); */
}
/* End FloatBox implementation */
/*========================================================
        [10] Forms        __forms
  ========================================================*/
/* ---- Form Elements styles ---- */
input[type=text],
input[type=password],
textarea,
select,
div.jhtmlarea,
.ow_photo_upload_description,
.ow_photo_preview_edit .CodeMirror{
	background-color: #fff;
    border: 1px solid #ccd6de;
    color: #009688;
    font-size: 13px;
    padding: 4px;
	font-family: 'PT Sans Narrow', sans-serif;
}
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;
	font-family: 'PT Sans Narrow', sans-serif;
}
select{
    background-image: none;
}
textarea{
    height: 100px;
    width: 100%;
    resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;    
}
input[type=checkbox] ~ label,
input[type=radio] ~ label {
	vertical-align: top;
}
input[type=text],
input[type=password]{
    width: 100%;
    height: 30px;
    line-height: 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;    
}
input[type=submit],
input[type=button]{
	background-color: transparent;
    background-position: right 50%;
	background-repeat: no-repeat;
    background-image: url(images/ic_right_arrow.svg);
    padding: 0px 30px 0px 0px;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    height: 41px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	border: none;
	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);
}
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: #1eafbe;
	padding: 0px 14px;
	border: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
span.ow_button:hover {
	background-color: #25c7d8;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
span.ow_button:hover input[type=submit],
span.ow_button:hover input[type=button]{
	color: #fff;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
span.ow_button span.ow_button {
    border-radius: none;
    -moz-border-radius: none;
    -webkit-border-radius: none;
	border: none;
	background-image: none;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: transparent;
}
span.ow_button span {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: transparent;
}
.ow_btn_delimiter span.ow_button:first-child {
	margin-right: 1px;
	margin-bottom: 1px;
}
.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: #333333;
}
input[type=submit].ow_green,
input[type=button].ow_green,
input[type=submit].ow_mild_green,
input[type=button].ow_mild_green,
input[type=submit].ow_red,
input[type=button].ow_red,
input[type=submit].ow_mild_red,
input[type=button].ow_mild_red  {
	background-color: transparent;
}
/* wysiwyg styles */
body.htmlarea_styles{
    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: #cad4dd;
}
div.tagsinput span.tag a {
	border-color: #cad4dd;
}
div.tagsinput span.tag span {
	font-size: 13px;
}
div.tagsinput input {
	color: #828894;
}
/* lbutton */
a.ow_lbutton,
span.ow_lbutton {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid transparent;
    padding: 1px 6px;
	line-height: 13px;
    text-transform: uppercase;
    text-shadow: none;
	display: inline-block;
	vertical-align: text-bottom;
	color: #333333;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
html body a.ow_lbutton,
html body span.ow_lbutton {
    font-size: 11px;
}
.ow_lbutton:hover {
    border-color: #1eafbe;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background-color: #1eafbe;
}
/* ---- 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 #dce4ea;
    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: #cad4dd;
}
.ow_file_attachment_info a {
	line-height: 22px;
	padding-left: 8px;
}
.ow_dialog_in_item.fileattach {
	padding-top: 1px;
	padding-bottom: 1px;
}
.ow_dialog_in_item.fileattach .ow_file_attachment_info {
	border: none;
}
.ow_file_attachment_name {
    width: 100%;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    padding-left: 8px;
}
.ow_file_attachment_size {
    font-weight: normal;
    display: none;
}
.ow_file_attachment_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    background-image: url(images/tag_close_btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.ow_file_attachment_preload {
    position: absolute;
    top: 0;
    right: 25px;
    width: 20px;
    height: 22px;
    background: url(images/ajax_preloader_content.gif) center center no-repeat;
    display: none;
}
.ow_dialog_in_item.errormessage p,
.ow_mailbox_log_message.errormessage .ow_mailbox_message_content,
.ow_dialog_item_mailchat.errormessage .ow_dialog_item_mailchat_text {
	color: #b1b1b1;
}
.ow_errormessage_not {
	display: block; 
	padding-bottom: 4px; 
	padding-left: 4px;
}
.ow_dialog_in_item.errormessage .ow_errormessage_not {
	padding-left: 0;
}
/* -------End of attachments styles----------*/
/* ----------- Comments styles---------- */
body .ow_attachments a {
	background-color: transparent;
}
body .ow_attachments a.video {
    margin: 0 0 0 -1px;
}
.base_cmnts_temp_cont .ow_ipc_info {
	border: none;
	padding-bottom: 1px;
}
.ow_feed_comments_viewall,
.ow_photo_attachment_preview,
.ow_oembed_attachment_preview,
.ow_oembed_attachment_pic {
	background-color: #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: 0px 0 1px 0;
    border-style: solid;
    border-color: #dce4ea;
}
.ow_photoview_info_wrap.sticked .ow_comments_item:last-child {
	border-width: 1px;
	margin-bottom: 12px;
}
.ow_comments_no_form .ow_comments_list .ow_comments_item:last-child {
	border-width: 1px;
}
.ow_comments_form_top.ow_comments_no_form .ow_comments_list .ow_comments_item:first-child {
	border-width: 1px;
}
.ow_newsfeed_features .ow_comments_list div .ow_context_action_block .ow_context_action {
    border-top-width: 1px;
}
.ow_comments_form_wrap {
	padding: 6px 16px 4px 6px;
	border-width: 1px;
	min-height: 42px;
}
.ow_comments_ipc .ow_comments_form_wrap {
	min-height: 50px;
}
.ow_comments_form_wrap .ow_avatar {
    /* padding-top: 0px; */
}
.ow_feed_comments_viewall {
	text-align: right;
	padding: 8px 8px 8px 0;
	border-width: 0px 0 1px 0;
	min-height: 14px;
	text-align: center;
}
.ow_feed_comments_input_sticky {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.ow_feed_comments_input_sticky .ow_comments_input_wrap {
	padding: 6px 12px 4px 22px;
}
.ow_feed_comments_input_sticky .ow_comments_form_wrap {
	border-top-width: 1px;
}
.ow_comments_item_picture{
    float: left;
    margin-right: -56px;
    width: 56px;
}
.ow_comments_item_info {
    margin-left: 56px;
    padding-top: 0px;
}
.ow_comments_item_info textarea.ow_smallmargin {
	margin-bottom: 6px;
	width: 100%;
	margin-top: 4px;
}
.ow_comments_item_info .comments_fake_autoclick {
	width: 100%;
	height: 30px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding-right: 28px;
	padding-left: 10px;
	resize: none;	
}
.ow_comments_item_header {
	margin-bottom: 2px;
}
.ow_comments_item_header a {
	color: #1d737b;
}
.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: #dc4b39;
    border-top: 1px solid #dae0e6;
    border-bottom: 1px solid #dae0e6;
    padding-top: 8px;
    padding-bottom: 10px;
    margin-bottom: -2px !important;
}
.ow_dnd_widget.index-BASE_CMP_IndexWallWidget .ow_smallmargin.ow_center.ow_comments_msg {
    margin-bottom: 8px !important;
}
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: 16px;
}
/*End of comments styles*/
/* ---- Button List styles ---- */
.ow_bl{
    padding: 0;
}
.ow_bl li {
	float: left;
	list-style: none;
    margin-left: 4px;
}
.ow_bl a{
    display: block;
	padding: 0px 8px;
	line-height: 20px;
	height: 21px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid transparent;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.ow_bl a:hover {
    border-color: #1eafbe;
    color: #FFFFFF;
    background-color: #1eafbe;
}
.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 #1eafbe transparent;
	color: #828894;
}*/
/* Blitem */
span.ow_blitem {
	background: none;
	border: 1px solid transparent;
	color: #333333;
	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: #333333;
}
span.ow_blitem:hover,
span.ow_blitem input:hover {
    border-color: #cad4dd;
    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: #333333;
} 
.ow_bg_controls span.ow_blitem input[type="submit"]:hover,
.ow_bg_controls span.ow_blitem input[type="button"]:hover{
}
/* ---- End of Button List styles ---- */
/* ---- Button List narrow styles ----- */
.ow_bl_narrow{
    padding: 0;
}
.ow_bl_narrow li {
	list-style: none;
}
.ow_bl_narrow li a {
    display: block;
    font-size: 16px;
    padding: 5px 7px;
	text-decoration: none;
}
.ow_bl_narrow li a:hover {
    background-color: #1eafbe;
    color: #ffffff;
}
/* ---- End of Button List narrow styles ---- */
/* ---- Suggest field styles ---- */
.ac_results {
    padding: 0px;
    border: 1px solid #BBB;
    background-color: #FFF;
    overflow: hidden;
    z-index: 105;
    position: absolute;
    display: none;
    width: 100%;
    top: -1px;
}
.ac_results ul {
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ac_results iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;
}
.ac_list_container{
    width: 99.6%;
    position: relative;
}
.ac_results li {
    margin: 0px;
    padding: 4px 5px;
    cursor: pointer;
    display: block;
    width: 98%;
    font: menu;
    font-size: 12px;
    overflow: hidden;
}
.ac_loading {
    background : url(images/ajax_preloader_button.gif) right center no-repeat;
}
.ac_over {
    background-color: #F0F0F0;
}
.ac_match{
    font-family: 'PT Sans Narrow', 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;
	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: #cad4dd;
}
.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: #cad4dd  #cad4dd #cad4dd #cad4dd;
	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: #cad4dd;
}
.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: #cad4dd;
}
.ow_table_1 td,
.ow_table_2 td{
    padding: 8px;
    vertical-align: middle;
}
.ow_table_1 td .text{
    color: #999;
}
.ow_table_2{
    border-collapse: separate;
}
.ow_table_2 td{
    text-align: center;
}
.ow_table_3{
    border-collapse: separate;
    border-spacing: 5px;
}
.ow_table_3 td{
    border-left-width: 1px;
    border-left-style: solid;
    vertical-align: top;
}
.ow_content .ow_table_3 td.ow_label{
    border: none;
    color: #333333;
    text-align: right;
    width: 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: #333333;
    text-align: right;
}
.ow_table_4 td.ow_value{
    padding-left: 10px;
}
th.ow_section{
    border: 0 none;
    padding: 7px 0;
	text-align: center;
	font-size: 20px;
	color: #333333;
}
th span.ow_section_icon{
    background-repeat: no-repeat;
    padding-left: 26px;
}
th.ow_section span {
	text-transform: uppercase;
    padding: 5px 10px;
    font-weight: normal;
}
table.ow_form td.ow_label{
    color: #333333;
    text-align: right;
    width: 20%;
}
table.ow_form td.ow_desc{
    width: 25%;
    color: #333333;
    font-size: 11px;
}
table.ow_form td.ow_submit{
    text-align: center;
}
/*========================================================
        [12] Standard Listings        __listings
  ========================================================*/
/* ---- Regular listing ---- */
.ow_regular {
	margin-bottom: 12px;
}
.ow_regular li {
	line-height: 23px;
	margin: 0 0 3px 0px;
	padding: 0px 0px 0px 26px;
	background-repeat: no-repeat;
	background-image: url(images/miniic_li.png);
	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;
}
.ow_dnd_widget.index-EVENT_CMP_UpcomingEvents .ow_ipc_picture img {
    margin-top: 3px;
    margin-left: 3px;
}
.ow_ipc_picture img:first-child {
	margin-top: 2px;
	margin-left: 2px;
}
.ow_ipc_picture .ow_avatar img {
	margin-top: 0px;
	margin-left: 0px;	
}
.ow_ipc_info {
    margin-left: 40px;
    padding: 0px 10px 10px 10px;
    border: 0px solid #cad4dd;
}
.ow_ipc_header{
    padding: 0px 0px 0px;
    margin: 0px 0px 6px;
}
.ow_forum_topic_posts .ow_ipc_header {
    padding: 6px 0px 0px;
}
.ow_ipc_header a {
}
.ow_ipc.ow_smallmargin {
	margin-bottom: 0px;
}
.ow_ipc_content{
    padding: 0px 0px 12px 0px;
    line-height: 1.25em;
	color: #545454;
}
.ow_ipc_toolbar{
    font-size: 13px;
    line-height: 14px;
	float: left;
	padding: 0 0px 0px 0px;
	width: 100%;
}
.ow_ipc_toolbar .ow_icon_control {
	padding: 0px;
}
html body div .ow_ipc_toolbar span {
	background: none;
}
.ow_ipc_toolbar .ow_ipc_date,
.ow_ipc_date {
	float: right;
}
.ow_table_1 .ow_ipc_info,
.ow_table_2 .ow_ipc_info {
	border: none;
}
/* ---- End of the Item Picture Content ---- */
/* ---- Mini Item Picture Content ---- */
.ow_mini_ipc_picture {
    float: left;
    margin-right: -56px;
    width: 56px;
}
.ow_mini_ipc_info {
    margin-left: 56px;
    padding-top: 0;
}
.ow_mini_ipc_info .mipc_url {
    font-family: 'PT Sans Narrow', 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 {
}
.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: 50px !important;
    height: 50px;
    padding: 0px;    
    float: left;
	background-color: #fff;
    border: solid 1px transparent;
}
.ow_lp_photos .ow_lp_wrapper {
    width: 50px;
    height: 50px;
    padding: 0px;
    margin: 0 2px 2px 0;
    display: inline-block;
    float: none;
    text-align: left;
	background-color: #fff;
    border: solid 1px transparent;
}
.ow_photo_item_widget {
    width: 50px !important;
    height: 50px !important;
}
.ow_lp_avatars .ow_avatar {
    margin: 1px;
	text-align: left;
}
.ow_lp_photos img,
.ow_lp_albums img,
.ow_lp_groups img {
    width: 50px;
    height: 50px;
}
.ow_lp_label{
    margin-left: 60px;
}
.ow_lp_label a {
    font-size: 15px;
}
.ow_lp_avatars.ow_mini_avatar{
    text-align:left;
}
a.avatar_list_more_icon{
    width: 25px;
    height: 32px;
    display: inline-block;
    margin: 0 1px;
    background: #eee url(images/more_icon.png) no-repeat 50% 50%;
}
/* ---- End of the Listing Picture styles ---- */
/* ---- User List styles ---- */
.ow_user_list {
}
.ow_user_list .ow_item_set3{
    width: 33%;
    word-wrap: break-word;
}
.ow_user_list_item{
    float: left;
    padding: 10px;
    padding-right: 0px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.ow_user_list_picture{
    float: left;
    margin-right: -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(assets/img/plus-circle.svg); }
html body div .ow_ic_aloud{ background-image: url(assets/img/volume-medium.svg); }
html body div .ow_ic_app{ background-image: url(assets/img/layers.svg); }
html body div .ow_ic_attach{ background-image: url(assets/img/link.svg); }
html body div .ow_ic_birthday{ background-image: url(assets/img/gift.svg); }
html body div .ow_ic_bookmark{ background-image: url(assets/img/bookmark.svg); }
html body div .ow_ic_calendar{ background-image: url(assets/img/calendar-full.svg); }
html body div .ow_ic_cart{ background-image: url(assets/img/cart.svg); }
html body div .ow_ic_chat{ background-image: url(assets/img/bubble.svg); }
html body div .ow_ic_clock{ background-image: url(assets/img/clock.svg); background-size: 20px 20px;}
html body div .ow_ic_comment{ background-image: url(assets/img/bubble.svg); }
html body div .ow_ic_cut{ background-image: url(assets/img/cross.svg); }
html body div .ow_ic_dashboard{ background-image: url(assets/img/dice.svg); }
html body div .ow_ic_delete{ background-image: url(assets/img/cross.svg); }
html body div .ow_ic_draft{ background-image: url(assets/img/inbox.svg); }
html body div .ow_ic_down_arrow{ background-image: url(assets/img/arrow-down.svg); }
html body div .ow_ic_edit{ background-image: url(assets/img/select.svg); }
html body div .ow_ic_female{ background-image: url(assets/img/neutral.svg); }
html body div .ow_ic_file{ background-image: url(assets/img/file-empty.svg); }
html body div .ow_ic_files{ background-image: url(assets/img/file-add.svg); }
html body div .ow_ic_flag{ background-image: url(assets/img/flag.svg); }
html body div .ow_ic_folder{ background-image: url(assets/img/book.svg); }
html body div .ow_ic_forum{ background-image: url(assets/img/bubble.svg); }
html body div .ow_ic_friends{ background-image: url(assets/img/users.svg); }
html body div .ow_ic_gear_wheel{ background-image: url(assets/img/cog.svg); }
html body div .ow_ic_groups{ background-image: url(assets/img/users.svg);}
html body div .ow_ic_heart{ background-image: url(assets/img/heart.svg); }
html body div .ow_ic_help{ background-image: url(assets/img/dice.svg); }
html body div .ow_ic_house{ background-image: url(assets/img/home.svg); }
html body div .ow_ic_info{ background-image: url(assets/img/magic-wand.svg); }
html body div .ow_ic_key{ background-image: url(assets/img/magic-wand.svg); }
html body div .ow_ic_left_arrow{ background-image: url(assets/img/arrow-left.svg); }
html body div .ow_ic_lens{ background-image: url(assets/img/magnifier.svg); }
html body div .ow_ic_link{ background-image: url(assets/img/link.svg); }
html body div .ow_ic_lock{ background-image: url(assets/img/lock.svg); }
html body div .ow_ic_mail{ background-image: url(assets/img/envelope.svg); }*/
html body div .ow_ic_male{ background-image: url(assets/img/mustache.svg); }
html body div .ow_ic_mobile{ background-image: url(assets/img/smartphone.svg); }
html body div .ow_ic_moderator{ background-image: url(assets/img/mustache.svg); }
html body div .ow_ic_monitor{ background-image: url(assets/img/laptop.svg); }
html body div .ow_ic_move{ background-image: url(assets/img/move.png); }
html body div .ow_ic_music{ background-image: url(assets/img/music-note.svg); }
html body div .ow_ic_new{ background-image: url(assets/img/plus-circle.svg); }
html body div .ow_ic_newsfeed{ background-image: url(assets/img/dice.svg); }
html body div .ow_ic_ok{ background-image: url(assets/img/checkmark-circle.svg); }
html body div .ow_ic_online{ background-image: url(assets/img/smile.svg); }
html body div .ow_ic_picture{ background-image: url(assets/img/camera.svg); }
html body div .ow_ic_places{ background-image: url(assets/img/map-marker.svg); }
html body div .ow_ic_plugin{ background-image: url(assets/img/layers.svg); }
html body div .ow_ic_question{ background-image: url(assets/img/question-circle.svg);}
html body div .ow_ic_refresh{ background-image: url(assets/img/sync.svg);}
html body div .ow_ic_push_pin{ background-image: url(assets/img/pushpin.svg); }
html body div .ow_ic_reply{ background-image: url(assets/img/undo.svg); }
html body div .ow_ic_right_arrow{ background-image: url(assets/img/arrow-right.svg);}
html body div .ow_ic_rss{ background-image: url(assets/img/layers.svg); }
html body div .ow_ic_save{ background-image: url(assets/img/download.svg); }
html body div .ow_ic_restrict{ background-image: url(assets/img/cross-circle.svg); }
html body div .ow_ic_script{ background-image: url(assets/img/code.svg); }
html body div .ow_ic_server{ background-image: url(assets/img/laptop.svg); }
html body div .ow_ic_star{ background-image: url(assets/img/star.svg); }
html body div .ow_ic_tag{ background-image: url(assets/img/tag.svg); }
html body div .ow_ic_trash{ background-image: url(assets/img/trash.svg); }
html body div .ow_ic_unlock{ background-image: url(assets/img/lock.svg); }
html body div .ow_ic_up_arrow{ background-image: url(assets/img/arrow-up.svg); }
html body div .ow_ic_update{ background-image: url(assets/img/enter-down.svg); }
html body div .ow_ic_user{ background-image: url(assets/img/user.svg); }
html body div .ow_ic_video{ background-image: url(assets/img/camera-video.svg); }
html body div .ow_ic_warning{ background-image: url(assets/img/hand.svg); }
html body div .ow_ic_write{ background-image: url(assets/img/highlight.svg); }
html body div .ow_ic_close{ background-image: url(assets/img/cross-circle.svg); }

.ow_button .ow_ic_add input#btn-create-new-group,
.ow_button .ow_ic_add input.ow_ic_add,input#add-new-photo-album {
    background-image: url(assets/img/plus-circle.png);
}
input#goto_customize_btn,span.ow_ic_gear_wheel input#btn-customize-forum {
    background-image: url(assets/img/cog.png);
}
span.ow_button.ow_ic_mail input {
    background-image: url(assets/img/envelope.png);
}
input.unregister_profile_button.ow_ic_delete.ow_red.ow_negative {
    color: #fff;
}
span.ow_button.ow_ic_save input,span.ow_button span.dd_save.ow_ic_save input {
    background-image: url(assets/img/download.png);
}
span.ow_button span.ow_ic_new input {
    background-image: url(assets/img/plus-circle.png);
}
span.ow_button span.ow_ic_ok input {
    background-image: url(assets/img/checkmark-circle.png);
}
body.ow.oxygen.base_index_page_customize input.ow_ic_restrict.ow_mild_green {
    background-image: url(assets/img/cross-circle.png);
}
span.ow_button span.ow_ic_cut input {
    background-image: url(assets/img/cross.png);
}
span.ow_button span.ow_ic_left_arrow input {
	background-image: url(assets/img/arrow-left.png);
}
span.ow_button span input#change_password_button,span.ow_button.ow_ic_submit input {
	background-image: url(assets/img/arrow-right.png);
}
.ow_chat_cont a:hover, .ow_chat_dialog_wrap a:hover, .ow_chat_notification_wrap a:hover {
    text-decoration: none;
    color: #fff !important;
}


input.ow_newsfeed_view_more.ow_ic_down_arrow {
	background-image: url(assets/img/arrow-down.png);
}

li._preference span.ow_ic_gear_wheel {
	background-image: url(assets/img/cog.png);
}
li._email_notifications span.ow_ic_mail {
	background-image: url(assets/img/envelope.png);
}
li._privacy span.ow_ic_lock {
	background-image: url(assets/img/lock.png);
}
.ow_content_menu_wrap li._preference.active a .ow_ic_gear_wheel,
.ow_content_menu_wrap li._preference span.ow_ic_gear_wheel:hover {
	background-image: url(assets/img/cog.png);
}

.ow_content_menu_wrap li._email_notifications.active a span.ow_ic_mail,
.ow_content_menu_wrap li._email_notifications span.ow_ic_mail:hover {
	background-image: url(assets/img/envelope.png);
}

.ow_content_menu_wrap li._privacy.active a span.ow_ic_lock,
.ow_content_menu_wrap li._privacy span.ow_ic_lock:hover {
	background-image: url(assets/img/lock.png);
}

.ow_content_menu_wrap li._popular.active a .ow_ic_comment,
.ow_content_menu_wrap li._popular span.ow_ic_comment:hover,
.ow_content_menu_wrap li._most-discussed.active a .ow_ic_comment,
.ow_content_menu_wrap li._most-discussed span.ow_ic_comment:hover,
.ow_content_menu_wrap li._2.active a .ow_ic_comment,
.ow_content_menu_wrap li._2 span.ow_ic_comment:hover {
	background-image: url(assets/img/bubble.png);
}
.ow_content_menu_wrap li._latest.active a .ow_ic_clock,
.ow_content_menu_wrap li._latest span.ow_ic_clock:hover,
.ow_content_menu_wrap li._0.active a .ow_ic_clock,
.ow_content_menu_wrap li._0 span.ow_ic_clock:hover,
.ow_content_menu_wrap li._friends.active a .ow_ic_clock,
.ow_content_menu_wrap li._friends span.ow_ic_clock {
	background-image: url(assets/img/clock.png);
}
.ow_content_menu_wrap li._my.active a .ow_ic_files,
.ow_content_menu_wrap li._my span.ow_ic_files:hover,
.ow_content_menu_wrap li._1.active a .ow_ic_geer_wheel,
.ow_content_menu_wrap li._1 span.ow_ic_geer_wheel:hover {
	background-image: url(assets/img/file-add.png);
}
.ow_content_menu_wrap li._invite.active a .ow_ic_bookmark,
.ow_content_menu_wrap li._invite span.ow_ic_bookmark:hover {
	background-image: url(assets/img/bookmark.png);
}
.ow_content_menu_wrap li._online.active a .ow_ic_push_pin,
.ow_content_menu_wrap li._online span.ow_ic_push_pin:hover,
.ow_content_menu_wrap li._sent_requests.active a .ow_ic_push_pin,
.ow_content_menu_wrap li._sent_requests span.ow_ic_push_pin:hover,
.ow_content_menu_wrap li._got_requests.active a .ow_ic_push_pin,
.ow_content_menu_wrap li._got_requests span.ow_ic_push_pin:hover {
	background-image: url(assets/img/pushpin.png);
}
.ow_content_menu_wrap li._search.active a .ow_ic_lens,
.ow_content_menu_wrap li._search span.ow_ic_lens:hover,
.ow_content_menu_wrap li._menu_explore.active a .ow_ic_lens,
.ow_content_menu_wrap li._menu_explore span.ow_ic_lens:hover,
input.ow_ic_lens.ow_forum_advanced_search {
	background-image: url(assets/img/magnifier.png);
}
.ow_content_menu_wrap li._latest.active a .ow_ic_calendar,
.ow_content_menu_wrap li._latest span.ow_ic_calendar:hover,
.ow_content_menu_wrap li._birthdays.active a .ow_ic_calendar,
.ow_content_menu_wrap li._birthdays span.ow_ic_calendar:hover {
	background-image: url(assets/img/calendar-full.png);
}
.ow_content_menu_wrap li._invite.active a .ow_ic_bookmark,
.ow_content_menu_wrap li._invite span.ow_ic_bookmark:hover,
.ow_content_menu_wrap li._invited.active a .ow_ic_bookmark,
.ow_content_menu_wrap li._invited span.ow_ic_bookmark:hover {
	background-image: url(assets/img/bookmark.png);
}
.ow_content_menu_wrap li._top-rated.active a .ow_ic_star,
.ow_content_menu_wrap li._top-rated span.ow_ic_star:hover,
.ow_content_menu_wrap li._toprated.active a .ow_ic_star,
.ow_content_menu_wrap li._toprated span.ow_ic_star:hover {
	background-image: url(assets/img/star.png);
}
.ow_content_menu_wrap li._tagged.active a .ow_ic_tag,
.ow_content_menu_wrap li._tagged span.ow_ic_tag:hover,
.ow_content_menu_wrap li._browse-by-tag.active a .ow_ic_tag,
.ow_content_menu_wrap li._browse-by-tag span.ow_ic_tag:hover {
	background-image: url(assets/img/tag.png);
}
.ow_content_menu_wrap li._past.active a .ow_ic_reply,
.ow_content_menu_wrap li._past span.ow_ic_reply:hover {
	background-image: url(assets/img/undo.png);
}
.ow_content_menu_wrap li._menu_my_photos.active a .ow_ic_picture,
.ow_content_menu_wrap li._menu_my_photos span.ow_ic_picture:hover {
	background-image: url(assets/img/camera.png);
}
.ow_content_menu_wrap li._joined.active a .ow_ic_friends,
.ow_content_menu_wrap li._joined span.ow_ic_friends:hover {
	background-image: url(assets/img/users.png);
}
.ow_mship_widget_btn.ow_center input.ow_ic_up_arrow {
	background-image: url(assets/img/arrow-up.png);
}
/*---- End of the Icons on hover for buttons styles ----*/
html body.ow div .ow_inprogress {
    background-image: url(images/ajax_preloader_button.gif);
}
html body.ow div input.ow_inprogress,
html body div .ow_button:hover .ow_inprogress {
    background-image: url(images/ajax_preloader_button.gif);
    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_bubble.svg) no-repeat 0px 0px; }
html body div .ow_miniic_like { background: url(images/miniic_thumbs-up.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 #dce4ea;
    padding-right: 3px;
}
.ow_change_avatar .ow_avatar_preview{
    border-left: 1px solid #dce4ea;
}
.ow_change_avatar .avatar_crop{
    border-bottom: 1px solid #dce4ea;
}
.ow_avatar_crop .jcrop-holder{
    margin: 0px auto;
}
.ow_avatar_preview div{
    margin: 0px auto;
}
.ow_avatar {
    position: relative;
    display: inline-block;
    padding: 0px;
    width: 40px;
    height: 40px;
    background-image: none;
}
.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: 4px;
    background-color: #999;
    right: 2px;
    color: #fff;
    font-weight: bold;
    padding: 0px 2px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}
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 .ow_avatar {
    width: 45px;
    height: 45px;
}
.ow_newsfeed .ow_newsfeed_avatar img {
	width: 44px;
    height: 44px;
}
/* ---- End of the Avatar styles ---- */
/* ---- User Avatar Console styles ---- */
.ow_avatar_console{
    position: relative;
    background: #fff;
    padding: 14px 4px 0px;
    border: 1px solid #dce4ea;   
}
.ow_avatar_console #avatar_console_image {
	width: 185px;
	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: 0;
    left: 0;
    height: 204px;
    background: rgba(255,255,255,0.9);
}
.ow_avatar_change .ow_lbutton {
	margin-top: 95px;
	padding: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-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;
}
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: #0a9aa9;
	border-top:1px solid #0a9aa9;
	border-right:1px solid #0a9aa9;
	border-bottom:1px solid #0a9aa9;
	border-left:1px solid #0a9aa9;
}
/*warning*/
.ow_message_cont .ow_message_node.warning {
	background: #f4b111;
	border-top:1px solid #f4b111;
	border-right:1px solid #f4b111;
	border-bottom:1px solid #f4b111;
	border-left:1px solid #f4b111;
}
/*error*/
.ow_message_cont .ow_message_node.error {
	background: #dc3c56;
	border-top:1px solid #dc3c56;
	border-right:1px solid #dc3c56;
	border-bottom:1px solid #dc3c56;
	border-left:1px solid #dc3c56;
}
/* ---- End of the Message (Feedback) styles ---- */
/*========================================================
        [15] Default Classes      __default classes
  ========================================================*/
.clr {
    clear: both;
}
/* Float */
.ow_left {
    float: left;
}
td.ow_left {
	float: none;
}
.ow_right {
    float: right;
}
.ow_center {
    text-align: center;
}
/* Text align */
.ow_txtleft,
table td.ow_txtleft {
    text-align: left;
}
.ow_txtcenter {
    text-align: center;
}
.ow_txtright {
    text-align: right;
}
/* Cursor */
.ow_cursor_pointer {
	cursor: pointer;
}
.ow_cursor_default {
	cursor: default;
}
/* Preloader */
.ow_preloader{
    background: url(images/ajax_preloader_button.gif) no-repeat center center;
}
.ow_preloader_content{
    background: url(images/ajax_preloader_content.gif) no-repeat center center;
}
.ow_ajax_floatbox_preloader {
	width: 100%;
	height: 50px;
}
.ow_side_preloader_wrap .ow_side_preloader {
	width: 22px;
	height: 22px;
	margin-top: 0;
}
/* */
.info {
    margin-bottom: 8px;
}
html body .ow_hidden{
    display: none;
}
.ow_visible {
    display: block;
}
.ow_overflow_hidden {
    overflow: hidden;
}
.ow_nocontent {
    padding: 20px 0px;
    text-align: center;
}
table.ow_nomargin,
div.ow_nomargin {
    margin-bottom:0px;
}
.ow_automargin{
    margin-left: auto;
    margin-right: auto;
}
.ow_std_margin{
    margin-bottom: 25px;
}
.ow_stdmargin{
    margin-bottom: 20px;
}
.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: #1eafbe; /** OW_Control type:color, section:2. Colors, key:txtValue, label:5. Numeric values **/
}
.ow_lightweight {
    font-weight: normal;
}
.ow_txt_value {
    color: #333333; /** OW_Control type:color, section:2. Colors, key:txtValue, label:5. Numeric values **/
}
.ow_remark {
	color: #646464; 
}
.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: #1eafbe;
}
.ow_highbox_table .ow_highbox,
.ow_highbox {
	background: #f8fafc;
	border: none;
	box-shadow: 0px 0px 1px #cad4dd;
}
.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: #cad4dd;
}
.ow_page td.ow_highbox {
	border-color: #cad4dd;
}
.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: top center;
	float: left;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
	height: 35px;
	width: 49%;
	font-size: 13px;
	text-align:center;
    padding: 20px 0px 0px 0px;
	    color: #333;
}
html body div .ow_add_content:hover {
    font-size: 13px;
    text-align: center;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.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:hover {
	background-image: url(assets/img/camera_active.png);
}
html body div .ow_add_content.ow_ic_write:hover {
	background-image: url(assets/img/highlight_active.png);
}
html body div .ow_add_content.ow_ic_files:hover {
	background-image: url(assets/img/file-add_active.png);
}
html body div .ow_add_content.ow_ic_comment {
	background-image: url(assets/img/bubble.svg);
}
html body div .ow_add_content.ow_ic_comment:hover {
	background-image: url(assets/img/bubble_active.png);
}
html body div .ow_add_content.ow_ic_calendar:hover {
	background-image: url(assets/img/calendar-full_active.png);
}
html body div .ow_add_content.ow_ic_video:hover {
	background-image: url(assets/img/camera-video_active.png);
}


/* ---- End of Add content styles ---- */
/* ---- Forum styles ---- */
.ow_forum{
    text-align: center;
    width: 100%;
}
.ow_forum .ow_name{
    text-align: left;
    width: 563px;
}
.ow_forum .ow_topics{
    width: 55px;
}
.ow_forum .ow_replies{
    width: 55px;
}
.ow_forum .ow_action{
    white-space: nowrap;
    width: 70px;
}
.ow_forum_topic .ow_author{
    width: 20%;
}
.ow_forum_topic .ow_posts{
    text-align: center;
    width: 1%;
}
.ow_forum_topic .ow_views{
    text-align: center;
    width: 1%;
}
.ow_forum_topic .ow_icon{
    line-height: 14px;
    text-align: center;
    width: 8%;
}
.ow_forum_topic .ow_icon .ow_lbutton:hover {
	border-color: transparent;
	cursor: default; 
}
body.htmlarea_styles blockquote.ow_quote,
blockquote.ow_quote{
    margin: 10px 0 10px 40px;
    background: #fff;
    padding: 2px 5px;
	opacity: 0.8;
}
body.htmlarea_styles blockquote.ow_quote .ow_author,
blockquote.ow_quote .ow_author{
	color: #fff;
    display: inline-block;
    padding: 2px 0;
    width: 98%;
}
body.htmlarea_styles .ow_quote_header,
.ow_quote_header {
	display: block;
	padding: 6px;
	background-color: #1eafbe;
}
body.htmlarea_styles .ow_quote_cont_wrap,
.ow_quote_cont_wrap {
	background: url("images/quote_top.png") no-repeat right 1px;
    border-color: #cad4dd;
    border-style: solid;
    border-width: 0 1px 1px;
    display: block;
}
body.htmlarea_styles .ow_quote_cont,
.ow_quote_cont {
	background: url("images/quote_bottom.png") no-repeat 1px bottom;
    display: block;
    padding: 9px 20px;
}
.ow_forum_topic_posts .ow_post_comment{
    background-repeat: no-repeat;
    font-style: italic;
    font-size: 11px;
    margin: 10px 0;
    padding-left: 20px;
}
.ow_forum_post_area{
    height: 240px;
}
.ow_forum_status{
    font-style: italic;
}
/* First post in topic */
.ow_forum_topic_posts > .ow_box.ow_no_cap {
	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: #cce6e6;
}
.ow_mailbox_convers_info_selected {
	background-color: #eef7f7;
}
.ow_mailbox_convers_info:hover,
.ow_mailbox_convers_info_selected,
.ow_mailbox_convers_info_selected:hover {
    -webkit-box-shadow: inset 2px 0px 0px 0px #1eafbe;
	-moz-box-shadow: inset 2px 0px 0px 0px #1eafbe;
	box-shadow: inset 2px 0px 0px 0px #1eafbe;
}
body .ow_mailbox_convers_info .ow_mailbox_convers_info_string a {
	font-size: 16px;
	text-transform: uppercase;
}
body .ow_mailbox_convers_info .ow_mailbox_convers_info_string a:hover {
	color: #333333;
}
body .ow_mailbox_convers_info_new.mails .ow_mailbox_convers_info_string a, 
body .ow_mailbox_convers_info_new.mails .ow_mailbox_convers_info_content .ow_mailbox_convers_preview, 
body .ow_mailbox_convers_info_new.chats .ow_mailbox_convers_info_content .ow_mailbox_convers_preview, 
body .ow_mailbox_convers_info_new.chats .ow_mailbox_convers_info_string a {
	font-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: #cad4dd;
}
.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 #dce4ea;
}
.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 #dce4ea;
}
.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: #1eafbe;
}
body .ow_mailbox_username .ow_mailbox_username_text {
	font-weight: normal;
}
body .ow_mailbox_message_header a {
	font-size: 16px;
	font-weight: normal;
}
body .ow_mailbox_message_content {
	font-size: 16px;
}
body .ow_mailbox_avatar {
	width: 56px;
}
body .ow_mailbox_log .ow_dialog_item.odd .ow_dialog_in_item {
    background: #eef7f7;
    border-color: #e5f1f1;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #343b40;
    border-bottom-left-radius: 0;
}
body .ow_mailbox_log .ow_dialog_item.even .ow_dialog_in_item {
	background: #1eafbe;
    border-color: #1eafbe;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    border-bottom-right-radius: 0;
}
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: #18a1af;
}
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 #dce4ea;
}
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: #FFFFFF;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}
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: #FFFFFF;
}
body .ow_chat_dialog_wrap .ow_count_active, 
body .ow_chat .ow_count_active {
	background-color: #1eafbe;
}
body .ow_chat_dialog_wrap .ow_count, 
body .ow_chat .ow_count {
	color: #1eafbe;
	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: #cad4dd;
}
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_dialog.ow_open .ow_chat_in_item_photo {
    border: 2px solid #FFF;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.ow_chat_in_item_photo img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.ow_chat_list ul li a.ow_chat_item:hover {
	background-color: #eef7f7;
}
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: #18a1af;
	background-color: #18a1af;
}
body span.ow_chat_item_author, 
body span.ow_chat_item_text,
body .ow_chat_dialog_wrap .ow_chat_message_block .ow_chat_message textarea,
body .ow_mailchat_new_message.ow_chat_dialog.ow_active .ow_mailchat_select_user input,
html body .ow_chat_dialog .ow_chat_subject_block input,
body .ow_mailchat_autocomplete_inner span.ow_chat_item_author .ow_chat_in_item_author {
	color:#333333;
	font-weight: normal;
}
.userFieldUserListItem span.ow_chat_item_photo {
    margin: 0px 0 0 2px;
}
a.clearfix.ow_chat_item:hover {
    background-color: #1eafbe;
    color: #fff;
}
body .ow_author_block span.ow_chat_item_author {
	color:#FFFFFF;
}
.ow_chat_item_author_wrap .ow_chat_item_author span {
    margin: 0 10px 0 10px;
    color: #fff;
}
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 #dce4ea;
}
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: #1eafbe;
    background-color: #1eafbe;
}
body .ow_chat_dialog .ow_mailchat_select_user.ow_author_block {
	border-width: 0;
	border-bottom: 1px solid #dce4ea;
}
body .ow_chat_in_dialog_wrap {
	border-color: #cad4dd;
	border-width: 0 1px 1px;
}
body .ow_dialog_date_cap {
	color: #828894;
	background-color: #fff;
	border-color: #cad4dd;
}
.ow_chat_message_block {
	border-width: 0 1px;
	border-style: solid;
	border-color: #cad4dd;
	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.odd .ow_dialog_in_item {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #eef7f7;
    border-color: #e5f1f1;
    font-size: 15px;
    border-bottom-left-radius: 0;
}
.ow_chat_block .ow_dialog_item.odd .ow_dialog_in_item p {
	color: #343b40;
}
.ow_chat_block .ow_dialog_item.even .ow_dialog_in_item {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #1eafbe;
    border-color: #1eafbe;
	font-size: 15px;
    border-bottom-right-radius: 0;
}
.ow_chat_block .ow_dialog_item.even .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: #cad4dd;
	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: transparent;
	padding: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0;
}
body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button:hover {
	background-color: #333333;
}
body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="submit"], 
body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="button"] {
	text-shadow: none;
	color: #a2acb3;
	height: 24px;
}
body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="submit"]:hover, 
body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="button"]:hover {
	color: #fff;
}
body .ow_chat_dialog_wrap .ow_attachments .buttons {
	background-color: #fff;
}
body form .ow_chat_mailchat_inputarea .toolbar ul li a {
	background-image: url(images/wysiwyg.png);
	border: none;
}
body .ow_mailchat_new_message .ow_mailchat_select_user .ow_mailchat_autocomplete {
	top: 39px;
	border-top-width: 1px;
}
body .ow_chat_dialog .ow_chat_subject_block input {
	font-size: 13px;
}
body .toolbar ul li a {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
body .ow_mailchat_new_message .ow_file_attachment_close,
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;
    background-color: #fff;
    border: 1px solid #dae0e6;
    padding: 8px;
}
.ow_video_list_item {
}
.ow_other_video_item_title {
    margin-left: 92px;
    padding-left: 4px;
    text-overflow: ellipsis;
}
.ow_other_video_item_title a {
    font-size: 15px;
}
.ow_video_thumb{
    background: url(images/video-no-video.png) no-repeat center center;
    display: block;
}
.ow_video_thumb,
.ow_video_list_item img{
    height: 90px;
    width: 120px;
}
.ow_other_video_thumb{
    display: block;
    margin-right: -80px;
    padding: 0px;
	background-color: #fff;
    border: solid 1px #a2acb3;
}
.ow_other_video_thumb a {
	display: inline-block;
	width: 80px;
	height: 60px;
    background: url(images/video-no-video.png) no-repeat center center;	
}
.video_thumb_no_title {
	margin: 0px 4px 4px 0px;
}
.ow_other_video_thumb,
.ow_other_video_thumb img,
.ow_other_video_floated img{
    height: 60px;
    width: 80px;
}
.ow_other_video_floated{
    display: inline-block;
    background: #fff url(images/video-no-video.png) no-repeat center center;
    width: 80px;
    height: 60px;
    vertical-align: middle;
}
.ow_video_item_title{
	padding-bottom: 3px;
}
.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 {
    text-transform: uppercase;
    color: #333333;
    background-color: rgba(255, 255, 255, 0.59);
    border: 1px solid #dce4ea;
    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 #dce4ea;
}
.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: 16px;
}
.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 #dce4ea;
}
.ow_photo_album_cover {
    border-color: #cad4dd;
}
.ow_photo_album_edit .ow_photo_album_cover .ow_lbutton {
	visibility: hidden;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	padding: 54px 0 0;
	background: none rgba(255,255,255,0.9);
}
.ow_photo_album_edit .ow_photo_album_cover:hover .ow_lbutton {
	visibility: visible;	
}
.ow_photo_album_edit .ow_photo_album_cover .ow_lbutton:hover {
	border-color: transparent;
}
body .ow_photo_album_info_wrap .ow_photo_album_info .ow_photo_album_description_textarea,
body .ow_photo_album_info_wrap .ow_photo_album_info .ow_photo_album_description {
    color: #333333; 
}
/* Photo context action */
.ow_photo_item .ow_photo_context_action {
	border: none;
	background-color: #535a5f;
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    top: 0;
    right: 0;
}
body .ow_photo_context_action .ow_tooltip .ow_tooltip_body {
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
body .ow_photo_context_action .ow_context_action_block .ow_context_action,
html body .ow_photo_context_action .ow_context_action {
	border: none;
}
.ow_photo_context_action .ow_context_action:hover {
	background: url(images/photo_context_action_bg_active.png) repeat-x 0px 0px;
}
.ow_photo_context_action .ow_context_action_list.ow_alt2 {
	background: transparent;
}
.ow_photo_item .ow_photo_context_action.ow_photo_context_action_loading .ow_tooltip_body {
    background-image: url(images/ajax_preloader_content.gif);
}
body .ow_photo_context_action .ow_context_action {
    background-image: url(images/context_action_arrow.svg);
    background-color: transparent;
    width: 24px;
    height: 23px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
body .ow_photo_context_action .ow_context_action:hover {
    background-color: rgba(144,144,144, 0.3);
    background-image: url(images/context_action_arrow.svg);
}
body .ow_photoview_stage_wrap .ow_photo_context_action .ow_context_action,
body .ow_photoview_stage_wrap .ow_photo_context_action .ow_context_action:hover {
	background-image: url(images/context_action_arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
body .ow_photoview_stage_wrap .ow_photo_context_action .ow_context_action .ow_context_more {
	background-image: none;
}
.ow_photo_context_action .ow_context_action_divider {
    background-color: rgba(160,160,160,0.7);
}
.ow_photo_context_action .ow_context_action_divider:hover {
    text-decoration: none;
}
/* Photo View */
.ow_photoview_stage_wrap_fullscreen .ow_photoview_fullscreen {
    background-image: url(images/fullscreen_min.png);
}
.ow_photoview_fullscreen {
    background-image: url(images/fullscreen_max.png);
}
.ow_photoview_play_btn {
    background-image: url(images/fullscreen_play.png);
}
.ow_photoview_play_btn.stop {
	background-image: url(images/fullscreen_stop.png);
}
.ow_photoview_info_btn.open {
	background-image: url(images/fullscreen_info_open.png);
}
.ow_photoview_info_btn.close {
	background-image: url(images/fullscreen_info_close.png);
}
.ow_photoview_slide_settings_btn {
    background-image: url(images/fullscreen_settings.png);
}
.ow_photoview_arrow_left {
    background-image: url(images/photoview_arrow_left.png);
}
.ow_photoview_arrow_right {
    background-image: url(images/photoview_arrow_right.png);
}
.ow_context_action_list a.ow_context_action_item_hierarchy_right span {
    background: url(images/miniic_arrow_left_bb.png) no-repeat center center;
}
.ow_context_action_list a.ow_context_action_item_hierarchy_left span {
     background: url(images/miniic_arrow_right_bb.png) no-repeat center center;
}
.ow_photoview_info_wrap .ow_photoview_user .ow_user_list_data a:first-child {
	font-weight: normal;
}
.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 #dce4ea;
    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: #333333;
}
.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 #dce4ea;
	padding: 2px 4px 3px 6px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #fff;
	margin-top: -5px;
	margin-right: -5px;
}
.ow_searchbar .ow_searchbar_ac {
    border: 1px solid #dce4ea;
    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 #dce4ea;
    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: #cad4dd;
}
.ow_photo_upload_drop_area {
    border: 1px dashed #cad4dd;
}
/* ---- 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: 1px 0 0;
    box-shadow: none;
    background-color: #f8fbfb;
}
.ow_newsfeed_features .ow_tooltip.ow_comments_context_tooltip .ow_tooltip_body {
	border: 1px solid #dce4ea;
	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: 16px;
}
.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: 0px;
	margin-bottom: 8px;
	padding: 10px 16px 0px 16px;
    border-top: 1px solid #dae0e6;
}
.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: 20px;
    height: 22px;
}
.ow_miniic_like {
	background-position: 0px 0px;
}
.ow_miniic_comment {
	background-position: 0px 0px;
}
.ow_miniic_control.active .ow_miniic_like {
	background: url(images/miniic_thumbs-up_active.svg) no-repeat 0px 0px;
}
.ow_miniic_control.active .ow_miniic_comment {
	background: url(images/miniic_bubble_active.svg) no-repeat 0px 0px;
}
body .ow_newsfeed_doublesided_stdmargin {
	margin: 16px 0px;
}
body .newsfeed-attachment-preview.item_loaded {
	width: 98.7%;
	margin-left: 0px;
	margin-right: 0px;	
}
.ow_newsfeed_item_picture {
    float: left;
    width: 100px;
    margin-right: 1%;
    padding: 0px;
}
.ow_newsfeed_large_image .ow_newsfeed_item_picture {
    max-width: 400px;
    width: 100%;
    height: auto;
}
.ow_newsfeed_large_image .ow_newsfeed_item_content {
    width: 100%;
    max-width: 400px;
}
.ow_newsfeed_item_picture img {
    max-height: 400px;
    max-width: 100%;
    width: auto;
    height: auto;
}
.ow_newsfeed_photo_grid {
	max-width: 550px;
	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: 0px;
	border: 0px solid #cad4dd;
	padding: 10px 0px 0px;
}
.ow_newsfeed_string,
.ow_newsfeed_content,
.ow_newsfeed_toolbar {
	padding-left: 16px;
}
.ow_newsfeed_content.ow_smallmargin {
    background: #ffffff;
    margin-top: 12px;
    padding: 0px 8px 0px 12px;
}
.ow_newsfeed_oembed_atch {
    margin-top: -5px;
    margin-bottom: 12px;
}
.ow_newsfeed_item  .ow_newsfeed_delimiter {
	border: none;
}
.ow_newsfeed_string.ow_small {
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dae0e6;
	max-width: 100%;
}
.ow_newsfeed_item_picture + .ow_newsfeed_item_content {
    float: left;
    width: 98% !important;
    max-width: 100% !important;
}
.profile-NEWSFEED_CMP_UserFeedWidget .ow_status_update_btn_block .ow_attachments a,
.dashboard-NEWSFEED_CMP_MyFeedWidget .ow_status_update_btn_block .ow_attachments a,
.group-NEWSFEED_CMP_EntityFeedWidget .ow_status_update_btn_block .ow_attachments a,
.index-NEWSFEED_CMP_SiteFeedWidget .ow_status_update_btn_block .ow_attachments a {
	width: 27px;
	height: 20px;
	background: url(images/ic_photo_attach.svg) no-repeat 0 0;
}
.profile-NEWSFEED_CMP_UserFeedWidget .ow_status_update_btn_block .ow_attachments a:hover,
.dashboard-NEWSFEED_CMP_MyFeedWidget .ow_status_update_btn_block .ow_attachments a:hover,
.group-NEWSFEED_CMP_EntityFeedWidget .ow_status_update_btn_block .ow_attachments a:hover,
.index-NEWSFEED_CMP_SiteFeedWidget .ow_status_update_btn_block .ow_attachments a:hover {
	background-position: 0 -43px;
}
.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: 352px;
}
.ow_sign_in_wrap h2 {
    font-size: 0px;
    line-height: 60px;
    margin: -9px 8px 30px 8px;
    padding: 0 40px;
    color: #000;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-position: top center;
	background-size: contain;
	display: none;
}
.ow_sign_in_wrap form{
	margin: 8px;
	padding: 40px 40px 22px 40px;
	background: transparent;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);
	border:1px solid #e7e7e7;
}
.ow_sign_in_wrap form .ow_sign_in{float:left; width:312px;}
.ow_sign_in_wrap form .ow_sign_in {
    float: none;
    width: 100%;
}
.ow_sign_in_wrap form .ow_sign_up {
	margin:0px 0 0 342px;
	color: #028fcc;
	padding-top: 7px;
    line-height: 18px;
    font-size: 17px;
    margin: 0 0 0px 0;
    padding: 0;
}
.ow_sign_in_wrap form .ow_sign_up hr {
    margin: 5px 0 5px;
    background-color: transparent;
}

.ow_sign_in_wrap form .ow_sign_up p {
    /* margin: 0; */
    text-align: center;
    /* margin-bottom: 0; */
}
.ow_sign_in_wrap form .ow_box_cap{
	margin-bottom:0;
	position:relative;
	z-index:99;
	display: none;
}
.ow_sign_in_wrap form .ow_box{
	padding:16px 16px 6px 16px;
	margin-bottom:16px;
	position:relative;
	z-index:98;
}
.ow_sign_in_wrap form .ow_box {
    margin: 0 0 2px 0;
    padding: 0;
    background: none;
    border: none;
	box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.ow_user_name {
    margin-bottom: 6px;
}
.ow_user_name input, .ow_password input {
    background: rgba(255, 255, 255, 0.71);
    border: 1px solid rgba(2, 143, 204, 0.39);
    color: #028fcc;
    font-size: 16px;
    padding: 2px 12px;
    height: 45px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.ow_user_name input:focus,
.ow_password input:focus {
    background: rgba(255, 255, 255, 0.81);
    border: 1px solid rgba(2, 143, 204, 0.52);
}

.ow_sign_in_wrap form .ow_user_name input[type="text"] {
    /* margin-bottom: 8px; */
}
.ow_sign_in_wrap form .ow_password input[type="password"] {margin-bottom:8px;}

.ow_sign_in_wrap form .ow_form_options {margin-bottom:6px;}
.ow_sign_in_wrap form .ow_form_options p.ow_remember_me,
.ow_sign_in_wrap form .ow_form_options p.ow_forgot_pass {font-size:11px; padding:0 0 0 20px; line-height: 13px;}
.ow_sign_in_wrap form .ow_form_options p.ow_remember_me {padding-bottom:5px;}
.ow_sign_in_wrap form .ow_form_options p.ow_remember_me input[type="checkbox"]{float:left; margin:0px 0 0 -20px; padding:0px;}


.ow_sign_in_wrap form .ow_connect_buttons {padding: 0 0 0 20px;}
.ow_sign_in_wrap form .ow_connect_buttons .ow_fb_button {float:left;}

.ow_connect_text {
	background: url('images/miniic_li.png') no-repeat left center;
	padding: 0px 0 0 26px;
	margin-right: 16px;
	float: left;
	line-height: 23px;
}
.ow_sign_in .connect_button_list {
    padding: 7px 0 0 0;
    float: left;
    width: 100%;
}
.ow_sign_in_wrap form .ow_form_options p.ow_remember_me {
    color: #333333;
    font-size: 16px;
    float: left;
}
.ow_sign_in_wrap form .ow_form_options p.ow_remember_me input {
    margin: 0 12px 0 0;
}
.ow_sign_in_wrap form .ow_form_options p.ow_forgot_pass {
    font-size: 16px;
    float: right;
}
.ow_sign_in_wrap form .ow_form_options p.ow_forgot_pass a {
    color: #333333;
}
.ow_sign_in_wrap form .ow_sign_in span.ow_button {
    background: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0;
    float: right;
    width: 48%;
}
.ow_sign_in_wrap form .ow_sign_in span.ow_button .ow_positive {
    width: 100%;
    text-align: center;
}
.ow_sign_in_wrap form .ow_sign_in span.ow_button .ow_positive input {
    height: auto;
    line-height: 45px;
    width: 100%;
    padding: 0;
    background: none;
    background: #1eafbe;
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-position: left center;
    background-repeat: no-repeat;
}
.ow_sign_in_wrap form .ow_sign_in span.ow_button .ow_positive input:hover {
    background: #26c7d8 url(assets/img/arrow-right.png);
    text-decoration: none;
    background-position: 85% center;
    background-repeat: no-repeat;
}
.ow_sign_in > .clearfix a {
    display: inline-block;
    float: left;
    text-align: center;
    width: 48%;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 45px;
    background: #1eafbe;
    color: #ffffff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
	background-position: left center;
    background-repeat: no-repeat;
}
.ow_sign_in > .clearfix a:hover {
    background: #26c7d8 url(assets/img/arrow-right.png);
    text-decoration: none;
    background-position: 85% center;
    background-repeat: no-repeat;
}

.ow_sign_in_wrap form .connect_button_cont {
    padding-top: 12px;
}
.ow_sign_in_wrap form .ow_connect_text {
    font-size: 15px;
    color: #333333;
    background: none;
    text-align: center;
    padding: 0;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    width: 100%;
}
.ow.base_sign_in .ow_sign_in_wrap form .ow_connect_text {
    color: #333;
}
.ow.base_sign_in .ow_sign_in_wrap form .connect_button_list{
	float: right;
	width: 100%;
}
.ow.base_sign_in .ow_sign_in_wrap form .connect_button_cont{
	padding-top: 12px;
}

.floatbox_container .ow_sign_in_wrap form {
    background: none;
    padding: 0;
    margin: 0 auto;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 330px;
}
.floatbox_container .ow_bg_color {
    background: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
.ow_photoview_wrap.clearfix.ow_bg_color {
    background-size: initial;
    background-position: right -90px;
}
.ow.base_sign_in .floatbox_header {
    max-height: 29px;
}
.ow.base_sign_in .floatbox_body {
    padding: 0;
    overflow: hidden;
}
.ow.base_sign_in .floatbox_container .ow_sign_in_wrap form {
    margin: auto 0%;
}
.floatbox_container .ow_sign_in_wrap form a.fb_button,
.floatbox_container .ow_sign_in_wrap span.glconnect_button {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
    float: none;
}
.floatbox_container .ow_sign_in_wrap .vkconnect-label {
    width: 100%;
    float: none;
}
.floatbox_container .ow_sign_in_wrap .vkconnect-label .vkconnect-right-border {
    text-align: center;
    margin-left: 10px !important;
}

/* Page Sign In */
body.ow.oxygen.base_sign_in {
    max-width: 1921px;
    margin: 0 auto;
}
body.ow.oxygen.base_sign_in .ow_header {
	background-image: none;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
body.base_sign_in > .ow_page_wrap {
    padding-top: 0;
    min-height: inherit;
}
body.ow.oxygen.base_sign_in .ow_site_panel {
    background: transparent;
    box-shadow: none;
	position: absolute;
}
body.ow.oxygen.base_sign_in .ow_nav_btn {
    border-left: 1px solid transparent;
	display: block;
	float: right;
}
body.ow.oxygen.base_sign_in .ow_site_panel a.ow_logo.ow_left {
    background-position: 10px center;
	float: left !important;
	transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
}
body.ow.oxygen.base_sign_in.ow_menu_active a.ow_logo.ow_left {
    background-color: #064254;
    width: 220px;
	transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
}
body.ow.oxygen.base_sign_in.ow_menu_active .ow_menu_fullpage {
    padding-top: 70px;
    margin-top: -70px;
}
body.ow.oxygen.base_sign_in .ow_menu_wrap {
    display: none;
}
body.ow.oxygen.base_sign_in .ow_header {
    /* margin-top: 70px; */
}
body.base_sign_in .ow_footer {
    height: 135px;
    margin-top: 0px;
}
body.ow.oxygen.base_sign_in .ow_footer .ow_canvas .ow_page {
    margin: 0;
}
.ow.base_sign_in .ow_sign_in_wrap {
    width: 400px;
    /* position: relative; */
    margin: auto;
    padding-top: 80px;
    left: auto;
    top: auto;
    background: transparent;
    background-repeat: no-repeat;
    background-position: right top;
    float: right;
    right: 30px;
    z-index: 96;
}

.ow.base_sign_in .ow_sign_in_cont {
	background: none;
}
.ow.base_sign_in .ow_sign_in_wrap h2 {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    color: #1eafbe;
    font-size: 0px;
    background-image: url(images/logo.png); /** OW_Control type:image, key:logoImage, section:1. General Settings, label: 3. Site Logo image **/
    background-repeat: no-repeat;
    background-position: top center;
    display: none;
}
.ow.base_sign_in .ow_sign_in_wrap.ow_sign_in_wrap form {
    background: rgba(255, 255, 255, 0.55);
    border: none;
    padding: 30px 30px 30px 30px;
}
.ow.base_sign_in form .ow_sign_up {
    margin: 0 0 20px 0;
	display: block;
	color: #006B60;
}
.ow.base_sign_in form .ow_sign_in {
	width: 100%;
	float: none;
}
.ow.base_sign_in form .ow_sign_in .ow_box_cap {
	display: none;
}
.ow.base_sign_in .ow_sign_in_wrap form .ow_form_options {
    margin-bottom: 8px;
    margin-top: 4px;
}
.ow.base_sign_in .ow_user_name {
	margin-bottom: 6px;
}
.ow.base_sign_in .ow_user_name input,
.ow.base_sign_in .ow_password input {
	background: rgba(255, 255, 255, 0.61);
    border: 1px solid rgba(180, 184, 187, 0.61);
	color: #009688;
	font-size: 16px;
    padding: 4px 12px;
	height: 49px;
}
.ow.base_sign_in .ow_user_name input:focus,
.ow.base_sign_in .ow_password input:focus {
    background: rgba(255, 255, 255, 0.71);
    border: 1px solid rgba(39, 171, 158, 0.54);
}
.ow.base_sign_in .ow_user_name input.invitation,
.ow.base_sign_in .ow_password input.invitation {
	color: #333333;
}
.ow.base_sign_in form .ow_form_options p.ow_remember_me {
	color: #333333;
	font-size: 16px;
	padding: 0;
	float: left;
}
.ow.base_sign_in form .ow_form_options p.ow_remember_me input {
	margin: 0 12px 0 0;
}
.ow.base_sign_in form .ow_form_options p.ow_forgot_pass {
	font-size: 16px;
	float: right;
}
.ow.base_sign_in form .ow_form_options p.ow_forgot_pass a {
	color: #333333;
}
.ow.base_sign_in .ow_sign_in > .clearfix a {
	display: inline-block;
	float: left;
	text-align: center;
	width: 48%;
	font-size: 18px;
	text-transform: capitalize;
	line-height: 50px;
	background: #1eafbe;
	color: #ffffff;
	font-family: 'PT Sans Narrow', sans-serif;
	background-repeat: no-repeat;
    background-position: left center;
	letter-spacing: 1px;
}
.ow.base_sign_in .ow_sign_in > .clearfix a:hover {
    background: #23c3d4;
    text-decoration: none;
    background-image: url(assets/img/arrow-right.png);
    background-repeat: no-repeat;
    background-position: 85% center;
}
.ow.base_sign_in form .ow_sign_in .ow_join_button:hover {
	text-decoration: none;
}
.ow.base_sign_in form .ow_sign_in span.ow_button {
	background: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 0;
	float: right;
	width: 48%;
}
.ow.base_sign_in form .ow_sign_in span.ow_button .ow_positive {
	width: 100%;
	text-align: center;
}
.ow.base_sign_in form .ow_sign_in span.ow_button .ow_positive input {
	height: auto;
	line-height: 50px;
	width: 100%;
	padding: 0;
	background: none;
	background: #1eafbe;
	color: #ffffff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 17px;
	letter-spacing: 1px;
	text-transform: capitalize;
	background-repeat: no-repeat;
    background-position: left center;
}
.ow.base_sign_in form .ow_sign_in span.ow_button .ow_positive input:hover {
	background: #23c3d4;
	text-decoration: none;
    background-image: url(assets/img/arrow-right.png);
    background-repeat: no-repeat;
    background-position: 85% center;
}
.ow.base_sign_in .ow_sign_in_wrap form .fb_button,
.ow.base_sign_in .ow_sign_in_wrap form .glconnect_button {
    width: 100%;
    margin-bottom: 5px;
}
.ow.base_sign_in .ow_sign_in_wrap form .vkconnect-label {
    width: 100%;
    float: none;
}
.ow.base_sign_in .ow_sign_up hr {
	display: none;
}
.ow.base_sign_in .ow_footer .ow_canvas {
	width: 100%;
}
body.ow.oxygen.base_sign_in .ow_header {
    display: block;
}


/* ---- End SignIn Form styles ---- */
/* ---- My Avatar Widget styles ---- */
.ow_my_avatar_cont {
    height: 45px;
    display: table;
    padding-left: 8px;
}
.ow_my_avatar_username {
    display: table-cell;
    vertical-align: unset;
    padding-top: 5px;
}
.ow_my_avatar_cont span {
	display: inline-block;
	width: auto;
	word-wrap: break-word;
}
/* ---- End of My Avatar Widget styles ---- */
/* ---- Live Member Icon ---- */
.ow_miniic_live .ow_live_on {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/miniic_live.png) center center no-repeat;
	margin-right: 4px;
}
.ow_miniic_live .ow_lbutton {
	 display: inline-block;
	 vertical-align: middle;
	 margin-right: 0px;
	 line-height: 12px;
	 height: 12px;
}
.ow_miniic_live .ow_preloader_content{
	 height: 20px;
	 width: 20px;
	 display: inline-block;
	 vertical-align: middle;
	 background-position:center center;
}
.ow_miniic_live .ow_preloader_content.ow_hidden {
	display: none;
}
.ow_miniic_live .ow_lbutton.ow_green {
    /* color: #333333; */
}
/* ---- End Live Member Icon ---- */
/* ---- Groups styles ---- */
.group-GROUPS_CMP_JoinButtonWidget .ow_highbox {
	padding: 0px;
	box-shadow: none;
}
.group-GROUPS_CMP_JoinButtonWidget h3 > a {
 	text-transform: uppercase;
    display: block;
    line-height: 30px;
    min-height: 30px;
    padding: 4px 23px 4px 16px;
    text-transform: uppercase;
    background-color: #1eafbe;
    color: #fff;
}
.group-GROUPS_CMP_JoinButtonWidget h3 > a:hover {
 	text-decoration: none;
 	background-color: #0ca0af;
 	color: #fff;
}
/* */
body .ow_gift_templates .ow_gift_checked {
	background-image: url(images/ic_ok.svg);
}
/*========================================================
        [17] Misc        __misc
  ========================================================*/
.ow_column_equal_fix{
   padding-bottom: 20001px !important;
   margin-bottom: -20000px !important;
}
.fullsize-photo {
	display: none;
}
/* Image Gallery scroll */
.ow_page_padding > .ow_content_menu_wrap ~ div {
	overflow-y: visible !important;
}
.ow_page_padding > .ow_content_menu_wrap ~ div > table {
	width: 95% !important;
}
/* thickbox 8aa */
.ow_preloader_content_cont{
	width: 30px;
	height: 30px;
}
/* ~thickbox 8aa */
/* ---- Captcha styles ---- */
span.ic_refresh{
    background: url(images/ic_refresh.svg) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}
/* ---- End of the Captcha styles ---- */
/* ---- Eye for hidden field styles ---- */
.ow_field_eye {
	padding-left: 18px;
	background:url(images/miniic_field_eye.svg) 0 3px no-repeat;
	background-size: 15px 15px;
	display: inline-block;
}
/* ---- End of the Eye for hidden field styles ---- */
/* ---- Facebook button styles */
.fb_button:hover {
	color: #fff
}
/* ---- End of the Facebook button styles */

.maintenance_cont h1 {
	padding-left: 23px;
	background-position: left center; 
}
h1.page_title{
    background: url(images/ic_file.svg) no-repeat left 50%;
    margin-bottom: 20px;
    padding-left: 22px;
}
.gtabs-tab {
    background-size: 16px;
}
.ow_content a.gtabs-active {
    color: #1499a7 !important;
}
/* Responsive styles */
@media (max-width: 979px) {
	/*General*/
	body, html {
    	min-width: 767px;
    }
	.ow_page_container, .ow_site_panel_wrap, .ow_footer {
        width: 100%;
    }
    .ow_canvas {
    	width: 100%;
    }
    .ow_content > .ow_right {
    	float: none;
    	margin-bottom: 16px;
    }
    .ow_right {
    /* float: none; */
}
    .place_section.ow_right,
    #photo-list-search,
    .ow_photo_upload_submit.ow_right {
    	float: right;
    }
    .ow_content > .ow_btn_delimiter.ow_right {
    	float: none;
    	margin-bottom: 0px;
    }
    .ow_content > .ow_btn_delimiter.ow_right .ow_button {
    	margin-bottom: 8px;
    }
    .ow_console_dropdown_hover:hover .OW_ConsoleItemContent,
    .ow_console_dropdown_hover:active .OW_ConsoleItemContent {
    	display: block !important;
    }
    .ow_console_item a.ow_console_item_link {
		pointer-events: none;
	}
	.ow_page_padding {
		border: none;
	}
	body .forum_search_form {
		display: none;
	}
	.ow_forum {
		word-wrap: break-word;
	}
	.ow_page_container .ow_page {
		padding-top: 16px;
	}
    /*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 #dce4ea;
    	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;
    }
}
@media (max-width: 773px) {
	.ow_nav_btn {
		display: block;
		opacity: 1;
	}
	.ow_content .ow_superwide, 
	.ow_content .ow_supernarrow, 
	.ow_content .ow_narrow,
	.ow_content .ow_wide,
	.ow_content .ow_column {
		float: none; 
		width: 100% !important; 
		margin-bottom: 10px;
		clear: both;
	}
	body, html {
    	min-width: auto;
    }
    .ow_site_panel {
		min-width: 320px;
	}
    .floatbox_container {
    	max-width: 100%;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    }
    .ow_ipc_header {
    	margin-bottom: 4px;
    }
    .ow_lp_label br {
    	margin: 6px 0;
    }
    .ow_sign_in_wrap form .ow_sign_in {
    	width: 100%;
    	float: none;
    }
    .ow_sign_in_wrap {
    	width: 100%;
    }
    .ow_sign_in_wrap form .ow_sign_up {
    	margin: 16px 0 0 0;
    	width: 100%;
    	text-align: center;
    }
    .ow_sign_in_wrap form .ow_sign_up p br {
    	height: 1px;
    }
    .floatbox_container .ow_sign_in_wrap form {
    	padding: 0;
    }
    .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;
    }
    .ow_newsfeed_left {
    	width: auto;
    }
    body .ow_searchbar input[type="text"] {
    	height: 28px;
    	line-height: 18px;
    }
    iframe {
    	width: 100%;
    }
    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_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: 16px;
    }
    body {
    	font-size: 1rem;
    }
    h3 {
    	font-size: 1rem;
    }
    .ow_box_menu a, ul.ow_bl a {
    	height: auto;
    }
    .ow_box_menu a span{
    	font-size: 1rem;
    }
	.ow_dnd_schem_item {
		font-size: 1rem;
	}
    html body .ow_sidebar .ow_tiny,
    html body .ow_console .ow_tiny, 
    .ow_tiny {
    	font-size: 1rem;
    }
    input[type="text"], 
    input[type="password"], 
    textarea, 
    select, 
    div.jhtmlarea, 
    .ow_photo_upload_description, 
    .ow_photo_preview_edit .CodeMirror {
    	font-size: 15px;
    }
    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: 1rem;
	}
	.ow_credits_links a {
		font-size: 1rem;
	}
	a.ow_context_action_value,
	.ow_context_action_list a {
		font-size: 1rem;
	}
	.ow_attachment_btn span.ow_button input[type="submit"], 
	.ow_attachment_btn span.ow_button input[type="button"] {
		line-height: 21px;
	}
	.ow_content_menu {
    border: 1px solid transparent;
    background-color: transparent;
}
	.ow_content_menu{
		border-bottom: none;
	}
	body .ow_explore_photos_show {
		font-size: 1rem;
	}
	body .ow_searchbar input[type="text"] {
		font-size: 1rem;
	}
	body .ow_box_toolbar {
		font-size: 0.95rem;
	}
	.ow_console_mailbox_title {
		font-size: 1rem;
	}
	.ow_console_mailbox_title .ow_mailbox_convers_info_date {
		font-size: 0.9rem;
	}
	.ow_console_mailbox_txt,
	.ow_chat_request_item .ow_console_mailbox_txt {
		font-size: 1rem;
	}
	a.ow_lbutton, span.ow_lbutton {
		font-weight: normal;
	}
    body .ow_chat_in_dialog .ow_time_block p span.ow_time_text {
    	font-size: 0.9rem;
    }
    body .ow_dialog_date_cap,
	body .ow_chat_dialog .ow_author_block span.ow_chat_item_author,
    .ow_top_panel .ow_count_txt,
    body .ow_chat_block_main .ow_chat_search input[type="text"], 
    body .ow_chat_block_main .ow_chat_search input[type="password"],
    body .ow_dialog_in_item p,
    body span.ow_chat_in_item_author, 
    body span.ow_chat_in_item_text,
    body .ow_chat_dialog .ow_chat_subject_block input {
    	font-size: 1rem;
    }
    .ow_mailbox_log .ow_time_block p span.ow_time_text {
    	font-size: 0.9rem;
    }
	.ow_chat_dialog_wrap {
    z-index: 110;
}
	/*Buttons*/
	.ow_attachments a {
		height: 26px;
		width: 26px;
		background-position: -173px 2px;
	}
	.ow_attachment_btn span.ow_button input[type="submit"], 
	.ow_attachment_btn span.ow_button input[type="button"] {
		height: 26px;
	}
	body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="submit"], 
	body .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="button"] {

	}
    /*Avatar size*/
    .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;
    }
    body .ow_mailbox_convers_info_body {
    	margin-left: 77px;
    }
    body .ow_mailbox_avatar {
    	width: 70px;
    }
    body .ow_mailbox_cap .ow_mailbox_avatar {
    	margin-left: -70px;
    }
    
    /*-------------------------Photo-------------------------*/
    body .ow_photo_list_wrap.ow_photo_no_sidebar div.ow_photo_item_wrap,
    body .ow_photo_list_wrap.ow_photo_no_sidebar .ow_photo_list.ow_photo_pint_mode div.ow_photo_item_wrap,
    body .ow_photo_list_wrap.ow_photo_no_sidebar div.ow_photo_item_wrap.ow_photo_album {
    	width: 50%;
    }
    body .ow_photo_list_wrap.ow_photo_no_sidebar .ow_photo_list.ow_photo_pint_mode div.ow_photo_item_wrap {
    	height: 300px;
    }
    #photo-list-search {
    	float: none;
    }
    .ow_fw_menu .ow_fw_btns {
    	margin-bottom: 8px;
    }
    .ow_fw_menu {
    	border: none;
    	padding: 0;
		background-color: transparent;
    }
    .ow_fw_menu .ow_searchbar {
    	margin-top: 4px;
    	padding-right: 24px;
    	width: 100%;
    	display: inline-block !important;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    }
    .ow_fw_menu .ow_searchbar_input,
    .ow_fw_menu .ow_searchbar_input input {
    	width: 100% !important;
    }
    .ow_fw_menu .ow_searchbar .ow_searchbar_btn {
    	margin-right: -24px;
    }
    .ow_photo_upload_bottom > .ow_left,
    .ow_photo_upload_wrap .ow_suggest_field input {
    	width: 100% !important;
    }
    body .ow_photo_upload_wrap .ow_photo_preview_block_wrap .ow_photo_preview_edit {
    	width: 48%;
    	margin-left: 1% !important;
    	margin-right: 1% !important;
    	margin-bottom: 10px !important;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    }
    .ow_photo_preview_action {
    	overflow: hidden;
    }
    body .CodeMirror-scroll,
    body .CodeMirror-sizer {
    	width: 100%;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    	padding-bottom: 0;
    	padding-right: 0;
    }
    body .CodeMirror-hscrollbar {
    	display: none !important;
    }
    .new-album textarea {
    	margin-bottom: 16px;
    }
    .ow_photoview_info_wrap {
    	display: none !important;
    }
    .ow_photoview_stage_wrap {
        width: 100% !important;
    }
    /*Forum*/
    .forum_add_post .ow_left,
    .forum_add_post .ow_right {
    	width: 100% !important;
    	float: none;
    }
	.ow_dnd_widget.index-EVENT_CMP_UpcomingEvents .ow_ipc_info {
    margin-left: 52px;
}

}

body.ow.oxygen.base_user_join {
	background-image: url(images/sign-bg.jpg); /** OW_Control type:image, key:joinImage, section:4. Theme Settings, label: 14. Join background image, description: size 1920px x 1200px **/
	background-size: cover;
	background-position: 0 20px;
	background-attachment: fixed;
}
body.ow.oxygen.base_user_join .ow_header,
body.ow.oxygen.base_user_join .ow_header_pic,
body.ow.oxygen.base_user_join .ow_sidebar {
    display: none;
}
body.ow.oxygen.base_user_join .ow_menu_wrap {
    display: none;
}
body.ow.oxygen.base_user_join .ow_nav_btn {
    display: block;
}
body.ow.oxygen.base_user_join span.fb_connect_wrap,
body.ow.oxygen.base_user_join span.glconnect_button_text {
    margin-left: 32px !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}
body.ow.oxygen.base_user_join div#base_cmp_floatbox_ajax_signin span.fb_connect_wrap,
body.ow.oxygen.base_user_join div#base_cmp_floatbox_ajax_signin span.glconnect_button_text {
    margin-left: 0 !important;
}
body.ow.oxygen.base_user_join .ow_content {
    background-color: transparent;
    border: none;
    padding: 0px 0 0 2px;
	box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
body.ow.oxygen.base_user_join .ow_canvas {
    width: 45%;
    margin: auto;
    float: right;
	margin-top: 10px;
    margin-bottom: 150px;
}
body.ow.oxygen.base_user_join .ow_page {
    margin: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.37);
    padding: 0;
    padding-bottom: 10px;
    background: rgba(255, 255, 255, 0.48);
}
body.ow.oxygen.base_user_join .ow_footer .ow_canvas {
    width: 100%;
    margin: 0 auto;
    float: none;
}
body.ow.oxygen.base_user_join .ow_footer .ow_page {
    margin: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.37);
    padding: 0;
    padding-bottom: 10px;
    background: transparent;
}
body.ow.oxygen.base_user_join .ow_page h1,
body.ow.oxygen.base_user_join .ow_page h3 {
    text-align: center;
    background: #1eafbe;
    color: #fff;
    padding: 17px 0;
	margin: 0;
	border: none;
}
body.ow.oxygen.base_user_join .ow_box_empty.ow_center.ow_no_cap.ow_break_word {
    color: #1eafbe;
	font-size: 15px;
}
body.ow.oxygen.base_user_join .ow_page h3.ow_ic_key {
    background: transparent;
    color: #ffffff;
    padding: 6px;
	border: 1px solid transparent;
	box-shadow: none;
}
body.ow.oxygen.base_user_join .ow_footer .ow_canvas .ow_page {
    box-shadow: none;
}
body.ow.oxygen.base_user_join .ow_page .ow_content .ow_superwide {
    width: 95% !important;
    overflow: visible;
}
#joinForm > div > div {
    float: none;
    text-align: center;
}
#joinForm > div > div > span.ow_button > span.ow_button.ow_ic_submit > input {
    padding: 0 130px;
}
body.ow.oxygen.site_join_confirm .ow_box_empty {
    padding: 12px !important;
    background-color: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.28);
    width: 48.1%;
    margin: 16% auto 0 auto;
	box-shadow: rgba(0,0,0,.117647) 0 0 2px 0px;
	-webkit-box-shadow: rgba(0,0,0,.117647) 0 0 2px 0px;
	-moz-box-shadow: rgba(0,0,0,.117647) 0 0 2px 0px;
}
body.ow.oxygen.site_forgot_password .ow_box_cap {
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-top: 1px solid #1eafbe;
	box-shadow: rgba(0,0,0,.117647) 0 0 2px 0px;
	-webkit-box-shadow: rgba(0,0,0,.117647) 0 0 2px 0px;
	-moz-box-shadow: rgba(0,0,0,.117647) 0 0 2px 0px;
}
body.ow.oxygen.site_forgot_password .ow_box {
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-top: none;
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
body.ow.oxygen.site_join_confirm .ow_box_empty p {
    padding: 4px;
    margin: 0 auto;
}
body.ow.oxygen.site_join_confirm .ow_box_normal {
    width: 50% !important;
    margin-top: 0px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    -webkit-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
body.ow.oxygen.site_join_confirm .ow_box_normal form {
    background-color: rgba(255, 255, 255, 0.58);
    padding: 12px;
}

body.ow.oxygen.base_index_page .ow_header .ow_box_cap {
    display: none;
}
body.ow.oxygen.base_index_page .ow_header .ow_box_cap h3.ow_ic_picture {
    display: none;
}
body.ow.oxygen.base_index_page .ow_header .ow_box {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}
body.ow.oxygen.base_index_page .ow_header .ow_box .ow_box_menu {
    display: none;
}
body.ow.oxygen.base_index_page .ow_header .ow_box .ow_box_toolbar_cont.clearfix {
    display: none;
}
body.ow.oxygen.base_index_page .ow_header .ow_box .ow_lp_photos.ow_center {
    position: absolute;
    display: inline-block;
    top: 0;
    margin-top: 60px;
    margin-left: 0px;
    max-width: 40%;
    z-index: 97;
}
body.ow.oxygen.base_index_page .ow_header .ow_box .ow_lp_photos.ow_center a.ow_lp_wrapper {
    border: 1px solid #acacad;
    width: 78px;
    height: 78px;
    background-color: #1eafbe;
}
body.ow.oxygen.base_index_page .ow_header .ow_box .ow_lp_photos.ow_center a.ow_lp_wrapper,
body.ow.oxygen.base_index_page .ow_header .ow_box .ow_lp_photos.ow_center a.ow_lp_wrapper .ow_photo_item_widget {
    padding: 3px;
    border-radius: 50em;
}


.ow_dnd_widget.index-NEWSFEED_CMP_SiteFeedWidget {
    box-shadow: none;
}

.ow_newsfeed .ow_newsfeed_body {
    background-color: #fff;
	border: 1px solid #dce4ea;
    border-top: 1px solid #1eafbe;
	margin-bottom: 18px;
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    -webkit-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
.ow_newsfeed .ow_newsfeed_avatar {
    margin-right: auto;
    margin: 0px;
}
.ow_newsfeed_item .ow_newsfeed_delimiter {
    border: none;
    margin: 0;
}

body.ow.oxygen.base_user_dashboard .ow_header .ow_box_cap {
    display: none;
}
body.ow.oxygen.base_user_dashboard .ow_header .ow_box {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}
body.ow.oxygen.base_user_dashboard .ow_header .ow_box .ow_box_menu {
    display: none;
}
body.ow.oxygen.base_user_dashboard .ow_header .ow_box .ow_box_toolbar_cont {
    display: none;
}
body.ow.oxygen.base_user_dashboard .ow_header .ow_box .ow_lp_avatars {
    position: absolute;
    display: inline-block;
    max-width: 45%;
    top: 0;
    margin-top: 60px;
    margin-left: 0px;
    z-index: 97;
}
body.ow.oxygen.base_user_dashboard .ow_header .ow_box .ow_lp_avatars .ow_avatar {
    border: 1px solid #acacad;
    width: 77px;
    height: 77px;
    background-color: #1eafbe;
}
body.ow.oxygen.base_user_dashboard .ow_header .ow_box .ow_lp_avatars .ow_avatar a img {
    width: 77px;
    height: 77px;
    border-radius: 20em;
}
.ow_dnd_widget.dashboard-NEWSFEED_CMP_MyFeedWidget {
    box-shadow: none;
}
.ow_dnd_widget.profile-BASE_CMP_UserViewWidget {
    border-top: 1px solid #1eafbe;
}
.ow_dnd_widget.profile-BASE_CMP_UserAvatarWidget .ow_box_empty {
    border-top: 1px solid #1eafbe;
    padding: 0;
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
.ow_dnd_widget.profile-NEWSFEED_CMP_UserFeedWidget {
    box-shadow: none;
}
.ow_box_empty.ow_stdmargin.clearfix.profile-BASE_CMP_AboutMeWidget.ow_no_cap.ow_break_word {
    background-color: #fff;
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
.ow_box.ow_stdmargin.clearfix.profile-NEWSFEED_CMP_UserFeedWidget.ow_break_word {
    padding: 10px 0 0 0;
    background: transparent;
    border: none;
    box-shadow: none;
}
.ow_box.ow_stdmargin.clearfix.profile-EVENT_CMP_ProfilePageWidget.ow_break_word .ow_ipc_picture {
    background-color: #fefefe;
    width: 46px;
    padding-bottom: 3px;
    border-radius: 20em;
}
.ow_box.ow_stdmargin.clearfix.profile-EVENT_CMP_ProfilePageWidget.ow_break_word .ow_ipc_picture img {
    margin-top: 3px;
    margin-left: 3px;
}

.ow_user_list.ow_full .ow_alt1, .ow_user_list.ow_full .ow_alt2 {
    background: transparent;
    border-color: transparent;
}
.ow_user_list.ow_full .ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_picture {
    margin-right: 0px;
    width: 100px;
	padding: 6px 4px;
}
.ow_user_list.ow_full .ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_picture .ow_avatar,
.ow_user_list.ow_full .ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_picture .ow_avatar a img {
    width: 90px;
    height: 90px;
    border-radius: 20em;
	-webkit-border-radius: 20em;
	-moz-border-radius: 20em;
}
.ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_data {
    background-color: #fff;
    border: 1px solid #DEE5EA;
    min-height: 90px;
    height: auto;
    margin-left: 0;
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_data a {
    text-transform: capitalize;
}
.ow_user_list_item .ow_tiny {
    background-color: #fff;
    border: 1px solid #1eafbe;
    margin-left: auto !important;
    min-height: 24px;
    line-height: 23px;
}
form#editForm tr.ow_tr_first {
    box-shadow: #1eafbe 0 -4px;
}

.ow_group_list .ow_superwide,
.ow_event_list .ow_superwide {
    width: 100%;
}
.ow_group_list .ow_superwide .ow_ipc,
.ow_event_list .ow_superwide .ow_ipc {
    width: 31%;
    background-color: #fff;
    margin: 8px;
    border: 1px solid rgb(222, 229, 234);
    float: left;
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
.ow_group_list .ow_superwide .ow_ipc .ow_ipc_info,
.ow_event_list .ow_superwide .ow_ipc .ow_ipc_info {
    margin-left: auto;
    border: none;
    padding: 12px;
}
.ow_group_list .ow_superwide .ow_ipc .ow_ipc_info .ow_ipc_header,
.ow_event_list .ow_superwide .ow_ipc .ow_ipc_info .ow_ipc_header {
    padding: 0px 0px 0px;
    margin: 0px 0px 6px;
    text-overflow: ellipsis;
    font-size: 15px;
}
.ow_group_list .ow_superwide .ow_ipc .ow_ipc_info .ow_ipc_header a,
.ow_event_list .ow_superwide .ow_ipc .ow_ipc_info .ow_ipc_header a {
    text-overflow: ellipsis;
}
.ow_group_list .ow_superwide .ow_ipc .ow_ipc_picture,
.ow_event_list .ow_superwide .ow_ipc .ow_ipc_picture {
    width: 100px;
    margin-top: 4px;
	margin-left: 4px;
    margin-right: 0px;
	margin-bottom: 0px;
    background-color: transparent;
    border-radius: 20em;
}
.ow_group_list .ow_superwide .ow_ipc .ow_ipc_picture img,
.ow_event_list .ow_superwide .ow_ipc .ow_ipc_picture img {
    width: 84px;
    height: 84px;
    border-radius: 20em;
    margin: 3px;
}
.ow_group_list .ow_superwide .ow_ipc .ow_ipc_info .ow_ipc_toolbar.ow_remark {
    text-align: right;
}
body.ow.oxygen.site_events .ow_box_cap_empty {
    background-color: #fff;
    border: 1px solid #CAD4DD;
    border-top: 1px solid #1eafbe;
    margin-bottom: -1px;
}
body.ow.oxygen.site_events .ow_box_empty {
    background-color: #fff;
    border: 1px solid #CAD4DD;
	padding: 8px 8px 0 12px;
}

.avatar_select_list .ow_user_list_item.clearfix.ow_item_set2.ow_mild_green {
    background-image: url(images/ic_ok.svg);
    background-position: 90% 35%;
    background-repeat: no-repeat;
}

.ow_video_list .ow_alt1, .ow_video_list .ow_alt2 {
    background: transparent;
    border: none;
	padding: 8px 0px 8px 0px;
}
.ow_video_list .ow_video_list_item.ow_small {
    background-color: #fff;
    border: 1px solid #dce4ea;
    border-top: 1px solid #1eafbe;
    width: 100%;
	min-height: 190px;
    margin: 10px;
    padding: 8px;
    text-align: center;
}

body .ow_photo_list.ow_photo_pint_mode .ow_photo_item {
    background-color: #fff;
    border: 1px solid #dce4ea;
    padding: 10px;
    border-top: 1px solid #1eafbe;
}
.ow_photo_list_wrap .ow_photo_pint_mode .ow_photo_item_wrap .ow_photo_item_info {
    padding: 12px 2px 2px 2px;
    border: none;
}

.ow_box.ow_highbox.ow_stdmargin.ow_center {
    border: 1px solid #dce4ea;
}
body .forum_search_wrap {
    background-image: none;
    background-color: #fff;
    border: 1px solid #dce4ea;
}
.ow_forum tr.ow_tr_first {
}
.ow_forum tr.ow_tr_first th.ow_name,
.ow_forum tr.ow_tr_first th.ow_topics,
.ow_forum tr.ow_tr_first th.ow_replies,
.ow_forum tr.ow_tr_first th.ow_author {
    border-top: 1px solid #1eafbe;
}
.ow_forum_topic_posts > .ow_box.ow_no_cap {
    border: 1px solid #CAD4DD;
    border-top: 1px solid #1eafbe;
    padding: 0 10px 6px;
}
.ow_forum_topic_posts .ow_ipc_info {
    background-color: #fff;
    margin-left: 75px;
    border: 1px solid #CAD4DD;
    border-top: 1px solid #1eafbe;
}
.ow_forum_topic_posts > .ow_box.ow_no_cap .ow_ipc_info {
    border-color: transparent;
    padding: 0 4px 4px;
}

.ow_forum_topic_posts .ow_ipc:first-child .ow_ipc_picture {
    width: 70px;
    margin-right: 10px;
}
.ow_forum_topic_posts .ow_ipc:first-child .ow_ipc_picture .ow_avatar {
    width: 60px;
    height: 60px;
}
.ow_forum_topic_posts .ow_ipc:first-child .ow_ipc_picture .ow_avatar img {
    width: 60px;
    height: 60px;
    border-radius: 20em;
}
.ow_forum_topic_posts span.ow_nowrap.post_permalink {
    background-color: #1eafbe;
    padding: 2px 3.2px;
}
.ow_forum_topic_posts span.ow_nowrap.post_permalink a {
    color: #ffffff;
}
.ow_forum_topic_posts span.ow_nowrap.post_permalink a:hover {
    color: #ffffff;
}
body.ow.oxygen.site_forum .ow_box_empty.ow_breadcrumb,
body.ow.oxygen.site_forum_topic .ow_box_empty.ow_breadcrumb {
    margin: 0;
}
table.ow_table_1.ow_forum_topic {
    border-top: 1px solid #1eafbe;
}

.ow_blogs_list .ow_superwide .ow_ipc {
    background-color: #fff;
    border: 1px solid #dce4ea;
    border-top: 1px solid #1eafbe;
	margin: 0;
}
.ow_blogs_list .ow_superwide .ow_ipc .ow_ipc_picture {
    margin: 4px;
}
.ow_blogs_list .ow_superwide .ow_ipc_info {
    border: none;
    padding: 8px 12px 12px 12px;
}
body.ow.oxygen.site_blog .ow_superwide .ow_box_empty.ow_stdmargin.ow_no_cap.ow_break_word {
    background-color: #fff;
    border: 1px solid #CAD4DD;
    border-top: 1px solid #1eafbe;
}
body > div.ow_page_wrap > div.ow_page_padding > div > div > div > div.ow_content > div > div.ow_superwide > div.ow_box.ow_stdmargin.ow_no_cap.ow_break_word > div.clearfix > div:nth-child(1) > span,
body > div.ow_page_wrap > div.ow_page_padding > div > div > div > div.ow_content > div > div.ow_superwide > div.ow_box.ow_stdmargin.ow_no_cap.ow_break_word > div.clearfix > div:nth-child(2) > span {
    background-size: 0px;
}
.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}
.index-NEWSFEED_CMP_SiteFeedWidget .ow_box_cap_empty,
.dashboard-NEWSFEED_CMP_MyFeedWidget .ow_box_cap_empty,
.profile-NEWSFEED_CMP_UserFeedWidget .ow_box_cap_empty,
.group-NEWSFEED_CMP_EntityFeedWidget .ow_box_cap_empty {
    background-color: #fff;
    border: 1px solid #dce4ea;
    border-top: 1px solid #1eafbe;
    margin-left: 7px;
    margin-right: 7px;
}

.ow_cavatar {
    float: right;
    width: 32px;
    height: 32px;
    overflow: hidden;
    /* background-image: url(images/no-avatar.png); */
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 13px;
    margin-right: 10px;
    background-size: 32px 32px;
}
.ow_cavatar .ow_dnd_widget {
    display: none;
}
.ow_cavatar .ow_dnd_widget.index-BASE_CMP_MyAvatarWidget {
    background: transparent;
    height: 32px;
    display: block;
}
.ow_cavatar .ow_box,.ow_cavatar .ow_box_empty {
    background: transparent;
    border: transparent;
    margin: 0;
    padding: 0;
    height: 32px;
    overflow: hidden;
}
.ow_cavatar .ow_my_avatar_widget.clearfix {
    height: 32px;
    overflow: hidden;
}
.ow_cavatar .ow_avatar {
    width: 32px;
    height: 32px;
	border-radius: 0%;
    -moz-border-radius: 0%;
    -webkit-border-radius: 0%;
	background-color: transparent;
    border: none;
}
.ow_cavatar .ow_avatar img {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.ow_cavatar .ow_my_avatar_cont {
	display: none;
}
.ow_cavatar span.ow_avatar_label {
    bottom: 14px;
    right: 16px;
}
.ow_cavatar .ow_my_avatar_cont a.ow_my_avatar_username {
    color: #fff;
}
.ow_cavatar .ow_my_avatar_widget .ow_my_avatar_cont span {
    width: 100px;
}
.ow_superwide > div.ow_box.ow_stdmargin.ow_no_cap.ow_break_word > div.clearfix > div:nth-child(1) > .ow_ic_left_arrow,
.ow_superwide > div.ow_box.ow_stdmargin.ow_no_cap.ow_break_word > div.clearfix > div:nth-child(2) > .ow_ic_right_arrow {
    background-size: 15px;
}
body.ow.oxygen.my_preferences form#preferenceForm table.ow_table_1.ow_form {
    border-top: 1px solid #1eafbe;
}
body.ow.oxygen.my_notification tr.ow_tr_first th {
    border-top: 1px solid #1eafbe !important;
}
body.ow.oxygen.my_privacy .ow_box_empty.ow_center.ow_stdmargin.ow_no_cap.ow_break_word {
    background-color: #fff;
    border-left: 1px solid #dce4ea;
    border-right: 1px solid #dce4ea;
    border-top: 1px solid #1eafbe;
    padding: 12px;
    margin: 0px auto 0px auto;
}

/*Start Pace */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #167896;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
/* End Pace */

/* animation */
body .floatbox_canvas .floatbox_container,
.ow_supernarrow,.ow_newsfeed .ow_newsfeed_avatar,
.ow_superwide,.ow_newsfeed .ow_newsfeed_body {
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

body .floatbox_canvas .floatbox_container {
    animation-name: bounceInDown;
}
.ow_superwide {
    animation-name: fadeInLeft;
}
.ow_supernarrow,.ow_newsfeed .ow_newsfeed_avatar {
    animation-name: fadeInUp;
}
/* End animation */

.ow_floatbox_preloader {
    background: url(images/floatbox_preloader.gif) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
    height: 32px !important;
    width: 32px !important;
    margin: 0px auto;
}


.ow_box.ow_stdmargin.clearfix.index-NEWSFEED_CMP_SiteFeedWidget.ow_break_word,
.ow_box.ow_stdmargin.clearfix.dashboard-NEWSFEED_CMP_MyFeedWidget.ow_break_word {
    border: none;
    background: transparent;
    padding: 10px 0 0 0;
	box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}


div#avatar-change-preloader {
    background-size: 24px 24px !important;
}
.contactimporter_provider_button img {
    border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.ow_right.ow_superwide .ow_box_cap_empty,
.ow_comments_ipc.ow_comments_no_form .ow_box_cap_empty {
    background-color: #fff;
    border: 1px solid #DEE5EA;
    border-top: 1px solid #1EBEA5;
	margin-bottom: -1px;
}
.ow_right.ow_superwide .ow_box_empty.ow_std_margin.clearfix.ow_break_word,
.ow_superwide .ow_box_empty.ow_stdmargin.ow_no_cap.ow_break_word {
    background-color: #fff;
    border: 1px solid #DEE5EA;
}
.ow_dnd_widget.group-NEWSFEED_CMP_EntityFeedWidget .ow_box_cap_empty h3 {
	padding: 8px 0 10px 14px;
}
ul.ow_bl.clearfix.ow_small.ow_stdmargin {
    width: 300px;
    float: left;
}
.forum_search_form {
    margin-top: -50px;
}

.actions li a {
    border: 1px solid #1EBEA5;
    padding: 5px;
    margin: 12px;
    line-height: 27px;
    min-width: 160px;
    float: left;
    font-size: 27px;
    border-radius: 50px;
    /* text-align: center; */
    text-transform: lowercase;
}
.actions li a:hover {
    background-color: #00897B;
    text-decoration: none;
    color: #FFFFFF;
}
.actions li a img {
    height: 44px;
    vertical-align: middle;
}

body > .ow_page_wrap {
    overflow: hidden;
}

.ow_header_pic {
	overflow:hidden;
	width:100%;
	padding:0px;
	margin:auto;
	position:relative;
	max-width:1440px;
	position:relative;
	background-color: #D0E9EA;
	background-image: url(images/bg.jpg);
}
.ow_header_pic .slide {
    width: 1920px;
    height: 511px;
    position: absolute;
    margin-left: -230px;
    margin-top: -50px;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

body.ow.oxygen.base_sign_in .ow_header_pic {
	overflow:hidden;
	width:100%;
	padding:0px;
	margin:auto;
	position:relative;
	max-width:1920px;
	position:relative;
	background-color: #D0E9EA;
	background-image: none;
}

body.ow.oxygen.base_sign_in .ow_header_pic .slide {
    height: 1200px;
    margin-top: -100px;
	background-image: url(images/bg1.jpg);
}

.header_container {
    position: absolute;
    float: left;
    width: 55%;
    padding: 19px 40px;
    margin: 35px;
    margin-top: 88px;
    z-index: 90;
    background-color: rgba(255, 255, 255, 0.55);
    -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);
}
a.ow_logo.ow_center {
    width: 90%;
    background-image: url(images/logo2.png); /** OW_Control type:image, key:signPagelogoImage, section:4. Theme Settings, label: 07. Sign-in Page Big Logo image, description: sign-in Big Logo **/
    background-position: center center;
    background-size: auto;
	animation: fadeInLeft .5s;
	height: 100px;
}
.header_container h1 {
    padding: 30px 0;
    text-align: center;
    font-size: 30px;
    color: #1eafbe;
    text-transform: inherit;
    border-bottom: 1px dashed #89898a;
    animation: fadeInLeft 1s;
    line-height: 30px;
	font-family: 'PT Sans Narrow', sans-serif;
}
.header_container ul {
    padding-top: 15px;
}
.header_container ul li {
    padding: 10px 0 10px 26px;
    font-size: 23px;
    background-image: url(assets/img/pointer-right.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    background-size: 20px;
    color: #008a87;
	animation: fadeInLeft 1.5s;
}
.ow.base_sign_in form .ow_sign_up {
    display: none;
}
.ow_profile_gallery_action_toolbar.ow_profile_action_toolbar_wrap.clearfix.ow_stdmargin {
    background: #fff;
    border: 1px solid #dae0e6;
    padding: 7px 4px 2px;
    border-top: 1px solid #1eafbe;
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: normal;
  src: local('PT Sans Narrow'), local('PTSans-Narrow'), url('https://themes.googleusercontent.com/static/fonts/ptsansnarrow/v3/UyYrYy3ltEffJV9QueSi4S4mX3cpNo8MnLri8k21-rs.woff') format('woff');
}

#conent {
	position:relative;
	width:100%;
	height:1240px;
	margin:0 auto;
	background:#FFF;
}
#header {
	margin:0 auto;
	width:100%;
	height:436px;
	background-color: #def5f5;
	background-image:url(assets/img/header.jpg); /** OW_Control type:image, key:signHeaderImage, section:4. Theme Settings, label: 08. Sign-In Header image, description: size 1920px x 511px **/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#phone {
	position:absolute;
	top:223px;
	right:50px;
	width:261px;
	height:520px;
	background:url(assets/img/iphone.png); /** OW_Control type:image, key:signPhoneImage, section:4. Theme Settings, label: 09. Sign-In iPhone image, description: size 261px x 520px **/
	background-repeat: no-repeat;
	z-index:10;
}
#fhlogo {
    position: absolute;
    top: 37px;
    left: 62px;
    width: 46%;
    height: 134px;
    background-image: url(images/logobig2go.png); /** OW_Control type:image, key:signPagelogoImage, section:4. Theme Settings, label: 07. Sign-in Page Big Logo image, description: sign-in Big Logo **/
    background-repeat: no-repeat;
    background-size: auto 50px;
    background-position: 76px 24px;
    padding-top: 55px;
    padding-left: 130px;
    text-align: left;
}
#fhlogo h1 {
    text-align: left;
    left: 0;
    margin-left: 140px;
    top: 0;
    margin-top: 133px;
    font-size: 19px;
    display: inline;
    line-height: 22px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #fff;
    text-transform: none;
}
#fhlogo h1::first-line {
    margin-left: 200px;
	content: "";
}
#definition {
    position: absolute;
    top: 310px;
    left: 65px;
    width: 485px;
    height: 80px;
    overflow: hidden;
}
#definition p {
    font-size: 19px;
    line-height: 21px;
    overflow: hidden;
    color: #fff;
}
#markets {
	position:absolute;
	left:65px;
	top:394px;
	width:453px;
	height:65px;
	z-index:97;
}
#appstore {
	position:absolute;
	top:0;
	left:0;
	width:220px;
	height:65px;
	display:block;
	background:url(assets/img/appstore_a.png); /** OW_Control type:image, key:signAstoreImage, section:4. Theme Settings, label: 10. Sign-In App Store image, description: size 261px x 65px **/
	background-repeat: no-repeat;
    background-position: left;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#googleplay {
	position:absolute;
	top:0;
	right:0;
	width:220px;
	height:65px;
	display:block;
	background:url(assets/img/appstore_g.png); /** OW_Control type:image, key:signPstoreImage, section:4. Theme Settings, label: 11. Sign-In Play Store image, description: size 261px x 65px **/
	background-repeat: no-repeat;
    background-position: right;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#appstore, #googleplay {
    background-repeat: no-repeat !important;
}
#main {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#bgnd {
    position: relative;
    left: auto;
    top: 640px;
    width: 712px;
    height: 400px;
    background: url(assets/img/main_bg.png); /** OW_Control type:image, key:signBheartImage, section:4. Theme Settings, label: 12. Sign-In Big Heart image, description: size 1024px x 575px **/
	background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}
#safer {
	position:absolute;
	top:502px;
	left:67px;
	width:528px;
	height:93px;
	text-align:left;
}
#easer {
	position:absolute;
	top:797px;
	left:67px;
	width:275px;
	height:93px;
	text-align:left;	
}
#everywhere {
	position:absolute;
	top:972px;
	left:67px;
	width:275px;
	height:93px;
	text-align:left;	
}
#free {
    position: relative;
    top: 705px;
    left: 15px;
    width: 275px;
    height: 93px;
    text-align: left;
    margin: 0 auto;
}
#secure {
	position:absolute;
	top:972px;
	right: 70px;
	width:275px;
	height:93px;
	text-align:right;	
}
#safer h1 {
    position: absolute;
    top: -32px;
    left: 0;
    width: 240px;
    height: 100px;
    background: url(assets/img/labels.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	font-size: 0;
}
#easer h1 {
    position: absolute;
    top: -35px;
    left: 0;
    width: 250px;
    height: 75px;
    background: url(assets/img/labels.png) no-repeat 0px -98px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	font-size: 0;
}
#everywhere h1 {
    position: absolute;
    top: -40px;
    left: 0;
    width: 320px;
    height: 77px;
    background: url(assets/img/labels.png) no-repeat 0px -190px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	font-size: 0;
}
#free h1 {
    position: absolute;
    top: -30px;
    left: 0;
    width: 220px;
    height: 75px;
    background: url(assets/img/labels.png) no-repeat 0px -295px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#secure h1 {
    position: absolute;
    top: -30px;
    right: 0px;
    width: 250px;
    height: 75px;
    background: url(assets/img/labels.png) no-repeat 0px -390px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	font-size: 0;
}
#safer p, #easer p, #everywhere p, #free p, #secure p {
	position:absolute;
	top:42px;
	margin:0 auto;
	width:100%;
	font-size:18px;
	line-height:18px;
}
#links {
	font-size:14px;
	color:#ff005e;
	height:100%;
	text-align:left;
	vertical-align:central;
	line-height:114px;
	margin:0 0 0 65px;
}
#links a {
	color:#ff005e;
	margin:0 10px 0 0;
}
#links a:hover {
	color:#B02;
}
#links a:visited {
	color:#909;
}
#bglogo {
    position: absolute;
    top: 66px;
    right: 30px;
    width: 210px;
    height: 60px;
    background: url(images/logo2.png); /** OW_Control type:image, key:footerLogoImage, section:4. Theme Settings, label: 13. Sign-In Footer Logo image, description: size 372px x 150px **/
	background-repeat: no-repeat;
    background-size: auto 30px;
    background-position: right center;
}
.section.join {
    width: 100%;
    height: 140px;
    background: #fff;
    position: relative;
    z-index: 97;
	margin-top: -2px;
	display: inline-block;
    text-align: center;
}
a.button.join {
    color: #fff;
    background: #1eafbe;
    height: 100px;
    line-height: 70px;
    font-size: 40px;
    padding: 10px 70px;
    border-radius: 5px;
    text-decoration: none;
}
a.button.join:hover {
    background: #23c1d2;
	text-decoration: none;
}


/* General Style */
.ie7 body{
	overflow:hidden;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
/* Header Style */
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
}
p.codrops-demos a:hover{
	background: #6d0019;
}
p.codrops-demos a:active{
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));
	background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #A5727D;
	background: #6d0019;
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 50px;
    padding: 0;
    line-height: 100px;
	color: #14b7c7;
	background-color: rgba(255, 255, 255, 0.55);
    -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);
}
.cb-slideshow li:nth-child(1) span {
	background-image: url(assets/img/1.jpg); /** OW_Control type:image, key:slideImage1, section:4. Theme Settings, label: 01. Sign-In Slide image 1, description: size 1920px x 1200px **/
}
.cb-slideshow li:nth-child(2) span {
    background-image: url(assets/img/2.jpg); /** OW_Control type:image, key:slideImage2, section:4. Theme Settings, label: 02. Sign-In Slide image 2, description: size 1920px x 1200px **/
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(assets/img/3.jpg); /** OW_Control type:image, key:slideImage3, section:4. Theme Settings, label: 03. Sign-In Slide image 3, description: size 1920px x 1200px **/
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(assets/img/4.jpg); /** OW_Control type:image, key:slideImage4, section:4. Theme Settings, label: 04. Sign-In Slide image 4, description: size 1920px x 1200px **/
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(assets/img/5.jpg); /** OW_Control type:image, key:slideImage5, section:4. Theme Settings, label: 05. Sign-In Slide image 5, description: size 1920px x 1200px **/
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(assets/img/6.jpg); /** OW_Control type:image, key:slideImage6, section:4. Theme Settings, label: 06. Sign-In Slide image 6, description: size 1920px x 1200px **/
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1);
	}
	100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -moz-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -o-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    transform: scale(10);
	}
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

/* Responsive */

@media (max-width: 2560px){
.header_container {
    width: 40%;
    margin: 88px 35px 35px 12vw;
}
.ow.base_sign_in .ow_sign_in_wrap {
    right: 23%;
}
.cb-slideshow, .cb-slideshow:after {
    left: auto !important;
    z-index: 0;
    max-width: 1921px;
    max-height: 1081px;
    overflow: hidden;
}
body.ow.oxygen.base_sign_in .ow_header,.ow_header {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.ow_header, .ow_header_pic {
    height: 383px;
}
body.ow.oxygen.base_sign_in .ow_header,
body.ow.oxygen.base_sign_in .ow_header_pic {
    height: 1081px;
}
body.ow.oxygen.base_user_join .ow_page_container {
    max-width: 98%;
}
.ow_header_pic a {
    padding: 20px;
    text-align: center;
}
.ow_header_pic a h1 {
    color: #fff;
    font-size: 26px;
	line-height: 1;
    padding: 20px;
    margin-top: 100px;
    text-align: center;
    position: relative;
    text-shadow: 1px 1px #333;
    text-transform: none;
  -webkit-animation:content-l 7.5s infinite;
  -moz-animation:content-l 7.5s infinite;
  animation:content-l 7.5s infinite;
}
.ow_header_pic a h2 {
    color: #FFFFFF;
    font-size: 24px;
	line-height: 1;
    padding: 20px;
    text-align: center;
    position: relative;
    text-shadow: 1px 1px #333;
    text-transform: none;
  -webkit-animation:content-r 9.5s infinite;
  -moz-animation:content-r 9.5s infinite;
  animation:content-r 9.5s infinite;
}
.ow_header_pic a:hover,
.ow_header_pic a:hover {
    text-decoration: none;
}
span.ow_ws_video iframe {
    height: 440px;
}
.ow_video_player iframe {
    width: 100%;
    height: 668px;
}
}
@media (max-width: 1920px){
	.ow.base_sign_in .ow_sign_in_wrap {
    right: 14%;
}
}
@media (max-width: 1680px){
.cb-slideshow, .cb-slideshow:after {
    left: auto !important;
    z-index: 0;
    max-width: 1440px;
    max-height: 900px;
    overflow: hidden;
}
body.ow.oxygen.base_sign_in .ow_header,
body.ow.oxygen.base_sign_in .ow_header_pic {
    height: 900px;
}
}
@media (max-width: 1440px){
.ow_page_container {
    max-width: 1420px;
}
.cb-slideshow, .cb-slideshow:after {
    left: 0 !important;
}
.ow.base_sign_in .ow_sign_in_wrap {
    right: 30px;
}
.header_container {
    width: 52%;
    margin: 88px 35px 35px 2vw;
}
body.ow.oxygen.base_sign_in .ow_header,.ow_header {
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
.ow_header, .ow_header_pic {
    height: 383px;
}
body.ow.oxygen.base_sign_in .ow_header,
body.ow.oxygen.base_sign_in .ow_header_pic {
    height: 900px;
}
.ow_video_player iframe {
    height: 466px;
}
}
@media (max-width: 1366px){
.ow_header, .ow_header_pic {
    height: 364px;
}
body.ow.oxygen.base_sign_in .ow_header,
body.ow.oxygen.base_sign_in .ow_header_pic {
    height: 854px;
}
.ow_page_container {
    max-width: 1320px;
}
span.ow_ws_video iframe {
    height: 396px;
}
.ow_video_player iframe {
    height: 423px;
}
}
@media (max-width: 1280px){
.ow_header, .ow_header_pic {
    height: 341px;
}
body.ow.oxygen.base_sign_in .ow_header,
body.ow.oxygen.base_sign_in .ow_header_pic {
    height: 800px;
}
.ow_page_container {
    max-width: 1250px;
}
span.ow_ws_video iframe {
    height: 368px;
}
.ow_video_player iframe {
    height: 394px;
}
}
@media (max-width: 1024px){
.ow_header, .ow_header_pic {
    height: 273px;
}
.ow_header_pic .slide {
    width: 1600px;
    height: 426px;
}
body.ow.oxygen.base_sign_in .ow_header,
body.ow.oxygen.base_sign_in .ow_header_pic {
    height: 768px;
}
body.ow.oxygen.base_sign_in .ow_header_pic .slide {
    width: 1600px;
    height: 1000px;
}
.ow_page_container {
    max-width: 1004px;
}
.ow_logo {
    width: 215px;
}
.ow_group_list .ow_superwide .ow_ipc,
.ow_event_list .ow_superwide .ow_ipc {
    width: 47%;
}
.ow_group_list .ow_superwide .ow_ipc .ow_ipc_picture,
.ow_event_list .ow_superwide .ow_ipc .ow_ipc_picture {
    width: 90px;
    border-radius: 50%;
}
.ow_group_list .ow_superwide .ow_ipc .ow_ipc_picture img,
.ow_event_list .ow_superwide .ow_ipc .ow_ipc_picture img {
    width: 74px;
    height: 74px;
    border-radius: 50%;
}
.ow_video_list .ow_video_list_item.ow_small {
    margin: 4px;
}
.ow_other_video_thumb.ow_left {
    float: none;
    margin: 0 auto;
}
.ow_other_video_item_title {
    margin-left: 0px;
    padding-top: 6px;
    padding-left: 0;
    padding-bottom: 10px;
    text-align: center;
    text-overflow: ellipsis;
}
.ow_avatar_console #avatar_console_image {
    width: 167px;
    height: 167px !important;
}
.ow_header_pic a h1 {
    margin-top: 70px;
}
.ow_header_pic a h1, .ow_header_pic a h2 {
    margin-left: -150px;
}
.ow_user_list.ow_full .ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_picture {
    margin-right: 0px;
}
.ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_data {
    padding-right: 24px;
}
.header_container {
    width: 480px;
	margin-top: 88px;
	padding: 26px 40px;
}
.header_container h1 {
    padding: 20px 0;
	font-size: 25px;
}
.header_container ul li {
    padding: 10px 0 11px 26px;
    font-size: 17px;
}
.cb-slideshow li div h3 {
	font-size: 40px !important;
	line-height: 80px !important;
}
#fhlogo {
    left: 20px !important;
}
#definition {
    left: 25px !important;
}
#markets {
    left: 40px !important;
}
#phone {
    right: 20px !important;
}
#safer,#easer,#everywhere {
    left: 20px !important;
}
#secure {
    right: 30px !important;
}
span.ow_ws_video iframe {
    height: 264px;
}
.ow_video_player iframe {
    height: 290px;
}
}
@media (max-width: 980px){
.ow_header, .ow_header_pic {
    height: 261px;
}
.header_container {
    width: 430px;
}
.ow_page_container {
    max-width: 960px;
}
.ow_avatar_console #avatar_console_image {
    width: 152px;
    height: 152px !important;
}
.ow_video_list .ow_video_list_item.ow_small {
    margin: 4px;
    padding: 6px;
}
.ow_header_pic a h1 {
    padding: 10px;
    margin-top: 70px;
}
.ow_header_pic a h2 {
    padding: 10px;
}
.ow_user_list.ow_full .ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_picture {
    margin-right: 0px;
    width: 60px;
    padding: 6px 4px;
}
.ow_user_list.ow_full .ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_picture .ow_avatar, .ow_user_list.ow_full .ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_picture .ow_avatar a img {
    width: 50px;
    height: 50px;
}
.ow_user_list_item.clearfix.ow_item_set3 {
    padding: 3px 6px;
}
.ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_data {
    min-height: 54px;
	padding: 4px 4px 4px;
    padding-right: 4px;
}
body.ow.oxygen.base_user_join .ow_canvas {
    width: 50%;
}
.ow_footer,body.base_sign_in .ow_footer {
    height: 190px;
}
#header {
    background-position: left top;
	background-size: contain;
}
#fhlogo {
    width: 80vw;
}
#definition p {
    color: #167896;
    text-shadow: none;
}
span.ow_ws_video iframe {
    height: 236px;
}
.ow_video_player iframe {
    height: 271px;
}
}
@media (max-width: 900px){
.ow_header, .ow_header_pic {
    height: 240px;
}
.ow_header_pic .slide {
    width: 1400px;
    height: 373px;
}
.header_container {
    width: 420px;
    padding: 26px 20px;
}
body.ow.oxygen.base_sign_in .ow_header_pic .slide {
    width: 1400px;
    height: 875px;
}
.ow_header_pic a h1, .ow_header_pic a h2 {
    margin-left: -60px;
}
.ow_page_container {
    max-width: 880px;
}
.ow_avatar_console #avatar_console_image {
    width: 134px;
    height: 134px !important;
}
.ow_group_list .ow_superwide .ow_ipc, .ow_event_list .ow_superwide .ow_ipc {
    width: 46%;
}
.ow_group_list .ow_superwide .ow_ipc .ow_ipc_picture, .ow_event_list .ow_superwide .ow_ipc .ow_ipc_picture {
    width: 80px;
    border-radius: 50%;
}
.ow_group_list .ow_superwide .ow_ipc .ow_ipc_picture img, .ow_event_list .ow_superwide .ow_ipc .ow_ipc_picture img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}
div#photo-list-search {
    width: 100%;
}
.ow_searchbar {
    margin-top: 8px;
}
.ow_video_list .ow_video_list_item.ow_small {
    min-height: auto;
}
.ow.base_sign_in .ow_sign_in_wrap {
    width: 380px;
}
.cb-slideshow li div {
    bottom: 50px;
}
.cb-slideshow li div h3 {
    font-size: 35px !important;
    line-height: 70px !important;
}
span.ow_ws_video iframe {
    height: 202px;
}
.ow_video_player iframe {
    height: 238px;
}
}
@media (max-width: 860px){
.ow_header, .ow_header_pic {
    height: 213px;
}
.ow_page_container {
    max-width: -webkit-fill-available;
}
.ow_avatar_console #avatar_console_image {
    width: 112px;
    height: 112px !important;
}
.ow_header_pic a h1 {
    font-size: 24px;
    padding: 5px;
}
.ow_header_pic a h2 {
    font-size: 20px;
    line-height: 1;
    padding: 10px;
}
.ow_header_pic a h1, .ow_header_pic a h2 {
    margin-left: -160px;
}
.ow.base_sign_in .ow_sign_in_wrap {
    width: 350px;
    right: 0;
}
.header_container {
    margin-left: 5px;
    width: 410px;
	padding: 17px 20px;
}
#fhlogo {
    left: 10px !important;
}
body.ow.oxygen.base_user_join .ow_canvas {
    width: 55%;
}
span.ow_ws_video iframe {
    height: 188px;
}
.ow_video_player iframe {
    height: 206px;
}
}
@media (max-width: 773px){
.ow_header, .ow_header_pic {
    height: 204px;
}
.ow_header_pic .slide {
    width: 1280px;
    height: 299px;
    background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}
body.ow.oxygen.base_index_page .ow_header .ow_box,
body.ow.oxygen.base_user_dashboard .ow_header .ow_box {
    display: none;
}
.ow_page_container {
    margin: 0px 0px 0px 0px;
	max-width: 770px;
}
.ow_page_container .ow_page {
    margin: 0 auto !important;
    padding: 16px 10px 10px;
}
.ow_content {
    float: none;
    margin-bottom: 4%;
}
body.ow.oxygen.base_index_page .ow_sidebar, .ow_sidebar {
    float: none;
    margin: 0 auto;
    width: 100%;
}
a.ow_logo.ow_left {
    width: 200px;
    background-position: left center;
}
.ow_console_right {
    padding-left: 0;
}
.ow_console .ow_avatar{
	height: 32px !important;
    width: 32px !important;
	padding: 1px;
}
.ow_console .ow_avatar img {
    height: 32px !important;
    width: 32px !important;
}
.ow_console_ntf_cont, .ow_console_invt_cont {
    margin-left: 48px;
}
body .ow_newsfeed_item_content {
    width: 95% !important;
    max-width: 100% !important;
}

.ow_user_list.ow_full .ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_picture {
    width: 65px;
}
.ow_user_list.ow_full .ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_picture .ow_avatar, .ow_user_list.ow_full .ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_picture .ow_avatar a img {
    width: 60px;
    height: 60px;
}
.ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_data {
    height: 63px;
    padding: 8px 80px 4px;
    padding-right: 24px;
}
.ow_group_list .ow_superwide .ow_ipc, .ow_event_list .ow_superwide .ow_ipc {
    width: 46%;
}
.ow_dnd_widget.index-EVENT_CMP_UpcomingEvents .ow_ipc_picture img {
    width: 50px;
    height: 50px;
}
.ow_forum_topic_posts .ow_ipc:first-child .ow_ipc_picture {
    width: 65px;
}
.ow_forum_topic_posts .ow_ipc:first-child .ow_ipc_picture .ow_avatar {
    width: 60px;
    height: 60px;
}
.ow_forum_topic_posts .ow_ipc_info {
    margin-left: 75px;
	padding-top: 6px;
}
body.htmlarea_styles blockquote.ow_quote, blockquote.ow_quote {
    margin: 10px 0 10px 0px;
}
body.base_sign_in > .ow_page_wrap {
    padding-top: 0;
    min-height: 100%;
}
.ow.base_sign_in .ow_sign_in_wrap {
    width: 320px;
	padding-top: 60px;
	right: 0;
}
.header_container {
    margin-left: 7px;
    margin-top: 69px;
    width: 400px;
    padding: 24px 22px;
}
.header_container h1 {
    padding: 22px 0;
    font-size: 22px;
}
.header_container ul li {
    padding: 10px 0 11px 26px;
    font-size: 16px;
	letter-spacing: 0px;
}
.ow.base_sign_in form .ow_sign_up {
    display: none;
}
.ow_header_pic a h1, .ow_header_pic a h2 {
    margin-left: -8%;
}
.ow_header_pic a h1 {
    margin-top: 80px;
}
.ow_header_pic a h2 {
    padding: 5px;
}
.ow_menu_wrap {
    display: none;
}
.actions li a {
    background-color: #F8FCFC;
}
.ow_footer .ow_canvas .ow_page {
    padding: 0;
    margin: 0 5px 0px 0px;
}
.ow_lp_photos .ow_lp_wrapper:first-child {
    width: 50px;
    height: 50px;
    margin-bottom: 2px;
}
.ow_lp_photos .ow_lp_wrapper:first-child .ow_photo_item_widget {
    width: 50px !important;
    height: 50px !important;
}
#definition,#safer {
    width: 460px;
}
#markets {
    left: 25px !important;
}
#bgnd {
    width: 600px;
}
div#conent {
    height: 1300px;
}
div#easer {
    top: 70%;
}
div#everywhere {
    top: 82%;
}
div#free {
    top: 61%;
}
.section.join {
    padding-top: 5%;
}
.ow_footer_menu,.ow_footer .ow_copyright {
    font-size: 13px;
}
a.ow_logo.ow_center {
    width: 90%;
    padding: 0;
}
span.ow_ws_video iframe {
    height: 50vw;
}
.ow_video_player iframe {
    height: 53.4vw;
}
}
@media (max-width: 736px){
.ow_header, .ow_header_pic {
    height: 196px;
}
.ow.base_sign_in .ow_sign_in_wrap {
    width: 310px;
}
.ow.base_sign_in .ow_sign_in_wrap.ow_sign_in_wrap form {
    padding: 30px 20px 30px 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.header_container {
    margin-left: 7px;
    padding: 10px 10px;
}
.header_container h1 {
    padding: 22px 0;
    font-size: 18px;
	opacity: 1;
}
#definition {
    position: absolute;
    top: 310px;
    left: 65px;
    width: 420px;
    height: 80px;
    overflow: hidden;
}
#markets,#safer, #easer, #everywhere {
    left: 10px !important;
}
#phone {
    right: 0px !important;
}
#secure {
    right: 10px !important;
}
#bgnd {
    width: 550px;
}
body.ow.oxygen.base_user_join .ow_canvas {
    width: 60%;
}
span.ow_ws_video iframe {
    height: 49vw;
}
.ow_video_player iframe {
    height: 53.3vw;
}
}
@media (max-width: 732px){
.ow_header, .ow_header_pic {
    height: 195px;
}
.ow_invitation_list .ow_tooltip.console_tooltip.ow_tooltip_top_right,
.ow_friend_request_list .ow_tooltip.console_tooltip.ow_tooltip_top_right,
.ow_mailbox_items_list .ow_tooltip.console_tooltip.ow_tooltip_top_right,
.ow_notification_list .ow_tooltip.console_tooltip.ow_tooltip_top_right {
	top: 87px !important;
    right: -70px;
    width: 100%;
    position: fixed;
}
.ow_invitation_list .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail,
.ow_friend_request_list .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail,
.ow_mailbox_items_list .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail,
.ow_notification_list .ow_tooltip.console_tooltip.ow_tooltip_top_right .ow_tooltip_tail {
    display: none;
}
}
@media (max-width: 667px){
.ow_header, .ow_header_pic {
    height: 178px;
}
.ow_header_pic a h2 {
    font-size: 18px;
}
.ow_header_pic .slide {
    width: 1200px;
    height: 270px;
}
.header_container {
    display: none;
}
body > .ow_page_wrap {
    padding-top: 87px;
}
.ow_menu_fullpage {
    top: 87px;
}
a.ow_logo.ow_left {
    width: 80%;
    height: 50px;
    background-position: center center;
    float: none;
	max-width:535px;
}
.ow_menu_active .ow_nav_btn,.ow_nav_btn {
    width: 50px;
    height: 50px;
    background-position: -5px -124px;
}
.ow_menu_active .ow_nav_btn:hover {
    background-position: -5px 0px;
}
.ow_console_right {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #18a1af;
	height: 40px;
}
.ow_console_body {
    padding: 4px 2px 2px 2px;
}
html body div .ow_page h1 {
    margin-bottom: 15px;
}
.ow_user_list .ow_item_set3 {
    width: 100%;
    word-wrap: break-word;
}
.ow_forum_topic_posts .ow_ipc_info {
    padding: 10px 10px 10px 10px;
}
body.ow.oxygen.base_user_join .ow_canvas {
    width: 99%;
    margin-right: -2px;
}
.ow.base_sign_in a.ow_logo.ow_left {
    height: 50px;
    background-position: left center;
    float: left;
}
.ow.base_sign_in .ow_sign_in_wrap {
    width: 100%;
}
body.ow.oxygen.base_sign_in .ow_menu_fullpage {
    top: 0;
}
body.ow.oxygen.base_sign_in.ow_menu_active .ow_menu_fullpage {
    padding-top: 60px;
    margin-top: 0px;
}
.ow_menu_fullpage_wrap ul.ow_main_menu {
    /* overflow: hidden; */
}
.pace .pace-progress {
  background: #1eafbe;
}
#conent {
    height: 1800px !important;
}
#fhlogo {
    width: 94vw;
    padding-left: 10px;
    text-align: center;
    background-position: 0;
}
#fhlogo h1 {
    display: inline-block;
    color: #167896;
    text-shadow: none;
    text-align: center;
    margin-left: auto;
    margin-top: 14vw;
}
#definition {
    left: auto !important;
    margin: 0 auto;
    width: 95% !important;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
#markets {
    left: 30px !important;
    width: 90% !important;
    margin: 0 auto;
}
#phone {
	top: 500px !important;
    width: 100% !important;
    right: auto !important;
    margin: 0 auto;
    background-position: center center !important;
}
#bgnd {
    width: 100% !important;
}
#safer, #easer, #everywhere, #free, #secure,
#safer h1 , #easer h1 , #everywhere h1 , #free h1 , #secure h1 {
    left: auto !important;
	right: auto !important;
    margin: 0 auto;
    width: 100% !important;
    text-align: center !important;
}
#safer {
    top: 1100px !important;
}
#safer h1 {
    background-position: center 0 !important;
}
#easer {
    top: 1235px !important;
}
#easer h1 {
    background-position: center -98px !important;
}
#everywhere {
    top: 1375px !important;
}
#everywhere h1 {
    background-position: center -190px !important;
}
#free {
    top: 1250px !important;
}
#free h1 {
    background-position: center -295px !important;
}
#secure {
    top: 1510px !important;
}
#secure h1 {
    background-position: center -390px !important;
}
div#bglogo {
    top: 85px;
}
.ow_cavatar {
    margin-top: 9px;
}
.ow_video_player iframe {
    height: 53vw;
}

    /*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;
		width: 99% !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: 100%;
    	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 {
    	text-align: center;
    }
    body .ow_photo_preview_x,
    body .ow_photo_preview_rotate {
    	display: block;
    }
}
@media (max-width: 640px){
.ow_header, .ow_header_pic {
    height: 170px;
}
a.ow_logo.ow_left {
    max-width: 520px;
}
.ow_chat_dialog_wrap {
    z-index: 110;
}
.ow_sign_in_wrap {
    background-position: 130% 100%;
}
span.ow_ws_video iframe {
    height: 48vw;
}
.ow_video_player iframe {
    height: 52.6vw;
}
}
@media (max-width: 600px){
.ow_header, .ow_header_pic {
    height: 160px;
}
.ow_header_pic .slide {
    width: 1130px;
    height: 249px;
}
a.ow_logo.ow_left {
    max-width: 500px;
}
.ow_sign_in_wrap {
    background-position: 140% 100%;
}
.floatbox_container .ow_sign_in_wrap form {
    width: 300px;
}
.console_tooltip.ow_tooltip_top_right.ow_tooltip {
    right: auto;
    left: auto;
    margin-left: -50px;
}
.ow_header_pic a h1 {
    font-size: 18px;
}
.ow_header_pic a h2 {
    font-size: 15px;
}
.ow.base_sign_in .ow_sign_in_wrap form .ow_connect_text {
    line-height: 0px;
}
.ow_comments_item_info {
    margin-left: 56px;
    padding-top: 0px;
}
}
@media (max-width: 568px){
.ow_header, .ow_header_pic {
    height: 151px;
}
.ow_header_pic .slide {
    width: 1110px;
    height: 240px;
}
.header_container {
    display: block;
    width: 510px;
    margin: 10px;
    margin-top: 80px;
    padding: 20px;
}
a.ow_logo.ow_center {
    display: none !important;
}
.header_container h1 {
    padding: 2px 0 20px 0;
}
.header_container ul li {
    font-size: 16px;
}
.ow_sign_in_wrap {
    background-position: 150% 100%;
}
.floatbox_container .ow_sign_in_wrap form {
    width: 280px;
	margin: 0;
}
.ow_sign_in_wrap form .ow_form_options p.ow_remember_me,
.ow_sign_in_wrap form .ow_form_options p.ow_forgot_pass {
    font-size: 13px;
}
.ow_header_pic a h1 {
    margin-top: 70px;
}
.ow.base_sign_in .ow_sign_in_wrap {
    padding-top: 356px;
}
.ow.base_sign_in .ow_sign_in_wrap form .ow_connect_text {
    line-height: 1;
}
.section.section--hero {
    margin-top: 390px;
}
body.ow.oxygen.base_sign_in .ow_header {
    background-attachment: initial;
}
#bgnd {
    display: none !important;
}
#free {
    top: 93% !important;
}
.cb-slideshow li div h3 {
    display: none;
}
.ow_right.ow_superwide .ow_box_empty img {
    margin: 0 0 8px !important;
    width: 100%;
    float: none !important;
}
.ow_superwide .ow_box_empty.ow_stdmargin.ow_no_cap.ow_break_word p img {
    padding: 0 !important;
}
}
@media (max-width: 560px){
.ow_header, .ow_header_pic {
    height: 149px;
}
.ow_table_1, .ow_table_2, .ow_table_3 {
    width: 100% !important;
}
.ow.base_sign_in .ow_sign_in_wrap {
    padding-top: 350px;
}
.header_container {
    width: 89%;
}
div#bglogo {
    top: 84px;
    right: 0;
}
body > div.ow_footer > div > div > div:nth-child(3) a {
    float: left !important;
    margin: 5px 11px !important;
}
}
@media (max-width: 550px){
a.ow_logo.ow_left {
    width: 75%;
	max-width:445px;
}
#markets {
    left: 15px !important;
    width: 90% !important;
    margin: 0 auto;
}
.ow_cavatar span.ow_avatar_label {
    bottom: 1px;
    right: 16px;
}
}
@media (max-width: 480px){
.ow_header, .ow_header_pic {
    height: 128px;
}
.ow_header_pic .slide {
    width: 1020px;
    height: 210px;
}
body.ow.oxygen.base_sign_in .ow_header_pic .slide {
    width: 1180px;
    height: 738px;
}
.header_container {
    display: block;
    width: 87%;
    padding: 20px 20px 10px 20px;
}
.ow_sign_in_wrap {
    background-position: 80% 121%;
}
.floatbox_container .ow_sign_in_wrap form {
    width: 96%;
    margin: 0;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.62);
}
a.ow_logo.ow_left {
    max-width: 375px;
}
.ow_invitation_list .ow_tooltip.console_tooltip.ow_tooltip_top_right,
.ow_friend_request_list .ow_tooltip.console_tooltip.ow_tooltip_top_right,
.ow_mailbox_items_list .ow_tooltip.console_tooltip.ow_tooltip_top_right,
.ow_notification_list .ow_tooltip.console_tooltip.ow_tooltip_top_right {
	top: 87px !important;
    right: -10px;
}
.ow_main_menu li a:before, li.base_dashboard a:before, li.base_main_menu_index a:before, li.base_users_main_menu_item a:before, li.groups_main_menu_list a:before, li.photo_photo a:before, li.video_video a:before, li.event_main_menu_item a:before, li.blogs_main_menu_item a:before, li.forum_forum a:before, li.base_main_menu_my_profile a:before, li.base_base_join_menu_item a:before, li.indexlogin_sign_in a:before {
    margin-top: 12px;
}
.ow_menu_fullpage_wrap .ow_main_menu li a {
    text-transform: capitalize;
}
.ow_main_menu li a span {
    line-height: 40px;
    display: inline-block;
}
body .ow_comments_item .ow_comments_item_picture .ow_avatar {
    width: 45px;
    height: 45px;
    padding: 2px;
}
.ow_comments_item .ow_comments_item_picture .ow_avatar img {
    width: 40px !important;
    height: 40px !important;
}
body .ow_comments_item .ow_comments_item_info {
    margin-left: 60px;
    padding-top: 0;
}
.ow_newsfeed .ow_newsfeed_features {
    max-width: none;
    margin-left: 0px;
}
.ow_lp_photos .ow_lp_wrapper {
    width: 45px;
    height: 45px;
    padding: 0px;
}
.ow_photo_item_widget {
    width: 45px !important;
    height: 45px !important;
}
.ow_lp_label {
    margin-left: 65px;
}
.ow_dnd_widget.index-EVENT_CMP_UpcomingEvents .ow_ipc_picture img {
    width: 45px;
    height: 45px;
}
.ow_canvas .ow_newsfeed_body {
    margin-left: 0px;
}
.ow_user_list.ow_full .ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_picture .ow_avatar, .ow_user_list.ow_full .ow_user_list_item.clearfix.ow_item_set3 .ow_user_list_picture .ow_avatar a img {
    width: 60px !important;
    height: 60px !important;
}
.ow_group_list .ow_superwide .ow_ipc, .ow_event_list .ow_superwide .ow_ipc {
    width: 96%;
}
body .ow_group_brief_info .details {
    padding-left: 0px;
    margin-left: auto !important;
}
body .ow_group_brief_info .details h3.title {
    margin-left: 110px;
	min-height: 100px;
}
.ow_group_brief_info .body.ow_smallmargin {
    padding-top: 10px;
}
.ow_blogs_list .ow_superwide .ow_ipc_info {
    margin-left: auto;
}
.ow_forum_topic_posts .ow_ipc:first-child .ow_ipc_picture {
    width: 50px;
}
.ow_forum_topic_posts .ow_ipc:first-child .ow_ipc_picture .ow_avatar {
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 20em;
    padding: 8px;
}
.ow_forum_topic_posts .ow_ipc:first-child .ow_ipc_picture .ow_avatar img {
    width: 40px;
    height: 40px;
	border-radius: 20em;
}
.ow_forum_topic_posts .ow_ipc_info {
    margin-left: 0px;
    padding: 4px 10px 10px 10px;
}
body.htmlarea_styles blockquote.ow_quote, blockquote.ow_quote {
    margin: 0px 0 10px 0px;
    padding: 0px 5px;
}
iframe {
    width: 100%;
    height: auto;
}
.console_tooltip.ow_tooltip_top_right.ow_tooltip {
    right: auto;
    left: auto;
    margin-left: -40px;
}
.ow.base_sign_in .ow_sign_in_wrap {
    padding-top: 300px;
    right: auto;
    margin: 0 auto;
    width: 100%;
}
.ow_header_pic a h1,
.ow_header_pic a h2 {
    display: none;
}
.ow_newsfeed_body::before {
    border-left: 0px solid #1eafbe !important;
}
.ow.base_sign_in .ow_sign_in_wrap form span.fb_connect_wrap,
.ow.base_sign_in .ow_sign_in_wrap form span.glconnect_button_text,
.ow.base_sign_in .ow_sign_in_wrap form .vkconnect-label .vkconnect-right-border {
    margin-left: 0px !important;
    border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
}
.ow_lp_photos .ow_lp_wrapper:first-child {
    width: 45px;
    height: 45px;
    margin-bottom: 2px;
}
.ow_lp_photos .ow_lp_wrapper:first-child .ow_photo_item_widget {
    width: 45px !important;
    height: 45px !important;
}
#fhlogo {
    top: 44px;
    padding-top: 80px;
    background-size: 150px;
    background-position: center;
}
#fhlogo h1,#definition p {
    font-size: 17px !important;
    line-height: 19px !important;
}
#appstore,#googleplay {
    background-size: 190px !important;
}
#googleplay {
    width: 185px;
}
.header_container h1 {
    padding: 2px 0 10px 0;
}
.header_container ul li {
    font-size: 14px;
}
span.ow_ws_video iframe {
    height: 50vw;
}
.ow_video_player iframe {
    height: 51.7vw;
}
}
@media (max-width: 435px){
body.ow.oxygen.base_user_join .ow_table_1 td,body.ow.oxygen.base_user_join .ow_table_2 td {
    padding: 6px;
}
.vkconnect-connect {
    margin-top: 4px;
}
a.ow_logo.ow_left {
    max-width: 330px;
}
.ow_header_pic .slide {
    width: 990px;
    height: 200px;
}
.header_container {
    width: 86%;
}
#safer, #easer, #everywhere, #free, #secure, #safer h1, #easer h1, #everywhere h1, #free h1, #secure h1 {
    width: 99% !important;
}
#appstore,#googleplay {
    background-size: 180px !important;
}
.ow_video_player iframe {
    height: 51vw;
}
}
@media (max-width: 425px){
.ow_header, .ow_header_pic {
    height: 113px;
}
body, html {
    min-width: auto;
}
a.ow_logo.ow_left {
    max-width: 320px;
}
body.ow.oxygen.base_user_join .ow_table_1 td, body.ow.oxygen.base_user_join .ow_table_2 td {
    padding: 5px;
}
.ow.base_sign_in .ow_sign_in_wrap {
    padding-top: 265px;
}
.header_container {
    padding: 10px 20px 10px 20px;
}
.header_container h1 {
    font-size: 19px;
}
.header_container ul {
    padding-top: 5px;
}
.header_container ul li {
    padding: 5px 0 5px 20px;
    font-size: 13px;
    background-position: left 5px;
}
}
@media (max-width: 420px){
.ow_header, .ow_header_pic {
    height: 112px;
}
body.ow.oxygen.base_user_join .ow_table_1 td,
body.ow.oxygen.base_user_join .ow_table_2 td {
    padding: 4px;
}
a.ow_logo.ow_left {
    max-width: 315px;
}
.ow.base_sign_in .ow_sign_in_wrap {
    padding-top: 290px;
}
}
@media (max-width: 414px){
.ow_header, .ow_header_pic {
    height: 110px;
}
body.ow.oxygen.base_user_join .ow_table_1 td, body.ow.oxygen.base_user_join .ow_table_2 td {
    padding: 4px;
    font-size: 13px;
}
a.ow_logo.ow_left {
    max-width: 305px;
}
.ow.base_sign_in .ow_sign_in_wrap {
    padding-top: 268px;
}
#safer p, #easer p, #everywhere p, #free p, #secure p {
    font-size: 15px;
}
}
@media (max-width: 412px){
.ow_header, .ow_header_pic {
    height: 110px;
}
body.ow.oxygen.base_user_join select  {
    font-size: 12px;
    max-width: 100px;
}
a.ow_logo.ow_left {
    width: 70%;
	max-width: 250px;
}
}
@media (max-width: 380px){
.ow_header, .ow_header_pic {
    height: 101px;
}
.ow_header_pic .slide {
    width: 920px;
    height: 178px;
}
body.ow.oxygen.base_sign_in .ow_header_pic .slide {
    width: 1120px;
    height: 700px;
}
a.ow_logo.ow_left {
    width: 70%;
    max-width: 275px;
}
.header_container {
    width: 89.5%;
    padding: 10px;
}
.header_container h1 {
    padding: 2px 0 10px 0;
    font-size: 16px;
}
.header_container ul li {
    padding: 6px 0 6px 26px;
    font-size: 13px;
}
body.ow.oxygen.base_user_join .ow_table_1 td, body.ow.oxygen.base_user_join .ow_table_2 td {
    padding: 4px;
    font-size: 13px;
    max-width: 100px;
}
.ow.base_sign_in .ow_sign_in_wrap {
    padding-top: 280px;
}
#fhlogo {
    top: 106px;
    background-size: 150px;
    padding-top: 20px;
    background-position: center;
    padding-left: 0;
    height: 60px;
}
#appstore, #googleplay {
    background-size: 150px !important;
}
#googleplay {
    width: 150px;
}
.cb-slideshow li div h3 {
    font-size: 21px !important;
    line-height: 40px !important;
}
table.ow_form td.ow_desc {
    display: none;
}
span.ow_ws_video iframe {
    height: 49vw;
}
.ow_video_player iframe {
    height: 50vw;
}
}
@media (max-width: 375px){
.ow_header, .ow_header_pic {
    height: 100px;
}
a.ow_logo.ow_left {
    width: 70%;
    max-width: 270px;
}
.ow_console_list_wrapper {
    width: 280px;
    overflow-y: auto;
    word-wrap: break-word;
}
}
@media (max-width: 360px){
.ow_header, .ow_header_pic {
    height: 96px;
}
.ow_header_pic .slide {
    width: 920px;
    height: 170px;
}
body.ow.oxygen.base_sign_in .ow_header_pic .slide {
    width: 1090px;
    height: 681px;
}
.header_container ul {
    padding-top: 8px;
}
a.ow_logo.ow_left {
    width: 70%;
    max-width: 250px;
}
.ow_sign_in_wrap {
    background-position: center bottom;
}
.ow_group_list .ow_superwide .ow_ipc, .ow_event_list .ow_superwide .ow_ipc {
    width: 96%;
}
table.ow_form td.ow_value input {
    max-width: 218px;
}
.ow_forum tr.ow_tr_first th {
    font-size: 15px;
}
table.ow_table_1.ow_forum_topic {
    width: 320px;
    font-size: 16px;
    font-weight: normal;
}
th.ow_title,th.ow_posts,th.ow_views,th.ow_author {
    font-size: 15px;
}
.ow_forum_topic .ow_icon {
    line-height: 14px;
    text-align: center;
    width: auto;
    max-width: 55px;
    padding: 4px;
    padding-left: 0;
    font-size: 12px;
}
.ow_forum_topic .ow_icon span {
    font-size: 11px;
}
.ow_forum_topic td.ow_title {
    width: 100px;
	max-width: 100px;
    padding: 4px;
    word-wrap: break-word;
    word-break: break-word;
}
.ow_forum_topic .ow_posts,.ow_forum_topic .ow_views {
    text-align: center;
    width: auto;
    padding: 4px;
    max-width: 45px;
}
.ow_forum_topic .ow_author {
    width: 100px;
    max-width: 100px;
    padding: 4px;
    word-wrap: break-word;
    word-break: break-word;
    font-size: 13px;
}
.ow_forum_topic .ow_author span.ow_nowrap.ow_remark {
    word-wrap: break-word;
    word-break: break-word;
    white-space: inherit;
}
.ow_table_1, .ow_table_2, .ow_table_3 {
    /* font-size: 11px; */
}
.ow.base_sign_in .ow_sign_in_wrap {
    padding-top: 50px;
}
.ow.base_sign_in .ow_sign_in_wrap {
    padding-top: 260px;
}
#googleplay {
    width: 120px;
}
}
@media (max-width: 359px){
.ow_header, .ow_header_pic {
    height: 85px;
}
.ow_header_pic .slide {
    width: 860px;
    height: 160px;
}
body.ow.oxygen.base_sign_in .ow_header_pic .slide {
    width: 1075px;
    height: 672px;
}
.header_container {
    width: 88%;
}
.header_container h1 {
    padding: 0px 0 10px 0;
    font-size: 13px;
}
.header_container ul {
    padding-top: 0px;
}
.header_container ul li {
    padding: 6px 0 4px 26px;
    font-size: 11px;
}
a.ow_logo.ow_left {
    width: 200px;
}
.ow_console_item.ow_console_button {
    margin: 0 2px 0 2px;
}
.ow_invitation_list .ow_tooltip.console_tooltip.ow_tooltip_top_right, .ow_friend_request_list .ow_tooltip.console_tooltip.ow_tooltip_top_right, .ow_mailbox_items_list .ow_tooltip.console_tooltip.ow_tooltip_top_right, .ow_notification_list .ow_tooltip.console_tooltip.ow_tooltip_top_right {
    right: 0px;
}
.jspContainer {
    width: 318px !important;
}
html div.ow_console_list_wrapper, .jspPane {
    width: 310px !important;
}
.ow_newsfeed_content.ow_smallmargin {
    padding-top: 0;
}
.ow_newsfeed_oembed_atch {
    padding-left: 0px !important;
}
.ow_newsfeed_oembed_atch .ow_newsfeed_item_picture {
    margin-left: auto !important;
    margin-bottom: 8px;
}
.ow_newsfeed_large_image .ow_newsfeed_item_picture {
    max-width: 225px;
}
.ow_box_menu a span {
    font-size: 13px;
}
.ow_table_1 td, .ow_table_2 td {
    padding: 4px;
}
.ow_forum, .ow_forum tr.ow_tr_first th,.ow_forum .ow_small,.ow_reply_info span {
    font-size: 11px;
}
table.ow_table_1.ow_forum_topic {
    width: 282px;
}
.ow_automargin.clearfix {
    width: 100% !important;
}
.ow_header_pic a h1 {
    font-size: 16px;
}
.ow_header_pic a h2 {
    font-size: 11px;
}

.ow.base_sign_in .ow_sign_in_wrap {
    padding-top: 260px;
}
#conent {
    height: 1600px !important;
}
#header {
    height: 275px;
}
#fhlogo {
    background-size: 115px;
    top: 30px;
    padding-top: 100px;
}
#fhlogo h1 {
    margin-top: 0vw;
}
#definition {
    top: 200px;
}
#fhlogo h1, #definition p {
    font-size: 12px !important;
    line-height: 15px !important;
}
#markets {
    top: 240px;
}
#appstore, #googleplay {
    background-size: 120px !important;
}
#googleplay {
    width: 120px;
}
#phone {
    top: 325px !important;
}
#safer {
    top: 925px !important;
}
#safer h1 {
    background-position: 30px 0 !important;
}
#easer {
    top: 1080px !important;
}
#easer h1 {
    background-position: 30px -98px !important;
}
#everywhere {
    top: 1210px !important;
}
#everywhere h1 {
    background-position: 0 -190px !important;
}
#free {
    top: 94% !important;
}
#free h1 {
    background-position: 30px -295px !important;
}
#secure {
    top: 1340px !important;
}
#secure h1 {
    background-position: 30px -390px !important;
}
span.ow_ws_video iframe {
    height: 48vw;
}
}
.ow_plugin_meet #codemonsterSlide {
    position: relative;
    background: #fff;
    width: 95%;
    height: 100%;
    max-width: 400px;
    margin: 0px auto;
    border-radius: 10px;
}
.ow_plugin_meet #codemonsterSlide li {
    padding: 0px 0px 10px 0px !important;
    background: #fff !important;
	box-shadow: none !important;
    border-radius: 10px;
}
