html {
    font-size: 14px
}

* {
	box-sizing:border-box;
}

.upbtn {
	display:none !important;
}

html,
body {
    height: 100%;
    overflow: visible;
    font-family: 'Roboto', sans-serif;
    background: #000;
    color: #FFF
}

body {
    font-size: 1em;
    line-height: 1.429
}

main {
    height: 100%;
	margin:0;
	padding:0;
}

h2 {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px
}
 
h3 {
	font-size:17px;
}

.thumbnail h4 a {
	color:#FFF;
}

p.more a {
	color:#FFF; 
}

#articles .bgimg {
	background-image:url('/public/assets/design/sene/2018-Galvenaa.jpg');
	opacity:0.4; 
}

a,
a:active,
a:focus {
    color: #dab714
}

a:hover {
    color: #FFF
}

section.block {
	margin:0;
	position:relative;
}

section.block.content {
    padding: 30px 0
}

section.block.main {
    height: 100%;
    position: relative
}

section.block > .bgimg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-in;
    -ms-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

section.block > .bgimg.ready {
    opacity: 1
}

section.block > .container {
    position: relative;
    z-index: 2;
    height: 100%
}

section.block.map {
    height: 100%
}

section.block.map .map__map {
    width: 100%;
    height: 85%;
    background: #444
}

section.block.map .map__map iframe {
    width: 100%;
    height: 100%
}

section.block.map .map__controls {
    height: 15%;
    background: #dc3d10;
    position: relative
}

section.block.map .map__controls .container {
    height: 100%;
    position: relative
}

section.block.map .map__button {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    margin-top: -29px
}

section.block.map .map__button .button {
    width: 70%;
    margin: auto
}

