html {
    height: 100%;
    position: relative;
}

body {
    font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    background-color: #585f69;
    padding: 0;
    margin: 0;
    height: 100%;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    background: #ebebeb url(../img/main/main_bg.png);
}

input[type="checkbox"] {
    background: transparent;
    text-decoration: none;
    outline: none;
}

.wrapper {
    height: 100%;
    width: 100%;
    display: table;
    margin: 0 auto -55px;
    min-height: 100%;
    padding: 0 0 55px;
}

.com_desc p{
    text-indent: 2em;
    text-align: justify;
    color: #FFF;
}

.terms p {
    text-indent: 2em;
    text-align: justify;
}

.terms li {
    text-align: justify;
}

.psc-container {
    max-width: 80%;
    margin: 20px auto 0;
    background: #FFFFFF;
    padding: 10px;
    position: relative;
}

.psc-st-cnt {
    min-height: 300px;
}
.psc-st-crl {
    margin: 5px 20px;
    min-height: 50px;
}

.psc-st {
    height: 100%;
}

.my_image_cnt {
    overflow-y:auto;
}

.small_thumb {
    width: 150px;
    height: 100px;
}

.photoset_page_bg {
    background:url(../img/bg/3.jpg) 50% 0 no-repeat;
    background-size:cover;
    width:100%;
    height:700px;
    display:table
}

.competition_page_bg {
    background:url(../img/main/com_1_b.jpg) 50% 0 no-repeat;
    background-size:cover;
    width:100%;
    height:700px;
    display:table
}

.com_item_add {
    margin: 5px 0 0 30px;
    font-size: 14px
}

.com_item_add span {
    margin: 10px 0;
}




.photoset_item {
    margin: 5px;
}

.competition_item {
    margin: 5px;
}


span.inactive {
    color:#FF0000;
}


