/********************************************************************************
  *
  *     Description:     Oxsoft Sweet Date Theme Base CSS File
  *     Version:         3.0.5
  *     Copyright:       Sprintally Solutions
        Author           Edward Azahar (funaua@yahoo.com)
  *
  *     -- FILE STRUCTURE: --
  *
  *     [ 1] CSS Defaults Reset          __reset
  *     [ 2] Base Elements               __base
  *     [ 3] Masterpage & Page Layout    __layout
  *     [ 4] Forms                       __forms
  *     [ 5] Common Blocks               __blocks
  *     [ 6] Standard Listings           __listings
  *     [ 7] Tables                      __tables
  *     [ 8] Messages & Notifications    __messages
  *     [ 9] Thumbnails & Icons          __icons
  *     [10] Menus                       __menus
  *     [11] Pagination                  __pagination
  *     [12] Typography                  __typography
  *     [13] Misc                        __misc
  *     [14] Clearfix                    __clearfix
  *     [15] Plugin Styles               __plugins
  *
  *
 ********************************************************************************/
/*========================================================
        [1] CSS Defaults Reset      __reset
  ========================================================*/
  
  
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body{
    line-height: 1; /* TODO delete */
}
ol, ul{
    list-style: none; /* TODO delete */
}
blockquote, q{
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
    content: '';
    content: none;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
/* remember to define focus styles! */
:focus{
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins{
    text-decoration: none;
}
del{
    text-decoration: line-through;
}
/*========================================================
        [2] Base Elements       __base
  ========================================================*/
body {
    background-image: url('images/zwartevilt.png'); /** OW_Control type:image, key:backgroundImage, section: 1. General Settings, label: Page background image **/
    background-repeat: repeat;    
    background-color: #191c20; 
    width:100%;   
}

body, html {
    font-family: "Tahoma","Lucida Grande", "Verdana";/** OW_Control type:font, section:1. General Settings, key:commonFontFamily, label:Font  **/

    color: #ccc; /** OW_Control type:color, section:2. Colors, key:textColor, label: Text Color **/
    font-size: 13px;/** OW_Control type:text, section:1. General Settings, key:commonFontSize, label:Font size **/

    line-height: 18px;
    height: 100%;
}

a:focus {
    color: #357ae8;/** OW_Control type:color, key:FocusColor, section:2. Colors, label: - Focus Color **/

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

a:hover{
    text-decoration: underline;
}

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

p{
    text-indent: 0;
    margin-bottom: 4px;
}
h1, h2, h3, h4, h5{
    color: #FFA7A7; /** OW_Control type: color, key: titleColor, label: - Titles, section: 2. Colors **/
    margin: 0;
    padding: 0;
    font-weight: bold;

}

h1{
    font-size: 20px;
    line-height: 19px;
    padding-left: 0px;
    color: #B7435F; /** OW_Control type: color, key: titleColor, label: Title Color, section: 2. Colors **/
    text-transform: uppercase;
    margin-left: 0px;
    background-repeat: no-repeat;
    font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
margin-top: 5px;
}

html body div .ow_page h1 {
padding-left: 30px;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
background-repeat: no-repeat;
background-position: left -1px;
}
.maintenance_cont h1 {
    padding-left: 23px;
    background-position: left center; 
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 14px;
}
h4 {
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: none;
}
table {
    border: none;
}
img {
    border: 0;
    vertical-align: middle;
}
th, td {
    padding: 2px 5px;
    vertical-align: top;
}
th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 10px;
    vertical-align: middle;
}
th {
    background: rgba(23,20,21,0.6) url(images/bar1.png) repeat!important;
}
hr {
    background-color: #b91c3b;
    border: none;
    height: 1px;
    margin: 5px 5px 15px 5px;
}

/*========================================================
        [3] Masterpage & Page Layout        __layout
  ========================================================*/
/* ---- Page Layout styles ---- */
/*Opera Fix*/
    body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;
}
.ow_bg_color{
 background-color: #555555;/** OW_Control type:color, key:BgColor, section:2. Colors, label: - Bg Color **/

}

.ow_page_wrap { 
  

background-repeat: repeat-x;
background-position: center 60px ;
position:relative;


}
body > .ow_page_wrap {
    min-height: 100%;
	
}
.ow_page_padding {
    /*padding-bottom: 99px;*/
} 
.ow_canvas {
    margin: 0px auto;
    word-wrap: break-word;
}
.ow_page {
    margin: 0 0px 0px auto;
    padding: 0 18px;
}
.ow_page_container {
    margin: 0px auto 16px;    
    padding-top:20px;
}
.ow_page_container .ow_page {
    padding: 20px;
    min-height: 400px;
    color: #ccc;/** OW_Control type:color, section:2. Colors, key:textColor, label: - Text **/
    background: url('images/zwartevilt.png'); /** OW_Control type:image, key:pagecontainerbackgroundImage, section: 1. General Settings, label: Page cont. background image **/
    padding-left: 2px;
    padding-right: 2px;
}
.ow_content {
    float: left;
    width: 100%;
}
.ow_content_wrap {
    margin-right: 240px;    
}
.ow_content a {
text-decoration:none;
color: #B7435F; /** OW_Control type:color, key:linkColor, section:2. Colors, label: - Links **/
}

 

.ow_sidebar {
  margin-right: -240px;
  float: right;
  width: 227px;
}
.ow_footer {
color: #217993;/** OW_Control type:color, key:FooterTextColor, section:2. Colors, label: - Footer Text Color **/
height: 100px;
clear: both;
margin: 0px auto;
}
.ow_footer , footer { 
background-repeat: repeat;
background-position: top left;
background:#2f3335 url(images/black_pattern.gif) repeat!important;/** OW_Control type:color, key:FooterBgColor, section:2. Colors, label: - Footer Bg Color **/
border-top: 5px solid rgba(255,0,96,0.48);
}
.ow_footer .ow_copyright {
font-size: 13px;
text-align: center;
color:#fbfbfb;
}
h1.page_title{
    background: url(images/ic_file.png) no-repeat left 50%;
    margin-bottom: 20px;
    padding-left: 22px;
}
.ow_column {
    width: 49%;
    overflow: hidden;    
}
.ow_narrow {
    width: 39%;
}
.ow_wide {
    width: 60.7%;
}
.ow_superwide {
    width: 75%;
}
.ow_supernarrow {
    width: 23%;
    font-size: 11px;
    margin-right: 9px !important;
}
.ow_left {
    float: left;
}
td.ow_left {
    float: none;
}
.ow_right {
    float: right;
}
.ow_center {
    text-align: center;
}
.ow_vertical_middle {
    vertical-align: middle;
}
.ow_txtleft,
table td.ow_txtleft {
    text-align: left;
}
.ow_txtcenter {
    text-align: center;
}
.ow_txtright {
    text-align: right;
}
html body .ow_hidden{
    display: none;
}
.ow_visible {
    display: block;
}
.ow_nocontent {
    padding: 20px 0px;
    text-align: center;
color: #B7435F;
}
table.ow_nomargin,
div.ow_nomargin {
    margin-bottom:0px;
}
.ow_nowrap {
    white-space: nowrap;
}
ul.ow_regular {
    margin-bottom: 12px;
}
ul.ow_regular li {
    line-height: 17px;
    margin: 0 0 3px 0px;
    padding: 0px 0px 0px 16px;
    background-repeat: no-repeat;
    background-image: url(images/miniic_li.png);
    background-position: left 5px;
}
.ow_preloader{
    background: url(images/ajax_preloader_button.gif) no-repeat center center;
}
.ow_preloader_content{
    background: url(images/ajax_preloader_content.gif) no-repeat center center;
}
.ow_page_layout_scheme {
    width: 580px;
}
.ow_page_layout_scheme a {
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #FFFFFF;
    display: block;
    float: left;
    height: 103px;
    margin: 2px;
    padding: 5px;
    width: 100px;
}
.ow_page_layout_scheme a.active,
.ow_page_layout_scheme a:hover {
    background-color: #CCFFCC;
    border: 1px solid #CCCCCC;
}
.ow_item_set2{ width: 49%; }
.ow_item_set3{ width: 33%; }
.ow_item_set4{ width: 25%; }
.ow_item_set5{ width: 20%; }
/* ---- End of Page Layout styles ---- */
/* ---- Header styles ---- */
.ow_header {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px;

}
.ow_top {
    position: relative;
    height: auto;
    min-height: 105px;
    padding-top: 50px;
}

.ow_logo_wrap a {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    line-height: 24px;
position:relative;
z-index:99;

}
.ow_logo_wrap a:hover {
    text-decoration: none;
}
.ow_logo_img {
background-image: url(images/logo.png); /** OW_Control type:image, key:logoImage, section:1. General Settings, label: Logo image, description: Upload your own logo image **/
background-repeat: no-repeat;
background-position:left center;
display: block;
width: 250px;
height: 70px;
left:15px;
top:0px;
}
.ow_header .ow_search{
    float: right;
    padding: 5px;
}
.ow_header_img {
    width: 100%;

}
.ow_header_pic .ow_header_img {
  
}
.ow_header_pic {
    background-repeat: no-repeat;
    background-position: center center;
    background-position: center center;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    
}
/* ---- End of the Header styles ---- */
/* ---- Sidebar styles ---- *
.ow_sidebar .ow_box_cap_empty {
}
.ow_sidebar .ow_box_cap {
}
.ow_sidebar .ow_box {
}
html body .ow_sidebar h3 {
    font-size: 13px;
}

/* ---- End of Sidebar styles ---- */
                                                                                                                                   
@media (max-width: 480px) { 
.ow_page_wrap {
/**background-image: url('images/header.jpg');**/
background-repeat: repeat-x;
background-position: center 60px;
position: relative;
}
.cb-slideshow li span {
  width: 100%;
  height: 353px;
  position: absolute;
  top: -15px !important;
}
.cb-slideshow li div h3 {
font-size: 30px !important;
}
.cb-slideshow, .cb-slideshow:after {
  position: absolute;
  width: 100%;
  height:338px !important;
  top: 15px !important;
  left: 0px;
  z-index: 0;
  overflow: hidden;
}
.cb-slideshow li div h3 {
  line-height: 50px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.ow_page_container {
padding-top:353px;
}
.ow_console .ow_tooltip .ow_tooltip_body {
margin-top: 11px !important;
}
    .ow_page_container,  .ow_footer { max-width: 460px; min-width: 100%; }
.ow_site_panel_wrap {width:100%;}
    .ow_sidebar { float: none; margin: 0px; width: 100%; }
    .ow_content { float: none; }
    .ow_page, .ow_content_wrap { margin: 0px; }
    .ow_content .ow_left, .ow_content .ow_right, .ow_content .ow_superwide, .ow_content .ow_supernarrow { float: none; width: 100% !important; margin-bottom: 10px; }
    .ow_content > .ow_right { text-align: right; margin-bottom: 15px; }
    .ow_logo_wrap a { font-size: 17px; margin: 0px 0px 10px 10px; }
    
    ul.ow_content_menu li { clear: both; margin-top: 5px; border: none; }
    ul.ow_content_menu li a { font-size: 11px; }
    ul.ow_content_menu span { padding: 1px 8px 1px 28px; background-position: 5px 2px; }
    div h1.ow_stdmargin { font-size: 14px; font-weight: normal; margin-bottom: 10px; }
    body div.floatbox_container { max-width: 93% !important; }
    .ow_photo_list_item { width: 160px; }
    div.ow_stdmargin { margin-bottom: 10px; }
    div.ow_bg_color { padding: 0px; }
    body .floatbox_container .ow_sign_in_wrap form { padding: 0px; }
    body .ow_sign_in_wrap { width: auto; }
    .floatbox_container .ow_sign_in_wrap form .ow_sign_in,
    .floatbox_container .ow_sign_in_wrap form .ow_sign_up { float: none; width: 100%; margin: 0px; }
    body .ow_table_1 td, body .ow_table_2 td { padding: 5px; }
    body input[name=userPhoto] { max-width: 100px; }
    body form[name=add-topic-form] input[name^=attachments] { max-width: 100px; }
    body form[name=GROUPS_CreateGroupForm] input[name=image] { max-width: 100px; }
    body form[name=event_add] input[name=image] { max-width: 100px; }
    body form[name=photoUploadForm] input[name^=photos] { max-width: 100px; }
    div[class^=captchaField_input_] > div.ow_automargin { width: 210px !important; }
    span.ow_signin_label {  }
    div.ow_box_cap h3, div.ow_box_cap_empty h3 { font-size: 11px;  }
    
    .ow_photo_info { max-width: 300px; margin: 0px auto; }
    .ow_photo_info .ow_left, .ow_photo_info .ow_right { float: none; width: 100%; }
    .ow_notification_list .ow_tooltip_top_right.ow_tooltip { right: -10px; }
    .ow_mailbox_items_list .ow_tooltip_top_right.ow_tooltip { left: -15px; right: auto; }
    .ow_friend_request_list .ow_tooltip_top_right.ow_tooltip, .ow_invitation_list .ow_tooltip_top_right.ow_tooltip { left: 0px; right: auto; }
    .ow_mailbox_items_list .ow_tooltip_top_right .ow_tooltip_tail { padding-left: 15px; text-align: left; }
    .ow_friend_request_list .ow_tooltip_top_right .ow_tooltip_tail, .ow_invitation_list .ow_tooltip_top_right .ow_tooltip_tail { text-align: left; padding-left: 5px; }
    .ow_notification_list .ow_console .ow_tooltip .ow_tooltip_body { max-width: 195px; }
    .ow_mailbox_items_list .ow_console .ow_tooltip .ow_tooltip_body { max-width: 215px; }
    .ow_friend_request_list .ow_console .ow_tooltip .ow_tooltip_body, .ow_invitation_list .ow_console .ow_tooltip .ow_tooltip_body { max-width: 235px; }
    .ow_notification_list .ow_console_list_wrapper { max-width: 185px; }
    .ow_mailbox_items_list .ow_console_list_wrapper { max-width: 205px; }
    .ow_friend_request_list .ow_console_list_wrapper, .ow_invitation_list .ow_console_list_wrapper { max-width: 225px; }
    div.ow_invitation_list .ow_console_invt_txt { width: 115px; }
    div.ow_console_invt_no_img .ow_console_invt_txt { width: 132px; }
   .ow_console_invt_img {
    margin-left: 0px !important;
}
    div.ow_console_item { padding: 0 3px; margin: 0px; height: 17px; }
    span.ow_console_more { height: 26px; padding-left: 1px; background-position: right 7px !important; margin-top: -3px; }
    span.ow_console_more:hover { height: 26px; padding-left: 1px; background-position: right 7px !important; margin-top: -3px; }
    html body div.ow_console_item a { font-size: 10px; }
    div.ow_user_list .ow_item_set3 { width: 100%; }
    div .ow_console span.ow_count_wrap { padding-top: 1px; margin-right: -2px; }
    .ow_console_item span.ow_ico_signin { margin: 1px 0 0 2px; }
    span.ow_ico_signin:last-child { margin-right: -2px; }
    div.ow_message_cont { width: 270px; margin-left: -135px; }
    body input[type="submit"], body input[type="button"] { font-size: 11px; height: 29px; }
    div.ow_box_toolbar { white-space: normal; }
    .buttons span.ow_button { margin-bottom: 5px; }
    .ow_change_avatar .ow_wide { width: 90%; }
    div.ow_change_avatar .avatar_current, div.ow_change_avatar .ow_avatar_preview { border: none; }
    body table.ow_mailbox td.mail_info { white-space: normal !important; width: 30px; }
    body table.ow_mailbox  td, body table.ow_mailbox td { padding: 3px; }
    table.ow_mailbox { font-size: 11px; }
    .ow_mailbox .ow_blitem { margin-bottom: 3px; }
    #mailbox-add-message-form .ow_submit_auto_click { display: block; }
    body .ow_forum .ow_name { width: auto !important; }
    .ow_forum th, .ow_forum td { padding: 3px; font-size: 11px; }
    
    body .ow_page_container .ow_page { padding: 10px; padding-left: 0px;
padding-right: 0px;padding-top: 0px!important; }
    .ow_other_video_thumb.ow_left {
        float: left; width: 80px !important; 
    }
body.base_sign_in .ow_footer {
margin-top: -40px !important ;
}

.ow_photo_dragndrop {
line-height: 16px!important;
height: 50px;
}
.ow_photo_upload_submit {
position: relative !important;
width: auto !important;
float: right !important;
margin-top: -150px!important;
margin-right: 20px;
}
.ow_sign_in_wrap form .ow_sign_up a {
margin-top:-11px !important ;
}	
	
	
body .ow_chat_list { height: 215px; }
.ow_site_panel_wrap {
height: 60px !important;
}
.ow_console_item {
top: 31px;
}
.ow_console_body {
margin-top: -27px !important;
}
.ow_console .ow_tooltip .ow_tooltip_body {

}

.ow_console .ow_tooltip_top_right {

margin-left: -49px;
}  
.ow_footer {
height: 150px !important;
}

.ow_page_container .ow_canvas .ow_page {
}
.ow_main_menu{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0px 0px 0px !important;
    }

.ow_main_menu li a {
   font-size: 13px !important;
    padding: 2px 2px 0px 14px !important;
    text-decoration: none;
    }
.ow_content_menu li {
    width: 100%;
    float: none;
}

.ow_logo_wrap a {
    font-size: 0px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    line-height: 24px;
    position:relative;
    z-index:99;
}
.ow_user_list .ow_item_set3{
    width: 100% !important;
    word-wrap: break-word;
}
.ow_group_brief_info .details {
padding-left: 20px;
margin-top: -100px !important;
}
.ow_group_brief_info .image {
background: none !important;
border: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.ow_group_list .ow_ipc_info {

width: 88% !important;
}



.ow_group_list .ow_ipc_picture img {

margin-left: 45px !important;

}

.ow_group_list .ow_ipc_info {
background: rgba(23, 20, 21, 0.9) url(images/pattern.png) repeat;

}

.ow_blogs_list .ow_ipc_info {
margin-left: 0px !important;
padding: 6px 16px 6px 56px !important;

}

.ow_blogs_list .ow_ipc_info .ow_ipc_header {

padding: 5px 5px 5px 50px !important;

}

.ow_blogs_list .ow_ipc_picture .ow_avatar img {
margin-top: -2px !important;
margin-left: 0px;
}
.ow_group_list .ow_ipc_info {
padding: 100px 10px 6px 15px !important;
}
body .ow_group_brief_info .details {
padding-top: 100px !important;
margin-left: -20px !important;
}
.uh-head-text {
margin-left: 140px !important;
}
.uh-avatar {
margin-top:-100px !important;
width: 120px !important;
height:120px  !important;
}
.hg-avatar-image {
height: 100px!important;
width: 100px !important;
position: center center !important;

}
.uh-toolbox {
padding-top: 65px !important;
padding-left: 2px !important;
}

.uh-toolbox {
margin-left: 0px!important;
}
.uh-head {
margin-left: 3px!important;
}

.ow_site_panel_wrap {
padding-top:1px;
}

.ow_console_body {
background-position: right top!important;
background-repeat: repeat-x;
border-bottom: none!important;
-webkit-box-shadow: none !important;
text-align: right;
}
.ow_console_item {
top:35px;
margin: 0px 2px 2px 0px !important;
}


.floatbox_canvas .floatbox_container {
width: 98%!important;
min-width: 300px!important;

}

.ow_mailbox_convers_info_body {
margin-left: 0px !important;
margin-left: -15px !important;
}

.ow_mailbox_convers_info_content {

padding-right: 0px !important;
}

.ow_photoview_stage_wrap {
float: none !important;
clear: both !important;
width: 100% !important;
}

.ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap {
padding: 8px;
width: auto!important;
position: static!important;
}

.ow_photo_list_wrap div.ow_photo_item_wrap {
position: static!important;
width: 100%!important;
float: left!important;
height: auto !important;

}


.ow_photo_list_wrap  {
position: relative;
display: inline-block;
}
.ow_photo_list_wrap .ow_photo_item_wrap .ow_photo_item_info {
position: relative!important;

}
.ow_chat_dialog_wrap {
position: fixed;
right: 0px !important;
bottom: -5px;
z-index:999!important;
width:100% !important;

}
.ow_chat_dialog {
width: 100%!important;
margin-left: 0px!important;

}

.ow_dialog_date_cap {
width: 100%!important;

}

.ow_chat_dialog .ow_dialog_items_wrap .clearfix {
width: 97%!important;
}
a.index_join_button {
margin: 153px 9%!important;
}
.ow_logo_img {
background-image: url(images/logo.png); /** OW_Control type:image, key:mlogoImage, section:1. General Settings, label:Mobile Logo image, description: Upload your mobile logo image **/
left: 23% !important;
top: 4px !important;
}
.ow_console_item {
  z-index: 999;
}
a.ow_console.user_avatar {
  position: absolute !important;
  top: 0px !important;
  left: 50% !important;
  height: 35px !important;
}

a.ow_console.user_avatar img {
  background-color: #151515 !important;
  padding: 3px !important;
}
.ow_signin-slideshow div h3 {
display:none !important ;
}

.ow_site_panel {
    margin-top: 0;
    top: 60px!important;
}

.ow_console {
top: 60px!important;
}
.ow_logo_wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background: #771B3E url(images/pattern.png) repeat !important;
    
}


body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_sidebar > div.ow_sidetab > div.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > div.ow_box_empty.ow_stdmargin.clearfix.index-BASE_CMP_MyAvatarWidget.ow_break_word > div > div.ow_left.ow_my_avatar_img > div > a > img {
    width: 30px !important;
    height: 30px !important;
    top:0px;
    z-index:999;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    padding: 0px !important;
}
body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_sidebar > div.ow_sidetab > div.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > div.ow_box_empty.ow_stdmargin.clearfix.index-BASE_CMP_MyAvatarWidget.ow_break_word > div > div.ow_left.ow_my_avatar_img > div {
    height: 30px !important;
    width: 30px !important;
    position:fixed;
    top:73px;
    left:5px ;
    z-index:99;
    border:2px solid rgba(255, 0, 64, 0.46)!important;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    padding: 0px !important;
    
}

}




/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 
.ow_page_wrap {
background-repeat: repeat-x;
background-position: center 60px;
position: relative;
}
.cb-slideshow:after {
  position: absolute;
  width: 100%;
  height: 353px;
  top: 0px !important;
  left: 0px;
  z-index: 0;
  overflow: hidden;
}

.cb-slideshow{
  position: absolute;
  width: 100%;
  height: 353px;
  top: 80px !important;
  left: 0px;
  z-index: 0;
  overflow: hidden;
}
.cb-slideshow li div h3 {
  font-family: 'BebasNeueItalic','Arial Narrow',Arial,sans-serif;
  padding: 0 30px;
  line-height: 60px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 60px !important;
}

.ow_page_container, .ow_footer { max-width: 767px; }
.ow_site_panel_wrap {width:100%;}
    .ow_sidebar, .ow_content_wrap { float: none; margin: 0px; width: 100%; }
    .ow_content { float: none; }
    .ow_content .ow_left, .ow_content .ow_right, .ow_content .ow_superwide, .ow_content .ow_supernarrow { float: none; width: 100% !important; }
    .ow_content > .ow_right { text-align: right; margin-bottom: 15px; }
    .ow_page { margin: 0px; }
    ul.ow_content_menu li {  margin-top: 5px; border: none;clear: both; width: 100%; background-color: #3B0F2A; }
    body div.floatbox_container { max-width: 93% !important; }
    .ow_photo_list_item { width: 160px; }
    body .floatbox_container .ow_sign_in_wrap form { padding: 0px; }
    body .ow_sign_in_wrap { width: auto; }
    .floatbox_container .ow_sign_in_wrap form .ow_sign_in,
    .floatbox_container .ow_sign_in_wrap form .ow_sign_up { float: none; width: 100%; margin: 0px; }
    .ow_mailbox_items_list .ow_tooltip_top_right.ow_tooltip, .ow_friend_request_list .ow_tooltip_top_right.ow_tooltip,
    .ow_invitation_list .ow_tooltip_top_right.ow_tooltip { left: 0px; right: auto; }
    .ow_mailbox_items_list .ow_tooltip_top_right .ow_tooltip_tail, .ow_friend_request_list .ow_tooltip_top_right .ow_tooltip_tail,
    .ow_invitation_list .ow_tooltip_top_right .ow_tooltip_tail { padding-left: 5px; text-align: left; }
    .ow_notification_list .ow_console .ow_tooltip .ow_tooltip_body { max-width: 255px; }
    .ow_mailbox_items_list .ow_console .ow_tooltip .ow_tooltip_body { max-width: 265px; }
    .ow_notification_list .ow_console_list_wrapper { max-width: 245px; }
    .ow_mailbox_items_list .ow_console_list_wrapper { max-width: 255px; }
    div.ow_message_cont { width: 470px; margin-left: -235px; }
    #joinForm { margin-bottom: 10px; }
    .ow_photo_info { max-width: 460px; margin: 0px auto; }
    #mailbox-add-message-form .ow_submit_auto_click { display: block; }
    
    
    .ow_other_video_thumb.ow_left {
        float: left; width: 80px !important; 
    }
body.base_sign_in .ow_footer {
margin-top: -59px !important;
}
.ow_page_container .ow_page {
padding: 413px 0px 20px 0px;
min-width: 400px;
max-width: 767px;
}
.ow_page_container .ow_canvas .ow_page {



}
.ow_site_panel_wrap {
}
.ow_console_item {
top: 10px;
}
.ow_console_body {

margin-top: 0px!important;
}

.ow_console_item {
}
.ow_footer {
height: 130px !important;
}

.ow_logo_wrap a {
    font-size: 0px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    line-height: 24px;
    position:fixed;
    z-index:99;
    left:35% !important;
}
.ow_user_list .ow_item_set3{
    width: 100% !important;
    word-wrap: break-word;
}
.ow_group_brief_info .details {
padding-left: 20px;
margin-top: -100px !important;
}
.ow_group_brief_info .image {
background: none !important;
border: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}


.ow_group_list .ow_ipc_picture img {

margin-left: 45px !important;

}

.ow_blogs_list .ow_ipc_info {
margin-left: 0px !important;
padding: 6px 16px 6px 56px !important;

}

.ow_blogs_list .ow_ipc_info .ow_ipc_header {

padding: 5px 5px 5px 50px !important;

}

.ow_blogs_list .ow_ipc_picture .ow_avatar img {
margin-top: -2px !important;
margin-left: 0px;
}

.ow_mailbox_convers_info_body {
margin-left: 0px !important;
}


.ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap {
padding: 8px;
width: 98%!important;
position: static!important;
}

.ow_photo_list_wrap div.ow_photo_item_wrap {
position: static!important;
width: 98%!important;
float: left!important;
height: auto !important;
margin:auto;
}

.ow_photo_list_wrap  {
position: relative;
display: inline-block;
}

.ow_photo_list_wrap .ow_photo_item_wrap .ow_photo_item_info {
position: relative!important;

}
.ow_chat_dialog_wrap .ow_mailchat_new_message.ow_chat_dialog {
 margin-left: 50% !important;
}
a.index_join_button {
margin: 193px 20%!important;
}
.ow_logo_img {
    background-image: url(images/logo.png); /** OW_Control type:image, key:mlogoImage1, section:1. General Settings, label:Mobile Logo image 1, description: Upload your mobile logo image **/
top: 4px !important;
}
.ow_console_item {
  z-index: 999;
}
a.ow_console.user_avatar {
  border-radius: 50%!important;
  height: 40px!important;
  position: absolute;
  left: 20%;
  top: 15%;
}

.ow_signin-slideshow div h3 {
display:none !important ;
}

.ow_site_panel {
    margin-top: 0;
    top: 60px!important;
}

.ow_console {
top: 60px!important;
}
.ow_logo_wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background: #771B3E url(images/pattern.png) repeat !important;
    
}
body > div.ow_page_wrap > div.ow_page_padding > div.ow_site_panel > div > div.ow_console.clearfix > div > div {
    float: none;
    text-align: center;
}

body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_sidebar > div.ow_sidetab > div.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > div.ow_box_empty.ow_stdmargin.clearfix.index-BASE_CMP_MyAvatarWidget.ow_break_word > div > div.ow_left.ow_my_avatar_img > div > a > img {
    width: 50px !important;
    height: 50px !important;
    top:0px;
    z-index:999;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    padding: 0px !important;
}
body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_sidebar > div.ow_sidetab > div.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > div.ow_box_empty.ow_stdmargin.clearfix.index-BASE_CMP_MyAvatarWidget.ow_break_word > div > div.ow_left.ow_my_avatar_img > div {
    height: 50px !important;
    width: 50px !important;
    position:fixed;
    top:65px;
    left:15px ;
    z-index:99;
    border:2px solid rgba(255, 0, 64, 0.46)!important;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    padding: 0px !important;
    
}

}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.ow_page_container, .ow_site_panel_wrap, .ow_footer {
    	max-width: 100%;
    }
a.index_join_button {
margin: 93px 30%!important;
}

.cb-slideshow, .cb-slideshow:after {
  position: absolute;
  width: 100%;
  height: 353px;
  top: 0px !important;
  left: 0px;
  z-index: 0;
  overflow: hidden;
}
.cb-slideshow li div h3 {
  font-family: 'BebasNeueItalic','Arial Narrow',Arial,sans-serif;
  padding: 0 30px;
  line-height: 80px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
    .ow_content .ow_left, .ow_content .ow_right, .ow_content .ow_superwide, .ow_content .ow_supernarrow { float: none; width: 100% !important; }
    .ow_content > .ow_right { float: none; text-align: right; margin-bottom: 15px; }
    .ow_content_menu_wrap { clear: both; margin-top: 5px; }
    .ow_photo_list_item { width: 150px; }
.ow_other_video_thumb.ow_left {
float: left;
width: 80px !important;
}

.ow_site_panel_wrap {
height: 60px !important;
}
.ow_console_item {

}
.ow_console_body {

margin-top: 0px!important;

}
.ow_page_container .ow_canvas .ow_page {
}
.ow_content_menu li {
margin-left: 5px !important;
}
.ow_page_container .ow_page {
padding: 20px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
}
.ow_page_container {
margin: 0px auto 16px;
padding-top:353px;
}


.ow_logo_wrap a {
    font-size: 20px;
    text-transform: uppercase;
    margin: 7px 0px 20px 0px;
    display: block;
    font-weight: bold;
    line-height: 24px;
    position:fixed;
    z-index:99;
    left:30px;
}
.ow_console .ow_tooltip .ow_tooltip_body {
margin-top: 14px !important;
}
.ow_user_list .ow_item_set3{
    width: 100% !important;
    word-wrap: break-word;
}
.ow_group_brief_info .details {
padding-left: 20px;
margin-top: -100px;
}
.ow_group_brief_info .image {
background: none !important;
border: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}

.ow_mailbox_convers_info_body {
margin-left: 0px !important;
margin-left: -15px !important;
}

.ow_mailbox_convers_info_content {

padding-right: 0px !important;
}
.ow_footer {
min-height: 110px !important;
}

.ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap {
padding: 8px;
width: 48%!important;
position: static!important;
}

.ow_photo_list_wrap div.ow_photo_item_wrap {
position: static!important;
width: 48%!important;
float: left!important;
height: auto !important;
margin:auto;
}
.ow_photo_list_wrap {
position: relative;
display: inline-block;
}
.ow_photo_pint_album {

height: 300px!important;

background-size: cover;
overflow: hidden;
}


.ow_photo_list_wrap .ow_photo_item_wrap .ow_photo_item_info {
position: relative!important;

}
.ow_console_body {
  padding: 18px 4px 8px 8px !important;
  
}
.ow_sign_in_wrap h2 {
  background-position: center 0px!important;
  background-color: rgba(0,0,0,0.5);
}

a.ow_console.user_avatar {
  height: 35px !important;
  position: absolute;
  left: 38% !important;
  top: 12% !important;
  z-index:999;
}
.ow_signin-slideshow div h3 {
display:none !important;
}
body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_sidebar > div.ow_sidetab > div.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > div.ow_box_empty.ow_stdmargin.clearfix.index-BASE_CMP_MyAvatarWidget.ow_break_word > div > div.ow_left.ow_my_avatar_img > div > a > img {
    width: 50px !important;
    height: 50px !important;
    top:0px;
    z-index:999;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    padding: 0px !important;
}
body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_sidebar > div.ow_sidetab > div.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > div.ow_box_empty.ow_stdmargin.clearfix.index-BASE_CMP_MyAvatarWidget.ow_break_word > div > div.ow_left.ow_my_avatar_img > div {
    height: 50px !important;
    width: 50px !important;
    position:fixed;
    top:5px;
    z-index:99;
    border:2px solid rgba(255, 0, 64, 0.46)!important;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    padding: 0px !important;
    
}
}
@media (min-width: 980px) and (max-width: 1100px) {
    .ow_page_container, .ow_site_panel_wrap, .ow_footer {
    	max-width: 100%;
    }
a.index_join_button {
margin: 93px 30%!important;
}
.ow_page_container .ow_canvas .ow_page {
}
.cb-slideshow, .cb-slideshow:after {
  position: absolute;
  width: 100%;
  height: 353px;
  top: 20px !important;
  left: 0px;
  z-index: 0;
  overflow: hidden;
}
.cb-slideshow li div h3 {
  padding: 0 30px;
  line-height: 90px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.ow_page_container {
margin: 0px auto 16px;
padding-top:353px;
}
.ow_content_menu li {
margin-left: 5px !important;
}

.ow_site_panel_wrap {
height: 60px !important;
}
.ow_console_item {
margin-top: 10px !important;
}
.ow_console_body {

margin-top: 0px!important;

}
.ow_console .ow_tooltip .ow_tooltip_body {
margin-top: 11px !important;
}
.ow_photo_list_item { width: 150px; }
.ow_logo_wrap a {
    font-size: 0px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    line-height: 24px;
    position:fixed;
    z-index:99;
    left: 40px;
    margin-top: 6px;
}
.ow_user_list .ow_item_set3{
    width: 100% !important;
    word-wrap: break-word;
}

.ow_mailbox_convers_info_body {
margin-left: 67px !important;
}


.ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap {
padding: 8px;
width: 48%!important;
position: static!important;
}

.ow_photo_list_wrap div.ow_photo_item_wrap {
position: static!important;
width: 48%!important;
float: left!important;
height: auto !important;
margin:auto;
}
.ow_photo_list_wrap {
position: relative;
display: inline-block;
}
.ow_photo_pint_album {

height: 300px!important;

background-size: cover;
overflow: hidden;
}


.ow_photo_list_wrap .ow_photo_item_wrap .ow_photo_item_info {
position: relative!important;

}

a.ow_console.user_avatar {
  position: absolute !important;
  left: 32% !important;
  top: 13% !important;
  height:35px !important;
  z-index:999;
}
.ow_signin-slideshow div h3 {
display:none !important ;
}
body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_sidebar > div.ow_sidetab > div.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > div.ow_box_empty.ow_stdmargin.clearfix.index-BASE_CMP_MyAvatarWidget.ow_break_word > div > div.ow_left.ow_my_avatar_img > div > a > img {
    width: 50px !important;
    height: 50px !important;
    top:0px;
    z-index:999;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    padding: 0px !important;
}
body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_sidebar > div.ow_sidetab > div.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > div.ow_box_empty.ow_stdmargin.clearfix.index-BASE_CMP_MyAvatarWidget.ow_break_word > div > div.ow_left.ow_my_avatar_img > div {
    height: 50px !important;
    width: 50px !important;
    position:fixed;
    top:5px;
    z-index:99;
    border:2px solid rgba(255, 0, 64, 0.46)!important;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    padding: 0px !important;
    
}

}
/* Large desktop */                                                                                                                                                
@media (min-width: 1100px) {
.cb-slideshow, .cb-slideshow:after {
  position: absolute;
  width: 100%;
  height: 500px !important;
  top: 31px !important;
  overflow: hidden;
}
.cb-slideshow li span {
    width: 100%;
    height: 500px !important;
}
a.index_join_button {
margin: 253px 30%!important;
}
.ow_photo_list_wrap {
  padding-right: 15px !important;
}

.ow_box_empty.ow_stdmargin.clearfix.index-NEWSFEED_CMP_SiteFeedWidget.ow_break_word {
padding: 20px;
padding-top: 13px;
padding-bottom: 0px;
}

 .ow_page_container,  .ow_footer {
   width: 100%;

}
div.ow_console_item {

}
.ow_content_menu li {
margin-left: 5px !important;
}
.ow_console .ow_tooltip .ow_tooltip_body {
margin-top: 9px !important;
}

.ow_canvas.ow_footer {

box-shadow: none;
}
.ow_logo_wrap a {
top: 5px !important;
}
.ow_page_container .ow_canvas .ow_page {
	padding-left:0px !important;
	padding-right:0px !important;
	padding-top:0px !important;
	margin-top:500px;
    	max-width: 100%;
background-color: #191c20;
border-top: 1px solid #555;
border-left: none;
border-right: none;
background-image: url('images/zwartevilt.png');  /** OW_Control type:image, key:BackgroundImage2, section:1. General Settings, label: Bg image **/
background-repeat:repeat;
}
	
	
.ow_site_panel_wrap {
max-width:100%;
		

 }


.ow_content {
margin-right:-10px;
padding-left: 10px;
}

.ow_footer .ow_copyright {
text-align: left;
}
/***powered by position***/
body > div.ow_page_wrap > div.ow_footer > div > div > div.ow_center > a {
margin-left: 200px;
position: absolute;
margin-top: 65px;
}


.ow_mailbox_convers_info_body {
margin-left: 67px !important;
}

.ow_photo_item_wrap img:hover {
opacity:0.5;

}

.ow_canvas {
width:100%;
		
}
.ow_page_container {

padding-top: 30px;
}


.ow_sidebar .ow_box_cap .ow_box_cap_body{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
}


.ow_sidebar  .ow_box_cap_empty h3 {

font-size: 14px;

}
.ow_sidebar  .ow_box_cap h3 {

font-size: 14px;
}
ul.ow_newsfeed .ow_newsfeed_item {
  page-break-inside: avoid !important;
  -webkit-column-break-inside: avoid !important;
  -moz-column-break-inside: avoid !important;
  -o-column-break-inside: avoid !important;
  -ms-column-break-inside: avoid !important;
  column-break-inside: avoid !important;
  padding-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px;
  z-index: 0 !important;
  border: 2px solid #282828;
}
ul.ow_newsfeed {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
-o-column-count: 1;
-ms-column-count: 1;
-webkit-column-gap: 5px;
-moz-column-gap: 5px;
column-gap: 5px;
-o-column-gap: 5px;
-ms-column-gap: 5px;
}
.ow_console_body {
  margin-top: -60px !important;
  
}
a.ow_console.user_avatar {
  position: fixed;
  margin-left: -59%;
  top: 1.2%;
  border-radius: 50%;
  height: 40px;
}
a.ow_console.user_avatar img {
  border-radius: 150px;
  border: 3px outset #B7435F;
  background-color: #0E0F0E;
  padding: 4px;
}
.ow_signin-slideshow div h3 {

}
body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_content > div.clearfix > div.ow_superwide.ow_left > div.ow_box_empty.ow_video_player.ow_stdmargin.ow_no_cap.ow_break_word > div > ul {
margin-right: 37% !important;
}
body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_sidebar > div.ow_sidetab > div.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > div.ow_box_empty.ow_stdmargin.clearfix.index-BASE_CMP_MyAvatarWidget.ow_break_word > div > div.ow_left.ow_my_avatar_img > div > a > img {
    width: 50px !important;
    height: 50px !important;
    top:0px;
    z-index:999;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    padding: 0px !important;
}
body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_sidebar > div.ow_sidetab > div.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > div.ow_box_empty.ow_stdmargin.clearfix.index-BASE_CMP_MyAvatarWidget.ow_break_word > div > div.ow_left.ow_my_avatar_img > div {
    height: 50px !important;
    width: 50px !important;
    position:fixed;
    top:5px;
    z-index:99;
    border:2px solid rgba(255, 0, 64, 0.46)!important;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    padding: 0px !important;
    
}


}
@media (min-width: 1800px) {
.ow_signin-slideshow div h3 {
margin-top:-36% !important ;
}
}
.ow_video_player iframe { max-width: 100%; }
/* ---- Console styles ---- */
.ow_console .wackwall_link{
    background: url(images/console-w.png) no-repeat 50% 50%;
    display: block;
    height: 30px;
    width: 35px;
}
.ow_console .wackwall_link:hover{
    text-decoration:none;
}
.ow_console .common_shortcuts a{
    background-position:50% 50%;
    background-repeat: no-repeat;
    display:inline-block;
    height:30px;
    width:25px;
}
.ow_console .common_shortcuts a:hover{
    text-decoration:none;
}
.ow_console .notification_shortcut{
    padding:0 7px;
}
.ow_console .notification_shortcut a{
    background-position:0 50%;
    background-repeat:no-repeat;
    display:block;
    padding: 5px 0 5px 20px;
    text-decoration:none;
}
.ow_site_panel {
    z-index: 99;
    left : 0px;
    position:fixed;
    width: 100%;
   background:#232323 url(images/bar.png) repeat-x;/** OW_Control type:image, key:ConsoleBgImage, section:1. General Settings, label: Console Background image **/
border-bottom: 1px solid #222121;
border-top: 4px solid rgba(255,0,96,0.58);/** OW_Control type:color, key:ConsoleTopColor, section:2. Colors, label: - Console Top Border Color **/
box-shadow: 0px 5px 0px transparent, 2px 5px 2px rgba(0,0,0,0.3);
}
.ow_site_panel_wrap {
    height: 60px;
    margin: 0 auto;
    position: relative;
	
}
.ow_console {
    font-size: 11px;
    height: 40px;
    color: #B7435F;/** OW_Control type:color, key:ConsoleTextColor, section:2. Colors, label: - Console Colore **/	
}
.ow_console_body {
padding: 8px 4px 8px 8px;
margin-top:-40px;
text-align: right;
}
.ow_console_block {
    display: inline-block;
    text-align: left;
    vertical-align: top;
	
}
.ow_console_item {
    display: inline-block;
    position:relative;
    line-height: 21px;
    height:22px;
    margin:0 4px 0 0px;
    padding:0 8px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    vertical-align: top;
    text-align: left;
}
.ow_console_item:hover {
    cursor: pointer;
}
.ow_console_dropdown_hover:hover {
    cursor: pointer;
    border-color: #ccc;  
}
.ow_console_dropdown_pressed,
.ow_console_dropdown_pressed:hover {
	background: transparent;
	border-color: #ccc;	
}

.ow_console_item a {
	color: #ffffff;/** OW_Control type:color, key:ConsoleItemsColor, section:2. Colors, label: - Console Items Color **/
	text-shadow: none;
        font-weight: 700;
}
.ow_console_item a:hover {
text-decoration: none;
color: #fff;/** OW_Control type:color, key:ConsoleItemsHoverColor, section:2. Colors, label: - Console Items Hover Color **/
}

.ow_console_more {
    background: url(images/user_ffa7a7_22.png) no-repeat center;/** OW_Control type:image, key:ConsoleMoreImage, section: 1.1. Console, label: Admin & User Icon **/

    display: inline-block;
    height: 26px;
    width: 26px;
    padding: 0 0px 0 3px;
    vertical-align: top;
    opacity: 0.5; 
    transition: all 0.4s ease 0s;
}
.ow_console_item:hover .ow_console_more {
    background: url(images/user_ffa7a7_22.png) no-repeat center;/** OW_Control type:image, key:ConsoleMoreHoverImage, section: 1.1. Console, label: Admin & User Hover Icon **/
opacity: 1; 
 transition: all 0.4s ease 0s;
height: 26px !important; width: 26px !important;
}

.ow_mailbox_items_list {
background: url(images/envelope_ffa7a7_22.png) no-repeat center !important;/** OW_Control type:image, key:MailboxImage, section: 1.1. Console, label: Mailbox Icon **/
height: 26px !important; 
width: 26px !important;
opacity: 0.5; 
transition: all 0.4s ease 0s;

}

.ow_notification_list .ow_console_item_link {
display:none;
}
.ow_mailbox_items_list .ow_console_item_link {
display:none;
}
.ow_friend_request_list  .ow_console_item_link {
display:none;
}
.ow_invitation_list .ow_console_item_link {
display:none;
}
.ow_console_more .ow_console_item_link {
display:none;
}
.ow_console_dropdown .ow_console_item_link {
display:none;
}


.ow_mailbox_items_list:hover {
background: url(images/envelope_ffa7a7_22.png) no-repeat center !important;/** OW_Control type:image, key:MailboxHoverImage, section: 1.1. Console, label: Mailbox Hover Icon **/
 height: 26px !important; width: 26px !important;
font-size: 0;
opacity: 1; 
transition: all 0.4s ease 0s;

}
.ow_notification_list {
background: url(images/bell_ffa7a7_22.png) no-repeat center !important;/** OW_Control type:image, key:NotificationImage, section: 1.1. Console, label: Notification Icon **/
 height: 26px !important; width: 26px !important;
font-size: 0;
opacity: 0.5; 
 transition: all 0.4s ease 0s;
}
.ow_notification_list:hover  {
background: url(images/bell_ffa7a7_22.png) no-repeat center !important;/** OW_Control type:image, key:NotificationHoverImage, section: 1.1. Console, label: Notification Hover Icon **/
 height: 26px !important; width: 26px !important;
font-size: 0;
opacity: 1; 
transition: all 0.4s ease 0s;
}

.ow_friend_request_list {
background: url(images/users_ffa7a7_22.png) no-repeat center !important;/** OW_Control type:image, key:FriendrequestImage, section: 1.1. Console, label: Friend Request Icon **/
 height: 26px !important; width: 26px !important;
opacity: 0.5; 
transition: all 0.4s ease 0s;
	
}
.ow_friend_request_list:hover {
background: url(images/users_ffa7a7_22.png) no-repeat center !important;/** OW_Control type:image, key:FriendrequestHoverImage, section: 1.1. Console, label: Friendrequest Hover Icon **/
 height: 26px !important; width: 26px !important;
opacity: 1; 
transition: all 0.4s ease 0s;
}



.ow_invitation_list {
background: url(images/calendar_ffa7a7_22.png) no-repeat center !important;/** OW_Control type:image, key:InvitationImage, section: 1.1. Console, label: Invitation Icon **/
 height: 26px !important; width: 26px !important;  
opacity: 0.5; 
transition: all 0.4s ease 0s;
}



.ow_invitation_list:hover {
background: url(images/calendar_ffa7a7_22.png) no-repeat center!important;/** OW_Control type:image, key:InvitationHoverImage, section: 1.1. Console, label: Invitation Hover Icon **/ 
 height: 26px !important; width: 26px !important; 
opacity: 1; 
transition: all 0.4s ease 0s;
}
.console_search_form{

padding-top:5px!important;

}

.console_search_form input[type="text"] {
    background: rgba(0,0,0,0.3)!important;
}

.console_search_form div.jhtmlarea {
background: rgba(0,0,0,0.3)!important;
}
.esel2-results{
background:rgba( 0, 0, 0, 0.8);
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

/* ---- Console select language styles ---- */
.ow_console_lang_item {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
li.ow_console_lang_item {
    padding: 3px 8px;
    border: 1px solid transparent;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-bottom: 1px;
    color:#B7435F;
}
li.ow_console_lang_item:hover {
	color: #fbfbfb;
	text-shadow: none;
}

.ow_console_lang_item span {
    display: inline-block;
    padding-left: 23px;
}
/* ---- End Console select language styles ---- */
.ow_console .ow_tooltip_top_right {
    top: 10px;
    padding-top: 2px;
}
.ow_console .ow_tooltip_top_right .ow_tooltip_tail span {
    background-position: 1px -6px;
}
.ow_console span.ow_count_wrap {
  padding: 4px 0px 0px;
  margin: -8px -3px 0px 2px;
  margin-left: -8px;
}
.ow_console span.ow_count_bg {
}
.ow_console span.ow_count {
    position: relative;
    top: 0px;
    line-height: 13px;
}
html body .ow_console .ow_tooltip_body {
background: rgba(23,20,21,0.9) url(images/pattern.png) repeat!important;
background-repeat: repeat;
padding: 4px;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border: 1px solid #111;
-webkit-box-shadow: 0 5px 4px rgba(0,0,0,0.4);
-moz-box-shadow: 0 5px 4px rgba(0,0,0,0.4);
box-shadow: 0 5px 4px rgba(0,0,0,0.4);
}
html body .ow_console .ow_tooltip_tail span{
    background-image: url(images/console_tooltip_tail.png);
} 
 .ow_console_list_wrapper {
    width: 330px;
    overflow-y: auto;
    word-wrap: break-word;
    min-height: 60px;
}
.ow_console_list {
    cursor: default;
}
.ow_console_list li {
padding: 3px;
margin: 0px 0px 4px;
height: auto;
overflow: hidden;
background: #141213;
border: 1px solid #211F20;

}
.ow_console_list li:hover,
.ow_console_list li.ow_console_new_message:hover {
background-color: #141213;
border: 1px solid #ff0060 ;
color:#fbfbfb!important;
}
.ow_console_list li.ow_console_new_message {

}
.ow_console_list li:hover a,
.ow_console_list li:hover .ow_console_ntf_txt, 
.ow_console_list li:hover .ow_console_invt_txt,
.ow_console_list li.ow_console_new_message:hover a,
.ow_console_list li.ow_console_new_message:hover .ow_console_ntf_txt, 
.ow_console_list li.ow_console_new_message:hover .ow_console_invt_txt{
   
}
.ow_console_list li.ow_console_new_message a,
.ow_console_list li.ow_console_new_message .ow_console_ntf_txt, 
.ow_console_list li.ow_console_new_message .ow_console_invt_txt{

}
.ow_console_list li:hover a.ow_lbutton,
.ow_console_list li.ow_console_new_message a.ow_lbutton,
.ow_console_list li.ow_console_new_message:hover a.ow_lbutton {
    color:#B7435F;
}
.ow_console_list li:hover a.ow_lbutton:hover,
.ow_console_list li.ow_console_new_message a.ow_lbutton:hover,
.ow_console_list li.ow_console_new_message:hover a.ow_lbutton:hover {
    color: #fbfbfb;
    background-color: #141213;
    border: 1px solid #444;
}
.ow_console_list li:last-child {
    margin-bottom: 0px;
}
.ow_console .ow_avatar {
    float: left;
    margin-right: -40px;
    height: 40px;
    width: 40px;
    padding: 0px;
    background-image: none;
}
.ow_console .ow_avatar img {
    height: 40px;
    width: 40px;
}
.ow_console_ntf_txt, .ow_console_invt_txt {
    display: block;
    line-height: 16px;
    color: #fbfbfb;
}
.ow_console_invt_txt a {
    color: #fff68f;
}
.ow_console_view_all_btn_wrap {
    padding-top: 4px;
}
.ow_console_view_all_btn {
    text-decoration: none;
    display: block;
    line-height: 11px;
    padding: 8px 0px;
    text-align: center;
    border: 1px solid #9d0127;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: url(images/box_m_a.png) repeat-x;
}
.ow_console_view_all_btn:hover {
     background: #305464;
     color: #fff;
}
ul.ow_console_dropdown {
    min-width: 110px;
    text-align: left;
    overflow-x: auto;
    cursor: default;
}
ul.ow_console_dropdown .ow_console_dropdown_cont {
    white-space: nowrap;
    margin-bottom: 1px;
}
ul.ow_console_dropdown .ow_console_dropdown_cont a {
padding: 3px 8px;
border: 1px solid transparent;
display: block;
color:#B7435F;
text-shadow: #000000 0 1px 0;
font-size: 15px;
}
ul.ow_console_dropdown .ow_console_dropdown_cont a:hover {
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
color: #fbfbfb;
}
ul.ow_console_dropdown li:last-child .ow_console_dropdown_cont {
    margin-bottom: 0px;
}
.ow_console .ow_tooltip .ow_tooltip_body {
max-width: 330px;
margin-top: 18px;
}
.ow_console_ntf_cont, .ow_console_invt_cont {
    display: block;
    margin: 0px 57px 0px 45px;
    line-height: 16px;
    color: #B7435F;
}
.ow_console_ntf_txt, .ow_console_invt_txt {
    min-height: 19px;
    padding: 0px 0px 3px 0px;
}
.ow_console_invt_txt {
    width: 211px;
    word-wrap: break-word;
}
.ow_console_invt_cont a {
    color: #B7435F;
}
.ow_console_invt_cont a:hover {
    text-decoration: underline;
}
.ow_console_invt_cont .ow_lbutton:hover {
    text-decoration: none;
}
.ow_console_invt_img {
    float: right;
    margin-left: -54px;
    width: 54px;
    height: 54px;
    text-align: right;
}
.ow_console_invt_img img {
    max-height: 100%;
    max-width: 100%;
}
.ow_console_invt_no_img .ow_console_invt_txt {
    width: 273px;
}
.ow_console_invt_no_img {
    margin-right: 0px;
}
.ow_console_divider {
line-height: 1px;
height: 1px;
background: #4a0b18;
border-bottom: 1px solid #4a0b18;
margin: 3px 0px 2px;
}
.ow_cursor_pointer {
cursor: pointer;
}
.ow_cursor_default {
cursor: default;
}
/*console_preloader*/
.ow_preloader_content.ow_console_list_preloader {
    background-image: url(images/ajax_preloader_console.gif);
}
/*end console preloader*/
/* ---- End of Console styles ---- */
/*========================================================
        [4] Forms        __forms
  ========================================================*/
/* ---- Form Elements styles ---- */

input[type=text]:hover, input[type=password]:hover, textarea:hover, div.jhtmlarea:hover {
    border: 1px solid #BABABA; 
    border-top: 1px solid #ABABAB; 
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.162); 
    transition: all 0.4s ease 0s;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, div.jhtmlarea:focus {
    border: 1px solid #4d90fe; 
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); 
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); 
    -o-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); 
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); 
    transition: all 0.4s ease 0s;
}
input[type=text]:not(:focus), input[type=password]:not(:focus), textarea:not(:focus), input[type=text]:not(:hover), 
input[type=password]:not(:hover), textarea:not(:hover) {
    transition: all 0.4s ease 0s;
}


