html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: normal;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	vertical-align: middle;
}
body {
	direction: rtl;
	font: 12px/24px samim, Tahoma, Arial, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #555;
}
@font-face {
	font-family: "samim";
	src: url("../fonts/samim.eot");
	src: url("../fonts/samim.eot?#iefix") format("eot"), url("../fonts/samim.woff") format("woff2"), url("../fonts/samim.woff") format("woff"), url("../fonts/samim.ttf") format("ttf");
	font-weight: normal;
}
@font-face {
	font-family: "samim";
	src: url("../fonts/samimbold.eot");
	src: url("../fonts/samimbold.eot?#iefix") format("eot"), url("../fonts/samimbold.woff") format("woff2"), url("../fonts/samimbold.woff") format("woff"), url("../fonts/samimbold.ttf") format("ttf");
	font-weight: bold;
}
@font-face {
	font-family: 'flexslider-icon';
	src: url('../fonts/flexslider-icon.eot');
	src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
input[type=checkbox], input[type=radio] {
	margin: auto;
	padding: inherit;
	border: inherit;
	outline: inherit;
	font-size: inherit;
	background: inherit;
}
input[type=checkbox] {
	margin: 0 0 0 4px;
}
input, textarea {
	font: 12px/20px samim, Tahoma, Arial, sans-serif;
}
td {
	vertical-align: middle;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	color: #7fb5e3;
	text-decoration: none;
	outline: none !important;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
a:hover {
	color: #e91802;
}
a:focus {
  outline: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-weight: 700;
}
ol, ul {
	list-style: none;
}
.clear, .clearfix {
	clear: both;
}
.grey {
	font: 13px samim;
}
.boxin {
	color: #555555;
	padding: 14px;
}
.boxin.combox {
	padding: 1px 14px;
}
.boxin img {
	max-width: 98%;
}
.boxin li {
	list-style: inside none disc;
}
.statistics ul {
  box-sizing: border-box;
  padding: 10px 14px 7px 70px;
}
.statistics li {
  list-style: outside none none;
}
.comment {
	overflow: hidden;
	padding: 10px 15px;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.comment .avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	position: relative;
}

.comment .avatar .author-level-icon {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -13px;
	width: 26px;
	height: 18px;
	background: rgba(250,250,250,0.9);
	z-index: 5;
	color: #7f7f7f;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	text-decoration: none;
	display: block;
}
.comment .avatar .author-level-icon:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 6px solid rgba(250,250,250,0.9);
}
.comment .avatar .author-level-icon:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 6px solid rgba(250,250,250,0.9);
}
.comment .avatar img {
	position: relative;
	width: 100px;
	height: 100px;
	display: block;
	border: 5px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.comment .avatar.online {
	border: 2px solid rgba(151,179,18,1);
}
.comment .avatar.offline {
	border: 2px solid rgba(235,98,55,1);
}
.comment .rcols {
	overflow: hidden!important;
	padding: 0 0 0 15px;
}
.comment .inf {
	overflow: hidden;
	padding: 6px!important;
	display: block;
}
.comment .inf small {
	display: none;
	margin: 1px 0 0 15px;
	font-size: 12px;
	color: #454545;
}
.comment:hover .inf small {
	display: block;
}
.comment .inf a {
	color: rgba(186,192,197,1);
	border-bottom: 1px dashed transparent;
}
.comment .inf a b {
	font-weight: 400;
}
.comment .inf a:hover {
	border-bottom: 1px dashed rgba(64,159,222,1);
	text-decoration: none;
}
.comment .comment_text {
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 1px rgba(235,237,238,1), 0 0 4px 0 rgba(246,247,247,1);
	box-shadow: inset 0 0 0 1px rgba(235,237,238,1), 0 0 4px 0 rgba(246,247,247,1);
	position: relative;
	padding: 7px 8px;
	font-size: 13px;
	color: #59636b;
	overflow: hidden;
}
.comment_text a {
	color: #59636b;
}
.comment .moder {
	margin: 8px 0 0;
}
.comment .moder a {
	margin: 0 20px 0 0;
	color: rgba(186,192,197,1);
}
.comment .moder a:hover {
	color: rgba(64,159,222,1);
	text-decoration: none;
}
.comment .moder a:hover .fa-heart, .comment .moder a .fa-heart.active {
	color: rgba(248,123,126,1);
}
.comment .moder a em {
	border-bottom: 1px dashed transparent;
	font-style: normal;
}
.comment .moder a:hover em {
	border-bottom: 1px dashed rgba(64,159,222,1);
}
.comment .moder a i {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.comment .check {
	margin: 8px 5px 0 0;
}
.lcol {
	float: left;
}
.rcol {
	float: right;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.myprofile td {
	font: 12px/22px samim;
	padding: 5px 0 0;
}
select, .feed_textarea {
	border: 1px solid #dcdcdc;
	background: #fff;
	padding: 3px 4px 6px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
hr {
	margin: 20px 0;
	border-bottom: 1px dashed #ccc;
}
input, select {
	vertical-align: middle;
}
.clr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
input[type=submit], input[type=button] {
	cursor: pointer;
}
a {
	text-decoration: none;
}
.center {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 15px;
	width: 100%;
}
.topline {
	background: #7fb5e3;
	border-bottom: 1px solid #eaeaea;
	height: 38px;
	width: 100%;
}
.toplinks {
	float: right;
	height: 18px;
	margin: 11px 0 0;
}
.toplinks li {
	border-right: 1px solid #e5e5e5;
	float: right;
	height: 18px;
	line-height: 18px;
	padding: 0 14px;
	position: relative;
	z-index: 1;
}
.toplinks li:last-child {
	border-left: 1px solid #e5e5e5;
}
.toplinks li a {
	color: #fff;
	font: 12px/18px samim;
}
.toplinks li a:hover {
	color: #e91802;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#quick-search {
	float: left;
	padding: 5.5px 0 5px;
}
#quick-search form {
	position: relative;
}
#quick-search input[type=text] {
  background: #f5f5f5;
  border: medium none;
	box-sizing: border-box;
	width: 175px;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.08) inset;
	-moz-box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.08) inset;
	box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.08) inset;
	font: 300 12px/16px samim;
	padding: 4px 8px 4px 30px !important;
	z-index: 4;
	height: 27px;
}
#quick-search input[type=text]:focus {
	-webkit-box-shadow: 0 0 5px -2px #aeaeae inset;
	-moz-box-shadow: 0 0 5px -2px #aeaeae inset;
	box-shadow: 0 0 5px -2px #aeaeae inset;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
  border: medium none;		
}
#quick-search button#q-btn {
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 5;
	padding: 0;
	height: 25px;
	line-height: 28px;
	width: 29px;
	display: block;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	background: none;
	border: none;
	color: #b8b8b8;
	cursor: pointer;
}
#quick-search button#q-btn:hover {
	color: #777;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}
