html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

section, header, footer, nav, div, span, ul, li, a {
    box-sizing: border-box;
}

/*header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #f2f2f2;
}

header nav {
}

header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header ul li {
    display: inline-block;
    padding: 0 20px;
}

header ul a {
    font-weight: 700;
    text-decoration: none;
    color: #4d4d4d;
    height: 50px;
    display: block;
    position: relative;
}

header ul a span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}*/

.page-template-page-gor section {
    float: left;
    display: grid;
    height: 100vh;
	align-items: center;
    margin: 0;
}

.horizon-prev, .horizon-next {
    position: fixed;
    top: 50%;
    margin-top: -24px;
    z-index: 9999;
}

.horizon-prev {
    left: 20px;
}

.horizon-next {
    right: 20px;
}



.page-template-page-gor .page-content,
.page-template-page-gor .entry-content,
.page-template-page-gor .entry-summary {
  margin: 0px;
}

.page-template-page-gor h1, .page-template-page-gor h2 {
    line-height: 64px;
    margin-bottom: 15px;
    font-size: 46px;
    font-weight: 700;
    width: 600px;
    text-transform: uppercase;
}

.bull ul li { display: inline; color:#fff;}
.bull ul li a {/*color:#03c4eb;*/color:#000; text-decoration:none; font-size:22px}
.bull ul li.active a, .bull ul li a:hover, .main-navigation ul li.active a {color:#03c4eb;}
.entry-content .bull ul>li:before {display:none}
.bull {position: fixed;
    left: 0px;
    margin-top: 0px;
    z-index: 99990;
    height: 50px;
    width: 100%;
    background: transparent;
    bottom: 0px;
	display: grid;
    justify-content: center;}



.main-header {
	position: fixed;
    left: 0px;
    margin-top: 0px;
    z-index: 99990;
    height: 70px;
    width: 100%;
    background: transparent;
    top: 0px;
	}

.site-footer {
	display:none;
	}
	
.breadcrumbs {display:none}
header.page-header {display:none}


.main-header .container {width:1340px}