/* --------------------------------------------
	СЕТКА
-------------------------------------------- */

#container {
    margin: 0 auto 20px;
    width: 1195px;
    clear: both;
}

#header-dubl {
    position: relative;
    padding: 15px 30px 8px;
    height: 40px;
    margin-bottom: 10px;
}

#header {
    background: #00b5e0;
    position: relative;
    padding: 5px 20px 10px 20px;
    border-radius: 0 0 4px 4px;
    margin: 0 auto;
    box-shadow: 0 0 7px -3px #000;
    z-index: 3;
    width: 1155px;
}
#header.fixed {
    position: fixed;
    top: 0;
    height: 45px;
    left: 50%;
    margin-left: -598px;
}

#nav {
    display: inline-block;
}

#wrapper {
    overflow: hidden;
    position: relative;
    clear: both;
    zoom: 1;
    padding: 30px 20px;
    background: #F0F0F0;
    box-shadow: 0 0 7px -3px #000, 0 1px 0 0 #fff inset;
    border-radius: 4px 4px 0 0;
}

#content {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 76%;
    margin-left: 2%;
    background: #fff;
    position: relative;
    padding: 25px;
    box-shadow: 0 0 20px -10px #000;
    box-sizing: border-box;
    margin-right: -10px;
}
#content.masonry-on {
    padding: 0;
    box-shadow: none;
    background: none;
}
#content.bigpreview-on {
    padding: 0;
    box-shadow: none;
    background: none;
}
#content.profile-page {
    box-shadow: none;
    margin-bottom: 0;
    padding: 0;
    background: none;
    width: 75%;
    margin-left: 3%;
}
#content.profile-page .content-profile {
    background: #fff;
    position: relative;
    padding: 25px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

#content.people-page,
#content.blog-page {
    box-shadow: none;
    margin-bottom: 0;
    padding: 0;
    background: none;
}

#content.blog-page .blog-topics {
    background: #fff;
    position: relative;
    padding: 25px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 55px;
}
#content.blog-page .blog-topic .topic {
    background: #fff;
    position: relative;
    /*padding: 25px;*/
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 55px;
}
#content.blog-page .blog-topics.masonry-on {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    color: #666666;
    font-size: 14px;
    padding: 0;
    text-shadow: 0 1px 0 #FFFFFF;
}



#sidebar {
    /*margin-top: -75px;*/
    float: right;
    width: 22%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#footer {
    background: #00B5E0;
    position: relative;
    z-index: 2;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 20px;
    padding: 18px 20px 20px;
    border-radius: 0 0 4px 4px;
    font-family: "PT Sans", sans-serif;
    font-size: 12px;
    box-shadow: 0 6px 20px -7px #000;
    color: #fff;
}
#footer a {
    color: #fff;
}
#footer h6 {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
}
#footer div {
    display: inline-block;
    vertical-align: top;
}

#footer .table-foot {
    width: 100%;
    clear: both;
    font-size: 13px;
    margin-top: 25px;
}
#footer .table-foot ul {}
#footer .table-foot li {
    margin-bottom: 5px;
}
#footer .table-foot li a {}
#footer .table-foot li a:hover {
    text-decoration: underline;
}

#footer .table-foot .colums {
    float: left;
    margin-right: 65px;
}
#footer .table-foot .colums .title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}


#footer .table-foot .colums-profi {
    float: right;
    position: relative;
    margin-right: 35px;
}
#footer .table-foot .colums-profi .exit a {
    color: #9aecff;
}
#footer .table-foot .colums-profi .title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}
#footer .table-foot .colums-profi .ava {
    position: absolute;
    border-radius: 70px;
    display: inline-block;
    background: #fff;
    width: 40px;
    height: 40px;
    left: -60px;
    top: -12px;
    position: absolute;
}
#footer .table-foot .colums-profi .ava img {
    width: 34px;
    height: 34px;
    border: 3px solid #FFF;
    border-radius: 70px;

}

#footer .colum {}
#footer .colum li {
    line-height: 15px;
}
#footer .colum:last-child {
    margin-right: 0;
    width: 300px;
    padding-top: 5px;
}

#footer .mini-logo {
    background: url("../images/logo.png") no-repeat;
    width: 120px;
    height: 44px;
    display: block;
    float: left;
    position: relative;
    top: 2px;
}
#footer .mini-txt {
    line-height: 45px;
    margin-left: 7px;
    font-size: 15px;
    position: relative;
    top: 2px;
}
#footer .soc li {
    margin-right: 10px;
    float: right;
}
#footer .soc li:first-child {
    margin-right: 0;
}
#footer .fb a {
    background: url("../images/ico-49.png") no-repeat;
    display: block;
    height: 37px;
    width: 36px;
}
#footer .tw a {
    background: url("../images/ico-48.png") no-repeat;
    display: block;
    height: 37px;
    width: 36px;
}
#footer .gp a {
    background: url("../images/ico-51.png") no-repeat;
    display: block;
    height: 37px;
    width: 36px;
}
#footer .od a {
    background: url("../images/ico-53.png") no-repeat;
    display: block;
    height: 37px;
    width: 36px;
}
#footer .ins a {
    background: url("../images/ico-47.png") no-repeat;
    display: block;
    height: 37px;
    width: 36px;
}
#footer .vk a {
    background: url("../images/ico-52.png") no-repeat;
    display: block;
    height: 37px;
    width: 36px;
}

.copy-foot {
    margin-bottom: 40px;
    color: #FFF;
    padding: 0 12px 0 22px;
    overflow: hidden;
}
.copy-foot a {
    color: #fff;
    margin-right: 15px;
    text-decoration: underline;
}
.copy-foot a:hover {
    text-decoration: none;
}

#footer .soc a:hover {
    opacity: 0.7;
}

#content.content-full-width {
    width: 100%;
    margin-right: 0;
}

#content.content-right {
    margin-right: 0;
    float: none;
    margin-left: 311px;
    width: auto;
}

#sidebar.sidebar-left {}