button#q-btn .fa {
	float: left;
	margin-left: 5px;
}
.header {
	min-height: 100px;
}
.logo {
	background: rgba(0, 0, 0, 0) url("http://airconditionerrepairs24.com/uploads/logo.png") repeat scroll 0 0;
   
	display: block;
	float: none;
	margin: 10px auto;
    height: 130px;
	width: 160px;
}
.header-tabligh {
	background: #f7f7f7;
	color: #cccccc;
	float: left;
	height: 60px;
	line-height: 60px;
	margin: 21px 0 19px;
	max-width: 100%;
	text-align: center;
	text-shadow: 1px 1px 0 #ffffff;
	width: 468px;
}
#login-panel {
	float: left;
	height: 16px;
	margin: 6px 0 0 7px;
	position: relative;
    font: 24px/16px samim;
    color:#fff;
}

#login-panel a{
	color: #fff;
	display: block;
	float: right;
	font: 18px/16px samim;
	height: 18px;
	padding: 5px 7px;
    font-weight: bold;
}
#login-panel a:hover{
	color: #e8bf8c;
	display: block;
	float: right;
	font: 19px/16px samim;
	height: 18px;
	padding: 6px 7px 6px 7px;
    font-weight: bold;
}
#not-logged {
	overflow: hidden;
	line-height: 38px;
}
#not-logged a {
	border-left: 1px solid #e5e5e5;
	color: #fff;
	display: block;
	float: right;
	font: 12px/16px samim;
	height: 18px;
	padding: 0 17px;
}
#not-logged a:last-child {
	border-left: medium none;
}
#not-logged a:hover {
	color: #e91802;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#login-modal {
	display: none;
	background: #fff;
	position: absolute;
	right: -127px;
	padding: 10px;
	top: 35px;
	width: 200px;
	border-top: 4px solid #7fb5e3;
	box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	z-index: 999;
}
#login-modal:after {
	bottom: 100%;
	left: 66px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(186,200,78,0);
	border-bottom-color: #7fb5e3;
	border-width: 10px;
	margin-left: -10px;
}
#login-form input[type=text] {
	margin-left: 4px !important;
}
#login-form input[type=text], #login-form input[type=password] {
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 6px;
	font-size: 12px;
	transition: border .4s;
	display: block;
	width: 98px;
	float: right;
	margin: 0 0 6px 0;
	color: #999;
}
#login-form input[type=text]:focus, #login-form input[type=password]:focus {
	border: 1px solid #a2a2a2;
}
#login-form input[type=submit] {
	display: block;
	background: #7fb5e3;
	border: medium none;
	border-radius: 2px;
	font: bold 12px/20px samim;
	color: #fff;
	width: 100%;
	padding: 4px 0;
	transition: background 0.4s ease 0s;
}
#login-form input[type=submit]:hover {
	background: #414140;
}
#login-form a {
	font: 12px/13px samim;
	display: inline-block;
	background: none!important;
	border-bottom: none!important;
	color: #383838;
	margin: 7px 0 0!important;
	padding: 0!important;
	text-align: center;
	text-shadow: none!important;
	line-height: 14px!important;
	float: none!important;
}
#login-form a:hover {
	color: #7fb5e3 !important;
}
.remind {
	text-align: center;
	height: 19px;
}
.avauser-min {
	width: 65px;
	height: 65px;
	display: block;
}
#profile-item {
	margin-left: 8px;
	width: 127px;
}
#profile-item li a {
	border-bottom: 1px dotted #cbc9c9;
	color: #555;
	display: block;
	font: 11.5px/34px samim;
	height: 33px;
	padding: 0;
	transition: color 0.3s ease 0s;
}

