/*
Theme Name:Mottomag
Theme URI: http://web-dorado.com/wordpress-themes/mottomag.html
Author: web-dorado.com
Author URI: http://web-dorado.com/
Description: Mottomag is a dynamic, galley-enhanced   responsive  theme which is a perfect choice for the Magazine type websites requiring combination of images and texts. The theme uses default minimalistic color scheme, which can be further enhanced.
Mottomag Theme, Copyright 2015 web-dorado.com
Mottomag is distributed under the terms of the GNU GPL
Version: 2.0.3
Tags: black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, white, yellow, dark, light, custom-menu, custom-header, custom-background, featured-images, custom-colors, flexible-header, full-width-template, one-column, two-columns, three-columns, right-sidebar, theme-options, threaded-comments, fluid-layout, responsive-layout
License: GNU General Public License v3 or later
License URI: license.txt*/

/*Wordpress standart*/
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   margin: 0;
   padding: 0 4px 5px;
}

.sticky{
	display:none;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin: 5px auto 5px auto;
}

.alignright {
   float:right;
   margin: 5px 0 20px 20px;
}

.alignleft {
   float: left;
   margin: 5px 20px 20px 0;
}

.aligncenter {
   display: block;
   margin: 5px auto 5px auto;
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

a img.alignright {
   float: right;
   margin: 5px 0 20px 20px;
}

a img.alignnone {
   margin: 5px 20px 20px 0;
}

a img.alignleft {
   float: left;
   margin: 5px 20px 20px 0;
}

a img.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto
}

.gallery-caption{
	display:none;
}
body {
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:15px;
}

a {
	text-decoration:none;
	outline:none;
}

a:link, a:visited {text-decoration:none;}
a:hover, a:focus, a:active {text-decoration:none;}

::-webkit-input-placeholder{
    color: #000000;
}
:-moz-placeholder{
    color: #000000;
}
::-moz-placeholder{
    color: #000000;
}
:-ms-input-placeholder
{
    color: #000000;
}

.archive-header{
	font-size: 24px;
	margin: 15px 0;
}

h1{
   font-size:40px;
}

h4{
	font-size: 24px;
}

h5{
	font-size: 20px;
}

h6{
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6, form, p, ul, ol, dl, li {margin:0px; padding:0px;}
h2,aside h3 {
	position:relative;
	margin:0px;
	font-size:35px;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6,pre, a, p{
	word-wrap: break-word;
	word-break: break-word;
}

img{
	max-width: 100%;
	height: auto;
}

.styledHeading{
	line-height: 34px;
	padding: 3px 0 0 3px;
	margin-top: 1px;
	min-height: 40px;
}

#blog table,
.blog table,
.widget-area table,
#content table{
 border-collapse: collapse;
}
#blog ol, #blog ul , #content ol, #content ul{
  padding-left: 20px;
}
#wd-categories-tabs .tabs{
	padding-left: 0px;
}
#blog td, #blog th,
.blog td, .blog th,
.widget-area  td, .widget-area th,
#content td, #content th{
	border: 1px solid #EDEDED;
	padding: 7px
}

.categories-links, .tags-links, .author, .entry-meta time {
margin-right: 20px;
}

address {/*display:inline;*/ font-style:normal;}
object {outline:none;}

.hide {display:none; /*visibility:hidden;*/}
.show {display:block; /*visibility:visible;*/}
.clear {clear:both;}

a img {border:none;}


/*###################################################*/
html, body {width:100%;}

.phone .entry embed, .phone .entry iframe{
   max-width:98%;
}

.container {
	position:relative;
	margin:0px auto;
	clear:both;
	/*width:1024px;*/
}

/*navigation*/

.page-links{
   margin: 14px 0;
   font-size: 17px;
   clear: both;
}	
.page-links-title, .page-links-number{
   margin-right: 5px;
}
.page-links-number{
   display: inline-block;
   width: 23px;
   text-align: center; 
}

.navigation{
  clear: both;
  font-size: 17px;
}
.page-navigation{
	clear: both;
	font-size: 20px;
	background: none !important;
	margin: 20px 0 !important;
	display: block !important;
}

.newer-posts{
	float:left;
}

.older-posts{
	float:right;
}

.page-navigation a[rel="next"]{
  float:right;
}
 
.blog-page-navigation .page-numbers{
	width: 47px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	display: inline-block;
	text-align: center;
	font-size: 19px;
	padding: 10px;
	float:left;
	box-sizing: border-box;
}
.blog-page-navigation a:first-child,
.blog-page-navigation span:first-child{
	border-left: 1px solid #000;
}

.blog-page-navigation span.current{
	text-decoration: underline;
}

.blog-page-navigation{
	margin: 15px 0;
}

.blog-page-navigation .page-numbers.prev,
.blog-page-navigation .page-numbers.next{
	width: 61px;
	padding: 10px 10px;
}
/*entry meta*/

.entry-meta{
  font-size: 14px;
  text-align: left;
  margin: 15px 0;
  clear:both;
}

.single-post .entry-meta{
	font-size: 17px;
	margin: 5px 0;
	padding: 18px 0 5px;
	border-top: 1px solid #E7E7E7;
	letter-spacing: 0.8px;
}

.meta-date{
	margin-bottom:15px;
}

.sep{
   font-size: 16px;
   font-weight: 600;
   background-size: contain !important;
}

.sep.tag{
   background:url(images/tag.png) no-repeat;
   height:20px;
   width:20px;
   display:inline-block;
   margin-bottom: -4px;
   margin-right: 7px;
}

.sep.date{
   background:url(images/date.png) no-repeat;
   height:20px;
   width:20px;
   display:inline-block !important;
   margin: 0 7px 0 0 !important;
}

.sep.author{
   background:url(images/author.png) no-repeat;
   height:20px;
   width:20px;
   display:inline-block;
   margin-right: 7px;
}

.sep.category{
   background:url(images/categories.png) no-repeat;
   height:16px;
   width:16px;
   display:inline-block;
   margin-right: 7px;
}
.entry-meta-cat{
    margin: 5px 0;
    padding: 5px 0;
	font-size: 17px;	
	letter-spacing: 0.8px;
}

.entry-meta *,.entry-meta-cat *{
   color: #B2B0B0 !important;
}

.entry-date{
	margin-right: 5px;
}

header, #header {
	position:relative;
	width:100%;
}

#header >.container{
	padding: 30px 0 30px 0;
}

#header >.container.phone{
	padding: 30px 0 0px 0;
}
	
#social {
	position:absolute;
	left:0px;
	top:0px;
	list-style:none;
	height:37px;
}

#social  li {
	float:left;
	margin:0px 5px 0px 0px;
}

#social  li a {
	display:block;
	width:37px;
	height:37px;
	background:url(images/social.jpg) left top no-repeat;
	text-indent:-9999px;
}

#social  li.twitter a{background:url(images/social.jpg) left -37px no-repeat;}
#social  li.gplus a{background:url(images/social.jpg) left -74px no-repeat;}
#social  li.rss a{background:url(images/social.jpg) left -111px no-repeat;}

#search-block {
	position: absolute;
	right: 15px;
	top: 0px;
	width: 190px;
	height: 38px;
}
#search-block-category{
	clear:both;
	width:190px;
	position: absolute;
	margin-top:30px;
}

#search-input {
	position:absolute;
	left:0px;
	top:0px;
	width:150px;
	height:38px;
	z-index:1;
	border:1px solid #000000;
	padding:0px 30px 0px 10px;
	background:transparent;
	outline:none;
	max-width: 100%;
}

#search-submit {
	position: absolute;
	top: 0px;
	right: 6px;
	width: 34px;
	height: 30px;
	background: url(images/search.png) right top no-repeat;
	background-size: 82%;
	z-index: 2;
	border: 0px;
	text-indent: -9999px;
	cursor: pointer;
	margin-top: 5px;
}

.search-no-result{
    margin: 20px 0 20px 10px;
	font-size: 17px;
}

#header-middle {
	position: relative;
	width: 40%;
	float: left;
}

.phone #header-middle {
	position: relative;
	width: 80%;
	float:none;
	margin: 0 auto;
	text-align: center;
}

#logo {
	position:relative;
	float:left;
	max-width:300px;
}

.phone #logo {
	float:none;
}

#logo h1 {
	font-size: 35px;
	font-weight:bold;
}

#header-middle #logo {min-height:60px;}

#logo img { 
	display:table;
	max-width:300px;
}

.phone #logo img { 
	display:inline-block;
}

.advertismnet {
	background:#f5f5f5;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	font-size:40px;
	color:#cdcbcb;
}

#top-advertismnet {
	width:100%;
	max-width:468px;
	height:60px;
	float:right;
}

#top-advertismnet img{
	width:100%;
	height:60px;
}

/*#################NAVIGATION MENU######################*/

ul#top-nav-list {
    list-style:none;
    overflow:auto; /* makes sure the container fits the floated list-items below */
}
ul#top-nav-list li{
    position:relative; /* allows us to set the z-index */
    z-index:5; /* raises the z-index of the line item 5 levels all other elements */
    float:left; /* floats list items to the left, creating a horizontal menu */
}


.phone ul#top-nav-list li{
    float:none; /* floats list items to the left, creating a horizontal menu */
}

#header .phone-menu-block {
	position:relative;
	float:right;
	width:58%;
	margin-top: 15px;
}

#header .phone-menu-block.web {
	width:58% !important;
}

 #header  .phone.phone-menu-block {
	float:none !important;
}

#top-nav {
	position:relative;
}

.lavalamp-object{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

@-moz-document url-prefix() { 
	.lavalamp-object{
		height:48px !important;
	}
}

.phone .lavalamp-object{
	display:none !important;
}

.top-nav-list *,
.read_more{
	transition-property:background-color,color;
	transition-duration:0.5s;
}

#top-nav > div > ul,#top-nav > div > div > ul {
	list-style:none;
	display:table;
	text-align:left;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}


#top-nav > div > ul > li,#top-nav > div > div > ul > li {
	position:relative;
	float:left;
	margin:0px 0px 0px 0px;
	border-bottom:2px solid transparent;
}

