* {
	margin: 0;
	padding: 0;
	outline: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
    width: 100%;
    height: auto;
    min-height:100%;
    background: #fff;
}
body {
    font-size: 16px;
	line-height: 1.4;
	white-space: normal;
	color: #5c5b5;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
img{
    border: 0;
    padding: 0;
    margin: 0;
}
a {
	text-decoration: none;
}
ul, ol {
	list-style: none;
}
.clearfix:before,
.clearfix:after {
	content: '';
	display: table;	
}
.clearfix:after {
	clear: both;
}
/*header*/
#wrapper {
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
}
header {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
	background: #fff;
    z-index: 99999;
    -webkit-box-shadow: 0px 4px 10px #5C5B5B;
    -moz-box-shadow: 0px 4px 10px #5C5B5B;
    box-shadow: 0px 4px 10px #5C5B5B;
}
.header {
    background: transparent;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.left_menu {
    position: relative;
    width: 75%;
    text-align: left;
    float: left;
    padding: 15px 0px 15px 50px;
}
.right_menu {
    position: relative;
    width: 25%;
    text-align: right;
    float: right;
    padding: 30px 58px 23px 0px;
}
.logo {
    position: relative;
    width: 28%;
    text-align: left;
    float:left;
}
.menu {
    position: relative;
    width: 72%;
    text-align: left;
    float: right;
}
.logo a {
    position: relative;
    display: inline-block;
    width: 100%;
}
.logo img {
    display: block;
    max-width: 100%;
    height: auto;
}
nav {
    position: relative;
    width: 100%;
    text-align: left;
}
nav ul {
    display: inline-block;
    width: 100%;
}
nav ul li {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 26px;
    cursor: pointer;
}
nav ul li a {
    display: inline-block;
    font-size: 20px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #5c5b5b;
    cursor: pointer;
}
nav ul li a:hover {
    color: #ff902c;
}
.action_bar {
    position: relative;
    width: 100%;
    text-align: right;
}
.action_bar ul {
    display: inline-block;
    width: 100%;
    height: 50px;
}
.action_bar ul li {
    display: inline-block;
    width: 47px;
    height: 47px;
    vertical-align: top;
    background: #fff;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    cursor: pointer;
}
.action_bar ul li:hover {
    background: #f2f2f2;
} 
.action_bar ul li a {
    cursor: pointer;
    display: block;
    width: 100%;
    height: auto;
    color: #5c5b5b;
    font-size: 30px;
    text-align: center;
}
.action_bar ul li a:hover {
    color: #ff902c;
} 
.menu_active {
    color: #ff902c !important;
}
.active_action>a {
    color: #ff902c !important;
}
.active_action {
    background: #f2f2f2 !important;
}
/*profile*/
.profile_wrap {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 0px;
}
.profile_avatar {
    position: relative;
    width: 21%;
    float: left;
    text-align: left;
    -webkit-box-shadow: -10px 10px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -10px 10px 4px rgba(0, 0, 0, 0.25);
    box-shadow: -10px 10px 4px rgba(0, 0, 0, 0.25);
}
.profile_descr {
    position: relative;
    width: 79%;
    float: right;
    text-align: left;
}
.profile_img {
    position: relative;
    width: 100%;
    padding-bottom: 5px;
    text-align: center;
}
.profile_img_properties {
    position: relative;
    width: 100%;
    text-align: center;
}
.user_avatar {
    position: relative;
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.avatar_rounded {
    border-radius: 50%;
}
.avatar_square {
    border-radius: 0%;
}
.properties {
    position: relative;
    display: inline-block;
    width: 32%;
    height: 40px;
    vertical-align: top;
}
.prop_left {
    text-align: left;
}
.prop_center {
    text-align: center;
}
.prop_right {
    text-align: right;
}
.properties span {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: top;
    background: #fff;
    cursor: pointer;
}
.properties span a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    font-size: 22px;
    cursor: pointer;
    text-align: center;
    color: #5c5b5b;
    padding: 4px;
}
.active_prop {
    -webkit-box-shadow: inset -5px 4px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -5px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset -5px 4px 4px rgba(0, 0, 0, 0.25);
}
.remove {
    color: #d0000c !important;
}
/* screen_saver */
.screen_saver {
    position: relative;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    text-align: center;
    background-image: url("img/1368-768.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-width: 100%;
    padding-bottom: 60px;
    padding-top: 100px;
}
.footer {
    position: fixed;
    content: "";
    width: 100%;
    height: 60px;
    bottom: 0;
    right: 0;
    background-color: rgba(92,91,91,.1);
    text-align: left;
}
.footer:before,
.footer:after {
    content: '';
    display: table;	
}
.footer:after {
    clear: both;
}
.social_media  {
    position: relative;
    width: 49%;
    height: 100%;
    text-align: right;
    padding: 10px 15px;
    float: right;
}
.item {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    margin-right: 10px;
}
.item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.item img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
}
.copyright {
    position: relative;
    width: 49%;
    height: 100%;
    text-align: left;
    padding: 19px 15px 10px 15px;
    float: left;
}
.copyright p {
    display: inline-block;
    color: #5c5b5b;
    font-size: 14px;
}
/* media*/
@media screen and (max-width: 900px) {
    .screen_saver {
        background-size: 200%;
    } 
    
    .copyright p {
        font-size: 12px;
    }
    
    #wrapper {
        margin-top: -60px;
    }
}
