body, html {
	height: 100%;
	position: relative;
}
body {
	position: relative;
	background: #000000;
}
header {
	background: #dddddd;
	box-shadow: 0 0 20px #000;
	position: relative;
	z-index: 2;
}
.video header {
	background: none;
	box-shadow: none;
	height: 100%;
}
.wrapper {
	width: 1200px;
	max-width: 97%;
	margin: 0 auto;
}
.content .wrapper {
	background: #ffffff;
	padding: 20px;
	border-top: 5px solid #005E2A;
}
.title {
	color: #dddddd;
	width: 100%;
	border-bottom: 1px solid #151515;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.wrapper, .site-branding {
	position: relative;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.site-branding {
	display: table-cell;
	height: 450px;
	vertical-align: middle;
	text-align: center;
}
.top-header {
	line-height: 25px;
	color: #ffffff;
	background: #005E2A;
	padding: 5px 3px 2px;
}
header .numbers {
	float: left;
	font-weight: bold;
	font-size: 20px;
}
header .numbers small {
	font-weight: normal;
	font-style: italic;
}
header .social-media {
	display: inline-block;
	font-size: 25px;
	float: right;
} header .social-media a {
	padding-left: 5px;
	color:#ffffff;
}
.banner {
	position: relative;
	z-index: 1;
    display: block;
    width: 100%;
    height: 600px;
    background-position: center;
    background-size: cover;
    border-bottom: 3px solid #000;
    transition: background-image ease 0.5s;
}
.banner img {
    display: none;
}
.images {
	margin: 0 auto;
	padding: 30px 0;
	background-image: url(../images/diagonals.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
}
.images #slideme {
	border: 5px solid #fff;
	max-height: 450px;
	width: 95%;
	margin: 0 auto;
}
.badge{float:right; width:175px; }
.content {
	position: relative;
	background: #151515;
	background-position: bottom;
	background-repeat: repeat-x;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding: 30px 0 30px;
	z-index: 1;
	/*background-image: url(../images/diagonals.png);*/
	background-image: url(../images/bg-page.jpg);
}
.main-left {
	width: 65%;
	float: left;
}
.main-right {
	width: 33%;
	float: right;
}
.main-right input {
	width: 100%;
}
@media screen and (max-width: 800px) {
	.main-left, .main-right {
		width: 100%;
		float: none;
	}
}
#slideme img {
	display: none;
	width: 100%;
}
#slideme img:first-child {
	display: block;
}

video {
	position: block;
}
.videobg {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(polina.jpg) no-repeat;
	background-size: cover;
	z-index: 1;
}

#videoLogo{ display:none;}
.video #videoLogo{width:1200px; max-width:97%; display:block; margin: 0 auto;}
.video #pageLogo{display:none;}

.features {
	background: #AA2221;
	margin-top: 20px;
	text-align: center;
}
.features .feature {
	position: relative;
	width: 372px;
	max-width: 98%;
	display: inline-block;
	margin: 1%;
	text-align: center;
	background: #111;
	padding: 3px 12px 5px;
	border-radius: 19px;
	cursor: pointer;
	color: #fff;
}
.features .feature img {
	border-radius: 10px;
}
.features .feature h2 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 27px;
}
.features .feature:hover ul {
	max-height: 375px;
	padding-top: 15px;
}
.features .feature ul {
	display: block;
	margin: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 0;
	background: #111;
	background: rgba(0,0,0,0.9);
	border-radius: 19px;
	max-height: 0;
	font-size: 14px;
	overflow: hidden;
	transition: padding ease-out 0.5s, max-height linear 0.5s ;
}
.features .feature li {
	line-height: 1.1;
	padding: 4px;
}
.features .feature li a {
	display: block;
	background: #dddddd;
	width: 75%;
	margin: 10px auto;
	border: 1px solid #FCFE00;
	border-radius: 20px;
	font-weight: bold;
	color: #FCFE00;
	line-height: 1.2;
	padding: 3px 0;
	text-decoration: none;
	text-transform: uppercase;
}
.features .feature li:hover a {
	background: #FCFE00;
	color: #dddddd;
}
h2.article-title a {
	color: #dddddd;
	font-weight: 100;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: #dddddd;
	border: 2px solid #dddddd;
	color: #fff;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background: #fff;
	color: #dddddd;
}

/*--------------------------------------------------------------
TABS
--------------------------------------------------------------*/
.tabs {
	position: relative;
	width: 100%;
	clear:left; 
}
.tabs .nav {
	position: relative;
	list-style: none;
	margin-left: 0;
	border-bottom: 2px solid #0e6500;
}
.tabs .nav li {
	float: left;
}
.tabs .nav li a {
	position: relative;
	border-radius: 4px 4px 0 0;
	display: block;
	padding: 3px 10px 0;
	text-transform: uppercase;
	background-color: #fff;
	line-height: 33px;
	cursor: pointer;
	z-index: 1;
}
.tabs .nav li a:hover {
	color: #000;
}
.tabs .nav li.active a {
	top: 3px;
	padding-top: 0;
	border-width: 2px;
	border-bottom-width: 0;
	border-style: solid;
	border-color: #0e6500;
	border-bottom-color: #fff;
	color: #000;
}
.tabs > div {
	display: none;
	font-size: 14px;
	line-height: 1.2;
}
.tabs div.active {
	display: block;
}
@media (max-width: 500px) {
	.tabs .nav li {
		width: 100%;
	}
	.tabs .nav li a.active {
		border-radius: ;
		padding-top: 3px;
		top: 0;
		border-bottom: 2px solid #0e6500;
		z-index: 3;
	}
}

@media screen and (max-width: 1100px) {


.anything-banner #videoLogo{width:1200px; max-width:80%; margin: 0 5px;}



	.features .feature li a {
		margin: 5px auto;
	}
}
@media screen and (max-width: 950px) {
	.features .feature li a {
		padding: 0;
	}
}
@media screen and (max-width: 850px) {
	.features .feature h2 {
		font-size: 20px;
	}
	.features .feature:hover ul {
		padding-top: 12px;
	}
}
@media screen and (max-width: 700px) {
	.features .feature li a {
		padding: 2px 0;
	}
	.features .feature:hover ul {
		padding-top: 10px;
	}
}
@media screen and (max-width: 400px) {
	.features .feature ul {
		font-size: 12px;
	}
	.features .feature:hover ul {
		padding-top: 8px;
	}
}
footer {
	padding: 30px 0 30px;
	border-top: 5px solid #005E2A;
}
footer, footer a, footer a:visited {
	color: #fff;
	font-size: 12px;
	color: rgba(255,255,255,0.75);
}
footer .left {
	float: left;
	width: 49%;
}
footer .right {
	float: right;
	width: 49%;
	text-align: right;
}
footer img {
	width: 240px;
}
@media screen and (max-width: 900px) {
	footer .left, footer .right {
		width: 100%;
		float: none;
		text-align: center;
	}
}