#top-nav > div > ul > li > a,#top-nav > div > ul > li > a:link,#top-nav > div > ul > li > a:visited,
#top-nav > div > div > ul > li > a,#top-nav > div > div > ul > li > a:link,#top-nav > div > div > ul > li > a:visited
 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 28.15px 0px 28.15px;
	height: 35px;
	font-size: 16px;
}

#top-nav > div > ul > li ul,
#top-nav > div > div > ul > li ul {
	display:table;
	position:absolute;
	top:45px;
	left:0px;
	list-style:none;
	z-index:101;
	display:none;
	padding:0px 0px 0px 0px;
	min-width: 180px;
    background: #000000 !important;
}

#top-nav > div > ul > li ul  li,
#top-nav > div > div > ul > li ul  li
 {
	position:relative;
	display:block;
	margin:0px;
	font-size:20px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: 1px solid #181818  !important;
}


#top-nav > div > ul > li ul  li:last-child,
#top-nav > div > div > ul > li ul  li:last-child
 {
	border-bottom: 0px  !important;
}

#top-nav > div > ul > li ul  li:hover,
#top-nav > div > div > ul > li ul  li:hover
 {
	background: #F7F7F7 !important;
}

#top-nav > div > ul > li ul li a, #top-nav > div > ul > li ul li a:link, #top-nav > div > ul > li ul li a:visited,
#top-nav > div > div > ul > li ul li a, #top-nav > div > div > ul > li ul li a:link, #top-nav > div > div > ul > li ul li a:visited    {
	display:block;
	white-space:normal;
	color: #F7F7F7 !important;
	font-size: 13px;
	font-weight: 400;
	padding: 10px 20px 12px;
}
#top-nav > div > ul > li ul li a:hover,
#top-nav > div > div > ul > li ul li a:hover ,
#top-nav > div > ul > li ul li.haschild.active> a,
#top-nav > div > div > ul > li ul li.haschild.active >a {
	color: #000000 !important;
}

#top-nav > div > ul > li ul li.haschild.open:hover> a,
#top-nav > div > div > ul > li ul li.haschild.open:hover>a {
	color: #000000 !important;
}

#top-nav > div > ul > li ul  li.current_page_item ,
#top-nav > div > ul > li ul  li.current-menu-item ,
#top-nav > div > div > ul > li ul  li.current_page_item ,
#top-nav > div > div > ul > li ul  li.current-menu-item 
 {
	background: #F7F7F7 !important
}

#top-nav > div > ul > li ul  li.current_page_item  a,
#top-nav > div > ul > li ul  li.current-menu-item  a ,
#top-nav > div > div > ul > li ul  li.current_page_item   a,
#top-nav > div > div > ul > li ul  li.current-menu-item  a 
 {
	color: #000000 !important
}

#top-nav > div > ul > li ul li:first-child > a,
#top-nav > div > div > ul > li ul li:first-child > a {border-top:0px !important;}

#top-nav > div > ul > li ul ul,
#top-nav > div > div > ul > li ul ul {
	top: 0px;
	left:100%;
	margin-left:1px;
} 



/*###########SLIDESHOW##########*/


#slideshow {
	position:relative;
	/*background-size:100% 100%;*/
}

/*###########TOP POSTS##########*/
@-webkit-keyframes efect_for_top_post {
	0% {
		opacity:0;
		-webkit-transform: scale(1);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes efect_for_top_post {
	0% {
		opacity:0;
		-moz-transform: scale(1);
	}

	50% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}

	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes efect_for_top_post {
	0% {
		opacity:0;
		-o-transform: scale(1);
	}

	50% {
		opacity: 1;
		-o-transform: scale(1.1);
	}

	100% {
		-o-transform: scale(1);
	}
}

@keyframes efect_for_top_post {
	0% {
		opacity:0;
		transform: scale(1);
	}

	50% {
		opacity: 1;
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}


#top-posts {
	position:relative;
	clear:both;
	width:100%;
	text-align:left;
}

#top-posts h2 {
	position:relative;
	display:block;
	text-align:left;
	font-size:40px;
    line-height: 38px;
	margin-bottom: 3px;
	padding:0% 1%;
}

.phone #top-posts h2 {
	margin-bottom: 0px;
}

 .top-post-caption,.GalleryPost-1 .caption{
	display:none;
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;		
	text-align: center;
	box-sizing: border-box;
	background: rgba(0,0,0,0.3);
}
.GalleryPost .caption,.image_widg_cont .caption{
	display:none;
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;	
	text-align: center;
	z-index:11;
	box-sizing: border-box;
	background: rgba(0,0,0,0.3);
}

.top-post-caption .gallery-post-info,
.blog-posts .top-post-caption .gallery-post-info{
	margin-top: 34px;
}

.top-post-caption .gallery-post-info a{
	display:block;
}

 .about_us-category-post .gallery-post-info{
	margin-top: 65px;
}

.top-post-caption span{
	display: block;
	font-size: 22px;
	line-height: 25px;
}

.plus-circle span,
.GalleryPost-1 .plus-circle span{
	display: block;
	font-size: 54px;
	line-height: 27px;
}
.GalleryPost-1 .plus-circle span{
	font-size: 54px !important;
	line-height: 27px !important;
}
.GalleryPost  .plus-circle span{
	display: block;
	font-size: 35px;
	line-height: 50%;
	display: table-cell;
	vertical-align: top;
}

.tablet .GalleryPost  .plus-circle span,
.phone .GalleryPost  .plus-circle span,
.tablet .plus-circle span,
.tablet .GalleryPost-1 .plus-circle span,
.phone .plus-circle span,
.phone .GalleryPost-1 .plus-circle span{
	display: table-cell;
	vertical-align: middle;
}

.about_us-category-post .top-post-caption span.blog-date{
	display: inline-block;
	font-size: 23px;
	border-bottom: 1px solid rgba(210,210,210,0.8);
	padding-bottom:6px;
	margin-bottom:5px;
}

.about_us-category-post .top-post-caption span.leave-reply{
	font-size: 18px;
}

.web .image_widg_cont:hover .caption,.web .top-post:hover .top-post-caption,.web .GalleryPost:hover .caption{
	display:block;
	-webkit-animation: efect_for_top_post 0.4s ease-in-out;
	-moz-animation: efect_for_top_post 0.4s ease-in-out;
	-o-animation: efect_for_top_post 0.4s ease-in-out;
	-ms-animation: efect_for_top_post 0.4s ease-in-out;
	animation: efect_for_top_post 0.4s ease-in-out;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-o-transform: scale(1); 
	-ms-transform: scale(1);
	transform: scale(1);
}

#top-posts-list {
	display:table;
	width:100%;
	list-style:none;
	margin:8px 0px 0px 0px;
	padding-left:0px !important;
}
#top-posts-list .image-block > img{
	max-width:100% !important;
	max-height:100% !important;
	
}

.top-post img{
	width: auto;
	height: 100%;
	max-width: 180%;
	min-width: 100%;
}

.phone .top-post img{
	width: auto;
	min-width: 100%;
	height: 100%;
	max-width: 180%;
}

#top-posts-list .top-post,.about_us-category-post .top-post {
	float: left;
	width: 32%;
	height: 420px;
	margin-right: 16px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.tablet #top-posts-list .top-post,.tablet .about_us-category-post .top-post {
	width: 242px;
}

.phone #top-posts-list .top-post {
	margin: 0 auto 10px !important;
	width:auto;
	width: auto;
	height: 190px;
	overflow: hidden;
}

.phone #top-posts-list>div:last-child {
	margin: 0 auto !important;
}

.phone #top-posts-list .top-post img{
	height: auto;
}

.phone #top-posts-list .top-post,.phone .about_us-category-post .top-post {
	float:none !important;
}

.phone .about_us-category-post .top-post {
	float:none !important;
	width:100% !important;
}
#top-posts-list .top-post:last-child {margin-right:0px;}

#top-posts-list .top-post h4 {
	position:relative;
	font-size:21px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

#top-posts-list .top-post div.image-block {
	position:relative;
	clear:both;
	width:244px;
	height:105px;
	overflow:hidden;
	margin-bottom:5px;
	max-width: 100%;
}

#top-posts-list .top-post div.text {
	position:relative;
	width:100%;
	overflow:hidden;
}
#top-posts-list .top-post div.text p{
	overflow:hidden;
	width:100%;
	height:100%;	
}

#top-posts-list .top-post div.text p {
	text-align:justify;
}



/*SLIDESHOW*/
#slides-list {
	height:100%;
}

#slideshow .nivo-caption {
	position:absolute;
	left:10%;
	bottom:10%;
	width:20%;
	height:40%
}

#slideshow .nivo-prevNav,#slideshow .nivo-nextNav {
	display:block;
	width:10px;
	height:20px;
	text-indent:-9999px;
	
}

#slideshow .nivo-prevNav {
	padding:0px 0px 0px 5%;
	background:url(images/arrow-left-right-black.png) right bottom no-repeat;
}

#slideshow .nivo-nextNav {
	padding:0px 5% 0px 0px;
	background:url(images/arrow-left-right-black.png) left top no-repeat;
}
/*#############################MAIN#################################*/
#main {
	position:relative;
	width:100%;
	clear:both;	
}

#content {
	position:relative;
	text-align:left;
}


/*################CATEGORIES TABS###################*/

#wd-categories-tabs {
	position:relative;
	width:100%;
	margin:5px 0px 10px 0px;
}
#wd-categories-tabs .image-block > img{
	max-width:100% !important;
	max-height:100% !important;
	
}

#wd-categories-tabs  ul.tabs {		
	position:relative;
	display:table;
	width:100%;
	list-style:none;
}

#wd-categories-tabs  ul.tabs li {
	float:left;
	width:24.2%;
	margin-right:1%;
	height:67px;
}	
#wd-categories-tabs  ul.tabs li a{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	
}

#wd-categories-tabs  ul.tabs li:last-child  {margin-right:0%;}



#wd-categories-tabs  ul.tabs li a, #wd-categories-tabs  ul.tabs li a:link, #wd-categories-tabs  ul.tabs li a:visited {
	display:block;
	text-align:left;
	width:100%;
	height:47px;
	text-indent:8px;
	font-size:24px;
	padding-top: 15px !important;
	line-height: 20px !important;
	margin-top:0px !important;
}