section.block.voting {
    background: #81a235;
    background: -moz-radial-gradient(center, ellipse cover, #81a235 0%, #4d6523 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #81a235 0%, #4d6523 100%);
    background: radial-gradient(ellipse at center, #81a235 0%, #4d6523 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#81a235', endColorstr='#4d6523', GradientType=1)
}

section.block.prize {
    background: #97a134
}

section.block.news {
    background-image: url("/images/sene/bg-2-2.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

section.block.stats {
    background: #686c26;
    background: -moz-radial-gradient(center, ellipse cover, #686c26 0%, #383b11 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #686c26 0%, #383b11 100%);
    background: radial-gradient(ellipse at center, #686c26 0%, #383b11 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#686c26', endColorstr='#383b11', GradientType=1)
}

.site-logo {
    margin-top: 30px;
    margin-bottom: 60px;
    position: relative;
    left: -32px;
	width:325px;
}

nav.controls {
    width: 25%
}

nav.controls>a+a {
    margin-top: 15px;
}

.button {
    display: block;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 1.25em;
    background-size: contain;
    position: relative;
    border-top: solid 4px #FFF;
    border-bottom: solid 4px #FFF;
    margin: 0 30px;
	border-left:none;
	border-right:none;
}

.button span {
    height: 45px;
    line-height: 45px
}

.button,
.button span::before,
.button span::after,
.button::before,
.button::after {
    -webkit-transition: all 140ms ease-in;
    -moz-transition: all 140ms ease-in;
    -ms-transition: all 140ms ease-in;
    -o-transition: all 140ms ease-in;
    transition: all 140ms ease-in;
	outline:none;
}

.button span::before,
.button span::after,
.button::before,
.button::after {
    height: 37px;
    background: #fff;
    width: 4px;
    content: "";
    display: block;
    position: absolute
}

.button::before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -8px;
    left: -14px
}

.button::after {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: -8px;
    left: -14px
}

.button span {
    display: block
}

.button span::before {
    right: -14px;
    top: -8px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.button span::after {
    right: -14px;
    bottom: -8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.button:hover {
    border-color: #dab714;
    color: #dab714;
    text-decoration: none
}

.button:hover span::before,
.button:hover span::after,
.button:hover::before,
.button:hover::after {
    background: #dab714
}

ul.supporters {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
	padding-left: 5%;
    padding-top: 6%;
    padding-right: 6%;
    padding-bottom: 2%;
    z-index: 20;
}

ul.supporters>li {
    display: inline-block;
    position: relative;
    z-index: 3;
}

ul.supporters>li img {
	display:block; 
	width:130px; 
}

ul.supporters>li+li {
    margin-left: 30px
}

nav.mainnav {	
	position: absolute;
    top: 45px;
    right: 0;
}

nav.mainnav>a {
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700
}

nav.mainnav>a:hover {
    text-decoration: underline
}

nav.mainnav>a+a {
    margin-left: 15px
}

article.thumb {
    margin-bottom: 60px
}

article.thumb figure {
    margin-bottom: 15px
}

article.thumb figure img {
    box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.3);
    display: block;
    width: 100% !important;
    height: auto !important;
}

article.thumb figcaption .button {
    width: 60%;
    margin: auto
}

article.thumb figcaption a {
    color: #FFF
}

article.thumb.article figure {
    margin-bottom: 15px;
}

article.thumb.article figure img {
    box-shadow: none
}

article.thumb h3 {
    margin: 0 0 15px 0;
    font-size: 20px;
	text-transform:none;
	border:none;
	padding:0;
	line-height:1.2;
}

article.thumb h5 {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
	text-transform:none;
}

.paging {
    text-align: center
}

.paging .pagination>li>a,
.paging .pagination>li>span {
    background: none;
    border: none;
    color: #FFF;
    font-weight: 700;
    font-size: 28px;
    width: 46px;
    height: 46px;
    line-height: 35px
}

.paging .pagination>li.first>a,
.paging .pagination>li.last>a {
    font-size: 55px;
    line-height: 27px
}

.paging .pagination>li.active>a {
    background: #dab714;
    border-radius: 100%
}

.mainfooter {
    border-top: solid 2px rgba(255, 255, 255, 0.3);
    text-align: center;
    padding-top: 15px;
    font-size: 1.125em
}

.graph {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 60px
}

.graph>li {
    display: table-cell;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25em
}

.graph>li h6 {
    margin: 0
}

.graph>li img {
    display: block;
    margin: auto;
    margin-bottom: 5px
}

.graph>li .graph__bar {
    display: block;
    height: 200px;
    position: relative;
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
    border-bottom: solid 2px #A5A960
}

.graph>li .graph__bar span {
    display: block;
    width: 70%;
    left: 15%;
    background: #838832;
    position: absolute;
    bottom: 0
}




/*# sourceMappingURL=main.css.map */

ul.supporters::after {
    content: "";
    display: block;
    background: white;
    width: 63%;
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0;
    border-radius: 100% 0% 0% 0%;
    z-index: 1;
}

ul.supporters::before {
    content: "";
    display: block;
    background: white;
    width: 370px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    border-radius: 0% 100% 0% 0%;
    z-index: 1;
}

#cboxContent {
    color: #000;
}

form li {
    float: none;
    padding: 0 0 10px;
}

form li:last-child {
    padding-bottom: 5px;
}

form li select,
form li input,
form li textarea {
    display: block;
    margin: 0;
    padding: 7px 5px;
    width: 238px;
    background: #fff;
    border: 1px solid #20568F;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font: normal 12px arial;
}

input.submit {
    background: #307a25;
    border: solid 1px #307a25;
    color: #FFF;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 3px;
}

#sene_other_breed.hidden {
    display: none;
}

#sene-add-popup p {
    padding: 5px;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

#sene-add-popup p.sene-thanks {
    display: none;
}

#sene-add-success {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#sene-add-success .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
}

#sene-add-success .box {
    width: 250px;
    position: absolute;
    top: 50%;
    left: 40%;
    background-color: #fff;
    box-shadow: 5px 5px 10px #337d26;
    border-radius: 5px;
    z-index: 100;
}

#sene-add-success .box header {
    background-color: #337d26;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

#sene-add-success .box header h3 {
    padding: 5px;
    border-radius: inherit;
    margin: 0;
}

