@charset "utf-8";

@font-face {
	font-family: 'tahoma_armenian';
	src: url('fonts/tahomaa.eot');
	src: url('fonts/tahomaa.eot?#iefix') format('embedded-opentype'),
		url('fonts/tahomaa.woff') format('woff'),
		url('fonts/tahomaa.ttf') format('truetype'),
		url('fonts/tahomaa.svg#tahoma_armenianregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


html {
	width: 100%;
	height: 100%;
}


body {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: auto;
	background: #FFF;
	/*url(images/body_bgr.jpg);*/
	min-width: 320px;
}

a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #006aa7;
	text-decoration: none;
}

input {
	width: 150px
}

input:focus {
	outline: none;
}

/*img {
	
	-webkit-transition: -webkit-filter 0.3s;	
}

img:hover, li:hover img {
	-webkit-filter:contrast(120%);
	filter:contrast(120%);
}*/


::-webkit-input-placeholder {
	color: #EEE
}

::-moz-placeholder {
	color: #EEE
}

::-ms-input-placeholder {
	color: #EEE
}


img {
	object-fit: cover
}

#bgr-add {
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: rgba(180, 189, 162, 0.16);
}

#bgr-add-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 900px;
	width: 100%
}

.overhid {
	overflow: hidden;
}

#debug {
	position: absolute;
	z-index: 9999;
	top: 10%;
	right: 10%;
	bottom: 10%;
	left: 10%;
	overflow: auto;
	background: rgba(255, 255, 255, .9);
	padding: 20px;
	border: 5px solid rgba(0, 0, 0, .6);
	font-size: 12px;
}

#sitecontainer {
	padding: 0;
	margin: 0;
}

#supertop {
	max-width: 1260px;
	margin: 52px auto 0;
}

@media screen and (min-device-width: 1200px) {
	#bodycontainer {
		background: rgba(255, 255, 255, 0.8);
		padding: 24px !important;
	}
}

#bodycontainer {
	box-shadow: 0 0 10px 2px rgba(31, 31, 31, 0.06);
	max-width: 1260px;
	box-sizing: border-box;
	min-height: 800px;
	margin: 0 auto;
	padding: 0;
	padding-top: 55px;
	padding-bottom: 25px;
	position: relative;
}

.box-size {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}



#topslidercontainer {
	height: 322px;
	width: 98%;
	max-width: 658px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-right: 2%;
}


nav {
	position: relative;
	display: block;
	background: #91ad55;
	height: 43px;
	margin-bottom: 15px;
	z-index: 999;
}

#searchcontainer {
	position: absolute;
	right: 0;
	top: 0;
	height: 42px;
	width: 180px;
}


#searchcontainer input[type="text"] {
	height: 34px;
	font-size: 1.4rem;
	display: inline-block;
	border: none;
	outline: none;
	color: #FFF;
	padding: 3px;
	padding-right: 42px;
	width: 0px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	z-index: 3;
	transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	cursor: pointer;
}

#searchcontainer input[type="text"]:focus:hover {}

#searchcontainer input[type="text"]:focus {
	width: 130px;
	z-index: 1;
	cursor: text;
}

#searchcontainer input[type="submit"] {
	height: 42px;
	width: 42px;
	display: inline-block;
	color: red;
	float: right;
	background: url(images/search_btn.png) center center no-repeat;
	text-indent: -10000px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	opacity: 0.4;
	cursor: pointer;
	transition: opacity .4s ease;
}

#searchcontainer input[type="submit"]:hover {
	opacity: 0.8;
}



.othertopcontainer {
	padding: 10px 0;
}

.othertopcontainer article {
	padding: 5px 0;
	border: none;
}

.othertopcontainer ul {
	margin: 0 0 15px 0;
	font-size: 1.3rem;
	padding-left: 17px;
	color: #6eaacd;
	list-style: square
}

.othertopitem {
	position: relative;
	overflow: hidden;
}