#wd-categories-tabs  ul.tabs li a span, #wd-categories-tabs  ul.tabs li a:link span, #wd-categories-tabs  ul.tabs li a:visited  span{
	font-size:11px;
	margin-left: 7px;
}


#wd-categories-tabs  ul.tabs li a:hover, #wd-categories-tabs  ul.tabs li a:focus, #wd-categories-tabs  ul.tabs li a:active,
#wd-categories-tabs  ul.tabs li.active a, #wd-categories-tabs  ul.tabs li.active a:link, #wd-categories-tabs  ul.tabs li.active a:visited,
#wd-categories-tabs  ul.tabs li.active a:hover, #wd-categories-tabs  ul.tabs li.active a:focus, #wd-categories-tabs  ul.tabs li.active a:active {
	height:67px;
	margin-top:0px;
	padding-top: 15px;
	line-height: 20px;
	padding-right:5px;
	transition: all 0.5s ease;
}

#wd-categories-tabs  ul.content {
	position:relative;
	/*display:table;*/
	overflow:hidden;
	width:400%;
	clear:both;
	/*height:266px;*/
	list-style:none;
}
#wd-categories-tabs .cont_vat_tab{
	width:100%;
	overflow:hidden;
}


#wd-categories-tabs  ul.content > li {
	position:absolute;	
	height:auto;
	display:none;
	overflow:hidden;
	left:0px;
	right:0px;
}	
#wd-categories-tabs  ul.content > div.ui-effects-wrapper > li {
	position:relative;	
	height:auto;
	display:none;
	overflow:hidden;
}	

#wd-categories-tabs  ul.content > li:first-child {display:block;}

#wd-categories-tabs  ul.content > li ul {
	display:table;
	position:relative;
	width:auto;
	/*margin:0px auto;*/
	height:98%;
	/*padding:15px 1% 15px 1%;*/
	list-style:none;
	width:100%;
}
#wd-categories-tabs  ul.content > div.ui-effects-wrapper > li ul {
	display:table;
	position:relative;
	width:auto;
	/*margin:0px auto;*/
	height:98%;
	/*padding:15px 1% 15px 1%;*/
	list-style:none;
}

#wd-categories-tabs  ul.content > li ul li {
	position:relative;
	margin:0px;
	width:50%;
	float:left;
}
#wd-categories-tabs  ul.content > div.ui-effects-wrapper > li ul li {
	position:relative;
	margin:0px;
	width:50%;
	float:left;
}

#wd-categories-tabs  ul.content > li ul li div.thumbnail-block {
	position:relative;
	float:left;
	width:80px;
	height:80px;
	overflow:hidden;
	margin:1px 15px 10px 0px;
}

#wd-categories-tabs  ul.content > div.ui-effects-wrapper > li ul li div.thumbnail-block {
	position:relative;
	float:left;
	width:80px;
	height:80px;
	overflow:hidden;
	margin:1px 15px 10px 0px;
}

#wd-categories-tabs  ul.content > li ul li div.thumbnail-block  a.image-block {
	display:block;
	overflow:hidden;
}
#wd-categories-tabs  ul.content > div.ui-effects-wrapper > li ul li div.thumbnail-block  a.image-block {
	display:block;
	overflow:hidden;
}

#wd-categories-tabs  ul.content > li ul li div.thumbnail-block img {
	
}

#wd-categories-tabs  ul.content > li ul li div.text {
	position:relative;
	/*float:left;
	width:270px;*/
	overflow:hidden;	
}
#wd-categories-tabs  ul.content > div.ui-effects-wrapper > li ul li div.text {
	position:relative;
	/*float:left;
	width:270px;*/
	height:80px;
	overflow:hidden;	
}

#wd-categories-tabs  ul.content > li ul li div.text a{text-decoration:underline;}

#wd-categories-tabs  ul.content > li ul li div.text  h3 {
	position:relative;
	display:inline-block;
	width:270px;
	height:25px;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-weight:normal;
}
#wd-categories-tabs  ul.content > div.ui-effects-wrapper > li ul li div.text  h3 {
	position:relative;
	display:inline-block;
	width:270px;
	height:25px;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-weight:normal;
}

#wd-categories-tabs  ul.content > li ul li div.text .date {
	clear:both;
}
#wd-categories-tabs  ul.content > div.ui-effects-wrapper > li ul li div.text .date {
	clear:both;
}


#videos-block {
	clear:both;
	position:relative;
	margin:35px 1.4% 10px 0px;
	border-top: 1px solid rgba(236,235,229,0.8);
}

.phone #videos-block {
	margin:10px 0px 0px 0px;
}

.tablet #videos-block {
	margin:18px 0 10px 0px;
}

#videos-block h4{
	line-height: 25px;
	font-size: 20px;
}

#videos-block h2{
	display:inline-block !important;
	margin: 0px 0px 10px 15px !important;
	font-size: 23px !important;
	line-height: 32px !important;
	padding: 0 !important;
}


#videos-block h2 {
	position:relative;
	display:block;
	text-align:left;
	font-size:40px;
	line-height: 50px;
	margin-left: 8px;
}

#videos-block .date {
	position:relative;
	display:block;
	text-align:left;
	font-size:14px;
	color:#8b8b8b;
	margin:0px 0px -5px 10px;
	line-height: 15px;
}

#videos-block .content-post-1 {
	width:100% !important;
	float:none !important;
	margin-right:0px !important;
}

#videos-block .content-post {
	margin-bottom: 10px;
	width: 49.1%;
	float: left;
	margin-right: 9.5px;
}

.tablet #videos-block .content-post {
	margin-right: 13px;
	margin-bottom: 12px;
}

.phone #videos-block .content-post {
	margin-right:8px;
	width:100%;
}

.custom-slider{
    margin-top: 85px !important;
}

.phone .custom-slider{
    margin-top: 20px !important;
}

#videos-block .full-width>div:nth-child(3n+0){
	margin-right:0;
}


#videos-block .full-width {
	clear:both;
}

#videos-block .full-width img{
	float:left;
	margin: 0 25px 10px 0;
}

#videos-block .full-width h3{
	margin: 3px 0 10px;
	font-size: 24px;
}

#videos-block .half-block {
	position:relative;
	width:48%;
	padding:1% 0% 1% 2%;
	float:left;
}

#videos-block .half-block h3 {
	font-size:22px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}

#videos-block .half-block .video-block {
	position:relative;
	height:244px;
	/*width:335px;*/
	max-width:335px;
	background:url(images/video.1.jpg) left top no-repeat;
}

/*###########BLOG################*/
#blog {
	position:relative;
	/*width:100%;*/
	margin:0px;
	padding-bottom:20px;
}

#blog.content-inner-block .blog-post,#blog.content-inner-block .blog-post ul{
 	padding:0;
}

#content h2 {
	position:relative;
	display:block;
	text-align:left;
	font-size:40px;
	padding-bottom:12px;
}

.phone #content h2 {
	padding-bottom:10px;
}

#blog .date {
	position:relative;
	display:block;
	text-align:left;
	font-size:14px;
	color:#8b8b8b;
	margin:0px 0px 5px 10px;
}

#blog  .blog-post .content-post{
	margin: 0px 1.4% 20px 0;
}

.phone #blog  .blog-post .content-post{
	margin: 0px 0% 10px 0;
}

.tablet #blog .blog-post .content-post {
    margin: 0px 0 20px 0 !important;
}

.content-post .content-post-img{
    max-height:200px;
	overflow:hidden;
	position:relative;
}

.phone .content-post .content-post-img{
    height:200px;
}

.content-post .content-post-info{
	padding: 10px 15px 15px 15px;
	margin-top: 3px;
}

.content-post .content-post-info{
	padding: 0px 15px 15px 15px;
	margin-top: 0px;
}

.content-post .content-post-meta{
    height:32px;
	-webkit-box-shadow:0px 0px 5px #e5e5e5;
	-moz-box-shadow: 0px 0px 5px #e5e5e5;
	box-shadow:0px 0px 5px #e5e5e5;
}

.content-post-date{
	display: inline-block;
	width: 50px;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	text-transform: uppercase;
	padding: 5px;
}

.content-post .content-read-more{
    float:left;
	padding: 5px 5px 5px 15px;
	font-size: 16px;
}

.content-post .comments-link{
    float:right;
	padding: 5px 15px 5px 5px;
	font-size: 16px;
}

.content-post .content-read-more:hover{
	-webkit-box-shadow: -4px 0px 5px rgba(205, 205, 205, 0.75);
	-moz-box-shadow:  -4px 0px 5px rgba(205, 205, 205, 0.75);
	box-shadow: -4px 0px 5px rgba(205, 205, 205, 0.75);
}

.content-post .comments-link:hover{
	-webkit-box-shadow: 4px 0px 5px rgba(205, 205, 205, 0.75);
	-moz-box-shadow:  4px 0px 5px rgba(205, 205, 205, 0.75);
	box-shadow: 4px 0px 5px rgba(205, 205, 205, 0.75);
}

.content-post-caption{
    display:none;
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 99.62%;
	box-sizing: border-box;
	outline: 1px solid #F6F5EE;
}

.content-post-img:hover  .content-post-caption{
	display: block;
	-webkit-animation: efect_for_top_post 0.4s ease-in-out;
	-moz-animation: efect_for_top_post 0.4s ease-in-out;
	-o-animation: efect_for_top_post 0.4s ease-in-out;
	-ms-animation: efect_for_top_post 0.4s ease-in-out;
	animation: efect_for_top_post 0.4s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.content-post-img:hover  img{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}

#blog  .blog-post .content-post img { 
	width:100% !important;
	height:auto;
	float:none;
}

.phone #blog .blog-post .content-post img {
	width: auto !important;
	height: 100%;
	float: none;
	max-width: initial !important;
	min-width: 100%;
}

#blog  .blog-post .content-post h3{
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 30px;
}

#blog  .blog-post h2.no-title{
   padding-bottom:0;
}

