body {
    position: relative;
    color: #000000;
    font-family: 'Jura';
	margin:0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
    outline: none;
}
a{
    -webkit-transition: linear .25s;
    -o-transition: linear .25s;
    transition: linear .25s;
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
ul , ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6 , p {
    font-weight: normal;
	margin: 0;
}
::-webkit-input-placeholder {
  color: darkgrey;
}
::-moz-placeholder {
  color: darkgrey;
}
:-ms-input-placeholder {
  color: darkgrey;
}
:-moz-placeholder {
  color: darkgrey;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.dtitle {
	color: #898989;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;	
}
.dstitle {
    color: #707070;
    font-size: 12pt;
    margin-bottom: 35px;
    text-align: center;
    text-decoration: none;
}
.copyright {
    background-color: #252525;
    color: #ffffff;
    font-size: 14px;
    padding: 20px 0;
}
.copyright-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mod_partners {
    background-image: url(/images/annazora/annazora_partners.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 100px;
    text-align: center;
    font-size: 22px;
}
.name-partners {
    color: #222020;
    font-size: 29px;
}
.desc-partners {
    font-size: 20px;
    margin-top: 20px;
}
.back-to-top {
    position: fixed;
    bottom: 21px;
    right: 14px;
    width: 30px;
    height: 30px;
    background-color: #006f66;
    color: #f6f6f6;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 11px;
    z-index: 99999;
    display: none;
}
.article {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 10px;
}
.article > h1 {
    font-size: 29px;
    color: #363636;
    line-height: 2.2;
    margin-bottom: 30px;
}
.article > h1 > span {
    position: relative;
}
.article > h1 > span:after {
    position: absolute;
    content: '';
    background-color: #e7e7e7;
    width: 50%;
    height: 2px;
    bottom: -10px;
    left: 0;
}
.article p {
    font-size: 17px;
    line-height: 22px;
}
.article p , .article h2 {
    margin: 20px 0;
}
.fulltext > p > img {
    width: 20%;
    margin: 20px 2%;
}
.fulltext > p > img:first-child {
    margin-left: 0;
}
@media screen and (max-width: 768px) {
	.mod_partners{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 480px) {
    #camera_wrap_659 {
       display: none!important;
    }
}