.othertopitem .play-icon {
	top: 47px;
	left: 111px;
}

.othertopitem img {
	float: none;
}

.othertopitem time {
	color: #91ad55;
	font-size: 1.2rem;
	background: none;
}

.othertopitem h2 {
	border-bottom: 1px #CCC dotted;
	padding-bottom: 6px
}

.latestnews {
	padding: 0;
	margin: 16px 0 0 0;
	list-style: none;
}

.latestnews li {
	margin-top: 8px;
	min-height: 80px;
	font-size: 1.2rem;
}

.latestnews li:hover {
	transition: all .25s ease-in;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
}


.latestnews li:hover a {
	color: #006aa7;
}

.latestnews li .datetime {
	display: block;
}

.latestnews li:last-child {
	margin-bottom: 25px;
}

.latestnews li .time {}

.latestnews .play-icon {
	width: 36px;
	height: 36px;
	right: 12px;
	bottom: 2px;
}

.latestmore {
	color: #91ad55 !important;
	text-decoration: underline !important;
	text-align: right;
	padding: 0 0 12px 12px;
	display: block;
	font-size: 1.3rem;
}


.latestevents {
	font-size: 1.4rem;
	padding: 0;
	margin: 16px 0 0 0;
	list-style: none;
}

.latestevents li:first-child {
	background: url(images/event-cal.png) no-repeat right top;
	padding-right: 110px;
	min-height: 100px;
	font-size: 1.5rem;
	font-weight: bold;
}

.latestevents li {
	padding: 10px 0;
	border-bottom: 1px #CCC dotted;
}



#opennews {
	padding: 0 10px 15px 0;
	font-size: 1.3rem;
}

#opennews img {
	padding: 2px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

#opennews h1 {
	margin-top: 0;
	font-weight: normal;
	font-size: 2.4rem;
}

#opennews p {
	line-height: 2rem;
	font-size: 1.4rem;
	text-align: justify;
}

#opennews a {
	color: #91ad55;
}

#opennews a:hover {
	text-decoration: underline;
}

#news-related-cont {
	padding: 5px 0;
}

#news-related {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: auto;
}

#news-related img {
	margin-right: 10px;
}

#news-related li {
	padding: 5px 0;
}

#news-related h2 {
	font-size: 1.3rem;
	font-weight: normal;
	margin: 0 0 3px 0;
}

#news-related p {
	font-size: 1.2rem;
	margin: 0 0 10px 0;
}


section {
	padding: 15px 0;
	font-size: 1.3rem;
}

article {
	min-height: 160px;
	border-top: 1px #dcdcdc solid;
	padding: 15px 0px;
	clear: left;
}

article:first-child {
	border-top: none;
}

article:hover {
	background: rgba(255, 255, 255, .5);
}

article h2 {
	margin-top: 2px;
	margin-bottom: 7px;
	font-size: 2rem;
	font-weight: 600;
}

article .anons {
	margin: 7px 0 0 0;
	font-size: 1.2rem;
	color: #666;
}

article img {
	width: 95%;
	height: auto;
	float: left;
}




#morenews,
#moremedia {
	width: 200px;
	color: #333;
	font-size: 20px;
	padding-top: 2px;
	cursor: pointer;
	margin-left: 25px;
}

.morenewsbydate {
	width: 100%;
	max-width: 280px;
	color: #333;
	font-size: 20px;
	padding-top: 2px;
	cursor: pointer;
}

.newspic {
	max-width: 310px;
	width: 50%;
}

.newstext {
	width: 50%;
}

#newsbysubj {
	width: 100%;
	margin-top: 2px;
	padding-bottom: 10px
}

#newsbysubjcont ul li {
	padding: 5px 0;
	font-size: 1.3rem;
	color: #91ad55;
	list-style: square;
}

#newsbysubjcont ul li a {
	display: block;
	margin-bottom: 3px;
	font-size: 1.5rem;
}