#blog  .blog-post .content-post p {
	text-align:justify;
}

#bottom-advertismnet {
	display:block;
	position:relative;
	margin:0px auto;
	margin-top:30px;
	width:100%;
	max-width:728px;
	height:90px;
	line-height:85px;
	margin-bottom: 30px;
}

#bottom-advertismnet img {
	width:100%;
	height:90px;
	max-width:100% !important;
}


/*#####################SIDEBAR######################*/

aside {	
	width:25%;
	float:left;
	text-align:left;
}

aside .sidebar-container .widget-area {
	position:relative;
	padding: 0 15px 20px;
	border-bottom:1px solid rgba(236,235,229,0.8);
}

.phone aside .sidebar-container .widget-area {
	padding: 0 15px 10px;
}

aside .sidebar-container .widget_news_magazine_social {
	border-bottom:0px !important;
}

.widget_magazine_vertical_tab{
	max-width: 286px;
}

#wp-calendar caption{
	font-weight: 500;
}

.phone .widget_magazine_vertical_tab{
	max-width: 100%;
}

#sidebar2 .sidebar-container .widget-area{
	padding: 0px 0px 20px;
}

.phone #sidebar2 .sidebar-container .widget-area{
	padding: 0px;
}

aside .sidebar-container .widget-area.widget_search{
   	height: 40px;
}

aside .sidebar-container .widget-area .aside-advertismnet {
	display:block;
	width:223px;
	height:145px;
	font-size:28px;
}

aside .sidebar-container .widget-area .aside-adsence {
	display:block;
	width:200px;
	height:200px;
	font-size:28px;
	margin:0px auto;
}

aside .sidebar-container   ul,#sidebar-footer .widget-container ul {
	padding:0px 0px 3px 0px;
}

.entry{
   margin-bottom: 23px;
}

.phone .entry{
   margin-bottom: 10px;
}

aside .sidebar-container   .widget-area ul  li{
	margin-bottom:5px;
	display: table;
}

aside  .widget-area> h3{
	margin-bottom: 10px;
	word-wrap: break-word;
	line-height: 28px;
	font-size: 22px;
	display: inline-block;
	padding-top: 5px;
	position: relative;
	top: -1px;
}

 aside  .widget-area> h2 {
	margin-bottom:5px;
	word-wrap: break-word;
	line-height: 32px;
}

aside .sidebar-container  .widget-area .testimonials > div {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #c8c8c8;
}

aside .sidebar-container  div.widget-area:nth-last-of-type(2) {
    border-bottom:0 !important;
}

aside .sidebar-container  .widget-area .testimonials > div:last-child {
	border-bottom:0px;
}

aside .sidebar-container  .widget-area .testimonials > div  p {
	text-align:justify;
}
.events-widg{
    padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #B9B8B8;
}

 .image_widg_cont{
   position: relative;
   margin-bottom: 12px;
   height: 170px;
   overflow: hidden;
 }
 
.phone .image_widg_cont{
   margin-bottom: 0px;
 } 
 
 .widget-title{
   margin-bottom: 0;
 }
 
 .widget_exclusive_events_categ div:last-child div{
   border-bottom:0;
 }
 
.image_widg_cont img{
	height: 100% !important;
	width:100% !important;
}

.phone .image_widg_cont img{
	height: auto !important;
}

.vertical_slided_images-arrow-up,.vertical_slided_images-arrow-down{
    height: 30px;
	width: 35px;
	float: right;
	position:absolute;
	z-index: 12;
	background: #fff;
}

.tablet .vertical_slided_images-arrow-up,.tablet .vertical_slided_images-arrow-down{
	display:none;
}

.web .vertical_slided_images-arrow-left,.web .vertical_slided_images-arrow-right,
.phone .vertical_slided_images-arrow-left,.phone .vertical_slided_images-arrow-right{
	display:none;
}

.tablet .vertical_slided_images-arrow-left,.tablet .vertical_slided_images-arrow-right{
    height: 30px;
	width: 32px;
	float: right;
	position:absolute;
	z-index: 12;
	background: #fff;
}

.tablet .vertical_slided_images-arrow-left a{
    background:url(images/images_arrows_hor.png) no-repeat 0px -1px;
}
.tablet .vertical_slided_images-arrow-right{
	right: 0;
}
.tablet .vertical_slided_images-arrow-right a{
    background:url(images/images_arrows_hor.png) no-repeat -32px -2px;
}

.vertical_slided_images-arrow-up a,.vertical_slided_images-arrow-down a,
.tablet .vertical_slided_images-arrow-right a,.tablet .vertical_slided_images-arrow-left a{
    height: 30px;
	display:block;
}

.vertical_slided_images-arrow-down a{
    background:url(images/images_arrows.png) no-repeat 4px 6px;
}

.vertical_slided_images-arrow-up a{
    background:url(images/images_arrows.png) no-repeat -27px 5px;
}

.vertical_slided_images-arrow-down{
	bottom:12px;
	right:0;
}

.phone .vertical_slided_images-arrow-down{
	bottom:0;
	right:0;
}

.vertical_slided_images-arrow-up{
	top:0;
	right:0;
}

.arrows-block{
	margin-bottom: 12px !important;
}
.vertical_slided_images-content{
	overflow:hidden;
	padding:0;
	position:relative;
}

.widget_web_buis_adv img{
	margin-top:15px;
}

.phone .widget_web_buis_adv img{
	margin-top:0px;
}

.textwidget span.phone{
    font-size: 20px;
}
.textwidget span.phone.second{
	margin-left: 36px;
}
.footer-sidbar .widget-container{
    margin-right: 15px;
}
h3.cat_widget_title{
	margin: 0px 0px 10px;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
}
.widget_exclusive_categ h3.cat_widget_title{
	margin: 0px 0px 8px 10px !important;
	padding-top: 5px;
}
.cat_widget{
	margin: 20px 0px 0px;
	width:260px;
	max-width: 100%;
	background: #FFF;
}

.widget_exclusive_categ div:first-of-type{
	margin: 0px !important;
}

.phone .cat_widget{
	margin: 10px 0px 0px !important;
	max-width: 100%;
	width:auto;
}

.cat_widget_image{
	height:60px;
	overflow:hidden;	
}

.phone .cat_widget_image{
	height:160px;
}

.cat_widget_image img{
	width:100%
}

.widget_calendar td, .widget_calendar th{
	text-align:center;
	padding:7px 10px;
	font-weight:normal;
}

.widget_calendar #today {
	font-weight:bold;
}

.widget_calendar #prev,
.widget_calendar #next{
	font-weight:normal;
}

.widget_calendar caption{
	text-align: left;
	margin-bottom: 5px;
	font-size: 17px;
}
/*##############FOOTER############3*/

#footer {
	position:relative;
	clear:both;
}

#footer-bottom{
	border-top:2px solid;
}
#footer-widgets-list {
	width:100%;
	list-style:none;
	text-align:center;
}

#sidebar-footer .widget-container{
	float:left;
	margin-top:0px;	
}

#sidebar-footer .widget_mottomag_categ{
	width: 100%;
}

#sidebar-footer.phone .widget-container{

	margin-top:10px;	
}

#sidebar-footer.phone, #sidebar-footer.phone .widget-container{
	text-align:center;
}

#sidebar-footer.phone .widget-container ul{
	display: inline-block;
	text-align: left;
}

#sidebar-footer.phone .widget-container{
	padding: 0px !important;
	margin-bottom: 10px;
	margin-top:10px;
	width:100% !important;
	float:none !important;
}

#sidebar-footer.phone div.widget-container:last-child{
	border-bottom: 0px !important;

}

.widget_search form{
	position:relative;
	height:40px;
	max-width:100%;
	margin-top: 15px;
}

.phone .widget_search form{
	margin-top: 10px;
}

.widget_search form #search-input{
	width:100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#sidebar-footer .widget-container h3{
	position:relative;
	margin:0px;
	font-size:35px;
	font-weight:normal;
	margin-bottom: 8px;
}

#sidebar-footer .widget-container ul ,aside .sidebar-container  ul,#sidebar-footer .widget-container ul, .about_us-category ul{
	list-style: none !important;
	padding-left: 0px !important;
}
aside .sidebar-container  ul li:before{
  	width:		14px; 		
  	height:		10px; 	
	border-width:	7px;
	content:		'\2799';
	margin-right:	1px;
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
}

aside .sidebar-container .widget_meta  ul li:before,
aside .sidebar-container .widget_archive  ul li:before,
aside .sidebar-container .widget_categories  ul li:before{
   margin-right:4px !important;
}

h3.cat_widget_title:after{
  	width:		10px; 		
  	height:		10px; 	
	border-width:	7px;
	content:		'\2799';
	margin-right:	4px !important;
	font-size: 12px;
}

.half-block ul li:before, #sidebar-footer .widget-container  ul li:before, aside .sidebar-container .widget_recent_comments ul li:before{
  	width:		14px; 		
  	height:		10px; 	
	border-width:	7px;
	content:		'\2799';
	margin-right:	4px !important;
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
}

#footer-widgets-list li {
	display:inline-block;
}

#footer-bottom {
	position:relative;
	width:100%;
	clear:both;
	padding:13px 0px 0px 0px;
	margin-top: 30px;
}

/*#############   PHONE   ##################*/


.container.phone  {
	width:640px;
}

.phone  #logo img {width:100%;}
.phone  #search-block {width:35%;overflow:hidden;}


.phone #top-advertismnet {
	float:none;
	position:relative;
	margin:0px auto;
	display:block;
}

.tablet #top-advertismnet {
    max-width:440px;
}

/*TOP MENU */
#menu-button-block {
	position:relative;
	width:100%;
	height:40px;
	background-image:url(images/menu.button.png);
	background-position:right;
	background-repeat:no-repeat;
	text-align:left;
	margin-bottom:10px;
	display:none;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

.phone #menu-button-block {
	display:block;
}

#menu-button-block a, #menu-button-block a:link, #menu-button-block a:visited,
#menu-button-block a:active, #menu-button-block a:focus, #menu-button-block a:active  {
	display:block;
	padding:9px 2px 0px 2px;
	color:#000;
	height:29px;
	margin-left:10px;
}

