@font-face {
	font-family: 'CreteRoundRegular';
	src: url('fonts/CreteRound-Regular-webfont.eot');
	src: url('fonts/CreteRound-Regular-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('fonts/CreteRound-Regular-webfont.woff') format('woff'),
		url('fonts/CreteRound-Regular-webfont.ttf') format('truetype'),
		url('fonts/CreteRound-Regular-webfont.svg#CreteRoundRegular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}
.clearbr {
	clear: both;
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.errors ul {
	margin: 0 0 15px 15px;
	color: red;
}
.warning {
	margin: 0 0 15px;
}
* html {
	height: 1%;
}

* {
	margin: 0;
	padding: 0;
}
a,a:hover,a:focus,a:active,input,input:focus,input:active,textarea,textarea:focus,textarea:active{outline: none;}
a {
	color: #EF652F;
	text-decoration: none;
}
a:hover,.more:hover,a:hover .more, header#head nav.menu a:hover{color: #EF652F !important;}
.fright{float: right;}
p{line-height: 18px;}
.fleft{float: left;}
.orange {color: #EF652F !important;}
.red {color: red !important;}
.green {color: #6eb52c !important;}
.black {color: #333 !important; }
html,body {height: 100%;}
html{
    background: #eeeeee url("../images/bg_pattern.png") repeat;
    /*background: #eeeeee;*/
}
body {
	background: url("../images/left_shadow.png") repeat-y left top, url("../images/right_shadow.png") repeat-y right top;
	font: 12px Tahoma, Verdana, Arial;
	color: #333;
	position: relative;
	min-width: 1050px;
        height: auto;
}
#container_01 {
    background: url("../images/top_line.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: auto !important;
    margin-bottom: -100px;
    min-height: 100%;
}
#container_02 {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
div#header{height: 145px; position: relative; width: 100%;}
#header .top_head{height: 35px; width: 100%;}
#header .header_content{height: 120px; width: 100%;}
.top_links li {
    height: 35px;
    display: block;
    float: left;
    list-style-type: none;
    line-height: 35px;
}
.top_links li a {   
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    border-left: 1px solid #9fcc00;
}
.top_links li:first-child a{border: none; padding-left: 0;}
.top_links.fright li:first-child a{border-left: 1px solid #9fcc00; padding-left: 20px;}
.top_links li a:hover{color: #c3e657 !important;}
.top_links.fright .last a{padding-right: 2px !important;}
#header .header_logo {
        background: url("../images/logo.png") no-repeat 0 0;
        text-indent: -9999px;
        position: absolute;
        top: 35px;
        left: 0;
        display: block;
        content: "";
        height: 65px;
        width: 143px;
        text-indent: -9999px;
        margin: 25px 0 10px 0;
}
#header .top_social{
    float: left;
    margin-top: 8px;
    margin-left: 50px;
}
#header .top_social li{
    list-style-type: none;
    text-indent: -9999px;
    display: inline-block;
    margin-right: 10px;
    height: 20px;
    width: 20px;
}
#header .top_social li a{
    height: 20px;
    width: 20px;
    display: block;
}
#header .top_social li a:hover{opacity: 0.8;}
#header .top_social li.facebook a{background: url("../images/top_socials.png") no-repeat 0 0;}
#header .top_social li.twitter a{background: url("../images/top_socials.png") no-repeat 0 -20px;}
#header .top_social li.gplus a{background: url("../images/top_socials.png") no-repeat 0 -40px;}
#header .top_social li.rss a{background: url("../images/top_socials.png") no-repeat 0 -60px;}
.search_wrap #search_submit {
    background: url("../images/search.png") no-repeat scroll 0 -40px rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    float: right;
    height: 40px;
    line-height: 0;
    text-indent: -9999px;
    width: 40px;
}
.search_wrap #searchform {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 4px;
    box-shadow: 0 1px 3px #d4d4d4;
    height: 40px;
    width: 100%;
}
.search_wrap #search_input {
    background: url("../images/line_border_grey.png") no-repeat top right;;
    border: 0 none;
    color: #4d4d4d;
    float: left;
    font: 16px/40px 'CreteRoundRegular';
    height: 40px;
    padding: 0 15px;
    width: 253px;
}
.search_wrap #search_input.invalid,
.search_wrap #search_filter.invalid,
.search_wrap .minict_wrapper.invalid {
	box-shadow: 0 0 6px 1px #F00;
	border-radius: 6px;
}
.search_term {
	margin-bottom: 10px;
}
.search_term strong {
	color: #EF652F;
}	
.search_wrap #search_input.input2{
    width: 117px;
}
.search_wrap{
    margin: 25px 0 0 160px;
    padding-right: 14px;
    float: left;
    position: relative;
}
.search_wrap:after{
    background: url("../images/line_grey.png") no-repeat 0 0;
    position: absolute;
    top: -10px;
    right: 0;
    height: 80px;
    width: 1px;
    content: "";
}
.search_wrap .search_filter{
    position: absolute;
    bottom: 5px;
    right: 13px;
    padding-left: 18px;
    font-size: 12px;
    color: #777777;
    background: url("../images/search_arrow.png") no-repeat 0 3px;
}
.search_wrap ul{margin-top: 13px;}
#search_submit:hover{background-position: left 0;}
.search_wrap ul li{
    list-style-type: none;
    display: inline-block;
    color: #777777;
}
.search_wrap ul li a{
    text-indent: -9999px;
    padding-left: 26px;
    display: block;
    line-height: 20px;
}
.search_wrap ul li a:hover{opacity: 0.8;}
.search_wrap ul li a.android{background: url("../images/app_icons.png") no-repeat 0 0;}
.search_wrap ul li a.ios{background: url("../images/app_icons.png") no-repeat 0 -20px;}
.search_wrap ul li a.wp{background: url("../images/app_icons.png") no-repeat 0 -40px;;}
.auth{
    float: left;
    margin: 25px 0 0 16px;
    width: 300px;
    position: absolute;
    top: 35px; right: 0;
}
.auth ul{list-style-type: none;}
.auth ul.logged_off li{display: inline-block;}
.auth ul.logged_off li.link_login{margin-right: 10px;}
.logged_on .thumb{float: left; margin-right: 11px;}
.logged_on .thumb img{
    height: 40px;
    width: 40px;
    border-radius: 6px;
}
.logged_on h3{
    color: #1d1d1b;
    font-size: 16px;
    line-height: 24px;
    float: left;
}
.logged_on > span{
    margin-bottom: 10px;
    float: left;
}
.logged_on h3 span {
    font-size: 14px;
}
.logged_on h3 a {
    color: #777777;
}
.logged_on .basket{
    position: absolute;
    right: 0;
    top: 2px;
    text-indent: -9999px;
    height: 35px;
    border-radius: 4px;
    width: 35px;
    line-height: 35px;
    background: #f26522 url("../images/basket.png") no-repeat 9px 0;
}
.logged_on .basket:hover{background: #000 url("../images/basket.png") no-repeat 9px 0;}
/*.logged_on ul{list-style-type: none;}
.logged_on ul li{
    display: inline-block;
    height: 35px;
    padding: 0 10px 30px;
}*/
.logged_on .user_login{
    height: 42px;
    width: 100%;
}
.logged_on .add_new_buttons{
    position: relative;
    float: left;
    border-radius: 4px;
}
.add_new_buttons.two_b{width: 100%}
.add_new_buttons.two_b li{text-align: center; width: 50%;}
.add_new_buttons.two_b li.first{border-right: 1px solid #e4e4e4; width: 262px !important;}
.logged_on .add_new_buttons li.last{width: 35px; }
.logged_on .add_new_buttons{width: 100%;}
.logged_on .add_new_buttons li{padding: 0 !important; text-align: center; width: 150px;}
.logged_on .add_new_buttons li.first{width: 111px;}
.logged_on .add_new_buttons li.last{padding-right: 5px;}
.logged_on .add_new_buttons li a{display: block; height: 100%; width: 100%; padding: 0 !important; line-height: 35px;}
.logged_on .add_new_buttons li a span{padding-left: 30px;}
.logged_on .add_new_buttons li a.profil_button span{background: url("../images/button_icns.png") no-repeat 6px -230px;}
.logged_on .add_new_buttons li a.settings span, .logged_on .add_new_buttons li a.create_profile span{background: url("../images/button_icns.png") no-repeat 6px -266px;}
.logged_on .add_new_buttons li a.log_out span{background: url("../images/button_icns.png") no-repeat 6px -290px; text-indent: -9999px; display: inline-block;}

/*====================CONTENT==============================*/
.content_wrapper{
    width: 100%;
    position: relative;
    height: auto;
    min-height: 750px;
}
.cols{
    position: relative;
    width: 100%;
}
.home.cols{
    padding-bottom: 40px;
    background: url("../images/top_col_shadow.png") no-repeat center bottom;
    margin-bottom: 40px;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 960px;
}
.home.cols .col.third{
    width: 300px;
    float: left;
    padding: 0 10px;
    text-align: center;
}
.home.cols .col.third h3{
   color: #4d4d4d;
   font: 30px/30px 'CreteRoundRegular';
   background: url("../images/line_border_orange.png") no-repeat bottom center;
   padding-bottom: 10px;
   margin-bottom: 10px;
}

.content{
    width: 630px;
    float: left;
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    
}
.wrp {background: none repeat scroll 0 0 #FFFFFF; position: relative;}
#user_info{
    width: 100%;
    background: url("../images/profile_info_bg.png") no-repeat;
    height: 299px;
    display: block;
    box-shadow: 1px 3px 3px 0px rgba(212, 212, 212, 1); 
    -moz-box-shadow: 1px 3px 3px 0px rgba(212, 212, 212, 1); 
    -webkit-box-shadow: 1px 3px 3px 0px rgba(212, 212, 212, 1); 
    -ms-box-shadow: 1px 3px 3px 0px rgba(212, 212, 212, 1); 
    margin-bottom: 30px;
    position: relative;
}
#user_info.without_badges {
	height: 185px;
}
#user_info:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
#user_info .thumb{
    width: 165px;
    height: 195px;
    float: left;
    display: block;
    position: relative;
    margin-right: 15px;
}
#user_info .thumb img{
    padding: 4px;
    background: #fff;
    transform: rotate(-5deg);
    width: 120px;
    height: 120px;
    z-index: 2;
    position: absolute;
    left: 25px;
    top: 37px;
    box-shadow: 0px 1px 3px 0px rgba(212, 212, 212, 1); 
    -webkit-box-shadow: 0px 1px 3px 0px rgba(212, 212, 212, 1); 
    -moz-box-shadow: 0px 1px 3px 0px rgba(212, 212, 212, 1); 
    -ms-box-shadow: 0px 1px 3px 0px rgba(212, 212, 212, 1); 
}
#user_info .thumb span.thumb_bg{
    height: 120px;
    width: 120px;
    display: block;
    transform: rotate(-2deg);
    background: url("../images/dummy_user.jpg") no-repeat center center #fff;
    z-index: 1;
    position: absolute;
    left: 36px;
    top: 47px;
    box-shadow: 0px 1px 3px 0px rgba(212, 212, 212, 1); 
    -webkit-box-shadow: 0px 1px 3px 0px rgba(212, 212, 212, 1); 
    -moz-box-shadow: 0px 1px 3px 0px rgba(212, 212, 212, 1); 
    -ms-box-shadow: 0px 1px 3px 0px rgba(212, 212, 212, 1); 
}
#user_info .thumb span.clip{
    background: url("../images/clip.png") no-repeat;
    height: 78px;
    width: 96px;
    z-index: 3;
    display: block;
    position: absolute;
    top: 109px;
    left: -18px;
}
#user_info h3{
    margin-top: 60px;
    float: left;
    font: 35px/35px 'CreteRoundRegular';
    width: 450px;
}
#user_info h3 span.user_age{
    background: #ef662f;
    font-size: 18px;
    color: #fff;
    border-radius: 15px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
