body {
    font-family: 'Roboto', sans-serif;
    margin-top: 110px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

h1 {
    font-size: 60px;
	line-height: 70px;
	 -ms-word-break: break-all;
     word-break: break-all;

     // Non standard for webkit
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

h3 {
    font-size: 27px;
	line-height: 37px;
    margin-bottom: 35px;
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
	margin-top:0px;
}

.loading-container {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
}

.pulse {
    border: 3px solid #999;
    height: 30px;
    width: 30px;
    position: absolute;
    left: -15px;
    top: -15px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

nav {
    background-color: #FFF;
    padding-top: 20px;
}

.navbar {
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

nav .navbar-nav>li>a {
    color: #000;
    text-decoration: underline;
    padding: 15px 10px;
	font-size 14px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

.nav>li.active>a {
    color: #929c76;
    font-weight: 700;
    text-decoration: none;
}

.navbar-fixed-top {
    top: 0px;
}

.navbar-toggle {
    border: 1px solid #000;
}

.navbar-toggle .icon-bar {
    background-color: #000;
}

.container>.navbar-collapse,
.collapsing {
    background-color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 992px) {
    nav .navbar-nav>li>a {
        padding: 15px;
    }
}

@media (min-width: 768px) {
    .container>.navbar-collapse {
        background-color: transparent;
    }
    .subnav li:first-of-type a {
        padding-left: 0px;
    }
}

.subnav a {
    color: #000;
    text-decoration: underline;
    font-size: 14px;
}

.subnav li.active a {
    font-style: italic;
    text-decoration: none;
    color: #9da584;
}

.collapse.in .navbar-nav>li>a,
.collapsing .navbar-nav>li>a {
    text-shadow: none;
    text-align: center;
}

.navbar-brand {
    height: auto;
    padding: 0px 0px 0px 15px;
}

.navbar-brand img {
    width: 85px;
    height: 40px;
}

.navbar-nav li span {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px;
    position: relative;
    display: block;
}

@media (min-width: 768px) {
    .navbar-nav li span {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

footer {
    height: 64px;
    bottom: 0;
    margin-bottom: 84px;
    right: 0;
    left: 0;
    z-index: 3;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-top: 135px;
}

footer .container {
    border-top: 1px solid #e4e4e4;
    padding-top: 50px;
    line-height: 30px;
}

footer a {
    color: #000;
    text-decoration: underline;
}

footer a:focus,
footer li>a:hover {
    color: #000;
    text-decoration: none;
}

footer ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

footer li {
    z-index: 5;
    position: relative;
    padding: 0;
}

footer ul.navbar-left {
    float: left!important;
}

footer ul.navbar-right {
    float: right!important;
}

.banner {
    width: 100%;
    margin: 30px 0 60px 0;
    height: 630px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ozon {
    text-decoration: none;
    color: #65c1d1;
}

.hidden-xs.hidden-sm.col-md-offset-1.col-md-2.col-lg-offset-2.col-lg-2,
.protos {
   
    color: #929c76;
    font-family: 'PT Serif', serif;
    line-height: 30px;
}


.hidden-xs.hidden-sm.col-md-offset-1.col-md-2.col-lg-offset-2.col-lg-2 p,
.protos p {
    margin-bottom: 0px;
}

.hidden-xs.hidden-sm.col-md-offset-1.col-md-2.col-lg-offset-2.col-lg-2 img,
.protos img {
    margin-bottom: 15px;
}
.row > .col-xs-12.col-sm-12.col-md-9.col-lg-8, .row > .col-xs-12.col-sm-12.col-md-9.col-lg-8 > .row > .col-xs-12 {
	margin-bottom:30px;
}
.content p {
    line-height: 24px;
	font-size: 16px;
	line-height: 26px;
}

.content .row > div:first-of-type p img {
    margin-top: 30px;
    margin-bottom: 15px;
}

.zak .eq-h {
    text-align: center;
    margin-bottom: 100px;
    line-height: 1.5;
}

.zak .eq-h img {
    margin-bottom: 50px;
}

.zak .eq-h h4 {
    line-height: 1.5;
}

@media (min-width: 768px) {
    .isp .creds {
        display: table;
        width: 100%;
    }
    .isp .creds > div {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}

.isp .creds {
    margin-bottom: 15px;
}

.isp h3 {
    margin-bottom: 15px;
}

.feedback > div {
    margin-bottom: 60px;
}

.feedback .whois {
    position: relative;
}

.feedback .protos a {
    color: #929c76;
    font-family: 'PT Serif', serif;
    text-decoration: underline;
}
.row .hidden-xs.hidden-sm.col-md-offset-1.col-md-2.col-lg-offset-2.col-lg-2 a {
	color: #929c76;
    font-family: 'PT Serif', serif;
    text-decoration: underline;
}

.feedback .whois-detail {
    font-style: italic;
    margin-bottom: 30px;
}

.feedback .verdikt p {
    line-height: 24px;
}

@media (min-width: 768px) {
    .feedback h3,
    .feedback .whois-detail {
        padding-left: 30px;
        padding-right: 30px;
    }
    .feedback .verdikt {
        padding: 20px 30px;
        border: 1px solid #c6c6c6;
    }
    .feedback .verdikt p:last-of-type {
        margin-bottom: 0px;
    }
    .feedback .whois-img {
        position: absolute;
        top: 0;
        left: -135px;
        width: 150px;
        height: 150px;
        border-radius: 75px;
        background-color: #fff;
        border: 1px solid #c6c6c6;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

.chrono {
    width: 100%;
    vertical-align: top;
}

.chrono tr > td:first-of-type {
    background: url(../images/line.png) repeat-y center top;
    width: 34px;
    min-height: 34px;
    vertical-align: top;
}

.chrono tr > td:last-of-type {
    padding-left: 20px;
    padding-bottom: 40px;
}

.chrono tr > td:last-of-type h2 {
    margin-top: 0px;
}

.chrono tr:last-of-type > td:first-of-type {
    background: transparent;
}

.example p,
.example ul,
.example ol {
    padding: 0;
    margin: 1em 0;
}

.example li {
    margin: 0.5em 0 0.5em 1.3em;
}

.example ul {
    list-style-type: none;
    //list-style-image: url('li.gif');
}

.example ul li {
    padding: 0;
    behavior: expression( ( !this.before && parentNode && parentNode.tagName=='UL') ? ( this.before=true) & ( parentNode.style.listStyleImage='none') & ( ( this.firstChild && this.firstChild.firstChild) ? ( this.firstChild.style.marginTop='-1.2em') & ( this.firstChild.style.position='relative'): '') & ( eNOBR=document.createElement( '<nobr style="position: relative; display: block; width: 1.25em; left: -1.25em; margin: 0 -1.25em -1.2em 0;" />')) & ( eNOBR.innerHTML='&mdash;&nbsp;') & ( this.insertBefore( eNOBR, this.firstChild)): '');
}

.example ul>li:before {
    content: '\2014\a0';
    float: left;
    margin-left: -1.25em;
}

.example ul>li>*:first-child:-moz-first-node {
    margin-top: -1.2em;
}

.example ul>li>* {
    text-indent: 0;
}

.example .sup {
    position: relative;
    top: -0.5em;
    font-size: 0.75em; //font-size: 0.89em;
    line-height: 0;
    vertical-align: baseline;
}
.verdikt h2 {
  margin-top: 10px;
}
.google-map-api {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#map-canvas {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
	
	