#menu-button-block a span{
	display: inline-block;
	height: 100%;
	padding: 0 2px;
}

.phone #top-nav {
	position:absolute;
	top:41px;
	left:0px;
	z-index:200;
	background:none !important;
	width: 100%;
}

.phone #top-nav > div, .phone #top-nav > div > div {
	margin:0px 0px 0px 0px;
}

.phone #top-nav > div ul,.phone #top-nav > div > div ul {
	display:table;
	width: 100%;
}

.phone #top-nav .container{
    width: 100% !important;
}

.phone #top-nav > div > ul li ul li.haschild > a, .phone #top-nav > div > ul li ul li.haschild > a:link, .phone #top-nav > div > ul li ul li.haschild > a:visited ,.phone #top-nav  div> ul li ul li.haschild > a, .phone #top-nav div> ul li ul li.haschild > a:link, .phone #top-nav  div> ul li ul li.haschild > a:visited ,.phone #top-nav  div ul li.haschild > a{
background: url(images/arrow.menu_right.png) right center no-repeat;
}

.phone #top-nav > div > ul li ul li.haschild.open > a:hover, .phone #top-nav > div > ul li ul li .haschild.open > a:focus, .phone #top-nav > div > ul li ul li.haschild.open > a:active, .phone #top-nav > div > ul li ul li.haschild.active > a ,.phone #top-nav  div ul li.haschild > a:active,.phone #top-nav  div ul li.haschild > a:active,.phone #top-nav  div ul li.haschild.open > a{
background: url(images/arrow.menu_down.png) right center no-repeat !important;
}

.phone #top-nav > div > ul  li, .phone #top-nav > div > div > ul  li {
	position:relative;
	width:100%;
	margin:0px !important;
	display:block;
	clear:both;
	display:block;
	border:0px;
	border-bottom:1px solid rgba(150,150,150,0.4);
}

.phone #top-nav > div > ul > li.haschild.open > ul, .phone #top-nav > div > div > ul > li.haschild.open > ul{display:table;}

.phone #top-nav > div > ul  li a,.phone #top-nav > div > ul  li a:link.phone #top-nav > div > ul  li a:visited,
.phone #top-nav > div > div > ul  li a,.phone #top-nav > div > div > ul  li a:link.phone #top-nav > div > div > ul  li a:visited {
	display:block;
	height:38px;
	padding:5px 0px 0px 5px;
	border:0px !important;
	line-height: 30px;
}


.phone #top-nav > div   ul li ul,.phone #top-nav > div > div ul li ul {
	position:relative;
	width:100%;
	background:none;
	top:auto;
	left:auto;
	padding:0px;
	margin:0px 0px 0px 0px;
	display:none;
}

.phone #top-nav > div > ul  li  ul li,.phone #top-nav > div > div > ul  li  ul li {
	padding:0px;
}

.phone #top-nav > div > ul  li  ul li .haschild.open > ul{display:table;}
.phone #top-nav > div > div > ul  li  ul li .haschild.open > ul{display:table;}
.phone #top-nav > div > ul  li  ul li a, .phone #top-nav > div > div > ul  li  ul li a {
	padding: 8px 10px 8px 15px;
	height: 17px;
	line-height: 13px;
}

.phone #top-nav > div > ul  li  ul li.haschild > a,.phone #top-nav > div > ul  li  ul li.haschild > a:link,.phone #top-nav > div > ul  li  ul li.haschild > a:visited,
.phone #top-nav > div > div > ul  li  ul li.haschild > a,.phone #top-nav > div > div > ul  li  ul li.haschild > a:link,.phone #top-nav > div > div > ul  li  ul li.haschild > a:visited {
	text-indent:10px;
}
/*
.phone #top-nav > div > ul  li  ul li.haschild > a,.phone #top-nav > div > div > ul  li  ul li.haschild > a,.phone #top-nav > div > ul  li  ul li.haschild > a:hover, .phone #top-nav > div > ul  li  ul li .haschild > a:focus,.phone #top-nav > div > ul  li  ul li.haschild > a:active,
.phone #top-nav > div > div > ul  li  ul li.haschild > a:hover, .phone #top-nav > div > div > ul  li  ul li .haschild > a:focus,.phone #top-nav > div > div > ul  li  ul li.haschild > a:active{	
background: url(images/arrow.menu.png) right center no-repeat !important;

}

*/
/*#MAIN#*/
.phone #content {
	width:100%;
}


/*#TOP POSTS#*/
.phone #top-posts-list li h3 {font-size:18px;}
.phone #top-posts-list li div.text {height:55px;}
.phone #top-posts-list li div.text p {font-size:13px;}

.phone #top-posts-scroll {
	position:relative;
	margin:0px auto;
	margin-top:0px;
	padding-top:0px;
}

.phone #top-posts-list {
	display:block;
	position:relative;
	overflow: hidden; 
	margin:0px auto;
	padding:0px;
	width:90%;
	border-top:0px;
}

.phone .top-posts-block #top-posts-list {
	width:100%;
}

.phone .top-posts-block #top-posts-list li {
	width:245px !important;
	margin: 0px 5px 0px 5px !important;
	padding:0px 0px 0px 0px !important; 
}

.top-posts-left, .top-posts-right {
	position:absolute;
	top:10px;
	width: 10%;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer; 
	height:400px;
	display:none;
}

.top-posts-left {left:0px;}
.top-posts-right {right:0px;}

.phone  .top-posts-left, .phone  .top-posts-right {display:block;}

.phone .top-posts-left span ,.phone .top-posts-right span {
	position:relative;
	display:block;
	margin-top:70px;
	height: 42px; 
	width:100%;
	text-indent:-9999px;
	float:left;
}

.top-posts-left  span {background: url(images/arrow-left-right.png) center top no-repeat;}
.top-posts-right span {	background: url(images/arrow-left-right.png) center bottom no-repeat;}

/*#######CATEGORIES TABS######*/

.phone #wd-categories-tabs .tabs-block {
	position:relative;
}

.categories-tabs-left, .categories-tabs-right {
	position:absolute;
	top:0px;
	width: 10%;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer; 
	height:60px;
	display:none;
	z-index:10;
}

.categories-tabs-left {left:0px;}
.categories-tabs-right {right:0px;}

.phone  .categories-tabs-left, .phone  .categories-tabs-right {display:block;}

.phone .categories-tabs-left span ,.phone .categories-tabs-right span {
	position:relative;
	display:block;
	margin-top:25px;
	height: 20px; 
	width:100%;
	text-indent:-9999px;
	float:left;
	cursor: pointer; 
}

.categories-tabs-left  span {background: url(images/arrow-left-right-black.png) center bottom no-repeat;}
.categories-tabs-right span {background: url(images/arrow-left-right-black.png) center top no-repeat;}


.phone #wd-categories-tabs .tabs  li {
	width:100%;
	display:none;
}

.phone #wd-categories-tabs .tabs  li.active {display:block;}

.phone #wd-categories-tabs .tabs  li a {
	width:40% !important;
	margin:0px auto;
	text-align:center !important;
}

.phone #wd-categories-tabs ul.content >  li {display:none;}
.phone #wd-categories-tabs ul.content > li.active {display:block;}


.phone #wd-categories-tabs .content ul {
	/*padding:10px 10px 0px 10px;*/
	width:100%;
	
}

.phone #wd-categories-tabs .content ul li {
	clear:both;
	width:100%;
}



/*#VIDEOS#*/
.phone #videos-block .half-block {
	clear:both;
	float:none;
	position:relative;
	margin:0px auto;
	text-align:center;
	width:auto;
}

.phone #videos-block .half-block *{
	position:relative;
	margin:0px auto;
}

/*#BLOG#*/
.phone #blog  .blog-post > ul li {width:100%;}

.phone #blog  .blog-post > ul li {width:98%;}

/*#SIDEBAR#*/
.phone aside,.phone #sidebar1,.phone #sidebar2 {
	clear:both;
	width:100%;
}


.phone aside .sidebar-container {
	margin:0px;
}

.phone #sidebar1 .sidebar-container .widget-area {
	min-width: 190px;
	width: 100%;
	box-sizing: border-box;
}
.phone aside .sidebar-container .widget-area {
	min-width: 190px;
	width: 100%;
}
.phone #sidebar2 .sidebar-container .widget-area {
	border-bottom:0px;
	margin-bottom:10px;
	min-width: 190px;
}

.phone aside .sidebar-container .widget-area.widget_search{
	width:50%;
	min-height: 58px;
}

.phone aside .sidebar-container .widget-area > div,
.phone aside .sidebar-container .widget-area > img{
	position:relative;
	margin:0px auto;
	display:block;
}


/*#FOOTER#*/

#footer  div.phone {/*NPT*/
	padding-bottom:10px;
}

.phone #footer-widgets-list {
	width:100%;
	clear:both;
}

.phone #footer-widgets-list  li{
	width:100%;
	border-bottom:1px solid #000;
}

.phone #footer-widgets-list  li:last-child {border-bottom:0px;}


.phone #social {/*NPT*/
	position:relative;
	top:0px;
	left:0px;
}

.phone #social li {/*NPT*/
	display:inline-block;
	float:none;
}

#footer_info #copyright{
	float: right;
	margin: 55px 0px 10px 10px;
}

#footer_date{
	font-size:50px;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid;
	line-height: 42px;
}

#footer_info {
	height: 150px;
}

.phone #footer_info {
	height: 150px;
	text-align:center !important;
}

.phone .footer-logo {
	float: none;
	margin-top: 2px;
}

.phone #footer_info #copyright {
	float: none;
	margin: 2px 0px 0px 10px;
	text-align: left;
	display: inline-block;
}

.phone #footer-bottom {
	margin-top: 10px;
}

#footer_info a{
	display:block;
}

.footer-logo{
	float:left;
	margin-top: 25px;
}

/*#############PHONE END##################*/












/*#############TABLET BEGIN##################*/







.container.tablet  {
	width:768px;
}


/*#MAIN#*/
.tablet #content {
	width:100%;
}