#user_info h3 span .small_font{font-size: 12px;}
#user_info .user_address{
    font-size: 12px;
    color: #989898;
    background: url("../images/pin.png") no-repeat;
    padding-left: 18px;
    display: inline-block;
    float: left;
    margin-top: 4px;
}
#user_info .user_badges{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 105px;
    width: 100%;
}
#user_info .badges_arrow{
    font: 14px/40px 'Gloria Hallelujah', cursive !important;
    background: url("../images/badges_arrow.png") no-repeat 0 20px;
    padding-left: 26px;
    display: inline-block;
    width: 400px;
    height: 40px;
    float: left;
    color: #777777;
    position: absolute;
    left: 154px;
    top: -40px;
}
.badge_count, .user_badges .count{
    background: #ef662f;
    color: #fff;
    border-radius: 15px;
    padding: 0 8px;
    height: 20px;
    display: inline-block;
    font: 14px/20px 'CreteRoundRegular';
}
.user_badges .count a,
.user_badges .count a:hover {
	color: #fff;
}
#user_info .badges_arrow .badges_more{
    background: url("../images/badges_more.png") no-repeat left bottom;
    text-indent: -9999px;
    height: 40px;
    width: 15px;
    display: inline-block;
    margin-left: 5px;
}
#user_info .badges_arrow .badges_more:hover{background-position: 0 0;}
.badges_wrap{
    width: 584px;
    height: 65px;
    float: left;
    padding: 20px 23px;
}
.badges_wrap .badge, .test_badge .thumb_wrapper{
    width: 65px;
    height: 65px;
    float: left;
    margin: 0 4px; 
    list-style-type: none;
    position: relative;
    border-radius: 50%;
}
.badges_list li .thumb_wrapper,.level_list li .thumb_wrapper{
    position: relative;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
.test_badge .thumb_wrapper{margin-top: 10px !important;}
.test_badge .badge_check{
    background: url("../images/check_badge.png") no-repeat;
    top: 94px;
    position: absolute;
    left: 83px;
    height: 34px;
    width: 33px;
    display: block;
    z-index: 10;
}
.badges_wrap .badge .thumb_border, .test_badge .thumb_wrapper .thumb_border{
    position:absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    height: 55px;
    width: 55px;
    border: 5px solid rgba(0,0,0, 0.5);
    padding: 0 !important;
}
.badges_list li .thumb_wrapper .thumb_border, .level_list li .thumb_wrapper .thumb_border{
    position:absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    height: 70px;
    width: 70px;
    padding: 0 !important;
    border: 5px solid rgba(0,0,0, 0.2);
}
.test_badge .thumb_wrapper{float: none; margin: 0 auto;}
.test_badge .thumb_wrapper img{border-radius: 50%;height: 65px; width: 65px;}
.badges_wrap .badge .level, .badges_list li .thumb_wrapper .badge_level, .level_list li .thumb_wrapper .badge_level, .test_badge .thumb_wrapper .badge_level{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.badges_wrap .badge .level span, .badges_list li .thumb_wrapper .badge_level span, .level_list li .thumb_wrapper .badge_level span, .test_badge .thumb_wrapper .badge_level span{
    background: rgba(0,0,0, 0.7);
    color: #fff;
    border-radius: 10px;
    font: 12px/16px 'CreteRoundRegular' !important;
    padding: 0 10px;
    height: 20px !important;
    display: inline-block;
    float: none;
}
.badges_wrap .badge img{
    height: 65px;
    left: 65px;
    border-radius: 50%;
    
}
.badges_wrap .badge .level{text-align: center; color: #777;}
.badges_wrap .badge.empty{
    background: url("../images/badge_empty.png") no-repeat;
}
.content .cols{
    position: relative;
}
.content .cols .half {
	width: 300px;
	padding-left: 30px;
}
.content .cols .half:first-child, .content .cols .third:first-child {
	padding: 0;
}
.col {
	float: left;
}
.col p {
	display: block;
	padding-bottom: 15px;
        position: relative;
}
#content .cols .full {
	width: 630px;
}
.col p:after{
    clear:both;
}
.col p:before,
.col p:after {
    content: "";
    display: table;
} 
.col p, .col ul li{color: #777 !important;}
.line_border{
    color: #4d4d4d !important;
    padding: 0 0 10px 0!important;
    margin-bottom: 15px;
    font: 25px/25px 'CreteRoundRegular';
    background: url("../images/line_border_orange.png") no-repeat bottom left;
}
.tags_wrapper{
    width: 100%;
    height: auto;
}
.tags_wrapper .tag{
    height: 28px;
    padding: 0 9px;
    border: 1px solid #afb9c5;
    border-radius: 2px;
    background: #fafafa;
    float: left;
    line-height: 28px;
    text-align: center;
    color: #5c6877;
    margin: 0 0 5px 5px;
}
.tags_wrapper .tag:hover{
    background: #252a2f;
    cursor: pointer;
    color: #fff;
}
.section_title{
    color: #4d4d4d !important;
    margin-bottom: 15px;
    font: 25px/45px 'CreteRoundRegular';
    border-bottom: 1px dotted #d2d2d2;
}
.sample_friends ul li{ background: none; padding: 0 !important; text-indent: -9999px; list-style-type: none; width: 70px; display: inline-block; margin-right: 10px;}
.sample_friends ul li img{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: block;
}
.sample_friends ul li a{
    line-height: 0; 
    font-size: 0;
    color: transparent; 
    }
.sample_friends, .new_event{position: relative;}
.sample_friends a.show_all{
    position: absolute;
    top: 20px;
    right: 0px;
    background: url("../images/content_icns.png") no-repeat 0 0;
    font: 14px/14px 'CreteRoundRegular';
    padding-left: 20px;
    color: #4d4d4d;
}

.add_new_buttons, .tabs_switcher{
    position: absolute;
    top: 5px;
    right: 0;
    box-shadow: 0 1px 3px rgba(0,0,0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.1);
}
.tabs_switcher li, .add_new_buttons li{
    display: inline-block;
    float: left;
    border: 1px solid #e4e4e4;
}
.add_new_buttons li,.tabs_switcher li a {
    background-color: #f9f9f9; 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f9f9f9)); 
    background: -webkit-linear-gradient(top, #fff, #f9f9f9);
    background: -moz-linear-gradient(top, #fff, #f9f9f9);
    background: -ms-linear-gradient(top, #fff, #f9f9f9); 
    background: -o-linear-gradient(top, #fff, #f9f9f9);
    height: 33px;
    padding: 0 10px;
    line-height: 33px;
    
}
.tabs_switcher li a{display: block;}
.add_new_buttons li.active, .add_new_buttons li:hover, .tabs_switcher li.active a, .tabs_switcher li:hover a, a.f_button:hover{
    background: #f5f5f5;
    border-color: #e4e4e4 !important;   
}
a.f_button:hover span{color: #1d1d1b !important;    }
.add_new_buttons li.active a , .add_new_buttons li:hover a, .tabs_switcher li.active a span, .tabs_switcher li:hover a span{
    color: #1d1d1b !important;
}
.add_new_buttons li.first,.tabs_switcher li.first{
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.add_new_buttons li.second, .tabs_switcher li.second{border-right: none;}
.add_new_buttons li.last, .tabs_switcher li.last{
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.add_new_buttons li a, .tabs_switcher li a span{
    padding-left: 20px;
    display: inline-block;
    font: 14px/14px 'CreteRoundRegular';
    color: #777777 !important;
}
.tabs_switcher li a.add_new_status span, .blog_author{
    background: url("../images/content_icns.png") no-repeat 0 -15px;
}
.tabs_switcher li a.add_new_foto span{
    background: url("../images/content_icns.png") no-repeat 0 -30px;
}
.tabs_switcher li a.add_new_video span{
    background: url("../images/content_icns.png") no-repeat 0 -45px;
}
.tabs_switcher li a.add_new_blog span{
    background: url("../images/content_icns.png") no-repeat 0 -60px;
}
.tabs .tab{display: none; padding-bottom: 15px;}
.tabs .tab.active{display: block;}
.tabs .tab textarea{width: 95%; height: 80px;padding: 2.5%;}
.timeline_wrapper.home, #sidebar.home{margin-top: 400px;}
.timeline{list-style-type: none;}
.profile .timeline_wrapper{margin-top: 30px;}
.event .controls, .event .friendship{
    display: none;
}
.event_wrap{
    box-shadow: 0px 1px 3px 0px rgba(212, 212, 212, 1); 
    -moz-box-shadow: 0px 1px 3px 0px rgba(212, 212, 212, 1); 
    -webkit-box-shadow: 0px 1px 3px 0px rgba(212, 212, 212, 1); 
    
}
.event:hover .controls, .event:hover .friendship{display: block;}
.event, li.contribution{
    position: relative;
    height: auto;
    margin-bottom: 20px;
}
.story_detail .actions {
	margin: -10px 0 0 10px;
	font-weight: bold;
}
.event .event_header, li.contribution header{
    width: 100%;
    height: 60px;
    position: relative;
}
.user profile .user_meta{position: relative;}
.event .friendship, .user_meta .friendship{
    position: absolute;
    top: 10px;
    right: 0px;
    
}
.user_meta .friendship{top: 335px;}
profile.friendship .f_button.show{display: inline-block;}
.friendship .f_button.hide{display: none;}
.event .event_header .user_info, li.contribution header .user_info{margin-top: 8px; width: 550px;}
.event .event_header .thumb, .event .event_header .user_info, li.contribution .thumb, li.contribution .user_info{float: left; margin-right: 15px;}
.event .event_header .user_info .user_name, li.contribution .user_info .user_name{
    font: 16px/24px 'CreteRoundRegular';
    color: #1d1d1d;
}
.event .event_header .user_info .user_name .nickname, li.contribution .user_info .user_name .nickname{
    color: #777;
}
.event .event_header .thumb img, li.contribution header .thumb img{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: block;
}
.event .event_body, li.contribution .text{
    background: #fff;
    padding: 15px;
    height: auto;
    position: relative;
}
.event .event_body p, li.contribution  p.text{
    color: #4d4d4d;
}
li.contribution .excerpt {
	font-style: italic;
}
.event .event_body.images img{
    height: 65px;
    width: 65px;
    display: block;
    margin: 0 5px;
    float: left;
}
.event .event_body.story img{
    
}
.event .event_body:before, li.contribution .text:before{
    background: url("../images/status_arrow.png") no-repeat;
    position: absolute;
    left: 0;
    top: -15px;
    height: 15px;
    width: 15px;
    content: "";
}
.event .status_social{
    height: 39px;
    padding: 0 15px;
    background: #f9f9f9;
    border-top: 1px solid #f1f1f1;
}
.event .status_social iframe.fb {
	width: 140px;
	margin: 9px 0 0;
}
.event .meta_date{float: left;}
.meta_date{
    background: url("../images/time.png") no-repeat 0 1px;
    font: 12px/14px Tahoma, Verdana, Arial;
    color: #777777;
    padding-left: 16px; 
}
.status .delete, li.contribution .votes, .event .controls{
    position: absolute;
    top: 30px;
    right: 0px;
}
.status .delete, .event .controls a.delete_event{
    background: url("../images/delete.png") no-repeat 0 2px;
    color: #777777;
    padding-left: 16px;
}
.delete_photo{
    background: url("../images/close_preview.png") no-repeat 0 -48px;
    text-indent: -9999px;
    position: absolute;
    top: -8px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    right: -8px;
    z-index: 100;
    text-decoration: none;
}
.delete_photo:hover{background-position: 0 -32px;}

li.contribution .votes{
    color: #bfbfbf;
    font: 16px/18px 'CreteRoundRegular';
}
li.contribution .votes span{background: url("../images/votes.png") no-repeat bottom right; height: 16px;width: 15px; display: inline-block; margin-bottom: -6px; padding-left: 6px;}
li.contribution .votes.voted span{ background-position: top right;}
li.contribution .votes.voted{
    color: #ef662f;
}
.status .status_content.miniblog img{
    width: 200px;
    height: 140px;
    float: left;
    margin: 0 10px 0 0;
}
.status .status_content.miniblog h3{font-size: 18px; float: left; color: #1d1d1d; width: 390px;}
.status .status_content.miniblog .subtitle{font-size: 14px; color: #777777; margin-bottom: 10px; float: left;}
.status .status_content.miniblog p{float: left; width: 390px;}

.stories > header{position: relative; display: block;}
.stories header h1, .content header h1{
    font: 35px/56px 'CreteRoundRegular';
    border-bottom: 1px dotted #d2d2d2;
    margin-bottom: 30px;
}
.badges header span.subheading, header span.subheading{color: #777777; font-size: 16px;margin-bottom: 10px;display: block;}
.badges header h1{margin-bottom: 0 !important;border: none !important;}
.badges header{
    border-bottom: 1px dotted #d2d2d2;
    margin-bottom: 30px;
}
.badges.user_badges header, .badges .badges_list li header{border-bottom: none; clear: right; float: left; margin-bottom: 0; width: 540px;}
.badges .badges_list .badge_thumb{border-radius: 50%; }
.badges .badges_list .text{color: #777777;float: left; width: 540px;}
.badges .badges_list .tests{float: left; width: 540px; margin: 15px 0 0px; }
.badges .badges_list .tests ul{margin-top: 5px;}
.badges .badges_list .tests ul li{
    background: url("../images/sidebar_li.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    color: #4d4d4d;
    line-height: 14px !important;
    list-style-type: none;
    padding: 0 0 0 15px;
    border: none;
    margin-bottom: 2px;
}
.badge .featured_image .thumb img, .badge .level_list li img{
    border-radius: 50%;
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
}
.badge .level_list li p
.albums_list ul li a{line-height: 80px; height: 80px; display: block;}
.albums_list ul .album_thumb{height: 80px; width: 80px; float: left; margin-right: 15px;}
.badges .badges_list, .badge .badges_list, .albums_list ul{list-style-type: none;}
.gallery li{background: none !important; padding: 0 !important;}
.badges .badges_list li, .badge .level_list li, .albums_list ul li{display: block; width: 100%; margin-bottom: 10px;border-bottom: 1px dotted #d2d2d2; padding-bottom: 10px; position: relative;}
.badges .badges_list li img,.badges .badges_list h3,.badges .badges_list li span, .badge .level_list li img, .badge .level_list li h3, .badge .level_list li span, .albums_list li img, .albums_list li.album_name{float: left;} 
.badges .badges_list li img, .badge .level_list li img, .albums_list li img{margin-right: 15px;}
.badges .badges_list li h3, .badge .level_list li h3, .albums_list li .album_name{font: 18px/30px 'CreteRoundRegular'; display: block; width: 500px; color: #333}
.albums_list li a .album_name{line-height: 80px !important}
.albums_list li a:hover .album_name{color: #ef662f;}
.badges .badges_list li span, .badge .level_list li span{font-size: 14px; color: #777;}
.stories header .add_new_story, .blogs .add_new_story, .add_new_badge{
    height: 33px;
    width: 33px;
    text-indent: -9999px;
    position: absolute;
    top: 9px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    right: 0;
    background-color: #f9f9f9; 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f9f9f9)); 
    background: -webkit-linear-gradient(top, #fff, #f9f9f9);
    background: -moz-linear-gradient(top, #fff, #f9f9f9);
    background: -ms-linear-gradient(top, #fff, #f9f9f9); 
    background: -o-linear-gradient(top, #fff, #f9f9f9);
}
.add_new_badge{top: 0 !important;}
.stories header .add_new_story span, .blogs .add_new_story span, .add_new_badge span{background: url("../images/add_story.png") no-repeat 10px 0; text-indent: -9999px; height: 33px; width: 33px; display: block;}
.stories header .add_new_story:hover, .blogs .add_new_story:hover, .add_new_badge:hover{background: #f5f5f5;
    border-color: #e4e4e4 !important;  }
.stories_filter{
    margin-bottom: 25px;
}
.badges .test_head, .level_list .test_head{float: left; width: 500px !important ;}
.level_list .test_head{margin-top: 10px;}
.test .test_head, .badges .test_head{
    width: 100%;
    display: block;
}
.test .test_head h3, .test .test_head span, .badges .test_head h3, .badges .test_head div{float: left;}
.test .test_head h3, .badge .test_head h3{
    font: 25px/25px 'CreteRoundRegular';
    margin-bottom: 5px;
    color: #1d1d1b;
    display: block
}
.badges .test_head h3{width: auto !important;}
.test .test_head span, .badges .test_head div {
    margin: 5px 0 0 5px;
}
.test .test_head span{}
ul.stories_list, .contributions ul, .tests_list{list-style-type: none;}
.stories_list h3, .tests_list header > h3, .user_photoalbum h3{
    font: 25px/25px 'CreteRoundRegular';
    margin-bottom: 5px;
    color: #1d1d1b;
    display: block;
}
.photoalbum .f_button{padding: 0 10px 0 0 !important;}

.stories_list li, .tests_list li{
    position: relative;
    border-bottom: 1px dotted #d2d2d2;
    margin-bottom: 28px;
}
.story_detail .stories_list li, .test_detail .tests_list li, .badge .badges_list li{border: none;background: url("../images/story_detail_arrow.png") no-repeat center bottom; padding-bottom: 30px;}
.stories_list li.more_li, .timeline .lazy_load{
    border: none;
    background: #fff;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.stories_list li.more_li a.load_more, .timeline .lazy_load a.lazy_load_link{
    background-image: url("../images/load_more.png");
    background-repeat: no-repeat;
    background-size: 39px 30px;
    background-position: 0 15px;
    color: #777777;
    font: 25px/60px 'CreteRoundRegular' !important;
    padding: 0 0 0 45px;
    display: inline-block;
    text-align: center;
}
.stories_list header .status, .tests_list header .test_status, .tests_list header .status, .badges_list li header .status{
    position: absolute;
    top: 5px;
    height: 35px;
    width: 47px;
    text-indent: -9999px;
}
.stories_list header .status, .tests_list header .status,  .badges_list li header .status{
    opacity: 0;
    left: -75px;
}
.stories_list  li:hover header .status, .tests_list li:hover header .status, .badges_list li:hover header .status{
    opacity: 1;
    left: -55px;
    transition: opacity 0.5s ease;
    transition: left 0.5s ease;
}
.tests_list header .test_status{
    height: 35px; 
    width: 61px; 
    left: -90px; 
    background: url("../images/test_status.png") no-repeat 0 -35px; 
    text-align: center; 
    text-indent: -11px !important;
    color: #fff !important;
    font: 16px/35px 'CreteRoundRegular';
    opacity: 0;
    padding: 0 30px 0 0 !important;
    margin: 0 !important;
}
.tests_list li:hover header .test_status{
    opacity: 1;
    left: -70px;
    transition: opacity 0.5s ease;
    transition: left 0.5s ease;
}
.tests_list header a.test_status:hover{background: url("../images/test_status.png") no-repeat 0 0px;}
.tests_list header .test_status .perc{font-size: 12px; padding: 0 !important;}
.stories .stories_list p{margin-bottom: 15px;}
.stories_list header .status.s_finished, .tests_list header .status.s_finished, .badges_list  header .status.s_finished{background: url("../images/story_status.png") no-repeat 0 0;}
.stories_list header .status.s_continue, .tests_list header .status.s_continue, .badges_list  header .status.s_continue{background: url("../images/story_status.png") no-repeat 0 -35px;}
.stories_list .meta, .tests_list .meta{
    margin-bottom: 15px;
}
.blog_detail .status span {
	margin: 10px 0 0;
	padding: 0 !important;
}
.stories_list .meta span, .stories_list .meta a, .tests_list .meta > span, .tests_list .meta a, .badges_list .meta a, .badges_list .meta span, .level_list .meta a{
    display: inline-block;
    color: #777777;
    padding-left: 16px;
    float: left;
}
.stories_list .meta a, .tests_list .meta a, .badges_list .meta a{margin-left: 15px;}
.tests_list .meta span.category, #sidebar .category{
    background: url("../images/button_icns.png") no-repeat 0 -160px; padding-left: 20px; margin-left: 10px;
}
.stories_list .meta a.open_story, .tests_list .meta a.open_story{
    background: url("../images/badges_more.png") no-repeat 10px -13px;line-height: 15px;padding-left: 30px; border-left: 1px solid #d2d2d2; margin-left: 10px;
}
.stories_list .meta a.refresh_story{
    background: url("../images/ozivit_pribeh.png") no-repeat 0 0px;line-height: 15px;margin-left: 0 !important;padding-left: 20px;
}
.stories_list .meta span.story_round, .sidebar_item .story_round{
    background: url("../images/story_list_icons.png") no-repeat 0 1px;
}
.stories_list .meta span.post_num, .sidebar_item .post_num{
    background: url("../images/story_list_icons.png") no-repeat 0 -12px;
    margin-left: 15px;
}
.tests_list .meta a.repeat_test{
     background: url("../images/button_icns.png") no-repeat 0px -336px; padding-left: 20px;
}
.stories_list .meta a.edit_story, .tests_list .meta a.edit_test, .badges_list .meta a.edit_badge, .level_list .meta a.edit_level{
    background: url("../images/story_list_icons.png") no-repeat 0 -25px;
}
.stories_list .meta a.delete_story, .tests_list .meta a.delete_test, .level_list .meta a.delete_level{
    background: url("../images/story_list_icons.png") no-repeat 0 -38px;
}
.meta .date{background: url("../images/content_icns.png") no-repeat 0 -89px; margin-left: 10px;}
.stories_list li p, .tests_list li p, .badge .badges_list li p{
    margin-bottom: 30px;
    color: #777777;
}
.badge .badges_list li p{margin-top: 20px;}
#page_header{ margin-bottom: 30px;}
#past_contributions{margin-bottom: 30px;}
header{display: block !important; clear: both;}
header > .line_border, header  > .badge_count{float: left;}
header > .badge_count{margin: 4px 0 0 4px; line-height: 18px !important;}

.test_wrapper{
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 50px;
}
.test_wrapper h3{
    color: #4d4d4d;
    font: 20px/20px 'CreteRoundRegular';
    margin-bottom: 17px;
}
input[type='submit'].button{border: none; padding: 0 40px;}
button{border: none;}
.test_wrapper .answers{
    padding-bottom: 29px;
    border-bottom: 1px dotted #d2d2d2;
    margin-bottom: 39px;
}
.test_wrapper .answers li{
    line-height: 30px;
    color: #333333;
    font-size: 14px;
}
.test_detail .test_badge{
    background-color: #f9f9f9; 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f9f9f9)); 
    background: -webkit-linear-gradient(top, #fff, #f9f9f9);
    background: -moz-linear-gradient(top, #fff, #f9f9f9);
    background: -ms-linear-gradient(top, #fff, #f9f9f9); 
    background: -o-linear-gradient(top, #fff, #f9f9f9);
    border: 1px solid #e4e4e4;
    position: absolute;
    top: 80px;
    right: 0;
    box-shadow: 0 1px 3px rgba(0,0,0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.1);
    height: 135px;
    width: 135px;
    text-align: center;
}
.test_badge span{
    color: #1d1d1b;
    font: 16px/24px 'CreteRoundRegular';
    padding-top: 4px;
    display: block;
    
}
.test_detail .tests_list li{min-height: 160px; }
.result_wrapper{
    background: url("../images/result_bg.png") no-repeat center center;
    padding-bottom: 30px;
    margin: -20px 0 28px 0;
    position: relative;
}
.result_wrapper h3{
    font: 25px/40px 'CreteRoundRegular';
    color: #1d1d1b;
    float: left;
    padding-top: 8px;
}
.result_wrapper header > span{
    color:  #6eb52c;
    font-size: 40px;
    float: left;
    margin-left: 8px;
}
.result_wrapper header span span.perc{font-size: 25px;}
.result_wrapper p{
    color: #777777;
    font: 16px/16px 'CreteRoundRegular';
}
.result_wrapper .f_button{
    position: absolute;
    right: 0;
    bottom: 40px;
}
/*=================SIDEBAR=======================*/
#sidebar{
	width: 300px;
	padding-left: 30px;
	float: right;
        position: relative;
}
#sidebar #sub_section{
    border: 0 none;
    margin: 0 0 20px;
    padding: 0;
}
#sidebar header {
	background: #6eb52c;
	height: 40px;
	padding: 0 15px;
	position: relative;
	box-shadow: 0px 1px 3px #c6df99;
	margin-bottom: 20px;
}
#sidebar header:before {
	content: "";
	width: 20px;
	height: 13px;
	display: block;
	background: url("../images/title_arrow.png") no-repeat 0 0;
	position: absolute;
	left: 20px;
	bottom: -10px;
        z-index: 100;
}
#sidebar .neoverena_vyzva  header:before{
    background: url("../images/grey_arrow.png") no-repeat;
}
#sidebar .vyzva_overenie header span{
    position: absolute;
    right: 10px;
    top: -5px;
    display: block;
    height: 46px;
    width: 37px;
}
#sidebar .neoverena_vyzva header span{background: url("../images/overenie_vyzvy.png") no-repeat 0 -46px;}
#sidebar .overena_vyzva header span{background: url("../images/overenie_vyzvy.png") no-repeat 0 0;}
#sidebar header h3 {
	color: #fff !important;
	font: 16px/40px 'CreteRoundRegular';
	font-weight: normal;
}
#sidebar .wrp{
    padding: 20px 15px 15px 15px;
}
#sidebar .neoverena_vyzva .wrp{
    text-align: center;
}
#sidebar .vyzva_overenie .wrp p{color: #777777; margin-bottom: 10px; font: 14px/20px Tahoma, Verdana, Arial;}
#sidebar .vyzva_overenie.neoverena_vyzva header{background: #777777;}
.naplnenie_vyzvy{
    background: url("../images/naplnenie_empty.png") no-repeat;
    display: block;
    width: 270px;
    height: 57px;
    position: relative;
    margin: 10px 0; 
}
.naplnenie_vyzvy .sum{
    font: 12px/12px Tahoma, Verdana,Arial;
    color: #777777;
    position: absolute;
    top: -2px;
    display: block;
}
.naplnenie_vyzvy .sum.zero{left: -1px;}
.naplnenie_vyzvy .sum.full{right: 0;}
.naplnenie_vyzvy .naplnenie_perc{
    background: url("../images/naplnenie_full.png") no-repeat;
    height: 57px;
    position: absolute;
    top: 0;
    left: 0;
}
.naplnenie_vyzvy .naplnenie_perc:after{
    border-right: 1px solid rgba(0,0,0, 0.23);
    box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.25); 
    -webkit-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.25);
    position: absolute;
    height: 25px;
    width: 1px;
    top: 19px;
    right: -1px;
    content: "";
}
.naplnenie_tooltip{
    position: absolute;
    width: 42px;
    height: 27px;
    top: -20px;
    border-radius: 3px;
    background: #4d4d4d;
    color: #fff;
    text-align: center;
    font: 16px/27px "CreteRoundRegular";
}
.naplnenie_tooltip:before{
    position: absolute;
    background:  url("../images/tooltip_bottom.png") no-repeat ;
    height: 5px;
    width: 12px;
    content: "";
    display: block;
    bottom: -5px;
    left: 16px;
}
.naplnenie_tooltip .perc{font-size: 10px;}
.vyzbierana_suma_wrap{
     background: none repeat scroll 0 0 #F9F9F9;
    border-top: 1px solid #EDEDED;
    height: 40px;
    margin: 0 -15px  -15px -15px;
    padding: 0 15px;    
    line-height: 40px;
}
.vyzbierana_suma_wrap p{color: #1d1d1b; font-weight: bold; line-height: 40px;}
.vyzbierana_suma_wrap .vyzbierana_suma{color: #EF662F !important;}
#sidebar .thumb{float: left; margin-right: 10px;}
#sidebar .thumb img{width: 84px; height: 84px; }
.maly_kamos_profile .kamos_info{float: left; width: 176px;}
.maly_kamos_profile .kamos_info ul{margin-top: 10px;float: left;}
.maly_kamos_profile .kamos_info ul.no_listing li{background: none !important; padding: 0 !important}
.kamos_info .project_sum{color: #ef662f; font-weight: bold;}
.person_name{
    color: #EF662F !important;
    font: bold 14px/16px Tahoma,Verdana,Arial !important;
    display: block;
    float: left;
}
#sidebar .slideshow{
    background: url("../images/slideshow.png") no-repeat 0 1px;
    padding-left: 20px;
    font-size: 12px;
    float: right;
    position: absolute;
    top: 14px;
    right: 15px;
    color: #fff;
}
#sidebar .slideshow:hover{text-decoration: underline;color: #fff !important;}
#sidebar .gallery a img{
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 0 10px 10px;
}
#sidebar .gallery a.left img{margin-left: 0 !important;}

.sidebar_item li {
	width: 260px;
	height: 80px;
	padding: 15px 0;
	float: left;
	margin-right: 30px;
	list-style-type: none;
	border-bottom: 1px dotted #d2d2d2;
}
.sidebar_item.auctions li, .sidebar_item.blogs li{
    padding: 0 15px !important;
    margin: 0 !important;
    width: 270px;
}
.sidebar_item li a {
	display: block;
}

.sidebar_item .thumb {
	width: 84px;
	height: 84px;
	position: relative;
	float: left;
	/*padding-right: 15px;*/
}

.auctions .top {
	width: 22px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	line-height: 0;
	background: url("../images/sidebar_icons.png") no-repeat 0 0;
	position: absolute;
	right: 0;
	bottom: -20px;
}

.auctions .top:hover,.auctions a:hover .top {
	background-position: -22px 0;
}

.auctions .selected_item {
	width: 22px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	line-height: 0;
	background: url("../images/sidebar_icons.png") no-repeat 0 -25px;
	position: absolute;
	right: 0;
	bottom: -20px;
}

.auctions .selected_item:hover,.auctions a:hover .selected_item {
	background-position: -22px -25px;
}

.sidebar_item .detail {
	width: 165px;
	height: 80px;
	position: relative;
	float: left;
}

.sidebar_item .name {
	display: block;
	color: #333;
	padding: 10px 0 5px;
}

.sidebar_item a:hover .name {
	color: #ef662f;
}

.auctions .more {
	margin: 10px 0 0;
}

.auctions .price {
	display: inline-block;
	padding-right: 8px;
	margin-right: 2px;
	border-right: 1px solid #ddd;
	font-weight: bold;
	color: #ef662f;
}

.auctions .time {
	font-weight: bold;
	color: #333;
}
.blogs .date, .blogs .read_more, .blogs .location, .blogs .side_hladam, .blogs .side_ponukam, .blogs .story_round, .blogs .post_num{
    color: #777777;
    display: block;
    padding-left: 20px;
}
.blogs .date{background: url("../images/small_icons.png") no-repeat left top; margin-bottom: 8px;}
.blogs .read_more{background: url("../images/small_icons.png") no-repeat left -14px;}
#sidebar .show_more{background: url("../images/content_icns.png") no-repeat scroll 0px -60px; padding: 0 0 0 20px; color: #777;}
.blogs a .read_more:hover{color: #ef662f;}

.blogs .location{background: url("../images/small_icons2.png") no-repeat left -14px; margin-bottom: 8px;height: 15px;}
.blogs .side_hladam{background: url("../images/small_icons2.png") no-repeat left top; margin-bottom: 8px; }
.blogs .side_ponukam{background: url("../images/small_icons2.png") no-repeat left bottom; margin-bottom: 8px;height: 15px;}
.stars {
	width: 75px;
	height: 16px;
	background: url("../images/stars.png") no-repeat 0 -16px;
	position: relative;
	display: inline-block;
	margin-top: 5px;
}

.stars span {
	display: block;
	height: 16px;
	background: url("../images/stars.png") no-repeat 0 0;
}

.stars .count {
	height: 20px;
	position: absolute;
	left: 82px;
	top: -2px;
	background: #ef662f;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	line-height: 20px;
	border-radius: 4px;
	padding: 0 5px;
	display: inline-block;
}

.stars .count:before {
	content: "";
	width: 5px;
	height: 20px;
	background: url("../images/count_arrow.png") no-repeat 0 0;
	position: absolute;
	left: -5px;
	top: 0;
}

.tabs,.vzdelavanie_cat ul, .profile_menu, .test_wrapper .answers {list-style-type: none;}
.profile_menu{margin-bottom: 10px;}
.profile_menu.friend{width: 490px;}
.profile_menu.r_friend{width: 475px;}
.tabs li, .profile_menu li{
    height: 40px;
    width: 150px;
    display: inline-block;
    float: left;
    font: 15px/40px 'CreteRoundRegular';
    text-align: center;
}
.profile_menu li{font: bold 12px/40px Tahoma,Verdana,Arial; width: auto; padding: 0 20px;}
.about_me .col > div{margin-bottom: 20px;}
.about_me{margin-bottom: 30px;}
.tabs li a, .profile_menu li a{color: #777777 !important;width: 100%; height: 40px; display: block;}
.tabs li.active a, .profile_menu li.active a {color: #333333 !important; }
.tabs li.active{
    color: #333333 !important;
    background: #f9f9f9;
    width: 150px;
    border-bottom: 1px solid #ededed;
    box-shadow: 0px 1px 3px 0px rgba(212, 212, 212, 1);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(212, 212, 212, 1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(212, 212, 212, 1);
    -ms-box-shadow: 0px 1px 3px 0px rgba(212, 212, 212, 1);
    z-index: -1;
}
.content .tabs, .profile_menu{border-bottom: 1px solid #d4d4d4;}
.content .tabs li.active, .profile_menu li.active{
    position: relative;
    background-color: #f9f9f9; 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(248,248,248,1)), to(rgba(248,248,248,0))); 
    background: -webkit-linear-gradient(top, rgba(248,248,248,1), rgba(248,248,248,0));
    background: -moz-linear-gradient(top, rgba(248,248,248,1), rgba(248,248,248,0));
    background: -ms-linear-gradient(top, rgba(248,248,248,1), rgba(248,248,248,0)); 
    background: -o-linear-gradient(top, rgba(248,248,248,1), rgba(248,248,248,0));
    box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 1);
    -ms-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 1);
    border: 1px solid #d4d4d4;
    border-bottom: 1px solid #f0f0f0;
    /*border-bottom: none;*/
    margin-bottom: -1px;
    
    z-index: 2;
}
.sub_menu{
    list-style-type: none;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 30px;
}
.sub_menu li{
    height: 40px;
    display: inline-block;
    background: none;
    line-height: 40px;
}
.sub_menu li:first-child a{
    border-left: none;
}
.sub_menu li a{
    line-height: 20px;
    color: #777777;
    border-left: 1px solid #d4d4d4;
    padding: 0 20px;
}
.sub_menu li a.active, .sub_menu li a:hover{color: #ef662f;}
.content .tabs li:first-child.active, .profile_menu li:first-child.active{border-bottom: 1px solid #e4e4e4;}
.content .tabs li a{
    
}
.vzdelavanie_cat{z-index: 2; display: block; position: relative;}
.vzdelavanie_cat ul li:first-child{border: none;}
.vzdelavanie_cat ul li{
    height: 44px;
    width: 300px;
    font-size: 13px;
    line-height: 44px;
    border-top: 1px solid #ededed;
    position: relative;
}
.vzdelavanie_cat ul.sbar_tests li{
    background: #ffffff;
    height: 60px !important;
}
.vzdelavanie_cat ul.sbar_tests li span{
    position: relative;
    float: left;
    right: 0 ;
    line-height: 14px !important;
    margin: -10px 0 0 38px !important;
}
.vzdelavanie_cat ul li a{
    color: #1d1d1d;
    height: 44px;
    float: left;
    padding: 0 22px 0 42px;
    background: #fff url("../images/badges_more.png") no-repeat 10px 2px;
    display: inline-block;
    width: 236px;
}
.vzdelavanie_cat ul li span{
    color: #a5a5a5;
    position: absolute;
    top: 0;
    right: 22px;
}
#tab{display: none;}
#tab.show{display: block;}
.deathline_wrap{
    background: url("../images/pribeh_detail_shadow.png") no-repeat center bottom;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.deathline{
    float: left;
    color: #1d1d1b;
    font: 16px/18px 'CreteRoundRegular';
    background: url("../images/deathline_icn.png") no-repeat 0 3px;
    padding-left: 32px;
    margin-top: 5px;
}
.deathline .deathline_date{
    font: 14px/16px Tahoma,Verdana,Arial;
    color: #777;
}
/*===================COMMON STYLES==========================*/


.maly_kamos_profile .kamos_info li, .cols ul li{
    list-style-type: none;
    padding-left: 15px;
    color: #4d4d4d;
    background: url("../images/sidebar_li.png") no-repeat 0 4px;
    line-height: 16px;
}
.select_small, #content > img, .midwrapper, textarea, #content input[type="text"], .midwrapper, #slidecontent, .box, .wrp, .thumb img, .categories, .users img, #sidebar .gallery img, .status_main {
    box-shadow: 0px 1px 3px 0px rgba(212, 212, 212, 0.5);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(212, 212, 212, 0.5);
    -moz-box-shadow: 0px 1px 3px 0px rgba(212, 212, 212, 0.5);
}
.m0{margin: 0 !important;}
.mb0{margin-bottom: 0 !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mr10{margin-right: 10px !important;}
.mr20{margin-right: 20px !important;}
.p20{padding: 20px;}
.green-text{color: #6eb52c !important;}
.button.h30{height: 30px; font: 16px/30px 'CreteRoundRegular';}
.button.h35{height: 35px; font: 16px/35px 'CreteRoundRegular';}
.button.h20{height: 25px; font: 14px/25px 'CreteRoundRegular';}
.button.h40{height: 40px; font: 16px/40px 'CreteRoundRegular';}
.button.h50{height: 50px; font: 16px/50px 'CreteRoundRegular';}

.button.green {background: #7db913; color: #fff !important;}
.button.orange {background: #EF652F; color: #fff !important;}
.button.red {background: red; color: #fff !important;}
.button.white{background: #fff; border: 1px solid #ebebeb; color: #ef662f; box-shadow: 0px 1px 3px 0px rgba(0, 1, 1, 0.05); }
.button.grey{background: #d4d4d4;box-shadow:0 1px 3px 0px rgba(0, 1, 1, 0.1) !important;}
.button.darkgrey{background: #aaa; box-shadow:0 1px 3px 0px rgba(0, 1, 1, 0.1) !important;}
.button[disabled]{background: #ccc; box-shadow:0 1px 3px 0px rgba(0, 1, 1, 0.1) !important;}
.button{
	display: inline-block;
	color: #fff;
	padding: 0 14px !important;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0px 1px 3px #c6df99;
}
.button:hover{color: #fff !important;background: #1d1d1b;}
.button.b_image{padding-left: 35px !important; color: #1d1d1d;}

.f_button{
    border: 1px solid #e4e4e4; 
    box-shadow: 0px 1px 3px 0px rgba(0, 1, 1, 0.05); 
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 1, 1, 0.05); 
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 1, 1, 0.05); 
    -ms-box-shadow: 0px 1px 3px 0px rgba(0, 1, 1, 0.05); 
    padding: 0 20px 0 33px;
    height: 35px;
    font: 14px/35px 'CreteRoundRegular';
    border-radius: 4px;
    display: inline-block;
    color: #777777 !important;
    background-color: #f9f9f9; 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f9f9f9)); 
    background: -webkit-linear-gradient(top, #fff, #f9f9f9);
    background: -moz-linear-gradient(top, #fff, #f9f9f9);
    background: -ms-linear-gradient(top, #fff, #f9f9f9); 
    background: -o-linear-gradient(top, #fff, #f9f9f9);
}
.event .f_button, .friendship .f_button{padding: 0 !important;}
.test_detail .f_button{padding: 0 10px 0 0  !important;}
.f_button:hover{color: #777777 !important;}

.story_detail .show_list, .test_detail .show_list, .blog_detail .show_list, .badge .show_list, .photoalbum .show_list{
    position: absolute;
    right: 0;
    top: 8px;
    padding: 0 15px 0 0;
}
.f_button.friend_add span{background:  url("../images/button_icns.png") no-repeat 5px -88px; padding:0  20px 0 25px;}
.f_button.friend_remove span{background:  url("../images/button_icns.png") no-repeat 5px -369px; padding:0  20px 0 25px;}
.f_button.friend > span{background: url("../images/button_icns.png") no-repeat 10px -123px; padding: 0 20px 0 30px !important; }
.f_button.repeat{
    background: url("../images/button_icns.png") no-repeat 5px -326px, linear-gradient( top, #fff, #f9f9f9) ; 
    background: url("../images/button_icns.png") no-repeat 5px -326px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff) to(#f9f9f9));
    background: url("../images/button_icns.png") no-repeat 5px -326px, -webkit-linear-gradient(top, #fff, #f9f9f9);
    background: url("../images/button_icns.png") no-repeat 5px -326px, -moz-linear-gradient(top, #fff, #f9f9f9) ;
    background: url("../images/button_icns.png") no-repeat 5px -326px, -ms-linear-gradient(top, #fff, #f9f9f9) ;
    background: url("../images/button_icns.png") no-repeat 5px -326px, -o-linear-gradient(top, #fff, #f9f9f9) ;
    padding:0  20px 0 25px !important;
}
.f_button.repeat:hover{background: #f5f5f5 url("../images/button_icns.png") no-repeat 5px -326px; color: #1d1d1b !important;}
.f_button.show_list span{background:  url("../images/button_icns.png") no-repeat 6px -150px; padding-left: 26px; display: inline-block; line-height: 35px;}
.b_image.register{background: #fff url(../images/button_icns.png) no-repeat 10px 0; padding-right: 15px !important;}
.b_image.register:hover{box-shadow: inset 0 1px 10px 1px  #eeeeee; color: #EF652F !important;}
.b_image.log_in{background: #fff url(../images/button_icns.png) no-repeat 10px -40px; padding-right: 15px !important;}
.b_image.log_in:hover{box-shadow: inset 0 1px 10px 1px  #eeeeee; color: #EF652F !important;}

.story_detail .add_new_story{right: 141px !important;}
/*=================FOOOTER=======================*/
.push {
	height: 100px;
}
#footer_01 {
	height: 100px;
	background: url("../images/footerbg_01.jpg") repeat-x 0 0;
}
#footer_02 {
	height: 100px;
	background: url("../images/footerbg_02.jpg") no-repeat center top;
}
#footer_03 {
	width: 960px;
	margin: 0 auto;
	position: relative;
	line-height: 100px;
	color: #878888;
	text-shadow: 0px 1px 0px #d3d3d3;
        height: 100%;
}
#footer_03 a {
	color: #878888;
	text-decoration: none;
}
#footer_03 a:hover {
	color: #656565;
}
#footer_03 .footer_logo {
	width: 70px;
	height: 47px;
	line-height: 47px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -35px;
	background: url("../media/images/footer_logo.png") no-repeat 0 0;
}
#footer_03 .social {
	float: right;
	list-style-type: none;
	overflow: hidden;
}
#footer_03 .social li {float: left;}
#footer_03 .social li a {
	width: 24px;
	height: 20px;
	display: inline-block;
	text-indent: -9999px;
	background: url("../media/images/social_icons.png") no-repeat;
	line-height: 20px;
}
#footer_03 .social li a.twitter {background-position: -24px 0;}
#footer_03 .social li a.twitter:hover {background-position: -24px -20px;}
#footer_03 .social li a.facebook {background-position: 0 0;}
#footer_03 .social li a.facebook:hover {background-position: 0 -20px;}
#footer_03 .social li a.rss {background-position: -48px 0;}
#footer_03 .social li a.rss:hover {background-position: -48px -20px;}
/*===============================================*/
.notifications{
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    width: 35px;
}
.notifications .notification_link.active,.notifications .notification_link:hover{background: #000 url("../images/notification_link.png") no-repeat 10px 0}
.notifications .notification_link{
    background: url("../images/notification_link.png") no-repeat 10px -35px;
    height: 35px;
    width: 35px;
    float: right;
    text-indent: -9999px;
}


.search_wrap .minict_wrapper ul li{display: block;}
.search_wrap .minict_wrapper{width: 147px; padding-left: 14px; float: left; background: url("../images/line_border_grey.png") no-repeat top right;}
.search_wrap .minict_wrapper input{height: 40px; line-height: 40px; color: #999;}
.search_wrap .minict_wrapper:after{background: none;}

.minict_wrapper.categ_filter, .minict_wrapper.pribeh_filter{width: 300px;padding-left: 15px; float: left;}
.minict_wrapper.pribeh_filter{margin-left: 30px;}
.minict_wrapper.categ_filter input, .minict_wrapper.pribeh_filter input{
    height: 40px; 
    line-height: 40px;
    font: 16px/40px 'CreteRoundRegular';
    color: #4d4d4d;
}
.sort{
    padding-bottom: 10px;
    border-bottom: 1px dotted #d2d2d2;
    margin-bottom: 30px;
}
.sort .sort_option:first-of-type{border-left: none;}
.sort_option {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    padding-left: 12px;
    border-left: 1px solid #d2d2d2;
    margin-left: 15px;
}
.sort_option a{
    background: url("../images/sort_arrows.png") no-repeat 0 0;
    position: absolute;
    height: 6px;
    width: 9px;
    display: block;
    text-indent: -9999px;
}
.sort_option a.sort_asc{
    right: 0;
    top: 0;
    
}
.sort_option a.sort_asc.active,.sort_option a.sort_asc:hover{
    background-position: 0 -6px;
}
.sort_option a.sort_desc{
    background-position: 0 -12px;
    right: 0;
    top: 8px;
}
.sort_option a.sort_desc.active, .sort_option a.sort_desc:hover{
    background-position: 0 -18px;
}
input.styled {
	display: none !important;
}
span.checkbox {
	background: url("../images/checkbox.png") no-repeat scroll 0 1px
		transparent;
	clear: left;
	display: block;
	float: left;
	height: 23px;
	margin: -1px 7px 0 0;
	width: 23px;
}
.overene_ponuky .checkbox{margin-top: 10px;}
.checkbox.checked {
	background-position: 0 -23px;
}
input[type="checkbox"] + label{
    font: bold 12px/21px Tahoma,Verdana,Arial;
}
span.radio {
	background: url("../images/radio_box.png") no-repeat scroll 0 -23px
		transparent;
	clear: left;
	display: inline-block;
	height: 23px;
	margin: -1px 3px 0px 0;
	width: 23px;
	line-height: 23px;
	vertical-align: middle;
}
span.radio.checked{background-position: 0 0;}
span.radio.disabled.right{background: url("../images/test_result.png") no-repeat 0 -20px;}
span.radio.disabled.wrong{background: url("../images/test_result.png") no-repeat 0 0;}
.error_message{
    border: 1px solid rgba(225,54,66, 0.5);
    background: rgba(225,54,66, 0.05);
    box-shadow: 0 1px  3px 0 rgba(225,54,66, 0.4);
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 20px;
    display: block;
}
.error_message p{
     color: rgba(225,54,66, 1);
     padding-left: 15px;
}

.success_message{
    border: 1px solid rgba(95,184,60, 0.5);
    background: rgba(95,184,60, 0.05);
    box-shadow: 0 1px  3px 0 rgba(95,184,60, 0.4);
    height: 50px;
    line-height: 50px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-radius: 4px;
}
.success_message p{
     color: rgba(95,184,60, 1);
     padding-left: 15px;
}
.error{position: relative;}

/**/
.content .cols{
    position: relative;
}
.content .cols .half {
	width: 300px;
	padding-left: 30px;
}
.content .cols .half:first-child, #content .cols .third:first-child {
	padding: 0;
}
.content .cols .full {
	width: 630px;
}
.col {
	float: left;
}
.col p {
	display: block;
	padding-bottom: 15px;
        position: relative;
}
.col p:after{
    clear:both;
}
.col p:before,
.col p:after {
    content: "";
    display: table;
} 
.col label, .spacer label, .upload_button h5, #find_kamos label, label.wysiwyg_label {
    font: bold 12px Tahoma,Verdana,Arial;
    display: inline-block;
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
    color: #333;
}
.content .col input[type="text"]{
	border: 0;
	height: 40px;
	width: 100%;
	text-indent: 15px;
	background: #fff;
	font: 16px/40px 'CreteRoundRegular';
	color: #777;
	float: left;
        border-radius: 4px;
}
.content textarea {
	border: 0;
	width: 95%;
	background: #fff;
	font: 16px 'CreteRoundRegular';
	padding: 3% 2.5%;
	color: #777;
	float: left;
	resize: none;
        border-radius: 4px;
        height: 60px;
}
input[type="submit"]{cursor: pointer;}

form .file_selector label {
    background: url("../images/photo_icon.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    display: block;
    height: 31px;
    line-height: 31px;
    padding-left: 40px;
}
form .file_selector label:hover{background-position: left -65px;}
form .file_selector input[type="file"] {
    left: -999px;
    position: absolute;
    top: -999px;
}
.embedded iframe {
    height: 370px;
    width: 100%;
}
.embedded_preview{width: 100%; position: relative;}
.embedded_preview .embed_thumb {
    float: left;
    height: 120px;
    margin-right: 10px;
    position: relative;
    width: 120px;
}
.embedded_preview .embed_thumb .embed_play {
    background: url("../images/play.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    height: 26px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}
.embedded_preview:hover .embed_play{opacity: 0.8;}
.embedded_preview .embed_title {
     color: #1d1d1b !important;
     margin-bottom: 10px;
}
.embedded_preview .embed_thumb img {
    float: left;
    height: 120px !important;
    margin-right: 10px;
    width: 120px !important;
}
.embed_title > a {
    color: #1d1d1b;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}
.embed_url{margin-bottom: 5px;}

.embed_url a{color: #1d1d1b !important; margin-bottom: 5px;}
.embed_desc{color: #777777;}

#preview{
    margin-top: 20px;
}
#preview > div#previewContent, #preview > div img {
    float: left;
}
#preview #previewImages{margin-right: 10px;}
#previewTitle span{font-weight: bold;}



.questions > div{
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.questions > div:first-child{
    padding-top: 20px;
    margin-top: 15px;
    border-top: 1px solid #d2d2d2;
}

.col.half.radiobox {
    margin-top: 30px;
}

.col.half.radiobox label{line-height: 20px;}


.story_edit .checkbox {
    margin-top: -3px;
}

/* Tooltip for Badges  - create_test */
.badges_select:hover .badges_tltp_wrapper{
	display:block;
}
.badges_tltp_wrapper{
	display: none;
    height: 0;
    position: absolute;
    top: -25px;
    width: 300px;
    z-index: 10;
}
.badges_tltp_wrapper .tooltip{
	padding: 10px 15px;
	background: rgba(239, 102, 47, .8);
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	border-radius: 8px;
}
.badges_tltp_wrapper .tooltip_arrow{
	left: 135px;
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid rgba(239, 102, 47, .8);
	position: relative;
}
/* End of Badges tooltip */
#login_window {
	position:relative;
	width: 520px;
	height: 348px;	
}

#register_window {
	position:relative;
	width: 520px;
	height: 420px;	
}

#cboxLoadedContent{padding-top: 0 !important;}
#colorbox h2 {
    font: 36px/36px 'CreteRoundRegular';
    padding-bottom: 8px;
    text-align: center;
    padding-top:40px;
}


#colorbox h3 {
    font: 16px/20px 'CreteRoundRegular';
    margin: 0 0 10px;
    
    text-align: center;
}

#colorbox .form {
    margin: 0 auto;
    padding-bottom: 30px;
    width: 370px;
}


#colorbox .form .mail_input {
    background: url("../images/input_mail.png") no-repeat scroll 335px center #F9F9F9;
}
#colorbox .form .pass_input {
    background: url("../images/input_password.png") no-repeat scroll 338px center #F9F9F9;
}
#colorbox .form .input {
    background-color: #F9F9F9;
    border: 1px solid #EAEAEA;
    box-shadow: 0 1px 1px #F5F5F5;
    color: #777777;
    font: 16px/38px 'CreteRoundRegular';
    height: 38px;
    padding: 0 50px 0 10px;
    width: 308px;
}
#colorbox .form .input, #colorbox .form .login_submit {
    border-radius: 8px 8px 8px 8px;
}

#colorbox .form p {
    padding-bottom: 20px;
}

#colorbox .form div {
    float: left;
    line-height: 21px;
    padding-top: 12px;
}

#colorbox .form div label {
    border-right: 1px solid #EDEDED;
    margin-right: 4px;
    padding-right: 7px;
}


#colorbox .errors {
    margin-bottom: 13px;
    min-height: 20px;
    text-align: center;
    color: red;
}

#colorbox .errors ul {
    list-style: none outside none;
}

.popup_footer a {
    float: right;
    line-height: 50px !important;
}

.popup_footer {
    font: 16px/50px 'CreteRoundRegular';
}

.popup_footer span {
    float: left;
}

.popup_footer {
    background: url("../images/popup_shadow.png") no-repeat scroll center top transparent;
    border-top: 1px dotted #D2D2D2;
    font: 16px/50px 'CreteRoundRegular';
    height: 50px;
    margin: 0 auto;
    padding: 0 75px;
    width: 370px;
}


#colorbox .form .loading_button {
    margin: 6px 0 0 68px;
}

#colorbox .form br { display: none; }


#colorbox .register_window .form .text_input {
    background-position: 142px center;
}
#colorbox .register_window .form .first_column {
    margin-right: 12px;
    width: 115px;
}

#colorbox .register_window .form .second_column {
    width: 115px;
}
#colorbox .register_window .form div label {
    border: medium none;
}
#colorbox .register_window .form div {
    margin: 0 0 18px;
    padding: 0;
}

.blog_posts_list{list-style-type: none;}
.blog_posts_list .brick_item{
    background: none repeat scroll 0 0 #fff;
    box-shadow: 1px 0 3px #d4d4d4;
    float: left;
    height: auto;
    margin: 0 0 30px;
    padding: 16px 0 0;
    position: relative;
    width: 300px;
}
.brick_item .thumb_wrap {
    height: 140px;
    width: 270px;
    margin: 0 15px 15px;
    position: relative;
    border: 1px solid #eeeeee;
}
.thumb .brick_mark{
    position: absolute;
    left: -35px;
    height: 35px;
    width: 35px;
    display: block;
    top: 10px;
    background: url(../images/blog_mark.png) no-repeat;
}
.brick_header{
    margin: 0 15px 0;
}
.brick_header h3{
    color: #6eb52c;
    font: bold 14px/20px Tahoma, Verdana, Arial;
    display: block;
    width: 224px;
}
.brick_item .status {
	margin: 0 15px; 
} 
.brick_detail {
    margin-top: 10px;
}
.brick_detail p {
    color: #777777;
    font: 12px/18px Tahoma,Verdana,Arial;
    margin: 0 15px 20px;
}

.brick_detail .brick_action {
    background: none repeat scroll 0 0 #f9f9f9;
    border-top: 1px solid #ededed;
    height: 40px;
}
.brick_detail .brick_action a, .brick_detail .brick_action span{
    height: 40px;
    padding-left:40px;
    font: 12px/40px Tahoma,Verdana, Arial;
    color: #777777;
    display: block;
    width: 110px;
    position: relative;
    float: left;
}
.brick_detail .brick_action span
.brick_detail .brick_action a:hover{color: #EF662F;}
.brick_detail .brick_action span.brick_date{background: url("../images/content_icns.png") no-repeat 15px -75px;}
.brick_detail .brick_action a.brick_open {background: url("../images/badges_more.png") no-repeat 15px 0px;}
.brick_detail .brick_action a.brick_open b {font-weight: normal;}
.brick_detail .brick_action .second_action:before{
    position: absolute;
    top: 10px;
    left: 0;
    height: 20px;
    width: 1px;
    background: #ededed;
    content: "";
    display: block;
}

.contribution_excerpt{
    margin-top: 10px;
    color: #777;
    display: block;
    line-height: 18px;
}
.event_message{display: block; margin-bottom: 10px;}
/* Sidebar elements */
.sidebar_wrapper{
	margin-left: 30px;
	width: 300px;
	float: left;
}
.jscroll-loading {
	padding: 0;
	border: 1px solid #eee;
	background: #fff;
	text-align: center;
}
.lazy_load_loading{
	display: inline-block;
    margin: 30px auto;
    background: url("../images/ajax-loader.gif") no-repeat;
    padding-left: 40px;
    font-size: 16px;
    line-height: 31px;
}
/*previews styles */
.edit_profile .avatar, .edit_profile .delete_avatar{float: left}
.edit_profile .delete_avatar label{line-height: 20px;}
.edit_profile .avatar{margin: 0 15px 15px 0;}
.file_selector{clear: left;}

/* Static pages */
.article h1 {
	margin-bottom: 20px;
}
#colorbox .fill_profile_window{
    width: 440px;
    padding: 30px;
}
#colorbox .fill_profile_window h1{
    font: 36px/40px 'CreteRoundRegular';
    padding-bottom: 8px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

#colorbox .fill_profile_window header, #colorbox .fill_profile_window div{margin: 0 !important; padding: 0 !important;}
#colorbox .fill_profile_window div.half{margin-top: 10px !important;}
#colorbox .fill_profile_window div.dates{margin-bottom: 20px !important;}
#colorbox  .fill_profile_window .names input{background: url("../images/input_name.png") no-repeat scroll 155px center ;}
#colorbox .fill_profile_window .street input, .fill_profile_window #colorbox .city input{background: url("../images/input_address.png") no-repeat scroll 155px center ;}
#colorbox .fill_profile_window .dates input{background: url("../images/content_icns.png") no-repeat scroll 159px -77px ;}
#colorbox .register_window .dates input{background: url("../images/content_icns.png") no-repeat scroll 340px -77px #f9f9f9;}
#colorbox .fill_profile_window header .subheading{
    margin-top: 10px;
    text-align: center;
}
#colorbox .fill_profile_form{width: 100% !important; padding: 0 !important;}
#colorbox .fill_profile_form p input[type="text"]{
    margin-left: 20px;
    float: left;
    width: 130px !important;
}

#colorbox .fill_profile_form p{width: 100%; padding-bottom: 0 !important;}

/* Error page */
.error_page {
	margin: 70px 0;
	text-align: center;
}
.error_page h1 {
	margin: 20px 0;
	font-size: 30px;	
}
.error_page h3 {
	margin: 15px 0;
	font-size: 24px;
	font-family: 'CreteRoundRegular';
}
.dropzone .dz-default.dz-message {
	text-align: center;
}
.dropzone a.dz-remove {
	font-size: 11px;
}
.photoalbums_dropzone .dz-remove {
	display: none !important;
}
#nove_foto .dropzone {
	margin-bottom: 20px	
}
