:root {
	--seda: #333;
	--svetleseda: #D2D3D4;
	--svetleseda2: #F5F5F5;
	--oranzova: #E94F1D;
	--tyrkysova: #00B1A9;
	--zelena: #63B381;
}
@keyframes shake {
	0% { transform: rotate(1deg); }
	50% { transform: rotate(-1deg); }
	100% { transform: rotate(1deg); }
}
img,svg {
	max-width: 100%;
}
body, html {
	color: var(--seda);
	background-color: var(--seda);
	font-size: 18px;
	line-height: 150%;
	font-weight: 400;
	height: 100%;
}
.container {
	width: 90%;
	margin: auto;
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.center {
	text-align: center;
}
header {
	float: left;
	width: 100%;
	height: 170px;
}
header.login {
	height: auto;
	padding-top: 120px;
	padding-bottom: 80px;
	text-align: center;
}
header .logo {
	width: 140px;
	position: absolute;
	top: 43px;
	left: 0px;
}
header.login .logo {
	width: 230px;
	position: relative;
	top: auto;
	left: auto;
}
header h1 {
	color: white;
	font-size: 30px;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
	position: absolute;
	top: 50px;
	left: 300px;
}
header h1 span {
	color: var(--oranzova);
}
header .btn {
	position: absolute;
	top: 62px;
	right: 20px;
	padding: 7px 28px;
	margin-left: 1px;
	color: var(--oranzova);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border: 2px solid var(--oranzova);
	border-radius: 6px;
	text-decoration: none;
	letter-spacing: 0.3px;
	transition: all .15s ease-in-out;
}
header .btn:hover {
	color: white;
	border: 2px solid var(--oranzova);
	background-color: var(--oranzova);
}
p {
	margin: 10px 0px;
}
.lightgray {
	float: left;
	width: 100%;
	background-color: var(--svetleseda);
	padding: 80px 0px;
}
.lightgray2 {
	float: left;
	width: 100%;
	background-color: var(--svetleseda2);
	padding-top: 10px;
	padding-bottom: 100px;
}
.campaign_name {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.lightgray h2,
.lightgray2 h2 {
	display: block;
	clear: both;
	color: var(--seda);
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 10px;
}
.device {
	float: left;
	width: calc(12.5% - 20px);
	aspect-ratio: 468 / 305;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 45px;
	padding: 0px 25px 13px 25px;
	transition: all .2s ease-in-out;
	background-image: url('../images/tv.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	color: var(--tyrkysova);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 17px;
	font-weight: 700;
	line-height: 120%;
	cursor: pointer;
	animation-timing-function: ease-in-out;
}
.device:hover {
	animation: shake 250ms;
}
.bar {
	float: left;
	width: 100%;
	background-color: white;
	padding: 20px 0px;
	position: relative;
}
.bar h1 {
	color: var(--seda);
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}
.bar .btn {
	position: absolute;
	top: -4px;
	right: 20px;
	padding: 9px 28px;
	margin-left: 1px;
	color: white;
	background-color: var(--svetleseda);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 6px;
	text-decoration: none;
	letter-spacing: 0.3px;
	line-height: 100%;
	transition: all .15s ease-in-out;
}
.bar .btn:hover {
	background-color: var(--oranzova);
}
.medium {
	float: left;
	width: calc(20% - 15px);
	height: auto;
	background-color: white;
	border-radius: 6px;
	margin-top: 15px;
	margin-right: 15px;
	position: relative;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0px 7px 17px -5px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 7px 17px -5px rgba(0,0,0,0.17);
	box-shadow: 0px 7px 17px -5px rgba(0,0,0,0.17);
}
.medium:hover {
	-webkit-box-shadow: 0px 7px 17px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 7px 17px -5px rgba(0,0,0,0.5);
	box-shadow: 0px 7px 17px -5px rgba(0,0,0,0.5);
	cursor: move;
}
.medium .image {
	float: left;
	width: 100%;
	height: 165px;
	line-height: 155px;
	overflow: hidden;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.medium.video .image {
	background-color: #777;
	/* background-image: url('../images/kampan/video.svg'); */
	background-position: center center;
	background-size: auto 40px;
	background-repeat: no-repeat;
}
.medium .image img {
	width: 100%;
	height: auto;
	min-height: 100%;
	display: inline-block;
	vertical-align: middle;
	transition: all .2s ease-in-out;
}
.medium.video .image img {
	min-height: 80px;
}
.medium .name {
	float: left;
	width: 100%;
	color: var(--seda);
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	padding: 12px 10px 10px 10px;
}
footer {
	float: left;
	width: 100%;
	color: white;
	padding: 55px 0px;
	font-size: 22px;
	font-weight: 300;
	line-height: 160%;
}
footer .col {
	float: left;
	position: relative;
	width: 33.33%;
}
footer .col:nth-of-type(1) {
	width: 25%;
}
footer .col:nth-of-type(2) {
	width: 35%;
}
footer .col:nth-of-type(3) {
	width: 40%;
}
footer img {
	width: 130px;
}
footer h2 {
	color: var(--tyrkysova);
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
}
footer a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}
footer a:hover {
	color: var(--oranzova);
	border-color: var(--oranzova);
	text-decoration: none;
}
.login_box {
	display: inline-block;
	margin: auto;
	position: relative;
	width: auto;
	background-color: var(--svetleseda);
	padding: 40px 45px;
	border-radius: 6px;
	margin-bottom: 20px;
}
.login_box input[type=text],
.login_box input[type=password] {
	margin: 5px 0px;
	width: 350px;
	padding: 15px;
	border: 1px solid #E4E8E9;
	background-color: white;
	box-sizing: border-box;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	color: #888;
	-moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
}
.login_box input::placeholder {
    opacity: 1;
    color: #888;
}
.login_box button[type=submit] {
	width: 350px;
	margin-top: 10px;
	padding: 15px;
	margin-left: 1px;
	color: white;
	background-color: var(--oranzova);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	border-radius: 6px;
	text-decoration: none;
	letter-spacing: 0.3px;
	cursor: pointer;
	transition: all .15s ease-in-out;
	-moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
}
.login_box button[type=submit]:hover {
	background-color: var(--zelena);
	color: #FFF;
}