input[type=text], input[type=password], textarea, select, div.jhtmlarea, body .ow_photo_upload_description, .ow_photo_preview_edit .CodeMirror {
background-repeat: repeat-x;
background-position: 0px 0px;
background: rgba(0,0,0,0.4);
border: 1px solid #000000;
color: #ccc!important;
font-family: "Lucida Grande","Verdana";
font-size: 13px;
padding: 4px;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}

body form div.jhtmlarea {
	padding: 0px;
	background: #fff;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        
        
        
}
body .toolbar {
padding: 4px 2px 4px !important;
height: 24px;
background: #080808;
border-bottom: 1px solid #555;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}
body .jhtmlarea .toolbar ul {
	height: 24px;

}
body .toolbar ul li a {
	background-image: url(images/wysiwyg.png);
     border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;

}

.mlt_file_input{
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}



.jhtmlarea .input_ws_cont {
padding: 8px;
background-color: #0D0C0C;
        
}

body.htmlarea_styles {
margin: 0px;
color:#fbfbfb !important;
}

html body .ow_sidebar *,
html body .ow_console *{
	font-size: 11px;
}

select{
background-image: none;
background-color:#080808;
}

textarea{
height: 100px;
width: 100%;
resize: vertical;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
            
}

input[type=text],
input[type=password]{
width: 100%;
height: 30px;
line-height: 22px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;    
}

/*.ow_supernarrow input[type=text],
.ow_supernarrow input[type=password]{
    width: 95%;
}*/
input[type=submit],
input[type=button]{
    background-color: transparent;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(images/ic_right_arrow.png);
    padding: 1px 31px 2px 0px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    height: 30px;
	font-family: 'UbuntuBold', "Trebuchet MS", "Helvetica CY", sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	border: none;
	
}
/* 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: 31px;
}
/* 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: #d00134;
	background-repeat:repeat;
	background-image: url(images/box_m_a.png);
        background-repeat: repeat-x;

	background-position: right top;
	padding: 0px 8px;
	border: 1px solid #9d0127;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    
 
}
span.ow_button:hover {
	border-color: #9d0127;
	background-color: #d00134;
	background-image:url(images/box_m_a.png);
	background-repeat:repeat;
	background-position: right top;
        color:#FFF68F;
}

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;
        box-shadow: none !important;
}
span.ow_button span {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: transparent;
}
.ow_btn_delimiter span.ow_button:first-child {
	margin-right: 16px;
}
.ow_btn_delimiter span.ow_button span.ow_button {
	margin: 0px;
}
html body.ow span.ow_button {
}
body.ow input.ow_inprogress,
body.ow .ow_inprogress {
    background-image: url(images/ajax_preloader_button.gif);
}

*+html input[type=submit],
*+html input[type=button]{
    overflow: visible;
}

input[type=submit]:hover,
input[type=button]:hover{
    /* empty */
}

input[type=submit].submit{
    background-color: #00aa00;
    color: #fff;
}

input[type=submit].alert{
    background-color: #ff6666;
    color: #fff;
}

input[type=submit].submit:hover{
    /* empty */
}

input[type=submit].alert:hover{
    /* empty */
}


ul.ow_radio_group li{
	float:left;
}

ul.ow_checkbox_group li{
	float:left;
}

textarea.invitation,
input[type=text].invitation,
input[type=password].invitation{
	color:#999;
}

.form_auto_click textarea.invitation{
	height:50px;
}

form .error{
    color:red;
}

form input[type=text].hasDatepicker{
    width: 87%;
}

form br.ow_no_height{
    line-height: 0;
}

.color_input input[type=text]{
    width:70%;
}

.ow_multiselect select{
    width: 120px;
    padding: 2px;
}

.ow_multiselect input[type=button]{
    padding-left: 20px;
}


.form_auto_click .ow_submit_auto_click{
    display:none;
}

/* ---- Positive and Negative buttons ---- */

html body div .ow_positive input[type=submit],
html body div .ow_positive input[type=button]{
	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 ---- */

html body div .ow_green {
    color: #7cfc00;
}

html body div .ow_red{
    color: #ee3d32;
}

html body div .ow_mild_red,
.ow_navbox.ow_mild_red a.move{
    color: #f42217;
}

html body div .ow_mild_green,
.ow_navbox.ow_mild_green a.move{
	color: #7cbb11;
}

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: #fff;
}

input[type=submit].ow_green,
input[type=button].ow_green,
input[type=submit].ow_mild_green,
input[type=button].ow_mild_green,
input[type=submit].ow_red,
input[type=button].ow_red,
input[type=submit].ow_mild_red,
input[type=button].ow_mild_red  {
	background-color: transparent;
}

/* wysiwyg styles */
body.htmlarea_styles{
    font-family: "Lucida Grande", "Verdana", "Tahoma"; /** key:commonFontFamily  **/
    color: #fbfbfb;
    font-size: 13px; /** key:commonFontSize **/
    line-height: 18px;

}
body.htmlarea_styles a{
	color: #fbfbfb;
}
body.htmlarea_styles p{
    margin:0;
}
/* wysiwyg styles end */

/* tag styles */
div.tagsinput { 
background: rgba(0,0,0,0.4);
color: #fbfbfb;
border: 1px solid #0B0B0B;
border-radius: 0px !important;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
}
div.tagsinput span.tag {
background: #1F181A;
border: 1px solid #0B0B0B;
float: left;
line-height: 22px;
margin-right: 4px;
margin-bottom: 3px;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
color: #fbfbfb;
}
div.tagsinput span.tag a {
background-color: #1F181A;
border-left: 1px solid #2C2829;
display: table-cell;
width: 22px;
height: 22px;
vertical-align: middle;
text-decoration: none;
color: #fbfbfb;
}
div.tagsinput input {
color:#fbfbfb;
}
/* tag styles end */