#newsbysubjcont ul li span {
	color: #666;
	font-size: 1.2rem;
}

#newsbysubjhome {
	padding-top: 0 !important;

}

#newsbysubjhome article {
	width: 49%;
	padding: 0 !important;
	clear: none !important;
	border: none !important;
	overflow: hidden;
}

#newsbysubjhome article:nth-child(2n+1) {
	margin-right: 2%;
}

#newsbysubjhome article h2 {
	font-size: 1.3rem !important;
}

#newsbysubjhome article img {
	float: none !important;
}


/* Voting */
#voting {
	font-size: 1.2rem;
	padding: 5px;
	background: url(images/menu-bgr.gif);
}

#quest {
	font-weight: normal;
	font-size: 1.5rem;
	margin-bottom: 15px;
	line-height: normal;
}

.v_answer {
	font-size: 1.2rem;
	margin: 5px 0 0 5px;
	cursor: pointer;
}


#voteform input {
	width: auto;
}





/* footer */
footer {
	display: block;
	min-height: 300px;
	background-color: #0b222f;
	border-top: 1px solid #a7a7a7;
}

#footercontainer {
	max-width: 1200px;
	width: 100%;
	padding: 35px 20px;
	margin: 0 auto;
	color: #767676;
	font-size: 1.1rem;
	line-height: 1.6rem;
}

#footercontainer p {
	padding: 0;
	margin: 0;
}

#footercontainer strong {
	color: #999;
}

#footercontainer a {
	color: #CCC;
}

#footercontainer a:hover {
	color: #FFF;
}

#footercontainer h3 {
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: normal;
	margin-top: 0;
}

#footercontainer input {
	background-color: rgba(0, 0, 0, .2);
	background-image: url(images/subscribe_btn.png);
	background-repeat: no-repeat;
	background-position: right center;
	border: 0;
	-moz-box-shadow: inset 0 0 6px 0 #111;
	-webkit-box-shadow: inset 0 0 6px 0 #111;
	box-shadow: inset 0 0 6px 0 #111;
	padding: 10px 12px;
	color: #999;
	width: 170px;
}

.footer1 {
	width: 50%;
	padding-right: 2%
}

.footer2 {
	width: 25%;
}

.footer3 {
	width: 23%;
}

/*		#footercontainer input::-webkit-input-placeholder, #footercontainer input:-moz-placeholder, #footercontainer input:-ms-input-placeholder { 
			color:#666;
		}*/

#subscribebtn {
	position: absolute;
	right: 0px;
	top: 1px;
	width: 30px;
	height: 32px;
	z-index: 999;
	cursor: pointer;
}


.soc {
	padding-top: 20px;
}

#footercontainer .soc a {
	display: inline-block;
	width: 35px;
	height: 35px;
	opacity: .5;
}

#footercontainer .soc a:hover {
	opacity: 1;
}

#footercontainer .soc a.face {
	background: url(images/icons/face.png) no-repeat center
}

#footercontainer .soc a.tweet {
	background: url(images/icons/tweet.png) no-repeat center
}

#footercontainer .soc a.youtube {
	background: url(images/icons/youtube.png) no-repeat center
}

#footercontainer .soc a.google {
	background: url(images/icons/google.png) no-repeat center
}

#footercontainer .soc a.rss {
	background: url(images/icons/rss.png) no-repeat center
}

.footermenucont {
	background: url(images/footer_line.gif) repeat-x top;
	margin-top: 30px;
	padding: 20px 0 0 0;
	max-width: 938px;
	width: 100%;
}

.copy {
	color: #CCC;
	font-size: 1.3rem;
	max-width: 128px;
	width: 20%;
}

.footermenu {
	text-align: center;
	max-width: 700px;
	width: 70%;
}

.footermenu a {
	display: inline-block;
	padding: 0 10px;
	font-size: 1.2rem;
}

.circle {
	text-align: right;
	max-width: 110px;
	width: 10%;
}