/*#TOP POSTS#NOT IMPORTANT*/ 
.tablet #top-posts-list li h3 {font-size:18px;}
.tablet #top-posts-list li div.text {height:55px;}
.tablet #top-posts-list li div.text p {font-size:13px;}



/*#SIDEBAR#*/
.tablet aside {
	clear:both;
	width:100% !important;
}

.tablet aside .sidebar-container{
	margin:0px;
}

.tablet aside .sidebar-container .widget-area {
	width: 32%;
	float: left;
	border-bottom: 0px;
	margin-right: 1%;
}

.tablet aside .sidebar-container .widget_exclusive_categ,
.tablet aside .sidebar-container .widget_magazine_vertical_tab {
	width: 100%;
	float: none;
	max-width: 100%;
}
.tablet .cat_widget {
	float: left;
	margin: 0px 0px 0px 10px;
	width: 246px;
}

.tablet aside .sidebar-container .widget_magazine_vertical_tab .image_widg_cont{
	width: 256px;
	float: left;
}
.tablet .vertical_slided_images-content{
	height:172px;
}
.tablet aside .sidebar-container .widget_magazine_vertical_tab {
	overflow: hidden;
	position:relative;
}
/*#############TABLET END##################*/



#blog .blog-post > ul li{
height:auto !important;
}

#blog .blog-post h2{
	border-bottom:0 !important;
	padding-bottom:15px;
	margin-bottom:0 !important;
	line-height: 50px;
	margin-left: 8px !important;
}
body{
 text-align:left !important;
}
 .blog-post {
	position:relative;
	padding:10px 0px 10px 0px;
	width: 100%;
    float: left;
	margin-bottom: 5px;
}
.with-title.blog-post {
	border-top: 1px solid rgba(236,235,229,0.8);
}

.blog-post img {
	display:inline-block;
	margin:0px 5px 5px 0px;
	width:auto !important;
	float:left;
}
.entry img, .widget-area img, .blog-post img{
   max-width: 100% !important;
   height:auto;
}

.social-widg-cont img{	
	width: 80%;
	margin-top: 5px;
	height: 80%;
}

.social-widg-cont .Google img{	
	height: 75%;
}

.social-widg-cont .social-icon:first-child{
	border-left: 1px solid #000;
}

.social-widg-cont{
	margin-top: 15px;
}

.social-icon{
	width: 60px;
	height:60px;
	border-top: 1px solid #000;
	float: left;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	max-width: 16%;
}

.blog-post p {
	text-align:justify;
}

.blog-post-info {
	position:relative;
	height:32px;
	float: left;
	width:100%;
	background:#EBEBEB url(images/blog.info.png) left top repeat-x;
}

.blog-post-info ul {
	height:32px;
	display:table;
	list-style:none;
	float: left;
	padding:0 !important;
	border-top:none !important;
	position: absolute;
}

.blog-post-info ul li {
	position:relative;
	display:block;
	width:auto !important;
	padding:0px 10px 0px 35px;
	float:left !important;
	height:32px;
}

.blog-post-info ul li.date {background:url(images/blogpostinfo.date.gif) left center no-repeat; margin:0 !important;}
.blog-post-info ul li.admin {background:url(images/blogpostinfo.admin.gif) left center no-repeat;}

.blog-post-info ul li span {
	display:block;
	padding:5px 0px 0px 0px;
	color:#565656;
	font-size: 15px;
}

.blog-post .read-more {bottom:95px !important;}
.read_more{
	display: inline-block;
	padding: 9px 3% 6px;
	font-size: 28px;
	margin-top: 27px;
	font-family: Myriad Pro;
}

.phone .read_more {
	padding: 8px 7% 8px;
	margin-top: 10px;
	margin-bottom: 6px;
}

h1{
	font-weight: normal;
	padding-bottom: 7px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.container.tablet #blog, .container.phone #blog {
	width:97%;
	clear:both;
}
.container.phone #blog {
	width:100% !important;
	clear:both;
}


/*#############Dianna Style END ##################*/

/*#############Sona Style BEGIN ##################*/


.container.phone #loginform{
	margin-bottom: 40px;
}

.container.phone #log_in{
	padding-top: 5px;
}

.container.tablet #loginform{
	background-size: 720px 290px !important;
}

.log-out{
	position: static !important;
	font-size: 18px !important;
	float:none !important;
	padding: 3px 10px 7px !important;
}

.log-in{
	width: 75px;
	cursor:pointer;
	font-size: 18px;
	padding: 3px 10px 6px;
	margin-top: 4px;
}

#log_in{
	min-height: 170px;
}

#loginform input[type="text"],
#loginform input[type="password"]{
	width: 73%;
	height: 2.5em;
	background: transparent;
	border: 1px solid #E7E7E7;
	padding-left: 5px;
}

#log_in div{
	width: 65%;
	margin-bottom: 12px;
}

.phone #log_in div{
	width: 95%;
	margin-bottom: 12px;
}

.phone .entry.page-content{
	margin: 0 auto 10px;
	width: 96%;
}

.page-login .read_more{
	position:static;
}


/*#############Sona Style END ##################*/

/*#############Narek Style BEGIN ##################*/
.tabs li{
	word-wrap:normal;
	overflow:hidden;
	white-space: nowrap;
}
/*#############Narek Style END ##################*/

/*#############Hakob Style BEGIN ##################*/
#searchform{
	margin-bottom: 10px;
	width: 96%;
	margin-left: 10px;
	margin-top: 10px;
}

.phone #searchform{
	width: 95%;
}

#searchbox {
	border:1px solid #000;
	height:42px;
	/*overflow:hidden;*/
	position:relative;
	width: 45%;
}

.phone #searchbox {
	width: 99%;
}

#searchinput {
width: 79%;
height: 85% !important;
padding: 0px 0px 0px 3% !important;
font-size: 14px;
outline: none;
line-height: 169%;
border: 0;
background: transparent;
position: absolute;
top: 4px;
left: 4px;
}

#searchsubmit {
	position: absolute;
	top: 4px;
	right: 5px;
	padding-left: 2%;
	padding-right: 2%;
	width: 34px;
	height: 36px !important;
	cursor: pointer;
	outline: none;
	border: none;
	font-family: Segoe UI;
	background: url(images/search.png) right top no-repeat;
}

.search-settings-block {
	color:#000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-family:Segoe UI;
	margin-top:20px;
	display:table;
	height:45px;
	padding:3px 3px 3px 0
}

.phone .search-settings-block {
	margin-top:0px;
	padding: 3px 0px 10px 0;
}

#inc-posts, #inc-pages {
	margin:13px 0px 0px 0px;
	padding-bottom:2px;
	cursor:pointer;
	float:left;
}

.styled-select {
	margin:11px 0px 0px 12px;
	width: 165px;
	float:left;
}

.phone .styled-select {
	margin:11px 9px 0px 0px;
	width: 126px;
}

.phone .search-settings-block>div:last-child{
	margin-right:0;
}

.styled-select select{
	width:159px;
	height:23px;
	margin:0px !important;
	background:transparent;
	outline:none;
	border:1px solid #000000;
	border-radius: 0;
}

.styled-select select{
	width:100%;
}

.phone #searchsubmit {
	width:23% !important;
}

.search-result  {
	border-bottom:1px solid #ccc;
	margin:0px 10px 0px 10px;
}

.search-result  h3 {
	font-size:25px;
	font-weight:normal;
	margin-top:5px;
}

.search-result .entry > p  {
	text-align:justify;
	margin-bottom:10px;
}
/*#############Hakob Style END ##################*/
#about_us{
	padding-bottom: 25px;
	margin-bottom: 7px;
}

.tablet #about_us{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.tablet #about_us > div{
	margin-bottom: 20px;
}

.tablet #about_us > div:last-child{
	margin-bottom: 0px;
}

.about_us-post {
	position:relative;
	padding:0px 0px 10px 0px;
	width:360px;
    float: left;
	margin-right: 3%;
	max-height: 445px;
	overflow: hidden;
	border-top: 1px solid rgba(236,235,229,0.8);
}

.tablet .about_us-post {
	width:auto;
	margin-right:0 !important;
}

.about_us-post h3.border-style + div{
	margin-top:20px;
}

.about_us-post h2.border-style + div div.why-choose:first-child{
	border-top:0px !important;
	margin-top: -15px;
}

#about_us-category{
	border-top: 1px solid rgba(236,235,229,0.8);
}

.about_us-category-post h3{
	margin-bottom: 15px;
	font-size: 18px !important;
	font-weight: bold;
	line-height: 100%;
}

.phone .about_us-category-post h3 {
	margin-bottom: 8px;
}

.about_us-category-post{
	margin-bottom: 5px;
}

.border-style{
	word-wrap: break-word;
	line-height: 34px !important;
	font-size: 22px !important;
	display: inline-block !important;
	padding-top: 5px;
	margin-left: 10px !important;
}

.border-style.no-title{
	display: block !important;
	padding-top: 0px !important;
	margin-left: 0px !important;
	border-top:0px !important;
}

.tablet .border-style,.phone .border-style{
	margin-left: 0px;
}

.phone .about_us-post{width:100%;}

.about_us-post img {								
	width: auto;
	height: 140px;
	max-width: initial;
}
.tablet .about_us-post img,
.phon .about_us-post img {								
	width: 100%;
    height: 140px;	
	max-width:100%;
}	

/* /////////////////////////////SONA ////////////////////////////////////// */

.about_us-category {	
	width: 31%;
	float:left;
	min-height: 180px;
	margin: 0 10px 30px 0;
}


.phone .about_us-category {width:46%;}

.about_us-category h3 {	
	margin-bottom: 5px;
}

.about_us-category h3 a{	
	font-weight: bold;
}

.about_us-category a{
	display: inline-block;
}