#main_grid_l[data-columns]::before {
    content: '2 .column.size-1of2';
}
@media screen and (max-width: 510px){
    #main_grid_l[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

#main_grid_r[data-columns]::before {
    content: '2 .column.size-1of2';
}
@media screen and (max-width: 510px){
    #main_grid_r[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

@media screen and (max-width: 480px){
    #competition_grid[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    #competition_grid[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}
@media screen and (min-width: 769px) {
    #competition_grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}




@media screen and (max-width: 480px){
    #photo_set_grid[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    #photo_set_grid[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}
@media screen and (min-width: 769px) {
    #photo_set_grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}



@media screen and (max-width: 480px){
    .author_album_grid[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

@media screen and (min-width: 481px) and (max-width: 760px) {
    .author_album_grid[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}
@media screen and (min-width: 761px) {
    .author_album_grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}




/* Again, you’re free to use and define the classes: */
.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }



.mp_i {
    padding: 0 5px;
}

.album_item_desc {
    text-align: center!important;
}


.extra_icon {
    color: #428BCA;
    font-size: 105px;
}

.content_wht {background-color: #f5f5f5; height: 100%; display: table-row;}
.content_wht a {color: #0088CC;}

.content_wht a.btn-info {color: #FFFFFF !important;}
.content_wht a.btn-danger {color: #FFFFFF !important;}


.content_blk {color: #FFFFFF; background: none repeat scroll 0 0 transparent; height: 100%; display: table-row;}
.content_blk a {color: #FFFFFF;}
.content_blk a:hover {color: #979797;}
.content_blk a:active {color: #cfcfcf;}


.content_blk h2 {
    color: #888888;
}

    
@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

a.link {
    color: #888888;
    font-weight: bold;
}

a.link:hover {
    color: #cccccc;
}

a:link,a:visited,a:active {
    -x-system-font: none;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.modal {
    overflow: auto;
    color: #333;
}

.cnt_bcap {
    float: left;
    position: relative;
    padding: 3px;
    width: 150px;
    height: 100px;
}

.b_caption {
    height: 18px;
    line-height: 18px;
    width: 134px;
    background: #000;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.45);
    margin: 0;
    padding: 0 10px 0 10px;
    position: absolute;
    left:8px;
    bottom: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.b_caption a {
   color:  #ffffff;
}

.b_caption a:focus, 
.b_caption a:hover, 
.b_caption a:active {
    color: #888888;
}

.work_item.fixed_w .m_caption {
    background: rgba(0, 0, 0, 0.76);
}

.work_item.fixed_w .m_caption .m_icon {
    color:  #999999;
}

.news img {
max-width: 100%;
}


.m_caption {
    height: 30px;
    line-height: 30px;
    background: #000;
    background: rgba(0, 0, 0, 0.45);
    margin: 0;
    padding: 0 40px 0 10px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.m_caption a {
   color:  #ffffff;
}

.m_caption span {
   color:  #ffffff;
}


.m_caption a:focus, 
.m_caption a:hover, 
.m_caption a:active {
    color: #888888;
}

.m_thumb {
    margin-bottom: 10px;
}

.m_thumb img {
    width: 100%;
}



.m_thumb:hover .m_caption {
    background: rgba(0, 0, 0, 0.65);
}

.m_caption .m_icon {
    display: block;
    font-size: 20px;
    margin-right: 4px;
    margin-top: 4px;
    position: absolute;
    right: 0;
    top: 0;
}

.banner-box {
    margin: 0 auto;
}
.banner-box img {
    height: 80px
}

.banner-box .list-inline>li {
    display: inline-block;
    padding-left: 1px;
    padding-right: 1px;
}

img {
    border: none;
    margin: 0;
    padding: 0
}

div,a,input, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0
}

input {
    margin: 0;
    padding: 0
}

a,input {
    font-style: normal;
    font-variant: normal;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    outline: 0 !important;
}

table {
    border-collapse: collapse;
    border: 0;
    width: 100%;
    padding: 0
}

td {
    vertical-align: middle;
    text-align: left;
    padding:0;
    margin: 0;
}

td.right {
    float: none !important;
    text-align: right;
}

td.mid {
    text-align: center;
}

td.top {
    vertical-align: top;
}

td.bottom {
    vertical-align: bottom;
}

th {
    vertical-align: middle;
    text-align: left
    padding:0;
    margin: 0;
}

.l1 {
    color: #CCCCCC;
    font-family: "PT Sans","Calibri",arial,sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-align: justify;
}

.l4 {
    color: #737676;
    font-size: 16px;
    font-weight: 400;
}

.selected_rate {
    background: none repeat scroll 0 0 #4765A0 !important
}

.ac_bl {
    width: 60px;
    height: 60px;
}

.auto {
    width: auto;
}

.clear {
    clear: both
}

.left {
    float: left!important
}

.right {
    float: right!important
}

.mid {
    text-align: center;
}

.pointer {
    cursor: pointer
}

.nowrap {
    white-space: nowrap;
}

._hidden {
    display: none;
}

.disabled { 
    opacity: 0.3;
    -moz-opacity:0.3; 
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    filter: alpha(opacity=30); 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.display {
    display: block
}

.block {
    padding: 0!important;
    margin: 0!important;
    display: block !important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -o-border-radius: 0!important;
    -khtml-border-radius: 0!important;
    border-radius: 0!important;
}

.noborder {
    border: none!important
}

#dialog-form input {
    font-size: 11pt;
    padding: 9px;
}

#dialog-form .album_title {
    width: 360px;
}



/*----------------------------------------*/


.site_logo {
    width: 231px;
    height: 105px;
    background-image: url(../img/main/logo.png);
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
}

.site_slogan {
    width: 147px;
    height: 30px;
    position: absolute;
    bottom: 0px;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 12px;
}


.headline_select {
    margin-left: 10px;
}

.headline_select span {
    margin: 0 20px;
}

.headline_select a {
    color: #c0c0c0;
    font-family: "PT Sans","Calibri",arial,sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 110%;    
}

.headline_select a:hover {
    color: #555555;
}

.headline_select span {
    color: #0088CC;
    font-family: "PT Sans","Calibri",arial,sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 110%;    
}

.headline {
    background-color:#e8e8e8;
    color:#555;
    padding: 0px 10px;
}


.headline h1 {
    font-weight:bold;
    color:#555;
    line-height:110%;
    font-family:"PT Sans","Calibri",arial,sans-serif;
    font-size:20pt;
    vertical-align: inline;
}

.headline .img_data table {
    height: 75px;
}


/* Dropdown Menu */

.menu {
    padding: 0px;
    border: 0px;
    font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    position: relative;
    z-index: 100;
}

.menu ul {
    list-style-type: none;
    background: none;
    position: relative;
    text-align: justify;
    display: block;
    margin: 0px;
    padding: 0px;
    z-index: 1;
}

.menu ul li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    position: relative;
    list-style-type: none;
}

.menu ul li a {
    display: inline-block;
    padding: 10px 14px;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
}

.menu ul li:hover > a {
    background: #757abc;
    color: #FFFFFF;
}

.menu ul li a:hover {
    background: #6655a5;
}

.menu ul li ul {
    position: absolute;
    display: none;
    left: 0px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    box-shadow: 0px 25px 80px #000000;
}

.menu ul li ul li a {
    display: inline-block;
    padding: 10px 14px 11px;
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0px;
    text-align: left;
    width: 200px;
    border-top: 1px solid #d3d2d3;
    background: #3aade4;
}

.menu ul li ul li a:hover {
    background: #252525;
    border-top: 1px solid #d3d2d3;
}

.menu ul li ul li:first-child a {
    border: none;
}

#bar {
    overflow: hidden;
    min-width: 100px;
    margin: 0px;
}

#bar ul {
    margin: 0;
}

#bar li {
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    zoom: 1;
}

#bar li a {
    display: block;
    color: #999;
    font-size: 9pt;
    padding: 0px 5px;
    text-shadow: 0px -1px 0px #000000;
    font-weight: bold;
    transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
}

#bar li a:hover {
    color: #fff;
    text-decoration: none;
}

#bar .cta {
    line-height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /*border-radius: 4px;*/
    margin-right: 20px;
    margin-top: 2px;
}

#bar .cta a {
    color: rgba(255, 255, 255, 0.8);
    /*border-radius: 4px;*/
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    padding: 0px 15px;
}

#bar .cta a:hover {
    color: #fff;
}

.button-outline {
margin-right: 20px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  color: #fff;
  padding: 12px 31px;
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.c_button {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding: 13px 32px;
  font-weight: 400;
  font-size: 17px;
  color: #fff !important;
  text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
  border: 0px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px;
  background-color: #4589E3;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5da4ff), color-stop(100%, #417bff));
  background: -webkit-linear-gradient(#5da4ff, #417bff);
  background: -moz-linear-gradient(#5da4ff, #417bff);
  background: -o-linear-gradient(#5da4ff, #417bff);
  background: linear-gradient(#5da4ff, #417bff);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c_button:hover {
  color: #fff;
  text-decoration: none;
}
.c_button:active {
  box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.29);
}


.m-btn-i {
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -ms-linear-gradient(top, #00BBE9, #0073CA);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00BBE9), to(#0073CA));
    background-image: -webkit-linear-gradient(top, #00BBE9, #0073CA);
    background-image: -o-linear-gradient(top, #00BBE9, #0073CA);
    background-image: -moz-linear-gradient(top, #00BBE9, #0073CA);
    background-image: linear-gradient(top, #00BBE9, #0073CA);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.m-btn-i:hover,.m-btn-i:active,.m-btn-i.active,.m-btn-i.disabled,.m-btn-i[disabled] {
    background-color: #2f96b4;
    *background-color: #2a85a0;
}

.m-btn-i:active,.m-btn-i.active {
    background-color: #24748c;
}




.social_box {
    margin-top: 30px;
}

.social_box ul {
    list-style: disc;
}


.social_box li.third_party {
    list-style:none;
    padding:0;
    margin:3px;
    width:64px;
    height:64px;
    float:left;
}

.social_box li.third_party a {
    display:block;
    width:64px;
    height:64px;
}

.social_box li.google { background:url(../img/icons/google.png) no-repeat }
.social_box li.yahoo { background:url(../img/icons/yahoo.png) no-repeat }
.social_box li.twitter { background:url(../img/icons/twitter.png) no-repeat }
.social_box li.facebook { background:url(../img/icons/facebook.png) no-repeat }
.social_box li.myspace { background:url(../img/icons/myspace.png) no-repeat }
.social_box li.linkedin { background:url(../img/icons/linkedin.png) no-repeat }
.social_box li.vkontakte { background:url(../img/icons/vkontakte.png) no-repeat }



textarea{height:auto;}
textarea,
    input[type="text"],
    input[type="password"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"] {
        background: #FFFFFF;
        /*width: 230px;*/
        border:1px solid #cccccc;
        -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition:border linear 0.2s,box-shadow linear 0.2s;
        -moz-transition:border linear 0.2s,box-shadow linear 0.2s;
        -ms-transition:border linear 0.2s,box-shadow linear 0.2s;
        -o-transition:border linear 0.2s,box-shadow linear 0.2s;
        ransition:border linear 0.2s,box-shadow linear 0.2s;
    }

textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus {
        border-color:rgba(82, 168, 236, 0.8);
        outline:0;
        outline:thin dotted \9;
        -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
        -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
    }

input[type="radio"],input[type="checkbox"]{margin:3px 0;*margin-top:0;line-height:normal;cursor:pointer;}
input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}

.button {
    background-color: #3A8AC0;
    background-image: -moz-linear-gradient(center bottom , #3A8AC0 26%, #5EA2CF 100%);
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFFFFF ;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11pt;
    font-weight: bold;
    line-height: 1 !important;
    padding: 7px 15px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
}

.button:hover {
    background-color: #4391C6;
    background-image: -moz-linear-gradient(center bottom , #4392C6 13%, #6AA8D2 100%);
    color: #FFFFFF;
    text-decoration: none;
}

.button:active {
    background: none repeat scroll 0 0 #3A8AC0;
}


.button.red {
    background-color: #dc2406;
    background-image: -moz-linear-gradient(center bottom , #dc2406 26%, #f54e32 100%);
}

.button.red:hover {
    background-color: #f54e32;
    background-image: -moz-linear-gradient(center bottom , #fc403b 13%, #ff6965 100%);
    color: #FFFFFF;
    text-decoration: none;
}

.button.red:active {
    background: none repeat scroll 0 0 #dc2406;
}


.button.gray {
    cursor: pointer;
    border: 1px solid #ffffff;
    background-color: #dddddd;
    color: #3A8AC0;
    background-image: -moz-linear-gradient(center bottom , #dddddd 26%, #cacaca 100%);
}

.button.gray:hover {
    background-color: #a7a7a7;
    background-image: -moz-linear-gradient(center bottom , #a7a7a7 13%, #979797 100%);
    color: #b8c5ec;
    text-decoration: none;
}

#board_nav {
    display: block;
    width: 100%;
    clear: both
}


.loader {
    background-image: url(../img/main/loader.gif);
    background-repeat: no-repeat;
    margin: 3px;
    width: 16px;
    height: 11px
}

#upload-loader {
    display: none;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    -moz-opacity:0.5; 
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50); 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    z-index: 5000;
}

.error {
    color: red
}

#error_msg p {
    color:#FF0000;
}

.error p {
    color:#FF0000;
}


.white {
    background: #ffffff;
}

.user_work_avatar {
    height: 65px;
    margin: 0 10px 0 0;
    padding: 0;
    overflow: hidden;
}

.user_work_avatar img {
    height:100% !important;
    width: auto !important;
}

.user_photoset_avatar {
    height: 100px;
    margin: 0 10px 0 0;
    padding: 0;
    overflow: hidden;
}

.user_photoset_avatar img {
    height:100% !important;
    width: auto !important;
}

.user_competition_avatar {
    height: 100px;
    margin: 0 10px 0 0;
    padding: 0;
    overflow: hidden;
}

.user_competition_avatar img {
    height:100% !important;
    width: auto !important;
}


.user_avatar {
    height: 75px !important;
    margin: 0 10px 0 0;
    padding: 0;
    overflow: hidden;
}

.user_avatar img {
    height:100% !important;
    width: auto !important;
}


.edit_profile_avatar {
    width: 250px;
    height: 250px;
    margin: 0;
    padding: 0px;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    position: relative;
}

.edit_profile_avatar img {
    width: 100%;
    margin: 0;
    padding: 0;
}



.profile_avatar {
    width: 120px;
    height: 120px;
    margin: 0;
    padding: 0px;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    position: relative;
}

.profile_avatar img {
    width: 100%;
    margin: 0;
    padding: 0;
}


.profile_avatar a {
    background: url(../img/icons/icon_edit.png) no-repeat scroll 50% 50% transparent;
    background-color: #FFFFFF;
    opacity: 0;
    -moz-opacity:0; 
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    content: "";
    height: 120px;
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 300ms ease-in-out 0s;
}

.profile_avatar a:hover {
    opacity: 0.5;
    -moz-opacity:0.5; 
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50); 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.photo {
    transition: all 0.15s ease-out 0s;
    border: 0 none;
    font: inherit;
    vertical-align: top;
    position: relative;
    margin: 0 auto;
    min-height: 100px;
}

.photo .img_action {
    display: block;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    height: 80px;
    z-index: 4;
}


.photo .img_action.act_top {
    top: 0px;

}


.item .img_action {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    height: 80px;
    z-index: 4;
}

.item:hover .img_action {
    opacity: 1;
}

.photo .img_nav {
    display: block;
    opacity: 1;
    position: absolute;
    top: 0px;
    transition: all 0.2s ease-in-out 0s;
    width: 60px;
    height: 100%;
    z-index: 3;
}

.photo .img_nav.nav-prev {
    left: 0;
}

.photo .img_nav.nav-next {
    right: 0;
}

.photo .img_nav a {
    display: block;
    padding: 0px;
    opacity: 0;
    height: 60px;
    margin: -60px 0 0 0;
    position: relative;
    top: 50%;
    transition: all 0.2s ease-in-out 0s;
}

.photo:hover .img_nav a {
    opacity: 1;
}

.photo:hover .img_action {
    opacity: 1;
}

.photo_details {
    margin: 15px 0;
    color: #888888;
}

.photo_details table td {
    padding: 1px 5px;
}


/* */

.view-line h3, .view-line a {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}



.description {
    text-align: justify;
    min-height: 30px;
}

.description .link {
    color: #3498DB;
}

.description p {
    color: #FFFFFF;
}


.photo img {
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering: -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}


.photo .work_item_phd {
    z-index: 1;
}

.photo .copyright_mask {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}


.comment_box {
    min-height: 200px;
    background: #333;
    padding: 0 10px;
}

.node {
    color: #FFFFFF;
    border-bottom: 1px solid #3f3f3f;
    padding: 10px 10px 0 10px;
    overflow: hidden;
}

.reply {
    padding: 10px 10px 0 10px;
    line-height:15px;
}

.reply div:first-child {
    margin: 13px 40px;
}

.reply .loader {
    margin: 13px 40px;
}


.reply textarea {
    
    width: 100%;
    height: 58px;
    margin: 0;
    padding: 0;
    border: 1px solid #bfbfbf;
    resize: none;
}

.reply textarea:focus {
    box-shadow: 0 0 2px #5aa7ff;
}

.reply .loader {
    margin-top: 5px;
}


.node .node {
    margin: 10px 0 10px 40px;
    background: #444444;
    border: none;
    padding-right: 0px;
}
.node .node .node .node .node .node {
    padding: 0;
}

/* node base */

.base .avatar {
    float: left;
    margin: 0 10px 8px 0;
    width:auto;
    height:45px;
}

.base .profile_link {
    color: #8f8f8f;
}

.base .profile_link a {
    color: #8f8f8f;
}

.base .profile_link a:hover {
    color: #999999;
}

.base .user_comment {
    margin-top: 9px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 10px 10px 30px;
    padding: 0;
    text-align: justify;
}


/* nav */

.comment_nav {
    text-align: right;
    color: #2685EF;
    height: 20px;
}

.comment_nav .comment_time {
    color: #6D6D6D;
    font-size: 11px;
    text-align: left;
    margin-top: 2px;
}

.comment_nav .comment_block {
    color: #3A8AC0;
    font-size: 11px;
    text-align: left;
    margin: 2px 10px 0 20px;
}


.comment_nav .link_thread, .nav .link_reply {
    margin: 0 20px 0 18px;
}

.link_reply i {
    width: 25px;
    height: 16px;
    display: inline-block;
    vertical-align: text-top;
    background: url(../img/main/re_icon.png) no-repeat scroll 0 0 transparent;
}

.link_reply:hover i {
    background-position: -24px 0px;
}

.link_del i { 
    background: url(../img/main/del_icon.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 16px;
    vertical-align: text-top;
    width: 16px;
}

.short_stats {
   width: 130px;
}

.short_stats table td.mid {
    color: #000000;
}


.action_cnt {
    width:100%;
    margin-top:20px;
}

.action_cnt table {
    height:70px;

}

/* ---- */


.ui-tooltip {
    border: 0px  white;
    background: #373249;
    color: white;
}

.set {
    display: inline-block;
}

.notification {
    position: absolute;
    display: inline-block;
    font-size: 14px;
    padding: 0px;
    box-shadow: 1px 1px 2px -1px rgba(0,0,0,0.5);
}

#carousel .ic_item {
    margin: 0 3px;
}

#carousel .ic_item a img {
    display: block;
    width: 150px;
    height: 100px;
    opacity: 0.6;
    -moz-opacity:0.6; 
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    filter: alpha(opacity=60); 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#carousel .ic_item a:hover img {
    opacity: 1;
    -moz-opacity: 1; 
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}






#photo_node .menu {
    z-index: 2;
}

#photo_node .menu .sel {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #CCCCCC;
    color: #333333;
    padding: 9px 14px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

#photo_node .menu ul li{
   width: 100%;
}

#photo_node .menu ul li a {
    color: #ffffff;
    background: #333333;
    width: 100%;
    text-align: left;
    padding: 6px 14px;
}

#photo_node .menu ul li a:hover {
    background: #000000;
}


.wpl {
    padding: 40px 0 40px 5px
}




#loaded {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.jcrop-holder {
    margin: 0 auto;
}

#loaded canvas {
    margin: 0 auto;
}


#upload_node {
    position: relative;
    padding-bottom: 15px;
}




#upload_node input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    margin: 0;
    -ms-filter: 'alpha(opacity=0)';
    direction: ltr;
    cursor: pointer;    
    z-index: 10;
}


#upload_node div {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    transition: all 0.15s ease-out 0s;
    border: 0 none;
    font: inherit;
    vertical-align: baseline;
    position: relative;
    z-index: 2;
}

#upload_node div img {
    width: 40%;
}



.exif_data input {
    border: none;
    border-bottom: 1px solid #424242;
    font-size: 12px;
    padding: 2px 0 4px 0;
    background: transparent;
    box-shadow: none;
    color: #888888;
    margin: 5px 15px;
    width: 200px;
}

.exif_data input:focus {
    box-shadow:none;
}

.photo_data {
    height:100%;
    padding:20px;
    margin-top:0;
}

.tab_ctrl a {
    color: #0088CC;
}

.row {
    margin: 0;
}

.user_albums_list {
    margin-top:10px;
}

.user_albums_list .album_title {
    border: none;
    box-shadow: none;
    font-size: 14px;
    padding: 2px 0 4px 0;
    background: inherit;
    color: #888888;
    margin: 5px 15px;
    width: 150px;
}

.user_albums_list .thumbnail {
    margin: 5px 0;
}

.user_albums_list a {
    padding: 5px 10px;
}

.user_albums_list li {margin: 5px 0;}

.user_albums_list > li.active > a,
.user_albums_list > li.active > a:hover,
.user_albums_list > li.active > a:focus {
    background: #FFFFFF;
    border: none;
}

.work_item {
    margin: 5px;
    float: left;
}

.work_item.fixed_w {
    width: 150px;
}

.blue_box h2 {
    color:#FFFFFF;
}

.red_box h2 {
    color:#FFFFFF;
}


.album_cover {
    width: 75px;
    height: 75px;
    margin: 0 0 5px 0;
    padding: 0px;
    border: none;
    overflow: hidden;
    position: relative;
}

.album_cover img {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    z-index: 4;
}

.album_cover span {
    color: #428BCA;
    font-size: 75px;
    margin: 0;
    z-index: 3;
}

.album_cover a {
    background: url(../img/icons/icon_edit.png) no-repeat scroll 50% 50% transparent;
    background-color: #FFFFFF;
    opacity: 0;
    -moz-opacity:0; 
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    content: "";
    height: 75px;
    width: 75px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 300ms ease-in-out 0s;
    z-index: 5;
}

.album_cover a:hover {
    opacity: 0.5;
    -moz-opacity:0.5; 
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50); 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.white_bg input {
    background: #ffffff;
    box-shadow: none;
    margin: 2px 15px;
    border-bottom: 1px solid #CCCCCC;
}

input#vp-modal-title {
    box-shadow: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #ffffff;
    border-color: -moz-use-text-color -moz-use-text-color #cccccc;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #888888;
    font-size: 16px;
    margin: 5px 15px;
    padding: 2px 0 4px;
    width: 80%;    
}

input#vp-modal-title:focus {
     border-color: rgba(82, 168, 236, 0.8);
    outline: 0 none;    
}

.modal-text-input {
    box-shadow: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #ffffff;
    border-color: -moz-use-text-color -moz-use-text-color #cccccc;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #888888;
    font-size: 16px;
    margin: 5px 0px;
    padding: 2px 0 4px;
    width: 100%;
}

.modal-text-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0 none;
}








#view-photo-modal .menu {
    z-index: 2;
    width: 100%;
    margin: 10px 0;
}

#view-photo-modal .menu .sel {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #CCCCCC;
    color: #333333;
    padding: 9px 14px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

#view-photo-modal .menu ul li{
   width: 100%;
}

#view-photo-modal .menu ul li a {
    color: #ffffff;
    background: #333333;
    width: 100%;
    text-align: left;
    padding: 6px 14px;
}