#sign-up-result {
	display: inline-block;
	font-weight: 100;
	font-size: 1.3rem;
	padding-left: 5px;
	padding-top: 5px;
}

#sign-up-result .sent {
	color: #00CC00;
}

#sign-up-result .error {
	color: #FF3C3C;
}


/* classes */
.simplepage {
	padding: 15px;
	font-size: 1.3rem;
}

#simplepagetext {
	min-height: 812px;
}

#simplepagetext p:first-child {
	margin-top: 0;
}

.time {
	padding: 3px 5px;
	display: inline-block;
	background: #006aa7;
	color: #FFF;
}

.datetime {
	color: #91ad55;
	font-size: 1.2rem;
}

.addcont,
.addcont p {
	padding: 0;
	margin: 0;
}



.blockheader {
	margin-top: 5px;
	border-bottom: 1px solid #006aa7;
}

.blockheader ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.blockheader ul li {
	font-size: 1.5rem;
	font-weight: 700;
	padding: 0 20px 2px 0;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	color: #666
}

.blockheader ul li:hover {
	color: #91ad55
}

.blockheader ul li.selected {
	border-bottom: 4px solid #006aa7;
	padding: 0 0 2px 0;
	color: #313131;
	margin-right: 20px;
}

/*.blockheader a{right:8px;top:10px;display:block;font-size:11px;color:#666;text-decoration:underline}
.blockheader a:hover{color:#cc3f41}*/

.home-block-outer {
	width: 100%;
}

.home-block1 {
	width: 23.7%;
	margin-right: 2% !important;
}

.home-block2 {
	width: 50.7%;
}

.home-block3 {
	width: 23.6%;
}

.home-block-inner {
	width: 38%
}

.homep1 {
	width: 100%;
}

.homep2 {
	width: 100%;
}

.width100 {
	width: 100%;
}

.news-left {
	width: 74.3%;
	margin-right: 2% !important;
}

.news-right {
	max-width: 300px;
	width: 22.7%;
}

.rightp1 {
	width: 100%;
}

.rightp2 {
	width: 100%;
}

.news-block1 {
	width: 24.7%;
	margin-right: 2% !important;
}

.news-block2 {
	width: 70.7%;
	margin-right: 2% !important;
}

.media-left {
	width: 47.3%;
	margin-right: 2% !important;
}

.home-media-item {
	width: 49%;
	margin-bottom: 15px !important;
	overflow: hidden;
}

.home-media-item:nth-child(2n+1) {
	margin-right: 2%;
}

.home-media-item h3 {
	margin: 2px 0 0 0;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.4rem;
}

.home-media-item span {
	display: block;
	color: #7c7c7c;
	font-size: 1.1rem;
	margin: 5px 0 0 0;
}


.home-media-item-img {}

.loadingDiv {
	position: absolute;
	margin: auto auto auto auto;
	background-color: #FFF;
	width: 200px;
	opacity: .9;
	-moz-opacity: .9;
	filter: alpha(opacity=90);
	background-image: url(images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 999;
	visibility: hidden
}


.play-icon {
	opacity: .8;
	position: absolute;
	width: 77px;
	height: 77px;
	background: url(images/play-ico.png) no-repeat center;
	background-size: contain;
	bottom: 5px;
	right: 3px;
}

.home-video-play-icon {
	width: 40px !important;
	height: 40px !important;
	bottom: 5px;
	right: 2px;
}

.home-media-item:hover .play-icon,
.media-item:hover .play-icon,
.media-item:hover .photo-icon,
.home-media-item:hover .photo-icon {
	opacity: 1;
}

.photo-icon {
	opacity: .8;
	position: absolute;
	width: 77px;
	height: 77px;
	background: url(images/photo-ico.png) no-repeat center;
	background-size: contain;
	bottom: 5px;
	right: 3px;
}



/* multimedia */

#mediaitemscontainer iframe {
	width: 100%;
}

.media-item {
	max-width: 310px;
	width: 48%;
}