/*#####################PAGE NEWS##################*/
.blog.bage-news h2 {
	position:relative;
	display:block;
	text-align:left;
	font-size:40px;
}
.blog.bage-news{background:none !important;}
.blog.bage-news .news-div-image{float:left; margin-right:7px}
.blog.bage-news .news-div-text h3 a{ position:relative; bottom:5px}
.blog.bage-news .news-div-text h3{margin-bottom:-7px}
.blog.bage-news .news-div-text p{margin-top: 8px;}
.blog.bage-news .entry{clear: both;}
.blog.bage-news .news-post{padding-bottom: 10px;padding-top: 6px}
.blog.bage-news .date-in-post{color:#BDB9B9;}
.blog.bage-news .news-post{margin-bottom: 7px;}

/*#####################PAGE GALLERY##################*/


#overlay {
	position:fixed; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#modal {
	position:absolute;
	background:url('/images/tint20.png') 0 0 repeat;
	background-color: rgb(151, 151, 151);
	border-radius:14px;
	padding:8px;
}

#content {
	border-radius:8px;
}

#main-content{
	border-top: 1px solid rgba(236,235,229,0.8);
}

.page-template-page-about-php #main-content{
	border-top: 0px;
}

.home #main-content{
	border-top:0;
	margin-top: 10px;
}

.home #sidebar2{
	margin-top: 10px;
}

.phone #main-content,.tablet #main-content{
	width: 100% !important;
}

#close {
	position:absolute;
	background:url('/images/close.png') 0 0 no-repeat;
	width:24px;
	height:27px;
	display:block;
	text-indent:-9999px;
	top:-7px;
	right:-7px;
}
.zoom-icon{
	width: auto !important;
	height: auto !important;
	top: -95px !important;
	left: 67px !important;
}
.GalleryPost{
	float:left;
	position: relative;
	width: 166px;
	height: 125px;
	text-align: center;
}

.tablet .GalleryPost{
	width: 152px;
}

.GalleryPost img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}

.GalleryPost-1 img{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}

.phone .GalleryPost{
	width: 25%;
}

.GalleryPost img{
	width:100%;
	height:100%;
}

.gallery_main_div{
	margin-bottom: 20px;
}

.phone .gallery_main_div{
	margin-bottom: 10px;
}

.phone .gallery_main_div .gallery-header-div{
	min-height: 60px;
}

.gallery_main_div .gallery-header-div,.mottomag_categ{
	min-height: 140px;
	text-align: center;
	background-size:cover !important;
}

.tablet .gallery_main_div .gallery-header-div,.tablet .mottomag_categ{
	min-height: 115px;
	text-align: center;
	background-size:cover !important;
}

.phone .gallery_main_div .gallery-header-div, .phone .mottomag_categ {
	min-height: 50px;
}

.phone .gallery_main_div .gallery-header-div h3 {
	font-size: 40px;
	letter-spacing: 3px;
}

h3.gallery-header{
	font-size: 96px !important;
	text-transform: uppercase;
	letter-spacing: 12px;
	margin-bottom: 0 !important;
}

.phone h3.gallery-header {
	font-size: 47px !important;
	letter-spacing: 5px;
}

.gallery-header a{
	color: rgba(255,255,255,0.8) !important;
}

.GalleryPost h4{
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
}

.GalleryPost-1 h4{
	font-size: 20px;
}

.GalleryPost-1{
    width:300px !important;
	height:250px;
}

.tablet .GalleryPost-1{
    width:302px !important;
}
.phone .GalleryPost-1{
    width:50% !important;
    max-width:100%;
}

 @media screen and (max-width: 500px){
	.phone .GalleryPost-1{
		width:100% !important;
		max-width:100%;
	}
	.phone .GalleryPost{
		width:50%;
		max-width:100%;
	}
}

.gallery-post-info{
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: 24px;
	margin-bottom: 5px;
}

#sidebar2 .gallery-post-info,
#sidebar1 .gallery-post-info
{
	margin-top: 45px;
}


.GalleryPost-1 .gallery-post-info
{
	margin-top: 70px;
}

.GalleryPost .plus-circle{
	height: 25px;
	width: 25px;
	font-size: 35px;
	line-height: 50%;
	display: table;
}
	
.plus-circle,.GalleryPost-1 .plus-circle{
    height:40px;
    width:40px;
    border:4px solid;
    border-radius:100%;
    background:transparent;
    margin:0 auto 10px;
	font-size: 54px;
	line-height: 50%;
	font-weight: bold;
	display: table;
}	


/*### 404 PAGE ####*/
.image_404{
	margin-top:30px;
	text-align: center;
}
.content-404{
	margin-bottom:15px;
}
.image_404 img{
	max-width:90%;
}
/*****################################################# PAGE CONTACT ############################*****************/
.page-contact > p{
	padding-left:5%;
	margin-bottom:20px;
}
.page-contact .page-content{
	margin-left: 10px;
}

#contactForm .forms {
	width: 100%;
	padding-left: 10px;
}

.phone #contactForm .forms {
	width: 100%;
	padding-left: 2px;
}

.tablet #contactForm .forms {
	width: 99%;
}

#contact_info div:not(.clear){
	float: left;
	width: 199px;
	padding: 80px 20px 12px;
	min-height: 65px;
	margin-left:30px;
	border: 1px solid #E7E7E7;
	text-align:center;
	font-size: 20px;
	word-wrap: break-word;
}

#contact_info div:not(.clear):not(#contact_address){
	padding: 98px 20px 12px;
	min-height: 47px;
}

.tablet #contact_info div:not(.clear){
	width: 194px;
	margin-left: 25px;
}

.phone #contact_info div:not(.clear){
    float:none;
	width: 98%;
	margin: 0 auto 10px !important;
	box-sizing: border-box;
	padding: 93px 20px 12px;
	min-height: 144px;
}

.phone #contact_info {
   margin-bottom: 30px;
}

#contact_address{
    background: url(images/address.png) center 14px no-repeat;
	font-size: 17px !important;
	min-height: 50px !important;
	padding: 95px 20px 12px !important;
}

#contact_phone{
    background:url(images/phone.png) center 27px no-repeat;
}

.phone #contact_phone {
	background: url(images/phone.png) center 22px no-repeat;
}

#contact_mail{
    background:url(images/mail.png) center 31px no-repeat;
}

.phone #contact_mail {
	background: url(images/phone.png) center 25px no-repeat;
}

#contact_info{
   margin-bottom: 30px;
}

.tablet #contact_info div:first-child{
	margin-left: 0px !important;
}

#contact_info div:first-child{
   margin-left: 10px;
}

#contact_form{
	border-top: 1px solid rgba(236,235,229,0.8);
}

.styled-input {
	position: relative;
    margin: 0px 0px 10px 0px;
    width: 100%;
}

.inputback-textarea {
	width: 98%;
	margin-bottom:30px;
	margin-left: 11px;
}

.tablet .inputback-textarea {
	width: 100%;
	margin-left: 0px;
}

.phone .inputback-textarea {
	margin: 10px auto;
}

#gmap_canvas {
	height: 301px;
	width: 100%;
}

#contactForm .inputboxx input[type="text"],
#contactForm .inputboxx input[type="password"] {
	width: 100%;
	height: 42px;
	border: 1px solid #E7E7E7;
	padding: 3px 0px 5px 10px;
	font-size: 15px;
	box-sizing: border-box;
	background: transparent;
}

#contactForm textarea {
    width: 97.5%;
    height: 132px;
    padding: 5px 0px 7px 5px;
    outline: none;
    resize: none;
    color: #64615f !important;
    border: 1px solid #E7E7E7;
	font-size: 15px;
	background: transparent;
}

.message-textarea {
	margin: 10px 0 10px 10px;
	width: 100%;
}

.phone .message-textarea {
	margin: 0px 0 10px 2px;
}

.contact_button, #commentform #submit{
	position: relative;
	display: block;
	float: left;
	padding: 8px 20px;
	text-decoration: none;
	font-size: 20px !important;
	cursor: pointer;
	text-align: center;
	font-weight: normal !important;
	width: 235px;
	margin-right: 10px;
	border-radius:0 !important;
}

.phone .contact_button{
	width: 49%;
	margin-right: 2%;
}

.captcha_img{
	float:left;
	padding-right:10px;
}

#contactForm .right{
    float:right;
}
.phone #contactForm > div {
	clear:both;
	position:relative;
	float:none !important;
	text-align:center;
	width:98%;
}
#contactForm .forms li{
    list-style:none;
    float: left;
    width: 244px;
	margin-right:26px;
}

.tablet #contactForm .forms li {
	width: 235px;
	margin-right: 20px;
}

.phone #contactForm .forms li {
	width:100%;
}

#contactForm .forms li:last-of-type{
	margin-right:0px !important;
}

.page-contact .label {
	position:relative;
	top:-3px;
	color: black;
}
.phone #contactForm > div.captcha-div{
	margin-bottom:50px !important;
	
}
.phone #contactForm > div.left{
	text-align:left;	
}
.page-contact .captcha-div input{
	padding-left: 4px !important;
	font-size: 16px !important;
	padding-bottom: 6px !important;
	float: left !important;
	width: 70px !important;
	height: 21px !important;
}

#mail_capcode{
	height: 30px !important;
}

.page-contact .captcha-div{
	margin: 15px 10px 10px 0;
	float: left;
}

.phone .page-contact .captcha-div {
	margin: 7px 10px 10px 0;
}

#buttons{
	float:right;
	margin-top: 15px;
}

.web #buttons,
.tablet #buttons{
	margin-right: 13px;
}

.phone #buttons{
	margin-top: 0px;
	width: 100%;
}

.send.contact_button{
	margin-right:0;
}

.page-contact .captcha-div a{
	float:left;
	text-decoration:none;
	border:none;
	padding-right: 6px;
	padding-top: 1px;
}
.phone #contactForm > div.right{
	width: initial;
	float:right !important;
}
/*######################################################## Comment ###################################################*/
.comments-template ol li{
	width:100%;
}

.comments-template > h5{
	border-bottom:1px solid #DADADA;
	padding-bottom:6px;
}
.comment-body{
	/*background-color:#E0E0E0;*/
}

ol.commentlist{
	margin-top:9px;
}


.gravatar{
	float: right;
}

.comments-template{
	clear: both;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 99%;
}

.comments-template ol ul{
	margin: 0;
}


.comments-template textarea{
	width:97%;
}

.wp-caption {
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 10px;
  padding-top: 4px;
  text-align: center;
}


#commentform *{
	font-size: 16px;
}