.botnoborder {
	border-bottom: 0 none !important;
}
#profile-item li a:hover {
	color: #7fb5e3;
}
.topmenuline {
	margin: 0;
	width: 100%;
}
.tlborder {
	border-bottom: 1px solid #e8e8e8;
}
.topmenucont {
	box-sizing: border-box;
	height: 42px;
	margin: 0 auto 0;
	max-width: 1200px;
	padding: 0 15px;
	position: relative;
	z-index: 100;
}
.nav {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
}
.nav-container {
	background: #7fb5e3;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow-y: auto;
	visibility: hidden;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-overflow-scrolling: touch;
}
.nav-container.is-visible {
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.nav-toggle {
	background-color: #7fb5e3;
	border: 0 none;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	padding: 14px 10px;
}
.nav-toggle .icon-menu {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 20px;
	vertical-align: middle;
	fill: none;
}
.icon-menu .line {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	background-color: #fff;
}
.icon-menu .line-1 {
	top: 0;
}
.is-active .icon-menu .line-1 {
	-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
	-ms-transform: translateY(8px) translateX(0) rotate(45deg);
	transform: translateY(8px) translateX(0) rotate(45deg);
}
.icon-menu .line-2 {
	top: 50%;
	margin-top: -2px;
}
.is-active .icon-menu .line-2 {
	opacity: 0;
}
.icon-menu .line-3 {
	bottom: 0;
}
.is-active .icon-menu .line-3 {
	-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
	transform: translateY(-8px) translateX(0) rotate(-45deg);
}
.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-menu {
	background-color: #7fb5e3;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    text-align: center;
}
.nav-menu .menu-item {
	border-top: 1px solid #0069be;
	z-index: 1000;
}
.nav-menu .menu-item:last-child {
	border-bottom: 1px solid #0069be;
}
.nav-menu > .menu-item:hover, .nav-menu > .menu-item.is-active {
	background-color: #efefef;
}
.menu-item.has-dropdown.is-active a {
	color: #555;
}
.nav-menu .menu-link {
	color: #ffffff;
	display: block;
	font: bold 13px/42px samim, Tahoma;
	height: 42px;
	padding: 0 20px;
	text-decoration: none;
}
.nav-menu .menu-link:hover {
	color: #555555;
}
.has-dropdown:hover .menu-link {
	color: #555555;
}
.has-dropdown {
	position: relative;
	cursor: pointer;
}
.has-dropdown > .menu-link {
	box-sizing: border-box;
	display: inline-block;
}
.has-dropdown:after {
	content: "+";
	font-size: 28px;
	left: 18px;
	position: absolute;
	text-shadow: none;
	top: 12px;
}
.menu-item.has-dropdown:after {
	color: #ffffff;
}
.nav-menu .menu-item:hover.menu-item.has-dropdown:after {
	color: #555555;
}
.is-active .has-dropdown:after {
	color: #777777;
}
.has-dropdown.is-active:after {
	color: #777777;
	content: "\2013";
}
.nav-dropdown {
	display: none;
	background-color: #dddddd;
	text-shadow: 1px 1px 0 #efefef;
}
.has-dropdown.is-active > .nav-dropdown {
	display: block;
}
.nav-dropdown .nav-dropdown {
	background-color: #aaaaaa;
	text-shadow: 1px 1px 0 #D9D9D9;
}
.nav-dropdown .menu-item {
	border-color: #c5c5c5;
}
.nav-dropdown .nav-dropdown .menu-item {
	background-color: #bebebe;
	border-color: #adadad;
}
.nav-dropdown .nav-dropdown .menu-item:hover {
	background-color: #b5b5b5;
}




.boxar {
    display: block;
    float:right;
    width: 100%;
    margin-bottom:10px;
    z-index:10px;
}

.boxarsh1 {display: inline-block;width:50%;text-align:center;float:right; }
.boxarsh1 i{font-size:80px;padding:15px;color:#7fb5e3;}
.boxarsh1 h2{font-size:16px;padding:5px;color:#7fb5e3;}

.boxarsh2 {display: inline-block;width:50%;text-align:center;float:right;}
.boxarsh2 i{font-size:80px;padding:15px;color:#7fb5e3;}
.boxarsh2 h2{font-size:16px;padding:5px;color:#7fb5e3;}

.boxarsz {display: inline-block;width:50%;text-align:center;float:right;background: #000;}

.boxarz {
    display: block;
    float:right;
    width: 100%;
    z-index:10px;
    background: #7fb5e3;
    text-align:center;
    color:#fff;
    font-size:16px;  
}
.boxarz h1{font-size:20px;padding:5px;}
.boxarz p{padding:20px;}

.boxarx {
    display: block;
    float:right;
    width: 100%;
    z-index:10px;
    background: #a6a6a3;
    text-align:center;
    color:#fff;
    font-size:18px;
    margin-bottom:10px;    
}
.boxarx h2{font-size:20px;padding:5px;}
.boxarx p{padding:20px;}

.boxdet {padding:20px;font-size:14px;color:#434445;border:2px solid #e5e5e5; border-radius: 30px;margin:10px;background:#fff;}



.boxar3p {
    display: block;
    float:right;
    width: 100%;
    margin-bottom:10px;
    z-index:10px;
    
}

.boxarsh31 {display: inline-block;width:33.3%;text-align:center;float:right;}
.boxarsh31 i{font-size:60px;padding:15px;color:#7fb5e3;}

.boxarsh32 {display: inline-block;width:33.3%;text-align:center;float:right;}
.boxarsh32 i{font-size:60px;padding:15px;color:#7fb5e3;}

.boxarsh33 {display: inline-block;width:33.3%;text-align:center;float:right;}
.boxarsh33 i{font-size:60px;padding:15px;color:#7fb5e3;}






@media (min-width: 993px) {
.nav {
	background-color: #7fb5e3;
}
.nav,  .nav-container,  .nav-container.is-visible {
	position: static;
	top: auto;
	left: auto;
	z-index: auto;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.nav-container,  .nav-container.is-visible {
	visibility: visible;
	height: auto;
	min-height: 0;
	overflow-y: visible;
}
.nav-toggle {
	display: none;
}
.nav-menu > .menu-item,  .nav-menu > .menu-item.is-active {
	display: inline-block;
	background-color: transparent;
	border: 0;
}
.nav-menu > .menu-item:last-child {
	border: 0;
}
.nav-menu .menu-item {
	-webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.nav-menu .menu-item:last-child {
	border-bottom: none;
}
.has-dropdown:after {
	content: "" !important;
}
.nav-menu > .has-dropdown:before {
	position: absolute;
	top: 22px;
	left: 1rem;
	width: 0;
	height: 0;
	margin-top: -2px;
	margin-left: -2px;
	content: "";
	border-width: 5px 5px 0 5px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.9) transparent transparent;
}
.has-dropdown > .menu-link {
	padding-left: 2rem;
}
.nav-dropdown {
	display: block;
	opacity: 0;
	position: absolute;
	top: 100%;
	width: 200px;
	margin: 0;
	padding: 0;
	background-color: #efefef;
	box-shadow: -2px 3px 3px -2px #777;
	text-shadow: 1px 1px 0 #fefefe !important;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
	transition: visibility 0s linear 0.25s, opacity 0.25s linear;
}
.has-dropdown:hover > .nav-dropdown {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.nav-dropdown.menu li a {
	border-bottom: 1px solid #dbdbdb;
	box-sizing: border-box;
	color: #555;
	font: 13px/39px samim;
	height: 40px;
	padding: 0 14px;
	width: 100%;
}
.menu-link.arrow {
	background: rgba(0, 0, 0, 0) url("../images/menu-arrow.png") no-repeat scroll 16px 16px;
}
.nav-dropdown .menu-item {
	border: 0;
}
.nav-dropdown .menu-item:hover, .nav-dropdown .nav-dropdown .menu-item:hover {
	background-color: #ffffff;
}
.nav-dropdown .nav-dropdown, .nav-dropdown .nav-dropdown .menu-item {
	background-color: #efefef;
}
.nav-dropdown .nav-dropdown {
	z-index: 9998;
	top: 0;
	right: 100%;
}
}
.hello {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 15px;
	width: 100%;
}
.topthree {
	margin: 16px 0 17px;
	max-height: 440px;
	position: relative;
}
.topthree:after {
	clear: both;
	content: "";
	display: table;
}
.topthree-right {
	float: right;
	width: 67.74%;
}
.topthree-left {
	float: left;
	width: 32.26%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.slide-caption {
	background: rgba(0, 0, 0, 0.5);
	bottom: 20px;
	box-sizing: border-box;
	color: #fff;
	direction: rtl;
	text-align: right;
	margin: 0;
	width: 97.5%;
	padding: 12px 14px 11px 18px;
	position: absolute;
	right: 0;
	z-index: 3;
}
.slidetitle {
  margin-bottom: 1px;
}
.slidetitle a {
	color: #ffffff;
	font: bold 14px/20px samim;
}
.flexslider .slides li:hover .slidetitle a {
	color: #ff9000;
}
.slidetitle a:hover {
	text-decoration: underline;
}
.slidetext {
  color: #e0e0e0;
	font: 12.5px/21px samim;
	text-align: justify;
}
.toptwonews {
	position: relative;
	width: 100%;
	height: 100%;
}
.toptwonews a, .toptwonews .itembg {
	display: block;
	width: 100%;
	height: 100%;
}
.toptwonews a {
	color: #ffffff;
	text-decoration: none;
}
.toptwonews a:hover {
  text-decoration: underline;
}
.toptwonews .item {
	background: #777777;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display: block;
	height: 49.78%;
	overflow: hidden;
	position: relative;
}
.toptwonews .item:last-child {
	border-bottom: medium none;
}
.toptwonews .itemcont {
	background: rgba(0, 0, 0, 0.5);
	bottom: 20px;
	box-sizing: border-box;
	direction: rtl;
	max-width: 94.5%;
	padding: 10px 11px 10.5px 16px;
	position: absolute;
	right: 0;
	z-index: 1;
}
.toptwonews .item:hover .itemtitle a {
  color: #ff9000;
}
.toptwonews .itembg {
	background-size: cover;
	background-position: center center;
	filter: brightness(97%);
	-webkit-filter: brightness(97%);
	transition: all ease .6s;
	-webkit-transition: all ease .6s;
}
.toptwonews .item .itemtitle {
	display: block;
	font: bold 13px/22px samim;
	margin-bottom: 1px;
}
.toptwonews .item .itemstory {
  color: #e0e0e0;
	font: 12px/20px samim;
	text-align: justify;
}
.flex-container a:hover, .flex-slider a:hover {
	outline: none;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
	position: relative;
}
.flexslider .slides img {
	width: 100%;
	max-height: 440px;
	min-height: 440px;
	display: block;
	-webkit-filter: brightness(97%);
	filter: brightness(97%);
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
.flexslider {
	direction: ltr;
	margin: 0;
	background: #fff;
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}
.flexslider .clone li:not(.flex-active-slide) img {
	height: 0 !important;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
 *height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
.flex-direction-nav .flex-prev {
	left: -50px;
	text-align: center;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: center;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 40px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 40px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.life {
	border-bottom: 1px solid #ffffff;
	padding: 0 0 17px;
	position: relative;
}
.life:after {
	background: #dedede;
	bottom: 0;
	content: "";
	height: 60%;
	position: absolute;
	width: 100%;
	z-index: 3;
}
.lifenews {
	box-sizing: border-box;
	float: right;
	overflow: hidden;
	padding: 0 0 1px 12px;
	position: relative;
	width: 20%;
	z-index: 99;
}
.lifenews:last-child {
	padding: 0;
}
.lifenews-img {
	background: #ffffff;
	border: 1px solid #f5f5f5;
	box-sizing: border-box;
	height: 148px;
	margin: 0 0 5px;
	overflow: hidden;
	width: 100%;
}
.lifenews-img img {
	box-sizing: border-box;
	height: auto;
	width: 100%;
	min-height: 148px;
	filter: brightness(98%);
	-webkit-filter: brightness(98%);
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.lifenews-img img:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.lifenews-title {
	font: bold 12px/22px samim;
}
.lifenews-title a {
	color: #4a4a4a;
	text-shadow: 1px 1px 0 #efefef;
}
.lifenews-title a:hover {
	color: #e91802;
}
.love {
	background: #f0f0f0;
	padding: 18px 0;
}
.right-col {
	box-sizing: border-box;
	float: right;
	margin: 0;
	width: 100%;
}
.left-col {
	box-sizing: border-box;
	float: left;
	padding: 0 7.5px 0 0;
	width: 0%;
}
.sidebar {
	width: 100%;
}
.content {
	width: 100%;
}
.side-block {
	background: #fff;
	border: 1px solid #e2e2e2;
	margin-bottom: 15px;
	position: relative;
}
.side-block:last-child {
	margin-bottom: 0;
}
.block-title {
	border-bottom: 2px solid #ebebeb;
	color: #555;
	height: 42px;
	line-height: 42px;
	padding: 0;
}
.block-title h3 {
	border-bottom: 2px solid #e91802;
	float: right;
	font: bold 14px/48px samim;
	height: 42px;
	margin: 0 14px 0 0;
}
.side-news {
	margin: 0;
	padding: 0;
}
.side-news li {
	border-bottom: 1px solid #eaeaea;
	box-sizing: border-box;
	clear: both;
	content: "";
	display: table;
	padding: 14px;
	width: 100%;
}
.side-news li:last-child {
	border-bottom: medium none;
}
.side-news-img {
	float: right;
	height: 80px;
	margin-left: 8px;
	overflow: hidden;
	width: 80px;
}
.side-news-img a {
	margin: 0 !important;
	padding: 0 !important;
}
.side-news-img img {
	min-height: 80px;
	width: 80px;
	width: 100%;
	filter: brightness(97%);
	-webkit-filter: brightness(97%);
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.side-news-img img:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.side-news-cat {
	margin: 0;
	padding: 1px 0 0;
}
.side-news-cat a {
	color: #a9a9a9;
	font: 12.5px/25px samim;
}
.side-news-title {
	margin: 0;
	padding: 0;
}
.side-news-title a {
	color: #555;
	font: 12.5px/23px samim;
	margin: 0;
	padding: 0;
}
.side-news li:hover .side-news-title a {
	color: #7fb5e3;
}
.side-news-title a:hover {
	color: #999999 !important;
}
.last-news {
	margin: 0;
}
.last-news li {
	border-bottom: 1px solid #eaeaea;
}
.last-news li:last-child {
	border-bottom: medium none;
}
.last-news li h4 a {
	color: #555;
	display: block;
	font: 12.5px/23px samim;
	margin: 0;
	padding: 12px 14px;
}
.last-news li h4 a:hover {
	color: #7fb5e3;
}
.poll-btitle {
	background: #f5f5f5;
	margin: 0 0 10px 0;
	padding: 6px 10px 5px;
	position: relative;
	color: #7c7979;
	position: relative;
}
#dle-vote {
	margin: 0 23px;
}
#dle-vote label {
	display: inline-block;
	margin: 0 10px 3px 10px;
	cursor: pointer;
}
#dle-vote label input[type=radio] {
	display: none;
}
#dle-vote label input[type=radio] + .radio-span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 11px;
}
.poll-text {
	display: inline-block;
	position: relative;
	bottom: 2px;
	color: #7c7979;
}
.vote-btn, .poll-btn {
	background: #7fb5e3;
	border: medium none;
	border-radius: 2px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font: bold 12px/30px samim;
	height: 31px;
	margin: 3px auto 10px;
	padding: 0 25px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.vote-btn {
	background: #7fb5e3;
}
.vote-btn:hover {
	background: #333333;
}
.poll-btn {
	background: #333333;
}
.poll-btn:hover {
	background: #7fb5e3;
}
.all-vote {
	text-align: center;
	margin: 10px 0;
}
.vote {
	margin-bottom: 2px;
	font-size: 13px;
}
#speed-bar {
	background: #fff url("../images/speedbar.png") no-repeat scroll right 4px center;
	border: 1px solid #e2e2e2;
	color: #ababab;
	display: none;
	font: 11.5px/20px samim;
	margin-bottom: 15px;
	padding: 8px 33px 5.5px 14px;
}
#speed-bar a {
	color: #333333;
}
#speed-bar a:hover {
	color: #7fb5e3;
}
.short-story {
	background: #fff;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	margin-bottom: 15px;
	min-height: 221px;
	padding: 0;
	position: relative;
}
.short-story-com {
	left: 15px;
	position: absolute;
	top: 15px;
}
.short-story-com a {
	background-color: #292929;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font: 300 12px/25px samim;
	height: 23px;
	padding: 0 8.5px;
	position: relative;
}
.short-story-com a:after {
	border-left: 6px solid transparent;
	border-top: 4px solid #292929;
	bottom: -3px;
	content: "";
	position: absolute;
	right: 4px;
}
.short-story-image {
	box-sizing: border-box;
	float: right;
	height: 219px;
	margin: 0;
	overflow: hidden;
	width: 36%;
}
.short-story-image img {
	min-height: 219px;
	height: auto;
	width: 100%;
	filter: brightness(97%);
	-webkit-filter: brightness(97%);
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.short-story-image img:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.short-story-cont {
	box-sizing: border-box;
	float: right;
	padding: 14px;
	width: 64%;
}
.short-story-cat {
	float: right;
	font-size: 0;
	line-height: 0;
}
.short-story-cat a {
	background: #7fb5e3;
	color: #fff;
	display: block;
	float: right;
	font: bold 11px/26px samim;
	height: 26px;
	margin: 0 0 0 5px;
	padding: 0 9px;
}
.short-story-info {
	color: #a0a0a0;
	font: 11px/19px samim;
	margin: 5px 0;
}
.short-story-title {
	color: #555;
	margin: 10px 0 0;
	padding: 0;
}
.short-story-title h2 {
	float: right;
	font: bold 15px/28px samim;
	margin: 0;
}
.short-story-title h2 a {
	color: #333333;
	padding: 0;
	-webkit-transition: padding 0.25s linear;
	-moz-transition: padding 0.25s linear;
	-ms-transition: padding 0.25s linear;
	-o-transition: padding 0.25s linear;
	transition: padding 0.25s linear;		
}
.short-story:hover .short-story-title h2 a {
	padding: 0 3px 0 0;	
	-webkit-transition: padding 0.25s linear;
	-moz-transition: padding 0.25s linear;
	-ms-transition: padding 0.25s linear;
	-o-transition: padding 0.25s linear;
	transition: padding 0.25s linear;	
}
.short-story-title h2 a:hover {
	color: #e91802;
}
.short-story-text {
	font: 13px/25px samim;
	padding: 0 0 0 3px;
	text-align: justify;
}
.full-story {
	background: #fff;
	border: 1px solid #e2e2e2;
	margin-bottom: 15px;
}
.full-title-cont {
	margin: 0;
	padding: 12px 14px 6px;
	border-bottom: 1px dashed #e2e4e6;
	position: relative;
}
.full-title {
	box-sizing: border-box;
	color: #555555;
	font: 600 15px/32px samim;
	margin: 0 0 5px;
	min-height: 30px;
	padding: 3px 0 0;
}
.full-title a {
	color: #555;
}
.full-title a:hover {
	color: #7fb5e3;
}
.news-info {
	color: #a0a0a0;
	height: 22px;
	margin: 0;
	padding: 0;
}
.news-info a {
	color: #777;
	font-size: 11px;
	text-decoration: underline;
}
.news-info a:hover {
	color: #ef4043;
}
.date, .author, .comms, .views, .edit, .complaint {
	float: right;
	font: 12px/18px samim;
	height: 16px;
	margin: 0 0 6px 20px;
	padding: 0;
}
.date i, .author i, .comms i, .views i, .edit i, .complaint i {
	color: #b5b5b5;
	float: right;
	font-size: 16px;
	margin: 0 0 0 5px;
}
.edit i {
	color: #0174fe;
	margin: 1.5px 0 0 5px;
}
.complaint i {
	color: #ff7f00;
	margin: 1.5px 0 0 5px;
}
.news-text {
	color: #555555;
	padding: 14px;
	overflow: hidden;
}
.news-text img {
  border: 5px solid transparent;
  box-sizing: border-box;
  max-width: 100%;
  width: auto;
}
.news-text li {
	list-style: inside none disc;
}
.cats {
  background: #f5f5f5;
  box-shadow: 0 1px 3px -3px #aaaaaa inset;
  box-sizing: border-box;
  display: block;
  font: 12px/18px samim;
  margin: 0;
  min-height: 45px;
  padding: 14px 17px 14px 14px;
  text-shadow: 1px 1px 0 #fff;
}
.cats i {
	color: #b5b5b5;
	float: right;
	font-size: 16px;
	margin: 0 0 0 5px;
	text-shadow: 1px 1px 0 #fff;
}
.fulltags {
  box-sizing: border-box;
  color: #ffffff;
  font-size: 0;
  padding: 14px;
}
.fulltags span {
	color: #7fb5e3;
	font: bold 14px/26px samim, Tahoma;
	margin: 0;
}
.fulltags a {
	background: #f5f5f5;
	border-radius: 1px;
	color: #6a6a6a;
	display: inline-block;
	font: 12px/29px samim, Tahoma;
	height: 28px;
	margin: 0 0 3px 3px;
	padding: 0 10px 0 11px;
	text-shadow: 1px 1px 0 #fff;
}
.fulltags a:hover {
	background: #7fb5e3;
	color: #fff;
	text-shadow: none;
}
.related {
	margin: 2px 0;
}
.related li {
	background: #f5f5f5;
	border-left: 3px solid #ccc;
	list-style: outside none none !important;
	margin: 0 0 5px;
	min-height: 21px;
}
.related li:last-child {
	margin: 0;
}
.related li:hover {
	background: #fbfbfb;
	border-left: 3px solid #e74c3c;
	box-shadow: 2px 2px 5px -2px #747474;
	color: #e74c3c;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.related li a {
	box-sizing: border-box;
	color: #6a6a6a;
	display: block;
	font: 12px/21px samim;
	padding: 6px 9px;
	text-shadow: 1px 1px 0 #fff;
}
.related li a:hover {
	color: #555555;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.footer {
	background: #333333;
	color: #c5c5c5;
	margin: 0;
	min-height: 200px;
	padding: 0;
	position: relative;
}
.footer a {
	color: #ff9b37;
}
.footer a:hover {
	color: #c91021;
}
.footer-cont {
	overflow: hidden;
	padding: 40px 0 26px;
}
.footer-col {
	box-sizing: border-box;
	float: right;
	padding: 0 15px;
	position: relative;
	width: 33.33%;
}
.footer h3 {
	color: #ffffff;
	font: bold 15px/30px samim;
    text-align: center;
}
.foter-news {
	padding: 8px 0 0;
}
.foter-news li {
	box-sizing: border-box;
	min-height: 32px;
	list-style: outside none none;
	padding: 0;
}
.foter-news > li:last-child {
	border-bottom: medium none;
}
.foter-news li a {
	color: #c5c5c5 !important;
	font: 14px/32px samim;
	padding: 0;
}
.foter-news li a:hover {
	color: #ff9b37 !important;
}
.siteinfo {
	font: 16px/26px samim;
	padding: 10px 0;
    	text-align: center;

}
.siteinfo p {
	margin: 0;
	padding: 0;
	text-align: justify;
}
.feed {
	display: block;
	margin: 19px auto 20px;
	max-width: 320px;
	min-height: 32px;
	padding: 0;
	position: relative;
	text-align: justify;
	width: 94%;
}
.feedsend {
	border: 1px solid #484848;
	bottom: 3px;
	box-shadow: -2px 1px 5px rgba(0, 0, 0, 0.1) inset;
	box-sizing: border-box;
	float: right;
	min-height: 32px;
	margin: 0;
	width: 100%;
}
.feedinput {
	background: #ffffff !important;
	border: medium none !important;
	box-sizing: border-box;
	color: #626e80;
	direction: ltr;
	float: right;
	font: 300 12px/28px samim !important;
	height: 30px;
	margin: 0 !important;
	padding: 0 8px !important;
	text-align: right;
	width: 80%;
}
.feedbutton {
	background: #1abc9c;
	color: #ffffff;
	border: medium none;
	box-sizing: border-box;
	cursor: pointer;
	float: right;
	font: 14px/29px samim;
	height: 30px;
	margin: 0;
	padding: 0;
	width: 20%;
}
.feedbutton:hover {
	background: #ffd300;
	color: #333;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
}
.footerline {
	border-bottom: 1px solid #000000;
	box-shadow: 0 1px 0 #434343;
	margin-bottom: 8px;
}
.sospages {
	display: block;
	height: 40px;
	margin: 18px auto;
	overflow: hidden;
	width: 218px;
}
.sospages li a {
	border-radius: 50%;
	color: #fff;
	display: block;
	float: right;
	height: 40px;
	margin: 0 18px 0 0;
	overflow: hidden;
	width: 40px;
}
.sospages li a:hover {
	color: rgba(195, 195, 195, 0.75);
	box-shadow: 0 0 5px rgba(50, 50, 50, 0.6) inset;
	-webkit-transition: box-shadow 0.2s linear;
	-moz-transition: box-shadow 0.2s linear;
	-o-transition: box-shadow 0.2s linear;
	-ms-transition: box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear;
}
.sospages ul li i {
	display: block;
	font-size: 22px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	width: 20px;
}
.myinstagram {
	background-color: #41739D;
	margin: 0 !important;
}
.myinstagram i {
	margin: 10px auto;
}
.mygoogle {
	background-color: #CA3024;
}
.mygoogle i {
	margin: 10px 4.5px 10px 15.5px;
}
.mytelegram {
	background-color: #4A82C5;
}
.mytelegram i {
	font-size: 19px !important;
	margin: 10px 11px 10px 9px;
}
.myfacebook {
	background-color: #3E64AC;
}
.myfacebook i {
	margin: 11px 13px 9px 7px;
}
.copyright {
	background: #212121;
	min-height: 40px;
}
.copyright-right, .copyright-left {
	color: #c5c5c5;
	font: 12px/23px samim;
}
.copyright-right a, .copyright-left a {
	color: #ffffff;
}
.copyright-right a:hover, .copyright-left a:hover {
	color: #ff9b37;
}
.copyright-right {
	float: right;
	padding: 8.5px 15px 8px 15px;
}
.copyright-left {
	float: left;
	padding: 9px 15px 8px 15px;
}
.site-navigation {
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px
}
.site-navigation span, .site-navigation a {
	background: #ffffff;
	border-radius: 2px;
	color: #555;
	display: inline-block;
	font-size: 13px;
	line-height: 31px;
	padding: 1px 11px;
	text-shadow: 0 1px 0 #fff;
}
.site-navigation a:hover, .navigation span {
	background: #7fb5e3;
	color: #fff;
	text-shadow: none;
}
.navigation, .nextprev {
	display: inline-block;
	font: 12px samim
}
.nextprev a:hover span {
	background: none;
	text-shadow: 0 1px 0 rgba(0,0,0,0.25)
}
.comments-tree-item {
	border-bottom: 1px dashed #dddddd;
}
.comments-tree-item:last-child {
	border-bottom: medium none;
}
.commcont {
	background: #fff;
	border: 1px solid #e2e2e2;
	margin: 0 0 15px;
	padding: 0;
}
.comments li {
	list-style: none !important;
}
.site-comment {
	margin: 0;
	padding: 14px 0;
	position: relative;
}
.right-comment {
	box-sizing: border-box;
	float: right;
	position: absolute;
	right: 0;
	top: 14px;
	width: 80px;
}
.ava-comm {
	box-sizing: border-box;
	display: block;
	height: 80px;
	width: 80px;
}
.ava-comm img {
  border-radius: 50%;
	display: block;
	height: 70px;
	max-width: 100% !important;
	padding: 5px;
	width: 70px;
}
.left-comment {
	box-sizing: border-box;
	float: right;
	padding: 0 89px 0 0;
	position: relative;
	width: 100%;
}
.comment-top {
	height: 28px;
}
.comment-top ul {
	float: right;
	margin: 5px 0 0;
}
.comment-top ul li {
	color: #575757;
	float: right;
	font: 300 12px/23px samim;
	margin-left: 12px;
}
.comment-top ul li b {
	font: bold 13px/21px samim;
}
.comment-top ul li a:hover {
	text-decoration: underline
}
.comment-top ul li span {
	font-weight: 400
}
.comment-top .comm-id {
	background: #e4e4e4;
	border-radius: 2px;
	color: #555;
	float: left;
	font-size: 12px;
	height: 21px;
	line-height: 24px;
	margin-top: 1px;
	padding: 0 7px;
	text-shadow: 0 1px 0 #ffffff;
}
.comm-text {
	margin: 0;
	padding: 8px 0 16px;
}
.comm-opt {
	float: right;
	margin-bottom: 4px
}
.comm-opt a {
  border: 1px solid #dedede;
  border-radius: 2px;
  color: #a0a0a0;
  display: inline-block;
  font: 11.5px/23px samim;
  height: 23px;
  margin-left: 0;
  padding: 0 8px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.comm-opt a:hover {
	background: #7fb5e3;
  border: 1px solid #7fb5e3;
	color: #ffffff;
}

.add-comment {
	background: #fff;
	border: 1px solid #e2e2e2;
	margin: 0 0 15px;
	padding: 0;
}
.add-comment li {
	list-style: none !important;
}
.add-comment table {
	border-collapse: collapse;
}
.add-comment textarea {
	display: block;
	resize: none;
	height: 40px;
	background: #ffffff;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	width: 660px;
	padding: 12px;
	color: #555555;
}
.add-comment button {
	cursor: pointer
}
.pheading, .heading {
	border-bottom: 2px solid #ebebeb;
	color: #555;
	height: 42px;
	line-height: 42px;
	padding: 0;
}
.pheading h2, .heading h2 {
	border-bottom: 2px solid #e91802;
	float: right;
	font: bold 14px/48px samim;
	height: 42px;
	margin: 0 14px 0 0;
}
.uheader {
	margin: 0;
	padding: 10px 1px 5px 0;
}
.basecont, .baseform {
	margin: 0 auto;
    z-index:10px;
}
.fieldsubmit {
	text-align: center;
	padding: 15px;
}
.stats-table {
	margin-bottom: 10px;
}
.menu-stat {
	border-top: 1px dotted #b7b3b3;
}
.menu-stat li {
	border-bottom: 1px dotted #b7b3b3;
	padding: 10px 0
}
.addnews-content, .basecont {
	background: #fff;
	border: 1px solid #e2e2e2;
	margin-bottom: 15px;
    z-index:10px;

	padding: 0;
}
.berrors {
	background: #fefefe;
	border: 1px solid #e2e2e2;
	color: #555;
	font: 12px/22px samim, Tahoma;
	margin: 10px 0 8px;
	padding: 11px 16px 12px;
	text-shadow: 1px 1px 0 #ffffff;
}
.berrors b {
	color: #ed0000;
	display: block;
	margin: 3px 0 0;
}
.fbutton, .bbcodes, .ui-button, .button-black {
	background: #7fb5e3;
	border: medium none;
	border-radius: 2px;
	color: #ffffff;
	cursor: pointer;
	font: bold 12px/29px samim;
	padding: 0 14px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.button-black {
	background: #333333;
}
.fbutton:hover, .bbcodes:hover, .ui-button:hover {
	background: #333333;
}
.button-black:hover {
	background: #7fb5e3;
	color: #ffffff;
}

.f_input, .feed_textarea, .f_textarea, #searchinput, #searchuser, #replylimit {
	border: 1px solid #dcdcdc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-sizing: border-box;
	padding: 5px;
	color: #555;
	transition: border .4s;
}
.feed_textarea, .f_textarea, textarea {
	width: 94%;
}
.f_input:focus, .feed_textarea:focus, .f_textarea:focus, #searchinput:focus, #searchuser:focus, #replylimit:focus {
	border: 1px solid #c5c5c5;
	box-shadow: none;
}
.f_input {
	max-width: 94%;
	width: 275px;
}
.addnews-content .label, .feed-form .label {
	width: 22%;
}
.addnews-content .label1 {
	width: 32%;
}
.addnews-content .l_input {
	box-shadow: 0 1px 5px rgba(0,0,0,0.2) inset;
	height: 20px;
	padding: 2px;
	width: 250px;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table.tableform td {
	padding: 4px 5px;
}
.searchtable fieldset {
	margin: 0 4.5px !important;
	padding: 8px 10px;
}
.searchtable td {
	text-align: right;
}
.search td label {
	margin: 0 0 0 10px;
}
.search td label input[type="radio"] {
	margin: 0 0 0 4px;
}
.page-title {
	border-bottom: 2px solid #ebebeb;
	color: #555;
	height: 42px;
	line-height: 42px;
	padding: 0;
}
.page-title h2 {
	border-bottom: 2px solid #e91802;
	float: right;
	font: bold 14px/48px samim;
	height: 42px;
	margin: 0 14px 0 0;
}
.comments-editor {
	width: 525px;
}
.addnews-table td {
	border-bottom: 1px dotted #c9c8c8;
	font: 13px samim;
	padding: 10px 0;
}
.feed-form td {
	padding: 10px 0 9px;
}
.fieldtr {
	border-bottom: 1px dashed #edeff0;
}
.fieldtr.flast {
	border-bottom: medium none;
}
.labell {
	font: 13px/28px samim;
	padding: 3px 0 0 15px !important;
}
#dle-captcha img {
	margin: 0 0 1px;
	max-width: 150px;
}
.pdpm {
	float: right;
	margin: 27px 45px 10px 0;
	width: 170px;
}
.pdpm a {
	background: #7fb5e3;
	border-radius: 3px;
	color: #ffffff;
	float: right;
	font: bold 11.5px/28px samim;
	height: 29px;
	margin: 0 0 10px;
	text-align: center;
	width: 150px;
}
.pdpm a:hover {
	background: #333333;
	transition: all .2s linear;
}
.pm_status_head {
	border-bottom: 1px dotted #c9c8c8;
	padding: 5px;
	margin-bottom: 10px;
}
.pm_status_content {
	background: #fcfcfc;
	border-radius: 0;
	box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.34) inset;
	display: block;
	float: left;
	margin: 24px 0 0 28px;
	padding: 16px 17px 12px 18px;
}
.infoblock {
	margin: 15px;
}
.profile-left-main {
	background: #f5f5f5;
	border-radius: 3px;
	float: left;
	padding: 15px 14px 12px 13px;
	width: 100px;
	box-shadow: 0 1px 0 #fff;
}
.ava-profile {
	border-radius: 3px;
	width: 100px;
	height: 100px;
}
.profile-left-main ul {
  border-top: 1px dotted #cccccc;
  margin-top: 10px;
  padding-top: 5px;
}
.profile-left-main li {
  list-style: outside none none;
}
.profile-left-main ul li a {
  color: #555;
  font-size: 12px;
  text-shadow: 1px 1px 0 #fff;
}

.edituser a, .edituser {
	color: #00a0ea;
	font-size: 12px;
}
.edituser {
	display: block;
	margin: 3px 0 0 16px;
}
.user-info {
	margin-left: 15px;
}
.user-info li {
	border-bottom: 1px dotted #dad7d7;
	list-style: outside none none;
	padding: 8px 10px 8px 0;
}
.full-news-content {
	padding-top: 5px;
	text-align: center;
}
.full-news-content img {
	margin: 10px 0;
	border: 3px solid #f1f1f1;
	box-shadow: #000 0 10px 25px -11px;
	-moz-box-shadow: #000 0 10px 25px -11px;
	-webkit-box-shadow: #000 0 10px 25px -11px;
	max-width: 680px;
}
.tag {
	padding: 10px 1px;
	margin: 0 0 3px;
}
.tag p {
	padding: 5px;
}
.tablecomm {
	border-top: 1px solid #c2beb7;
	margin-top: 5px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.tablecomm td {
	padding: 6px 0;
	border-bottom: 1px dashed #a19c92
}
.tablecomm td.label {
	width: 10%;
	padding-right: 0;
	font-weight: 700;
	color: #353535;
}
.tablecomm td.lab {
	width: 10%;
	padding-left: 5px;
	font-weight: 700;
	color: #353535;
}
.block-contentt {
	padding: 14px;
}
.sociallogin {
	height: 18px;
	text-align: center;
}
.lfield.lfchek {
	list-style: outside none none;
}
#toTop {
	background: #7fb5e3;
	bottom: 10px;
	color: #fff;
	cursor: pointer;
	display: none;
	font: 12px samim;
	overflow: hidden;
	padding: 6px 11px 5px 13px;
	position: fixed;
	right: 12px;
	text-align: center;
	text-decoration: none;
	z-index: 1000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#toTop:hover {
	opacity: 1;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
#toTop:active, #toTop:focus {
	outline: none;
}


@media only screen and (max-width : 1200px) {
}

@media only screen and (min-width : 992px) {
.searchbtn {
	display: none;
}
.labell {
	width: 18%;
}
}


@media only screen and (max-width : 992px) {
.toplinks {
	margin: 11px 50px 0 0;
}
.searchbtn {
	background-color: #f5f5f5;
	color: #c5c5c5;
	cursor: pointer;
	display: block;
	float: left;
	height: 38px;
	position: relative;
	width: 41px;
}
.searchbtn.red {
  background: #7fb5e3;
  color: #ffffff;
}
.searchbtn:hover {
	background-color: #7fb5e3;
	color: #ffffff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}
.searchbtn i {
  font-size: 18px;
  left: 12.54px;
  position: absolute;
  top: 9.5px;
}
#quick-search {
	background: #7fb5e3;
	border-radius: 2px;
	display: none;
	left: 15px;
	padding: 8px;
	position: absolute;
	top: 50px;
	z-index: 100;
}
#quick-search.open {
	display: block;
}
#quick-search:after {
	bottom: 100%;
	left: 22px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(186,200,78,0);
	border-bottom-color: #7fb5e3;
	border-width: 10px;
	margin-left: -10px
}
#quick-search input[type="text"] {
  background: #ffffff;
}
#quick-search button#q-btn {
	height: 26px;
	top: 0;
}
.logo {
	float: none;
	margin: 10px auto;
}
.header-tabligh {
	float: none;
	margin: 0 auto 15px;
}
.topmenuline {
	height: 0;
}
.topmenucont {
	height: 0;
}
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 40px;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 40px;
}
.short-story-text {
	display: none;
}
.footer-col {
	width: 44.5%;
	padding-bottom: 40px;
}
.footer-col.last {
	padding-bottom: 0;
}
}


@media screen and (min-width: 769px) and (max-width:991px) {
    
    .nav-container {width:70%;}  
    
    
.side-news-img {
	float: none;
	height: 100px;
	margin: 0 0 6px;
	width: 100%;
}
.side-news-img img {
	min-height: 100px;
}
.side-news-cat {
	display: none;
}
.comments-editor {
	width: 94%;
}
}


@media only screen and (max-width : 768px) {
    
 .nav-container {width:70%;}  
    
.toplinks {
	display: none;
}
#login-modal {
	right: -65px;
}
#login-modal:after {
	left: 128px;
}
.topthree-right {
	width: 100%;
}
.slide-caption {
	bottom: 0;
	width: 100%;
}
.topthree-left {
	display: none;
}
.life {
	display: none;
}
.right-col {
	float: none;
	padding: 0;
	width: 100%;
}
.left-col {
	float: none;
	padding: 0;
	width: 0%;
}
.short-story-com {
	top: 16px;
}
.short-story-com a {
	z-index: 1;
}
.short-story-image {
	float: none;
	width: 100%;
}
.short-story-cont {
	width: 100%;
}
.footer-col {
	float: none;
	padding-bottom: 40px;
	width: 100%;
}
.footer-col.last {
	padding-bottom: 0;
}
.feed-form tbody td {
	display: block;
	padding: 0 0 19px !important;
}
.feed-form tbody .labell {
	margin: 12px 0 0;
	padding: 0 0 1px !important;
}
.comments-editor {
	width: 94%;
}
.fbutton {
	margin: 16px 0 0;
}
}


@media only screen and (max-width : 480px) {
    
       .boxarsh1 {width:100%;}
.boxarsh2 {width:100%;}

    .boxarsh31 {width:50%;}
    .boxarsh32 {width:50%;}
    .boxarsh33 {width:100%;}
    
    
    
.hello {
	display: none;
}
.copyright-right {
    width: 95%;
    text-align: center;
}
.copyright-left {
     width: 95%;
        text-align: center;

}
}


@media only screen and (max-width : 320px) {
    
    
            
    
.side-news-img {
	float: none;
	height: 100px;
	margin: 0 0 6px;
	width: 100%;
}
.side-news-img img {
	min-height: 100px;
}
.side-news-cat {
	display: none;
}
}
.telegramn {z-index: 1000; position:fixed; bottom: 0px; left: 0px; border-width: 0px;}


.tags{color:#202020;}
.tags a{border:1px solid #202020;color:#888;font-size:12px;margin:0 0 8px 4px;padding:2px 8px;display:inline-block;}
.tags a:hover{border-color:#202020;color:#fff;background:#0078d9;}



.carpet {
	text-align: center;
	text-decoration: none;
font-size: 18px;
    	line-height: 36px;

    color:#000;

}

.elekbaan {max-width: 614px;margin-left: auto;margin-right: auto;}


.telephone {z-index: 1000; position:fixed; bottom: 15px; left: 5px; border-width: 0px;}