#sene-add-success .box p {
    padding: 5px;
    margin: 0;
    color: #000;
    line-height: 1.2em;
}

#sene-add-success .box div {
    padding: 10px;
    text-align: center;
}

#sene-add-success .box div a {
    display: inline-block;
    padding: 3px;
    background-color: #337d26;
    color: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #337d26;
}

.sene-add-form {
    width: 300px;
	color:#444;
	overflow:hidden !important;
	padding-bottom:10px;
}

.form-err-msg {
	color: red;
    font-weight: bold;
    font-size: 11px;
    padding-top: 6px;
}

.sene-add-form header {
	padding-top:15px;
}

.sene-add-form section {
	padding-right:10px;
}

.seneVotePanel {
	background:#81a235;
    margin-bottom: 30px;
    padding: 20px 30px;
    color: #FFF;
    position: absolute;
    top: 0;
    height: 100%;
    width: 25%;
    opacity: 1;
    right: 0;
    padding-top: 60px;
}

.seneVotePanel .login-buttons > div {
	margin:0;
}

.seneVotePanel .login-buttons > div > ul {
	display:block;
	color:#FFF;
}

.seneVotePanel .login-buttons > div > ul > li {
	display:block;
	border-color:rgba(255,255,255,0.6);
}

.seneVotePanel .login-buttons > div > ul > li > a {
	color:#FFF;
}

.seneVotePanel .login-buttons > div > ul > li > a:hover {
	background:rgba(255,255,255,0.2);
}

.seneVotePanel .login-buttons > div > ul > li > a > i {
	font-size:24px;
	top:0;
}

.seneVotePanel .login-buttons > div > ul > li + li {
	margin-top:5px;
}

.sene-open-descriptions {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:30px;
}

.sene-open-descriptions li strong {
	
}

.seneVotePanel h3 {
    text-align: center;
}

.seneVotePanel h5 {
	margin-bottom:5px;
}

.seneVotePanel .new-social {
    margin: 7px 0px 10px 215px !important;
}

#seneVoteBtn button {
    background: none repeat scroll 0 0 #337d26;
    border-radius: 3px;
    border: solid 1px #337d26;
    color: #fff;
    display: inline;
    font-weight: bold;
    padding: 3px 8px;
    text-align: center;
}

#seneVoteBtn {
    text-align: center;
    margin-bottom: 5px;
}

.seneVotePanel ul.new-social {
    list-style: none;
}

.seneVotePanel .new-social {
    margin: 7px 0px 10px 215px !important;
}

.seneVotePanel .new-social span.icon {
    box-sizing: content-box;
}

.seneVotePanel .user-box {
    float: left;
    padding: 0 10px 0;
    width: 49%;
}

.seneVotePanel .user-box {
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.75));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.75)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.75));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.75));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.75));
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
}

.seneVotePanel .user-box p {
    min-height: auto;
    margin: 0 0 7px;
    font-weight: bold;
}

.popup-gallery {
    margin-bottom: 10px;
}

.user-box .social {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.user-box .social li {
    /*width: 25%;*/
    float: left;
    text-align: center;
    background: #ff6500;
    position: relative;
}

.user-box .social li+li {
    margin-left: 5px;
}

.user-box .social li a {
    display: block;
    color: #ffffff;
    height: auto;
    padding: 6px 10px;
    font-size: 13px;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 100;
    width: 100%;
}

.user-box .social li.twitter {
    background: #00c0ff;
}

.user-box .social li.facebook {
    background: #3a589a;
}

.user-box .social li.plusone {
    background: #df5e3a;
}

#cboxOverlay {
    background-color: #000;
}

#cboxLoadedContent {
    border: none;
}

#cboxClose {
	
}

.sene-overlay {
    padding:40px 45px 35px;
	color:#FFF;
}

.sene-overlay h2 {
    font-size: 1.8em;
    text-align: left;
    color: #5c7628;
}