#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url{
    float:left;
    width: 31%;
	margin-right: 15px;
	margin-bottom: 5px;
}

.phone #commentform .comment-form-author,
.phone #commentform .comment-form-email,
.phone #commentform .comment-form-url{
    float:none;
    width: 100% !important;
}

#commentform .comment-form-comment{
    clear:both;
}
.contact_button, #commentform #submit,.reply,#reply-title small a:link{
transition-property: background-color,color;
transition-duration: 0.5s;
}
.phone #commentform{
	max-width: 100%;
}

.phone #respond input[type="text"], .phone #respond textarea{
	max-width: 100%;
	width: 100%;
}

.form-allowed-tags{
	font-size:12px !important;
}

#commentform label{
	display: none;
}

#comment{
	height: 115px !important;
}

#overlay{
	z-index: 9 !important;
}

#modal{
	z-index: 10;
}

.post-comments {
	margin: 0 0 40px 0;
}

.post-comments:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.post-comments h2, h3#comments-title {
	margin-bottom: 1em;
	font-size: 2.8em;
	color: #747474;
}


.comment:after, 
.trackback:after,
.pingback:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.pingback p, 
.trackback p {
	font-size: 1.1em;
	line-height: 1.5;
	color: #aaa;
}

.comment-avatar {
	width: 60px;
	float: left;
}

.comment-avatar img {
	width: 54px;
	padding: 2px;
	background: #fff;
	border: 1px solid #000;
}

.comment-author{
	padding:0px !important;
	color:#B9009C;
	text-transform:capitalize;
}

.comment-author img{
	width:74px;
	height:77px;
	padding:0px !important;	
}


.comment-body ul {
	margin: 0 0 1.4em 1.2em;
}
ol>li>.comment-body{
	border-bottom:1px solid #D2D0D0;
	
}

.children .comment-body{ }
ul.children>li.comment{
	margin-top:8px;
}
.comment-body li {
	font-size: 11px;
	line-height: 1.5;
}
.comment-body{
	float:left
}
.comment-body blockquote {
	margin-left: 30px;
	margin-bottom: 1.4em;
	padding-left: 15px;
	font-size: 11px;
	line-height: 1.5;
	border-left: 2px solid #E0E8EF;
}

.comment-body blockquote p {
	font-size: 1em;
}

.comment-meta {
	margin:0px;
	font-size: 1.1em;
	color:#FF69ED;
}


/*Author Comments*/
.bypostauthor .avatar {
	background:#542929;
}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 0 !important;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist li {
	margin: 0;
	margin-bottom: 8px;	
}

.commentlist h1,.commentlist h2 ,.commentlist h3,.commentlist h4, .commentlist h5, .commentlist h6{
	line-height: 55px;	
}

.commentlist li cite {
	color: #111;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
}


.commentlist .children {
	list-style: none !important;
	list-style-type: none !important;
	margin-left: 32px;
	margin-right: 5px;
}
.children li{
	margin-bottom:0px;
}

.commentlist .avatar {
	float: left;
	margin-right: 10px;
	padding: 0;
	vertical-align: middle;
}

.comment-author .fn {
	position:relative;
}

.comment-author .says {
	display:none;
	float:left;
	color: #999;
}

.comment-body .comment-meta {
	color: #999 !important;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.comment-body .comment-meta a {
	font-size: 11px;
}

.comment-body {
	width:99%;
	clear: both;
	padding-left:6px;
	padding-top:5px;
}

.comment-body .reply  {
	float:right !important;
}

.comment-body .reply  a {
	padding-bottom:3px;
	padding-top:3px;
}
#cancel-comment-reply-link{
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom:3px;
	padding-top:3px;
}
.pingback, .trackback {
	list-style: none;
	margin: 20px 0;
}

.pingback cite, 
.trackback cite {
	font-style: normal;
}

#pings,
#comments {
	text-align: left;
}

.logged-in-as{
padding-bottom: 12px;
}

.comment-form-comment label{
	vertical-align:top !important;
}

#respond .comment-notes{
    margin-bottom: 10px;
}

#respond label {
	display: inline;
	color:#747474 !important;
}

#respond input[type="text"],#respond input[placeholder],#respond textarea,#respond textarea[placeholder] {
	color:#717171 !important;
	outline:none;
	resize:none;
	padding: 10px;
	margin: 5px 0;
	border: 1px solid #E7E7E7;
	background: transparent;
	box-sizing: border-box;
	max-width: 100%;
}
#respond input[type="text"],#respond textarea {
	transition: border 1s;
}

#respond input[type="text"]:focus,#respond textarea:focus {
	border: 1px solid #000000;
}
.reply{
	clear: both;
	padding-bottom:3px;
	margin-right: 11px;
	margin-bottom: 5px;
}
.comment-reply-link{
	padding-right:20px;
	padding-left:20px;
	font-size:18px;
}

.comments-template>#respond{
	display:inline-block;
	max-width: 99%;
}

.phone .comments-template>#respond{
	display:inline-block;
	max-width: 100%;
}
.form-submit #submit {
	margin-bottom:10px;
	position: relative;
	display: block;
	float: left;
	padding: 0px 15px 4px 15px;
	text-decoration: none;
	font-size: 15pt !important;
	font-weight: normal;
	cursor: pointer;
	border: none;
	text-align: center;
	margin-top: 10px;
	font-weight: normal !important;
	background-image: none !important;
	color: #fff !important;
}

#reply-title small{
	font-size:15px;
	float:right;
	
}
#reply-title small{
	line-height: 1;
	margin-top: 7px;
	padding-bottom:7px;
	padding-top:3px;
}
#reply-title small a{
	font-size:18px;
	margin-left:11px;
	margin-right:12px;	
}


#respond{
	padding-left:6px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #000000;	
	padding-top: 32px;
}

.phone #respond{
	padding-left:3px;
}

.comment-meta.commentmetadata{
	font-size:12px;
}

.comment-body>p{
	margin-right:25px;
}



/*######################## PAGE SITMAP ############################*/


.sitemap.half-block {
	position:relative;
	width: 24%;
	float: left;
	margin-right: 1%;
	overflow: hidden;
}

.half-block.authors ul li:before{
	content:url(images/autors_sitemap.png) !important;
}

.half-block.sitemap.authors >ul{
	padding-left:18px !important;
	width: 88%;
}
.half-block ul li{
	line-height: 24px;
	display: table;
}

.half-block ul li.categories:before,
.half-block ul li.page_item_has_children:before{
	vertical-align: top;
}

.sitemap.half-block h3 {
	margin:0px 0px 20px;
	font-size:20px;
	font-family:Segoe UI;
}
.sitemap.half-block ul a{
	font-size:15px;
	color:#000;
}

.half-block.sitemap ul{
	display:table;
	width:100%;
	list-style:none;
}

.categories ul{
	padding-left: 7px;
}

.half-block.sitemap >ul{
	margin:0px 0px 10px 0px;
	padding-left:0 !important;
}	
	
.phone .sitemap.half-block {
	width:100%;
}

.phone .sitemap.half-block h3 {text-align:center;}
.phone .half-block.sitemap ul {
	text-align:center;
}


/* MOST POPULIAR */
.about_us-post>blockquote{
	margin:0px;
	padding:0px;
}

.mp_posts>li>a{
	width:90%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;

}
.mp_posts>li>a>h3{
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;

}


/* SONA */
#wd-categories-tabs ul.content > li ul li div.thumbnail-block,#wd-categories-tabs ul.content > div.ui-effects-wrapper > li ul li div.thumbnail-block{
	margin: 0px 4px 5px 0px !important;
}
	
#wd-categories-tabs ul.content > li,#wd-categories-tabs ul.content > div.ui-effects-wrapper{
	float:left !important;
	width:24%;
}
	
#wd-categories-tabs ul.content > li ul li div.text h3,#wd-categories-tabs ul.content > div.ui-effects-wrapper > li ul li div.text h3{
	width: 200px !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	}
	
.phone #wd-categories-tabs ul.content > li ul li,.phone #wd-categories-tabs ul.content > div.ui-effects-wrapper > li ul li{
    width: 100% !important;
	padding-right:0 !important;
}	
#wd-categories-tabs ul.content > li ul li,#wd-categories-tabs ul.content > div.ui-effects-wrapper > li ul li{
	clear: both !important;
	margin: 18px 0px 10px 10px !important;
	list-style: none !important;
	display: inline-table !important;
	width: 45% !important;
	list-style: none !important;
	float: none !important;
	padding-right: 20px;

	}
.post-thumbnail {
	background-position: top center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	height: 250px;
	width: 290px;
	float:left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.post-thumbnail-div{
	margin: 25px 0px 15px 0;
}

.single-post h2.single-title{
    padding-top: 40px !important;
	border-bottom:0 !important;
	line-height: 44px;
}

.single-post blockquote{
	color: #999696;
	font-style: italic;
	font-size: 14px;
}
.single-post blockquote:after {
    content:'';
    display:block;
    clear: both;
}



.video-container {
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 25px;
	height: 0;
}
.video-container object,
.video-container embed,
.video-container iframe  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*///////////SAMPLE DATE///////////*/

.our-his h3, .why-choose h3{
	margin-bottom: 7px;
	font-size: 18px !important;
}

.tablet .our-his h3, .tablet .why-choose h3 {
	font-size: 19px !important;
}

.why-choose{
	padding-top: 10px;
	border-top: 1px solid #ddd;
	margin-top: 15px;
}

.our-his{
	margin-top: -5px;
	text-align: left;
	padding: 6px 8px 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
}

.our-his {
	padding: 12px 8px 13px;
}

/**/
div.cat_widget_images,.cat_widget_images div,.cat_widget_images img{
  -webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
   transition: all 0.5s;
}
.cat_widget_images{
	overflow:hidden !important;
}
.phone .cat_widget_images{
	overflow:visible !important;
}
.cat_widget_images:hover .cat_widget_image {
	height:0px !important;
}
.phone .cat_widget_images:hover .cat_widget_image {
	height:160px !important;
}

#TB_ImageOff  .screen-reader-text,
#TB_closeWindowButton  .screen-reader-text{
	display:none;
}