/* PORTFOLIO
-------------------------------------------------*/
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter {
  float: none;
  text-align: center;
  padding-bottom: 40px;
}

div.uk-panel.uk-panel-space.portfolio {
  margin: 0;
  padding: 0;
}

#avatar-main-content .sprocket-mosaic .sprocket-mosaic-filter ul li, #avatar-main-content .sprocket-mosaic .sprocket-mosaic-filter ul li, .sprocket-mosaic .sprocket-mosaic-filter li, .sprocket-mosaic .sprocket-mosaic-filter li {
  border-radius: 0;
  background:#fff;
}

.sprocket-mosaic-item .sprocket-padding {
  padding: 0;
}

.sprocket-mosaic-item {
  margin: 0;
}

.sprocket-mosaic-item {
  border:none;
  border-radius:0;
}

.sprocket-mosaic-loadmore {
  background: #FFFFFF;
  border-radius: 0;
  margin-top: 40px;
}

span.loadmore-text {
  color: #323232;
}

.sprocket-mosaic-hovercontent {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.43);
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

.sprocket-mosaic-hovercontent span {
  display: block;
  font-size: 3.1em;
  margin: 0;
  top: 50%;
  position: absolute;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px
}

.sprocket-mosaic-filter li.active,
.sprocket-mosaic-filter li:hover {
  color: #39b9c8;
}

.sprocket-mosaic .sprocket-mosaic-container {
  margin:0;
}

.sprocket-mosaic-title {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 10px;
  color: #ccc;
}

.sprocket-mosaic-order {
  display: none!important;
}
.referenz-logo {
	position: relative;
	float: left;
	margin-right: 30px;
}
.referenz-typ {
	position: relative;
}

@font-face {
    font-family: 'calibri';
    src: url('fonts/calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'calibri';
    src: url('fonts/calibri-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'calibri';
    src: url('fonts/calibri-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
* {
	margin: 0;
	padding: 0;
}

.at-mod-214 {
    padding: 6px 20px;
    margin: 0;
    position: absolute;
    right: 53%;
	top: 20%;
}

a:link,
a:visited,
div.itemHeader h2.itemTitle,
.avatar-tree-menu a, 
.avatar-tree-menu span,
a:link, a:visited,
div.itemHeader h2.itemTitle,
.form-heading,
.avatar-our-features .avatar-intro-item-wrap:hover .avatar_features_intro,
.avatar-our-features-1 .avatar-intro-item-wrap:hover .newsflash-title *,.avatar_text_color,
.avatar-our-features-3 .avatar_readmore_text:hover,
.avatar-our-news-1 .avatar_readmore_text:hover,
.at-nine-blog .pagination_nav .center span{
	color: #0966da;
}
.no-padding-marging, .no-padding-margin {
	padding: 0 !important;
	margin: 0 !important;
}
.no-padding-margin-tb{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.no-padding-margin-side{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.margin-top{
	margin-top:20px !important;
}
.avatar-module-heading *{
	font-family: 'calibri';
}
.avatar-heading-right .avatar-module-heading{
	text-align: right;
}
.avatar-heading-center .avatar-module-heading{
	text-align: center;
}
/*Top-block*/
#avatar-header-inside-block{
	border-top:  solid 5px #2184ff;
	background: #fff;
	position: relative; 
	z-index: 999;
}
#avatar-header-inside-block:after{
	  z-index: 1;
	  content: "";
	  left: 0;
	  right: 0;
	  height: 0px;
	  bottom: 5px;
	  position: absolute;
	  -webkit-box-shadow: 0px 5px 1px 1px rgba(0,0,0,0.6);
	  -moz-box-shadow: 0px 5px 1px 1px rgba(0,0,0,0.6);
	  box-shadow: 0px 5px 1px 1px rgba(0,0,0,0.6);
}
.avatar-border-bottom > .avatar-module-content > div:first-child{
	-webkit-box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.2);
	border-bottom: solid 1px #fff; 
	margin-bottom: 40px !important;
}

.avatar-separate-module{
	height: 60px;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	border-bottom: #fff solid 1px;
	margin-bottom: 10px !important;
	position: relative;
}
.avatar-separate-module:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	bottom: 0;
	height: 1px;
	background-color: #C5C5C5;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.4);
}
/*-----GO TO TOP---------*/
#avatar-go-to-top{
	position: fixed;
	z-index: 999;
	bottom: 20px;
	right:5%;
	-webkit-border-radius: 2px;
   	-moz-border-radius: 2px;
   	border-radius: 2px;
   	background: url('../images/back-to-top.png') 15px center no-repeat #0C2B52; 
	color: #fff;
	padding: 5px 10px 5px 30px;
	height: 20px;
}
#avatar-go-to-top:hover,
#avatar-go-to-top:active{
	text-decoration: none;
}
/*--------BODY-MIĐLE------*/
#avatar-pos-main-body, #avatar-right, #avatar-left{
	padding : 30px 0px;
}
#avatar-right .inner{
	margin-left: 20px;
}
#avatar-left .inner{
	margin-right: 20px;
}
#avatar-left .inner #avatar-pos-left-bottom,
#avatar-right .inner #avatar-pos-right-bottom{
	border: solid 1px #d1d1d1;
	border-bottom: solid 5px #d1d1d1;
	background-color: #eeeded;
	padding: 0 15px;
}
#avatar-left .inner #avatar-pos-left-bottom .avatar-module:first-child,
#avatar-right .inner #avatar-pos-right-bottom .avatar-module:first-child{
	border-top: none;
}
#avatar-left .inner #avatar-pos-left-bottom .avatar-module:last-of-type ,
#avatar-right .inner #avatar-pos-right-bottom .avatar-module:last-of-type{
	border-bottom: none;
}
#avatar-right .avatar-module,
#avatar-left .avatar-module{
	border-top: solid 1px #fff;
    border-bottom: solid 1px #d1d1d1;
    margin-left: 0;
    margin-right: 0;
    border-left: 
}
.item-page{
	position: relative;
}
.page-header{
	margin: 10px 0 0px 0;
	border: none;
}
.page-header h2{
	margin: 5px 0 3px;
}
.page-header h2 a:hover{
	text-decoration: none;
}
#avatar-full-2-block{
	background-color: #eeeeee;
	margin-bottom: 20px;
	position: relative;
	z-index: 0;
}
#avatar-full-5-block{
	background-image: url("../images/umweltfreundlich-reinigen.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	padding: 90px 0 90px 0px!important;
}
#avatar-full-4-block{
	background-image: url("../images/service-versprechen.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	padding: 90px 0 90px 0px!important;
}
#avatar-full-6-block{
	background-image: url("../images/rechtliches.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	padding: 90px 0 90px 0px!important;
}
#avatar-full-7-block{
	background-image: url("../images/referenzen.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	padding: 90px 0 90px 0px!important;
}
#avatar-full-8-block{
	background-image: url("../images/qualitaet.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	padding: 90px 0 90px 0px!important;
}
#avatar-full-5-block *{
	color: #fff;
}
#avatar-promo-top {
	padding: 30px;
}
/*--------LOGO------------*/
.avatar-template-logo a{
	font-family: 'calibri';
	font-weight: bold !important;
	font-size: 43px;
	line-height: 43px;
}
.avatar-template-logo .custom>div{
	padding: 18px 0;
}
.avatar-template-logo a,
.avatar-template-logo a:hover,
.avatar-template-logo a:visited{
	text-decoration: none;
}
/*--------MENU------------*/
.avatar-nav-responsive .pull,
.avatar-nav-responsive .pull-main {
	display: none;
}
.avatar-main-menu {
	float: right;
}
.avatar-main-menu > .active {
	color: #fff;
}
.avatar-main-menu > li{
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.avatar-main-menu li span {
	cursor: default;
}
.avatar-main-menu,
.avatar-main-menu ul {
	list-style: none;
	margin: 0;
}
.avatar-main-menu li{
	position: relative;
}
.avatar-main-menu ul li:before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0%;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	background-color: rgba(0,0,0,0.2);
	z-index: -1;
}
.avatar-main-menu ul li:hover:before{
	width: 100%;
}
.avatar-main-menu li > ul{
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
}
.avatar-main-menu li:hover > ul {
	visibility: visible;
	opacity: 1;
	height: auto;
}
.avatar-main-menu > li > ul{
	top: 84px;
}
.avatar-main-menu >li.active >span,
.avatar-main-menu >li.active >a {
	color: #fff;
}
.avatar-main-menu > li > span,
.avatar-main-menu > li > a{
	text-transform: uppercase;
}
.avatar-main-menu > li {
	float: left;
    font-size: 20px;
	font-weight: normal !important;
    margin: 0;
    padding: 0px;
    display: inline;
    position: relative; 
}
.avatar-main-menu > li:hover {	
}
.avatar-main-menu li.parent {
	position: relative;
}
.avatar-main-menu li span,
.avatar-main-menu li a {
    display: block;
    line-height: 40px;
    padding: 10px 20px;
    text-decoration: none;
}
ul.avatar-main-menu > li{
	position: relative;
}
ul.avatar-main-menu > li:before{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	width: 0;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}
ul.avatar-main-menu > li:hover:before{
	width: 100%;
}
ul.avatar-main-menu > li > a,
ul.avatar-main-menu > li > span{
	color: #fff;
	padding: 30px 20px;
	position:relative;
	color: #1f1f1f;
}
ul.avatar-main-menu > li > a:hover,
ul.avatar-main-menu > li > span:hover,
ul.avatar-main-menu > li:hover > a,
ul.avatar-main-menu > li:hover > span{
	color: #fff;
}
ul.avatar-main-menu > li > a, 
ul.avatar-main-menu > li > span {
	vertical-align: middle;
	line-height: 20px;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.avatar-main-menu ul {
	position: absolute;
	width: 195px;
	top: 84px;
	z-index: 900;
	box-shadow: 0 3px 5px rgba(0,0,0,0.4);
}
.avatar-main-menu ul li {
	text-transform: none;
	margin: 0;
}
.avatar-main-menu ul li:first-child {
	border-top: none;
}
.avatar-main-menu ul li:hover {
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.avatar-main-menu ul li ul{
	left: 100%;
	top: 0;
}
.avatar-main-menu ul li >span,
.avatar-main-menu ul li >a,
.avatar-main-menu ul li.current >span,
.avatar-main-menu ul li.current >a {
	color: #fff;
	font-family: 'calibri';
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
}
.avatar-main-menu > .right > ul{
	right: 0 !important;
}
.avatar-main-menu > .left > ul{
	left: 0 !important;
}
/* Slide Menu */ 
*[class*="avatar-slide-menu"],
*[class*="avatar-slide-menu"] ul{
	list-style: none;
	margin: 0;
	text-align: right;
}
*[class*="avatar-slide-menu"] ul{
	background: #0c69db;
	box-shadow: 0 3px 5px rgba(0,0,0,0.4);
}
*[class*="avatar-slide-menu"]{
	background: transparent !important;
}
*[class*="avatar-slide-menu"] .active,
*[class*="avatar-slide-menu"] li:hover {
	background-color: #1f82fc;
}
*[class*="avatar-slide-menu"] .active *{
	color: #fff;
}
*[class*="avatar-slide-menu"] > li > a,
*[class*="avatar-slide-menu"] > li > span{
	color: #000;
}
*[class*="avatar-slide-menu"] li ul li a,
*[class*="avatar-slide-menu"] li ul li span{
	color: #fff;
}
*[class*="avatar-slide-menu"] li.parent {
	position: relative;
	background-repeat: no-repeat;
	background-position: 98% center;
}
*[class*="avatar-slide-menu"] > li >span,
*[class*="avatar-slide-menu"] > li >a {
	text-transform: uppercase;
}
*[class*="avatar-slide-menu"] li span,
*[class*="avatar-slide-menu"] li a {
	display: block;
	padding: 10px;
}
*[class*="avatar-slide-menu"] > li > span,
*[class*="avatar-slide-menu"] > li > a{
	border-bottom: 1px solid #cccccc;
}
*[class*="avatar-slide-menu"] li.current >span,
*[class*="avatar-slide-menu"] li span:hover,
*[class*="avatar-slide-menu"] li.current >a,
*[class*="avatar-slide-menu"] li a:hover {
	color: #fff;
	text-decoration: none;
}
*[class*="avatar-slide-menu"] ul {
	display: none;
	position: absolute;
}
*[class*="avatar-slide-menu"] li.parent:hover >ul{
	display: block;
}
	/* sub-menu */
	.avatar-slide-menu-left ul {
		left: 100%;
		top: 0px;
		width: 220px;
		z-index: 999;
	}	

	.avatar-slide-menu-right ul {
		left: -200px;
		top: 0;
		width: 200px;
	}	

	
/*-----Footer Menu-----*/
.avatar-footer-nav{
	margin: 0;
	padding: 0;
	list-style: none;
}
.avatar-footer-nav > li{
	float:left;
}
.avatar-footer-nav > li:first-child a,
.avatar-footer-nav > li:first-of-type span{
	padding-left: 0 !important;
}
.avatar-footer-nav li span,
.avatar-footer-nav li span:hover,
.avatar-footer-nav li a,
.avatar-footer-nav li a:hover
{
	padding: 0 10px;
	line-height: 18px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
.avatar-footer-nav li span,
.avatar-footer-nav li a{
	border-left: solid 1px #494949;
}
.avatar-footer-nav li:first-child span,
.avatar-footer-nav li:first-child a{
	border-left: none;
}
/*------Tree Menu-------*/
.avatar-tree-menu a,
.avatar-tree-menu span{
	color: #333;
	text-decoration: none;
}
.avatar-tree-menu > li a,
.avatar-tree-menu > li span{
	font-weight: bold;
}
.avatar-tree-menu > li{
	border-bottom: dotted 1px #6f6f6f;
}
/*------font-----------*/
.avatar-main-menu,
*[class*="avatar-slide-menu"], 
*[class*="avatar-tree-menu"] {
	font-family: 'calibri' !important;
	font-weight: bold;
	color: #242424;
}

/*------MODULE Style-----------*/
.avatar-module{
	padding: 15px 7px;
	margin: 0 10px;
}
.avatar-module > .avatar-module-heading,
.form-heading{
	margin-top: 0px;
	padding: 10px 0px;
	margin: 0;
}
.avatar-module-1 .avatar-module-content,
.avatar-module-2 .avatar-module-content,
.avatar-module-3 .avatar-module-content,
.avatar-module-5 .avatar-module-content,
.avatar-module-6 .avatar-module-content,
.avatar-module-7 .avatar-module-content,
.avatar-module-8 .avatar-module-content{
	padding: 15px;
}
.avatar-slogan .avatar-module-content{
	border-left: solid 5px #0C2B52;
	padding:20px !important;
	background: rgba(239, 239, 240, 0.9);
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	border-top: solid 1px #e5e5e5;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.avatar-slogan-margin-negative
{
	position: relative;
	margin-top: -60px !important;
	margin-bottom: 20px !important;
	z-index: 1000;
}

.avatar-module-1 .avatar-module-heading,
.avatar-module-2 .avatar-module-heading{
	color: #fff !important;
	padding: 10px;
}
.avatar-module-1 .avatar-module-content,
.avatar-module-2 .avatar-module-content{
	border: solid 1px #dcdcdc;
	border-top: none;
}
.avatar-module-2 .avatar-module-content{
	background: #fff;
}
.avatar-module-1 .avatar-module-content{
	background-image: linear-gradient(bottom, rgb(173,173,173) 0%, rgb(255,255,255) 64%);
	background-image: -o-linear-gradient(bottom, rgb(173,173,173) 0%, rgb(255,255,255) 64%);
	background-image: -moz-linear-gradient(bottom, rgb(173,173,173) 0%, rgb(255,255,255) 64%);
	background-image: -webkit-linear-gradient(bottom, rgb(173,173,173) 0%, rgb(255,255,255) 64%);
	background-image: -ms-linear-gradient(bottom, rgb(173,173,173) 0%, rgb(255,255,255) 64%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(173,173,173)),
		color-stop(0.64, rgb(255,255,255))
	);
}
.avatar-module-3 .avatar-module-heading {
	position: relative;
	color: #fff;
	padding-left: 0;
}
.avatar-module-3 .avatar-module-heading > span > span{
	padding: 10px;
}
.avatar-module-4 .avatar-module-heading{
	background: url("../images/icons/bg-heading-module-4.png") repeat-x center 33px;
	padding-left: 0px;
}
.avatar-module-4 .avatar-module-heading >span{
	padding:0 10px;
}
.avatar-module-4 .avatar-module-content{
	padding: 10px 0;
}
.avatar-module-5 .avatar-module-heading,
.avatar-module-6 .avatar-module-heading,
.avatar-module-7 .avatar-module-heading{
	margin: 0 10px;
	padding-left: 0px;
	padding-right: 0px;
}
.avatar-module-5 .avatar-module-heading{
	border-bottom: solid 1px #dcdcdc;
}

.avatar-module-6{
	border: solid 1px #dcdcdc;
}
.avatar-module-6 .avatar-module-heading{
	border-bottom: solid 1px #dcdcdc;
}

.avatar-module-7 .avatar-module-heading{
	border-bottom: solid 1px #dcdcdc;
	padding-bottom: 3px;
}
.avatar-module-7 .avatar-module-heading >span{
	padding: 1px 2px 0px 0px;
	border-bottom: solid 2px #2184ff;
}
.avatar-module-8 .avatar-module-content{
	background: #e9e9e9;
}
.avatar-module-8:hover .avatar-module-content{
	-moz-box-shadow: -1px 1px 16px #e9e9e9;
	-webkit-box-shadow: -1px 1px 16px #e9e9e9;
	box-shadow: -1px 1px 16px #e9e9e9;
}
/*------Icon-style--------------*/
.icons-cart .avatar-module-heading > span,
.icons-message .avatar-module-heading > span,
.icons-mail .avatar-module-heading > span{
	padding: 4px 0px 4px 45px;
}
.icons-cart .avatar-module-heading > span {
	background: url("../images/icons/icons-cart.png") no-repeat scroll 0px 3px;
	
}
.icons-message .avatar-module-heading > span {
	background: url("../images/icons/icons-message.png") no-repeat scroll 0px 3px;
}
.icons-mail .avatar-module-heading > span {
	background: url("../images/icons/icons-mail.png") no-repeat scroll 0px 6px;
}


/*-------Shadow---Style--------*/
.avatar-shadow-1{
	padding: 30px 0 0 0 !important;
  	box-shadow: 0 4px 2px -3px;
	position: relative;
	margin-bottom: 50px !important;
}
.avatar-shadow-2{
	position: relative;
	z-index: 0;
	margin-bottom: 40px !important;
}
.avatar-shadow-2:before, .avatar-shadow-2:after 
{
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 20px;
  left: 15px;
  width: 30%; 
  top: 80%;
  max-width:500px;
  background: rgba(0, 0, 0, 0.7); 
  -webkit-box-shadow: 0 24px 13px rgba(0,0,0, 0.7);   
  -moz-box-shadow: 0 24px 13px rgba(0, 0, 0, 0.7);
  box-shadow: 0 24px 13px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(4deg);    
  -moz-transform: rotate(4deg);   
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.avatar-shadow-2:after 
{
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  right: 15px;
  left: auto;
}

/*------Avatar-latest-news-date------*/
.avatar-latestnews > li{
	padding-bottom: 10px;
	min-height: 48px;
}
.avatar-latestnews{
	margin:0;
}
.avatar-date{
	float:left;
	padding: 5px 0;
	background: #1b78eb;
	width: 33px;
	margin-right:7px;
	margin-top: 5px;
}
.avatar-date > p{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 12px;
	color: #fff;
	font-family: 'calibri';
	font-weight: bold;
	text-align: center;
	margin: 0 ;
}
.avatar-latestnews li > .avatar-latestnew-title{
}
.avatar-latestnews li > .avatar-latestnew-title > a,
.avatar-latestnews li > .avatar-latestnew-title > a:link,
.avatar-latestnews li > .avatar-latestnew-title > a:hover,
.avatar-latestnews li > .avatar-latestnew-title > a:visited{
	color: #000;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	line-height: inherit;
	font-weight: bold;
}

/*------Avatar-footer--------*/
.avatar-our-news-1 .avatar-publish-date .date{
	background-color: #0759bf;
}
#avatar-footer-inside-block{
	border-top: solid 4px #BBBBBB;
	padding: 30px 0 15px 0;
	background-color: #313131;
}
#avatar-footer-inside-block *,
#avatar-footer-block *{
	color: #fff;
}
#avatar-footer-block{
	background-color: #212121;
}
.avatar-our-news-1 .avatar-publish-date .month{
	background-color: #00479f;
}
.avatar-copyright p{
	padding: 0;
	margin: 0;
}
.avatar-copyright,
.avatar-copyright a,
.avatar-copyright a:hover,
.avatar-copyright a:visited{
	font-family: 'calibri';
	font-weight: bold;
	text-transform: uppercase;
	color: #b2d4ff;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	text-decoration: none;
}
/*-------avatar-user-bottom-col-4-----------*/
#avatar-user-bottom-col-4{
	position: relative;
	margin-bottom: -30px;
}
#avatar-user-bottom-col-4{
	padding-bottom: 15px;
	background: #fff;
}
#avatar-user-bottom-col-4,
.avatar-shadow-3{
	position:relative;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
}
#avatar-user-bottom-col-4:before, 
#avatar-user-bottom-col-4:after,
.avatar-shadow-3:before,
.avatar-shadow-3:after
{
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 30px;
  left: 10px;
  width: 20px; 
  height:35px;
  background: rgba(0, 0, 0, 0.7); 
  -webkit-box-shadow: -5px 0px 15px 5px rgba(0, 0, 0, 0.6);   
  -moz-box-shadow: -5px 0px 15px 5px rgba(0, 0, 0, 0.6);
  box-shadow: -5px 0px 15px 5px rgba(0, 0, 0, 0.6);
}