#view-photo-modal .menu ul li a:hover {
    background: #000000;
}

.selected_cover, .selected_work {
    background: #5BC0DE;
}

.header .navbar .navbar-collapse {
    max-height: 740px;
}


.view {
    box-shadow: 0 0 3px #DDDDDD;
    cursor: default;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.view .mask, .view .content {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.view img {
    display: block;
    position: relative;
}
.view h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    font-size: 22px;
    margin: 20px 0 0;
    padding: 10px;
    position: relative;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
}
.view p {
    color: #FFFFFF;
    font-family: Georgia,serif;
    font-size: 12px;
    font-style: italic;
    padding: 10px 20px;
    position: relative;
    text-align: center;
}
.view a.info {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 5px;
    overflow: hidden;
    padding: 5px 12px;
    text-decoration: none;
    text-transform: uppercase;
}
.view a.info:hover {
    background: none repeat scroll 0 0 #72C02C;
}
.portfolio-responsive h2 {
    margin-top: 0 !important;
}
.view-tenth img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    transition: all 0.6s ease-in-out 0s;
}
.view-tenth .mask {
    opacity: 0;
    transition: all 0.5s linear 0s;
}
.view-tenth h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    color: #333333;
    margin: 10px 40px 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear 0s;
}
.view-tenth p {
    color: #333333;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear 0s;
}
.view-tenth a.info {
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear 0s;
}
.view-tenth:hover img {
    opacity: 0.3;
    transform: scale(2) rotate(10deg);
}
.view-tenth:hover .mask {
    opacity: 1;
}
.view-tenth:hover h2, .view-tenth:hover p, .view-tenth:hover a.info {
    opacity: 1;
    transform: scale(1);
}
@media (min-width: 992px) {
.portfolio-4-columns .mask h2 {
    font-size: 20px;
    margin-bottom: 0;
}
.portfolio-4-columns .mask p {
    display: none;
}
}

.cnt_preview {
    float: left;
    margin: 3px;
    padding: 3px;
    border: 1px solid #CCCCCC;
}

.rate_counter {
    margin-top: 10px;
    color: #2980b9;
    font-size: 30px;
    text-align: right;
}

.rate_cnt {
    text-align: right;
    margin-top: 10px;
}
.judges-cnt {
    text-align: right;
    margin-top: 10px;
    color:#5e5e5e;
}