*,
form {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

html,
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
}

.o-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.o-container {
	margin: 0 auto;
	padding: 0;
	max-width: 640px;
}

@media all and (min-width: 480px) {
	.o-container {
		padding: 0;
	}
}

@media all and (min-width: 720px) {
	.o-container {
		padding: 0;
	}
}

@media all and (max-width: 960px) {
	.art-text p img {
		margin-left: -20px;
		width: 100vw;
		display: block;
	}
}

.o-header {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.power {
	color: #fff;
	font-family: Roboto;
	font-size: 12px;
}

.o-header-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #67b5d1;
}

.o-header-nav__link {
	padding: 12px;
	color: #fff;
}

.o-header-nav__link:hover {
	color: #fff;
	background-color: #3184a1;
}

.o-footer {
	padding: 12px 0;
	text-align: center;
}

@media all and (min-width: 480px) {
	.o-footer {
		padding: 24px 0;
	}
}

@media all and (min-width: 720px) {
	.o-footer {
		padding: 48px 0;
	}
}

.c-menu {
	position: fixed;
	z-index: 200;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #DDDDDD;
}

.c-menu__items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-menu--slide-right {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

@media all and (min-width: 320px) {
	.c-menu--slide-right {
		width: 300px;
	}
}

.c-menu--slide-right .c-menu__item {
	display: block;
	text-align: left;
}

.c-menu--slide-right .c-menu__item:first-child {
	border-top: none;
}

.c-menu--slide-right .c-menu__item:last-child {
	border-bottom: none;
}

.c-menu--slide-right .c-menu__link {
	display: block;
	padding: 12px 24px;
	color: #000;
	font-family: Roboto;
}

.c-menu--slide-right .c-menu__close {
	display: block;
	padding: 12px 24px;
	width: 100%;
	text-align: right;
}

.c-menu--slide-right {
	top: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

@media all and (min-width: 320px) {
	.c-menu--slide-right {
		-webkit-transform: translateX(300px);
		-ms-transform: translateX(300px);
		transform: translateX(300px);
	}
}

.c-menu--slide-right.is-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.c-menu__close {
	color: #000;
	font-size: 14px;
	border: none;
	box-shadow: none;
	border-radius: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.c-menu__close:focus {
	outline: none;
}

.c-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.on-top:after {
	content: "";
	display: table;
	clear: both;
}

.category {
	float: left;
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #878787;
	padding: 7px 12px;
	border: 1px solid #DDDDDD;
	box-shadow: 1px 1px 1px #ddd;
	border-radius: 4px;
}

.o-content {
	background-color: #F5F5F5;
}

.o-header {
	height: 60px;
	background-color: #0CB7B6;
	padding: 0 20px;
}

.logo {
	float: left;
}

.logo img {
	width: 120px;
}

.open-article {
	background-color: #fff;
}

.c-button {
	width: 34px;
	height: 23px;
	float: right;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 100%;
	border: none;
	outline: none;
	margin-top: 18px;
}

.art-header {
	padding: 20px;
}

.share-art {
	display: block;
	width: 27px;
	height: 30px;
	background-image: url(../img/mobile/share.png);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	background-size: 100%;
}

.main-title {
	padding-top: 15px;
}

.main-title h2 {
	font-family: Roboto;
	font-size: 24px;
	font-weight: 500;
	color: #000;
	margin-bottom: 10px;
}

.main-title span {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 400;
	color: #878787;
	background-size: 15px;
}

.art-date {
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 5px;
}

.art-time {
	background-repeat: no-repeat;
	background-position: left center;
}

.promo img {
	width: 100%;
	display: block;
}

.photo-container img {
	width: 100%;
	display: block;
}

figcaption {
	background-color: #AAAAAA;
	padding: 10px 20px;
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}

.art-text {
	max-width: 640px;
	position: relative;
}

.art-text iframe {
	width: 100%!important;
}

.art-text p {
	font-family: Roboto;
	font-size: 17px;
	font-weight: 400;
	color: #000;
	line-height: 28px;
	margin-bottom: 15px;
	padding: 0 20px;
}

.offer-box {
	padding: 0 20px;
}

.offer-box a {
	display: block;
	width: 100%;
	border: 1px solid #DDDDDD;
	box-shadow: 1px 1px 1px #ddd;
	border-radius: 6px;
	padding: 10px 20px;
	background-image: url(../img/mobile/arrow.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 7px 10px;
	margin-bottom: 15px;
	position: relative;
}

.offer {
	display: block;
	max-width: 65%;
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	color: #3A5998;
}

.klik {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 10%;
	font-family: Roboto;
	font-size: 11px;
	font-weight: 400;
	color: #000;
}

.art-text strong {
	font-weight: 500;
	color: #077676;
}

.art-img {
	width: 100%;
	display: block;
	margin-top: 25px;
}

.art-footer {
	padding: 30px 20px 0;
}

.journalist {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.journalist img {
	width: 40px;
	display: block;
	margin-right: 10px;
}

.name {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 400;
	color: #395998;
}

.job {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 400;
	color: #868686;
}

.spot span {
	font-family: Roboto;
	font-size: 10px;
	font-weight: 400;
	color: #BBBBBB;
	padding-left: 20px;
}

.spot img {
	width: 100%;
	display: block;
	margin-top: 7px;
	-webkit-box-shadow: 0px 10px 20px -7px #aaa;
	-moz-box-shadow: 0px 10px 20px -7px #aaa;
	box-shadow: 0px 10px 20px -7px #aaa;
}

.other-articles {}

.other-articles ul {
	padding: 30px 0 15px;
	list-style: none;
}

.other-articles li {
	display: block;
	margin-bottom: 10px;
	background-color: #fff;
	background-image: url(../img/mobile/arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 85%;
	background-size: 6px;
	box-shadow: 1px 1px 1px #bbb;
}

.other-articles li:after {
	content: "";
	display: table;
	clear: both;
}

.other-articles li img {
	display: block;
	width: 50%;
	float: left;
}

.art-title {
	display: block;
	width: 50%;
	float: left;
	padding: 15px 25px 0 15px;
}

.art-title p {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 400;
	color: #000;
}

.promotion span {
	font-family: Roboto;
	font-size: 10px;
	font-weight: 400;
	color: #BBBBBB;
}

.promotion img {
	width: 100%;
	margin-top: 7px;
	box-shadow: 2px 2px 2px #ccc;
}


/*TEKSTI BLOCKQUOTE AND CAPTION*/

.art-text>blockquote {
	padding: 0 20px 20px;
	position: relative;
}

.art-text>blockquote p {
	display: block;
	font-family: Roboto;
	font-size: 17px;
	font-weight: 400;
	color: #000;
	line-height: 25px!important;
	font-style: italic;
	padding-left: 30px!important;
	margin-bottom: 0!important;
}

.art-text>blockquote:before {
	content: " ";
	display: block;
	position: absolute;
	float: left;
	background-image: url(../img/quotes.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 17px;
	height: 17px;
}

.imazhiim img {
	width: 100%;
	display: block;
}

.imazhiim {
	margin-bottom: 20px;
}

.captionposhte {
	background-color: #AAAAAA;
	width: 100%;
	padding: 10px 20px;
}

.tit strong {
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}

.art-block {
	margin-top: 2px;
	margin-bottom: 8px;
	box-shadow: 1px 1px 1px #ccc;
}

.art-block img {
	display: block;
	width: 100%;
}

.art-info {
	background-color: #fff;
	padding: 0px 20px 15px;
}

.art-categories {
	position: relative;
	margin-left: 20px;
}

.art-categories:after {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../img/mobile/arrow-red.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.art-categories span {
	padding: 8px 15px;
	background-color: #F02E25;
	font-family: Roboto;
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	box-shadow: 1px 1px 1px #999;
}


/*REKLAMAT DOUBLE CLICK RREGULLIM*/

.perseritse {
	width: 100%;
	height: 0px;
	padding-bottom: 83%;
}

.perseritse div {
	width: 100% !important;
	position: relative;
}

.perseritse iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}

.perseritse div>iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}

.spotdokposhte {
	width: 100%;
	height: 0px;
	padding-bottom: 33%;
}

.spotdokposhte div {
	width: 100% !important;
	position: relative;
}

.spotdokposhte iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}

.spotdokposhte div>iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}

.promosiperimazh {
	width: 100%;
	height: 0px;
	padding-bottom: 13%;
}

.promosiperimazh div {
	width: 100% !important;
	position: relative;
}

.promosiperimazh iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}

.promosiperimazh div>iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}