#avatar-user-bottom-col-4:after,
.avatar-shadow-3:after
{
  right: 10px;
  left: auto;
  -webkit-box-shadow: 5px 0px 15px 5px rgba(0, 0, 0, 0.6);   
  -moz-box-shadow: 5px 0px 15px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 5px 0px 15px 5px rgba(0, 0, 0, 0.6);
}

/*-------Footer-Social-----*/
.avatar-footer-social a,.avatar-footer-social a:hover {
	float: left;
	height: 20px;
	width: 20px;
	margin: 0 7px;
	text-decoration: none;
}
.avatar-footer-social .facebook {
	background: url(../images/icons/social.png) no-repeat scroll 7.5px 0 transparent;;
}
.avatar-footer-social .twitter {
	background: url(../images/icons/social.png) no-repeat scroll -22px 0 transparent;
}
.avatar-footer-social .linkedin {
	background: url(../images/icons/social.png) no-repeat scroll -150px 0 transparent;
}
.avatar-footer-social .feed {
	background: url(../images/icons/social.png) no-repeat scroll -56.5px 0 transparent;
}
.avatar-footer-social .youtube {
	background: url(../images/icons/social.png) no-repeat scroll -89px 0 transparent;
}
.avatar-footer-social .vimeo {
	background: url(../images/icons/social.png) no-repeat scroll -117px 0 transparent;
}
.social-heading .avatar-module-heading > span{
	font-size: 14px;
	line-height: 20px;
}
.social-heading .avatar-module-heading{
	padding: 0px 10px 10px 0;
}
/*-------- avatar-foote-address-------------*/
.avatar-module-border-top{
	border-top: solid 1px #494949;
	padding-top : 10px;
}
.avatar-footer-address ul{
	margin-left: 0 !important;
	padding-top: 5px;
}
.avatar-footer-address li{
	float: left;
	list-style: none;
}
.avatar-footer-address li{
	padding:0 10px 0 20px;
}
.avatar-phone{
	background: url(../images/icons/contact.png) no-repeat scroll 0px -15px transparent;
}
.avatar-address{
	background: url(../images/icons/contact.png) no-repeat scroll 0px -34px transparent;
}
.avatar-email{
	background: url(../images/icons/contact.png) no-repeat scroll 0px 4px transparent;
}

.title_line{
	border-bottom: solid 1px #eeeeee;
}
/*----Breadcrumb-----*/
.breadcrumb{
	margin: 0;
	background: transparent;
	padding: 8px 0px;
}
.breadcrumb *{
	text-transform: uppercase;
	font-family: 'calibri';
	line-height: 20px;
	font-size: 12px;
}