@media (max-width:1100px) {
	nav.controls .button {
		font-size:1em;
	}
}

@media (max-width: 767px) {
    .sene-overlay {
        padding: 20px;
    }
}

.comments {
    display: none;
}


#seneView {
	position:relative;
	height:100%;
}

#seneMainImage {
	height:100%;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	left:0;
	top:0;
	width:75%;
}

#seneMainImage .sene-vote {
	display:none;
}

.seneMainImage__pager {
	position:absolute;
	top:50%;
	font-size:34px;
	margin-top:-10px;
	cursor:pointer;
}

.seneMainImage__pager.prev {
	left:2%;
}

.seneMainImage__pager.next {
	right:2%;
}

#sene-voting-button .spinner {
	margin-top:10px;
}

.sene-share {
	margin-bottom:15px;
}

.share>div>ul>li>a>i {
	position:relative;
	top:1px;
}

.sene-vote-close {
	display:none;
}

@media (max-width: 767px) {
	nav.mainnav {
		position:static;
	}
	
	#seneMainImage .sene-vote {
		display: block;
		position: absolute;
		/* width: 77%; */
		bottom: 10px;
		left:0;
		width: 100%;
		padding:0 10px;
	}
	
	#seneMainImage {
		width:100%;
	}
	
	.sene-vote-close {
		display:block;
		margin-top:10px;
	}
	
	.seneVotePanel {
		transition:all 120ms linear;
		width: 100%;
		right: auto;
		padding: 30px;
		height: auto;
		bottom: 0;
		top: auto;
		margin: 0;
		transform:translateY(100%);
		padding-bottom:10px;
	}
	
	.seneVotePanel.show {
		transform:translateY(0);
		display:block;
	}
	
	section.block > .bgimg.ready {
		opacity:0.4;
	}
	
    .block.main {
        height: auto !important
    }
    .block.main .site-logo {
        left: 0;
        margin: auto;
        width: 80%;
        display: block;
        margin-bottom: 30px
    }
    .block.main nav.mainnav {
        float: none;
        margin-bottom: 30px;
		
    }
	
    .block.main nav.mainnav>a {
        display: block;
        text-align: center;
        margin: 0;
		padding:5px 0;
    }
    .block.main nav.controls {
        width: 100%;
        margin-bottom: 30px
    }
    .block.main ul.supporters {
        position: static;
        background: #FFF;
    }
    .block.main ul.supporters:before,
    .block.main ul.supporters:after {
        display: none;
    }
    .block.main ul.supporters>li {
        display: block;
        text-align: center
    }
    ul.supporters>li+li {
        margin-left: 0
    }
    .block.map .map__button {
        position: static !important;
        margin-top: 0 !important;
        padding-top: 15px
    }
    .block.map .map__button .button {
        font-size: 16px;
        width: 100% !important;
        border: solid 2px #FFF;
        line-height: 1.4;
        height: auto;
        margin: 0 !important;
        white-space: normal;
		padding:7px 0;
    }
    .block.map .map__button .button::before,
    .block.map .map__button .button::after {
        display: none
    }
    .block.map .map__button .button span {
        height: auto;
        line-height: 1.4
    }
    .block.map .map__button .button span::before,
    .block.map .map__button .button span::after {
        display: none
    }
    .block.stats .graph {
        display: block;
        overflow: hidden
    }
    .block.stats .graph>li {
        display: block;
        float: left;
        width: 20%;
        height: 310px;
        position: relative
    }
    .block.stats .graph>li img {
        max-width: 100%
    }
    .block.stats .graph>li h6 {
        font-size: 8px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }
}

p.season {
	margin: 0;
    width: 25%;
    text-align: center;
    margin-top: 15px;
    background: rgba(0,0,0,0.6);
    padding: 5px;
}

p.season strong {
	display: block;
	margin-bottom: 3px;
}

p.season a {
	
}

p.season a.active {
	color:#FFF;
	font-weight:bold; 
}

p.season a + a { 
	margin-left: 10px;
} 