/* ---- End of Form Elements styles ---- */
/* ---- End of Form Table styles ---- */
/* -------Attachments styles----------*/
.ow_attachment_btn {
    float: right;
    margin: 0 0 0 4px;
    padding: 0;
         
     
}
.ow_attachments input[type="file"] {
    cursor: pointer;
    float: right;
    opacity: 0;
         
}
.ow_attachment_icons {
    float: right;
        border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.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;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.ow_attachments a.video{
    background:url(images/wysiwyg.png) -197px 1px no-repeat;
border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.ow_attachments a.attach {
    background: url(images/wysiwyg.png) no-repeat scroll -241px 1px rgba(0, 0, 0, 0);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.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_title {
    margin-bottom: 4px;
    line-height: 13.5px;
    font-size: 11px;
    color: #B7435F;
    display: inline-block;
}
.ow_attachment_description {
    padding-right: 16px;
    line-height: 13.5px;
    height: 27px;
    overflow: hidden;
    font-size: 11px;
    display: inline-block;
}
.ow_video_attachment_preview .ow_attachment_description {
	 color: #B7435F;
}
.ow_attachment_title a {
    font-weight: bold;
    font-size: 11px;
}
.ow_video_attachment_preview  .ow_attachment_title a {
	color: #B7435F;
}
.ow_video_attachment_preview.loading_content .ow_video_attachment_pic,
.ow_video_attachment_preview.loading_content .ow_attachment_title,
.ow_video_attachment_preview.loading_content .ow_attachment_description {
	display: none;
}
.ow_video_attachment_preview.loading_content {
	background: url(images/ajax_preloader_content.gif) center center no-repeat;
}

.ow_attachment_preload {
    background-image: url(images/ajax_preloader_content.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: normal;
}
.ow_attachment_btn span.ow_button {
background-color: #0D0101;
background-image: none;
background-repeat: repeat-x;
background-position: center left;
border-radius: 5000px;
-moz-border-radius: 5000px;
-webkit-border-radius: 5000px;
border-color: #A61414;
display: inline-block;
padding: 1px;
text-align: center;
}

.ow_attachment_btn span.ow_button span {
	display: inline-block;
        border-style: 1px;
	border-width: 1px;
	border-color: #9d0127 #9d0127 #9d0127 #9d0127;
	margin: 1px;
}
.ow_attachment_btn span.ow_button input[type=submit], 
.ow_attachment_btn span.ow_button input[type="button"] {
	padding: 1px 8px 4px;
	height: 22px;
	color: #B7435F;
	background: none;
	text-shadow: #000000 0 2px 0;
         border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.ow_attachment_btn span.ow_button input[type=submit]:hover, 
.ow_attachment_btn span.ow_button input[type="button"]:hover {
color:#fff68f;
}


/*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;
}
.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: #C7BBA9;
}
.ow_oembed_atachment_pic_nopic {
    background-image: url(images/no-picture.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.ow_oembed_attachment_pic img {
    width: 80px;
    height: 60px;
}
.ow_oembed_attachment_url {
    position: relative;
}
.ow_oembed_attachment_url a {
    position: absolute;
    bottom: 4px;
    left: 4px;
}
.ow_attachment_title {
    margin-bottom: 4px;
    line-height: 13.5px;
    font-size: 11px;
    display: inline-block;
}
.ow_attachment_description {
    line-height: 13.5px;
    height: 27px;
    overflow: hidden;
    font-size: 11px;
    display: block;
}
.ow_attachment_title a {
    display: block;
    height: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 11px;
}
.ow_oembed_attachment_preview.loading_content .ow_oembed_attachment_pic,
.ow_oembed_attachment_preview.loading_content .ow_attachment_title,
.ow_oembed_attachment_preview.loading_content .ow_attachment_description {
    display: none;
}
.ow_oembed_attachment_preview.loading_content {
    background: url(images/ajax_preloader_content.gif) center center no-repeat;
}
.attachment_image_item {
    border-width: 1px;
    cursor: pointer;
    float: left;
    height: 85px;
    margin: 2px;
    padding: 3px;
    text-align: center;
    width: 85px;
}
.attachment_image_item img {
    max-width: 100%;
    max-height: 100%;
}
/*Photo attachment*/
.ow_photo_attachment_preview {
    height: auto;
    padding: 8px 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    margin-left: 0;
}
.ow_comments_mipc .ow_photo_attachment_preview,
.ow_comments_mipc .ow_oembed_attachment_preview {
    margin-left: 48px;
}
.ow_comments_ipc .ow_photo_attachment_preview,
.ow_comments_ipc .ow_oembed_attachment_preview {
    margin-left: 57px;
}
.ow_feed_comments_input_sticky .ow_photo_attachment_preview,
.ow_feed_comments_input_sticky .ow_oembed_attachment_preview,
.ow_feed_comments_input_sticky .comments_hidden_btn{
	margin: 0 12px 8px 22px;
}
.ow_photo_attachment_pic {
    display: inline-block;
    background-color: #ececec;
    width: 120px;
    height: 120px;
    border: 1px solid #e6e6e6;
    border-top-color: #dbdbdb;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.ow_photo_attachment_pic.loading {
	background-size: auto;
	background-image: url(images/ajax_preloader_content.gif);
	background-position: center center;
}
.ow_photo_attachment_stage {
    width: 150px;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
 }
/*File attachments*/
.ow_file_attachment_preview {
    width: 100%;
    height: auto;
    margin-top: -2px;
    margin-bottom: 6px;
}
.ow_file_attachment_block1, .ow_file_attachment_block2 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 2px 0;
}
.ow_file_attachment_block1 {
    padding-right: 4px;
}
.ow_file_attachment_block2 {
    padding-left: 4px;
}
.ow_dialog_items_wrap .ow_file_attachment_block1,
.ow_dialog_items_wrap .ow_file_attachment_block2 {
	width: auto;
	float: none;
	padding-right: 0;
	padding-left: 0;
	padding-top: 4px;
}
.ow_dialog_items_wrap .ow_file_attachment_info,
.ow_mailbox_log .ow_file_attachment_info {
	padding-right: 4px;
}
.ow_dialog_item_mailchat .ow_mailbox_message_content_attach {
    padding-top: 0px;
}
.ow_dialog_items_wrap .ow_file_attachment_name,
.ow_mailbox_log .ow_file_attachment_name {
	font-weight: normal;
	padding-right: 4px;
}
.ow_file_attachment_info {
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-right: 50px;
    position: relative;
    height: 22px;
    overflow: hidden;
}
.ow_file_attachment_info a {
	line-height: 22px;
	padding-left: 8px;
}
.ow_dialog_in_item.fileattach {
	padding-top: 1px;
	padding-bottom: 1px;
}
.ow_dialog_in_item.fileattach .ow_file_attachment_info {
	border: none;
}
.ow_file_attachment_name {
    width: 100%;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    padding-left: 8px;
    font-size: 11px;
    font-weight: bold;
}
.ow_file_attachment_size {
    font-weight: normal;
    display: none;
}
.ow_file_attachment_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    border-left: 1px solid #DCDCDC;
    background-image: url(images/tag_close_btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.ow_file_attachment_preload {
    position: absolute;
    top: 0;
    right: 25px;
    width: 16px;
    height: 22px;
    background: url(images/ajax_preloader_content.gif) center center no-repeat;
    display: none;
}
.ow_dialog_in_item.errormessage p,
.ow_mailbox_log_message.errormessage .ow_mailbox_message_content,
.ow_dialog_item_mailchat.errormessage .ow_dialog_item_mailchat_text {
	color: #b1b1b1;
}
.ow_errormessage_not {
	display: block; 
	padding-bottom: 4px; 
	padding-left: 4px;
}
.ow_dialog_in_item.errormessage .ow_errormessage_not {
	padding-left: 0;
}

/* -------End of attachments styles----------*/
/* ----------- Comments styles---------- */
body .ow_attachments .buttons {
	padding: 1px;
	background: #f5f5f5;
	border: 1px solid #ebebeb;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
body .ow_attachments a {
	border: 1px solid #CFCFCF;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
       border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
body .ow_attachments a.video {
    border-radius: 0 2px 2px 0;
    margin: 0 0 0 -1px;
}
.base_cmnts_temp_cont .ow_ipc_info {
	border: none;
	padding-bottom: 1px;
}
.ow_comments_item,
.ow_feed_comments_viewall,
.ow_feed_comments_input_sticky,
.ow_photo_attachment_preview,
.ow_oembed_attachment_preview,
.ow_oembed_attachment_pic,
.ow_comments_form_wrap,
.ow_newsfeed_features .ow_tooltip .ow_tooltip_body {
background-color: rgba(0,0,0,0.1);
border-color: #5A0726;
border-style: solid;
}

.ow_comments_item {
	position: relative;
	padding: 0px 0px 4px;
	padding: 6px 6px 4px 6px;
	border-width: 1px 1px 0 1px;
        background: rgba(0,0,0,0.5);
}
.ow_comments_form_top .ow_comments_item {
	border-width: 0 1px 1px 1px;
}
.ow_comments_form_top .ow_paging {
    margin-bottom: 0;
    margin-top: 8px;
}
.ow_newsfeed_features .ow_comments_item {
    border-width: 1px 0 0 0;
}
.ow_photoview_info_wrap.sticked .ow_comments_item:last-child {
	border-width: 1px;
	margin-bottom: 12px;
}
.ow_comments_form_top .ow_comments_list .ow_comments_item:last-child {
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
}
.ow_comments_list .ow_comments_item:first-child {
	border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
}
.ow_comments_form_top .ow_comments_list .ow_comments_item:first-child {
	border-radius: 0;
}
.ow_comments_no_form .ow_comments_list .ow_comments_item:last-child {
	border-bottom-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	-webkti-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-width: 1px;
}
.ow_comments_form_top.ow_comments_no_form .ow_comments_list .ow_comments_item:first-child {
	border-top-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	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 6px 4px 6px;
	border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-width: 1px;
	min-height: 42px;
        background: rgba(0,0,0,0.5);
}
.ow_comments_ipc .ow_comments_form_wrap {
	min-height: 50px;
}
.ow_newsfeed_features .ow_comments_form_wrap,
.ow_newsfeed_features .ow_feed_comments_viewall {
	border-width: 1px 0 0 0;
}
.ow_comments_form_top .ow_comments_form_wrap {
	border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
}
.ow_feed_comments_viewall {
	text-align: right;
	padding: 8px 8px 8px 0;
	border-width: 1px 1px 0 1px;
	border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	min-height: 14px;
}
.ow_feed_comments_input_sticky {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.ow_feed_comments_input_sticky .ow_comments_input_wrap {
	padding: 6px 12px 4px 22px;
}
.ow_feed_comments_input_sticky .ow_comments_form_wrap {
	border-top-width: 1px;
}
.ow_comments_item_picture{
    float: left;
    margin-right: -50px;
    width: 50px;
}
.ow_comments_item_info {
    margin-left: 57px;
}
.ow_comments_item_info textarea.ow_smallmargin {
	margin-bottom: 6px;
	width: 100%;
	margin-top: 4px;
}
.ow_comments_item_info .comments_fake_autoclick {
	width: 100%;
	height: 28px;
	margin-top: 4px;	
}
.ow_comments_item_header {
	margin-bottom: 2px;
        
}
.ow_comments_item_header a {
    font-size: 11px;
    font-weight: bold;
}
.ow_comments_item_toolbar {
    float: left;
	font-size:10px;
	width: 100%;
}
.ow_comments_item_info .clearfix .ow_comments_item_toolbar {
    white-space: normal;
}
.ow_comments_date {
	float: right;
	font-size: 10px;
        color:#B7435F !important;
}



.ow_comments_list .ow_tooltip .ow_tooltip_body {
    padding: 4px 0px;
}
.ow_comments_list .ow_context_action_list a {
	padding: 4px 12px;
}
.ow_comments_item_info .mipc_url{
    font-weight: bold;
}
.comment_add_arr {
	float: left;
	display: block;
	position: relative;
	z-index: 1;
	left: 1px;
	width: 5px;
	height: 9px;
	margin: 14px 0px 0px -5px;
    background: url(images/comment_add_arr.png) no-repeat 0px 0px;
}
.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;
        color:#fbfbfb;
}
.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: #FFA07A;
}
body .item_loaded {
	margin: 0px 3px 8px 57px;
}
body textarea.ow_newsfeed_status_input {
	height: 58px;
background:rgba(0,0,0,0.4);
color:#FFF68F;
}
body textarea.ow_newsfeed_status_input.invitation {
	width: 100%;
	height: 28px;
}
.ow_comments_mipc.ow_comments_paging .ow_comments_list {
	margin-bottom: 8px;
}
.ow_comments_mipc .ow_comments_item_picture,
.ow_feed_comments_input_sticky .ow_comments_item_picture  {
	width: 42px;
	margin-right: -42px;
	float: left;
}
.ow_comments_mipc .ow_comments_item_picture .ow_avatar,
.ow_feed_comments_input_sticky .ow_comments_item_picture .ow_avatar {
	height: 32px;
    width: 32px;
    background: none;


}
.ow_comments_mipc .ow_comments_item_picture .ow_avatar img,
.ow_feed_comments_input_sticky .ow_comments_item_picture .ow_avatar img {
	width: 32px;
	height: 32px;
-webkit-border-radius: 10em;
-moz-border-radius: 10em;
border-radius: 10em;
border: 2px solid #fff;


}
.ow_comments_mipc .ow_comments_item_info,
.ow_feed_comments_input_sticky .ow_comments_item_info {
	margin-left: 48px;
}
.ow_comments_mipc .ow_comments_list {
	margin-bottom: 1px;
}
.ow_comments_item_info .ow_comments_content {
	padding: 2px 0;
	width: 100%;
	word-wrap: break-word;
}
.ow_comments_input_wrap textarea.comments_fake_autoclick {
	resize: none;
	height: 30px;
	padding-right: 28px;
}
.ow_comments_input_wrap .ow_comments_input {
	padding-top: 4px;
	position: relative;
}
.ow_comments_input_wrap .ow_comments_input .comments_fake_autoclick {
	margin-top: 0;
}
.ow_comments_input .ow_attachment_icons {
	position: absolute;
	top: 8px;
	right: 4px;
}
.ow_comments_input .ow_attachments a {
    background: url(images/wysiwyg.png) no-repeat scroll -176px 0px rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 20px;
    overflow: hidden;
    text-decoration: none;
    width: 20px;
border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.ow_attachments input[type="file"] {
    cursor: pointer;
    float: right;
    opacity: 0;
        border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
/*End of comments styles*/

/*========================================================
        [5] Common Blocks        __blocks
  ========================================================*/
.ow_box_cap_empty {
background:#771B3E url(images/bar.png) repeat-x !important;/** OW_Control type:image, key:BoxCapEmptyImage, section: 1. General Settings, label: Box Cap Empty background image **/
box-shadow: 0px 5px 0px transparent, 3px 5px 5px rgba(0,0,0,0.5);
border-radius: 0px 0px 0px 0px;
margin-bottom: 8px;
        
}

.ow_box_cap_empty .ow_box_cap_right {
}

.ow_box_cap_empty .ow_box_cap_body {
	min-height: 33px;
}

.ow_box_cap h3,
.ow_box_cap_empty h3{
    background-image: url(images/ic_file.png);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    padding: 8px 0 8px 32px;
    text-transform: uppercase;
	height: auto;
	line-height: 16px;	
    overflow: hidden;
	font-weight: normal;
	font-family: 'UbuntuBold', "Trebuchet MS", "Helvetica CY", sans-serif;
}

.ow_box_cap {
background:rgba( 191, 19, 50, 0.3);
border-radius: 0px 0px 0px 0px;
}

.ow_box_cap .ow_box_cap_body {
min-height: 32px;
background: #771B3E url(images/bar.png) repeat-x!important;/** OW_Control type:image, key:BoxCapBodyImage, section: 1. General Settings, label: Box Cap Body background image **/
}
.ow_box {
margin-bottom: 8px;
padding: 8px 8px 8px 8px;
position: relative;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top: 3px solid #640E2F;
border-left: none;
border-right: none;
border-bottom: none;
}

.ow_box_empty{
position: relative;
}
.ow_box .bottom_toolbar, .ow_box_mod .bottom_toolbar{
	margin-top: 10px;
    border-top: 1px solid #555;
    font-size: 10px;
    padding: 0 5px;
    text-align: right;
}
.ow_box.ow_no_cap {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.ow_sidebar .ow_box_bottom_shadow,
.ow_supernarrow .ow_box_bottom_shadow
{
	background-image: url('images/box-shadow-small.png');
	bottom: -12px;
}


/*========================================================
        [6] Standard Listings        __listings
  ========================================================*/
a.ow_console.user_avatar img {
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
  border: 3px outset #ff0060;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
   -o-transition: all 1s;
   background-color: #0E0F0E;
   padding: 4px;
}
.ow_canvas .ow_avatar img,
.ow_canvas .ow_lp_avatars img,
.ow_canvas .ow_newsfeed_avatar img{
    width: 40px;
    height: 40px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border: 3px outset #fbfbfb;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
   -o-transition: all 1s;
}
.ow_canvas .ow_avatar img:hover,a.ow_console.user_avatar img:hover,
.ow_canvas .ow_lp_avatars img:hover,
.ow_canvas .ow_newsfeed_avatar img:hover{
border: 3px outset #ff0060;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
   -o-transition: all 1s;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
   -o-border-radius: 0px;
}
/* ---- Item Picture Content ---- */
.ow_ipc {
margin-top: 0px;
margin-bottom: 0px;
border: 1px solid #171616;
}
.ow_ipc:first-child {
margin-top: 0px;
}

.ow_ipc_picture{
    float: left;
    margin-right: -50px;
    width: 50px;
	/*padding: 4px 5px 6px;*/
}
.ow_ipc_picture .ow_avatar {
	background: none;
}
.ow_ipc_picture img {
width: 40px;
height: 40px;
border: 3px outset #fbfbfb;
border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
   -o-border-radius: 50%;
transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
   -o-transition: all 1s;

}
.ow_ipc_picture img:hover {
border-color:#ff0060;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
   -o-transition: all 1s;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
   -o-border-radius: 0px;
}
.ow_ipc_picture img:first-child {
	margin-top: 7px;
	margin-left: 5px;
}
.ow_ipc_picture .ow_avatar img {
	margin-top: 0px;
	margin-left: 0px;	
}
.ow_ipc_info{
    margin-left: 57px;
    padding: 7px 0px 7px 0px;
    
	  
}

.ow_ipc_header{
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.ow_ipc_header a {
        color:#B7435F;
	font-size: 11px;
	font-weight: bold;
        text-shadow: #000000 0 1px 0;
}

.ow_ipc.ow_smallmargin {
        
	margin-bottom: 0px;
margin-left:10px !important;

}
.ow_ipc_content{
    padding: 0px 0px 12px 0px;
    color:#ccc;
    line-height: 1.25em;
    text-shadow: #000000 0 1px 0;
}
.ow_ipc_toolbar{
    font-size: 11px;
	float: left;
	padding: 0 0px 0px 0px;
	width: 100%;
}
.ow_ipc_toolbar .ow_icon_control {
	padding: 0px;
}
html body div .ow_ipc_toolbar span {
	background: none;
}
.ow_ipc_toolbar .ow_ipc_date,
.ow_ipc_date {
	float: right;
	font-size: 10px;
	line-height: 14px;
        color:#514D4D;
        padding-right:6px;
}
/* ---- End of the Item Picture Content ---- */

/* ---- Mini Item Picture Content ---- */
.ow_mini_ipc_picture {
    float: left;
    margin-right: -42px;
    width: 42px;
}
.ow_mini_ipc_picture .ow_avatar {
	background: none;
}

.ow_mini_ipc_picture img,
.ow_mini_ipc_picture .ow_avatar,
.ow_mini_ipc_picture .ow_avatar img {
    width: 32px;
    height: 32px;
-webkit-border-radius: 10em;
-moz-border-radius: 10em;
border-radius: 10em;

}

.ow_mini_ipc_info {
    margin-left: 49px;
    padding-top: 0;
}

.ow_mini_ipc_info .mipc_url {
    font-weight: bold;
}
.ow_mini_ipc_content {
    margin-top: 5px;
}
/* ---- End of the Mini Item Picture Content ---- */

/* ---- Item Content ---- */
.ow_ic_header {
	margin-bottom: 5px;
}

.ow_ic_description {
	margin-bottom: 5px;
}
.ow_ic_date {
	float: right;
	font-size: 10px;
	line-height: 14px;	
}
th,
.ow_highbox_table .ow_highbox,
.ow_page .ow_highbox,
.ow_sidebar,
.ow_table_3 td {
	border-color: transparent;
}
.ow_page td.ow_highbox {
	border-color: #111;
}

.ow_box_toolbar {
	margin-top: 16px;
    font-size: 11px;
	float: right;
    white-space: nowrap;
}
.ow_box_toolbar span {
	padding: 0px 2px 0px 0px;
}
.ow_box_toolbar span.ow_nowrap a {
	display: inline-block;
	color: #DDFFFF;
	text-shadow: none;
	border-style: solid;
	border-top-color: #CF482E;
	border-right-color: #CF482E;
	border-left-color: #CF482E;
	border-bottom-color: #CF482E;
	border-width: 1px 1px 1px 1px; 
	background:#CF482E url(images/btn2.png) repeat-x;
	padding: 0px 6px 0px;
	line-height: 22px;
	border-radius: 0px;
	-moz-border-radius:0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius:0px;
}

.ow_box_toolbar span.ow_nowrap a:hover {
	background: url(images/box_m_a.png) repeat-x;
	color:#DDFFFF;
	text-shadow: none;
	border-color: #9D0127; 
}

.ow_box_empty .ow_box_toolbar {
}
.ow_box_toolbar a {
	color: #5a5a5a;
}
.ow_box_toolbar a:hover {
	text-decoration: none;
}
.ow_box_toolbar .ow_delimiter,
.ow_ic_toolbar  .ow_delimiter{
	display: none;
}

.ow_avatar_list{
    text-align: center;
}

.ow_avatar_list a{
    margin-bottom: 0px;
    margin-right: 1px;
}

/* ---- Tooltip ---- */
.ow_tooltip {
    margin-top: 0;
    padding-top: 2px;
}
.ow_tooltip_tail {
    display:inline-block;
    padding: 0px 0px;
	width: 100%;
}
.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: rgba(23, 20, 21, 0.9) url(images/pattern.png) repeat;
  padding: 4px;
  padding-top: 3px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 1px solid #100B0D;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow:0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 0px transparent, 3px 8px 5px rgba(0,0,0,0.8);
}
.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;
}
/* ---- Top Right Tooltip  ---- */
.ow_tooltip_top_right.ow_tooltip {
    margin-top: 0;
    position: absolute;
    right: -1px;
    top: 0px;
 }
.ow_tooltip_top_right .ow_tooltip_tail span {
	background-position: 3px -6px;
}
.ow_tooltip_top_right .ow_tooltip_tail {
	text-align: right;
}
/* ---- Bottom Left Tooltip  ---- */
.ow_tooltip_bottom_left .ow_tooltip_tail span {
	background-position: 9px 0px;
	margin-top: -1px;
}
/* ---- Bottom Right Tooltip  ---- */
.ow_tooltip_bottom_right .ow_tooltip_tail span {
	background-position: 1px 0px;
	margin-top: -1px;
}
.ow_tooltip_bottom_right .ow_tooltip_tail {
	text-align: right;
}
/* ---- Left Side Tooltip  ---- */
.ow_tooltip_left .ow_tooltip_tail {
	float: left;
	margin-right: -4px;
	width: 4px;
	padding-top: 8px;
}
.ow_tooltip_left .ow_tooltip_tail span {
	margin: 0px;
	width: 5px;
	height: 11px;
	background-position: 0px -28px;
}
.ow_tooltip_left .ow_tooltip_body {
	display: block;
	margin-left: 4px;
}
/* ---- Right Side Tooltip  ---- */
.ow_tooltip_right .ow_tooltip_tail {
	float: right;
	margin-left: -4px;
	width: 5px;
	padding-top: 8px;
}
.ow_tooltip_right .ow_tooltip_tail span {
	margin: 0px;
	width: 5px;
	height: 11px;
	background-position: 0px -15px;
}
.ow_tooltip_right .ow_tooltip_body {
    display:block;
	margin-right: 4px;
}


/* ---- End of Tooltip  ---- */

/* ---- Counter  ---- */
.ow_count_wrap {
    text-align: center;
   	display: inline-block;
	line-height: 15px;
	font-size: 10px;
	vertical-align: top;
}
.ow_count_bg {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
	display: inline-block;
    background: none repeat scroll 0 0 #ffa7a7;
 	min-height: 15px; 
 	overflow: hidden;
}
.ow_count {
    color: #ffff;
    padding: 0 4px 0 4px;
    text-shadow: #2482a3 0 1px 0;
}
.ow_count_active {
background: none repeat scroll 0 0 #fff68f;
text-shadow: #c5528b 0 1px 0;
}
/* ---- End of Counter  ---- */

/* ---- Item Voted Content ---- */

.ow_ivc_box{
}

.ow_ivc_voteupdown{
	background-repeat: no-repeat;
	background-position: center 5px;
    float: left;
    margin-right: -50px;
    padding: 0px 5px 5px;
    text-align: center;
}

.ow_ivc_content{
    margin-left: 75px;
}
/*
.ow_ivc_origin{
   background-repeat: no-repeat;
   margin-bottom: 8px;
   padding: 2px 0px 2px 20px;
}


.ow_ivc_toolbar .ow_comments,
.ow_ivc_toolbar .ow_tags,
.ow_ivc_toolbar .ow_voteup,
.ow_ivc_toolbar .ow_votedown{
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
    padding: 0px 0px 2px 20px;
}
*/
/* ---- Listing Picture ---- */

.ow_lp_picture{
    float: left;
    margin: 0 1px 1px 0;
}

.ow_lp_wrapper{
    /*float: left;
    overflow: hidden;
    text-align: center;*/
}

.ow_lp_avatars{
	text-align:center;
}

.ow_lp_avatars .ow_lp_wrapper{
	display: inline-block;
    margin: 0 1px 1px 0;
    width: 40px;
}

.ow_lp_albums .ow_lp_wrapper{
    width: 77px;
    height: 77px;
    padding: 4px 0px 0px 5px;    
    float: left;
    margin-right: 4px;
    background: url(images/frame.png) no-repeat 0px 0px;    
}
.ow_photo_item_widget{
border-radius: 50%;
border: 3px inset #DFDFDF;
-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
   -o-border-radius: 50%;
   transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
   -o-transition: all 2s;
}
.ow_photo_item_widget:hover {
  border-color: #ff0060;
  height: 72px;
  width: 72px;
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
   -o-transition: all 2s;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
   -o-border-radius: 0px;
}
.ow_lp_photos .ow_lp_wrapper{
    width: 77px;
    height: 77px;
    padding: 4px 0px 0px 5px;
    margin: 0 2px 2px 0;
    display: inline-block;
    float: none;
    
    text-align: left;
}

.ow_lp_avatars img {
    /*display: block;*/
}


.ow_lp_avatars .ow_avatar {
    margin: 1px;
	text-align: left;
}

.ow_lp_photos img,
.ow_lp_albums img{
    width: 72px;
    height: 72px;
    /*display: block;*/
}

.ow_lp_label{
    margin-left: 80px;
}

.ow_lp_avatars.ow_mini_avatar{
    text-align:left;
}
.ow_mini_avatar .ow_avatar{
    background:none;
}
.ow_mini_avatar .ow_avatar, .ow_avatar.ow_mini_avatar,
.ow_mini_avatar .ow_avatar img, .ow_avatar.ow_mini_avatar img {
    width: 32px;
    height: 32px;
-webkit-border-radius: 10em;
-moz-border-radius: 10em;
border-radius: 10em;


}

a.avatar_list_more_icon{
    width: 25px;
    height: 32px;
    display: inline-block;
    margin: 0 1px;
    background: #222 url(images/more_icon.png) no-repeat 50% 50%;
}

/* ---- User List ---- */

.ow_user_list {
}

.ow_user_list .ow_item_set3{
    width: 32%;
    word-wrap: break-word;
}

.ow_user_list_item{
    float: left;
    padding: 10px;
    padding-right: 0px;
    position: relative;
    box-shadow: 0px 5px 0px transparent, 2px 0px 2px rgba(0,0,0,0.5);
}

.ow_user_list_picture{
    float: left;
    margin-right: -50px;
    width: 50px;
}

.ow_user_list_picture img{
    width: 40px;
    height: 40px;
-webkit-border-radius: 10em;
-moz-border-radius: 10em;
border-radius: 10em;
border: 3px solid #fff;


}

.ow_user_list_data{
    margin-left: 53px;
    
}
.count_label{
color:#ff0060;
}


.ow_user_list_item:hover .ow_uli_context_menu {
	display: block;
}
.ow_uli_context_menu .ow_tooltip .ow_tooltip_body {
    padding: 4px 0;
}
.ow_uli_context_menu .ow_context_action_list a {
	padding: 4px 12px;
}
/*=======================================================
        [7] Tables        __tables
  ========================================================*/
.ow_table_1,
.ow_table_2 {
	border-collapse: separate;
}
.ow_table_3 {
	border-collapse: collapse;
}
.ow_table_1,
.ow_table_2,
.ow_table_3{
    margin-bottom: 25px;
    width: 100%;
}
.ow_table_1 tr td,
.ow_table_2 tr td,
.ow_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: #111;
}
.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-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
}
.ow_photo_list div:first-child,
.ow_video_list div:first-child,
.ow_user_list div:first-child {
	border-left-width: 1px;
	border-top-width: 1px;
}
.ow_table_1 tr td:first-child,
.ow_table_2 tr td:first-child {
	border-left-width: 1px;
}
.ow_photo_list div,
.ow_video_list div,
.ow_user_list div {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}
.ow_photo_list div:last-child,
.ow_video_list div:last-child,
.ow_user_list div:last-child {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
    border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.ow_photo_list div:first-child,
.ow_video_list div:first-child,
.ow_user_list div:first-child {
    border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.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: 0px;
    -moz-border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
	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: 0px;
    -moz-border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
	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: 0px;
    -moz-border-left-radius: 0px;
    -webkit-border-left-radius: 0px;
	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: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
	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: #080808;
	border-width: 0px 1px 1px;
	_border-width: 1px;
}
.ow_table_1 tr.ow_tr_first td,
.ow_table_2 tr.ow_tr_first td{
	border-top-width: 1px;
}
.ow_table_1 tr.ow_tr_first th,
.ow_table_2 tr.ow_tr_first th {
	border-width: 1px 0px;
	border-color: #080808;
}
.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: 0px;
}
.ie8 .ow_table_1 tr.ow_tr_first th,
.ie8 .ow_table_2 tr.ow_tr_first th {
	border-right-width: 1px;
}
/*@media \0screen {
	.ow_table_1 tr.ow_tr_first th,
	.ow_table_2 tr.ow_tr_first th {
	border-right-width: 1px;
}
}*/
.ow_table_1 tr.ow_tr_delimiter td,
.ow_table_2 tr.ow_tr_delimiter td  {
	border: none;
}
.ow_table_1 tr.ow_tr_first th:last-child,
.ow_table_1 tr.ow_tr_first td:last-child,
.ow_table_2 tr.ow_tr_first th:last-child,
.ow_table_2 tr.ow_tr_first td:last-child {
   	border-right-width: 1px;
    border-top-right-radius: 0px;
}
.ow_table_1 tr.ow_tr_first th:last-child,
.ow_table_2 tr.ow_tr_first th:last-child {
   	border-right-color: #080808;
}
.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_table_3 td.ow_label{
    border: none;
    color: #B7435F;
    text-align: right;
}

.ow_table_3 td.ow_value{
	width: 50%;
	padding-left: 10px;
}

.ow_table_4{
    border-collapse: separate;
    border-spacing: 5px;
}

.ow_table_4 td{
    vertical-align: top;
}

.ow_table_4 td.ow_label{
    border: none;
    color: #B7435F;
    text-align: right;
}

.ow_table_4 td.ow_value{
    padding-left: 10px;
}

th.ow_section{
    border: 0 none;
    padding: 15px 0;
	text-align: center;
    background: transparent;
}

th span.ow_section_icon{
    background-repeat: no-repeat;
    padding-left: 22px;
}

th.ow_section span {
background: rgba(0,0,0,0.3);
padding: 5px 10px;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
text-shadow: none;
font-weight: normal;
}

table.ow_form td.ow_label{
    color: #B7435F;
    text-align: right;
    width: 20%;
}

table.ow_form td.ow_desc{
    width: 25%;
    color: #B7435F;
    font-size: 11px;
}

table.ow_form td.ow_submit{
    text-align: center;
}

/*========================================================
        [8] Messages & Notifications        __messages
  ========================================================*/
/*========================================================
        [9] Thumbnails & Icons        __icons
  ========================================================*/
img.thumb{
    width: 100px;
}
html body div .ow_ic_add{ background-image: url(images/ic_add.png); }
html body div .ow_ic_aloud{ background-image: url(images/ic_aloud.png); }
html body div .ow_ic_app{ background-image: url(images/ic_app.png); }
html body div .ow_ic_attach{ background-image: url(images/ic_attach.png); }
html body div .ow_ic_birthday{ background-image: url(images/ic_birthday.png); }
html body div .ow_ic_bookmark{ background-image: url(images/ic_bookmark.png); }
html body div .ow_ic_calendar{ background-image: url(images/ic_calendar.png); }
html body div .ow_ic_cart{ background-image: url(images/ic_cart.png); }
html body div .ow_ic_chat{ background-image: url(images/ic_chat.png); }
html body div .ow_ic_clock{ background-image: url(images/ic_clock.png); }
html body div .ow_ic_comment{ background-image: url(images/ic_comment.png); }
html body div .ow_ic_cut{ background-image: url(images/ic_cut.png); }
html body div .ow_ic_dashboard{ background-image: url(images/ic_dashboard.png); }
html body div .ow_ic_delete{ background-image: url(images/ic_delete.png); }
html body div .ow_ic_draft{ background-image: url(images/ic_draft.png); }
html body div .ow_ic_down_arrow{ background-image: url(images/ic_down_arrow.png); }
html body div .ow_ic_edit{ background-image: url(images/ic_edit.png); }
html body div .ow_ic_female{ background-image: url(images/ic_female.png); }
html body div .ow_ic_file{ background-image: url(images/ic_file.png); }
html body div .ow_ic_files{ background-image: url(images/ic_files.png); }
html body div .ow_ic_flag{ background-image: url(images/ic_flag.png); }
html body div .ow_ic_folder{ background-image: url(images/ic_folder.png); }
html body div .ow_ic_forum{ background-image: url(images/ic_forum.png); }
html body div .ow_ic_friends{ background-image: url(images/ic_friends.png); }
html body div .ow_ic_gear_wheel{ background-image: url(images/ic_gear_wheel.png); }
html body div .ow_ic_heart{ background-image: url(images/ic_heart.png); }
html body div .ow_ic_help{ background-image: url(images/ic_help.png); }
html body div .ow_ic_house{ background-image: url(images/ic_house.png); }
html body div .ow_ic_info{ background-image: url(images/ic_info.png); }
html body div .ow_ic_key{ background-image: url(images/ic_key.png); }
html body div .ow_ic_left_arrow{ background-image: url(images/ic_left_arrow.png); }
html body div .ow_ic_lens{ background-image: url(images/ic_lens.png); }
html body div .ow_ic_link{ background-image: url(images/ic_link.png); }
html body div .ow_ic_lock{ background-image: url(images/ic_lock.png); }
html body div .ow_ic_mail{ background-image: url(images/ic_mail.png); }
html body div .ow_ic_male{ background-image: url(images/ic_male.png); }
html body div .ow_ic_mobile{ background-image: url(images/ic_mobile.png); }
html body div .ow_ic_moderator{ background-image: url(images/ic_moderator.png); }
html body div .ow_ic_monitor{ background-image: url(images/ic_monitor.png); }
html body div .ow_ic_move{ background-image: url(images/ic_move.png); }
html body div .ow_ic_music{ background-image: url(images/ic_music.png); }
html body div .ow_ic_new{ background-image: url(images/ic_new.png); }
html body div .ow_ic_ok{ background-image: url(images/ic_ok.png); }
html body div .ow_ic_online{ background-image: url(images/ic_online.png); }
html body div .ow_ic_picture{ background-image: url(images/ic_picture.png); }
html body div .ow_ic_plugin{ background-image: url(images/ic_plugin.png); }
html body div .ow_ic_push_pin{ background-image: url(images/ic_push_pin.png); }
html body div .ow_ic_reply{ background-image: url(images/ic_reply.png); }
html body div .ow_ic_right_arrow{ background-image: url(images/ic_right_arrow.png); }
html body div .ow_ic_rss{ background-image: url(images/ic_rss.png); }
html body div .ow_ic_save{ background-image: url(images/ic_download.png); }
html body div .ow_ic_restrict{ background-image: url(images/ic_restrict.png); }
html body div .ow_ic_script{ background-image: url(images/ic_script.png); }
html body div .ow_ic_server{ background-image: url(images/ic_server.png); }
html body div .ow_ic_star{ background-image: url(images/ic_star.png); }
html body div .ow_ic_tag{ background-image: url(images/ic_tag.png); }
html body div .ow_ic_trash{ background-image: url(images/ic_trash.png); }
html body div .ow_ic_unlock{ background-image: url(images/ic_unlock.png); }
html body div .ow_ic_up_arrow{ background-image: url(images/ic_up_arrow.png); }
html body div .ow_ic_update{ background-image: url(images/ic_update.png); }
html body div .ow_ic_user{ background-image: url(images/ic_user.png); }
html body div .ow_ic_video{ background-image: url(images/ic_video.png); }
html body div .ow_ic_warning{ background-image: url(images/ic_warning.png); }
html body div .ow_ic_write{ background-image: url(images/ic_write.png); }
html body div .ow_button span,
html body div .ow_button span.ow_negative,
html body div .ow_button span.ow_negative .ow_inprogress {
    background-image: none;
    background-repeat: no-repeat;
}
.maintenance_cont h1 {
    background-image: none;
}
.ow_icon_control{
background-repeat: no-repeat;
display: inline-block;
padding: 0px 0 2px 25px;
line-height: 20px;
}
html body div .ow_miniic_comment{ background: url(images/pencil-square-o_cccccc_16.png) no-repeat center center; margin-top: 1.5px;}
html body div .ow_miniic_like { background: url(images/star-o_cccccc_16.png) no-repeat center center; margin-top: 1.5px;}
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;
}

.newsfeed_likes_string {
position: absolute;
margin-left: -30px;
margin-top: -5px;
font-size: 12px;
}
.ow_box_cap_icons
{
    margin-top: -26px;
}
span.ow_icon{
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}
.ow_marked_cell{
    background-image: url(images/ic_ok.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.ow_box_cap_icons a.close{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    float: right;
    width: 20px;
    height: 20px;
}
/*========================================================
        [10] Menus        __menus
  ========================================================*/
.ow_main_menu .base_main_menu_index{
background:  url(images/home_ffa7a7_18.png) no-repeat left center;/** OW_Control type:image, key:MainIcon, section: 5. Menu Icon, label: Main Icon **/

}
li:hover.base_main_menu_index {
background: url(images/home_ff0060_18.png) no-repeat left center;/** OW_Control type:image, key:MainHoverIcon, section: 5. Menu Icon, label: Main Hover Icon **/
}

li.base_main_menu_index.active {
background: url(images/home_ff0060_18.png) no-repeat left center;/** OW_Control type:image, key:MainActiveIcon, section: 5. Menu Icon, label: Main Active Icon **/
}


.ow_main_menu .base_dashboard {
background:  url(images/dashboard_ffa7a7_18.png) no-repeat  left center ;/** OW_Control type:image, key:DashboardIcon, section: 5. Menu Icon, label: Dashboard Icon **/
}
li.base_dashboard:hover {
background: url(images/dashboard_ff0060_18.png) no-repeat left center;/** OW_Control type:image, key:DashboardHoverIcon, section: 5. Menu Icon, label: Dashboard Hover Icon **/
}
li.base_dashboard.active {
background: url(images/dashboard_ff0060_18.png) no-repeat left center;/** OW_Control type:image, key:DashboardActiveIcon, section: 5. Menu Icon, label: Dashboard Active Icon **/
}


.ow_main_menu .base_users_main_menu_item{
background:  url(images/user_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:UserIcon, section: 5. Menu Icon, label: User Icon **/
}
li:hover.base_users_main_menu_item {
background: url(images/user_ff0060_18.png) no-repeat left center;/** OW_Control type:image, key:UserHoverIcon, section: 5. Menu Icon, label: User Hover Icon **/
}

li.base_users_main_menu_item.active {
background: url(images/user_ff0060_18.png) no-repeat left center;/** OW_Control type:image, key:UserActiveIcon, section: 5. Menu Icon, label: User Active Icon **/
}


.ow_main_menu .photo_photo{
background:  url(images/picture-o_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:PhotoIcon, section: 5. Menu Icon, label: Photo Icon **/
}
li.photo_photo:hover ,
li.photo_photo.active {
background: url(images/picture-o_ff0060_18.png) no-repeat left center;/** OW_Control type:image, key:PhotoHoverActiveIcon, section: 5. Menu Icon, label: Photo Hover & Active Icon **/
}
 
.ow_main_menu .video_video{
background:  url(images/film_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:VideoIcon, section: 5. Menu Icon, label: Video Icon **/
}
li.video_video:hover,
li.video_video.active{
background: url(images/film_ff0060_18.png) no-repeat left center;/** OW_Control type:image, key:VideoHoverActiveIcon, section: 5. Menu Icon, label: Video Hover & Active Icon **/
}
.ow_main_menu .groups_main_menu_list{
background:  url(images/users_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:GroupIcon, section: 5. Menu Icon, label: Group Icon **/
}
li:hover.groups_main_menu_list,
li.groups_main_menu_list.active{
background:  url(images/users_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:GroupHoverActiveIcon, section: 5. Menu Icon, label: Group Hover & Active Icon **/
}
.ow_main_menu .event_main_menu_item{
background:  url(images/calendar_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:EventIcon, section: 5. Menu Icon, label:Event Icon **/
}
li:hover.event_main_menu_item,
li.event_main_menu_item.active{
background:  url(images/calendar_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:EventHoverActiveIcon, section: 5. Menu Icon, label: Event Hover & Active Icon **/
}
.ow_main_menu .blogs_main_menu_item{
background:  url(images/pencil-square_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:BlogIcon, section: 5. Menu Icon, label: Blog Icon **/
}
li:hover.blogs_main_menu_item,
li.blogs_main_menu_item.active{
background:  url(images/pencil-square_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:BlogHoverActiveIcon, section: 5. Menu Icon, label: Blog Hover & Active Icon **/
}
.ow_main_menu .base_main_menu_my_profile{
background:  url(images/user_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:MyprofileIcon, section: 5. Menu Icon, label: My Profile Icon **/
}
li:hover.base_main_menu_my_profile,
li.base_main_menu_my_profile.active{
background:  url(images/user_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:MyprofileHoverActiveIcon, section: 5. Menu Icon, label: Myprofile Hover & Active Icon **/
}





.ow_main_menu .links_main_menu_item{
background:  url(images/link_ffa7a7_18.png) no-repeat left center;/** OW_Control type:image, key:LinkIcon, section: 5. Menu Icon, label: Link Icon **/
}

li.links_main_menu_item:hover,
li.links_main_menu_item.active{
background:  url(images/link_ff0060_18.png) no-repeat left center;/** OW_Control type:image, key:LinkHoverActiveIcon, section: 5. Menu Icon, label: Link Hover & Active Icon **/
}

.ow_main_menu .forum_forum {
background:  url(images/file-word-o_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:ForumIcon, section: 5. Menu Icon, label: Forum Icon **/
}
li.forum_forum:hover,
li.forum_forum.active {
background:  url(images/file-word-o_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:ForumHoverActiveIcon, section: 5. Menu Icon, label: Forum Hover & Active Icon **/
}
.ow_main_menu .base_base_join_menu_item{
background:  url(images/sign-in_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:JoinIcon, section: 5. Menu Icon, label: Join Icon **/
}
li:hover.base_base_join_menu_item,
li .base_base_join_menu_item.active{
background:  url(images/sign-in_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:JoinHoverActiveIcon, section: 5. Menu Icon, label: Join Hover & Active Icon **/
}

.ow_main_menu .base_mobile_version_menu_item{
background:  url(images/mobile_ffa7a7_18.png) no-repeat  13px center;/** OW_Control type:image, key:MobileVersionIcon, section: 5. Menu Icon, label: Mobile-version Icon **/
}

li:hover.base_mobile_version_menu_item,
li .base_mobile_version_menu_item.active{
background:  url(images/mobile_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:MobileVersionHoverActiveIcon, section: 5. Menu Icon, label: Mobile-version H&A Icon **/
}

.ow_main_menu .studio_menutext_value{
background:  url(images/video-camera_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:StudioIcon, section: 5. Menu Icon, label: Studio Icon **/
}

li:hover.studio_menutext_value,
li.studio_menutext_value.active{
background:  url(images/video-camera_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:StudioHoverActiveIcon, section: 5. Menu Icon, label: Studio H&A Icon **/
}

.ow_main_menu .note_main_menu_item{
background:  url(images/file-text_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:NoteIcon, section: 5. Menu Icon, label: Note Icon **/
}

li:hover.note_main_menu_item,
li.note_main_menu_item.active{
background:  url(images/file-text_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:NoteHoverActiveIcon, section: 5. Menu Icon, label: Note H & A Icon **/
}

.ow_main_menu .contact_main_menu_item{
background:  url(images/phone-square_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:ContactIcon, section: 5. Menu Icon, label: Contact Icon **/
}

li:hover.contact_main_menu_item,
li .contact_main_menu_item.active{
background:  url(images/phone-square_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:ContactHoverActiveIcon, section: 5. Menu Icon, label: Contact H & A Icon **/
}

.ow_main_menu .contactus_bottom_menu_item{
background:  url(images/phone_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:ContactUsIcon, section: 5. Menu Icon, label: Contactus Icon **/
}

li:hover.contactus_bottom_menu_item,
li.contactus_bottom_menu_item.active{
background:  url(images/phone_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:ContactUsHoverActiveIcon, section: 5. Menu Icon, label: Contactus H & A Icon **/
}

.ow_main_menu .shoppro_main_menu_item{
background:  url(images/shopping-cart_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:ShopproIcon, section: 5. Menu Icon, label: Shoppro Icon **/
}

li:hover.shoppro_main_menu_item ,
li.shoppro_main_menu_item.active{
background:  url(images/shopping-cart_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:ShopproHoverActiveIcon, section: 5. Menu Icon, label: Shoppro H & A Icon **/
}


.ow_main_menu .movies_movies_menu_label{
background:  url(images/file-video-o_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:MovieIcon, section: 5. Menu Icon, label: Movie Icon **/
}

li:hover.movies_movies_menu_label,
li.movies_movies_menu_label.active{
background:  url(images/file-video-o_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:MovieHoverActiveIcon, section: 5. Menu Icon, label: Movie H & A Icon **/
}



.ow_main_menu .compteyoutube_compteyoutube{
background:  url(images/youtube-play_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:YoutubeIcon, section: 5. Menu Icon, label: Youtube Icon **/
}

li:hover.compteyoutube_compteyoutube,
li.compteyoutube_compteyoutube.active{
background:  url(images/youtube-play_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:YoutubeHoverActiveIcon, section: 5. Menu Icon, label: Youtube H & A Icon **/
}

.ow_main_menu .gallery_main_menu_item{
background:  url(images/file-image-o_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:GalleryIcon, section: 5. Menu Icon, label: Gallery Icon **/
}

li:hover.gallery_main_menu_item,
li.gallery_main_menu_item.active{
background:  url(images/file-image-o_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:GalleryHoverActiveIcon, section: 5. Menu Icon, label: Gallery H & A Icon **/
}

.ow_main_menu .userinvite_menutext_value{
background:  url(images/paper-plane_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:InviteIcon, section: 5. Menu Icon, label: Invite Icon **/
}

li:hover.userinvite_menutext_value,
li.userinvite_menutext_value.active{
background:  url(images/paper-plane_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:InviteHoverActiveIcon, section: 5. Menu Icon, label: Invite H & A Icon **/
}



.ow_main_menu .games_main_menu_item{
background:  url(images/futbol-o_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:GamesIcon, section: 5. Menu Icon, label: Games Icon **/
}

li:hover.games_main_menu_item,
li.games_main_menu_item.active{
background:  url(images/futbol-o_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:GamesHoverActiveIcon, section: 5. Menu Icon, label: Games H & A Icon **/
}

.ow_main_menu .musicextreme_main_menu_text{
background:  url(images/music_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:MusicextremeIcon, section: 5. Menu Icon, label: Musicextreme Icon **/
}

li:hover.musicextreme_main_menu_text,
li.musicextreme_main_menu_text.active{
background:  url(images/music_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:MusicextremeHoverActiveIcon, section: 5. Menu Icon, label: Musicextreme H & A Icon **/
}

.ow_main_menu .friendsplus_main_menu_item{
background:  url(images/weixin_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:FriendsplusIcon, section: 5. Menu Icon, label: friendsplus Icon **/
}

li:hover.friendsplus_main_menu_item,
li.friendsplus_main_menu_item.active{
background:  url(images/weixin_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:friendsplusHoverActiveIcon, section: 5. Menu Icon, label: Friendsplus H & A Icon **/
}


.ow_main_menu .fanpage_main_menu_item{
background:  url(images/slideshare_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:FanpageIcon, section: 5. Menu Icon, label: Fanpage Icon **/
}

li:hover.fanpage_main_menu_item,
li.fanpage_main_menu_item.active{
background:  url(images/slideshare_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:FanpageHoverActiveIcon, section: 5. Menu Icon, label: Fanpage H & A Icon **/
}



.ow_main_menu .myfile_index_page_title{
background:  url(images/folder-open_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:MyfileIcon, section: 5. Menu Icon, label: Myfile Icon **/
}

li:hover.myfile_index_page_title,
li.myfile_index_page_title.active{
background:  url(images/folder-open_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:MyfileHoverActiveIcon, section: 5. Menu Icon, label:Myfile H & A Icon **/
}

.ow_main_menu .ifiles_menutext_value{
background:  url(images/folder-open-o_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:IfilesIcon, section: 5. Menu Icon, label: Ifiles Icon **/
}

li:hover.ifiles_menutext_value,
li.ifiles_menutext_value.active{
background:  url(images/folder-open-o_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:IfilesHoverActiveIcon, section: 5. Menu Icon, label: Ifiles H & A **/
}

.ow_main_menu .gamesplus_main_menu_item{
background:  url(images/gamepad_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:GameplusIcon, section: 5. Menu Icon, label: Gameplus Icon **/
}

li:hover.gamesplus_main_menu_item,
li.gamesplus_main_menu_item.active{
background:  url(images/gamepad_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:GameplusHoverActiveIcon, section: 5. Menu Icon, label: Gameplus H & A Icon **/
}


.ow_main_menu .questions_main_menu_list{
background:  url(images/question_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:QuestionIcon, section: 5. Menu Icon, label: Question Icon **/
}

li:hover.questions_main_menu_list,
li.questions_main_menu_list.active{
background:  url(images/question_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:QuestionHoverActiveIcon, section: 5. Menu Icon, label: Question H & A Icon **/
}



.ow_main_menu .news_main_menu_item{
background:  url(images/newspaper-o_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:NewsIcon, section: 5. Menu Icon, label: News Icon **/
}

li:hover.news_main_menu_item,
li.news_main_menu_item.active{
background:  url(images/newspaper-o_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:NewsHoverActiveIcon, section: 5. Menu Icon, label: News H & A Icon **/
}



.ow_main_menu .base_page_65965520{
background:  url(images/comments-o_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:PageIcon, section: 5. Menu Icon, label: Page Icon **/
}

li:hover.base_page_65965520,
li.base_page_65965520.active{
background:  url(images/comments-o_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:PageHoverActiveIcon, section: 5. Menu Icon, label: Page H & A Icon **/
}


.ow_main_menu .ocsfundraising_projects{
background:  url(images/rocket_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:ProjectIcon, section: 5. Menu Icon, label: Project Icon **/
}

li:hover.ocsfundraising_projects,
li.ocsfundraising_projects.active{
background:  url(images/rocket_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:ProjectHoverActiveIcon, section: 5. Menu Icon, label: Project H & A Icon **/
}



.ow_main_menu .mochigames_main_menu_item{
background:  url(images/trophy_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:MochigamesIcon, section: 5. Menu Icon, label: Mochigames Icon **/
}

li:hover.mochigames_main_menu_item,
li.mochigames_main_menu_item.active{
background:  url(images/trophy_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:MochigamesHoverActiveIcon, section: 5. Menu Icon, label: Mochigames H & A Icon **/
}



.ow_main_menu .cms_main_menu_item{
background:  url(images/pie-chart_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:CmsIcon, section: 5. Menu Icon, label: Cms Icon **/
}

li:hover.cms_main_menu_item,
li.cms_main_menu_item.active{
background:  url(images/pie-chart_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:CmsHoverActiveIcon, section: 5. Menu Icon, label: Cms H & A Icon **/
}



.ow_main_menu .search_main_menu_item{
background:  url(images/search_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:SearchIcon, section: 5. Menu Icon, label: Search Icon **/
}

li:hover.search_main_menu_item,
li.search_main_menu_item.active{
background:  url(images/search_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:SearchHoverActiveIcon, section: 5. Menu Icon, label: Search H & A Icon **/
}



.ow_main_menu .appapi_top_menu_item{
background:  url(images/cubes_ffa7a7_18.png) no-repeat  left center;/** OW_Control type:image, key:AppapiIcon, section: 5. Menu Icon, label: Appapi Icon **/
}

li:hover.appapi_top_menu_item,
li.appapi_top_menu_item.active{
background:  url(images/cubes_ff0060_18.png) no-repeat  left center;/** OW_Control type:image, key:AppapiHoverActiveIcon, section: 5. Menu Icon, label: Appapi H & A Icon **/
}


.ow_main_menu li {
background:  url(images/plus-circle_ffa7a7_18.png) no-repeat left center ;/** OW_Control type:image, key:DefaultIcon, section: 5. Menu Icon, label: Default Icon **/	
}

.ow_main_menu li.active,
.ow_main_menu li:hover {
background-image:  url(images/plus-circle_ff0060_18.png) no-repeat left center ;/** OW_Control type:image, key:DefaultHoverActiveIcon, section: 5. Menu Icon, label: Default H & A Icon **/

}


/************modification********************/
.ow_menu_wrap {
    height: 70px;
    display: table;
    background:#232323 url(images/menux.png);/** OW_Control type:image, key:MenubackgroundImage, section: 1. General Settings, label: Menu background image **/
    border-top:rgba(0,0,0,0.3) 2px solid;
    border-left: none;
    border-right: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    z-index: 999;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
}
.ow_main_menu{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 4px 0px 0px;
    box-shadow: 0px 5px 0px transparent,3px 3px 5px rgb(0, 0, 0);
}
html[xmlns] .ow_main_menu.clearfix {
    display: table-cell;
}
.ow_main_menu li {
    padding: 0;
    display: inline-block;
}
.ow_main_menu li a {
    color: #FFA7A7; /** OW_Control type:color, key:menuColor, section:2. Colors, label:Menu text color **/
    display: inline-block;
    font-size: 14px;
    padding: 7px 8px 6px 16px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: #000000 0 1px 0;
    font-weight: bold;
    
}

.ow_main_menu li {
display: inline-block;
padding: 7px 5px 7px 8px;
}


.ow_main_menu li.active a,
.ow_main_menu li a:hover {
color: #ff0060; /** OW_Control type:color, key:menuHoverColor, section:4. Menu, label:Menu hover text color **/
}
.ow_box_menu {
  font-size: 0px;
  line-height: 21px;
  margin-bottom: 16px;
  right: 19%;
  margin-top: -10px;
}
.ow_box .ow_box_menu {
text-align: center;
}

.ow_box_menu a {
	
	display: inline-block;
	font-size: 15px !important;
	height: 23px;
	padding: 0px 6px 0 7px;
	color: #DDFFFF;
	text-shadow: none;
	border-style: solid;
	border-top-color: #640E2F;
	border-right-color: #640E2F;
	border-left-color: #640E2F;
	border-bottom-color: #640E2F;
	border-width: 1px 1px 1px 1px;
	margin: 0px 0px 0px -1px;
	outline: 0;
	background: #640E2F;
        box-shadow: none;

}
.ow_box_menu a:first-child {
	border-left-width: 0px;
    border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
}
.ow_box_menu a:last-child {
    border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
.ow_box_empty .ow_box_menu{
	float: right;
	padding-left: 5px;
}

.ow_box_menu a.active,
.ow_box_menu a:hover{
color:#fbfbfb; /** OW_Control key:titleColor **/
text-decoration:none;
background: #8E1744;
text-shadow: none;
border-color: #9D0127;
font-weight: 700;
}



/* ---- End of Main Menu styles ---- */
/* ---- Content Menu styles ---- */
.ow_content_menu{
    font-size: 0px;
    font-family: /*'open_sans_condensedbold',*/ "Trebuchet MS", "Helvetica CY", sans-serif;
    font-weight: normal;
    padding: 10px 2px;
    background: #1D1919 url(images/black_pattern.gif) repeat!important;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.ow_content_menu_wrap{
    margin-bottom:20px;
}
.ow_content > .ow_right > .ow_button {
    margin-top: 19px;
    margin-right: 19px;
}
.ow_content_menu li{
    float: left;
    padding-left: 5px;
    background-color: #3B0F2A;
    
}
.ow_content_menu li:first-child {
    border-color: transparent;
}
.ow_content_menu li a{
    display: block;
	padding: 3px 3px 4px 0px;
	font-size: 13px;
	color: #ffa7a7;
        text-shadow: #000000 0 1px 0;
}

.ow_content_menu span{
    background-image: url(images/ic_file.png);
    background-position: 5px 9px;
    background-repeat: no-repeat;
    padding: 8px 8px 10px 28px;
    display: block;
}
.ow_content_menu li.active {
    background: url(images/box_m_a.png)repeat-x;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
box-shadow: 0px 5px 0px transparent, 2px 5px 2px rgba(0,0,0,0.5);
}
.ow_content_menu li.active, .ow_content_menu li.active +li {
	border-color: transparent;
}
.ow_content_menu li.active {
    background: url(images/box_m_a.png) repeat-x right 0px;
    color: #ffa7a7; /** OW_Control key: titleColor **/
    text-decoration: none;
    -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
box-shadow: 0px 5px 0px transparent, 2px 5px 2px rgba(0,0,0,0.5);
}

.ow_content_menu li :hover {
    color: #ffa7a7; /** OW_Control key: titleColor **/
    text-decoration: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

/* ---- End of Content Menu styles ---- */
/* ---- Button List styles ---- */
ul.ow_bl{
    padding: 0;
}

ul.ow_bl li{
    float: right;
	list-style: none;
    margin-left: 4px;
    margin-bottom: 4px;
}

ul.ow_bl a {
    display: block;
	background: url(images/box_m_a.png) repeat-x center left;
    border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #9D0127;
	color: #DDFFFF;
	padding: 0px 8px;
	line-height: 21px;
	height: 22px;
    text-decoration: none;
	font-size: 11px;
}

ul.ow_bl a:hover {
    border-color: #9D0127;
    color: #ffa7a7;
}

span.ow_blitem {
	background: url(images/box_m_a.png) repeat-x center left;
    border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #9D0127;
	padding: 0px 0px;
	line-height: 20px;
	height: 22px;
    text-decoration: none;
    display: inline-block;
    margin: 0px 4px 0px 0px;
}
span.ow_blitem span {
    display: inline-block;	
}

span.ow_blitem.ow_red input[type="submit"]{
	text-shadow: none;
	color: #EE3D32;
}


span.ow_blitem input[type="submit"],
span.ow_blitem input[type="button"] {
    border: none;
    padding: 0px;
    background: none;
    font-weight: normal;
    height: auto;
    text-shadow: #000000 0 1px 0;
    padding: 2px 5px 0 6px;
    font-size: 11px;
    line-height: 17px;
	font-family: "Tahoma","Lucida Grande", "Verdana";   
    text-transform: none;
    color: #ffa7a7;
}

span.ow_blitem:hover,
span.ow_blitem input:hover {
    border-color: #9d0127;
}

/* ---- Button List styles Cover Image ---- */
.ow_bg_controls span.ow_blitem{
	background: url(images/btnl_black_bg.png) repeat-x center left;
	border-radius: 3px;
	border: none;
	height: 24px;
	line-height: 22px;
} 

.ow_bg_controls span.ow_blitem:hover{
	background: url(images/btnl_black_hover_bg.png) repeat-x center left;
}

html body div .ow_bg_controls .ow_green{
	color:#ccc;
} 

.ow_bg_controls span.ow_blitem input[type="submit"],
.ow_bg_controls span.ow_blitem input[type="button"]{
	color: #ccc;
	text-shadow: none;
} 

.ow_bg_controls span.ow_blitem input[type="submit"]:hover,
.ow_bg_controls span.ow_blitem input[type="button"]:hover{
color: #eee;
}

/* ---- End of Button List styles Cover Image ---- */
/* ---- End of Button List styles ---- */
/* ---- Footer Menu styles ---- */
.ow_footer_menu {
font-size: 15px;
padding: 9px;
text-align: center;
letter-spacing: 2px;
color:#B7435F;/** OW_Control type:color, key:FooterMenuColor, section:2. Colors, label: - Footer Menu Color **/

}
/* ---- End of Footer Menu styles ---- */
/* ---- Inventory Line styles ---- */
.ow_inventory_line{
}
/*========================================================
        [11] Pagination        __pagination
  ========================================================*/
html[xmlns] .ow_paging.clearfix {
	display: inline-block;
}
.ow_paging {
    font-size: 11px;
    background: rgba(0,0,0,0.4);
    border: 1px solid #333;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 1px;
}

.ow_paging a{
    display: inline-block;
    line-height: 16px;
    background: url(images/box_m_a.png) repeat-x 0px 0px;
    padding: 2px 6px 2px 7px;
    text-decoration: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #DDFFFF;
    border: 1px solid #9D0127;
}

.ow_paging a.active,
.ow_paging a:hover{
    background: url(images/console_active_item_bg.gif) repeat-x 0px 0px;
    color: #FF77B9;
}
.ow_paging span {
	display: inline-block;
	padding-left: 3px;
}

/*========================================================
        [12] Typography        __typography
  ========================================================*/
@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('images/opensans-condbold-webfont.eot');
    src: url('images/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/opensans-condbold-webfont.woff') format('woff'),
         url('images/opensans-condbold-webfont.ttf') format('truetype'),
         url('images/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ow_small{
    font-size: 11px;
    line-height: 14px;
}
.ow_highlight{
    background: #CD5C5C;
}

.ow_std_margin{
    margin-bottom: 25px;
}
.ow_normal{
    font-size: 13px;
}
html body .ow_sidebar .ow_tiny,
html body .ow_console .ow_tiny,
.ow_tiny {
    font-size: 9px;
}
.ow_stdmargin{
    margin-bottom: 15px;
}
.ow_smallmargin{
    margin-bottom: 8px;
}
.ow_outline{
    color: #FF7000;
font-weight: bold;
}
.ow_lightweight{
    font-weight: normal;
}
.ow_txt_value {
    font-weight: bold;
    color: #FF7000; /** OW_Control type:color, section:2. Colors, key:txtValue, label:Numeric values **/
}

.ow_remark {
	
}

.ow_alt1,
tr.ow_alt1 td{
    
box-shadow: 0px 5px 0px transparent,0px 1px 4px rgba(0,0,0,0.2);
}

.ow_alt2,tr.ow_alt2 td{
 background: #1D1919 url(images/black_pattern.gif) repeat!important;
}

.ow_high1{
    background-color: #333;
}

.ow_high2{
    background-color: #333;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input[type=file] {
    color: #ffa7a7 !important;
}

a.ow_lbutton,
span.ow_lbutton {
    background: #9d0127;
    color: #fff;
    padding: 0px 3px 0px;
	line-height: 13px;
    text-transform: uppercase;
    border-radius: 0px;
	border: 1px solid #9d0127;
    text-shadow: none;
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
}

html body a.ow_lbutton,
html body span.ow_lbutton {
    font-size: 8px;
}

.ow_lbutton:hover{
	cursor: pointer;
    text-decoration: none;
}

.ow_disabled{
    background: #ccc;
}

.info{
    margin-bottom: 8px;
}
.ow_automargin{
    margin-left: auto;
    margin-right: auto;
}

.ow_autowidth,
table.ow_form td.ow_autowidth{
    width: auto;
}

.ow_anno {
	background:#ffeed7 url(images/ic_warning.png) no-repeat scroll 15px 45%;
	border:1px solid #ffd399;
	padding:10px;
        border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.outline{
    color: #FF7000;
    font-weight: bold;
}

input[type=text].ow_inputready,
textarea.ow_inputready {
    color: #999999;
}

/*========================================================
        [13] Misc        __misc
  ========================================================*/
.clr{
    clear: both;
}
/*.ow_column_equal_fix{
   padding-bottom: 20001px !important;
   margin-bottom: -20000px !important;
}*/
/*========================================================
        [14] 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%;
}
/*========================================================
        [15] Plugin Styles        __plugins
  ========================================================*/
/* ---- Base plugin styles ---- */

.ow_add_content{
	background-image: url(images/ic_add.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	float: left;
	margin: 0 0px 4px 3px;
	overflow:hidden;
	padding: 28px 0 6px;
	text-align:center;
	width:47%;
    border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
background-color:rgba(34, 31, 32, 0.7);
box-shadow: 0px 5px 0px transparent, 2px 5px 2px rgba(0,0,0,0.5);
text-shadow: #000000 0 1px 0;
    font-weight: bold;
}

.ow_add_content:hover{
	text-decoration:none;
        background-color:rgba(23, 20, 21, 0.5);
}
.ow_add_content:nth-child(odd) {
	margin-left: 0px;
}

/* ---- End of base plugin styles ---- */
/* ---- Forum styles ---- */
.ow_forum{
    text-align: center;
    width: 100%;
}

.ow_forum .ow_name{
    text-align: left;
    width: 563px;

}
body .forum_search_wrap input:hover {
border:none !important ;
}


.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%;
color:#B7435F;

}

.ow_forum_topic .ow_views{
    text-align: center;
    width: 1%;
color:#B7435F;

}

.ow_forum_topic .ow_icon{
    line-height: 14px;
    text-align: center;
    width: 8%;

}

body.htmlarea_styles blockquote.ow_quote,
blockquote.ow_quote{
    margin: 10px 0 10px 40px;
    background: #f0f0f0;
    border-left: 2px solid #ccc;
    padding: 2px 5px;
}

body.htmlarea_styles blockquote.ow_quote .ow_author,
blockquote.ow_quote .ow_author{
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    display: inline-block;
    padding: 2px 0;
    width: 98%;
}

.ow_forum_topic_posts .ow_post_comment{
    background-repeat: no-repeat;
    font-style: italic;
    font-size: 11px;
    margin: 10px 0;
    padding-left: 20px;
}

.ow_forum_post_area{
    height: 240px;
}

.ow_forum_status{
    font-style: italic;
}

/* ---- Forum 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;
}
.ow_forum_topic_posts .ow_box .ow_ipc_info {
	border: none;
	padding: 0px;

}
body .ow_forum_attachment_icon {
	width: 16px;
}
body .forum_search_wrap {
background: rgba(0,0,0,0.8);
color:#fbfbfb;
}
body .forum_search_wrap{
border: 1px solid #555;
}

/* ---- End of Forum styles ---- */
/* ---- Mailbox styles ---- */
.ow_mailbox_left_loading .ow_mailbox_left_body {
    background: url(images/ajax_preloader_content.gif) center 220px no-repeat;
}
body .ow_mailbox_right.ow_mailbox_right_loading div.ow_mailbox_right_preloading {
    background: url(images/ajax_preloader_content.gif) no-repeat center center;
}
.ow_mailbox_message_content .ow_file_attachment_info,
.ow_dialog_items_wrap .ow_file_attachment_info,
.ow_mailbox_log .ow_file_attachment_info {
	padding-left: 16px;
	background: url(images/miniic_doc.png) no-repeat 8px 50%;
        
}
.ow_mailbox_convers_info.mails {
	background-image: url(images/miniic_envelope.png);
	background-position: 8px 27px;
	background-repeat: no-repeat;
}
.ow_mailbox_convers_info.chats {
	background-image: url(images/miniic_buble.png);
	background-position: 8px 27px;
	background-repeat: no-repeat;
}
.ow_mailbox_convers_info_attach {
    background: url(images/miniic_attach.png) center center no-repeat;
}
.ow_mailbox_conv_options_label {
    background-image: url(images/chat_tiny_arrow_down.png);
}
.ow_mailbox_convers_info,
.ow_vertical_nav_item.selected, 
.ow_vertical_nav_item.selected:hover {
	background-color: #222222;
}
.ow_mailbox_convers_info_new,
.ow_vertical_nav_item {
	background-color:#111;
        

}
.ow_mailbox_convers_info_selected,
.ow_vertical_nav_item:hover  {
	background-color: #171717;
}
.ow_mailbox_convers_info:hover,
.ow_mailbox_convers_info_selected,
.ow_mailbox_convers_info_selected:hover,
.ow_vertical_nav_item.selected,
.ow_vertical_nav_item:hover {
	-webkit-box-shadow: inset 1px 0px 0px 0px rgba(172,172,172,1);
	-moz-box-shadow: inset 1px 0px 0px 0px rgba(172,172,172,1);
	box-shadow: inset 1px 0px 0px 0px rgba(172,172,172,1);
}
.ow_mailbox_convers_info .ow_mailbox_convers_info_date:hover {
	color: #ffa7a7;
}
.ow_mailbox_convers_info .ow_mailbox_convers_info_string a,
a.ow_vertical_nav_item {
	color: #ffa7a7;
text-shadow: #000000 0 1px 0;
}
.ow_mailbox_convers_info span.ic_reply {
	background-image: url(images/ic_reply_g.png);
}
.ow_mailbox_table,
.ow_mailbox_table .ow_mailbox_convers_info, 
.ow_mailbox_table .ow_mailbox_cap, 
.ow_mailbox_table .ow_mailbox_date_cap,
.ow_mailbox_table .ow_mailbox_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,
.ow_vertical_nav,
.ow_vertical_nav_item  {
    border-color: rgba(197, 197, 197, 0.5);
    
}
.ow_mailbox_date_cap{
text-shadow: #000000 0 1px 0;
}
#conversationMessageGroupDate{
color:#ffa7a7!important;
}
.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 #b91c3b;
}
.ow_mailbox_log .ow_dialog_item.even i {
    background-image: url(images/dialog_tail.png);
    background-position: 0 -1px;
}
.ow_mailbox_log .ow_dialog_item.odd i {
	background-image: url(images/dialog_tail.png);
    background-position: 0 -6px;
}
.ow_mailbox_convers_actions .ow_miniic_control {
	margin-right: 0px;
}
.ow_mailbox_convers_actions .ow_miniic_control span {
	background: url(images/miniic_gearwheel.png) -1px -1px no-repeat;
}
.ow_mailbox_convers_actions .ow_miniic_control.active span {
	background: url(images/miniic_gearwheel.png) -1px -22px no-repeat;
}
/* wysiwyg only for new message */
.htmlarea_styles.mailbox {
	color: #333;
}
.htmlarea_styles.mailbox a {
	color: #ffa7a7;
}

.ow_mailbox_username{
text-shadow: #000000 0 2px 0 !important;
}
.ow_mailbox_message_header{
text-shadow: #000000 0 1px 0 !important;
}
.ow_mailbox_date_cap {
box-shadow: 0px 5px 0px transparent, 3px 8px 5px rgba(0,0,0,0.8);
}
#conversationCapBlock{
box-shadow: 0px 5px 0px transparent, 3px 8px 5px rgba(0,0,0,0.8);
}
#conversationMessageText{
color:#fbfbfb;
text-shadow: #000000 0 1px 0 ; 
}
#conversationSubjectBlock{
color:#ffa7a7;
}
#conversationMessageDateTime{
color:#fbfbfb;
}
.ow_mailbox_conv_options_label{
font-weight: bold;
color:#B7435F;
text-shadow: #000000 0 1px 0 ;
} 

/* ---- End of Mailbox styles ---- */
/* ---- Blogs styles ---- */
.ow_blogpost_compose textarea{
    height: 235px;
}
.ow_ws_video object,
.ow_ws_video embed {
    max-width: 100%;
}
/* ---- End of Blogs styles ---- */
/* ---- Rates Styles ---- */
.inactive_rate_list, .active_rate_list {
    background: url(images/stars.png) no-repeat 0 -13px;
    width: 65px;
    height: 13px;
    text-align: left;
    display: inline-block;
}
.active_rate_list {
    background-position: 0 0;
}
.rates_cont a.rate_item {
    background: url(images/stars.png) no-repeat 0 -13px;
    cursor: pointer;
    float: left;
    height: 13px;
    text-decoration: none;
    width: 13px;
}
.rates_cont a.active {
    background-position: 0 0;
}
.rates_cont{
    margin: 0 auto;
    width: 65px;
}
.ow_rate_score{
    font-size: 20px;
}
/* ---- End of Rates Styles ---- */
/* ---- Video styles ---- */
.ow_video_list .ow_alt1,
.ow_video_list .ow_alt2 {
	padding: 24px 0px 24px 24px;
}
.ow_video_player{
    text-align: center;
}

.ow_video_description{
    margin: 8px 0 20px;
}

.ow_video_list_item{
    float: left;
    max-height: 165px;
    padding: 5px;
    width: 120px;
    margin-right: 20px;
    /**background: url(images/video_bg.png) no-repeat 0px 0px;**/
}
.ow_video_list_item.ow_small {
  background: rgba(0, 0, 0, 0.5) url(images/pattern.png) repeat !important;
  padding: 7px;
  padding-top: 5px;
  border: 3px solid #1A1A1A !important;
  box-shadow: 0px 5px 0px transparent,3px 3px 5px rgb(0, 0, 0);
}


.ow_other_video_item_title{
    margin-left: 88px;
    padding-left: 4px;
}

.ow_video_thumb{
    background: url(images/video-no-video.png) no-repeat center center;
    display: block;
}

.ow_video_thumb,
.ow_video_list_item img{
    height: 90px;
    width: 120px;
}

.ow_other_video_thumb{
    display: block;
    margin-right: -80px;
    background: #222;
    padding: 4px 4px 4px 5px;   
}
.ow_other_video_thumb a {
	display: inline-block;
	width: 80px;
	height: 60px;
    background: url(images/video-no-video.png) no-repeat center center;	
}
.video_thumb_no_title {
	margin: 0px 4px 4px 0px;
}

.ow_other_video_thumb,
.ow_other_video_thumb img,
.ow_other_video_floated img{
    height: 60px;
    width: 80px;
}

.ow_other_video_floated{
    display: inline-block;
    background: #fff url(images/video-no-video.png) no-repeat center center;
    width: 80px;
    height: 60px;
    vertical-align: middle;
}

.ow_video_item_title{
	font-weight: bold;
	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 ---- */
/* ---- Avatar styles ---- */
.ow_change_avatar .avatar_current{
    border-right: 1px solid #CCCCCC;
    padding-right: 3px;
}

.ow_change_avatar .ow_avatar_preview{
    border-left: 1px solid #CCCCCC;
}

.ow_change_avatar .avatar_crop{
    border-bottom: 1px solid #CCCCCC;
}

.ow_avatar_crop .jcrop-holder{
    margin: 0px auto;
}

.ow_avatar_preview div{
    margin: 0px auto;
}

.ow_avatar {
    position: relative;
    display: inline-block;
	padding: 4px 5px 6px 5px;
    width: 40px;
    height: 40px;
	background: 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: 26px;
  background-color: #999;
  left: 0px;
  color: #fff;
  font-weight: bold;
  padding: 0px 2px;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
}

html body .ow_sidebar .ow_avatar_label,
html body .ow_console .ow_avatar_label  {
    font-size: 7px;
}
html body .ow_console .ow_avatar_label {
bottom: 0px;
	
}
.ow_canvas .ow_newsfeed_avatar {
margin-top: 0px!important;
margin-left: 10px!important;
width: 26px!important;
height: 26px!important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;

    	
}
.ow_canvas .ow_newsfeed_body {
	margin-left: 0px;
	padding-left: 7px;
        
} 
.ow_canvas .ow_newsfeed_avatar img {
  margin-top: -9px!important;
  margin-left: -6px!important;
  width: 26px!important;
  height: 26px!important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 0px;
  border: 2px outset #fbfbfb!important;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
   -o-transition: all 1s;
}
.ow_canvas .ow_newsfeed_avatar img:hover {
  border: 2px outset #ff0060 !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
   -o-transition: all 1s;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
   -o-border-radius: 0px;
}
.ow_newsfeed_string {
padding-left: 37px!important;
margin-top: -8px!important;
}

.ow_newsfeed_likes_string{
padding-right:35px !important;
}

/* ---- End of the Avatar styles ---- */
/* ---- User Avatar Console styles ---- */
.ow_avatar_console{
    position: relative;
    background: rgba(23, 20, 21, 0.6) url(images/pattern.png) repeat;
    border: 1px solid #080808;
    padding: 4px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
box-shadow: 0px 5px 0px transparent, 3px 3px 3px rgba(0,0,0,0.5);    
}

.ow_avatar_console .ow_avatar_image {
    height: 190px;
    max-width: 170px;
}
.ow_edit_profile_link {right: 3px !important; top: 5px !important;}

.ow_avatar_change .ow_lbutton, .ow_edit_profile_link .ow_lbutton {background-color: transparent !important; box-shadow: none !important;background-position: center center!important;}
.ow_avatar_change .ow_lbutton, .ow_edit_profile_link .ow_lbutton {border: 0 !important;}
.ow_avatar_change .ow_lbutton {font-size: 0px !important; background-image: url(images/camera_e1e1e1_40.png) !important; background-repeat: no-repeat !important; height: 41px !important; width: 41px !important; opacity: .8; filter:alpha(opacity=80); }
.ow_edit_profile_link .ow_lbutton {font-size: 0px !important; background-image: url(images/pencil-square-o_ff4040_22.png) !important; background-repeat: no-repeat !important; height: 22px !important; width: 22px !important; opacity: .8; filter:alpha(opacity=80);}
.ow_avatar_change .ow_lbutton:hover, .ow_edit_profile_link .ow_lbutton:hover {opacity: 1; filter:alpha(opacity=100); transition: all 0.4s ease 0s;}
.ow_avatar_change .ow_lbutton:not(:hover), .ow_edit_profile_link:not(:hover) {transition: all 0.4s ease 0s;}


.user_online_wrap {
	padding-top: 3px;
	min-height: 12px;
	text-align: left;
}

body .ow_avatar_console .avatar_console_label {
	
}
.ow_avatar_console .ow_avatar_label {
    bottom: 0px;
    position: absolute !important;
    left: 0px !important;
    right:auto !important;
}

/* ---- End of User Avatar Console styles ---- */
/* ---- Photo styles ---- */
.ow_photo_dragndrop {
    font-family: 'UbuntuBold',"Trebuchet MS","Helvetica CY",sans-serif;
    text-transform: uppercase;
    color: #666;
    background-color: #f5f9fa;
    border: 1px solid #ccc;
    font-size: 15px;
}
.ow_photo_upload_wrap .ow_photo_preview_block_wrap .ow_photo_preview_edit {
    border: 1px solid #ccc;
}
.ow_photo_preview_image {
    background-color: #fafafa;
}
.ow_photoview_info {
background: #1D1919 url(images/black_pattern.gif) repeat!important;
}
.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 {
    
}
.ow_photo_list_item{
    float: left;
    height: 165px;
    padding: 16px 0px;
    text-align: center;
}
.ow_photo_info_str{
    padding-top: 5px;
}
.ow_photo_infobar{
    padding: 10px;
    text-align: right;
}
.ow_photo_rate{
    height: 15px;
    text-align: center;
}
html body div.floatbox_photo_preview a.ow_ic_delete.close,
html body div.floatbox_empty a.ow_ic_delete.close {
    background-image: url('images/photo_prev_x.png');
}
.floatbox_empty .ow_box_cap_icons {
    top: -20px;
    right: -20px;
}
.ow_photo_context_action .ow_tooltip .ow_tooltip_body {
    padding: 4px 0;
}
.ow_photo_context_action .ow_context_action a {
    
}
.ow_photo_context_action .ow_context_action a:hover {
    text-decoration: none;
}
.ow_photo_context_action .ow_context_action_list a {
color: #fff;
padding: 4px 12px;
}
.ow_photo_context_action {
border: 1px solid #590c0c;
}

.ow_photo_context_action .ow_context_action {
    
 
}
.ow_photo_context_action .ow_context_action:hover {
    
}
.ow_photo_context_action .ow_context_more,
.ow_photo_context_action .ow_context_more:hover,
.ow_photo_context_action .ow_context_action:hover .ow_context_more,
.ow_photo_context_action .ow_context_action.active .ow_context_more {
    
}
.ow_photo_context_action .ow_context_action_block .ow_context_action:first-child {
    
}
.ow_photo_context_action .ow_tooltip_tail span {

}
.ow_photo_context_action .ow_tooltip .ow_tooltip_body {
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-color: #737373;
}
.ow_photo_context_action .ow_context_action_list a:hover {
background:rgba(225,225,225,0.22); 
}
.ow_photo_context_action .ow_context_action_list.ow_alt2 {
  
}
.ow_photo_list_item_thumb span.ow_lbutton:hover {
    cursor: default;
}
.ow_photo_list_item_thumb {
    
    height: 120px;
    padding: 4px 6px 6px 20px;
    background: transparent url('images/photo_list_item_thumb.png') no-repeat 15px 0px;
}
.ow_photo_list_item_thumb img {
    width: 120px;
    height: 120px;
}
body .ow_photo_list_item_thumb span.ow_lbutton {
    bottom: 6px;
    right: 6px;
}
.ow_photo_submit_wrapper.ow_mild_green {
    background-color: #7CBB11;
}

.ow_upload_photo .ow_right .ow_button {margin: 15px 15px 0px 0px;}
/*
 * button_list narrow
 */
ul.ow_bl_narrow{
    border-top: 1px solid #b91c3b;
    padding: 0;
}
ul.ow_bl_narrow li{
    list-style: none;
}
ul.ow_bl_narrow li a{
    background: none;
    border-bottom: 1px solid #b91c3b;
    display: block;
    padding: 5px 7px;
    text-decoration: none;
}
ul.ow_bl_narrow li a:hover{
    background: #680a1b;
    color: #fff;
    font-size:14px;
}

/* ---- Newsfeed ---- */
.ow_newsfeed_comments {
border-left: 1px solid #111;
border-right: 1px solid #111;
border-bottom: 1px solid #111;
}

body ul.ow_newsfeed {
    padding: 0px;
background: #232323 url(images/black_pattern.gif) repeat!important;
}
.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;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.ow_newsfeed_comments .base_cmnts_temp_cont,
.ow_newsfeed_comments .base_cmnt_mark {
    margin-bottom: 0px;
}
.base_cmnt_mark .ow_ipc_info {
    padding-bottom: 0px;
}
.ow_newsfeed_comments .comment_add_arr {
    float: left;
    display: block;
    position: relative;
    left: 1px;
    width: 5px;
    height: 9px;
    margin: 14px 0px 0px -5px;
    background: url(images/comment_arr.png) no-repeat 0px 0px;
}
.ow_newsfeed_features .ow_tooltip .ow_tooltip_body {
   
border: 1px solid #111;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    padding: 4px 0px;
    box-shadow: none;
}
.ow_newsfeed_comments .ow_tooltip .ow_tooltip_body {
    border: 1px solid #111;    
}
.ow_newsfeed_item .ow_tooltip .ow_tooltip_body {
    padding: 4px 0;
}
.ow_newsfeed_features .ow_tooltip .ow_tooltip_tail span {
    height: 5px;
    background: url(images/caret-up_222222_20.png) no-repeat center center;
}
.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 {
     -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
     box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
     background: #333;
}
.ow_newsfeed_features .ow_context_action_list a,
.ow_newsfeed_item .ow_context_action_list a {
    padding: 4px 12px;
}
.ow_newsfeed_context_tooltip {
    margin-top: 2px;
}
.ow_newsfeed_tooltip.ow_add_comments_form .ow_tooltip_body {
    padding: 8px;
}
.ow_newsfeed_left {
    float: left;
}
.ow_newsfeed_date {
  float: right;
  text-align: right;
  line-height: 24px;
  background-color: rgba(16,15,15,0.6);
  padding: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 13px;
  border: 2px solid #282828;
}

.ow_newsfeed_context_menu {
    display: none;
    position: absolute;
    right: 20px;
    top: 0px;
}
.ow_newsfeed_control {
    display: inline-block;
}
.ow_content .ow_newsfeed_date {
    color: #514D4D;
}
.ow_newsfeed_date:hover {
    color: #B7435F;
}

.ow_newsfeed_features {
width: 100.6% !important;
margin-right: 0px;
max-width: 100.6% !important;
}
.ow_newsfeed_string {
max-width: 100% !important;
}



/* ---- if container ow_superwide ---- */
body .ow_newsfeed_control .ow_newsfeed_string {
    display: inline-block;
    vertical-align: middle;
    max-width: 74%;
}
.ow_newsfeed_left {
    width: 82%;
}
/* ---- if container ow_wide ---- */
body .ow_wide .ow_newsfeed_control .ow_newsfeed_string {
    max-width: 47%;
}
body .ow_wide .ow_newsfeed_left {
    max-width: 76%;
}
/* ---- if container ow_narrow ---- */
body .ow_narrow .ow_newsfeed_control .ow_newsfeed_string {
    max-width: 14%;
}
body .ow_narrow .ow_newsfeed_left {
    max-width: 62%;
}
/* ---- if container ow_supernarrow ---- */
body .ow_supernarrow .ow_newsfeed_control .ow_newsfeed_string {
    max-width: 18%;
}
body .ow_supernarrow .ow_newsfeed_left {
    max-width: 71%;
}
.ow_newsfeed_btn_wrap {
display: inline-block;
line-height: 20px;
background: rgba(16, 15, 15, 0.6);
border: 2px solid #282828;
font-size: 14px;
padding: 5px 5px 5px 5px;
margin-right: 4px;
margin-left: 4px;
margin-top: 4px;
margin-bottom: 4px;
color: #848484;
vertical-align: middle;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}

.ow_newsfeed_btns.ow_small.ow_remark.clearfix {
  background: rgba(0,0,0,0.2);
  padding: 5px;
  padding-left: 2px;
  border-radius: 0px;
  margin-left: -7px;
  margin-top: 15px;
  border: 2px solid #282828;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
.ow_newsfeed_item .ow_newsfeed_activity_content {
    padding-top: 8px;
}
.ow_newsfeed_item .ow_newsfeed_item_picture {
    margin-right: 8px;
}

.ow_newsfeed .ow_newsfeed_item {
list-style-image: none;
position: relative;
border: 1px solid #111;
padding-top: 9px;
border-top: 0.5px;
margin-bottom: 7px;
}




.ow_miniic_control {
	display: inline-block;
	background: transparent;
	
	vertical-align: top;
	margin-right: 6px;
	
	

}
.ow_miniic_control.active {
	background: transparent;
	
}
.ow_miniic_control span {
	display: inline-block;
	width: 18px;
	height: 18px;
}
.ow_miniic_control.active .ow_miniic_like {
background-position: center center;
background: url(images/star-o_ffa7a7_16.png) no-repeat center center;
margin-top: 1.5px;
}


.ow_miniic_comment {
    background-position: 4px 5px;
}
.ow_miniic_control.active .ow_miniic_like {
    background-position: center center;
}
.ow_miniic_control.active .ow_miniic_comment {
background: url(images/pencil-square_ffa7a7_16.png) no-repeat center center;
margin-top: 1.5px;
}

body .ow_newsfeed_doublesided_stdmargin {
    margin: 2px 0px;
}
body .newsfeed-attachment-preview.item_loaded {
    width: 98.7%;
    margin-left: 0px;
    margin-right: 0px;    
}
/* ---- Comments styles ---- */
body .ow_attachments .buttons {
    padding: 1px;
    background: #f5f5f5;
    /*border: 1px solid #ebebeb;*/
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
body .ow_attachments a {
    border: 1px solid #ccc;
    border-radius: 2px 0 0 2px;
}
body .ow_attachments a.video {
    border-radius: 0 2px 2px 0;
    margin: 0 0 0 -1px;
}
.ow_attachment_btn span.ow_button {
    background-color: #f5f5f5;
    background-image: none;
    background-repeat: repeat-x;
    background-position: center left;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	border-color: #CFCFCF;
	display: inline-block;
	padding: 1px;
	text-align: center;
}

.ow_attachment_btn span.ow_button span {
	display: inline-block;
        border-style: 1px;
	border-width: 1px;
	border-color: #9d0127 #9d0127 #9d0127 #9d0127;
	margin: 1px;
}


.ow_attachment_btn span.ow_button input[type=submit], 
.ow_attachment_btn span.ow_button input[type="button"] {
	padding: 1px 8px 4px;
	height: 22px;
	background: none;
	text-shadow: #000000 0 2px 0;
         
}

.ow_attachment_btn span.ow_button:hover,
.ow_attachment_btn span.ow_button span:hover {
    border-color: #9d0127;
}
.base_cmnts_temp_cont .ow_ipc_info {
    border: none;
    padding-bottom: 1px;
}
.ow_comments_item {
    position: relative;
    padding: 0px 0px 4px;
}
.ow_comments_item_picture{
    float: left;
    margin-right: -50px;
    width: 50px;
}
.ow_newsfeed_comments .ow_comments_item_picture{
    float: left;
    margin-right: -42px;
    width: 42px;
}
.ow_newsfeed_comments .ow_comments_item_picture .ow_avatar {
    width: 32px;
    height: 32px;
}
.ow_newsfeed_comments .ow_comments_item_picture .ow_avatar img,
.ow_newsfeed_comments .ow_comments_item_picture img{
    width: 32px;
    height: 32px;
}
.ow_newsfeed_comments .ow_comments_item_info{
    margin-left: 48px;
    padding-top: 0px; 
}
.ow_newsfeed_comments .ow_comments_item_content {
    font-size: 11px;
}
.ow_newsfeed_comments .ow_comments_item_picture .ow_avatar {
}
.ow_comments_item_info {
    margin-left: 57px;
}
.ow_comments_item_info textarea.ow_smallmargin {
    margin-bottom: 6px;
    width: 100%;
    margin-top: 4px;
}
.ow_comments_item_info .comments_fake_autoclick {
    width: 100%;
    height: 28px;
    margin-top: 4px;    
}
.ow_comments_item_header {
    margin-bottom: 2px;
}
.ow_comments_item_header a {
    font-size: 11px;
    font-weight: bold;
}
.ow_comments_item_content {
    line-height: 1.25em;
    font-size: 13px;
    margin-bottom: 4px;
    padding: 4px 4px 5px;
    background: #E9F4C7;
border: 1px solid #C3DB7C;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    min-height: 14px;
}
.ow_comments_item_toolbar {
    float: left;
    font-size:10px;
    width: 100%;
}
.ow_comments_item_info .clearfix .ow_comments_item_toolbar {
    white-space: normal;
}
.ow_comments_date {
    float: right;
    font-size: 10px;
}
.ow_comments_list .ow_tooltip .ow_tooltip_body {
    padding: 4px 0px;
}
.ow_comments_list .ow_context_action_list a {
    padding: 4px 12px;
}
.ow_newsfeed_features .ow_comments_item {
border-width: 1px 0 0 0;
}
.ow_comments_item_info .mipc_url{
    font-weight: bold;
}
.comment_add_arr {
    float: left;
    display: block;
    position: relative;
    left: 1px;
    width: 5px;
    height: 9px;
    margin: 14px 0px 0px -5px;
    background: url(images/comment_arr.png) no-repeat 0px 0px;
}
.comment_arr {
    float: left;
    display: block;
    position: relative;
    left: 1px;
    width: 5px;
    height: 9px;
    margin: 8px 0px 0px -5px;
    background: url(images/comment_arr.png) no-repeat 0px -11px;
}
.ow_comments_list .comments_view_all {
    padding-bottom: 5px;
}
body .ow_comments_list .ow_attachment {
    padding-top: 4px;
}
body .ow_comments_content.ow_smallmargin {
    margin-bottom: 0px;
}
.ow_comments_content  img {
    max-width: 100%;
}
.ow_comments_btn_block {
    padding: 0 0px 0px 0;
}
.ow_comments_item .cnx_action {
    position: absolute;
    right: 4px;
    top: 4px;
}
.ow_newsfeed_comments .ow_comments_item .cnx_action {
    top: 2px;
}
.ow_comments_msg {
  margin-top: 4px;
  color: #666;
  background: #111;
  border:1px solid #262b30;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 4px;
}
body .item_loaded {
    margin: 0px 3px 8px 57px;
}
body .ow_newsfeed_comments .item_loaded {
    margin: 0px 0px 8px 49px;
}
body textarea.ow_newsfeed_status_input {
    height: 58px;
}
body textarea.ow_newsfeed_status_input.invitation {
    width: 100%;
    height: 28px;
}
/* ---- Suggest field styles ---- */
.ac_results {
    padding: 0px;
    border: 1px solid #BBB;
    background-color: #FFF;
    overflow: hidden;
    z-index: 105;
    position: absolute;
    display: none;
    width: 100%;
    top: -1px;
}
.ac_results ul {
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ac_results iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;
}
.ac_list_container{
    width: 99.6%;
    position: relative;
}
.ac_results li {
    margin: 0px;
    padding: 4px 5px;
    cursor: pointer;
    display: block;
    width: 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-weight: bold;
}
.ow_suggest_field {
    position: relative;
}
.ow_suggest_invitation {
    position: absolute;
    right: 9px;
    top: 9px;
    width: 12px;
    height: 12px;
    background: url(images/miniic_corner.png) no-repeat center center;
}
/* ow custom tips */
.ow_tip{
    display:inline-block;
    position:absolute;
    z-index: 10005;
    color:#fff;
}
.ow_tip_arrow{
    display:inline-block;
    position:absolute;
}
.ow_tip_arrow span{
    display:block;
    border:5px dashed transparent;
}
.ow_tip_right .ow_tip_arrow span{
    border-right-color:#4D6476;
    border-right-style:solid;
    border-right-width:5px;
    border-left-width:0;
}
.ow_tip_right .ow_tip_arrow{
    top:50%;
    margin-top:-5px;
    left:0;
}
.ow_tip_right .ow_tip_box{
    margin-left:5px;
}
.ow_tip_left .ow_tip_arrow span{
    border-left-color:#4D6476;
    border-left-style:solid;
    border-left-width:5px;
    border-right-width:0;
}
.ow_tip_left .ow_tip_arrow{
    top:50%;
    margin-top:-5px;
    right:0;
}
.ow_tip_left .ow_tip_box{
    margin-right:5px;
}
.ow_tip_bot .ow_tip_arrow span{
    border-bottom-color:#4D6476;
    border-bottom-style:solid;
    border-bottom-width:5px;
    border-top-width:0;
}
.ow_tip_bot .ow_tip_arrow{
    left:50%;
    margin-left:-5px;
    top:0;
}
.ow_tip_bot .ow_tip_box{
    margin-top:5px;
}
.ow_tip_top{
    position:absolute;
}
.ow_tip_top .ow_tip_arrow span {
border-top-color: #ff0060;
border-top-style: solid;
border-top-width: 5px;
border-bottom-width: 0;
}
.ow_tip_top .ow_tip_arrow{
    left:50%;
    margin-left:-5px;
    bottom:0;
}
.ow_tip_top .ow_tip_box{
    margin-bottom:5px;
}
.ow_tip_box {
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
padding: 2px 9px 4px;
background-color: #ff0060;
color: #fff;
font-size: 11px;
font-weight: bold;
}
/* ---- Group styles ---- */
.ow_lp_groups .ow_lp_wrapper_inline {
display: inline-block;
margin: 0 3px 3px 0;
width: 75px;
border: 1px solid #dadada;
border-bottom: 1px solid #b7b7b7;
background: #fff;
padding: 2px;
-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

body .ow_group_brief_info .details {
	padding-left: 20px;
}
.ow_group_list .ow_superwide{
width:100%;
}
.ow_group_list{
width:100%;
margin-left:-25px;
}
.ow_group_list .ow_ipc_picture img {
background-color: #fbfbfb;
margin-top: 10px;
margin-left: 40px;
width: 80px;
height: 80px;
border: 1px solid #ccc;
border-radius: 50%;

}
.ow_group_list .ow_ipc_picture{
}
.ow_group_list .ow_ipc_info:hover  {
-webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .15);
-moz-box-shadow:  0 1px 3px -1px rgba(0, 0, 0, .15);
box-shadow:  0 1px 3px -1px rgba(0, 0, 0, .15);
}
.ow_group_list .ow_ipc_info {
margin: 2px;
margin-left: 30px;
color: #fbfbfb;
text-shadow: 0 1px 1px #555;
background: rgba(23, 20, 21, 0.9) url(images/pattern.png) repeat;
border: 1px solid #555;
padding: 16px 16px 10px 106px;
}
.ow_group_list .ow_ipc_info .ow_remark {
color: #f0f0f0;
}
.ow_group_list .ow_ipc_info a {
color: #B7435F;
}
.ow_group_brief_info .image {
  width: 100px;
  height: 100px;
  padding: 3px;
  background: #060606;
  border: 1px solid #373737;
  -webkit-box-shadow: 1px 1px 2px #1F1E1E;
  -moz-box-shadow: 1px 1px 2px #1F1E1E;
  box-shadow: 1px 1px 2px #1F1E1E;
}
.ow_group_brief_info .image img {
padding:4px;
width: 100px ;
height: 100px;
-moz-border-radius: 5%;
-webkit-border-radius: 5%;
border-radius: 5%;
margin-left:-4px;
margin-top:-4px;
}
.group-GROUPS_CMP_BriefInfoWidget .ow_box {
background: rgba(23, 20, 21, 0.9) url(images/pattern.png) repeat;
}
.ow_event_list .ow_superwide{
width:100%;
}
.ow_event_list{
width:100%;
margin-left:-20px;
}
.ow_event_list .ow_ipc_picture img {
  margin-top: 16px;
  margin-left: 16px;
  padding: 4px;
  width: 70px;
  height: 70px;
  background: #131313;
  border: 2px solid #2A2929;
  }
.ow_event_list .ow_ipc_picture {
margin-top:-6px;
margin-left:20px;
}





.ow_event_list .ow_ipc_info {
  color: #fbfbfb;
  text-shadow: none;
  background: rgba(23, 20, 21, 0.6) url(images/pattern.png) repeat !important;
  border: 1px solid #080808;
  padding: 10px 10px 6px 110px;
  margin-left: 20px;
  height: auto;
  margin-top: 7px;
}
.ow_event_list .ow_ipc_info a {
color: #B7435F;
}
.ow_event_list .ow_ipc_info .ow_ipc_date {
color: #938F8F;
}
.ow_breadcrumb {
-webkit-border-radius: 0px;
border-radius: 0px;
-moz-border-radius: 0px;
padding: 8px;
border: 1px solid #080808;
background: rgba(23, 20, 21, 0.6) url(images/pattern.png) repeat !important ;
}
.ow_blogs_list .ow_ipc_info {
  padding: 6px 16px 6px 6px;
  background: rgba(23, 20, 21, 0.9) url(images/pattern.png) repeat;
  border: 1px solid #080808;
  -webkit-box-shadow: 1px 1px 2px #282727;
  -moz-box-shadow: 1px 1px 2px #282727;
  box-shadow: 1px 1px 2px #282727;
}

.ow_blogs_list .ow_ipc_info .ow_ipc_header {
  background: #1D1D1D;
  padding: 5px 5px 5px 10px;
  margin-bottom: 10px;
  margin-right: -10px;
  border: solid 1px #454444;
}
/* ---- End of the Group styles ---- */
/* ---- Membership Subscribe styles ---- */
.ow_subscribe_table .ow_highbox {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
body .ow_table_1 tr td.ow_plans_td_empty + td {
    border-top-left-radius: 4px;
}
body .ow_table_1 tr td.ow_gateways_td_empty + td {
    border-bottom-left-radius: 4px;    
}
/* ---- End of the Membership Subscribe styles ---- */
/*--------------------------------------------------------------------
        [?] Custom pages declarations TODO remove
---------------------------------------------------------------------*/
/* !!!admin pages styles */
.ow_admin_content{
    width: 815px;
}
html body .selected_theme_info {
    float: right;
    width: 336px;
}
/*  pages and menus */
.ow_navbox{
    background:url(images/btnl_bg.png) repeat-x center left;
    float:left;
    font-size:11px;
    height:18px;
    margin-right:5px;
    margin-bottom:5px;
    padding:4px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.ow_navbox a.move{
    color:#666;
    font-weight:bold;
}
.ow_navbox a.move:hover{
    cursor:move;
    text-decoration:none;
}
.ow_navbox a.edit{
    background:url(images/arrow-up-down.png) no-repeat 10px 10px;
    cursor:pointer;
}
.ow_navbox a.edit:hover{
    text-decoration:none;
}
.guest_item{
    background-color:#aaffaa;
}
.member_item{
    background-color:#ffaaaa;
}
.ow_main_menu_scheme,
.ow_bottom_menu_scheme{
    float: left;
    height: 134px;
    margin-right: 10px;
    width: 155px;
}
.ow_main_menu_scheme{
    background: url(images/admin-pages-menu-main.jpg) no-repeat;
}
.ow_bottom_menu_scheme{
    background: url(images/admin-pages-menu-bottom.jpg) no-repeat;
}
.ow_dash_help_box{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 31%;
    height: 105px;
}
.ow_dash_help_box h3{
    padding: 4px 0 4px 20px;
    background: transparent no-repeat left center;
}
.ow_dash_help_box a{
    display: block;
}
/* user dashboard settings */
.ow_dragndrop_panel {
    background: #111;
    /*padding: 0px 10px 10px;*/
    margin-top: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.ow_dashboard_box{
    background: #FFFFFF;
    padding: 5px 10px 10px 10px;
    margin-top: 5px;
}
.ow_dnd_schem_item{
    background:#F0F0F0 url(images/ic_file.png) no-repeat 10px 50%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border:1px solid #ccc;
    cursor:move;
    /*float:left;*/
    height:30px;
    margin:2px 4px 2px 0;
    padding:0 5px 0 33px;
    /*width:157px;*/
    position: relative;
    font-size: 11px;
}
.ow_dnd_schem_item span.ow_label{
    float:left;
    overflow:hidden;
    padding-top:5px;
    /*white-space:nowrap;*/
    /*width:80px;*/
    height: 20px;
}
.ow_dnd_schem_item span.action{
    /*float:right;*/
    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: 28px;
    height: 26px;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
}
.ow_dnd_configurable_component .ow_box_icons
{
    float: right;
    padding: 5px 2px 0 0;
}
.ow_dnd_configurable_component h3 {
    float: left;
}
.ow_dnd_content_components{
   padding: 10px 0;
   width: 74%;
}
.ow_dnd_clonable_components {
   border-left: 1px solid #b7435f;
   padding: 10px 0 10px 10px;
   width: 24%;
}
/* Dnd Slider */
.ow_dnd_slider {
    /*background:url(images/h2bg.png) repeat-x center;*/
    height: 6px;
    background-color: #ddd;
    position: relative;
    margin: 10px 3px 0;
    cursor: pointer;
}
.ow_dnd_slider_pusher {
    float: left;
    height: 1px;
}
.ow_dnd_slider_marker {
   width: 10px;
   height: 1px;
   float: left;
}
.ow_dnd_slider_marker_point {
    position: absolute;
    width: 0px;
    height: 6px;
    border-left: 1px solid #999;
    border-right: 1px solid #FFF;
    top: 0;
}
.ow_dnd_slider_handle {
    position: absolute;
    top: -5px;
    width: 22px;
    height: 16px;
    cursor: move;
    z-index: 50;
    background: transparent url(images/ic_move_horizontal.png) no-repeat center;
}
.ow_dnd_slider_helper {
}
.ow_dnd_slider_in_move {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}
.ow_dragndrop_sections .top_section,
.ow_dragndrop_sections .left_section,
.ow_dragndrop_sections .right_section,
.ow_dragndrop_sections .bottom_section,
.ow_dragndrop_sections .sidebar_section{
    background-position: center 7px;
    background-repeat: no-repeat;
}
.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_highbox_table .ow_highbox,
.ow_highbox
{
background: rgba(23,20,21,0.6) url(images/black_pattern.gif) repeat!important;
}
.ow_highbox {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 4px;
}
.ow_dragndrop_sections .ow_highbox {
    padding: 0;
}
.join_now_widget
{
    background-image: url('images/ic_warning.png');
    padding: 10px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
}
div.ow_dnd_widget {
    margin: 0px 0px 0px !important;
    background: rgba(0, 0, 0, 0.41);
    -webkit-column-break-inside: avoid !important;
    -moz-column-break-inside: avoid !important;
    -o-column-break-inside: avoid !important;
    -ms-column-break-inside: avoid !important;
    column-break-inside: avoid !important;
    page-break-inside: avoid !important;
    padding-bottom: 1px;
}
.ow_highbox .ow_highbox.join_now_widget {
    background-image: none;
    border: none;
}
.ow_highbox,
.ow_highbox_table .ow_highbox
{
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.ow_highbox_table .ow_highbox
{
    height:50px;
    padding:10px;
}
.ow_highbox_table .ow_highbox .ow_dnd_schem_item{
    float:none;
    margin-bottom:4px;
    margin-right:0;
    width:auto;
}
input[type=text].ow_settings_input{
    width: 40px;
}
/* color picker */
.special_block_top {
    width: 252px;
    height: 7px;
}
.special_block_mid {
    width: 238px;
    padding: 0 7px 5px;
        margin: 0 auto;
}
.special_block_bot {
    width: 252px;
    height: 19px;
}
.colorCode {
    width: 68px;
}
table.colorPicker {
    border-collapse: separate !important;
    border-spacing: 3px !important;
}
table.colorPicker td {
    width: 20px;
    height: 20px;
    padding: 0;
}
/* FloatBox implementation */
#floatbox_overlay {
    position: fixed;
    z-index: 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;
}
*html #floatbox_overlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#floatbox_HideSelect {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}
*html #floatbox_HideSelect { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
body .floatbox_canvas .floatbox_container {
    margin-top: 100px;
}

.floatbox_canvas .floatbox_container {
margin: 50px auto 20px;
position: static;
}


.floatbox_container {
    position: fixed;
    z-index: 102;
    width: 300px;
  
    -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    border: 8px solid rgba(0, 0, 0, 0.5);
}
.floatbox_header {
    padding: 4px;
    text-align: left;
   /** background: #111;/** OW_Control type:color, key:floatboxheaderColor, section:2. Colors, label: - floatbox header bg color **/ **/
}
.floatbox_header a.close_btn {
    margin: 2px;
        background: url(images/ow-ic-close.png) no-repeat;
}
.floatbox_title {
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 12px 0px;
    float: left;
    font-weight: normal;
    font-family: 'open_sans_condensedbold', "Trebuchet MS", "Helvetica CY", sans-serif;    
}
.floatbox_header .ow_box_cap_icons {
    float: right;
    margin-top: 1px;
}
.floatbox_body {
    padding: 8px 16px;
    text-align: left;
   /** background: #111;/** OW_Control type:color, key:floatboxbodyColor, section:2. Colors, label: - floatbox body bg color **/ **/
}
.floatbox_bottom {
    padding: 0px 16px 16px;
    text-align: center;
    /** background: #111;/** OW_Control type:color, key:floatboxbottomColor, section:2. Colors, label: - floatbox bottom bg color **/ **/
}
.floatbox_container .ow_bg_color {
background: #1D1919 url(images/black_pattern.gif) repeat!important;
}
.ow_photoview_stage_wrap.ow_photoview_stage_wrap_fullscreen {

width: 100%!important;
}
/* End FloatBox implementation */
/* ----  Message (Feedback) styles ---- */
.ow_message_cont{
    left: 50%;
    margin-left: -278px;
    position: fixed;
    top:0;
    width: 556px;
    z-index: 1000;
    margin-top: 25px;
}
.ow_message_node{
    font-size:14px;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-align:center;
    text-shadow: 0px 1px 0 rgba(0,0,0,0.4);
    line-height: 24px;
    margin:15px;
    padding:7px 12px;
    overflow: auto;
    position:relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 21px 16px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 21px 16px rgba(0,0,0,0.2);
    box-shadow:0 21px 16px rgba(0,0,0,0.2);
}
.ow_message_node div div{
    padding-right:24px;
}
.ow_message_node a.close_button {
    display:block;
    width:12px;
    height:13px;
    float:right;
    position:absolute;
    top:14px; right:14px;
    background:url(images/message_btn_close.png) no-repeat 50% 50%;
}
/*info*/
.ow_message_cont .ow_message_node.info {
    background: #90c105;
    border-top:1px solid #90c105;
    border-right:1px solid #90c105;
    border-bottom:1px solid #519200;
    border-left:1px solid #90c105;
}
/*warning*/
.ow_message_cont .ow_message_node.warning {
    background: #ffbf22;
    border-top:1px solid #ffbf22;
    border-right:1px solid #ffbf22;
    border-bottom:1px solid #ff8f05;
    border-left:1px solid #ffbf22;
}
/*error*/
.ow_message_cont .ow_message_node.error {
    background: #ea400b;
    border-top:1px solid #ea400b;
    border-right:1px solid #ea400b;
    border-bottom:1px solid #d71000;
    border-left:1px solid #ea400b;
}
/* ---- End of the Message (Feedback) styles ---- */
/* thickbox 8aa */
.ow_preloader_content_cont{
    width: 30px;
    height: 30px;
}
/* ~thickbox 8aa */
/* ---- Captcha styles ---- */
span.ic_refresh{
    background: url(images/ic_refresh.png) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}
/* ---- End of Captcha styles ---- */
.alignleft{
    float: left;
}
.alignright{
    float: right;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*----------------------------------------------------------------------BASE_ADD--------------------------------------------------------------------------------*/
.index_customize_box {
max-width: 98%;
background: url('images/menu.png') repeat-x;
background: rgba(23, 20, 21, 0.6) url(images/pattern.png) repeat !important;
box-shadow: 0px 5px 0px transparent,3px 5px 5px rgba(0,0,0,0.5);
}
.fullsize-photo{display: none;}
.ow_ajax_floatbox_preloader {
    width: 100%;
    height: 50px;
}
.ow_border {
    border-style: solid;
    border-color: #111;
}
.ow_cursor_pointer {
    cursor: pointer;
}
.ow_break_word{
    word-wrap:break-word;
}
/* ---- Sort styles ---- */
.ow_sort_control {
    padding: 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #f0f0f0;
    background: #fafafa;
}
.ow_sort_control a {
    background: #fafafa;
    display: inline-block;
    color: #666;
    font-size:11px;
    height: 22px;
    padding: 0px 6px 0 7px;
    text-shadow: #fff 1px 1px 0;
    border-style: solid;
    border-color: #dcdcdc;
    border-width: 1px 1px 1px 1px;
    margin: 0px 0px 0px -1px;
    outline: 0;
    border-left-width: 1px;
    border-top-left-radius: 1px;
    -moz-border-top-left-radius: 1px;
    -webkit-border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    -moz-border-bottom-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
}
.ow_sort_control a span {
    display: inline-block;
    line-height: 21px;
}
.ow_sort_control a:first-child {
    border-left-width: 1px;
    border-top-left-radius: 1px;
    -moz-border-top-left-radius: 1px;
    -webkit-border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    -moz-border-bottom-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
}
.ow_sort_control a:last-child {
    border-top-right-radius: 1px;
    -moz-border-top-right-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    -moz-border-bottom-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
}
.ow_sort_control a.active,
.ow_sort_control a:hover{
    color:#357ebd;
    text-decoration:none;
    background: #fff; /*transparent url('images/box_menu_active.gif') repeat-x  left top;*/
}
.ow_sort_control_label {
    padding: 0px 8px 0px 6px;
}
/*td.sort_link{
    width:100%;
}
td.sort_link li{
   display:inline;
   padding: 0 15px 0 0;
}
td.sort_link li.active a {
    font-weight:bold;
    color:#333;
}
td.sort_link li.active a:hover{
    text-decoration:none;
}*/
/* ---- End of Sort styles ---- */
/* ---- Context Action styles ---- */
.ow_context_action_block {
    float: right;
    text-align: right;
    font-size: 0px;
    line-height: 17px;
}
.ow_context_action {
    display: inline-block;
    position: relative;
    z-index: 3;
    font-size: 11px;
    height: 18px;
    padding: 0px 0px 0px 5px;
    border-top: 1px solid #520B26;
    border-bottom: 1px solid #520B26;
    border-right: 1px solid #520B26;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    background-color: #BD0A4E;
    background-position: 0px 0px;
    background-repeat: repeat-x;
}
.ow_context_action_value_block.ow_context_action_block.ow_profile_toolbar_group .ow_context_action {
	background-image: url(images/box_m_a.png);
	border: 1px solid #9D0127;
}
.ow_context_action_value_block.ow_context_action_block.ow_profile_toolbar_group .ow_context_action:hover,
.ow_context_action_value_block.ow_context_action_block.ow_profile_toolbar_group .ow_context_action:active {
	border-color: #9d0127;
}
body .ow_fw_menu .ow_context_action_value_block .ow_context_action:hover,
body .ow_fw_menu .ow_context_action_value_block .ow_context_action:active {
	background-image: url(images/box_m_a.png);
	border-color: #9D0127;
}
body .ow_fw_menu .ow_context_action_value_block .ow_context_action .ow_context_more,
body .ow_fw_menu .ow_context_action_value_block .ow_context_action .ow_context_more:hover {
	background-image: url(images/chat_tiny_arrow_down.png);
	background-position: 1px 7px;
}
.ow_context_action_value {
    display: inline-block;
    padding: 0px 5px 0px 0px;
    text-decoration: none;
	color: #ffa7a7;
    /*color: #3366CC;
	font-weight: bold;
	text-shadow: 1px 1px 0 #F6F6F6;*/
}
.ow_context_more {
    display: inline-block;
    min-width: 10px;
    height: 18px;
    padding: 0px 5px 0px 0px;
    background: url(images/context_action_arrow.png) no-repeat 1px 8px;
    vertical-align: top;
}
.ow_context_action_block .ow_context_action:first-child {
    border-left: 1px solid #520B26;
    border-radius: 2px 0px 0px 2px;
}
.ow_context_action_block .ow_context_action:last-child {
    border-top-right-radius:2px;
	border-bottom-right-radius: 2px;
}
.ow_context_action:hover,
.ow_context_action.active {
    cursor: pointer;
    background: url('images/context_action_hover.gif') repeat-x 0px 0px;
}
.ow_context_action:hover .ow_context_action_wrap {
    display: block;
}
.ow_context_action:hover .ow_context_action_value,
.ow_context_action.active .ow_context_action_value {
	text-decoration: none;
}
.ow_context_action:hover .ow_context_more,
.ow_context_action.active .ow_context_more {
    background: url(images/chevron-down_ff4040_8.png) no-repeat 1px 8px;
}
.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: 11px;
    font-weight: normal;
	display: block;
	padding: 3px 0px;
	color: #B7435F;
        text-shadow: #000000 0 1px 0;
}
.ow_context_action_list a:hover {
    text-decoration: none;
    background: #e9013a;
    color: #fff;
    text-shadow: none;
}
.ow_context_action .ow_tooltip {
	display: none;
}
.ow_context_action_divider {
	line-height: 1px;
	height: 1px;
	background: #dcdcdc;
	border-bottom: 1px solid #fff;
	margin: 1px 0px 0px;
}
/* ---- End of Context Action styles ---- */

/* ---- SignIn Form styles ---- */
.ow_sign_in_cont {
z-index:97;
}
.ow_sign_in_wrap  h2 {
	font-size: 28px;
    line-height: 36px;
	margin:0 8px 10px 8px;
	padding:0 40px;
	color: #000;
}
.ow_sign_in_wrap form{
	margin: 8px;
	padding: 40px 40px 22px 40px;
	-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;}
.ow_sign_in_wrap form .ow_sign_up {margin:0px; padding-top: 10px; text-align: center;}
.ow_sign_in_wrap form .ow_sign_up hr{margin:5px 0 15px;}

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

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


.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;}
.floatbox_container .ow_sign_in_wrap form .ow_connect_buttons {padding: 0 0 0 0px; !important;}
.ow_connect_text {
	background: url('images/miniic_li.svg') no-repeat left center;
	padding: 0px 0 0 26px;
	margin-right: 16px;
	float: left;
	line-height: 23px;
}
.ow_sign_in .connect_button_list {
	padding: 0px;
	float: left;
}
.floatbox_container .ow_sign_in_wrap form {
	margin: 0px;
	box-shadow: none;
	border: none;
	border-radius: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 10px 40px 0;	
}
.floatbox_container .ow_sign_in_wrap h2 {
	display: none;
}
/* Page Sign In */
body.base_sign_in > .ow_page_wrap {
	padding-top: 0;
}
body.base_sign_in .ow_footer {
}
body.base_sign_in .ow_footer .ow_page > div {
	padding-bottom: 0 !important;
}
body.ow.base_sign_in {
background-color: #333;
overflow-x: hidden;
}
.ow.base_sign_in .ow_sign_in_wrap {
    margin: 0 auto;
    left: auto;
    top: auto;
    background:rgba(0,0,0,0.5);
    padding-bottom: 20px;
    padding-top: 20px;
}
.ow.base_sign_in .ow_sign_in_cont {
    background:url(images/5.jpg);/** OW_Control type:image, key:signinimagemt, section: 1. General Settings, label: Mobile and Tablet Sign In page Sign-in box background image  **/
    margin-top: 0px !important;
    background-attachment: fixed;
    background-position: center;
margin-top: 0px !important;
}
.ow.base_sign_in .ow_sign_in_wrap h2 {
    display:none !important;
}
.ow.base_sign_in .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: 340px;
        padding: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
}
.ow.base_sign_in form .ow_sign_up {
    color: #BABABA;
    line-height: 18px;
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 0;
}
.ow.base_sign_in form .ow_sign_in {
	width: 100%;
	float: none;
}
.ow.base_sign_in form .ow_sign_in .ow_box_cap {
	display: none;
}
.ow.base_sign_in form .ow_sign_in .ow_box {
	margin: 0 0 12px 0;
	padding: 0;
	background: none;
	border: none;
}
.ow.base_sign_in .ow_user_name {
	margin-bottom: 6px;
}
.ow.base_sign_in .ow_user_name input, .ow.base_sign_in .ow_password input {
    background: rgba(17, 17, 17, 0.47);
    border: 1px solid rgba(147, 153, 159, 0.35);
    color: #fff;
    font-size: 18px;
    padding: 15px;
    height: auto;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.ow.base_sign_in .ow_user_name input.invitation,
.ow.base_sign_in .ow_password input.invitation {
	color: #e9eff5;
}
.ow.base_sign_in form .ow_form_options p.ow_remember_me {
	color: #e9eff5;
	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: #337ab7;
    font-weight: bold;
}
.ow.base_sign_in .ow_sign_in > .clearfix a {
	display: inline-block;
	float: left;
	text-align: center;
	width: 48%;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 60px;
	background-color: #f55280;
	color: #fff ;
}
.ow.base_sign_in .ow_sign_in > .clearfix a:hover {
	background: mediumslateblue;
	text-decoration: none;
}
.ow.base_sign_in form .ow_sign_in .ow_join_button:hover {
	text-decoration: none;
}
.ow.base_sign_in form .ow_sign_in span.ow_button {
	background: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 0;
	float: right;
	width: 48%;
}
.ow.base_sign_in form .ow_sign_in span.ow_button .ow_positive {
	width: 100%;
	text-align: center;
}
.ow.base_sign_in form .ow_sign_in span.ow_button .ow_positive input {
	height: auto;
	line-height: 60px;
	width: 100%;
	padding: 0;
	background: none;
	background-color: #2f75c1;
	color: #fff;
	font-family: "core_sans_e45_regular","Lucida Grande","Tahoma","Verdana";
	font-size: 17px;
}
.ow.base_sign_in form .ow_sign_in span.ow_button .ow_positive input:hover {
	background: mediumslateblue;	
}
.ow.base_sign_in .ow_sign_in_wrap form .ow_connect_buttons {
	clear: both;
	padding: 0;
	margin-top: 20px;
}
.ow.base_sign_in .ow_sign_in_wrap form .ow_connect_text {
	font-size: 17px;
	color: #fff;
	background: none;
	text-align: center;
	padding: 0;
	margin: 3px 0px 0px 0px;
	text-transform: uppercase;
	width: 100%;
        margin-bottom: 10px;
}
.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: 2px;
}
.ow.base_sign_in .ow_sign_in_wrap form .fb_button {
	background: none;
	height: auto;
	padding: 0;
	color: #e9eff5;
	width: 100%;
}
.ow.base_sign_in .ow_sign_in_wrap form .fb_button .fb_connect_wrap {
	border: none;
	height: auto;
	width: 100%;
}
.ow.base_sign_in .ow_sign_in_wrap form .fb_button .fb_button_text {
	border: none;
	padding: 0 30px 0px 41px;
	display: inline-block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background: rgba(28, 73, 141, 0.73);
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	background-image: url(images/facebook.svg);
	background-repeat: no-repeat;
	background-position: 8px center;
        background-size: 14px;
	font-weight: normal;
	color: #e9eff5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ow_sign_in_wrap form .vk_ic_logo {
    background-image: url(images/vk.svg);
    background-repeat: no-repeat !important;
    background-position: 8px center !important;
    background-size: 22px;
}
.ow.base_sign_in .ow_sign_up hr {
	display: none;
}
.ow.base_sign_in .ow_sign_up p {
	margin: 0;
	text-align: center;
}
.ow.base_sign_in .ow_footer .ow_canvas {
	width: 100%;
}

.floatbox_container .ow_sign_in_wrap h2 {
    display: none;
}
/** sign-in pop up based on simplicity sign-in page**/
.floatbox_container .ow_user_name input, .floatbox_container .ow_password input {
    background: rgba(17, 17, 17, 0.47);
    border: 1px solid rgba(147, 153, 159, 0.35);
    color: #fff;
    font-size: 18px;
    padding: 15px;
    height: auto;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.floatbox_container  .ow_user_name {
	margin-bottom: 6px;
}
.floatbox_container .ow_sign_in .ow_box {
	margin: 0 0 12px 0;
	padding: 0;
	background: none;
	border: none;
}
.floatbox_container .ow_sign_in .ow_box_cap {
	display: none;
}
.floatbox_container .ow_sign_in {
	width: 100%;
	float: none;
}
.floatbox_container .ow_sign_up {
    color: #BABABA;
    line-height: 20px;
    font-size: 16px;
    margin: 0 0 32px 0;
    padding: 0;
}
.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;
}
.floatbox_container .ow_form_options p.ow_remember_me {
	color: #e9eff5;
	font-size: 14px !important;
	padding: 0;
	float: left;
}
.floatbox_container .ow_form_options p.ow_remember_me input {
	margin: 0 12px 0 0;
}
.floatbox_container .ow_form_options p.ow_forgot_pass {
	font-size: 14px !important;
	float: right;
}
.floatbox_container .ow_form_options p.ow_forgot_pass a {
	color: #e9eff5;
}
.floatbox_container .ow_sign_in > .clearfix a {
	display: inline-block;
	float: left;
	text-align: center;
	width: 48%;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 60px;
	background-color: #f55280;
	color: #fff ;
        position: relative !important;
        left: 0 !important;
}
.floatbox_container .ow_sign_in > .clearfix a:hover {
	background: mediumslateblue;
	text-decoration: none;
}
.floatbox_container .ow_sign_in .ow_join_button:hover {
	text-decoration: none;
}
.floatbox_container .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%;
}
.floatbox_container .ow_sign_in span.ow_button .ow_positive {
	width: 100%;
	text-align: center;
}
.floatbox_container .ow_sign_in span.ow_button .ow_positive input {
	height: auto;
	line-height: 58px;
	width: 100%;
	padding: 0;
	background: none;
	background-color:#2f75c1;
	color: #fff;
	font-family: "core_sans_e45_regular","Lucida Grande","Tahoma","Verdana";
	font-size: 17px;
}
.floatbox_container .ow_sign_in span.ow_button .ow_positive input:hover {
	background: mediumslateblue;	
}
.floatbox_container .ow_connect_buttons {
	clear: both;
	padding: 0;
	margin-top: 20px;
}
.floatbox_container .ow_connect_text {
	font-size: 17px;
	color: #e9eff5;
	background: none;
	text-align: center;
	padding: 0;
	margin: 3px 0px 0px 0px;
	text-transform: uppercase;
	width: 100%;
        margin-bottom: 10px;
}
.floatbox_container .connect_button_list{
	float: right;
	width: 100%;
}
.floatbox_container .connect_button_cont{
	padding-top: 0px;
}
.floatbox_container .fb_button {
	background: none;
	height: auto;
	padding: 0;
	color: #e9eff5;
	width: 100%;
        box-shadow: none !important;
}
.floatbox_container a.fb_button.fb_button_medium {
min-width: 100%;
}

.floatbox_container .fb_button .fb_connect_wrap {
	border: none;
	height: auto;
	width: 100%;
}
.floatbox_container .fb_button .fb_button_text {
    border: none;
    padding: 0 30px 0px 41px;
    display: inline-block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: rgb(22, 62, 124);
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    background-image: url(images/facebook.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 8px center;
    font-weight: normal;
    color: #e9eff5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 150px;
}
.floatbox_container .ow_sign_up hr {
background-color: #222;
}
.floatbox_container .ow_sign_in .ow_box.ow_break_word {
    border: none;
}

/**end of sign-in popup by sprintally**/
@media (max-width: 1055px) {
	.ow.base_sign_in .ow_sign_in_wrap {
	margin-top: 0;
	}
	.ow.base_sign_in .ow_sign_in_wrap h2 {
	background-position: center center;
	}
}
@media (min-width: 414px) and (max-width: 480px) {
body.base_sign_in .ow_footer {
margin-top: 20px!important;
}
}

@media (max-width: 480px) {
.ow.base_sign_in .ow_sign_in_wrap {
    width: 100%;
}
.ow.base_sign_in .ow_sign_in_wrap h2 {
height: 70px !important;
}
	.ow.base_sign_in .ow_sign_in_wrap form {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
 		-webkit-box-sizing: border-box;
 		padding: 0 20px;
	}
	.ow.base_sign_in .ow_sign_in_wrap h2 {
		
		left: 0px;
		right: 0px;
		width: auto;
		top: 0px;
		
	}

.ow.base_sign_in .ow_sign_in_wrap {
    margin-top: 0px !important;
    position: relative !important;
}
.ow_page_wrap .ow_sign_in_cont {
position: relative!important;
}
.ow.base_sign_in .ow_sign_in_cont {
padding-top: 10px!important;
padding-bottom: 10px!important;
}
.ow.base_sign_in .ow_sign_up p {
    padding-bottom: 10px;
}
body .floatbox_canvas .floatbox_container , .floatbox_container .ow_sign_in_wrap form , .ow_sign_in_wrap form .ow_sign_in {
    width: 100% !important;
}
.floatbox_body {
padding: 6px 6px !important;
}
body .floatbox_canvas .floatbox_container {
max-width: 292px;
}
#base_cmp_floatbox_ajax_signin > div {
    padding: 3px !important;
}
.floatbox_container .ow_connect_text {
font-size: 14px !important;
}
}



.floatbox_container .ow_sign_in_wrap h2 {
    display: none;
}


a.index_join_button {
  margin-top: 150px;
  position: absolute;
  display: inline-block;
  height: 14px;
  line-height: 13px;
  margin: 193px 19px;
  vertical-align: top;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0 #111;
  background: rgb(211, 19, 66);/** OW_Control type:color, key:headerjoinnowColor, section:2. Colors, label: - header join now text color **/
  padding: 25px 15px 25px 15px;
  font-size: 45px!important;
  border: 3px solid rgba(0,0,0,0.2);
  font-family: sans-serif;
}
.ow_signin_label {
  display: inline-block;
  height: 14px;
  line-height: 24px;
  vertical-align: top;
  font-weight: bold;
  color: #fff;
  text-shadow: none !important;
}

.ow_signin_label:hover {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.ow_signin_delimiter {
    border-right: none;
    padding: 0 7px 0 0;
}
.ow_console_item .ow_ico_signin {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    margin: 4px 0 0 4px;
    vertical-align: top;
    width: 14px;
}
.ow_ico_signin:last-child {
    margin-right: -4px;
}


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

/* ---- Live Member Icon ---- */
.ow_miniic_live .ow_live_on {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url(images/miniic_live.png) center center no-repeat;
    margin-right: 4px;
}
.ow_miniic_live .ow_lbutton {
     display: inline-block;
     vertical-align: middle;
     margin-right: 4px;
     line-height: 12px;
     height: 12px;
}
.ow_miniic_live .ow_preloader_content{
     height: 16px;
     width: 16px;
     display: inline-block;
     vertical-align: middle;
     background-position:center center;
}
.ow_miniic_live .ow_preloader_content.ow_hidden {
    display: none;
}
.ow_miniic_live .ow_lbutton.ow_green {
    color: #fff;
}
/* ---- End Live Member Icon ---- */
.ow_field_eye {
    padding-left: 14px;
    background:url(images/miniic_field_eye.png) 0 7px no-repeat; 
    display: inline-block;
}
/* --- Splash screen --- */
.splash_screen_cont {
    text-align: center;
}
/* --- End Splash screen --- */
.ow_dragndrop_content {
float: left;
width: 99%;
}
 
.join_now_widget a {
color: #ffffff;
background-repeat: repeat-x;
background-position: left top;
padding: 6px 15px;
border-radius: 3px;
font-size: 16px;
font-weight: bold;
}
.join_now_widget {
padding:20px;
}
.join_now_widget a:hover{
text-decoration:none;
color: #fbfbfb;
}
.index-BASE_CMP_JoinNowWidget .ow_highbox {
background: #ff0060 url(images/btn_join.png);
border:5px solid rgba(223, 4, 57, 0.35);
padding: 20px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.index-BASE_CMP_JoinNowWidget .ow_box {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
padding:10px;
}
.index-BASE_CMP_JoinNowWidget .ow_no_cap{
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}
.ow_newsfeed_large_image .ow_newsfeed_item_picture {
width: auto !important;
max-width: 100% !important;
margin-left: 3px;
max-height: 100% !important;
opacity:1;
}
.ow_newsfeed_large_image .ow_newsfeed_item_content {
width: 46% !important;
max-width: 390px;
}
.forum_search_wrap {
background-color: #fff;
}

.attp-attachment .att-thumb {

max-width: 100% !important;
}

.ai-attachment.ow_newsfeed_large_image .ow_newsfeed_item_picture {
max-width: 100% !important;
max-height: 100% !important;
width: 100%;


}

.ow_demo_toolbar_select {
    background: none repeat scroll 0 0 #transparent;
    height: 20px;
    float: right;
margin-right:500px;
}

.ow_demo_toolbar {
left:300px;
height: 40px;
margin-top: -35px;

}

/* Messages notifications */
.ow_console_mailbox_txt {
    font-size: 12px;
}
.ow_console_mailbox_title {
    font-size: 12px;
    font-weight: bold;
    padding-right: 52px;
}
.ow_console_mailbox_title .ow_mailbox_convers_info_date {
    font-size: 10px;
    font-weight: normal;
}
.ow_chat_request_item .console_list_ipc_item {
    padding-left: 30px;
    background: url(images/miniic_buble.png) 2px 5px no-repeat;
}
.ow_mailbox_request_item .console_list_ipc_item {
    padding-left: 30px;
    background: url(images/miniic_envelope.png) 2px 5px no-repeat;
}
.ow_chat_request_item .ow_console_mailbox_txt {
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
}
.ow_console_messages_btns,
.ow_console_messages_btn {
    margin-top: 4px;
}
.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_viewall {
    padding-right: 2px;
}
.ow_console_messages_send {
    padding-left: 2px;
}
.ow_console_messages_viewall a,
.ow_console_messages_send a {
	display: inline-block;
	width: 100%;
	line-height: 25px;
	text-align: center;
	border: 1px solid #9d0127;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-wenkit-box-sizing: border-box;
	font-size: 11px;
	background: url(images/box_m_a.png) repeat-x left top ;
        color:#fbfbfb;
        text-shadow: #000000 0 1px 0;
}


.ow_console_messages_viewall a:hover,
.ow_console_messages_send a:hover {
background: #ff0060;
border: 1px solid #ff4060;
text-transform: uppercase;
}
.ow_console li.ow_chat_request_item .ow_avatar,
.ow_console li.ow_mailbox_request_item .ow_avatar {
    width: 32px;
    height: 32px;
    margin-right: -32px;
}
.ow_console li.ow_chat_request_item .ow_avatar img,
.ow_console li.ow_mailbox_request_item .ow_avatar img {
    height: 32px;
    width: 32px;
}
.ow_console li.ow_chat_request_item .ow_console_invt_cont,
.ow_console li.ow_mailbox_request_item .ow_console_invt_cont {
    margin-left: 38px;
}
.ow_mailbox_items_list .jspContainer .jspHorizontalBar {
    display: none !important;
}
/*End of Messages notifications*/
/* ---- End of Console styles ---- */


/* -------Attachments styles----------*/
.ow_attachment_btn {
    float: right;
    margin: 0 0 0 4px;
    padding: 0;
}
.ow_attachments input[type="file"] {
    cursor: pointer;
    float: right;
    opacity: 0;
}
.ow_attachment_icons {
    float: right;
}
.ow_attachments a {
    background: url(images/wysiwyg.png) no-repeat scroll -175px 1px rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 22px;
    overflow: hidden;
    text-decoration: none;
    width: 22px;
}
.ow_attachments a.video{
    background:url(images/wysiwyg.png) -197px 1px no-repeat;
}
.ow_attachments a.attach {
    background: url(images/wysiwyg.png) no-repeat scroll -242px 1px rgba(0, 0, 0, 0);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.ow_attachments a.attach.uploading {
    background: url(images/ajax_preloader_button.gif) no-repeat center center;
}
.ow_attachments a.attach.uploading:hover {
    background: url(images/wysiwyg.png) no-repeat scroll -242px 1px rgba(0, 0, 0, 0);
}
.ow_attachment_delete {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
}
.ow_ajax_oembed_attachment {
    width: 100%;
}

 


/*Video, links embed*/
body .ow_oembed_attachment_preview {
    height: 60px;
    position: relative;
    padding: 6px 20px 0 88px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-width: 1px;
    background-color: #fafafa;
}
.ow_mailbox_log .ow_oembed_attachment_preview {
    border: none;
    padding: 0 0 0 88px;
    background-color: transparent;
    margin-top: 12px;
}
.ow_mailbox_log .ow_oembed_attachment_preview .ow_attachment_delete {
    display: none;
}
.ow_oembed_attachment_pic .attachment_other_images_btn {
    position: absolute;
    left: 4px;
    bottom: 4px;
    display: none;
}
.ow_oembed_attachment_pic:hover .attachment_other_images_btn {
    display: inline-block;
}
body .ow_oembed_attachment_pic {
    width: 80px;
    height: 60px;
    position: absolute;
    top: -1px;
    left: -1px;
    border-width: 0 1px 0 0;
    background-color: #ececec;
}
.ow_oembed_atachment_pic_nopic {
    background-image: url(images/no-picture.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.ow_oembed_attachment_pic img {
    width: 80px;
    height: 60px;
}
.ow_oembed_attachment_url {
    position: relative;
}
.ow_oembed_attachment_url a {
    position: absolute;
    bottom: 4px;
    left: 4px;
}
.ow_attachment_title {
    margin-bottom: 4px;
    line-height: 13.5px;
    font-size: 11px;
    display: inline-block;
}
.ow_attachment_description {
    line-height: 13.5px;
    height: 27px;
    overflow: hidden;
    font-size: 11px;
    display: block;
}
.ow_attachment_title a {
    display: block;
    height: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 11px;
}
.ow_oembed_attachment_preview.loading_content .ow_oembed_attachment_pic,
.ow_oembed_attachment_preview.loading_content .ow_attachment_title,
.ow_oembed_attachment_preview.loading_content .ow_attachment_description {
    display: none;
}
.ow_oembed_attachment_preview.loading_content {
    background: url(images/ajax_preloader_content.gif) center center no-repeat;
}
.attachment_image_item {
    border-width: 1px;
    cursor: pointer;
    float: left;
    height: 85px;
    margin: 2px;
    padding: 3px;
    text-align: center;
    width: 85px;
}
.attachment_image_item img {
    max-width: 100%;
    max-height: 100%;
}
/*Photo attachment*/
.ow_photo_attachment_preview {
    height: auto;
    padding: 8px 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    margin-left: 0;
}
.ow_comments_mipc .ow_photo_attachment_preview,
.ow_comments_mipc .ow_oembed_attachment_preview {
    margin-left: 48px;
}
.ow_comments_ipc .ow_photo_attachment_preview,
.ow_comments_ipc .ow_oembed_attachment_preview {
    margin-left: 57px;
}
.ow_feed_comments_input_sticky .ow_photo_attachment_preview,
.ow_feed_comments_input_sticky .ow_oembed_attachment_preview,
.ow_feed_comments_input_sticky .comments_hidden_btn{
    margin: 0 12px 8px 22px;
}
.ow_photo_attachment_pic {
    display: inline-block;
    background-color: #ececec;
    width: 120px;
    height: 120px;
    border: 1px solid #e6e6e6;
    border-top-color: #dbdbdb;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.ow_photo_attachment_pic.loading {
    background-size: auto;
    background-image: url(images/ajax_preloader_content.gif);
    background-position: center center;
}
.ow_photo_attachment_stage {
    width: 150px;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
 }
/*File attachments*/
.ow_file_attachment_preview {
    width: 100%;
    height: auto;
    margin-top: -2px;
    margin-bottom: 6px;
}
.ow_file_attachment_block1, .ow_file_attachment_block2 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 2px 0;
}
.ow_file_attachment_block1 {
    padding-right: 4px;
}
.ow_file_attachment_block2 {
    padding-left: 4px;
}
.ow_dialog_items_wrap .ow_file_attachment_block1,
.ow_dialog_items_wrap .ow_file_attachment_block2 {
    width: auto;
    float: none;
    padding-right: 0;
    padding-left: 0;
    padding-top: 4px;
}
.ow_dialog_items_wrap .ow_file_attachment_info,
.ow_mailbox_log .ow_file_attachment_info {
    padding-right: 4px;
}
.ow_dialog_item_mailchat .ow_mailbox_message_content_attach {
    padding-top: 0px;
}
.ow_dialog_items_wrap .ow_file_attachment_name,
.ow_mailbox_log .ow_file_attachment_name {
    font-weight: normal;
    padding-right: 4px;
}
.ow_file_attachment_info {
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-right: 50px;
    position: relative;
    height: 22px;
    overflow: hidden;
}
.ow_file_attachment_info a {
    line-height: 22px;
    padding-left: 8px;
}
.ow_dialog_in_item.fileattach {
    padding-top: 1px;
    padding-bottom: 1px;
}
.ow_dialog_in_item.fileattach .ow_file_attachment_info {
    border: none;
}
.ow_file_attachment_name {
    width: 100%;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    padding-left: 8px;
    font-size: 11px;
    font-weight: bold;
}
.ow_file_attachment_size {
    font-weight: normal;
    display: none;
}
.ow_file_attachment_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    border-left: 1px solid #DCDCDC;
    background-image: url(images/tag_close_btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.ow_file_attachment_preload {
    position: absolute;
    top: 0;
    right: 25px;
    width: 16px;
    height: 22px;
    background: url(images/ajax_preloader_content.gif) center center no-repeat;
    display: none;
}
.ow_dialog_in_item.errormessage p,
.ow_mailbox_log_message.errormessage .ow_mailbox_message_content,
.ow_dialog_item_mailchat.errormessage .ow_dialog_item_mailchat_text {
    color: #b1b1b1;
}
.ow_errormessage_not {
    display: block; 
    padding-bottom: 4px; 
    padding-left: 4px;
}
.ow_dialog_in_item.errormessage .ow_errormessage_not {
    padding-left: 0;
}
/* -------End of attachments styles----------*/
/* ----------- Comments styles---------- */


body .ow_attachments a.video {
    border-radius: 0 2px 2px 0;
    margin: 0 0 0 -1px;
}
.base_cmnts_temp_cont .ow_ipc_info {
    border: none;
    padding-bottom: 1px;
}
.ow_comments_item,
.ow_feed_comments_viewall,
.ow_feed_comments_input_sticky,
.ow_photo_attachment_preview,
.ow_oembed_attachment_preview,
.ow_oembed_attachment_pic,
.ow_comments_form_wrap,
.ow_newsfeed_features .ow_tooltip .ow_tooltip_body {
background: rgba(0,0,0,0.3);
border: 1px solid #222;
}
.ow_comments_item {
    position: relative;
    padding: 0px 0px 4px;
    padding: 6px 6px 4px 6px;
    border-width: 1px 1px 0 1px;
}
.ow_comments_form_top .ow_comments_item {
    border-width: 0 1px 1px 1px;
}
.ow_comments_form_top .ow_paging {
    margin-bottom: 0;
    margin-top: 8px;
}
.ow_newsfeed_features .ow_comments_item {
    border-width: 1px 0 0 0;
}
.ow_photoview_info_wrap.sticked .ow_comments_item:last-child {
    border-width: 1px;
    margin-bottom: 12px;
}
.ow_comments_form_top .ow_comments_list .ow_comments_item:last-child {
    border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
}
.ow_comments_list .ow_comments_item:first-child {
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}
.ow_newsfeed_features .ow_comments_list div .ow_context_action_block .ow_context_action {
    border-top-width: 1px;
}
.ow_comments_form_wrap {
    padding: 6px 6px 4px 6px;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-width: 1px;
}
.ow_newsfeed_features .ow_comments_form_wrap,
.ow_newsfeed_features .ow_feed_comments_viewall {
    border-width: 1px 0 0 0;
}
.ow_comments_form_top .ow_comments_form_wrap {
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}
.ow_feed_comments_viewall {
    text-align: right;
    padding: 8px 8px 8px 0;
    border-width: 1px 1px 0 1px;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}
.ow_feed_comments_input_sticky {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.ow_feed_comments_input_sticky .ow_comments_input_wrap {
    padding: 6px 12px 4px 22px;
}
.ow_feed_comments_input_sticky .ow_comments_form_wrap {
    border-top-width: 1px;
}
.ow_comments_item_picture{
    float: left;
    margin-right: -50px;
    width: 50px;
}
.ow_comments_item_info {
    margin-left: 57px;
}
.ow_comments_item_info textarea.ow_smallmargin {
    margin-bottom: 6px;
    width: 100%;
    margin-top: 4px;
}
.ow_comments_item_info .comments_fake_autoclick {
    width: 100%;
    height: 28px;
    margin-top: 4px;    
}
.ow_comments_item_header {
    margin-bottom: 2px;
}
.ow_comments_item_header a {
    font-size: 11px;
    font-weight: bold;
}
.ow_comments_item_toolbar {
    float: left;
    font-size:10px;
    width: 100%;
}
.ow_comments_item_info .clearfix .ow_comments_item_toolbar {
    white-space: normal;
}
.ow_comments_date {
    float: right;
    font-size: 10px;
}
.ow_comments_list .ow_tooltip .ow_tooltip_body {
    padding: 4px 0px;
}
.ow_comments_list .ow_context_action_list a {
    padding: 4px 12px;
}
.ow_comments_item_info .mipc_url{
    font-weight: bold;
}
.comment_add_arr {
    float: left;
    display: block;
    position: relative;
    z-index: 1;
    left: 1px;
    width: 5px;
    height: 9px;
    margin: 14px 0px 0px -5px;
    background: url(images/comment_arr.png) no-repeat 0px 0px;
}
.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: #FFA07A;
}
body .item_loaded {
    margin: 0px 3px 8px 57px;
}
body textarea.ow_newsfeed_status_input {
    height: 58px;
}
body textarea.ow_newsfeed_status_input.invitation {
    width: 100%;
    height: 28px;
}
.ow_comments_mipc.ow_comments_paging .ow_comments_list {
    margin-bottom: 8px;
}
.ow_comments_mipc .ow_comments_item_picture,
.ow_feed_comments_input_sticky .ow_comments_item_picture  {
    width: 42px;
    margin-right: -42px;
    float: left;
}
.ow_comments_mipc .ow_comments_item_picture .ow_avatar,
.ow_feed_comments_input_sticky .ow_comments_item_picture .ow_avatar {
    height: 32px;
    width: 32px;
    
}
.ow_comments_mipc .ow_comments_item_picture .ow_avatar img,
.ow_feed_comments_input_sticky .ow_comments_item_picture .ow_avatar img {
    width: 32px;
    height: 32px;
}
.ow_comments_mipc .ow_comments_item_info,
.ow_feed_comments_input_sticky .ow_comments_item_info {
    margin-left: 48px;
}
.ow_comments_mipc .ow_comments_list {
    margin-bottom: 1px;
}
.ow_comments_item_info .ow_comments_content {
    padding: 2px 0;
}
.ow_comments_input_wrap textarea.comments_fake_autoclick {
    resize: none;
    height: 30px;
    padding-right: 28px;
}
.ow_comments_input_wrap .ow_comments_input {
    padding-top: 4px;
    position: relative;
}
.ow_comments_input_wrap .ow_comments_input .comments_fake_autoclick {
    margin-top: 0;
}
.ow_comments_input .ow_attachment_icons {
    position: absolute;
    top: 8px;
    right: 4px;
}
.ow_comments_input .ow_attachments a {
    background: url(images/wysiwyg.png) no-repeat scroll -176px 0px rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 20px;
    overflow: hidden;
    text-decoration: none;
    width: 20px;
}
.ow_attachments input[type="file"] {
    cursor: pointer;
    float: right;
    opacity: 0;
}
/*End of comments styles*/


/* ---- Mailbox styles ---- */
.ow_mailbox_left_loading .ow_mailbox_left_body {
    background: url(images/ajax_preloader_content.gif) center 220px no-repeat;
}
body .ow_mailbox_right.ow_mailbox_right_loading div.ow_mailbox_right_preloading {
    background: url(images/ajax_preloader_content.gif) no-repeat center center;
}
.ow_mailbox_message_content .ow_file_attachment_info,
.ow_dialog_items_wrap .ow_file_attachment_info,
.ow_mailbox_log .ow_file_attachment_info {
	background-image: url(images/miniic_doc.png);
}
.ow_mailbox_convers_info.mails {
	background-image: url(images/miniic_envelope.png);
}
.ow_mailbox_convers_info.chats {
	background-image: url(images/miniic_buble.png);
}
.ow_mailbox_convers_info {
	background-color: #ECECEC;
}
.ow_mailbox_convers_info_new {
	background-color: #B9CFC6;
}
.ow_mailbox_convers_info_selected {
	background-color: #F2F7F2;
}
.ow_mailbox_convers_info:hover, .ow_mailbox_convers_info_selected, .ow_mailbox_convers_info_selected:hover {
-webkit-box-shadow: inset 4px 0px 0px 0px #E2094B;
  -moz-box-shadow: inset 4px 0px 0px 0px #E2094B;
  box-shadow: inset 4px 0px 0px 0px #E2094B;
}
.ow_mailbox_convers_info .ow_mailbox_convers_info_date:hover {
	color: #999;
}
.ow_mailbox_convers_info .ow_mailbox_convers_info_string a {
	color: #ffa7a7;
}
.ow_mailbox_convers_info span.ic_reply {
	background-image: url(images/ic_reply_g.png);
}
.ow_mailbox_table,
.ow_mailbox_table .ow_mailbox_convers_info, 
.ow_mailbox_table .ow_mailbox_cap, 
.ow_mailbox_table .ow_mailbox_date_cap,
.ow_mailbox_table .ow_mailbox_subject_block,
.ow_mailbox_table .ow_mailbox_log,
.ow_mailbox_table .ow_mailbox_log_date,
.ow_mailbox_table .ow_mailbox_left .ow_mailbox_cap,
.ow_mailbox_table .ow_mailbox_left .ow_mailbox_search,
.ow_mailbox_table .ow_mailbox_left .ow_mailbox_left_body,
.ow_mailbox_right .ow_chat_message_block {
border-color: #4d4d4d;
background-color: #0E0E0E;
}
.ow_mailbox_table {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}

.ow_mailbox_log .ow_dialog_item.even .ow_dialog_in_item {
    background-color: #edf7e1;
    border: 1px solid #dddddd;;
}
.ow_mailbox_convers_actions .ow_miniic_control span {
background: url(images/miniic_gearwheel.png) -1px -1px no-repeat;
}

.ow_mailbox_log .ow_dialog_item.odd .ow_dialog_in_item{
    background-color: #e8f7fc;
    border: 1px solid #dddddd;;
}
.ow_mailbox_log .ow_dialog_item i {
    background-image: url(images/dialog_tail.png);
}

.ow_dialog_in_item p {

text-shadow: none;
}

.ow_mailbox_convers_info.chats {
background-position: 8px 17px!important;

}



.ow_mailbox_avatar {

margin-left: 10px;
}
.ow_mailbox_convers_info.mails {
background-position: 8px 17px!important;

}
.ow_mailbox_conv_options {
border: #ccc;
}
/* ---- End of Mailbox styles ---- */

.ow_photo_dragndrop {
    font-family: 'UbuntuBold',"Trebuchet MS","Helvetica CY",sans-serif;
    text-transform: uppercase;
    color: #666;
    background-color: #fff9ec;
    border: 1px solid #e8e8e8;
    font-size: 15px;
}
.ow_photo_upload_wrap .ow_photo_preview_block_wrap .ow_photo_preview_edit {
    border: 1px solid #ccc;
}
.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_fw_menu {
    background: #1D1919 url(images/black_pattern.gif) repeat!important;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px!important;
    padding: 4px 8px;
    min-height: 24px;
    clear: both;
    position: relative!important;
    left: 0px;
}
.ow_fw_btns {
    display: inline-block;
}
.ow_photo_list_wrap div.ow_photo_item {
    background-color: #ececec;
    border-color: #CBCFD0;
}
.ow_photo_list_wrap .ow_photo_item_wrap .ow_photo_item_info {
    background-color:rgba(0,0,0,0.85);
}
.ow_photo_item_info_user,
.ow_photo_item_info_album,
.ow_photo_item_info .ow_rates_wrap {
    color: #fff;
}
.ow_photo_item_wrap.ow_photo_album .ow_photo_item_info_description {
    color: #fff;
}
.ow_photo_pint_mode .ow_photo_item_wrap.ow_photo_album .ow_photo_item_info_description {
    color: #606060;
}
.ow_photo_album_info_wrap {
    border-bottom: 1px solid #DBDDDE;
}
.ow_photo_album_cover {
    border-color: #cccccc;
}
body .ow_photo_album_info_wrap .ow_photo_album_info .ow_photo_album_description_textarea,
body .ow_photo_album_info_wrap .ow_photo_album_info .ow_photo_album_description {
    color: #666;
}
a.ow_context_action_value {
    color: #fff68f;
}
.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/photo_view_context.png);
    background-color: #8d152d;
}
body .ow_photo_context_action .ow_context_action:hover {
    background-color: #ff0060;
    background-image: url(images/photo_view_context.png);
}
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/photo_view_context.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.ow_photoview_stage_wrap_fullscreen .ow_photoview_fullscreen {
    background-image: url(images/fullscreen_min.png);
}
.ow_photoview_fullscreen {
    background-image: url(images/fullscreen_max.png);
}
.ow_photoview_play_btn {
    background-image: url(images/fullscreen_play.png);
}
.ow_photoview_play_btn.stop {
	background-image: url(images/fullscreen_stop.png);
}
.ow_photoview_info_btn.open {
	background-image: url(images/fullscreen_info_open.png);
}
.ow_photoview_info_btn.close {
	background-image: url(images/fullscreen_info_close.png);
}
.ow_photoview_slide_settings_btn {
    background-image: url(images/fullscreen_settings.png);
}
.ow_photoview_arrow_left {
    background-image: url(images/photoview_arrow_left.png);
}
.ow_photoview_arrow_right {
    background-image: url(images/photoview_arrow_right.png);
}
body .ow_photoview_stage_wrap .ow_photo_context_action .ow_context_action .ow_context_more {
	background-image: none;
}
.ow_photo_context_action .ow_tooltip .ow_tooltip_body {
border: 1px solid rgba(0,0,0,0.5);
background: rgba(0,0,0,0.6);
}
.ow_photo_context_action .ow_tooltip .ow_tooltip_body {
border-radius: 0px !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
}
.ow_photo_context_action .ow_context_action_list a:hover {
    background-color: #ff0060;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
}
.ow_photo_context_action .ow_tooltip_tail span {
    background: url(images/photo_tooltip_tail.png) no-repeat 3px 0;
}
.ow_photo_context_action .ow_context_action_divider {
    background-color: rgba(160,160,160,0.7);
}
.ow_context_action_list a.ow_context_action_item_hierarchy_right span {
    background: url(images/miniic_arrow_left_bb.png) no-repeat center center;
}
.ow_context_action_list a.ow_context_action_item_hierarchy_left span {
     background: url(images/miniic_arrow_right_bb.png) no-repeat center center;
}
.ow_photo_pint_mode .ow_photo_item_wrap .ow_photo_item_info {
background:#1D1919 url(images/black_pattern.gif) repeat!important;
border-top: 4px solid rgba(0,0,0,0.5);
box-shadow: 0px 5px 0px transparent,3px 5px 5px rgba(0,0,0,0.5);
border-radius: 0px !important;
    
}
.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: #9d0127;
}
.ow_photo_list.ow_photo_edit_mode .ow_photo_item .ow_photo_chekbox_area {
    background-color: rgba(255,255,255,0.4);
}
.ow_photo_list.ow_photo_edit_mode .ow_photo_item.ow_photo_item_checked .ow_photo_chekbox_area,
.ow_photo_list.ow_photo_edit_mode.ow_photo_pint_mode .ow_photo_item .ow_photo_chekbox_area {
    background-color: rgba(255,255,255,0);
}
.ow_photo_edit_mode .ow_photo_chekbox_area .ow_photo_checkbox {
    border: 1px solid rgba(255,255,255,0.6);
    background-color: rgba(87,87,87, 0.6);
}
.ow_photo_edit_mode .ow_photo_item_checked .ow_photo_chekbox_area .ow_photo_checkbox {
    background-image: url(images/checkbox_icon.png);
}
.ow_photo_list.ow_photo_pint_mode .ow_photo_item {
    background: #fafafa;
}
/*Searchbar*/
.ow_searchbar_ac {
    border: 1px solid #ccc;
color:#ffa7a7;
}
.ow_searchbar_ac li {
    background-color: rgba(0,0,0,0.4);
    font-size: 11px;

}
.ow_searchbar_ac li:hover {
    background-color: rgba(0,0,0,0.4);
}
/*Rates*/
.ow_photoview_info .ow_rates_wrap {
    padding-left: 4px; 
    margin: 6px 0 8px 0;
}
.ow_rates_wrap span {
    vertical-align: middle;
}
.ow_rates {
    width: 65px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}
.ow_rates .rates_cont {
    position: absolute;
    opacity: 0;
    transition: opacity 0.15s;
    -moz-transition: opacity 0.15s;
    -webkit-transition: opacity 0.15s;
}
.ow_rates:hover .rates_cont {
    opacity: 1;
}

/*Dropdown*/
body input.ow_dropdown_btn {
    background-image: none;
    height: 28px;
}
.ow_dropdown_arrow_down,
.ow_dropdown_arrow_up {
    height: 10px;
    position: absolute;
    right: 8px;
    top: 12px;
    width: 12px;
    cursor: pointer;
}
.ow_dropdown_arrow_down {
    background: url(images/chat_tiny_arrow_down.png) no-repeat center center;
}
.ow_dropdown_arrow_up {
    background: url(images/chat_tiny_arrow_up.png) no-repeat center center;
}
.ow_dropdown_list_wrap {
    position: relative;
    width: 100%;
}
.ow_dropdown_list li {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 4px;
    background-color: #181717;
    color: #B7435F;
    cursor: pointer;
    position: relative;
}

.ow_dropdown_list li:hover {
    background-color:#080808;
}

.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: rgba(0,0,0,0.3);
}

.ow_photo_upload_drop_area {
    border: 1px dashed #111;
}

.ow_newsfeed_item_picture {
 float: left;
 width: 100px;
 margin-right: 1%; 
}
.ow_newsfeed_large_image .ow_newsfeed_item_picture {
   
 width: auto!important;
    height: auto;
}
 
.ow_newsfeed_large_image .ow_newsfeed_item_content {
    width: 100%;
    
 
}
    
.ow_newsfeed_item_picture img {
    
    max-width: 100%;
    width: 100%;
    height: auto;
}
.ow_newsfeed_photo_grid {
    
    width: 100%;
}
.ow_newsfeed_photo_grid_item {
 
 
 
    padding: 0px 4px 4px 0px; 
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    width: 50%; 
  float: left;
 }
.ow_newsfeed_photo_grid_3 .ow_newsfeed_photo_grid_item {
    width: 33.3%;
}
.ow_newsfeed_photo_grid_item a {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    background-size: cover;
  width: 100%;
 
}

.ow_mailbox_convers_info_date {

margin-right: -34px!important;

}


.ow_footer .ow_canvas {
margin: 0 auto;
width: 100% !important;
word-wrap: break-word;

}



.ow_photoview_info_wrap .ow_user_list_data {

margin-top: 10px!important;
margin-left: 6px!important;
margin-right: 5px!important;
padding: 6px 6px 6px 100px!important;

}

.ow_photoview_info_wrap .ow_avatar{
margin-top:4px;
margin-left:6px;
}



.ow_photo_item_wrap img {

border-radius: 0px !important;
-moz-border-radius: 0px!important;
-webkit-border-radius: 0px!important;

}

ul.ow_settings_items a, ul.ow_chat_selector_items a {
color: #B7435F !important;
}

.ow_photoview_stage_wrap {



}

.ow_photoview_info .ow_comments_form_wrap .ow_avatar {
margin-top: 2px;
margin-left: 2px;
}

.ow_photoview_info .comments_list_cont .ow_avatar{
margin-top: 2px;
margin-left: 2px;
}
.ow_console_list li.ow_console_new_message .ow_remark,
.ow_console_mailbox_cont:hover .ow_remark{

}

.ow_newsfeed_large_image .ow_newsfeed_item_picture:hover{
background:#111;
opacity: 0.6;
}

.ow_newsfeed_large_image .ow_newsfeed_item_picture {
width: auto!important;
height: auto;
padding: 5px;
background: #111;
}

.ow_newsfeed_photo_grid_item a {

background-position: center center;
}
.ow_newsfeed_photo_grid_item a:hover{
opacity: 0.8;

}

.ow_dnd_schem_item .action a {
background-position: center center;
background-repeat: no-repeat;
display: inline-block;
height: 21px;
text-decoration: none;
width: 21px;

}

.ow_dnd_schem_item {
background: #222 url(images/ic_file.png) no-repeat 10px 50%;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border: 1px solid #111;
cursor: move;
color: #fbfbfb;
float: left;
height: 30px;
margin: 2px 4px 2px 0;
padding: 2px 5px 0 43px;
width: 157px;
position: relative;
font-size: 11px;
}

.ow_searchbar_btn {

background-position: center 2px!important;
}

.ow_newsfeed_view_more_c {

margin-bottom:10px;
}

.ow_mailbox_username {

min-width: 1px!important;
}

.floatbox_canvas .floatbox_container .floatbox_body .avatar_select_list .ow_user_list_data {
min-height: 40px;
margin-top: 1px;
margin-left: 0px;
margin-right: 0px;
background: #333;
padding: 6px 6px 6px 60px ;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: 1px solid 111;
}
.floatbox_canvas .floatbox_container .floatbox_body .avatar_select_list .ow_user_list_picture .ow_avatar img {
width: 45px;
height: 45px;
margin-top: 2px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
position: relative;
display: inline-block;
}

input[name=album].ow_dropdown_btn {
width: 250px !important;
padding-right: 20px;
}
.ow_photo_upload_submit {position: relative !important;width: auto !important;float: right !important;}


/*---Edward Azahar ( oxsoft)-- chat--*/
.ow_chat_dialog_wrap .ow_count_bg, .ow_chat .ow_count_bg {
border: none;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
display: inline-block;
background: #FC0D5F;
min-height: 15px;
overflow: hidden;
margin-left: 5px;
margin-top: 0px;
border-radius: 0px;
padding: 2px;
font-size: 15px;
}
span.ow_count_txt {
color: #fff;
font-size: 15px;
}






.ow_chat_cont
{
right:10px !important;
}
.ow_bot_panel 
{
position:absolute;
right:0px;
background:#333;/** OW_Control type:color, key:bottomchatboxcolor, section:3.0. Chat, label: Bottom chat box  **/
color:#fff;
height:30px  !important;

}

span.ow_count_txt
{
color:#fff;
}
.ow_top_panel
{
background:#333;/** OW_Control type:color, key:topchatboxcolor, section:3.0. Chat, label: Top chat box  **/
height:35px !important;
}


.ow_chat_dialog_active.ow_chat_dialog .ow_author_block
{
background:#333;/** OW_Control type:color, key:topchatwithusercolor, section:3.0. Chat, label:top User Dialog  bar **/


}
.ow_chat_dialog
{
background:#333;/** OW_Control type:color, key:bottomchatwithusercolor, section:3.0. Chat, label: Bottom User Dialog bar **/


}


span.ow_chat_item_author,
span.ow_chat_item_text {
color: #555;
}

span.ow_chat_in_item_photo img {
  
  
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}


/*---Edward Azahar ( oxsoft)-- chat--*/
.ow_chat_dialog_wrap .ow_count_bg, .ow_chat .ow_count_bg {
border: none;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
display: inline-block;
background: #FC0D5F;
min-height: 15px;
overflow: hidden;
margin-left: 5px;
margin-top: 0px;
border-radius: 2px;
padding: 2px;
font-size: 15px;
}
span.ow_count_txt {
color: #fff;
font-size: 15px;
}






.ow_chat_cont
{
right:10px !important;
}
.ow_bot_panel 
{
position:absolute;
right:0px;
background:rgba(21, 21, 21, 0.9);/** OW_Control type:color, key:bottomchatboxcolor, section:3.0. Chat, label: Bottom chat box  **/
color:#fff;
height:30px  !important;

}
.ow_chat_block {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-color: #424242 !important;
 }
.ow_chat_block.ow_chat_block_active {
border: 1px solid #2F2D2E !important;
}
span.ow_count_txt
{
color:#fff;
}
.ow_top_panel
{
background:rgba(21, 21, 21, 0.9);/** OW_Control type:color, key:topchatboxcolor, section:3.0. Chat, label: Top chat box  **/
height:35px !important;
}


.ow_chat_dialog_active.ow_chat_dialog .ow_author_block
{
background:#111;/** OW_Control type:color, key:topchatwithusercolor, section:3.0. Chat, label:top User Dialog  bar **/


}
.ow_chat_dialog
{
background:#111;/** OW_Control type:color, key:bottomchatwithusercolor, section:3.0. Chat, label: Bottom User Dialog bar **/


}

#dialogProfileDisplayName {
  color: #fff !important;
  font-size: 16px !important;
  padding-left: 10px !important;
}
.ow_chat_dialog.ow_open .ow_chat_in_item_photo img {
  border: 2px solid #111 !important;
  height: 30px !important;
  width: 30px !important;
}
.ow_chat_dialog .ow_author_block {
}

.ow_profile_gallery_action_toolbar.ow_profile_action_toolbar_wrap.clearfix.ow_stdmargin {
margin-top: 20px;
}


.ow_sign_in_wrap form .ow_sign_up a {
  position: absolute;
  text-align: center;
  color: #ffffff;
  width: 60px!important;
  text-shadow: none;
  background:#DC1449 url(images/btn_join.png);
  background-repeat: repeat;
  padding: 6px 6px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0px 5px 0px transparent,1px 1px 1px rgba(0,0,0,0.5);
}
ul.ow_console_lang {
  -webkit-column-count: 2 ;
  -moz-column-count: 2 ;
   column-count: 2 ;
   -o-column-count: 2 ;
   -ms-column-count: 2 ;
    padding-right: 0px;
}

.ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="submit"], .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="button"] {
  background: #1481DC url(images/button_bg.gif) !important;
  background-repeat: repeat !important;
  color: #fff;
  height: 23px;
  padding: 1px 8px 4px;
  text-shadow: none !important;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'UbuntuBold',"Trebuchet MS","Helvetica CY",sans-serif;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkitborder-radius: 0px !important;
   border:none !important;
}
.ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button {
  background-color: transparent !important;
  background-image: none;
  background-position: left center;
  background-repeat: repeat-x;
  border-color: transparent !important;
  border-radius: 0px !important;
  display: inline-block;
  padding: 1px;
  text-align: center;
}
#photo-album-list > div.ow_suggest_field.ow_smallmargin > div.ow_dropdown_list_wrap > ul {
margin-top: -19.99% !important;
}

body > div.floatbox_canvas.floatbox_default.floatbox_canvas_active > div.floatbox_container > div > div.floatbox_body > center > iframe {
width: 100% !important;
min-width: 100% !important;
}
body>.ow_page_wrap {
  min-height: 100%;
  position: relative;
  width: 100% !important;
}

/***********added on update oxwall version 1.7.4****/
.ow_box.ow_stdmargin.clearfix.index-NEWSFEED_CMP_SiteFeedWidget.ow_break_word {
 border: none;
}
#QuickSearchForm > table > tbody > tr.ow_alt1.ow_tr_last > td {
  border-left: none;
  border-right: none;
}

#QuickSearchForm > table > tbody > tr.ow_alt1.ow_tr_first > td {
  border-left: none;
  border-right: none;
}

.ow_dnd_widget.index-NEWSFEED_CMP_SiteFeedWidget {
 margin-bottom: 10px !important;
}
#place_sections > div > div > div.clearfix > div.ow_left.place_section.ow_column > div.ow_dnd_widget.index-PHOTO_CMP_PhotoListWidget > div.ow_box.ow_stdmargin.clearfix.index-PHOTO_CMP_PhotoListWidget.ow_break_word {
padding-left: 0px;
padding-right: 2px;
}
.ow_newsfeed_content.ow_smallmargin {
 padding-top: 6px;
}
.ow_newsfeed_avatar {
  margin-top: 0px!important;
margin-left: 2px!important;
width: 26px!important;
height: 26px!important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.ow_box_empty.ow_stdmargin.clearfix.dashboard-BASE_CMP_WelcomeWidget.ow_break_word {
  padding-left: 6px;
  padding-right: 6px;
}
.floatbox_container div.ow_box.ow_break_word {
  background-color: transparent;
  border: 3px solid #272727;
}


.ow_ads_cont {
  display: inline-block;
  width: 100% !important;
  overflow: hidden;
}
.ow_ads_label {
padding-right: 2% !important;
}
body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_content > div.ow_automargin.ow_std_margin.ow_txtright > div > div > a > img {
  background-size: 100% !important;
    max-width: 97%!important;
}
.ow_box_empty.ow_video_player.ow_stdmargin.ow_no_cap.ow_break_word {
  background: #1D1919 url(images/black_pattern.gif) repeat!important;
  padding: 5px;
  box-shadow: 0px 5px 0px transparent,3px 3px 5px rgb(0, 0, 0);
}
.ow_video_list.ow_stdmargin.clearfix {
    background: #1D1919 url(images/black_pattern.gif) repeat!important;
    box-shadow: 0px 5px 0px transparent,3px 3px 5px rgba(0,0,0,0.2);
    border: 2px solid rgba(0, 0, 0, 0.15);
}


/**************************oxsoft header slider*************************/

.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
    height: 353px;
    top: 0px;
    left: 0px;
    z-index: 0;
    overflow: hidden;
}
.cb-slideshow:after {
    content: '';
    background: rgba(0,0,0,0.5) url(images/pattern.png) repeat top left;
    overflow: hidden;
}
.cb-slideshow li span {
    width: 100%;
    height: 353px;
    position: absolute;
    top: 15px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    overflow: hidden;
    -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: right;
    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: 'BebasNeueItalic', 'Arial Narrow', Arial, sans-serif;
    font-size: 80px;
    padding: 0 30px;
    line-height: 120px;
    color: rgba(169,3,41, 0.8);/** OW_Control type:color, key:slidertextColor, section:2. Colors, label: - header slider Text color **/
    padding-bottom: 20px;
    cursor: crosshair;
    text-shadow: none !important;
}
.cb-slideshow li:nth-child(1) span { background-image: url(images/6.jpg);/** OW_Control type:image, key:slideImage6, section: 0. Header Slides, label: Slide 6  **/ }
.cb-slideshow li:nth-child(2) span {
    background-image: url(images/5.jpg);/** OW_Control type:image, key:slideImage5, section: 0. Header Slides, label: Slide 5  **/
    -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(images/4.jpg);/** OW_Control type:image, key:slideImage4, section: 0. Header Slides, label: Slide 4  **/
    -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(images/3.jpg);/** OW_Control type:image, key:slideImage3, section: 0. Header Slides, label: Slide 3  **/
    -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(images/2.jpg);/** OW_Control type:image, key:slideImage2, section: 0. Header Slides, label: Slide 2  **/
    -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(images/1.jpg);/** OW_Control type:image, key:slideImage1, section: 0. Header Slides, label: Slide 1  **/
    -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;
}
@-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) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1) rotate(3deg);
	}
	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) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1) rotate(3deg);
	}
	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) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1) rotate(3deg);
	}
	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) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1) rotate(3deg);
	}
	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) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1) rotate(3deg);
	}
	100% { opacity: 0 }
}
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -webkit-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -moz-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -o-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -ms-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 50px }
}


/*****************mail chat*****************/
.ow_chat_dialog .ow_chat_subject_block input.invitation, .ow_chat_mailchat_inputarea textarea.invitation, .ow_mailchat_new_message.ow_chat_dialog.ow_active .ow_mailchat_select_user input {
  color: #838282 !important;
}
.ow_chat_dialog .ow_chat_subject_block input {
color: #585858 !important;
}
.ow_mailchat_new_message .ow_chat_mailchat_inputarea .input_ws_cont {
  padding: 28px 4px 4px 4px;
  background-color: #fff !important;
}
.htmlarea_styles.mailbox {
  color: rgb(51, 51, 51) !important;
}
.ow_chat_dialog_wrap .ow_chat_message_block .ow_chat_message textarea {
  background-color: #fff;
  color: #333 !important;
}

/***skadate section**********/

/* ------- Location field Styles -------- */
body .ui-autocomplete {
    background: rgba(23, 35, 35, 0.4);
    border-color: rgba(207, 207, 183, 0.4);    
}
body .ui-autocomplete a {
    color: #CFCFB7;
}
body .ui-autocomplete li:hover {
    background: rgba(23, 35, 35, 0.4);
}
/* ------- End Location field Styles -------- */

/* ---- Ulist big Styles ---- */
.ow_ulist_big {
    padding-top: 12px;
}

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

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

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

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

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

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

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

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

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

}

.ow_ulist_big_info_name  {
    float: left;
    max-width: 160px;
    max-height: 1.5em;
    overflow: hidden;
}
/* ---- End of Ulist big Styles Styles ---- */

/* ---- Bookmark Styles ---- */

.ow_bookmark_icon {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    right: 4px;

}

/* ---- End of Bookmark Styles ---- */
/* ---- Wink Styles ---- */
.ow_mailbox_table .ow_wink_icon {
    background-image: url('images/ic_wink.png');
}


/* ---- 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: #cfcfb7;
}
/* ---- End of Cover Context Action styles ---- */


.ac_match{
    font-weight: bold;
}

.ac_over {
    background-color: rgba( 23, 35, 35, 0.8);
}


/*** sprintally solution's custom avatar**/
body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_sidebar > div.ow_sidetab > div.ow_dnd_widget {
display: none;
}
body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_sidebar > div.ow_sidetab > div.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget {
    display: block;
}
.ow_sidetab {
    position: absolute;
    top: 0px;
    left: 262px;
    box-shadow:none !important;
    z-index: 99;
}
body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_sidebar > div.ow_sidetab > div.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget {
box-shadow: none !important;
background-color: transparent !important;
border: none !important;
}

body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_sidebar > div.ow_sidetab {
left: 272px;
}

body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_sidebar > div.ow_sidetab > div.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > div.ow_box_cap_empty.ow_dnd_configurable_component.clearfix {
    display: none;
}

body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_sidebar > div.ow_sidetab > div.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > div.ow_box_empty.ow_stdmargin.clearfix.index-BASE_CMP_MyAvatarWidget.ow_break_word {
background: transparent;
border: none !important;
}

body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_sidebar > div.ow_sidetab > div.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > div.ow_box_empty.ow_stdmargin.clearfix.index-BASE_CMP_MyAvatarWidget.ow_break_word > div > div.ow_my_avatar_cont > a {
    display: none;
}
body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_sidebar > div.ow_sidetab > div.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > div.ow_box_empty.ow_stdmargin.clearfix.index-BASE_CMP_MyAvatarWidget.ow_break_word > div > div.ow_left.ow_my_avatar_img > div > span {
    display: none;
}
body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_sidebar > div.ow_sidetab > div.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > div.ow_box_empty.ow_stdmargin.clearfix.index-BASE_CMP_MyAvatarWidget.ow_break_word > div > div.ow_left.ow_my_avatar_img > div > a > img {
    border: none !important;
}
body > div.ow_page_wrap > div.ow_page_padding > div.ow_page_container > div > div > div.ow_content_wrap > div.ow_sidebar > div.ow_sidetab > div.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > div.ow_box_empty.ow_stdmargin.clearfix.index-BASE_CMP_MyAvatarWidget.ow_break_word > div > div.ow_left.ow_my_avatar_img > div > a > img:hover{
    border: none !important;
}




/************** join forum by sprintally***************/

.base_user_join .ow_menu_wrap {display:none !important;}
.base_user_join .cb-slideshow,.base_user_join .cb-slideshow:after {position: fixed !important; height: 100% !important; }
.base_user_join .cb-slideshow li span {height: 100% !important; position: fixed;background-size: cover;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;-ms-background-size: cover; }
 .base_user_join a.index_join_button {display:none !important;}
 .base_user_join .ow_box_empty {background:none !important;}
 .base_user_join .ow_page_container .ow_canvas .ow_page {margin-top: 0px !important;}
 .base_user_join .ow_superwide {width:42%; background: transparent; margin-top:0px;}
 .base_user_join .ow_sidebar{display:none !important;}
 .base_user_join .ow_page{ margin: 0px !important;}
 .base_user_join .ow_superwide {width:42%; background: transparent; margin-top:0px;}
 .base_user_join .ow_alt2, tr.ow_alt2 td {background:transparent !important;}
 #joinForm .ow_table_1.ow_form td.ow_desc{display:none !important;}
 #joinForm select .ow_alt2{width:100% !important;}
 


.base_user_join .ow_box_empty {background:none !important;}
 .base_user_join .ow_box_empty .ow_box_cap_empty{ background:none !important;}
.base_user_join .ow_box_empty .ow_box_cap_empty h3{background:none !important; text-align: center !important;color: #C4C4C4 !important; font-size: 25px; }
.base_user_join .ow_box_cap_empty , .base_user_join .ow_box_cap {box-shadow:none !important ; background:none !important;}
.base_user_join .ow_alt1,.base_user_join tr.ow_alt1 td {box-shadow:none !important;}
.base_user_join .ow_box_cap .ow_box_cap_body { background:none !important;}
.base_user_join .ow_box { border-top:none !important; background: transparent ;}
.base_user_join h3.ow_ic_key {display: none;}
#joinForm .ow_tr_delimiter{display:none;}
#joinForm .ow_table_1.ow_form td.ow_alt1, #joinForm .ow_table_1.ow_form td.ow_alt2{background:none; border:none !important;}
.base_user_join th {background:none !important;border:none !important}
.base_user_join .ow_footer {position: relative; z-index: 1;}
.base_user_join .cb-slideshow li div h3 {display: none !important;}
.base_user_join .cb-slideshow:after {background: rgba(0,0,0,0.7) url(images/pattern.png) repeat top left !important;}
@media (min-width: 545px){ #joinForm select{width:25% !important; display:inline-block}}
@media (min-width: 900px){ #joinForm select{ display:inline-block}}
#joinForm select {background: rgba(0, 0, 0, 0.7);}
#joinForm ul.ow_checkbox_group li {float: left; width: 25% !important;}
#joinForm ul.ow_checkbox_group.clearfix {width: 100% !important;}
#joinForm ul.ow_radio_group li {float: left; width: 25% !important;}
.base_user_join .ow_box_empty.ow_center.ow_no_cap.ow_break_word {font-size: 25px !important;line-height: 35px !important;width: 100% !important ; margin-bottom: -10px !important; padding-top: 30px !important;}
#joinForm input[type=text],#joinForm input[type=password],#joinForm textarea,#joinForm select,#joinForm .jhtmlarea,#joinForm .ow_photo_upload_description,#joinForm .ow_photo_preview_edit .CodeMirror {
    border-radius: 9px !important;
    -moz-border-radius: 9px !important;
    -webkit-border-radius: 9px !important;
    border: 2px solid #343434 !important;
}
#joinForm .ow_tr_first {
}
#joinForm input[name=captchaField] {
    float: right;
    position: relative;
    margin-top: 10px;
    width: 80% !important;
    margin-bottom: 10px;
}
select[name=accountType] {
    min-width: 100% !important;
}
.floatbox_container .ow_sign_in_wrap {
    max-width: 320px;
}

#joinForm input[name=userPhoto] {
    background-color: rgba(0, 0, 0, 0.4);
    width: 96%!important;
    border-radius: 9px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3%!important;
    border: 2px solid #303030 !important;
}
#joinForm .ow_right {
    float: none;
    text-align: center;
}
@media (min-width: 1100px){
.base_user_join .ow_page_container {
padding-top: 50px !important;
}
}
@media (max-width: 1100px) and (min-width: 980px){
.base_user_join .ow_page_container {
padding-top: 50px !important;
}
}
@media (max-width: 979px) and (min-width: 768px){
.base_user_join .ow_page_container {
    padding-top: 50px !important;
    overflow: hidden;
}
.base_user_join .ow_superwide {
    width: 65% !important;
}
}
@media (max-width: 767px) and (min-width: 481px){
.base_user_join .ow_page_container .ow_page {
    padding: 60px 0px 20px 0px !important;
    padding-top: 60px !important;
}
.base_user_join .ow_superwide {
    width: 80% !important;
}
.base_user_join .ow_box_empty.ow_center.ow_no_cap.ow_break_word {
    font-size: 19px!important;
}
.base_user_join .ow_box_empty .ow_box_cap_empty h3 {
font-size: 19px !important;
}
}
@media (max-width: 480px){
.base_user_join .ow_page_container {
    padding-top: 123px !important;
}
.base_user_join .ow_superwide {
    width: 100% !important;
    float: none !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    overflow: hidden !important;
}
#joinForm ul.ow_checkbox_group li {
width: 50% !important;
}
.base_user_join .ow_box_empty .ow_box_cap_empty h3 {
font-size: 15px !important;
}
.base_user_join .ow_box_empty.ow_center.ow_no_cap.ow_break_word {
    font-size: 15px!important;
    line-height: 25px!important;
    margin-bottom: -20px!important;
    padding-top: 30px!important;
    max-width: 95%;
}
#joinForm ul.ow_radio_group li {
width: 50%!important;
}
#joinForm input[name=userPhoto] {
max-width: 100%!important;
}
}
.base_user_join .ow_content_wrap {margin-right:0px !important;}
@media (min-width: 1100px){
.base_user_join .ow_content {
padding: 0px !important ; 
margin: 0px !important;
}
}
@media (min-width: 980px){
.base_user_join .ow_superwide {
float: left !important; 
}
.base_user_join .cb-slideshow:after {
width: 45%; !important ;
}
}
.base_user_join .ow_page h1 {display:none !important}




@media screen and (min-width: 1100px){
.ow.base_sign_in .ow_sign_in_wrap {
    right: 20px!important;
    top: 30px !important;}

}


@media (min-width: 768px) and (max-width: 979px) {
.floatbox_container .ow_password {
    margin-bottom: 6px;
    max-width: 49%;
    display: inline-block;
    float: none;
    padding-top: 0px;
    margin-top: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.floatbox_container .ow_user_name {
    margin-bottom: 6px;
    max-width: 49%;
}

}


.ow_sign_in_wrap form .fb_button {
    margin-bottom: 10px;
}
.ow_sign_in_wrap .vkconnect-right-border {
    background: transparent !important;
        border-color: transparent ! important;
    border-style: none ! important;
        color: #f5f5f5 ! important;
        padding: 0px !important;
      text-shadow: none ! important;
     height: 32px !important;
    line-height: 32px !important;
}
.ow_sign_in_wrap .vkconnect-label {
border-color: transparent ! important;   
border-style: none ! important;
height: 32px !important;
line-height: 32px !important;
font-size: 16px;
text-transform: uppercase;
font-weight: normal;
float: none !important;
   }
.ow_sign_in_wrap .vkconnect-left-border {
    background: transparent ! important;
        border-color: transparent ! important;
    border-style: none ! important;
        height: 32px !important;
        padding: 0px !important;
    }
.ow_sign_in_wrap .vkconnect-icon {
    border-color: transparent ! important;
    border-style:  none ! important;
    border-width: 0px ! important;
}
.ow_sign_in_wrap .vkconnect-icon {
    background-color: #337ab7 ! important;
    height: 32px ! important;
}
.ow_sign_in_wrap .vkconnect-label {
    background-color: #337ab7 ! important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.ow_sign_in_wrap .vkconnect-connect {
    padding: 0px !important;
    width: 100% !important;
    margin-bottom: 10px;
}
.ow_sign_in_wrap .vk-icon {
    height: 32px !important;
    width: 32px !important;
}

.ow_sign_in_wrap .vk-icon {
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px !important;
    width: 32px !important;
}
.ow_sign_in_wrap .vkconnect-icon {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}
.ow_sign_in_wrap .vkconnect-label {
width:100% !important ;
text-align: center;
font-size: 17px;
text-transform: uppercase;
}
.ow_sign_in_wrap span.glconnect_button_text {
    font-size: 17px !important;
    text-transform: uppercase !important;
    line-height: 32px !important;
    text-align: center;
    min-height: 32px;
}


.base_user_join span.glconnect_button , .floatbox_container span.glconnect_button {
margin-left: 0px !important;
}

.ow_sign_in_wrap .glconnect_button {
    height: 32px !important;
    border-bottom: none !important;
    border-radius: 0px !important;
    width: 100% !important;
    text-align: center !important;
    background-position: 10px center !important;
    background:#dc4a36 url(images/google-plus.svg);
    background-repeat: no-repeat;
    background-size: 24px;
}
.glconnect_button {
    margin-bottom: 10px;
}

.ow_sign_in_wrap form .ow_connect_text:after {
    content: "----------" !important;
    font-family: 'FontAwesome';
    padding-left: 5px;
    letter-spacing: -3px;
}
.ow_sign_in_wrap form .ow_connect_text:before {
    content: "----------" !important;
    font-family: 'FontAwesome';
    padding-right: 5px;
    letter-spacing: -3px;
}
.floatbox_canvas {
    z-index: 999 !important;
}
div.ow_newsfeed_content.ow_smallmargin > div > div.ow_user_list_picture > div > a > img {
    height: 40px !important;
}
div.ow_newsfeed_body.animation_start>div.ow_newsfeed_context_menu_wrap>div.ow_newsfeed_content.ow_smallmargin>div>div.ow_user_list_data {
    position: relative!important;
    margin: 0px;
    max-width: 88%;
    margin-left: 45px;
    margin-top: -120px;
    padding: 7px;
}

.ow_bl .ow_context_action > a {
    display: inline-block;
    background: none;
    border: none;
    padding: 0px 6px 0px 0px;
    color: #ffa7a7;
}
.hint-body-wrap {
    background: #333 !important;
    border-radius: 0px !important;
}










/**landing page by sprintally solutions (copy right codes)**/

.statistics {
	background: #f55280;/** OW_Control type:color, section:0.01. Colors, key:landingbodybgColor, label: - Landing Statics Body Background Color **/
	min-height: 125px;
	padding: 0 0 25px;
}
.gray-text {
	color: #f7f8f9;/** OW_Control type:color, section:0.01. Colors, key:landinggraytextColor, label: - Landing page gray text Color **/
}
.stat-text {
	margin: 25px 0 0;
	padding: 0 0 0 70px;
	text-align: left;
	display: inline-block;
}

.red-text {
color: #ee2b49 !important;color: #f7f8f9;/** OW_Control type:color, section:0.01. Colors, key:landingredtextColor, label: - Landing page red text Color **/
font-weight: bold;
}

.blue-text {
color: #00acb3 !important;color: #f7f8f9;/** OW_Control type:color, section:0.01. Colors, key:landingbluetextColor, label: - Landing page blue text Color **/
font-weight: bold;
}

.gold-text {
color: #f6802b !important;color: #f7f8f9;/** OW_Control type:color, section:0.01. Colors, key:landinggoldtextColor, label: - Landing page gold text Color **/
font-weight: bold;
}

.purple-text {
	color: #d055de !important;/** OW_Control type:color, section:0.01. Colors, key:landingpurpletextColor, label: - Landing page purple text Color **/
}

.gray {
	background: #f7f8f9;/** OW_Control type:color, section:0.01. Colors, key:landinggraybgColor, label: - Landing page gray bg Color **/
}

.red {
	background: #ee2b49;/** OW_Control type:color, section:0.01. Colors, key:landingredbgColor, label: - Landing page red bg Color **/
}

.blue {
	background: #00acb3;/** OW_Control type:color, section:0.01. Colors, key:landingbluebgColor, label: - Landing page blue bg Color **/
}

.gold {
	background: #f6802b;/** OW_Control type:color, section:0.01. Colors, key:landinggoldbgColor, label: - Landing page gold bg Color **/
}

.purple {
	background: #d055de;/** OW_Control type:color, section:0.01. Colors, key:landingpurplebgColor, label: - Landing page purple bg Color **/
}

.subscribe-button {
    background-color: #f55280 !important;color: #f7f8f9;/** OW_Control type:color, section:0.01. Colors, key:landingsubscribebuttonbgColor, label: - Landing page subscribe button bg Color **/
    border-radius: 0;
    color: #fff !important;
    font-size: 15px !important;
    height: 50px !important;
    width: 30%;
    float: left;
    background-image: none !important;
    text-transform: capitalize !important;
    font-family: 'Raleway', sans-serif !important;
}

header{
background: url(images/1.jpg);/** OW_Control type:image, key:landingtopbannerImage, section:0.01. General Settings, label: Landing page top banner Image**/
padding: 70px 0;
background-size: cover;
background-position: left center;
background-repeat: no-repeat;
background-attachment: fixed;
}
.subscribe-bg {
background-image: url(img/72.jpg);/** OW_Control type:image, key:landingsubscribeImage, section:0.01. General Settings, label: Landing page subscribe area background image **/
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.logo {
    background-image: url(images/logo.png);/** OW_Control type:image, key:landinglogoImage, section:0.01. General Settings, label: Landing page Logo image **/
    width: 173px;
    height: 45px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: left center;
}
ul.header-list li {
list-style: none;
background-image: url(img/check.png);/** OW_Control type:image, key:landingcheckImage, section:0.01. General Settings, label: Landing page header check image **/
padding-left: 55px;
font-size: 18px; /* PIXEL FALLBACK */
font-size: 1.8rem;
font-family: 'Raleway', sans-serif;
color: #fff;
margin: 0 0 15px;
height: 51px;
background-size: 50px 50px;
background-repeat:no-repeat;
}
.stat-text.stat-icon1, .stat-text.stat-icon2, .stat-text.stat-icon3, .stat-text.stat-icon4 {
    background-repeat: no-repeat !important;
    background-size: 73px 73px;
    -webkit- background-size: 73px 73px;
    -moz- background-size: 73px 73px;
    -ms- background-size: 73px 73px;
    -o- background-size: 73px 73px;
    -khtml- background-size: 73px 73px;
    background-position: left center;
    padding-left: 80px;
    padding-bottom: 10px;
}
.stat-icon1 {
	background-image: url(img/profile-female.svg);/** OW_Control type:image, key:landingprofilefemaleImage, section:0.01. General Settings, label: Landing page female icon **/
        background-repeat:no-repeat;
        background-position:left center;
}

.stat-icon2 {
	background-image: url(img/calendar.svg);/** OW_Control type:image, key:landingcalendarImage, section:0.01. General Settings, label: Landing page calendar icon **/
        background-repeat:no-repeat;
        background-position:left center;
}

.stat-icon3 {
	background-image: url(img/pictures.svg);/** OW_Control type:image, key:landingpicturesImage, section:0.01. General Settings, label: Landing page pictures icon **/
        background-repeat:no-repeat;
        background-position:left center;
}
.stat-icon4 {
	background-image: url(img/video.svg);/** OW_Control type:image, key:landingvideoImage, section:0.01. General Settings, label: Landing page video icon **/
        background-repeat:no-repeat;
        background-position:left center;
}
.feature-icon1, .feature-icon2, .feature-icon3, .feature-icon4 {
    background-size:210px !important;
    -webkit-background-size:contain;
    -moz-background-size:210px !important;
    -o-background-size:210px !important;
    -ms-background-size:210px !important;
    -khtml-background-size:210px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height:110px;
}

.feature-icon1 {
background-image: url(img/status_01.png);/** OW_Control type:image, key:landingcoupleImage, section:0.01. General Settings, label: Landing page SPEED AND PERFECT MATCH icon **/
position: relative;
background-repeat: no-repeat;
background-position: center;
}
.feature-icon2 {
background-image:url(img/status_02.png);/** OW_Control type:image, key:landingsecurityImage, section:0.01. General Settings, label: Landing page verified dating profiles icon **/
position: relative;
background-repeat: no-repeat;
background-position: center;
}
.feature-icon3 {
background-image: url(img/status_03.png);/** OW_Control type:image, key:landinghotlistedImage, section:0.01. General Settings, label: Landing page SEXY FEMALE PROFILES icon **/
position: relative;
background-repeat: no-repeat;
background-position: center;
}
.feature-icon4 {
background-image: url(img/status_04.png);/** OW_Control type:image, key:landinghotlistedImage1, section:0.01. General Settings, label: Landing page Hot MALE PROFILES icon **/
position: relative;
background-repeat: no-repeat;
background-position: center;
}

.training-image1 {
background-image: url(img/g8.jpg);/** OW_Control type:image, key:landingdatingsuccess1Image, section:0.01. General Settings, label: Landing page firstmeet image **/
position: relative;
height: 260px;
background-repeat: no-repeat !important;
background-size: cover !important;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
-ms-background-size: cover !important;
background-position: center;
}
.training-image2 {
background-image: url(img/g2.jpg);/** OW_Control type:image, key:landingdatingsuccess2Image, section:0.01. General Settings, label: Landing page proposal image **/
position: relative;
height: 260px;
background-repeat: no-repeat !important;
background-size: cover !important;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
-ms-background-size: cover !important;
background-position: center;
}
.training-image3 {
background-image: url(img/marry.jpg);/** OW_Control type:image, key:landingdatingsuccess3Image, section:0.01. General Settings, label: Landing page marry image **/
position: relative;
height: 260px;
background-repeat: no-repeat !important;
background-size: cover !important;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
-ms-background-size: cover !important;
background-position: center;
}
.training-image4 {
background-image: url(img/g6.jpg);/** OW_Control type:image, key:landingdatingsuccess4Image, section:0.01. General Settings, label: Landing page first baby image **/
position: relative;
height: 260px;
background-repeat: no-repeat !important;
background-size: cover !important;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
-ms-background-size: cover !important;
background-position: center;
}
@media (max-width: 480px) {
.training-image1 , .training-image2 , .training-image3, .training-image4 {
height: 377px !important;
}
}
@media (min-width: 481px) and (max-width: 767px) {
.training-image1 , .training-image2 , .training-image3, .training-image4 {
height: 560px !important;
}

}
@media (min-width: 768px) and (max-width: 979px) {
.training-image1 , .training-image2 , .training-image3, .training-image4 {
height: 160px !important;
}

}
@media (min-width: 980px) and (max-width: 1099px) {
.training-image1 , .training-image2 , .training-image3, .training-image4 {
height: 220px !important;
}

.ow.base_sign_in .ow_sign_in_wrap {
    position: relative !important;
}
.ow_page_wrap .ow_sign_in_cont {
position: relative!important;
}
.ow.base_sign_in .ow_sign_in_cont {
padding-top: 10px!important;
padding-bottom: 10px!important;
}
.floatbox_container .ow_password {
    margin-bottom: 6px;
    max-width: 49%;
    display: inline-block;
    float: none;
    padding-top: 0px;
    margin-top: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.floatbox_container .ow_user_name {
    margin-bottom: 6px;
    max-width: 49%;
}



}

@media (min-width: 768px) and (max-width: 979px) {
body > div.floatbox_canvas.floatbox_empty.floatbox_canvas_active.floatbox_canvas_sub > div.floatbox_container > div > div.floatbox_body > img {
    width: 100% !important;
}

.sprintally-slideshow ,.sprintally-slideshow2 ,.sprintally-slideshow3 {
display: none !important;
}
.ow.base_sign_in .ow_sign_in_wrap {
    margin-top: 0px !important;
    position: relative !important;
}
.ow_page_wrap .ow_sign_in_cont {
position: relative!important;
}
.ow.base_sign_in .ow_sign_in_cont {
padding-top: 10px!important;
padding-bottom: 10px!important;
}

}

@media (min-width: 481px) and (max-width: 767px) {
body > div.floatbox_canvas.floatbox_empty.floatbox_canvas_active.floatbox_canvas_sub > div.floatbox_container > div > div.floatbox_body > img {
    width: 100% !important;
}
.ow.base_sign_in .ow_sign_in_wrap {
    margin-top: 0px !important;
    position: relative !important;
}
.ow_page_wrap .ow_sign_in_cont {
position: relative!important;
}
.ow.base_sign_in .ow_sign_in_cont {
padding-top: 10px!important;
padding-bottom: 10px!important;
}
}


div.client-image.red > img {
    background: url(img/re2.jpg);/** OW_Control type:image, key:landingclient1Image, section:0.01. General Settings, label: Landing page client 1 image **/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 5px solid #ee2b49;/** OW_Control type:color, section:0.01. Colors, key:landingredborderColor, label: - Landing page red border Color **/
}
div.client-image.blue > img {
    background: url(img/re1.jpg);/** OW_Control type:image, key:landingclient2Image, section:0.01. General Settings, label: Landing page client 2 image **/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 5px solid #00acb3;/** OW_Control type:color, section:0.01. Colors, key:landingblueborderColor, label: - Landing page blue border Color **/
}
div.client-image.gold > img {
    background: url(img/re3.jpg);/** OW_Control type:image, key:landingclient3Image, section:0.01. General Settings, label: Landing page client 3 image **/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 5px solid #f6802b;/** OW_Control type:color, section:0.01. Colors, key:landinggoldborderColor, label: - Landing page gold border Color **/
}
div.client-image.purple > img {
    background: url(img/h1.jpg);/** OW_Control type:image, key:landingclient3Image, section:0.01. General Settings, label: Landing page client 3 image **/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 5px solid #d055de;/** OW_Control type:color, section:0.01. Colors, key:landingpurpleborderColor, label: - Landing page purple border Color **/
}
.client-box {
	margin: 105px 0 0;
}

.client-image {
	height: 90px;
}

.client-image img {
	border-radius: 50%;
	height: 140px;
	margin: -70px;
	width: 140px;
        position: absolute;
        background-size: 100% !important;
        -webkit-background-size: 100% !important;
        -moz-background-size: 100% !important;
        -o-background-size: 100% !important;
        -ms-background-size: 100% !important;
        -khtml-background-size: 100% !important;

}
body > header > div > div > div.ow_page_wrap > div > div {
    margin-top: 470px !important;
    padding: 0px !important;
}