/*-----contact------*/
.contact-image{
	text-align: center;
}
.jicons-text{
	font-family: 'calibri';
	font-size: 15px;
	display: block;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.contact-image img{
	padding: 5px;
	border: solid 1px #cccccc;
	background: #fff;
} 
.contact-image div{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.contact-details, .contact-form{
	min-width: 300px;
	width: 50%;
	float: left;
	margin: 20px 0;
}
.contact-details .contact-address{
	margin: 0 10px;
}
h2.contact-name{
	margin: 5px 10px 20px 10px;
	text-align: center;
	font-weight: bold;
}
.contact-address .contact-emailto{
	text-decoration: underline;
}
.contact-form{
	background: #e4e4e4;
	-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
.contact-form .contact-form-content{
	margin: 5%;
	padding: 5%;
	background:#fff url("../images/paper-conner.PNG") no-repeat top left;
}
.contact-form .form-heading{
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-bottom:25px;
}
.contact-form .send-copy{
	margin-top: 10px;
	direction: rtl;
}
.contact-form .send-copy label{
	display: inline-block;
}
.contact-form .send-copy input{
	margin: 0 10px;
}
.contact-form table{
	width: 100%;
	table-layout:auto;
}
.contact-form table th{
	width: 30%;
}
.contact-form table th label{
	text-align: right;
	background: #818181 url("../images/icons/arrow.png") no-repeat center right;
	color: #fff;
	border: solid 1px #818181;
	padding:3px 10px;;
	font-size: 12px;
	padding-right: 15px;
	margin: 0;
	text-transform: uppercase;
}
.contact-message{
	vertical-align: top;
}
.contact-form table td{
	width: 70%;
	padding: 0;
}
.contact-form table td input,
.contact-form table td textarea{
	border: solid 1px #c9c9c9;
	padding: 3px;
}
.contact-form table tr{
	margin-bottom: 5px;
}
.row-space{
	height: 15px;
}

.contact-form table input,.contact-form table textarea{
	width: 100%;
	padding:0;
	margin: 0;
	border: none;
	box-shadow: none;
}
/*------3rd-----*/
.avatar-module .avatar-copyright,
.avatar-module .avatar-copyright a{
	color: black;
}
@media (max-width: 1023px)
{
	/*
	 * Responsive Menu 
	 */
	body.avatar-responsive .avatar-template-logo .custom>div{padding-left: 15px;}
	body.avatar-responsive .avatar-template-logo p{padding-bottom: 15px;margin-bottom: 0;}
	body.avatar-responsive .avatar-nav-responsive .pull,
	body.avatar-responsive .avatar-nav-responsive .pull:hover {
		background: url("../images/icons/nav-pull.png") no-repeat scroll center right transparent;
		cursor: pointer;
		display: block;
		height: 32px;
		position: absolute;
		right: 0px;
		width: 32px;
		border: none;
		padding: 0;
		margin: 0 10px 0 0;
		z-index: 1;
	}
	body.avatar-responsive .avatar-nav-responsive > ul > li {
		display: block;
		width: 100%;
		float: left;
		padding:0;
		margin: 0;
	}
	body.avatar-responsive .avatar-nav-responsive .avatar-main-menu > .active,
	body.avatar-responsive .avatar-nav-responsive ul.avatar-main-menu > li:hover{
		border-bottom: none;
	}
	body.avatar-responsive .avatar-nav-responsive .avatar-main-menu ul li:hover{
		background-color: transparent;
	}
	body.avatar-responsive .avatar-nav-responsive .avatar-main-menu li ul li:hover >a,
	body.avatar-responsive .avatar-nav-responsive .avatar-main-menu li ul li:hover > span{
		color: #fff;
	}
	body.avatar-responsive .avatar-nav-responsive ul {
		list-style: normal;
		margin: auto;
		opacity: 1;
		width: 100%;
		left: 0;
		top: 0;
		background: #2184ff;
		font-style: normal;
		box-shadow: none;
	}
	body.avatar-responsive .avatar-nav-responsive > .avatar-main-menu > li ul li {
		margin-left: 20px; 
	}
	body.avatar-responsive .avatar-nav-responsive ul ul {
		display: none;
		position: relative;
	}
	body.avatar-responsive .avatar-main-menu > li:hover
	{
		background-color: #4798fc;
	}
	body.avatar-responsive ul.avatar-main-menu > li > a:hover, 
	body.avatar-responsive ul.avatar-main-menu > li > span:hover,
	body.avatar-responsive ul.avatar-main-menu > li >span,
	body.avatar-responsive ul.avatar-main-menu > li >a{
		color: #fff;
		padding:6px;
		margin:0;
	}
	body.avatar-responsive .nivo-caption p{
		font-size: 22px !important;
		line-height: 27px !important;
	}
	body.avatar-responsive .avatar-slogan-margin-negative
	{
		position: relative;
		margin-top: 0px !important;
		margin-bottom: 20px !important;
	}
	body.avatar-responsive .avatar-separate-bg{
		display: none;
	}
	body.avatar-responsive .avatar-our-clients .avatar-intro-item-wrap{
		width: 25%;
		float: left;
	}
	.avatar-responsive .at-main-menu > .menu-pull{
		background-image: url("../images/icons/nav-pull.png");
	}
	.avatar-responsive .at-main-menu .at-menu-horizontal {
		display: none;
	}
	body.avatar-responsive .avatar-slogan-4 .avatar-slogan-4-btn{
		position: relative;
		margin: 5px;
	}
	body.avatar-responsive .no-padding-margin-side,
	body.avatar-responsive .no-padding-margin-left,
	body.avatar-responsive .no-padding-margin-right{
		padding: 10px !important;
	}
	.avatar-responsive .at-main-menu > .menu-pull{
		display: block;
	}
	.avatar-responsive .avatar-main-menu ul li:before{
		display: none;
	}
	.avatar-responsive .avatar-module.avatar-slogan{
		padding: 10px 0 0 0 !important;
	}
}
@media (max-width: 767px){
	.avatar-responsive .block-max-width-100 .avatar-caption .nivo-main-image,
	.avatar-responsive .block-max-width-100 .avatar-caption .nivo-slice,
	.avatar-responsive .block-max-width-100 .avatar-caption img{
		height: 250px !important;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translatex(-50%);
		left: 50% !important;
	}
	.avatar-responsive .block-default-width-tmp.block-max-width-100 .avatar-caption .nivo-main-image,
	.avatar-responsive .block-default-width-tmp.block-max-width-100 .avatar-caption .nivo-slice,
	.avatar-responsive .block-default-width-tmp.block-max-width-100 .avatar-caption img{
		height: auto !important;
		width: 100% !important;
	}
	.avatar-responsive .block-max-width-100 .avatar-caption .nivo-box,
	.avatar-responsive .block-max-width-100 .avatar-caption .nivo-slice{
		display: none;
	}
	.avatar-responsive .avatar-slogan-4 .avatar-slogan-4-btn{
		padding: 5px;
	}
	.avatar-responsive .avatar-our-portfolio-1 .avatar-intro-item:before {
		  padding-top: 50%;
	}
	.avatar-responsive .at-mod-royal-slider.heroSlider, .at-mod-royal-slider.heroSlider .rsOverflow {
	  height: 400px !important;
	}
	.avatar-responsive .contact-details, .avatar-responsive  .contact-form{
		width: 100%;
	}
	.avatar-responsive .at-mod-royal-slider .caption-Container *{
		font-size: 30px;
	}
}
@media (max-width: 480px)
{
	/*
	 * Responsive Menu
	 */
	.avatar-nav-responsive {
		position: relative;
	}
	.avatar-nav-responsive > ul{
		width: 100% !important;
	}
	body.avatar-responsive .avatar-nav-responsive > ul > li {
		display: block;
		width: 100%;
		float: none;
	}
	
	/*
	 * Panel settings 
	 */
	#avatar-settings {
		position: absolute;
		top: 10px;
	}
	/*
	 * Search Box
	 * 
	 */
	.search #mod-search-searchword {
		width: 60%;
	}
	body.avatar-responsive .nivo-caption p{
		font-size: 15px !important;
		line-height: 20px !important;
	}
	body.avatar-responsive .avatar-our-clients .avatar-intro-item-wrap{
		width: 33.3333%;
		float: left;
	}
}
/*------Content------*/

.blog .page-header h2,
.blog .page-header h2 a,
.blog .page-header h2 a:hover,
.blog .page-header h2 a:visited{
	color: #1c1c1c;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
}
.blog .article-info{
	margin-bottom: 10px;
}
.blog .article-info *{
	text-transform: uppercase;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
}
.blog .published,.blog .createdby{
	display: inline-block;
}
.at-nine-blog-image-intro{
	/*border: solid 2px #bababa;*/
	background: #f7f7f7;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	padding: 8px;
}
.blog .readmore a,
.blog .readmore a:hover{
	text-decoration: none;
	font-size: 12px;
}
.blog .items-leading, .blog .items-row{
	margin-bottom: 20px;
	list-style: none;
	margin-left: 0;
}
.items-leading [class^="leading"],
.items-leading [class*=" leading"]{
	margin-bottom: 40px;
}
.items-leading .readmore{
	text-align: right;
}
.blog .icon-celendar{
	background-position: -192px -121px;
}
.blog .icon-book {
background-position: -48px -49px;
}

.nivoSlider{
	z-index:0;
	border-bottom: #b9b9b9 solid 3px;
/*	-moz-box-shadow: 0px 10px 20px rgb(213, 213, 213) !important;
	-webkit-box-shadow: 0px 10px 20px rgb(213, 213, 213) !important;
	box-shadow: 0px 10px 20px rgb(213, 213, 213) !important;*/
}
.slider-wrapper{
	position: relative;
}
.slider-wrapper .nivo-controlNav{
	position: absolute;
	z-index: 999;
	width: 100%;
	bottom: 20px;
}
.avatar-caption .nivo-caption{
	background: transparent;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}
.nivo-caption p{
	font-family: 'calibri';
	font-weight: bold;
	font-size: 48px !important;
	line-height: 48px !important;
	color: #0a5cc2;
}
.avatar-caption .nivo-caption .nivo-introtext,
.avatar-caption .nivo-caption .nivo-title{
	z-index: 8;
}

{
	background: -webkit-radial-gradient(50% 0, rgb(118, 201, 255) 0%, rgb(65, 148, 255) 20%, rgb(12, 98, 204) 70%) 50% 0 no-repeat;
	background-color: rgb(12, 98, 204);
}

.feature-icon{
	padding: 14px 0;
	display: inline-block;
	border: solid 5px #e4e4e4;
	border-radius: 100%;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
	-webkit-transition: -webkit-background 0.5s,border 0.2s;
	-moz-transition: -moz-background 0.5s,border 0.2s;
	-o-transition: -o-background 0.5s,border 0.2s;
	transition: background 0.5s,border 0.2s;
	margin-top: 10px;
}
.feature-icon img{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.feature-icon:hover img{
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.feature-icon:hover{
	background: #8a8a8a;
	border: solid 5px rgb(243, 243, 243);
	-webkit-transition: -webkit-background 0.5s,border 0.2s;
	-moz-transition: -moz-background 0.5s,border 0.2s;
	-o-transition: -o-background 0.5s,border 0.2s;
	transition: background 0.5s,border 0.2s;
}
/*------Accordion-----*/
.avatar-accordion-1{
	margin: 5px;
}
.avatar-accordion-1 .accordion-inner{
	border: none;
}
.avatar-accordion-1 .accordion-inner,
.avatar-accordion-1 .accordion-toggle{
	padding:7px 20px;
}
.avatar-accordion-1 .accordion-toggle{
	background: url("../images/icons/typo/the-plus.png") 6px -96px no-repeat;
}
.avatar-accordion-1 .accordion-toggle,
.avatar-accordion-1 .accordion-toggle:hover,
.avatar-accordion-1 .accordion-toggle:active{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.avatar-accordion-1 .accordion-group{
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-bottom: 1px solid #e5e5e5;
    border-top:none;
    border-left:none;
    border-right:none;
}


.avatar-accordion-2 .accordion-inner{
	border: none;
	padding: 25px 25px 20px 50px;
	border-left: 5px solid #0C2B52;
}
.avatar-accordion-2 .accordion-heading{
	padding: 20px 20px 20px 30px;
	position: relative;
}
.avatar-accordion-2 .accordion-toggle{
	padding: 0 20px;
}
.avatar-accordion-2 .accordion-toggle{
	background: url("../images/icons/glyphicons-halflings.png") -456px -70px no-repeat;
	font-size: 15px;
}
.avatar-accordion-2 .accordion-toggle,
.avatar-accordion-2 .accordion-toggle:hover,
.avatar-accordion-2 .accordion-toggle:active{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.avatar-accordion-2 .accordion-group,
.at-accordion-accordion .accordion-group{
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-bottom: 1px solid #dddede;
    border-top:none;
    border-left: 1px solid #dddede;
    border-right: 1px solid #dddede;
    margin: 0;
}
.avatar-accordion-2 .accordion-group:first-child,
.at-accordion-accordion .accordion-group:first-child{
	border-top: 1px solid #dddede;
}
.avatar-accordion-2 .accordion-inner {
	background-color: #f2f8ff;
}
.at-accordion-accordion a.cat-title{
	color: #353535;
	font-size: 15px;
}
.at-accordion-accordion .at-categories-btn{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50px;
}
.at-accordion-accordion .accordion-heading{
	padding: 10px 50px 10px 30px;
	position: relative;
}
.at-accordion-accordion .accordion-inner{
	padding: 5px 5px 5px 20px;
}
.at-accordion-accordion .accordion-group:nth-child(2n) {
 	background-color: #FAFAFA;
}
.at-accordion-accordion .accordion-group:nth-child(2n+1) {
 	background-color: #fff;
}
.at-accordion-accordion .at-categories-btn:before{
	content: "";
	position: absolute;
	background: url("../images/icons/glyphicons-halflings.png") -456px -71px no-repeat;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	right: 20px;
}
/*---------content---------*/
.avatar-wwa .avatar-module-content >div.custom,
.avatar-wwt .avatar-module-content >div.custom,
.avatar-wwd .avatar-module-content >div.custom{
	padding-left: 80px;
	min-height: 66px;
}
.avatar-wwa .avatar-module-content >div.custom{
	background: url('../images/sample/content/wwa.png') top left transparent no-repeat;
}
.avatar-wwt .avatar-module-content >div.custom{
	background: url('../images/sample/content/wwt.png') top left transparent no-repeat;
}
.avatar-wwd .avatar-module-content >div.custom{
	background: url('../images/sample/content/wwd.png') top left transparent no-repeat;
}
/*---------our team module-----*/
.avatar-module-team .avatar-module-heading{
	font-size: 18px;
	line-height: 24px;
}
.avatar-clear{
	clear: both;
	height:5px;
}
.avatar-team{
	padding-left: 25px;
	background: url('../images/quote.png') -7px 3px no-repeat transparent;
}
.avatar-team .avatar-team-image{
	margin: 5px;
	float: left;
}
.avatar-team .avatar-team-info .avatar-team-name{
	font-weight: bold;
}
/*Icon bootstrap*/
[class^="icon-"], [class*=" icon-"] {
	background-image: url("../images/icons/glyphicons-halflings.png");
	margin-top: 3px;
}
.btn-email-print{
	position:absolute;
	right: 0px;
	margin-top: 10px;
}
.btn-email-print ul{
	list-style: none;
}
.btn-email-print ul li{
	float: right;
	padding-right: 5px;
	display: inline;
}
.article-info{
	display: block;
	margin-bottom: 10px;
}
.article-info > dd{
	margin-left: 0;
	margin-right: 25px;
	float: left;
}
.article-info *{
	font-size: 12px;
	line-height: 20px;
}
.icon-author {
	background-position: -168px 0px;
}
.pagenav .next > a,
.pagenav .previous > a{
	font-family: 'calibri';
	text-transform: uppercase;
}
/*K2*/
span.userItemImage img,
span.itemImage img {
	border: none;
	padding: 0px;
	width: 100% !important;
}
div.userItemHeader h3.userItemTitle{
	padding-top: 0px;
	font-family: Arial;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
div.userItemHeader h3.userItemTitle a,
div.userItemCategory a,
div.userItemTagsBlock ul.userItemTags li a,
div.userItemReadMore a,
div.itemHeader span.itemAuthor a,
div.itemCategory a,
div.itemTagsBlock ul.itemTags li a,
div.itemAuthorLatest h3
{
	font-weight: bold;
}
div.userItemHeader h3.userItemTitle a:hover,
div.userItemCategory a:hover,
div.userItemTagsBlock ul.userItemTags li a:hover,
div.itemCategory a:hover,
div.itemTagsBlock ul.itemTags li a:hover{
	text-decoration: none;
}
div.userItemCategory,
div.userItemTagsBlock,
div.itemCategory,
div.itemTagsBlock{
	border-bottom: none;
}
div.itemTagsBlock ul.itemTags li{
	padding: 0;
	margin: 0 12px 8px 0px;
}
div.userItemView{
	padding-bottom: 5px;
	border-bottom: none;
	margin-bottom: 30px;
}
div.userItemReadMore a{
	text-decoration: underline;
}
div.userItemReadMore{
	float: right;
}
div.userItemLinks{
	margin-bottom: 10px;
}
div.userItemCategory span,
div.userItemTagsBlock span,
div.userItemHeader span.userItemDateCreated,
div.itemHeader span.itemAuthor,
div.itemHeader span.itemDateCreated,
div.itemCategory span,
div.itemTagsBlock span{
	color: #7f7f7f;
}
div.userItemCategory *,
div.userItemTagsBlock *,
div.userItemHeader span.userItemDateCreated,
div.itemHeader span.itemAuthor,
div.itemHeader span.itemDateCreated,
div.itemCategory span,
div.itemTagsBlock span{
	font-size: 12px;
}
span.userItemImage{
	margin-right: 15px;
}
div.userItemCategory span,
div.userItemTagsBlock span{
	font-weight: normal;
	padding-right: 0px;
}
div.userItemIntroText{
	margin-top: 0px;
	padding-top: 0;
}
div.itemHeader h2.itemTitle{
	font-family: Arial;
	font-size: 24px;
}
div.itemToolbar{
	background: #f5f5f5;
	border: none;
}
div.itemToolbar ul li a{
	color: #363636;
}
div.itemHeader span.itemAuthor,
div.itemHeader span.itemDateCreated{
	display: inline;
	margin-right: 20px;
	line-height: 25px;
}
div.itemRatingBlock{
	padding: 0;
	float: right;
	display: inline-block;
}
div.itemRatingBlock span{
	line-height: 25px;
	vertical-align: middle;
}
div.itemLinks{
	margin: 10px 0;
}
.at-item-page div.itemAuthorBlock{
	border: none;
	background-color: #f5f5f5;
	padding-bottom: 20px;
	-webkit-box-shadow: 0px 5px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 1px rgba(0,0,0,0.3);
}
div.itemIntroText{
	font-size: 13px;
	line-height: 20px;
	font-style: italic;
}
.itemContentFooter{
	display: none !important;
	font-size: 12px;
}
.itemAuthorName,
.itemAuthorName a,
.itemAuthorName a:hover,
.itemNavigationTitle{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
div.itemAuthorBlock img.itemAuthorAvatar{
	width: 130px;
	height: auto;
	padding: 0;
	margin-top: 10px;
}
.at-item-page div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl{
	border: none;
}
.at-item-page div.itemAuthorBlock div.itemAuthorDetails{
	padding-left: 15px;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a{
	text-decoration: underline;
}
div.itemAuthorLatest ul,
div.itemNavigation ul{
	list-style: none;
	margin-left: 10px;
}
div.itemAuthorLatest ul li,
div.itemNavigation ul li{
	padding: 0px 0px 0px 10px;
	background: url("../images/lastest_k2_item_arrow.png") center left no-repeat;
	margin-bottom: 10px;
}
div.itemAuthorLatest ul li a,
div.itemAuthorLatest ul li a:hover,
div.itemAuthorLatest ul li a:visited,
div.itemNavigation ul li a,
div.itemNavigation ul li a:hover,
div.itemNavigation ul li a:visited{
	color: black;
	text-decoration: none;
}
div.itemNavigation{
	border: none;
	background: none;
	padding: 0;
}
.avatar_features_intro,
.avatar_features_intro *{
	font-family: 'calibri';
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	transition: color 0.35s;
	-webkit-transition: -webkit-color 0.35s;
	-moz-transition: -moz-color 0.35s;
	-o-transition: -o-color 0.35s;
	height: 18px;
	overflow: hidden;
}
.avatar_features_intro{
	padding-left: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.avatar-our-features .ch-info{
	margin-bottom: 25px;
}
.avatar_readmore_icon{
	position: absolute;
	bottom: 0;
	right: 0;
	background: #838383;
	color: #fff;
	margin-left: -4px;
	font-size: 18px;
	line-height: 29px;
	padding-left: 8px;
	padding-right: 8px;
	height: 100%;
	transition: color 0.35s;
	-webkit-transition: -webkit-color 0.35s;
	-moz-transition: -moz-color 0.35s;
	-o-transition: -o-color 0.35s;
	
}
.avatar_readmore_text{
	display:inline-block;
	padding: 5px 8px 5px 5px;
	font-size: 12px;
	line-height: 18px;
	border: solid 1px #bcbcbc;
	border-right: none;
}
.avatar-our-features .avatar_readmore{
	padding-right: 19px;
}
.avatar_readmore{
	position: relative;
	display: inline-block;
}
.avatar_readmore,
.avatar_readmore:hover,
.avatar_readmore:active,
.avatar_readmore:visited,
.avatar_readmore_btn,
.avatar_readmore_btn:hover,
.avatar_readmore_btn:active,
.avatar_readmore_btn:visited{
	color: #626262 !important;
	text-decoration: none
}
.avatar-main-menu > .active,ul.avatar-main-menu > li:hover{
	border-bottom: solid 4px #00479f;
}
.avatar-our-features .avatar-intro-item-wrap:hover .avatar_features_intro{
	color: #2184ff;
}
.avatar_lightweight{
	background: url('../../../images/sampledata/avatar_nine/features_icon/1_blue.png') no-repeat;
}
.avatar_responsive_design{
	background: url('../../../images/sampledata/avatar_nine/features_icon/2_blue.png') no-repeat;
}
.avatar_easy_custom{
	background: url('../../../images/sampledata/avatar_nine/features_icon/3_blue.png') no-repeat;
}
.avatar_bootstrap{
	background: url('../../../images/sampledata/avatar_nine/features_icon/4_blue.png') no-repeat;
}
.avatar_features_intro{
	background-position: 0px 0px;
	transition: background 0.5s;
	-webkit-transition: -webkit-background 0.5s;
	-moz-transition: -moz-background 0.5s;
	-o-transition: -o-background 0.5s;
}
.avatar-our-features .avatar-intro-item-wrap:hover .avatar_features_intro{
	background-position: 0px -35px;
}
.avatar-intro-item-image{
	height: 250px;
	overflow: hidden;
	width: 100%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.avatar-our-portfolio .ch-info *,
.avatar-our-portfolio-1 .ch-info *{
	color: #fff !important;
}
.avatar-our-portfolio .avatar-intro-item-image{
	position: relative;
	background-position: center;
}
.avatar_portfolio_readmore,
.avatar_portfolio_image{
	display: inline-block;
	position: relative;
}
.avatar-our-portfolio .avatar_portfolio_readmore_wrap{
	top:-70px;
	left: -70px;
}
.avatar-our-portfolio .avatar_portfolio_image_wrap{
	bottom:-70px;
	right: -70px;
}
.avatar_portfolio_readmore_wrap,
.avatar_portfolio_image_wrap{
	display: inline-block;
	position: absolute;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	visibility: hidden;
}
.avatar-our-portfolio .avatar_portfolio_readmore_bg,
.avatar-our-portfolio .avatar_portfolio_image_bg{
	width: 110px;
	height: 55px;
	opacity: 0.8;
	border: solid 3px #fff;
}
.avatar-our-portfolio .avatar_portfolio_image_bg,
.avatar-our-portfolio .avatar_portfolio_readmore_bg,
.avatar-our-portfolio .avatar_portfolio_readmore_icon,
.avatar-our-portfolio .avatar_portfolio_image_icon{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.avatar_portfolio_readmore_icon,
.avatar_portfolio_image_icon{
	top:0;
	position: absolute;
	height: 100%;
	width: 100%;
}
.avatar_portfolio_readmore_icon{
	background: url('../images/icons/readmore.png') 50% 50% no-repeat;
}
.avatar_portfolio_image_icon{
	background: url('../images/icons/zoom.png') 50% 50% no-repeat;
}
.avatar-our-portfolio .avatar-intro-item-wrap:hover .avatar_portfolio_readmore_wrap{
	top: -11px;
	left: -38px;
	visibility: visible;
}
.avatar-our-portfolio .avatar-intro-item-wrap:hover .avatar_portfolio_image_wrap{
	bottom: -15px;
	right: -38px;
	visibility: visible;;
}
.avatar_portfolio_image,.modal-open .modal,.btn:focus{
    outline:none!important
}
.avatar_modal_image{
	width: 100%;
}
.avatar-newsflash{
	margin: 15px 0 15px 0;
}
.avatar-intro-item-wrap{
	margin-bottom: 15px;
	margin-top: 15px;
}
.avatar-our-portfolio-1 .ch-info,
.avatar-our-portfolio-1 .avatar-shadow-inset{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.avatar-our-portfolio-1 .ch-info-content{
	padding: 10px;
}
.avatar-our-portfolio-1 .newsflash-title{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}
.avatar-our-portfolio-1 .avatar-intro-item{
	position: relative;
}
.avatar-our-portfolio-1 .avatar_portfolio_readmore_bg, 
.avatar-our-portfolio-1 .avatar_portfolio_image_bg {
	width: 40px;
	height: 36px;
}
.avatar-our-portfolio-1 .avatar_portfolio_readmore_wrap{
	right: -10px;
	background: #fff;
}
.avatar-our-portfolio-1 .avatar_portfolio_image_wrap{
	right: -45px;
	background: #000;
}
.avatar-our-portfolio-1 .avatar_portfolio_image_wrap,
.avatar-our-portfolio-1 .avatar_portfolio_readmore_wrap{
	bottom: 10px;
	-webkit-border-radius: 100%;
   	-moz-border-radius: 100%;
   	border-radius: 100%; 
}
.avatar-our-portfolio-1 .avatar-intro-item-wrap:hover .avatar_portfolio_image_wrap{
	visibility: visible;
	-webkit-transform: rotate(-405deg);
	-moz-transform: rotate(-405deg);
	-ms-transform: rotate(-405deg);
	-o-transform: rotate(-405deg);
	transform: rotate(-405deg);
}
.avatar-our-portfolio-1 .avatar-intro-item-wrap:hover .avatar_portfolio_readmore_wrap{
	visibility: visible;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	-o-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
.avatar-our-portfolio-1 .avatar-intro-item-wrap:hover .avatar_portfolio_image_wrap{
	right: 10px;
}
.avatar-our-portfolio-1 .avatar-intro-item-wrap:hover .avatar_portfolio_readmore_wrap{
	right: 45px;
}
.avatar-our-portfolio-1 .avatar-intro-item-wrap:hover .ch-info{
	opacity: 1;
}
.avatar-our-portfolio-1 .avatar-intro-item-wrap:hover .avatar-shadow-inset{
	opacity: 0.8;
}
.avatar-our-portfolio-1 .avatar_portfolio_readmore_icon{
	background: url('../images/icons/readmore-black.png') 50% 60% no-repeat;
}
.avatar-our-features-1 .newsflash-title,
.avatar-our-features-1 .newsflash-title *{
	text-transform: uppercase;
	font-weight: bold !important;
	text-align: center !important;
	color: #212121;
	text-decoration: none;
}
.avatar-our-features-1 .avatar-intro-item-wrap{
	-webkit-border-radius: 10px;
   	-moz-border-radius: 10px;
   	border-radius: 10px;
   	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.avatar-our-features-1 .avatar-intro-item{
	margin: 15px 5px 25px 5px;
}
.avatar-our-features-1 .avatar-intro-item-wrap:hover .newsflash-title *{
	color: #2184ff;
}
.avatar-our-features-1 .avatar-intro-item-wrap:hover{
	-moz-box-shadow: 0px 0px 14px 7px rgb(230, 230, 230);
	-webkit-box-shadow: 0px 0px 14px 7px rgb(230, 230, 230);
	box-shadow: 0px 0px 14px 7px rgb(230, 230, 230);
}
.avatar-our-features-1 *{
	text-align: center;
	
}
.avatar-our-features-1 .avatar-intro-item-img{
	padding: 5px;
	display: inline-block;
	overflow: hidden;
	margin: 15px 0;
	-webkit-border-radius: 100%;
   	-moz-border-radius: 100%;
   	border-radius: 100%;
   	-webkit-box-shadow: 0px 3px 0px 0px rgba(136, 136, 136, 0.6);
	box-shadow: 0px 3px 0px 0px rgba(136, 136, 136, 0.6);
	transition: background 0.5s;
	-webkit-transition: -webkit-background 0.5s;
	-moz-transition: -moz-background 0.5s;
	-o-transition: -o-background 0.5s;
	background: rgb(138, 138, 138);
}
.avatar-our-features-1 .avatar-intro-item-wrap .avatar-intro-item-img img{
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}
.avatar-our-features-1 .avatar-intro-item-wrap:hover .avatar-intro-item-img img{
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.avatar-our-features-1 .avatar_readmore_text,
.avatar_readmore_btn{
	text-transform: uppercase;
	background-image: url('../images/icons/readmore-1.png');
	background-color:  #f2f2f2;
	background-repeat: no-repeat;
	background-position:  right 0px;
	padding: 9px 30px 9px 15px;
	border: none;
	font-weight: bold !important;
	border-bottom: solid 2px #bdbdbd;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	font-size: 12px;
}
.avatar_readmore_btn:hover,
avatar_readmore_btn:visited{
	color: #fff !important;
}
.avatar-our-features-1 .avatar_readmore_text.a:hover,
.avatar_readmore_btn:hover{
	color: #fff !important;
	background: url('../images/icons/readmore-1.png') #2184ff no-repeat right -35px;
}
.avatar_readmore_btn{
	display: inline-block;
	margin-top: 20px;
}
.avatar-our-clients .span2 .avatar-intro-item-img{
	text-align: center;
	padding: 0 30px;
}
.avatar-our-clients .span3 .avatar-intro-item-img{
	text-align: center;
	padding: 0 60px;
}
.avatar-our-clients .avatar-intro-item{
	position: relative;
}
.avatar-our-clients .avatar-intro-item-wrap{
	margin-bottom: 15px;
}
.avatar-our-clients .ch-info{
	position: absolute;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	bottom: 100%;
	display: inline-block;
	visibility: hidden;
	opacity: 0;
	background: #403c3c;
	width: 100%;
	padding: 10px 0px 0 0px;
	text-align: center;
}
.avatar-our-clients .ch-info *{
	color: #fff;
}
.avatar-our-clients .avatar-intro-item:hover .ch-info{
	visibility: visible;
	opacity: 1;
}
.client-info-arrow{
	background: url("../images/tool-tip.png") center no-repeat;
	height: 8px;
	width: 100%;
	margin-bottom: -8px;
}
/*Joomla 3.0----version 1.2.0*/
.avatar-slogan-3{
	padding-top: 60px;
}
.avatar-slogan-3{
	font-family: 'calibri';
	font-weight: bold;
	font-size: 27px;
	font-weight: bold;
	line-height: 30px;
}
.avatar-char-color{
	padding: 6px 10px;
	color: white;
}
.avatar-bg-road,
.avatar-bg-road-1{
	background-image: url("../images/sample/bg-full-2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	padding: 90px 0 150px 0px!important;
}
.avatar-bg-road-1{
	margin-bottom: -30px !important;
}
.avatar-bg-road-1 *,
.avatar-bg-road *{
	color: white;
}
.avatar-bg-road h1,
.avatar-bg-road-1 h1{
	font-family: 'calibri';
	font-weight: bold;
	font-size: 36px;
	margin: 20px 0;
}
.avatar-our-features-4 .avatar-intro-item-wrap:hover .avatar-shadow-inset{
	background-color: #37577f;
	opacity: 0.5;
}
.avatar-margin-tb{
	margin-bottom: 20px;
	margin-top: 20px;
}
#avatar-full-3-block{
	padding: 0 !important;
	margin: 30px 0;
}
#avatar-full-1-block {
	background-color: #333333;
}
#avatar-full-1-block *{
	color: #fff;
}
#avatar-body-top-block .avatar-wrapper{
	margin: 0px auto;
}
.avatar-banner-full-1 .nivoSlider{
	margin: 0 !important;
	margin-bottom 0 !important;
	border: none;
}
.avatar-slogan-4 .avatar-slogan-4-btn{
	text-align: right;
	padding: 20px 0;
}
.avatar-slogan-4 .avatar-slogan-4-btn a{
	padding: 10px 15px 15px 15px;; text-decoration: none;
	position: relative;
	font-weight: bold;
	overflow: hidden;
	display: inline-block;
}
.avatar-slogan-4 .avatar-slogan-4-btn a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0;
	height: 5px;
	background-color: rgba(0,0,0,0.6);
}
.avatar-slogan-4{
	margin: 0 !important;
	padding: 40px 0px 20px 0px; 
}
span.catItemImage {
	margin: 0;
}
div.catItemImageBlock {
	border: 1px solid #ccc;
	margin: 0 0 16px 0;
}
.avatar-category-module{
	position: relative;
}
.avatar-category-module .avatar-item-img{
	position: absolute;
	width: 30%; 
	min-height: 70px;; 
	left: 0; 
	top: 10px;
	background-size: cover;
	border: solid 1px #8c8e91;
	background-repeat: no-repeat;
	background-position: center;
}
.at-blog div.itemListCategoriesBlock div.itemListCategory{
	margin-bottom: 20px;
	border: none;
	background-color: #f5f5f5;
	-webkit-box-shadow: 0px 5px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 1px rgba(0,0,0,0.3);
}
.at-blog .itemListCategory h2{
	text-transform: uppercase;
	text-align: center;
}
.avatar-category-module .avatar-category-module-child-content{
	position: relative;
	padding-left: 35%;
	overflow: hidden;
	margin-bottom: 10px;
	min-height: 90px; 
}
.avatar-category-module .avatar-category-module-child-content:last-child{
	margin-bottom: 0;
}
.avatar-category-module .mod-articles-category-title{
	font-weight: bold;
}
.avatar-category-module .mod-articles-category-title,
.avatar-category-module .mod-articles-category-title *{
	color: #3d3d3d !important;
}
.avatar-category-module h4{
	margin-bottom: 0;
	line-height: 100%;
}
.mod-articles-category-writtenby,
.mod-articles-category-category,
.mod-articles-category-date{
	font-size: 12px;
	color: #8b8b8b;
	font-style: italic;
}
/* avatar blog*/
.at-nine-blog-item{
	position: relative;
	margin-bottom: 50px;
}
.at-nine-blog-item .avatar-pee{
	bottom: 1px;
	position: absolute;
	left: -20px;
	padding: 5px 0px 5px 3px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.at-nine-blog-item .print-icon,
.at-nine-blog-item .email-icon,
.at-nine-blog-item .edit-icon {
	width: 19px;
	height: 20px;
	overflow: hidden;
}
.print-icon a:link, .email-icon a:link,
.print-icon a:hover, .email-icon a:hover{
	color: #333333;
}
.at-nine-blog-item .published,
.at-nine-blog-item .create,
.at-nine-blog-item .modified{
	font-weight: bold;
}
.at-nine-blog-item .avatar-article-info >div {
	margin-right: 20px;
}
.at-nine-blog .avatar-item-title *{
	line-height: 15px;
	color: #4F4F4F !important;
	font-weight: bold;
	font-family: Arial;
}
.at-nine-blog .avatar-article-info *,
.at-nine-blog-1 .avatar-article-info *{
	font-size: 10px;	
}
.at-nine-blog .avatar-article-info{
	margin-bottom: 5px;
}
.at-nine-blog .avatar-article-info >div {
	display: inline-block;
	margin-right: 40px;
}
.at-nine-blog .avatar-item-bottom{
	padding: 5px 10px;
	background-color: #5b5b5b;
	border-bottom: solid 3px #d1d1d1;
}
.at-nine-blog .avatar-item-bottom *{
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
}
.at-nine-blog .avatar-item-image-below{
	background-color: #F9F9F9;
	padding: 15px 15px 15px 15px;
	position: relative;
}
.avatar-shadow-inset{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
}
.at-nine-blog .at-nine-blog-item:hover .avatar-shadow-inset,
.at-nine-blog-1 .at-nine-blog-item:hover .avatar-shadow-inset,
.avatar-recent-work .avatar-item:hover .avatar-shadow-inset{
	opacity: 0.8;
}
.avatar-tags span a{
	color: #353535;
}
.at-nine-blog-item:hover .avatar-shadow-inset,
.at-nine-blog-item:hover .avatar-item-title a,
.at-nine-blog-item:hover .avatar-tags *,
.at-nine-blog-item:hover .avatar-readmore-icon,
.at-nine-blog-item:hover .avatar-zoom-icon{
 	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.at-nine-blog-item .avatar-shadow-inset,
.at-nine-blog-item .avatar-item-title a,
.at-nine-blog-item .avatar-readmore-icon,
.at-nine-blog-item .avatar-zoom-icon{
 	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.avatar-readmore-icon,
.avatar-zoom-icon,
.avatar-readmore-icon-1,
.avatar-zoom-icon-1{
	position: absolute;
	top: 50%;
	margin-top: -23px;
	height: 46px;
	width: 46px;
	opacity: 0;
}
.at-nine-blog-item .avatar-readmore-icon,
.at-nine-blog-item .avatar-zoom-icon{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
}
.avatar-readmore-icon{
	left: 23px;
	margin-left: 10px;
	background-image: url('../images/icons/readmore-icon.png');
}
.avatar-zoom-icon{
	right: 23px;
	margin-right: 10px;
	background-image: url('../images/icons/zoom-icon.png');
}
.at-nine-blog-item:hover .avatar-readmore-icon,
.avatar-recent-work .avatar-item:hover .avatar-readmore-icon,
.avatar-project .avatar-item:hover .avatar-readmore-icon-1{
	opacity: 1;
	left: 50%;
}
.at-nine-blog-item:hover .avatar-zoom-icon,
.avatar-recent-work .avatar-item:hover .avatar-zoom-icon,
.avatar-project .avatar-item:hover .avatar-zoom-icon-1{
	opacity: 1;
	right: 50%;
}
/**/
.pagination{
	margin: 5px 0;
	height: auto;
}
.pagination_nav .left,
.pagination_nav .center,
.pagination_nav .right,
.pagination_nav .left *,
.pagination_nav .center *,
.pagination_nav .right *{
	display: inline-block;
	font-size: 13px;
}
.pagination_nav .left{
	float: left;
}
.pagination_nav .right{
	float: right;
}
.pagination_nav .center .page a,
.pagination_nav .center .page span{
	padding: 0 4px;
}
.pagination_nav .counter{
	display: block;
	margin: 0;
}
.pagination_nav a, .pagination_nav span{
	line-height: 1.5;
	padding: 0 4px;
	border: none;
}
.pagination{
	position: relative;
	padding: 10px 0px;
	text-align: center;
}
.pagination:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
.at-nine-blog .pagination_nav{
	display: block;
}
.at-nine-blog .pagination_nav a, .at-nine-blog .pagination_nav span{
	background-color: transparent;
}
.at-nine-blog .pagination_nav .left .start,.at-nine-blog .pagination_nav .right .next{
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
   	border-radius: 0;
}
.at-nine-blog .pagination_nav .left .prev,.at-nine-blog .pagination_nav .right .end{
   	border-left: none;
}
.pagination_nav .off{
	opacity: 0;
}
.at-nine-blog .pagination_nav .off *,
.at-nine-blog .pagination_nav .center *{
	color: #555555;
}
.at-nine-blog .pagination_nav .center a,.at-nine-blog .pagination_nav .center span{
	padding: 5px 2px;
}
.at-nine-blog .pagination_nav .center span{
	background: transparent;
}
.at-nine-blog .pagination_nav .center{
	margin: 0 30px;
}
.pagination .counter{
	display: none;
}
.items-more a{
	border: none !important;
}
.avatar-item-image > img, .avatar-image-inner >div > img {
	width: 100% !important;
}
/*Joomla 2.5----version 1.1.0*/
.theme-default .nivo-controlNav a {
	background: url("../images/3rd/bullets.png") no-repeat;
}

.categories-list ul{
	list-style: none;
	margin-left: 0px;
}
.pagenav {
	margin: 20px 0;
	list-style: none;
	text-align: center;
}
.pagenav .pagenav-next a{float:right;}
.pagenav .pagenav-previous a{float:left;}
.btn-pee{
	padding: 2px 6px !important;
}
.at-nine-blog-item{
	position: relative;
}
.at-nine-blog-image-intro img{
  width: 100%;
}
.theme-default .nivoSlider{
	margin-bottom: 0;
}
.avatar-caption .nivo-caption{
	bottom: inherit;
}
.avatar-responsive .at-main-menu > .menu-pull {
	position: absolute;
	height: 25px;
	width: 27px;
	top: -50px;
	right: 10px;
}
.at-main-menu{
	position: relative;
}
.avatar-our-features-5,
.avatar-our-portfolio-1,
.avatar-our-news-2,
.avatar-our-features,
.avatar-our-features-2,
.avatar-our-features-4{
	padding: 50px 0;
}


/*------ New Color Update ------*/
.avatar-tree-menu a, 
.avatar-tree-menu span,
a, a:visited,
div.itemHeader h2.itemTitle,
.form-heading,
.avatar-our-features .avatar-intro-item-wrap:hover .avatar_features_intro,
.avatar-our-features-1 .avatar-intro-item-wrap:hover .newsflash-title *,
.avatar_text_color,
.avatar-our-features-2 .avatar-intro-item-wrap .newsflash-title *,
.avatar-our-features-3 .avatar_readmore_text:hover,
.avatar-our-news-1 .avatar_readmore_text:hover,
.at-nine-blog .pagination_nav .center span,
.nivo-caption p,
.at-mod-royal-slider .caption-Container *,
blockquote, .blockquote,
div.k2TagCloudBlock a:hover{
	color: #0C2B52;
}
#avatar-header-inside-block{
	border-top:  solid 3px #0C2B52;
}

blockquote {
	border-left: 5px solid #1ec7ff;
}
.avatar_readmore:hover .avatar_readmore_icon,
.avatar-our-portfolio .avatar-intro-item-wrap:hover .ch-info,
.avatar-our-portfolio .avatar_portfolio_readmore_bg,
.avatar-our-portfolio .avatar_portfolio_image_bg,
.avatar-our-portfolio-1 .avatar-shadow-inset,
.avatar-our-features-1 .avatar-intro-item-wrap:hover .avatar-intro-item-img,
.avatar_readmore_btn:hover,
.avatar-main-menu > .active,
.avatar-main-menu ul,
.avatar-module-1 .avatar-module-heading,
.avatar-module-2 .avatar-module-heading,
.avatar-module-3 .avatar-module-heading > span > span,
ul.avatar-main-menu > li:hover:before, 
.feature-icon,
.avatar-char-color,
.avatar-our-features-2 .avatar-intro-item-img,
.avatar-our-features-3 .avatar-intro-item-wrap:hover .avatar-intro-item-image,
.avatar-our-portfolio-2 .ch-info-content:before,
.avatar-our-features-4 .avatar-intro-item-wrap,
.avatar-our-features-5 .avatar-intro-item-image,
.avatar-readmore-icon,
.avatar-zoom-icon,
.avatar-responsive .at-main-menu > .menu-pull,
.avatar-our-news-1 .avatar-publish-date .date,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled:hover,
input[type="submit"]:hover,
.btn:hover,.btn:link:hover,
.pagenav .next > a:hover,
.pagenav .previous > a:hover,
.at-nine-blog .avatar-item-bottom,
thead, .at-categories-list .badge-info,
.login .btn.btn-primary, .registration .btn,
.login-description,
.registration legend,
.tagspopular ul li:after,
.tagspopular ul li span.tag-count,
.tagspopular ul li:before,
.avatar-date, table.calendar tr td.calendarTodayLinked,
.at-item-page div.itemComments .at-comment-form,
div.itemCommentsForm form input#submitCommentButton:hover,
.categories-module .number-item,
.avatar-separate-module{
	background-color: #0C2B52;
}
.avatar-our-features-1 .avatar_readmore_text:hover,
.avatar-our-features-1 .avatar_readmore_text:visited {
color: #fff !important;
}
.avatar-main-menu > .active,ul.avatar-main-menu > li:hover{
	border-bottom: solid 4px #00479f;
}
@media (max-width: 1023px)
{
	body.avatar-responsive .avatar-nav-responsive ul{
		background: #0C2B52;
	}
	body.avatar-responsive .avatar-main-menu > li:hover
	{
		background-color: #4798fc;
	}
}
*[class*="avatar-slide-menu"] ul{
	background: #0c69db;
}
*[class*="avatar-slide-menu"] .active,
*[class*="avatar-slide-menu"] li:hover{
	background-color: #1f82fc;
}
#avatar-footer-inside-block *, #avatar-footer-block * {
	color: #fff;
}
#avatar-footer-block{
	background-color: #212121;
}
#avatar-footer-inside-block{
	background: #252525;
}
.avatar-our-news-1 .avatar-publish-date .month{
	background: #b2d4ff;
}
.avatar-footer-nav li span,
.avatar-footer-nav li a{
	border-left: solid 1px #fff;
}
.avatar-module-3 .avatar-module-heading {
	color: #fff !important;
}
.avatar-module-3{
	padding-left: 0;
	padding-right: 0;
}
.avatar-module-7 .avatar-module-heading >span{
	border-bottom: solid 2px #0C2B52;
}
.avatar-slogan{
	padding: 30px 0;
}
.avatar-module.avatar-slogan .avatar-module-content *{
	color: #333 !important;
}
.avatar-slogan .avatar-module-content{
	border-left: solid 5px #0C2B52;
}
/*------version 1.1.0---*/
.avatar-our-features-3 .avatar_readmore_text:hover,
.avatar-our-news-1 .avatar_readmore_text:hover{
	border: solid 1px #0C2B52;
}
.avatar-accordion-2 .accordion-inner{
	background-color: #F7F7F7;
}

.at-mod-royal-slider .caption-Container {
	display: block;
	left: 25%;
	top: 35%;
	right: 25%;
	width: 50%;
	position: absolute;
	transform: translateY(-30%);
}
.at-mod-royal-slider .rsABlock{
	height: 100%;
	width: 100%;
	/* background-color: rgba(255,255,255,0.3);
	padding: 20px; */
}
.rsABlock{
	position: relative;
}
.at-mod-royal-slider .caption-Container *{
	font-family: 'calibri';
	font-weight: bold;
	font-size: 60px;
  	line-height: 100%;
	text-shadow: 0px 2px 8px rgba(255, 255, 255, 0.8); 
}
.at-royal-banner-showcase {
  	min-height: 300px;
}
.breadcrumb>.active{
	display: none;
}
/*---------Client layout----------*/
.avatar-our-clients{
	margin-bo
}
.avatar-our-clients .span2 .avatar-intro-item-img{
	text-align: center;
	padding: 0 30px;
}
.avatar-our-clients .span3 .avatar-intro-item-img{
	text-align: center;
	padding: 0 60px;
}
.avatar-our-clients .avatar-intro-item{
	position: relative;
}
.avatar-our-clients .ch-info{
	position: absolute;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	bottom: 100%;
	display: inline-block;
	visibility: hidden;
	opacity: 0;
	background: #403c3c;
	width: 100%;
	padding: 10px 0px 0 0px;
	text-align: center;
}
.avatar-our-clients .ch-info *{
	color: #fff;
}
.avatar-our-clients .avatar-intro-item:hover .ch-info{
	visibility: visible;
	opacity: 1;
}
.client-info-arrow{
	background: url("../images/tool-tip.png") center no-repeat;
	height: 8px;
	width: 100%;
	margin-bottom: -8px;
}
.avatar-our-features .ch-info{
	margin-bottom: 25px;
}
.avatar-our-features .avatar_readmore{
	padding-right: 19px;
}
.avatar-our-features .avatar-intro-item-wrap:hover .avatar_features_intro{
	color: #2184ff;
}
.avatar-our-features .avatar-intro-item-wrap:hover .avatar_features_intro{
	background-position: 0px -35px;
}

/*---------Client featues----------*/
.avatar_features_intro,
.avatar_features_intro *{
	font-family: 'calibri';
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	transition: color 0.35s;
	-webkit-transition: -webkit-color 0.35s;
	-moz-transition: -moz-color 0.35s;
	-o-transition: -o-color 0.35s;
	height: 18px;
	overflow: hidden;
}
.avatar_features_intro{
	padding-left: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.avatar-our-features .ch-info{
	margin-bottom: 25px;
}

/*----------Feature layout 1-------------*/
.avatar-our-features-1 .newsflash-title,
.avatar-our-features-1 .newsflash-title *{
	text-transform: uppercase;
	font-weight: bold !important;
	text-align: center !important;
	color: #212121;
	text-decoration: none;
}
.avatar-our-features-1 .avatar-intro-item-wrap{
	-webkit-border-radius: 10px;
   	-moz-border-radius: 10px;
   	border-radius: 10px;
   transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.avatar-our-features-1 .avatar-intro-item{
	margin: 15px 5px 25px 5px;
}
.avatar-our-features-1 .avatar-intro-item-wrap:hover .newsflash-title *{
	color: #2184ff;
}
.avatar-our-features-1 .avatar-intro-item-wrap:hover{
	-moz-box-shadow: 0px 0px 14px 7px rgb(230, 230, 230);
	-webkit-box-shadow: 0px 0px 14px 7px rgb(230, 230, 230);
	box-shadow: 0px 0px 14px 7px rgb(230, 230, 230);
}
.avatar-our-features-1 *{
	text-align: center;
	
}
.avatar-our-features-1 .avatar-intro-item-img{
	padding: 5px;
	display: inline-block;
	overflow: hidden;
	margin: 15px 0;
	-webkit-border-radius: 100%;
   	-moz-border-radius: 100%;
   	border-radius: 100%;
   	-webkit-box-shadow: 0px 3px 0px 0px rgba(136, 136, 136, 0.6);
	box-shadow: 0px 3px 0px 0px rgba(136, 136, 136, 0.6);
	transition: background 0.35s;
	-webkit-transition: -webkit-background 0.35s;
	-moz-transition: -moz-background 0.35s;
	-o-transition: -o-background 0.35s;
	background: rgb(138, 138, 138);
}
.avatar-our-features-1 .avatar-intro-item-wrap .avatar-intro-item-img img{
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}
.avatar-our-features-1 .avatar-intro-item-wrap:hover .avatar-intro-item-img img{
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.avatar-our-features-1 .avatar_readmore_text{
	text-transform: uppercase;
	background: url('../images/icons/readmore-1.png') #f2f2f2 no-repeat right 0px;
	padding: 9px 30px 9px 15px;
	border: none;
	font-weight: bold !important;
	border-bottom: solid 2px #bdbdbd;
	transition: background-color 0.5s;
	-webkit-transition: -webkit-background-color 0.5s;
	-moz-transition: -moz-background-color 0.5s;
	-o-transition: -o-background-color 0.5s;
	font-size: 12px;
}
.avatar-our-features-1 .avatar_readmore_text:hover{
	color: #fff !important;
	background-image: url('../images/icons/readmore-1.png');
	background-position: right -35px;
	background-repeat: no-repeat;
}
.avatar-our-features-1 .avatar_readmore_text a:hover,
.avatar-our-features-1 .avatar_readmore_text:hover a,
.avatar-our-features-1 .avatar_readmore_text:hover a:visited{
color: #fff !important;
}
/*----------Feature layout 2-------------*/
.avatar-our-features-2 .newsflash-title,
.avatar-our-features-2 .newsflash-title *{
	text-transform: uppercase;
	font-weight: bold !important;
	text-align: center !important;
	text-decoration: none;
}
.avatar-our-features-2 .avatar-intro-item-wrap{
	-webkit-border-radius: 10px;
   	-moz-border-radius: 10px;
   	border-radius: 10px;
   	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.avatar-our-features-2 .avatar-intro-item{
	margin: 15px 5px 25px 5px;
}
.avatar-our-features-2 .avatar-intro-item-wrap .newsflash-title *{
	color: #2184ff;
}
.avatar-our-features-2 *{
	text-align: center;
	
}
.avatar-our-features-2 .avatar-intro-item-img{
	height: 130px;
	width: 130px;
	display: inline-block;
	overflow: hidden;
	margin: 0 0 15px 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-radius: 100%;
   	-moz-border-radius: 100%;
   	border-radius: 100%;
	transition: background 1s;
	-webkit-transition: -webkit-background 0.5s;
	-moz-transition: -moz-background 0.5s;
	-o-transition: -o-background 0.5s;
}
.avatar-our-features-2 .avatar-intro-item-wrap .avatar-intro-item-img{
	transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
}
.avatar-our-features-2 .avatar-intro-item-wrap:hover .avatar-intro-item-img{
	background-size: 40%;
}
.avatar-our-features-2 .avatar_readmore{
	padding-right: 19px;
}
.avatar-our-features-2 .ch-info{
	margin-bottom: 30px;
}

/*----------Feature layout 3 -------------*/
.avatar-our-features-3{
	padding: 40px 0 40px 0;
}
.avatar-our-features-3 .avatar_readmore{
	padding-right: 23px;
	margin-top: 20px;
}
.avatar-our-features-3 .avatar-intro-item{
	padding-left: 90px;
	position: relative;
}
.avatar-our-features-3 .avatar-intro-item-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
	background-size: cover;
	background-position: center;
	-webkit-border-radius: 50%;
   	-moz-border-radius: 50%;
   	border-radius: 50%;
   	background: #333333;
   	background-repeat: repeat-y;
}
.avatar-our-features-3 .newsflash-title,
.avatar-our-features-3 .newsflash-title *{
	text-decoration: none;
	font-weight: bold;
	font-family: 'calibri';
	font-weight: bold;
	color: #323232;
	line-height: 100%;
}
.avatar-our-features-3 .avatar-intro-item-wrap .avatar-intro-item-image{
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.avatar-our-features-3 .avatar-intro-item-wrap:hover .avatar-intro-item-image{
	background-position: center 75px;
}
.avatar-our-features-3  .avatar_readmore_icon{
	background: transparent;
	color: #626262;
}
.avatar-our-features-3 .avatar_readmore_text{
	border-right: solid 1px #bcbcbc;
	padding: 3px 10px;
	-webkit-border-radius: 2px;
   	-moz-border-radius: 2px;
   	border-radius: 2px;
}
.avatar-our-features-3 .avatar_readmore_text:hover{
	border: solid 1px #2184ff;
}

/*----------Feature layout 4 -------------*/
.avatar-our-features-4 .avatar-intro-item-wrap{
	padding: 25px 15px;
	position: relative;
}
.avatar-our-features-4 .avatar-intro-item-wrap,
.avatar-our-features-4 .avatar-intro-item-wrap *{
	color: white;
	text-align: center;
}
.avatar-our-features-4 .newsflash-title,
.avatar-our-features-4 .newsflash-title *{
	font-family: 'calibri';
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 100%;
	margin: 20px 0;
}
.avatar-our-features-4 .avatar_readmore_text{
	border: solid 1px #fff;
	padding: 3px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.avatar-our-features-4 .avatar-shadow-inset{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;
}
.avatar-our-features-4 .avatar_readmore_wrap{
	position:absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -41px;
}
.avatar-our-features-4 .avatar_readmore_wrap .avatar_readmore_icon{
	position: relative !important;
	height: 79px;
	width: 82px;
	background: url('../../../../../templates/at_nine/images/icons/readmore-icon-f4.png') center no-repeat;
}
.avatar-our-features-4 .avatar_readmore:hover .avatar_readmore_icon{
	background-color: transparent;
}
.avatar-our-features-4 .avatar-shadow-inset{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/*----------Feature layout 5 -------------*/
.avatar-our-features-5 .avatar-intro-item-wrap,
.avatar-our-features-5 .avatar-intro-item-wrap *{
	color: #333;
}
.avatar-our-features-5 .newsflash-title{
	padding-left: 50px;
}
.avatar-our-features-5 .newsflash-title,
.avatar-our-features-5 .newsflash-title *{
	display: inline-block;
	font-family: 'calibri';
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
.avatar-our-features-5 .newsflash-title{
	margin: 10px 0 15px 0;
}
.avatar-our-features-5 .avatar-intro-item-image{
	display: inline-block;
	background-size: 90% !important;
	background-position: center;
	height: 40px;
	width: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-repeat: no-repeat;
	position: absolute;
}
.avatar-our-features-5 .avatar_readmore_text{
	border: solid 1px #333;
	padding: 3px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.avatar-our-features-5 .avatar-shadow-inset{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;
}
.avatar-our-features-5 .avatar-intro-item-wrap:hover .avatar-shadow-inset{
	opacity: 1;
}
.avatar-our-features-5 .avatar_readmore_wrap{
	position:absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -41px;
}
.avatar-our-features-5 .avatar_readmore_wrap .avatar_readmore_icon{
	position: relative !important;
	height: 79px;
	width: 82px;
	background: url('../../../../../templates/at_nine/images/icons/readmore-icon-f4.png') center no-repeat;
}
.avatar-our-features-5 .avatar_readmore:hover .avatar_readmore_icon{
	background-color: transparent;
}
.avatar-our-features-5 .avatar-shadow-inset{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/*----------News layout-------------*/
.avatar-our-news .avatar_readmore{
	padding-right: 19px;
	margin-top: 20px;
}
.avatar-our-news .avatar-intro-item{
	padding-left: 165px;
	position: relative;
	min-height: 155px;
}
.avatar-our-news .avatar-publish-date{
	font-size: 12px;
	color: #898989;
	margin-bottom: 10px;
}
.avatar-our-news .avatar-intro-item-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 155px;
	background-size: cover;
	background-position: center;
	-webkit-border-radius: 5px;
   	-moz-border-radius: 5px;
   	border-radius: 5px;
}
.avatar-our-news .newsflash-title,
.avatar-our-news .newsflash-title *{
	text-decoration: none;
	font-weight: bold;
	font-family: 'calibri';
	font-weight: bold;
	color: #323232;
	line-height: 120%;
}
.avatar-our-news .newsflash-title{
	margin: 5px 0;
}
.avatar-our-news .avatar-intro-item-wrap .avatar-intro-item-image{
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.avatar-our-news .avatar-intro-item-wrap:hover .avatar-intro-item-image{
	background-position: left center;
}
/*----------News layout 1-------------*/
.avatar-our-news-1 .avatar_readmore{
	padding-right: 23px;
	margin-top: 20px;
}
.avatar-our-news-1 .avatar-intro-item{
	position: relative;
}
.avatar-our-news-1 .avatar-intro-item-image{
	height: 120px;
	background-size: cover;
	background-position: center;
   	background: #333333;
   	background-repeat: repeat-y;
}
.avatar-our-news-1 .newsflash-title,
.avatar-our-news-1 .newsflash-title *{
	text-decoration: none;
	font-weight: bold;
	font-family: 'calibri';
	font-weight: bold;
	color: #323232;
	line-height: 100%;
}
.avatar-our-news-1 .newsflash-title{
	padding-left: 55px;
	position: relative;
	min-height: 55px;
}
.avatar-our-news-1 .avatar-publish-date{
	position: absolute;
	top: 0;
	left: 0;
	height: 55px;
	width: 40px;
	text-align: center;
}
.avatar-our-news-1 .avatar-publish-date .date,
.avatar-our-news-1 .avatar-publish-date .month{
	margin: 0;
	color: white;
}
.avatar-our-news-1 .avatar-publish-date .month{
	margin-top: 1px;
}
.avatar-our-news-1 .avatar-publish-date .date{
	padding: 8px;
	font-size: 18px;
	background-color: #0759bf;
	font-family: 'calibri';
	font-weight: bold;
}
.avatar-our-news-1 .avatar-publish-date .month{
	padding: 3px 8px;
	background-color: #00479f;
	font-size: 14px;
}
.avatar-our-news-1 .avatar-intro-item-wrap .avatar-intro-item-image{
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.avatar-our-news-1  .avatar_readmore_icon{
	background: transparent;
	color: #626262;
}
.avatar-our-news-1 .avatar_readmore_text{
	border-right: solid 1px #bcbcbc;
	padding: 3px 10px;
	-webkit-border-radius: 2px;
   	-moz-border-radius: 2px;
   	border-radius: 2px;
}
.avatar-our-news-1 .avatar_readmore_text:hover{
	border: solid 1px #2184ff;
}

/*----------News layout 2-------------*/
.avatar-our-news-2 .avatar_readmore{
	padding-right: 19px;
}
.avatar-our-news-2 .avatar-intro-item{
	padding-left: 175px;
	padding-right: 0px;
	position: relative;
	min-height: 155px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.avatar-our-news-2 .avatar-publish-date{
	font-size: 12px;
	color: #898989;
	margin-bottom: 10px;
}
.avatar-our-news-2 .avatar-intro-item-image{
	position: absolute;
	width: 160px;
	bottom: 0px;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: -1;
	top: 0;
	left: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.avatar-our-news-2 .at-item-des{
	background-color: rgba(255,255,255,0.8);
	padding: 10px; 
}
.avatar-our-news-2 .newsflash-title,
.avatar-our-news-2 .newsflash-title *{
	text-decoration: none;
	font-weight: bold;
	font-family: 'calibri';
	font-weight: bold;
	color: #323232;
	line-height: 120%;
}
.avatar-our-news-2 .avatar-intro-item:hover .avatar-intro-item-image{
	width: 100%;
	height: 100%;
}
.avatar-our-news-2 .avatar-intro-item:hover{
	padding-left: 0px;
	padding-right: 175px;
}
.avatar-our-news-2  .avatar_readmore_icon{
	background: transparent;
	color: #626262;
}
.avatar-our-news-2 .avatar_readmore_text{
	border-right: solid 1px #bcbcbc;
	padding: 3px 10px;
	-webkit-border-radius: 2px;
   	-moz-border-radius: 2px;
   	border-radius: 2px;
}

/*----------Portfolio layout-------------*/
.avatar-our-portfolio .ch-info *,
.avatar-our-portfolio-1 .ch-info *{
	color: #fff !important;
}
.avatar-our-portfolio .ch-info{
	background-color: rgba(0,0,0,0.5);
	padding: 10px;
	transition: background 0.5s;
	-webkit-transition: -webkit-background 0.5s;
	-moz-transition: -moz-background 0.5s;
	-o-transition: -o-background 0.5s;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.avatar-our-portfolio .avatar-intro-item, .avatar-our-portfolio .avatar-intro-item-image{
	position: relative;
}
.avatar_portfolio_readmore,
.avatar_portfolio_image{
	display: inline-block;
	position: relative;
}
.avatar-our-portfolio .avatar_portfolio_readmore_wrap{
	top:-70px;
	left: -70px;
}
.avatar-our-portfolio .avatar_portfolio_image_wrap{
	bottom:-70px;
	right: -70px;
}
.avatar_portfolio_readmore_wrap,
.avatar_portfolio_image_wrap{
	display: inline-block;
	position: absolute;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
}
.avatar-our-portfolio .avatar_portfolio_readmore_bg,
.avatar-our-portfolio .avatar_portfolio_image_bg{
	width: 110px;
	height: 55px;
	opacity: 0.8;
	border: solid 3px #fff;
}
.avatar-our-portfolio .avatar_portfolio_image_bg,
.avatar-our-portfolio .avatar_portfolio_readmore_bg,
.avatar-our-portfolio .avatar_portfolio_readmore_icon,
.avatar-our-portfolio .avatar_portfolio_image_icon{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.avatar_portfolio_readmore_icon,
.avatar_portfolio_image_icon{
	top:0;
	position: absolute;
	height: 100%;
	width: 100%;
}
.avatar_portfolio_readmore_icon{
	background: url('../images/icons/readmore.png') 50% 50% no-repeat;
}
.avatar_portfolio_image_icon{
	background: url('../images/icons/zoom.png') 50% 50% no-repeat;
}
.avatar-our-portfolio .avatar-intro-item-wrap:hover .avatar_portfolio_readmore_wrap{
	top: -11px;
	left: -38px;
	visibility: visible;
}
.avatar-our-portfolio .avatar-intro-item-wrap:hover .avatar_portfolio_image_wrap{
	bottom: -15px;
	right: -38px;
	visibility: visible;;
	z-index: 1;
}
.avatar_portfolio_image,.modal-open .modal,.btn:focus{
    outline:none!important
}
/*----------Portfolio layout 1-------------*/
.avatar-our-portfolio-1 .ch-info,
.avatar-our-portfolio-1 .avatar-shadow-inset{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	overflow: hidden;
}
.avatar-our-portfolio-1 .ch-info-content{
	padding: 10px;
}
.avatar-our-portfolio-1 .newsflash-title{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}
.avatar-our-portfolio-1 .avatar-intro-item{
	position: relative;
	width: 100%;
 	overflow: hidden;
}
.avatar-our-portfolio-1 .avatar-intro-item:before {
	  padding-top: 110%;
	  content: "";
	  display: block;
	  opacity: 0;
	  position: relative;
	  z-index: 10;
}
.avatar-our-portfolio-1 .avatar-intro-item-image{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.avatar-our-portfolio-1 .avatar_portfolio_readmore_bg, 
.avatar-our-portfolio-1 .avatar_portfolio_image_bg {
	width: 40px;
	height: 36px;
}
.avatar-our-portfolio-1 .avatar_portfolio_readmore_wrap{
	right: -10px;
	background: #fff;
}
.avatar-our-portfolio-1 .avatar_portfolio_image_wrap{
	right: -45px;
	background: #000;
}
.avatar-our-portfolio-1 .avatar_portfolio_image_wrap,
.avatar-our-portfolio-1 .avatar_portfolio_readmore_wrap{
	bottom: 10px;
	-webkit-border-radius: 100%;
   	-moz-border-radius: 100%;
   	border-radius: 100%; 
}
.avatar-our-portfolio-1 .avatar-intro-item-wrap:hover .avatar_portfolio_image_wrap{
	visibility: visible;
	-webkit-transform: rotate(-405deg);
	-moz-transform: rotate(-405deg);
	-ms-transform: rotate(-405deg);
	-o-transform: rotate(-405deg);
	transform: rotate(-405deg);
}
.avatar-our-portfolio-1 .avatar-intro-item-wrap:hover .avatar_portfolio_readmore_wrap{
	visibility: visible;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	-o-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
.avatar-our-portfolio-1 .avatar-intro-item-wrap:hover .avatar_portfolio_image_wrap{
	right: 10px;
}
.avatar-our-portfolio-1 .avatar-intro-item-wrap:hover .avatar_portfolio_readmore_wrap{
	right: 45px;
}
.avatar-our-portfolio-1 .avatar-intro-item-wrap:hover .ch-info{
	opacity: 1;
}
.avatar-our-portfolio-1 .avatar-intro-item-wrap:hover .avatar-shadow-inset{
	opacity: 0.8;
}
.avatar-our-portfolio-1 .avatar_portfolio_readmore_icon{
	background: url('../images/icons/readmore-black.png') 50% 60% no-repeat;
}
.avatar-our-portfolio-1 .avatar_portfolio_image_icon{
	background: url('../images/icons/zoom.png') 50% 50% no-repeat;
}
/*----------Portfolio layout 2-------------*/
.avatar-our-portfolio-2 .ch-info,
.avatar-our-portfolio-2 .avatar-shadow-inset{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.avatar-our-portfolio-2 .ch-info-content{
	position: relative;
	padding: 10px 5px;
}
.avatar-our-portfolio-2 .ch-info-content:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
	opacity: 0.7;
}
.avatar-our-portfolio-2 .newsflash-title{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 100%;
}
.avatar-our-portfolio-2 .ch-info-content{
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 0;
}
.avatar-our-portfolio-2 .ch-info-content *{
	color: white !important;
	position: relative;
}
.avatar-our-portfolio-2 .avatar-intro-item{
	position: relative;
}
.avatar-our-portfolio-2 .avatar_portfolio_readmore_bg, 
.avatar-our-portfolio-2 .avatar_portfolio_image_bg {
	width: 32px;
	height: 29px;
}
.avatar-our-portfolio-2 .avatar_portfolio_readmore_wrap{
	left: 10px;
	background: #fff;
}
.avatar-our-portfolio-2 .avatar_portfolio_image_wrap{
	right: 10px;
	background: #000;
}
.avatar-our-portfolio-2 .avatar_portfolio_image_wrap,
.avatar-our-portfolio-2 .avatar_portfolio_readmore_wrap{
	top: 30%;
	-webkit-border-radius: 100%;
   	-moz-border-radius: 100%;
   	border-radius: 100%; 
}
.avatar-our-portfolio-2 .avatar-intro-item-wrap:hover .avatar_portfolio_image_wrap{
	visibility: visible;
	-webkit-transform: rotate(-405deg);
	-moz-transform: rotate(-405deg);
	-ms-transform: rotate(-405deg);
	-o-transform: rotate(-405deg);
	transform: rotate(-405deg);
}
.avatar-our-portfolio-2 .avatar-intro-item-wrap:hover .avatar_portfolio_readmore_wrap{
	visibility: visible;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	-o-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
.avatar-our-portfolio-2 .avatar-intro-item-wrap:hover .avatar_portfolio_image_wrap{
	right: 52%;
}
.avatar-our-portfolio-2 .avatar-intro-item-wrap:hover .avatar_portfolio_readmore_wrap{
	left: 52%;
}
.avatar-our-portfolio-2 .avatar-intro-item-wrap:hover .ch-info{
	opacity: 1;
}
.avatar-our-portfolio-2 .avatar-intro-item-wrap:hover .avatar-shadow-inset{
	opacity: 0.5;
}
.avatar-our-portfolio-2 .avatar_portfolio_readmore_icon{
	background: url('../images/icons/readmore-black.png') 50% 60% no-repeat;
	background-size: 80%;
}
.avatar-our-portfolio-2 .avatar_portfolio_image_icon{
	background: url('../images/icons/zoom.png') 50% 50% no-repeat;
	background-size: 80%;
}
.avatar-our-portfolio-2 .avatar-intro-item-image{
	height: 245px;
}
.avatar-our-portfolio-2 .avatar-shadow-inset{
	background-color: black;
	opacity: 0;
}
.avatar-our-portfolio-2{
	margin: 15px 0;
}
.even {
  background: transparent;
}
.at-item-page .content_rating,
.at-item-page form.form-inline{
	display: none;
}
.at-item-page .item-image {
	margin-bottom: 20px;
	width: 100%;
}
.pagenav .icon-chevron-left, .pagenav .icon-chevron-right{
	display: none;
}
.accordion{
	margin-top: 10px;
	padding-top: 15px;
}
.breadcrumb a:link,
.breadcrumb a:visited,
.category-list .list-title a:link,
.category-list .list-title a:visited,
.category-list .label-info, .category-list .badge-info{
	color: #353535;
}
.category-list #categorylist_header_title{
	width: 60%;
}
.at-categories-list .label-info, .at-categories-list .badge-info{
	color: #fff;
}
.category-list .label-info, .category-list .badge-info{
	background-color: transparent;
}
.category-list .label-info, .category-list .badge-info,
.at-categories-list .label-info, .at-categories-list .badge-info{
	border-radius: 0px;
	font-weight: normal;
	text-shadow: none;
}
.category-list th,.category-list td{
	padding: 10px;
}
.category-list tbody .list-title a{
	font-size: 14px;
}
.category-list tbody .list-author span,
.category-list tbody .list-list-hits span{
	font-size: 12px;
}
.category-list thead{

}
.table-bordered thead:first-child tr:first-child>th:last-child, .table-bordered tbody:first-child tr:first-child>td:last-child, .table-bordered tbody:first-child tr:first-child>th:last-child,
.table-bordered thead:first-child tr:first-child>th:first-child, .table-bordered tbody:first-child tr:first-child>td:first-child, .table-bordered tbody:first-child tr:first-child>th:first-child,
.table-bordered thead:last-child tr:last-child>th:last-child, .table-bordered tbody:last-child tr:last-child>td:last-child, .table-bordered tbody:last-child tr:last-child>th:last-child, .table-bordered tfoot:last-child tr:last-child>td:last-child, .table-bordered tfoot:last-child tr:last-child>th:last-child,
.table-bordered thead:last-child tr:last-child>th:first-child, .table-bordered tbody:last-child tr:last-child>td:first-child, .table-bordered tbody:last-child tr:last-child>th:first-child, .table-bordered tfoot:last-child tr:last-child>td:first-child, .table-bordered tfoot:last-child tr:last-child>th:first-child{
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
}
.login,
.at-login-quest,
.login #username, .login #password, .registration{
	text-align: center;
}
.login form, .nav.nav-tabs.nav-stacked, .registration #member-registration{
  display: inline-block;
  margin: 0 auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  background-image: none;
  border: none;
  -webkit-box-shadow: 0px 5px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 5px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 5px 1px rgba(0,0,0,0.3);
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  width: 340px;
  max-width: 100%;
  background-color: #f5f5f5;
}
.registration #member-registration{
	width: 500px;
}
.login .form-horizontal .control-label,
.registration .control-label{
	width: 100%;
  	max-width: 100%;
  	padding-left: 0;
	text-align: center;
}
.login .form-horizontal .controls,
.registration .controls{
	margin-left: 0;
	padding: 0px 60px;
}
.login .btn.btn-primary, .registration .btn{
	color: #fff;
}
.nav-tabs.nav-stacked>li>a{
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border: none;
	color: #353535;
}
.login-description,
.registration legend{
	padding: 15px 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
}
legend+.control-group{
	margin-top: 0;
}
#form-login-username, #form-login-password{
	margin-bottom: 0;
}
.posttext{
	text-transform: none;
	font-size: 12px;
}
.login-description.login-greeting{
	text-transform: none;
	font-size: 13px;
}
.login.logout .logout-button{
	display: inline;
}
.logout-button .btn:hover{
	background-color: #E6E6E6;
	color: #626262;
}
#modlgn-username, #modlgn-passwd{
	width: 80%;
}
.tagspopular ul{
	list-style: none;
	margin-left: 0;
}
.tagspopular ul li{
	position: relative;
	float: left;
	margin: 0 12px 8px 0px;
}
.tagspopular ul li a{
	display: block;
	line-height: 23px;
	padding: 5px 10px;
	color: #555;
	text-decoration: none;
	text-shadow: 0 1px white;
	background: #f5f5f5;
	border-radius: 0;
	border-bottom: solid 3px #bdbdbd;
}
.tagspopular ul li:after {
	content: '';
	z-index: 2;
	position: absolute;
	top: 15px;
	right: -2px;
	width: 5px;
	height: 6px;
	opacity: .95;
	border-radius: 3px 0 0 3px;
}
.tagspopular ul li span,.tagspopular ul li:before {
	content: "";
  position: absolute;
  width: 3px;
  top: 0px;
  left: 100%;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  max-width: 0;
  line-height: 21px;
  padding: 0px 0 0px 4px;
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  opacity: .95;
  line-height: 36px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: padding, max-width;
  -moz-transition-property: padding, max-width;
  -o-transition-property: padding, max-width;
  transition-property: padding, max-width;
}
.tagspopular ul li:hover span {
  padding: 0px 7px 0px 6px;
  max-width: 40px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.at-blog .at-item-image-wrap{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.at-blog .at-item-image-wrap:before{
  padding-top: 50%;
  content: "";
  display: block;
  opacity: 0;
  position: relative;
  z-index: 10;
}
.at-blog .at-item-image-wrap .at-item-image{
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.at-blog .at-item-image-wrap .at-item-image{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-size: cover;
  background-position: center;
}
.at-blog .at-item-image-wrap:hover .at-item-image{
	top: -50;
	bottom: -50px;
	left: -50px;
	right: -50px;
}
.at-blog div#itemListLinks{
	background: transparent;
	border: none;
}
.at-blog .catItemImageBlock{
	position: absolute;
	width: 90px;
	top: 10px;
	left: 0;
	border: none;
	margin: 0;
	padding: 0;
}
.at-blog .groupLinks{
	padding: 10px 10px 10px 110px;
	position: relative;
}
.at-blog .groupLinks .catItemTitle a{
	color: #1c1c1c;
	font-size: 15px;
}
.at-blog .groupLinks .catItemTitle{
	margin: 0;
	font-style: italic;
}
.at-blog #itemListLinks h4{
	font-style: italic;
}
.at-item-page div.itemComments{
	background-color: transparent;
	padding: 0;
	border: none;
}
.at-item-page div.itemCommentsForm{
	background-color: #f5f5f5;
	border: none;
	padding: 0;
}
.at-item-page div.itemComments .at-comment-form{
	padding: 10px;
	text-align: center;
}
.at-item-page div.itemComments .at-comment-form h3{
	font-size: 15px;
	text-transform: uppercase;
}
.at-item-page div.itemComments .at-comment-form *{
	color: #fff;
}
.at-item-page div.itemComments .at-comment-form p{
	margin-bottom: 0;
}
.at-item-page div.itemComments .itemCommentsFormNotes{
	border: none;
	font-size: 12px;
}
.at-item-page div.itemCommentsForm form{
	padding: 10px;
	text-align: center;
	-webkit-box-shadow: 0px 5px 1px rgba(0,0,0,0.3);
  	-moz-box-shadow: 0px 5px 1px rgba(0,0,0,0.3);
  	box-shadow: 0px 5px 1px rgba(0,0,0,0.3);
}
.at-item-page div.itemCommentsForm form label{
	display: none;
}
.at-item-page div.itemCommentsForm form textarea,
.at-item-page div.itemCommentsForm form input{
	margin: 0px auto 15px auto;
	width: 95%;
}
div.itemCommentsForm form input#submitCommentButton{
	margin: 0 auto;
	padding: 5px;
	border: none;
	border-bottom: solid 2px #bdbdbd;
	background-color: #E6E6E6;
	width: 150px;
}
.itemBackToTop{
	display: none;
}
.at-item-page div.itemComments .itemCommentsList li.at-comment,
.itemCommentsList li.at-comment{
	position: relative;
	padding: 10px 10px 10px 70px;
	border: none;
}
.at-item-page div.itemComments ul.itemCommentsList li img,
.itemCommentsList li img{
	position: absolute;
	top: 10px;
	left: 0;
	overflow: hidden;
	background-color: #f5f5f5;
	margin: 0;
}
.at-item-page .commentAuthorName,
.at-item-page .commentAuthorName a,
.commentAuthorName a,
.commentAuthorName{
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #4F4F4F;
}
.at-comment-detail{
	background-color: #f5f5f5;
	padding: 10px;
	position: relative;
	  -webkit-box-shadow: 0px 5px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 5px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 5px 1px rgba(0,0,0,0.3);
}
.at-comment-detail:before {
	content: "";
	position: absolute;
	top: 20px;
	left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 15px solid #f5f5f5;
	border-bottom: 10px solid transparent;
}
.at-item-page div.itemComments ul.itemCommentsList li span.commentDate,
.commentDate{
	padding: 0;
	margin: 0;
	border-right: none;
	font-weight: normal;
	font-size: 12px;
}
.at-item-page div.itemComments ul.itemCommentsList li span.commentLink,
.commentLink{
	float: none;
	margin-left: 0px;
}
.at-comment-dl{
	text-align: right;
}
.itemCommentsCounter{
	text-align: center;
}
.itemCommentsCounter{
	text-transform: uppercase;
	font-size: 14px;
}
.categories-module{
	list-style: none;
	margin-left: 0;
}
.categories-module ul{
	list-style: none;
	margin-left: 20px;
}
.categories-module li{
	position: relative;
}
.categories-module a{
	color: #1c1c1c;
  	font-style: italic;
}
.categories-module a,
div.k2TagCloudBlock a,
.at-comment-detail a{
	color: #353535;
}
div.k2TagCloudBlock a:hover{
	background-color: transparent;
	 -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.categories-module .number-item{
	padding: 5px;
	font-size: 12px;
	line-height: 11px;
	color: #fff;
	padding: 2px 4px;
	position: absolute;
	top: 0px;
  	margin-left: 10px;
  	opacity: 0;
  	 -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.categories-module li:hover > h1 > a>.number-item,
.categories-module li:hover > h2 > a>.number-item,
.categories-module li:hover > h3 > a>.number-item,
.categories-module li:hover > h4 > a>.number-item,
.categories-module li:hover > h5 > a>.number-item
{
	top: -5px;
	opacity: 1;
}
.k2LatestCommentsBlock ul{
	list-style: none;
	margin-left: 0;
}
div.k2ItemsBlock ul{
	list-style: none;
	margin-left: 0;
}
.avatar-category-module .moduleItemAuthorAvatar{
	display: none;
}
.at-bg-city{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('../images/sample/bg-full-1.jpg');
	background-size: cover;
	z-index: -1;
	background-position: center;
	min-height: 250px;
}
.at-slogan-1{
	padding-top: 150px;
}
.form-horizontal .control-group{
	margin-bottom: 10px;
}
.nicescroll-rails{
	background-color: rgba(0, 0, 0, 0.2) !important;
}