.media-item:nth-child(2n+1) {
	margin-right: 4%;
}

.media-item-pic {
	max-width: 310px;
}

.media-item-pic img {
	width: 100%;
	height: auto;
}

.media-item h3 {
	font-size: 1.5rem;
	font-weight: normal;
}

.popup-gallery {}

.image-news {
	margin: 10px 0 10px 0;
}

.image-news:nth-child(2n-1) {
	margin-right: 20px !important;
}

.image-news img {
	margin: 0 !important;
	padding: 1px !important;
}

.image-news a:hover .image-loop {
	opacity: 1;
}

.image-news .image-loop {
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(images/zoom.png) no-repeat top center;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px
}



.bgr {}

.marg_r10 {
	margin-right: 10px !important;
}

.marg_r15 {
	margin-right: 15px !important;
}

.marg_r20 {
	margin-right: 20px !important;
}


#contentpages {
	margin-bottom: 15px;
	margin-left: 200px;
}

#contentpages ul {
	padding: 0;
	margin: 0;
}

#contentpages ul li {
	float: left;
	list-style: none;
	margin: 0 2px 3px 2px;
	padding: 2px 4px;
	text-align: center;
	min-width: 15px;
	cursor: pointer;
	border: 1px solid #DDD;
	-o-box-shadow: 0px 0px 5px #e3e3e3;
	-icab-box-shadow: 0px 0px 5px #e3e3e3;
	-khtml-box-shadow: 0px 0px 5px #e3e3e3;
	-moz-box-shadow: 0px 0px 5px #e3e3e3;
	-webkit-box-shadow: 0px 0px 5px #e3e3e3;
	box-shadow: 0px 0px 5px #e3e3e3;
}

nav li a.megamenu-arrow {
	display: block;
	height: 42px;
	padding: 0 6px 0 10px;
	position: relative;
}

nav .megamenu-arrow:hover {
	padding: 0 6px 0 10px;
}

nav .megamenu-arrow img {
	transform: rotate(90deg);
}

nav .megamenu .megamenu-row {
	display: flex
}

nav .megamenu .megamenu-row .megaitems {
	list-style-type: none;
	padding: 0;
	width: 28%;
	margin-right: 45px;
}

nav .megamenu .megamenu-row .megaitems a {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
	padding: 4px 0px 20px 16px;
	display: block;
	position: relative;
}

nav .megamenu .megamenu-row .megaitems a:hover {
	color: #006aa7
}

nav .megamenu .megamenu-row .megaitems a:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 8px;
	height: 1px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.17);
}

#mostreadbtns,
#mostcombtns {
	font-size: 1.3rem;
	padding: 10px 0 0 8px;
	height: 22px;
	text-align: right
}

#mostreadbtns p,
#mostcombtns p {
	color: #333;
	padding: 1px 5px 3px 5px;
	margin: 0 3px;
	float: right;
	cursor: pointer
}

#mostreadbtns p.selected,
#mostcombtns p.selected {
	color: #FFF;
	background-color: #91ad55;
}

#mostread,
#mostcom {
	list-style: none;
	padding: 10px 0
}

#mostread li,
#mostcom li {
	position: relative;
	padding: 0;
	margin: 0 3px 12px 3px
}

#mostread li a,
#mostcom li a {
	font-size: 1.3rem;
	color: #333;
	display: block;
}

#mostread li a:hover {
	color: #006aa7
}

.mostviews-count {
	color: #999;
	font-size: 1.1rem;
	display: block;
	background: url(images/views.png) no-repeat center left;
	padding-left: 15px;
	margin-top: 3px
}

.doctors-advice-slider .rsContent img {
	width: 100%;
	object-fit: cover;
}

nav li a.megamenu-arrow {
	line-height: 62px;
	padding: 0 12px;
}

nav .megamenu-arrow:hover {
	padding: 0 12px;
}

nav .megamenu-arrow img {
	width: 18px
}