/********************************************************************
* #5ca6d1 - main website color
* #265e7e - main website dark color
* 4b92bb
* 
*********************************************************************/
@import url(https://fonts.googleapis.com/css?family=Asap);
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400i,700i);

@font-face {
	font-family: 'Swiss721BT-BlackCondensed';
	src: url('fonts/Swiss721BT-BlackCondensed.eot?') format('eot'), 
	     url('fonts/Swiss721BT-BlackCondensed.woff') format('woff'), 
	     url('fonts/Swiss721BT-BlackCondensed.ttf')  format('truetype'),
	     url('fonts/Swiss721BT-BlackCondensed.svg#Swiss721BT-BlackCondensed') format('svg');
}
.avatar-pee li *,
.avatar-pee li a,
.avatar-pee li a:hover,
.avatar-pee li a:visited,
.avatar-article-info *,
.avatar-article-info a,
.avatar-article-info a:hover,
.avatar-article-info a:visited,
.avatar-tags,
.avatar-tags > span:hover a,
.avatar-tags:visited,
.avatar-tags >span a,
.avatar_readmore_text, 
.avatar_readmore_text:hover,
.avatar_readmore_text:active,
.avatar_readmore_text:visited,
.at_readmore_text, 
.at_readmore_text:hover,
.at_readmore_text:active,
.at_readmore_text:visited,
.at-nine-flat-showcase .at-intro-item .at-item-title a,
.at-nine-flat-showcase .at-intro-item .at-item-title{
	text-decoration: none;
	color: #1a1a1a;
}
.avatar-module .avatar-module-heading *{
	color: #fff;
	font-family:  Swiss721BT-BlackCondensed;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
}

div#avatar-pos-promo-top-right{
	background-color:rgb(92, 166, 209);

}
div#avatar-pos-promo-top-right, div#avatar-right {
	margin-top: 15px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 2px 3px 3px 0px #4a4a4a;
	-webkit-box-shadow: 2px 3px 3px 0px #4a4a4a;
	box-shadow: 2px 3px 3px 0px #4a4a4a;
}
div#avatar-right{
	background-color:rgb(255,255,255);
	min-height: 240px;
	width: 27%;
	float: right;
	margin-bottom: 40px;
}
div#avatar-pos-right-middle-1{
	width: 100% !important;
}
div.avatar-module.rightbanner{
	padding:15px;
}
div#avatar-right h3{
color: rgb(92, 166, 209);
}


div#avatar-pos-promo-top-right .avatar-module-heading{
	padding:10px 0px 25px 5px !important; 
}
div#avatar-pos-promo-top-right .avatar-module{
	padding:0 !important;
}
.avatar-blog .avatar-tags,
.avatar-blog .avatar-tags *,
.avatar-blog-1 .avatar-tags,
.avatar-blog-1 .avatar-tags *{
	font-size: 10px;
	line-height: 24px;
	color: #fff;
}
@media (max-width: 1024px) {
body.avatar-responsive #avatar-right{
margin-left: 15px;
margin-right: 15px;
width: 93% !important;
float: left !important;
max-width: 600px;
}
div#avatar-right img{
max-width: 320px;
}
}
.page-header >*{
	position: absolute;
	font-family:  Swiss721BT-BlackCondensed;
	font-size: 30px;
	line-height: 100%;
	margin-bottom: 0;
	padding-bottom: 4px;
	background-color: rgba(255, 255, 255, 0.75);
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	
}
.page-header{
	/*margin: 10px 0 30px 0;*/
	margin: 15px 0 20px 0;
	position: relative;
	height: 24px;
	padding-bottom: 0px;
	/*border-bottom: 1px solid #bbbbbb;*/
	
}
html,body{
	background: #ddd6be;
	background-image: url('images/bg_8i.gif');
	background-repeat:repeat;
	position: relative;
}
.no-padding-margin{
	padding: 0 !important;
	margin: 0 !important;
}
.no-padding-margin-left{
	padding-left: 0 !important;
	margin-left: 0 !important;
}
.no-padding-margin-right{
	padding-right: 0 !important;
	margin-right: 0 !important;
}
.no-padding-margin-side{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.no-padding-margin-tb{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.avatar-module {
	padding: 3px 0px;
	margin: 0 5px;
}
div.tooltip{
	background: transparent;
	border: none;
}
/*clear*/
.clr{
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	display: block !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}
/* HEADER BLOCK*/
#avatar-header-inside-block{
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
}
#avatar-header-inside-block .avatar-wrapper{
/*	background: rgb(221,214,190);
		background-image: url('images/bg_8i.gif');
	background-repeat:repeat; */
  background: rgba(255, 255, 255, 0.7);
/*	-moz-box-shadow: 0px 4px 0px rgba(255,255,255,0.6);
	-webkit-box-shadow: 0px 4px 0px rgba(255,255,255,0.6);
	box-shadow: 0px 4px 0px rgba(255,255,255,0.6);*/
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
#avatar-tool-block{
	min-height: 106px;
	margin-top: -15px;
}
#avatar-body-middle-block .avatar-wrapper{
}
#avatar-pos-right-top .avatar-module{
	padding-left:30px;
}
#avatar-pos-left-top .avatar-module{
	padding-right:30px;
}
#avatar-full-3-block{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}
#avatar-full-3-block{
	background-image: url("../images/sample/bg-block/bg-2.jpg");
}
#avatar-full-2-block *{
	color: #fff !important;
}
/*------Avatar-footer--------*/
#avatar-footer-inside-block{
	background: #5ca6d1;
	padding: 5px 0;
}
#avatar-footer-inside-block *,
#avatar-footer-block *,
.pagination_nav .center .page *,
.avatar-features-1 .avatar-item:hover *,
.avatar-features-1 .avatar-item:hover .newsflash-title,
.avatar-features-1 .avatar-item:hover .newsflash-title a,
.at-nine-flat-features-1 .at-intro-item:hover *,
.at-nine-flat-features-1 .at-intro-item:hover .at-item-title,
.at-nine-flat-features-1 .at-intro-item:hover .at-item-title a{
	color: #fff;
}
#avatar-footer-block{
	background: #5ca6d1;
	-webkit-box-shadow: 0px 3px 3px 0px #4a4a4a;
	-moz-box-shadow: 0px 3px 3px 0px #4a4a4a;
	box-shadow: 0px 3px 3px 0px #4a4a4a;
}
	
.avatar-copyright p{
	padding: 0;
	margin: 0 10px 0 0;
	text-transform: none;
	
}
.avatar-copyright,
.avatar-copyright a,
.avatar-copyright a:hover,
.avatar-copyright a:visited{
	text-transform: uppercase;
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	text-decoration: none;
}

/*------Main Menu--------*/
.avatar-menu{
	position: relative;
	height:106px;
}
.avatar-main-menu-slider{
	position: absolute;
	height: 3px;
	width: 74px;
	bottom: 0;
}
.avatar-nav-responsive .pull,
.avatar-nav-responsive .pull-main {
	display: none;
}
.avatar-main-menu {
	float: left;
	position: relative;
}
.avatar-main-menu *{
	color: #1b1b1b;
	font-family: Arial;
}
.avatar-main-menu >li>a,
.avatar-main-menu >li>a:visited,
.avatar-main-menu >li>span{
	text-decoration: none;
	color: #1b1b1b;
}
.avatar-main-menu li span {
	cursor: default;
}
.avatar-main-menu,
.avatar-main-menu ul {
	list-style: none;
	margin: 0;
}
.avatar-main-menu li >ul{
	display: none;
}
.avatar-main-menu li:hover >ul {
	display: block;
}
.avatar-main-menu > li > a,
.avatar-main-menu > li >span{
	font-family: Swiss721BT-BlackCondensed;
	text-transform: uppercase;
}
.avatar-main-menu > li {
	float: left;
    font-size: 15px;
    line-height: 100%;
    margin: 0;
    padding: 50px 0 40px 0;
    display: inline;
    position: relative;
    margin-right:35px;
}
.avatar-main-menu ul {
    display: none;
	position: absolute;
	width: 195px;
	top: 103px;
	left: 0px;
	z-index: 900;
	border-top: solid 3px #5ca6d1;
}
.avatar-main-menu ul li:first-child{
	border-top: solid 1px #cecece;
}
.avatar-main-menu ul li{
	padding: 5px 10px;
	border-bottom: solid 1px #cecece;
	border-left: solid 1px #bdbdbd;
	border-right: solid 1px #bdbdbd;
}
.avatar-main-menu ul li a,
.avatar-main-menu ul li span,
.avatar-main-menu ul li a:active,
.avatar-main-menu ul li span:active{
	font-size: 13.5px;
	line-height: 100%;
	color: #1b1b1b;
	font-family: 'Asap', sans-serif !important; 
	/*Swiss721BT-BlackCondensed;*/
}
.avatar-main-menu >li ul li:hover{
	border-left: solid 1px #5ca6d1;
	border-right: solid 1px #5ca6d1;
}
.avatar-main-menu >li ul li:hover > a,
.avatar-main-menu >li ul li:hover > span{
	color: #fff;
	text-decoration: none;
	/*font-weight: bold;*/
}

/*BackGround color showcase*/

.avatar-product-launch-dl-btn,
#avatar-full-2-block,
.avatar-product-launch-1-buy-now,
.avatar-product-launch-1-sale-price,
.avatar-features .avatar-item:hover .avatar_readmore_text,
.at-nine-flat-features .at-intro-item:hover .at_readmore_text,
.avatar-main-menu >li ul .parent:hover,
.avatar-main-menu-slider,
.buy-now-wrap .buy-now-button,
.avatar-team-1 .avatar-item:hover .avatar-shadow-inset,
.at-nine-flat-team-1 .at-intro-item:hover .at-shadow-inset,
.avatar-skills-diagram-1 >li >div,
.avatar-skills-diagram >li >div,
.facebook-white,.twitter-white,
.avatar-features-1 .avatar-item:hover,
.at-nine-flat-features-1 .at-intro-item:hover,
.avatar-services .avatar-item:hover .avatar-item-img,
.at-nine-flat-services .at-intro-item:hover .avatar-item-img,
.avatar-recent-work .avatar-item:hover .avatar_readmore .avatar_readmore_icon,
.at-nine-flat-recent-works .at-intro-item:hover .at_readmore .at_readmore_icon,
.avatar-features .avatar-item:hover .avatar-item-img,
.at-nine-flat-features .at-intro-item:hover .avatar-item-img,
.avatar-features .avatar-item:hover .avatar_readmore_text,
.at-nine-flat-features .at-intro-item:hover .at_readmore_text,
.avatar-main-menu >li ul li:hover,
.avatar-module-1 .avatar-module-heading,
.avatar-module-2 .avatar-module-heading,
.avatar-module-5 .avatar-module-heading,
.avatar-module-7 .avatar-module-heading >span,
.pagination_nav .center .page a,
.avatar-shadow-inset,.at-shadow-inset,
.at-nine-flat-devices .avatar-item-img,
.avatar-top-social li{
	background-color: #5ca6d1;
}
/*
.at-nine-flat-features-1 .at-intro-item:hover {
	background-color: rgba(92, 166, 209, 0.25);
}
.at-nine-flat-features-1 .at-intro-item:hover *{
	color: #000;
}

.at-nine-flat-devices .ch-full-immg-wrap{
	border-bottom: solid 4px #5ca6d1;
}*/
a,a:link,a:hover,a:visited,.page-header *,
.avatar-main-menu >li:hover >a,
.avatar-main-menu >li:hover >span,
.avatar-main-menu >li.active >a,
.avatar-main-menu >li.active >span,
.avatar-module-6 .avatar-module-heading *,
.avatar-module-4 .avatar-module-heading *,
 .form-heading,
.avatar-blog-item:hover .avatar-publish-date >span p,
.avatar-blog-item:hover .avatar-item-title a,
.avatar-blog-item:hover .avatar-tags,
.avatar-blog-item:hover .avatar-tags *,
.avatar-newsflash .avatar-item:hover .newsflash-title a,
.avatar-newsflash .avatar-item:hover .newsflash-title,
.at-nine-flat-showcase .at-intro-item:hover .at-item-title a,
.at-nine-flat-showcase .at-intro-item:hover .at-item-title,
.avatar-char-color,
.at-nine-flat-services .at_readmore_text:hover{
	color: #5ca6d1;
	text-decoration: none;
}


.avatar-main-menu >li ul .parent:hover
{
	background-image: url("../images/icons/menu-parent.png");
	background-repeat: no-repeat;
	background-position: right -27px;
}
.avatar-main-menu >li ul li:hover a,
.avatar-main-menu >li ul li:hover span,
.avatar-main-menu >li ul li:hover{
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.avatar-main-menu >li .parent{
	background: url("../images/icons/menu-parent.png") right 12px no-repeat;
}
.avatar-main-menu ul li ul{
	left: 100%;
	top: -1px;
}
.avatar-main-menu li.parent {
	position: relative;
}
/* Avatar Logo*/
.avatar-logo .avatar-module-content{
	height: 106px;
	position: relative;
}
.avatar-logo .avatar-module-content *{
	height: 100%;
}
.avatar-logo .avatar-module-content a{
	background: url("../../../images/logos/aktiv-pv_logo.png") no-repeat center;
	background-size: contain !important;
	position: absolute;
	left: 10px;
	right: 30px;
	top: 3px !important;
}
/* Avatar Article Nivo */
.avatar-caption .avatar-copyright{
	display: none !important;
}
.avatar-caption .theme-default .nivoSlider {
	margin-bottom: 0px;
}
.avatar-caption .nivo-caption{
	/*background-color: rgba(255, 255, 255, 0.75);*/
	opacity: 1;
	background: transparent;
	/*top: 50%;*/
	display: inline-block !important;
	bottom: initial;
	overflow: visible;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-ms-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}
.avatar-caption .nivo-caption .nivo-tittle{
	position: absolute;
	bottom: 100%;
	margin-bottom:18px;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
div.nivo-caption{
	margin:auto;
	left:auto;
	right:auto;

}
.avatar-caption .nivo-caption .nivo-tittle *{
	font-family: Swiss721BT-BlackCondensed;
	font-size: 38px;
	color: rgba(92, 166, 209, 1.0);
	line-height: 100%;
	padding-left: 8px;
	padding-right: 8px;
	padding-top:2px;
	padding-bottom:2px;
}
.avatar-caption .nivo-caption .nivo-introtext *{
	font-size: 15px; 
}
.avatar-copyright{
	margin: 0px !important;
}

/* Avatar Separate module*/
.avatar-separate-module{
	min-height: 100px;
	margin: 106px 0 30px 0;
	background: url('../images/banners/general_banner4.png') no-repeat center;

	background-size: cover;
	/*border-bottom: solid 3px #be6a5e;*/
	position: relative;
	-webkit-box-shadow: 2px 3px 3px 0px #4a4a4a;
	-moz-box-shadow: 2px 3px 3px 0px #4a4a4a;
	box-shadow: 2px 3px 3px 0px #4a4a4a;
}
.avatar-separate-module .avatar-module-heading{
	text-align: center;
}
.avatar-separate-module .avatar-module-heading *{
	color: #fff;
	font-size: 30px !important;
}
.avatar-separate-module .custom{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -23px;
}
.avatar-separate-module .avatar-separate-logo,
.avatar-separate-module .avatar-separate-logo .avatar-separate-logo-child{
	width: 32px;
	height: 32px;
	background: rgb(92, 166, 209);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.avatar-separate-module .avatar-separate-logo{
	border: solid 4px #f6f7f0;
	margin: auto;
	padding: 10px;

	
}
.avatar-separate-module .avatar-separate-logo .avatar-separate-logo-child{
	background-size: contain;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

}
.avatar-separate-logo-child.bewerber{
	background: url('../images/icons/aktiv-icon.png') rgb(92, 166, 209) center no-repeat !important;
}
.avatar-separate-logo-child.unternehmen{
	background: url('../images/icons/aktiv-icon.png') rgb(92, 166, 209) center no-repeat !important;
}
.avatar-separate-logo-child.intern{
	background: url('../images/icons/aktiv-icon.png') rgb(92, 166, 209) center no-repeat !important;

}
.avatar-separate-module .avatar-separate-logo:hover .avatar-separate-logo-child{
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
	-webkit-transform: rotateY(-360deg);
	-moz-transform: rotateY(-360deg);
	-ms-transform: rotateY(-360deg);
	-o-transform: rotateY(-360deg);
	transform: rotateY(-360deg);
}

/* Avatar Print Email Edit Block */
.avatar-pee{
	float: right;
	background-color: transparent !important;
	border: none !important;
}
.avatar-pee >ul{
	margin: 0;
}
.avatar-pee *,
.avatar-pee a,
.avatar-pee a:hover,
.avatar-pee a:visited{
	font-weight: bold;
}
.avatar-pee ul{
	list-style: none;
}
.avatar-pee ul li{
	display: inline-block;
	margin-left: 10px;
}
.avatar-pee > ul > li:first-child{
	margin-left: 0px;
}
.avatar-pee ul li span{
	margin-right: 5px;
}

.avatar-article-info >div{
	display: inline-block;
	margin-right: 40px;
}
.avatar-article-info{
	margin-bottom: 10px;
}
.avatar-tags{
	margin-bottom: 10px;
	border: none !important;	
}
.avatar-tag, .avatar-tag *{
	text-transform: uppercase;
	font-weight: bold;
}
.avatar-tag,
.avatar-tag:hover,
.avatar-tag:visited{
	font-weight: bold !important;
}
.avatar-item-image > img,
.avatar-image-inner >div > img{
	width: 100% !important;
}
.avatar-aidi-contain{
	text-align: center;
}
.avatar-article-img-date-intro{
	margin-bottom: 20px;
	display: inline-block;
	text-align: left;
	/*width: 100%;*/
}
.avatar-item-image-below{
	/*padding: 15px 15px 10px 15px;*/
	min-height: 44px;
	position: relative;
}
@media (max-width: 1024px) and (min-width: 768px){
	div#avatar-body-top-block, div#avatar-body-middle-block{
		padding-left: 15px;
		padding-right: 15px;
	}
}

.avatar-item-image-below p{
	margin-bottom: 0px;
}
.avatar-publish-date{
	float: left;
	padding: 6px 12px;
	background: #3e3e3e;
	margin-right: 15px;
}
.avatar-publish-date > p{
	text-transform: uppercase;
	color: #fff;
	line-height: 100%;
	font-family: Swiss721BT-BlackCondensed;
	text-align: center;
	margin: 0 ;
}
.avatar-publish-date > .date{
	font-size: 14px;
	margin-bottom: 2px;
}
.avatar-publish-date > .month{
	font-size: 16px;
}

.avatar-item-title *{
	font-family: Swiss721BT-BlackCondensed;
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	color: rgb(92, 166, 209);
	background-color: rgba(255, 255, 255, 0.74902);
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	text-decoration: none;
	text-rendering: optimizelegibility;
}

	/*Title Color*/
.avatar-item-title a,
.avatar-item-title a:hover,
.avatar-item-title a:visited,
.newsflash-title a,
.newsflash-title a:hover,
.newsflash-title a:visited,
.at-item-title a,
.at-item-title a:hover,
.at-item-title a:visited{
	text-decoration: none;
	color: #2c2c2c;
}
/* avatar blog*/
.avatar-blog-item{
	position: relative;
	margin-bottom: 50px;
}
.avatar-blog-item .avatar-pee{
	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);
}
.avatar-blog-item .print-icon,
.avatar-blog-item .email-icon,
.avatar-blog-item .edit-icon {
	width: 19px;
	height: 20px;
	overflow: hidden;
}
.avatar-blog-item .published,
.avatar-blog-item .create,
.avatar-blog-item .modified{
	font-weight: bold;
}
.avatar-blog-item .avatar-article-info >div {
	margin-right: 20px;
}
.avatar-blog .avatar-item-title *{
	line-height: 15px;
}
.avatar-blog .avatar-article-info *,
.avatar-blog-1 .avatar-article-info *{
	font-size: 10px;	
}
.avatar-blog .avatar-article-info,
.avatar-blog-1 .avatar-article-info{
	margin-bottom: 5px;
}
.avatar-blog .avatar-publish-date{
	float: left;
	width: 62px;
	height: 52px;
	line-height: 52px;
	background: #3e3e3e;
	margin-right: 15px;
	margin-bottom: 20px;
	padding: 0 !important;
	text-align: center;
	overflow: hidden;
}
.avatar-blog .avatar-publish-date >span{
	display: inline-block;
	vertical-align: middle;
}
.avatar-blog .avatar-publish-date >span  p{
	text-transform: uppercase;
	color: #fff;
	line-height: 18px;
	font-family: Swiss721BT-BlackCondensed;
	text-align: center;
	margin: 0 ;
}
.avatar-blog .avatar-publish-date >span .date{
	font-size: 16px;
	margin-bottom: 2px;
}
.avatar-blog .avatar-publish-date >span .month{
	font-size: 18px;
}
.avatar-blog .avatar-tags,
.avatar-blog-1 .avatar-tags{
	padding:0 0 2px 10px;
	background: #3e3e3e;
}
.avatar-blog .avatar-tags .icon-tags,
.avatar-blog-1 .avatar-tags .icon-tags{
	background-image:url("../../../media/jui/img/glyphicons-halflings-white.png");
}
.avatar-shadow-inset,
.at-shadow-inset{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
}
.avatar-blog .avatar-blog-item:hover .avatar-shadow-inset,
.avatar-blog-1 .avatar-blog-item:hover .avatar-shadow-inset,
.avatar-recent-work .avatar-item:hover .avatar-shadow-inset{
	opacity: 0.8;
}
.avatar-blog .avatar-blog-item:hover .avatar-publish-date >span .date{
	padding-right: 15px;
}
.avatar-blog .avatar-blog-item:hover .avatar-publish-date >span .month{
	padding-left: 15px;
}

.avatar-blog-item:hover .avatar-shadow-inset,
.avatar-blog-item:hover .avatar-publish-date >span p,
.avatar-blog-item:hover .avatar-item-title a,
.avatar-blog-item:hover .avatar-tags,
.avatar-blog-item:hover .avatar-tags *,
.avatar-blog-item:hover .avatar-readmore-icon,
.avatar-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;
}
.avatar-blog-item .avatar-shadow-inset,
.avatar-blog-item .avatar-publish-date >span p,
.avatar-blog-item .avatar-item-title a,
.avatar-blog-item .avatar-tags,
.avatar-blog-item .avatar-tags *,
.avatar-blog-item .avatar-readmore-icon,
.avatar-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,
.at-readmore-icon,
.at-zoom-icon,
.at-readmore-icon-1,
.at-zoom-icon-1{
	position: absolute;
	top: 50%;
	margin-top: -23px;
	height: 46px;
	width: 46px;
	opacity: 0;
}
.avatar-blog-item .avatar-readmore-icon,
.avatar-blog-item .avatar-zoom-icon{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.avatar-readmore-icon{
	left: 23px;
	margin-left: 10px;
	background: url('../images/icons/readmore-icon.png') #343434 no-repeat center;
}
.avatar-zoom-icon{
	right: 23px;
	margin-right: 10px;
	background: url('../images/icons/zoom-icon.png') #343434 no-repeat center;
}
.avatar-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%;
}
.avatar-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;
}
.pagination_nav{
	display: inline-block;
	float: right;
}
.pagination_nav .left,
.pagination_nav .center,
.pagination_nav .right,
.pagination_nav .left *,
.pagination_nav .center *,
.pagination_nav .right *{
	display: inline-block;
	margin:0 2px;
}
.pagination_nav .center .page a,
.pagination_nav .center .page span{
	padding: 0 4px;
}	
.pagination_nav .center .page span{
	background: #3e3e3e;
}
.avatar-blog .counter{
	display: inline-block;
	margin: 0;
}

/*Blog 2*/
.avatar-blog-1 .avatar-blog-item{
	border: solid 1px #dbdbdb;
	padding-left: 40%;
	min-height: 275px;
}
.avatar-blog-1 .avatar-item-intro-img{
	position: absolute;
	left: 0;
	width: 40%;
	margin:12px;
}
.avatar-blog-1 .avatar-item-intro-img .avatar-image-inner > div,
.avatar-recent-work .avatar-item-img,
.avatar-team .avatar-item-img,
.avatar-team-1 .avatar-item-img{
	position: relative;
	display: block;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.avatar-blog-1 .avatar-item-intro-img .avatar-image-inner > div{
	height: 215px;
}
.avatar-blog-1 .avatar-blog-item .avatar-pee{
	left: -22px;
	-moz-box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.3);
	box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.3);
}
.avatar-blog-1 .avatar-blog-item .avatar-item-image-below{
	margin-left: 12px;
}
.avatar-blog-1 .avatar-tags{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 6px 0;
}
.avatar-blog-1 .avatar-tags .icon-tags{
	margin-left: 12px;
}
/*-----Footer Menu-----*/
.avatar-footer-nav{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Asap', sans-serif !important;
	font-size: 13.5px;
}
.avatar-footer-nav > li{
	float:left;
}
.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: 13.5px;
	/*text-transform: uppercase;*/
	text-decoration: none;
}
.avatar-footer-nav li span,
.avatar-footer-nav li a{
	border-left: solid 1px #fff;
}
.avatar-footer-nav li:first-child span,
.avatar-footer-nav li:first-child a{
	border-left: none;
	padding-left: 0px;
}

/*-------- avatar-foote-address-------------*/
.avatar-module-border-top{
}
.avatar-footer-address{
	border-top: solid 1px #535353;
	padding-top : 10px !important;
}
.avatar-footer-address ul{
	margin-left: 0 !important;
}
.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;
}
/*-------Footer-Social-----*/
.avatar-footer-social a,.avatar-footer-social a:hover {
	float: left;
	height: 20px;
	width: 20px;
	margin: 0 7px;
	text-decoration: none;
	opacity: 0.7;
}
.avatar-footer-social a:hover{
	opacity: 1 !important;
}
.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: 11px;
}
.social-heading .avatar-module-heading{
	padding: 15px 10px 15px 10px !important;
}
.avatar-footer-social{
	border-top: solid 1px #535353;
	padding-top: 10px;
}

/* Avatar module*/
.avatar-module > .avatar-module-heading, .form-heading {
	line-height: 100%;
	padding: 10px 0 5px 0;
	font-family: Swiss721BT-BlackCondensed;
}
.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-4 .avatar-module-content{
	padding: 10px;
}
.avatar-module-1 .avatar-module-heading,
.avatar-module-2 .avatar-module-heading,
.avatar-module-3 .avatar-module-heading,
.avatar-module-5 .avatar-module-heading,
.avatar-module-6 .avatar-module-heading,
.avatar-module-7 .avatar-module-heading,
.avatar-module-4 .avatar-module-heading{
	padding-left: 10px;
}
.avatar-module-1 .avatar-module-heading,
.avatar-module-2 .avatar-module-heading{
	margin-bottom: 0px;
}
.avatar-module-3 .avatar-module-heading *{
	color: #181717 !important;
}
.avatar-module-3 .avatar-module-heading,
.avatar-module-3 .avatar-module-content{
	padding-left: 0;
	padding-right: 0;
}
.avatar-module-1 .avatar-module-heading *,
.avatar-module-2 .avatar-module-heading *,
.avatar-module-5 .avatar-module-heading *,
.avatar-module-7 .avatar-module-heading *{
	color: #fff !important;
	line-height: 20px;
	font-weight: normal;
}
.avatar-module-1 .avatar-module-content,
.avatar-module-2 .avatar-module-content{
	border: solid 1px #dcdcdc;
	border-top: none;
}
.avatar-module-1 .avatar-module-content,
.avatar-module-5 .avatar-module-content,
.avatar-module-4 .avatar-module-content,
.avatar-main-menu ul,
.avatar-blog-item .avatar-pee,
.avatar-features .avatar-item,
.avatar-blog-1 .avatar-blog-item,
.avatar-features-1 .avatar-item{
	background: #fff;
}

.avatar-module-4 .avatar-module-content{
	border: solid 1px #dcdcdc;
}
.avatar-module-4:hover .avatar-module-content,
.avatar-module-4:active .avatar-module-content{
	-moz-box-shadow: -1px 1px 16px #e9e9e9;
	-webkit-box-shadow: -1px 1px 16px #e9e9e9;
	box-shadow: -1px 1px 16px #e9e9e9;
}
.avatar-module-5 .avatar-module-heading{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
.avatar-module-5 .avatar-module-content{
	margin-top: 5px;
	padding-top: 5px !important;
	background-image: linear-gradient(top, rgb(219, 219, 219) 0%, rgb(255,255,255) 64%);
	background-image: -o-linear-gradient(top, rgb(219, 219, 219) 0%, rgb(255,255,255) 64%);
	background-image: -moz-linear-gradient(top, rgb(219, 219, 219) 0%, rgb(255,255,255) 64%);
	background-image: -webkit-linear-gradient(top, rgb(219, 219, 219) 0%, rgb(255,255,255) 64%);
	background-image: -ms-linear-gradient(top, rgb(219, 219, 219) 0%, rgb(255,255,255) 64%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(219, 219, 219)),
		color-stop(0.64, rgb(255,255,255))
	);
}

.avatar-module-7 .avatar-module-heading{
	margin: 0 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.avatar-module-7 .avatar-module-heading{
	border-bottom: solid 4px #5ca6d1;
	padding-bottom: 0px;
}
.avatar-module-7 .avatar-module-heading >span{
	padding: 5px 5px 1px 5px !important;
}
@media (min-width: 1025px){
	.avatar-responsive .at-main-menu .at-menu-horizontal{
		display: block !important;
	}
}
@media (max-width: 1024px)
{
	/*
	 * Responsive Menu 
	 */
	body.avatar-responsive .avatar-main-menu-slider{
		display: none !important;
	}
	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 left transparent;
		cursor: pointer;
		display: block;
		height: 30px;
		position: absolute;
		width: 30px;
		left: 0px;
		border: none;
		padding: 0;
		margin: 0;
		z-index: 1;
		top: -1px;
	}
	body.avatar-responsive .avatar-nav-responsive > ul > li {
		position: relative;
		display: block;
		width: 100%;
		float: none !important;
		padding:7px 0 7px 32px;
		margin: 0;
	}
	body.avatar-responsive .avatar-nav-responsive ul {
		list-style: normal;
		margin: auto;
		opacity: 1;
		width: 100%;
		left: 0;
		top: 0;
		font-style: normal;
		box-shadow: none;
		background: transparent;
	}
	body.avatar-responsive .avatar-nav-responsive > .avatar-main-menu > li ul li {
		border: none;
		background: none;
	}
	body.avatar-responsive .avatar-nav-responsive ul ul {
		display: none;
		position: relative;
	}
	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: #1b1b1b;
	}
	
	
	body.avatar-responsive #avatar-header-inside-block{
		position: relative;
	}
	body.avatar-responsive .avatar-separate-module{
		margin: 0 0 15px 0;
		min-height: 70px;
	}
	body.avatar-responsive .avatar-separate-module .custom{
		bottom: -30px;
	}
	body.avatar-responsive .avatar-separate-module .avatar-separate-logo,
	body.avatar-responsive .avatar-separate-module .avatar-separate-logo .avatar-separate-logo-child{
		width: 32px;
		height: 32px;
	}
	body.avatar-responsive .avatar-caption .nivo-caption .nivo-tittle *{
		font-size: 27px;
	}
	body.avatar-responsive .avatar-caption .nivo-caption{
		width: 80% !important;
	}
	body.avatar-responsive .avatar-caption .nivo-caption .nivo-introtext * {
		font-size: 13px;
	}
	body.avatar-responsive .avatar-newsflash .avatar-item-wrap{
		margin-bottom: 15px;
	}
	body.avatar-responsive .at-nine-flat-showcase .at-intro-item-wrap{
		margin-bottom: 15px;
	}
	body.avatar-responsive .avatar-features-1 .avatar-item{
		margin-bottom: 15px;
	}
	body.avatar-responsive .at-nine-flat-features-1 .avatar-item{
		margin-bottom: 15px;
	}
	body.avatar-responsive .avatar-skills .avatar-skills-list li{
		padding: 30px 0;
	}
	body.avatar-responsive .avatar-top-social{
		border-left: none;
	}
	.avatar-responsive .at-main-menu > .menu-pull{
		background-image: url("../images/icons/nav-pull.png");
		margin-top:14px;
	}
	.avatar-responsive .at-main-menu .at-menu-horizontal {
		display: none;
	}
	.avatar-responsive .avatar-menu{
		height: auto;
	}
	.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: 350px !important;
		width: auto !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;
	}
	body.avatar-responsive .no-padding-margin-side,
	body.avatar-responsive .no-padding-margin-left,
	body.avatar-responsive .no-padding-margin-right{
		padding: 10px !important;
	}
}
@media (max-width: 768px)
{
	body.avatar-responsive .contact-details, 
	body.avatar-responsive .contact-form{
		width: 100%;
	}
	body.avatar-responsive .avatar-separate-module .avatar-module-heading *{
		font-size: 24px !important;
	}
	body.avatar-responsive .avatar-devices{
		margin-top: 20px;
	}
	body.avatar-responsive .avatar-devices .ch-full-immg-wrap,
	body.avatar-responsive .avatar-devices .avatar-item-content,
	body.avatar-responsive .avatar-devices .avatar-item-img-tile{
		position: relative;
	}
	body.avatar-responsive .avatar-devices .ch-full-immg-wrap,
	body.avatar-responsive .avatar-devices .avatar-item:hover .ch-full-immg-wrap{
		top: 0;
		background-color: transparent;
	}
	body.avatar-responsive .avatar-devices .avatar-item .avatar-item-img-tile {
		background-color: transparent;
	}
	body.avatar-responsive .avatar-devices .ch-full-img{
		height:150px;
	}
	body.avatar-responsive .avatar-devices .ch-info {
		opacity: 1;
	}
	body.avatar-responsive .avatar-devices .avatar-item{
		height: auto;
	}
	.avatar-responsive .at-nine-flat-devices{
		padding: 20px 0;
	}
}
@media (max-width: 480px)
{
	/*
	 * Responsive Menu 
	 */
	body.avatar-responsive .avatar-caption .nivo-caption .nivo-tittle *{
		font-size: 22px;
	}
	body.avatar-responsive .avatar-caption .nivo-caption{
		width: 100% !important;
	}
	body.avatar-responsive .avatar-caption .nivo-caption .nivo-introtext * {
		font-size: 10px;
	}
	body.avatar-responsive .avatar-pee{
		float: none;
		display: block;
	}
	body.avatar-responsive .avatar-blog-1 .avatar-item-intro-img{
		position: relative;
		width: 93%;
	}
	body.avatar-responsive .avatar-blog-1 .avatar-blog-item{
		padding: 0;
	}
	body.avatar-responsive .avatar-blog-1 .avatar-blog-item .avatar-item-image-below{
		margin: 0;
	}
	body.avatar-responsive .avatar-blog-1 .avatar-blog-item .avatar-tags{
		position: relative;
	}
	body.avatar-responsive .avatar-skills .avatar-skills-list img{
		width: 50%;
	}
	body.avatar-responsive .avatar-skills .avatar-skills-list li{
		padding: 20px 0;
	}
}

/* Recent Work*/
.avatar-recent-work{
	margin-bottom: 30px;
}
.avatar-recent-work .avatar_readmore{
	padding-right: 17px;
}
.avatar-recent-work .avatar_readmore .avatar_readmore_text {
	padding: 5px;
	font-size: 11px;
	line-height: 18px;
	border: solid 1px #bcbcbc;
	border-right: none;
}
.avatar-recent-work .avatar_readmore .avatar_readmore_icon {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #393939;
	color: #fff;
	margin-left: -4px;
	font-size: 16px;
	line-height: 29px;
	padding:0 6px;
	height: 100%;
}
.avatar-recent-work .avatar-readmore-icon,
.avatar-project .avatar-readmore-icon{
	background: url('../images/icons/readmore-icon.png') transparent no-repeat center;
}
.avatar-recent-work .avatar-zoom-icon,
.avatar-project .avatar-zoom-icon{
	background: url('../images/icons/zoom-icon.png') transparent no-repeat center;
}
.newsflash-title *,
.newsflash-title,
.at-item-title *,
.at-item-title{
	font-family: 'Asap', sans-serif !important; 
	font-weight: 700;
	line-height: 120%;
	/*Swiss721BT-BlackCondensed;*/
}
.avatar_readmore, .at_readmore{
	position: relative;
	display: inline-block;
}
.avatar-recent-work .avatar-item-img,
.avatar-team .avatar-item-img,
.avatar-team-1 .avatar-item-img{
	height: 150px;
}
.avatar-recent-work *,
.avatar-features *,
.avatar-services *,
.avatar-features-1 *,
.avatar-project *,
.avatar-team-1 *,
.avatar-devices *,
.at-nine-flat-recent-works *,
.at-nine-flat-features *,
.at-nine-flat-services *,
.at-nine-flat-project *,
.at-nine-flat-team-1 *,
.at-nine-flat-devices *{
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
/* avatar features*/
.avatar-features *{
	text-align: center;
}
.avatar-features .avatar-item .avatar-item-img{
	background-color: #5c5c5c;
	margin-bottom: 15px;
}
.avatar-features .avatar_readmore_text{
	text-transform: uppercase;
	background: url('../images/icons/readmore-1.png') #f2f2f2 no-repeat 90px 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;
	font-size: 11px;
}
.avatar-features .avatar-item{
	padding-bottom: 10px;
}
.avatar-features .ch-info{
	padding: 0 15px;
}
.avatar-features .avatar-item:hover .avatar_readmore_text{
	color: #fff !important;
	background-image: url('../images/icons/readmore-1.png'); 
	background-position: 90px -35px;
	background-repeat:  no-repeat; 
}

/* Avatar Services*/
.avatar-services .avatar-item {
	position: relative;
	padding: 10px 10px 10px 125px;
	margin: 5px 0;
}
.avatar-services .avatar-item .avatar-item-img{
	position: absolute;
	left: 0;
	width: 100px;
	height: 90px;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #2c2c2c;
	background-position: center;
}
.avatar-services .avatar_readmore_text{
	font-weight: bold;
}
.avatar-services .avatar-item:hover .avatar-item-img{
}
/* Avatar Features 1*/
.avatar-features-1 .avatar-item {
	position: relative;
	padding: 10px 10px 10px 75px;
	margin: 5px 0;
}
.avatar-features-1 .avatar-item .avatar-item-img{
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #c7c7c7;
	background-position: center;
}
.avatar-features-1 .avatar_readmore_text{
	font-weight: bold;
}
.avatar-features-1 .avatar-item:hover .avatar-item-img{
	background-color: #265e7e;
	transition-delay: 0.15s;
	-webkit-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	-ms-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
}
.avatar-features-1 .items-row{
	margin-bottom: 50px;
}
.avatar-features-1 .items-row:last-child{
	margin-bottom: 0px;
}
/*Avatar Project*/
.avatar-project .avatar-item{
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.avatar-project .avatar-item .avatar-item-img{
	position: relative;
	display: block;
	width: 100%;
	height: 210px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.avatar-project .avatar-item:hover .avatar-shadow-inset{
	opacity: 1;
}
.avatar-project .avatar-item .avatar-zoom-icon-1{
	background: url('../images/icons/zoom-icon.png') no-repeat center;
	right: 100%;
	margin-right: 10px;
}
.avatar-project .avatar-item .avatar-readmore-icon-1{
	background: url('../images/icons/readmore-icon.png') no-repeat center;
	left: 100%;
	margin-left: 10px;
}
.avatar-project .avatar-item:hover .avatar-readmore-icon-1{
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;

}
.avatar-project .ch-info *{
	color: #fff !important;
	text-align: center;
	padding:0 10px;
}
.avatar-project .ch-info{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}
.avatar-project .avatar-item:hover .ch-info{
	top: 55%;
	margin-top: 10px;
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
}
.avatar-skills{
	text-align: center
}
.avatar-skills .avatar-skills-list{
	list-style: none;
	margin: 0px;
}
.avatar-skills .avatar-skills-list img{
	width: 70%;
	height: auto;
}
.avatar-skills .avatar-skills-list li:hover img{
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
	-webkit-transform: rotateY(-360deg);
	-moz-transform: rotateY(-360deg);
	-ms-transform: rotateY(-360deg);
	-o-transform: rotateY(-360deg);
	transform: rotateY(-360deg);
}
.avatar-skills .avatar-skills-list li{
	display: inline-block;
	text-align: center;
	width: 24%;
	padding: 50px 0;
	position: relative;
}
.avatar-skills .avatar-skills-list li:after{
	border: solid #5ca6d1 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index:2;
	content: "";
	left: 8px;
	top: 8px;
	right: 8px;
	bottom: 8px;
	position:absolute;
}
.avatar-char-color{
	font-family: Swiss721BT-BlackCondensed;
}
/*------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("../../../media/jui/img/glyphicons-halflings.png") -456px -66px 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-1 .accordion-heading{
	padding: 8px 0;
	line-height: 100%;
}
.avatar-contact-social{
	display: inline-block;
	float: right;
	margin-top: 10px;
}
.facebook-black,.twitter-black,.google-black{
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0;
	text-decoration: none;
}
.facebook-black{
	background: url("../images/icons/contact-social.png") no-repeat 0px -40px;
}
.twitter-black{
	background: url("../images/icons/contact-social.png") no-repeat 0px -20px;
}
.google-black{
	background: url("../images/icons/contact-social.png") no-repeat 0px 0px;
}
.avatar-top-social{
	margin: 45px 0 0 0;
	padding: 0px;
	text-align: center;
	border-left: solid 1px #888888;
}
.avatar-top-social li{
	margin-right: 15px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.avatar-top-social li:last-child,
.avatar-top-social li:last-of-type{
	margin-right: 0;
}
.facebook-white,.twitter-white{
	display: inline-block;
	height: 25px;
	width: 25px;
	margin: 0 7px;
	text-decoration: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.facebook-white{
	background-image: url("../images/icons/top-social.png");
	background-repeat: no-repeat;
	background-position: 3px -31px;
}
.twitter-white{
	background-image: url("../images/icons/top-social.png");
	background-repeat: no-repeat;
	background-position: 2px -4px;
}
.avatar-skills-diagram,
.avatar-skills-diagram-1{
	list-style: none;
	margin: 0;
}
.avatar-skills-diagram >li{
	border-radius: 12px;
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}
.avatar-skills-diagram-1 >li,
.avatar-skills-diagram >li{
	background-color: #dedede;
	margin-bottom: 12px;
    height: 25px;
    line-height: 25px;
}
.avatar-skills-diagram-1 >li{
	height: 32px;
	line-height: 32px;
}
.avatar-skills-diagram >li >div,
.avatar-skills-diagram-1 >li >div{
	height: 100%;
	color: #fff;
}
.avatar-skills-diagram >li >div>span,
.avatar-skills-diagram-1 >li >div>span,
.avatar-skills-diagram >li >div>div,
.avatar-skills-diagram-1 >li >div>div{
	padding-left: 10px;
}
.avatar-skills-diagram >li >div{
	border-bottom-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
    -moz-border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;
    -moz-border-top-left-radius: 12px;
}

/* Avatar Team*/
.avatar-team .newsflash-title,
.avatar-team-1 .newsflash-title{
	margin-bottom: 0px;
	display: inline-block;
}
.avatar-team-1 .avatar-shadow-inset{
	position: absolute;
	left:0px;
	right:0px;
	bottom:0px;
	width: inherit;
	height: inherit;
	border-bottom: solid 6px #5ca6d1;
	opacity: 1;
	background-color: transparent;
}
.avatar-team-1 .avatar-item-img:after{
	border-left: solid 6px #5ca6d1;
	z-index:2;
	content: "";
	left: 0px;
	top: 0px;
	bottom: 0px;
	position:absolute;
}
.avatar-team-1 .avatar-item-img:before{
	border-right: solid 6px #5ca6d1;
	z-index:2;
	content: "";
	right: 0px;
	top: 0px;
	bottom: 0px;
	position:absolute;
}
.facebook-cir-white,
.twitter-cir-white,
.google-cir-white{
	position: absolute;
	height: 30px;
	width: 30px;
	top: 50%;
	margin-top: -15px;
}
.avatar-team-1 .avatar-item:hover .facebook-cir-white{	
	margin-left: -50px;
	opacity: 1;
}
.avatar-team-1 .avatar-item:hover .twitter-cir-white{	
	margin-top: -15px;
	opacity: 1;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
}
.avatar-team-1 .avatar-item:hover .google-cir-white{	
	margin-right: -50px;
	opacity: 1;
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
}
.facebook-cir-white{
	background: url("../images/icons/facebook-cir-white.png") center no-repeat;
	left: 50%;
	margin-left: -105px;
	opacity: 0;
}
.twitter-cir-white{
	background: url("../images/icons/twitter-cir-white.png") center no-repeat;
	right: 50%;
	margin-top: -85px;
	margin-right: -15px;
	opacity: 0;
}
.google-cir-white{
	background: url("../images/icons/google-cir-white.png") center no-repeat;
	right: 50%;
	margin-right: -105px;
	opacity: 0;
}

/*Avatar Module Border bottom*/
.avatar-module-bottom-border{
	padding-bottom: 0px;
	border-style: solid;
	border-width: 3px 0px 0px 0px;
	border-color: #5ca6d1;
	/*-moz-border-image: url("../images/sample/separate/border-separate.png") 0 1 11 0 repeat;
	-webkit-border-image: url("../images/sample/separate/border-separate.png") 0 1 11 0 repeat;
	-o-border-image: url("../images/sample/separate/border-separate.png") 0 1 11 0 repeat;
	border-image: url("../images/sample/separate/border-separate.png") 0 1 11 0 fill repeat;*/
}


/* Buy Now module*/
.buy-now-wrap{
	position: relative;
	padding-right: 150px;
	background: url("../images/sample/compass.png") 30px center no-repeat #fff;
}
.buy-now-wrap .buy-now-info{
	padding: 25px 25px 25px 120px;
}
.buy-now-wrap .buy-now-button{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 150px;
}
.buy-now-wrap .buy-now-button span{
	line-height: 100%;
	position: absolute;
	width: 150px;
	text-align: center;
	top: 50%;
	margin-top: -13px;
}
.pagenav .previous a,.pagenav .next a{
	background-color: transparent;
	border: none;
	font-weight: bold;
	color: #333 !important;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled]{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
	background-color: #3e3e3e;
	background-image: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled]{
	background-color: #000;
}
#searchForm .phrases-box .controls .radio,
#searchForm .only .checkbox{
	display: inline-block;
	margin-right: 15px;
}
#searchForm .phrases-box .controls,
#searchForm .phrases .ordering-box .ordering,
#searchForm .form-limit label{
	display: inline-block;
	margin: 0;
}
#searchForm .phrases, #searchForm .only{
	border-bottom: 1px solid #e5e5e5;
	margin: 20px 0; 
}
input[type="text"],input[type="search"], .uneditable-input{
	background-color: #f3f3f3;
}
input[type="text"]:focus,input[type="search"]:focus, .uneditable-input:focus{
	background-color: #fff;
}
.avatar-btn-search{
	margin: 0;
}
.avatar-btn-search button{
	margin-left: -45px !important;
	margin-top: 1px;
	background-color: transparent !important;
	background-image: none;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
input.search-query{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 0;
}
.avatar-module .avatar-search {
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #bbbbbb;
}
.avatar-module .avatar-search .form-inline{
	margin: 10px 0 10px 15px;
}
.avatar-module .avatar-search{
	width: 100%;
}
.avatar-module .avatar-search input.search-query{
	width: 98%;
}
.avatar-module .avatar-search input.button {
	position: absolute;
	right: 10px;
	top: 18px;
}

/*-----contact------*/
.contact-image{
	margin-top: 20px;
	text-align: center;
	max-width: 90%;
}
.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 fieldset{
	margin: 10px;
}
.contact-details .contact-name{
	font-family: Swiss721BT-BlackCondensed;
}
.contact-details .contact-address{
	margin: 0 10px;
}
.contact-details .contact-address > div{
	margin-bottom: 15px;
}
.contact-details h2{
	margin: 5px 10px 0;
}
.contact-address .jicons-text{
	font-weight: bold;
}
.contact-address .contact-emailto{
	text-decoration: underline;
}
.contact-form{
	background: #e4e4e4;
	-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
.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{
	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: #414141;
	color: #fff;
	border: solid 1px #c9c9c9;
	padding:3px 10px;
	font-size: 12px;
	padding-right: 15px;
	margin: 0;
}
.contact-message{
	vertical-align: top;
}
.contact-form table td{
	width: 70%;
	border: solid 1px #c9c9c9;
}
.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;
	background: #fff;
}
.avatar-contact-telephone .contact-telephone,
.avatar-contact-telephone .contact-mobile,
.avatar-contact-telephone .contact-fax{
	margin-right: 10px;
}
.avatar-contact-address, .avatar-contact-telephone, .avatar-contact-email, .avatar-contact-web{
	padding-left: 22px;
	background-position: 0 center;
	background-repeat: no-repeat;
}
.avatar-contact-address{
	background-image: url("../images/icons/home.png");
} 
.avatar-contact-telephone{
	background-image: url("../images/icons/phone.png");
} 
.avatar-contact-email{
	background-image: url("../images/icons/envelop.png");
} 
.avatar-contact-web{
	background-image: url("../images/icons/earth.png");
}
.breadcrumb{
	background: transparent;
	padding: 0;
	margin-top: -20px;
}
@media (max-width: 767px) {
	.breadcrumb{
		padding: 0 0 0 10px;
		margin-left: 10px;
	}
}
@media (min-width: 1024px) {
.breadcrumb{
		padding: 15px 0 0 0;
	}
}
.breadcrumb *{
	font-family: Swiss721BT-BlackCondensed;
	/*font-size: <##>;*/
}
/*avatar articles category*/
.avatar-category-module{
	position: relative;
}
.avatar-category-module .avatar-item-img{
	position: absolute;
	width: 30%; 
	min-height: 50px;
	left: 0; 
	top: 10px;
	background-size: cover;
	border: solid 1px #8c8e91;
	background-repeat: no-repeat;
}
.avatar-category-module .avatar-category-module-child-content{
	position: relative;
	padding-left: 35%;
	overflow: hidden;
	margin-bottom: 10px; 
}
.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: 11px;
	color: #8b8b8b;
	font-style: italic;
}
/*popular tags*/
.avatar-module-tag ul{
	list-style: none;
	margin: 0;
}
.avatar-module-tag ul li{
	float: left;
	display: inline-block;
	padding-right: 6px;
	margin: 3px 0;
}
.avatar-module-tag ul li a{
	text-decoration: none;
	display: block;
	padding: 4px 15px;
	border: 1px solid #e8e8e8;
	color: #666;
	font-size: 11px;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
.avatar-module-tag ul li a:hover {
	text-decoration: none;
	background-color: #333;
	color: #fff !important;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
.tagssimilar a,
.tagssimilar a:hover,
.tagssimilar a:active{
	color: #1a1a1a !important;
	font-weight: bold;
}

/*Product launch*/
.avatar-product-launch-1{
	text-align: center;
}
.avatar-product-launch-1-content{
	position: relative;
	display: inline-block;
}
.avatar-product-launch-1-buy-now,
.avatar-product-launch-1-sale-price,
.avatar-product-launch-dl-btn{
	position: absolute;
	display: block;
	padding: 5px 15px;
	font-size: 24px;
	font-family: Swiss721BT-BlackCondensed;
	color: #fff;
}
.avatar-product-launch-1-buy-now{
	right: 15%;
	top: 45%;
	margin-top: -23px;
}
.avatar-product-launch-1-sale-price{
	left: 15%;
	top: 65%;
	margin-top: -23px;
}
.avatar-product-launch-dl-btn{
	position: relative !important;
	font-size: 20px;
	display: inline-block;
}
/* Devices support*/
.avatar-devices{
	z-index: 999;
	position: relative;
}
.avatar-devices .avatar-item-wrap{
	position: relative;
}
.avatar-devices .avatar-item{
	display: block;
	height: 140px;
}
.avatar-devices .avatar-item-img-tile{
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
}
.avatar-devices .avatar-item-img{
	margin: -45px auto 5px auto;
	height: 85px;
	width: 85px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: solid 3px #f9ada2;
}
.avatar-devices .avatar-item-wrap-0 .avatar-item-img{
	background-color: #5c323e;
}
.avatar-devices .avatar-item-wrap-1 .avatar-item-img{
	background-color: #a82743;
}
.avatar-devices .avatar-item-wrap-2 .avatar-item-img{
	background-color: #5ca6d1;
}
.avatar-devices .avatar-item-wrap-0 .ch-full-immg-wrap{
	border-bottom: solid 4px #5c323e;
}
.avatar-devices .avatar-item-wrap-1 .ch-full-immg-wrap{
	border-bottom: solid 4px #a82743;
}
.avatar-devices .avatar-item-wrap-2 .ch-full-immg-wrap{
	border-bottom: solid 4px #5ca6d1;
}
.avatar-devices .ch-full-immg-wrap{
	position: absolute;
	bottom: 100%;
	top: -100%;
	right: 0;
	left: 0;
	background: #fff;
	height: 100%;
	border-bottom: solid 4px #be6a5e;
	margin-bottom: -4px;
	text-align:center;
}
.avatar-devices .ch-full-img{
	display: block;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.avatar-devices .avatar-item-content{
	position: absolute;
	display: block;
	height: 100%;
	overflow: hidden;
	right: 0;
	left: 0;
}
.avatar-devices .ch-info-content{
	margin: 20px 10px 10px 10px;
}
.avatar-devices .avatar-item:hover .avatar-item-img-tile{
	background-color: #fff;
	top: 100%;
}
.avatar-devices .avatar-item:hover .ch-full-immg-wrap{
	top: -4px;
	-webkit-transition: all 275ms ease-in;
	-moz-transition: all 275ms ease-in;
	-ms-transition: all 275ms ease-in;
	-o-transition: all 275ms ease-in;
	transition: all 275ms ease-in;
}
.avatar-devices .avatar-item:hover .ch-info{
	opacity: 1;
}
.avatar-devices .ch-info{
	opacity: 0;
}


/*K2 Item*/
div.avatar-itemToolbar{
	padding: 0;
	margin: 0;
}
.itemRatingList, 
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating{
	background: transparent url("../images/3rd/transparent_star.gif") left 0px repeat-x;
}
.itemRatingList a, 
.itemRatingList .itemCurrentRating {
	height: 18px !important;
	line-height: 18px !important;
}
.itemRatingList {
	width: 90px !important;
	height: 18px !important;
}
.itemRatingForm{
	height: 18px !important;
	line-height: 18px !important;
}
.itemRatingList a:hover{
	background-position: left -17px !important;
}
div.itemRatingBlock{
	padding: 0 0 10px 0;
}
.avatar-itemView .itemSocialSharing{
	border-top: 1px solid #bbbbbb;
	padding: 10px 0 20px 0;
}
.avatar-itemView  div.itemAuthorBlock {
	background: transparent;
	border-top: 1px solid #bbbbbb !important;
	border: none;
	margin: 0 0 16px 0;
	padding: 8px;
}
.avatar-itemView .avatar-tags{
	display: inline-block;
}
.avatar-itemView .avatar-item-image img{
	width: 100% !important;
}
.avatar-k2-more-link a,
.avatar-k2-more-link a:hover,
.avatar-k2-more-link a:visited,
.avatar-k2-more-link a:active{
	color: #1a1a1a !important;
}
.avatar-k2-more-link h3{
	font-weight: bold;
}
.avatar-k2-more-link li{
	margin: 5px 0;
}
.avatar-k2-more-link{
	margin-bottom: 10px;
}
.avatar-itemComments{
	margin-top:5px;
	border-top: 1px dotted #ccc;
}
.avatar-itemComments > .itemCommentsList,
.k2LatestCommentsBlock > ul{
	list-style: none;
	margin-left: 0;
}
.k2LatestCommentsBlock > ul li,
.avatar-itemComments > .itemCommentsList li{
	background: none;
	border-bottom: none;	
}
.avatar-itemComments > .itemCommentsList li{
	padding-left: 100px;
	position: relative;
	min-height: 80px;
	margin-bottom: 30px;
}
.k2LatestCommentsBlock > ul li{
	border-top: dotted 1px #d4d4d4;
	margin-bottom: 20px;
}
.avatar-itemComments .avatar-image-inner{
	position: absolute;
	top: 0;
	left: 0;
}
.avatar-itemComments .avatar-image-inner img{
	width: 70px;
	height: auto;
}
div.k2TagCloudBlock a:hover{
	background: none !important;
	color: #8b8b8b !important;
}
.k2LatestCommentsBlock a span{
	color: #1a1a1a !important;
}
.k2LatestCommentsBlock > ul li{
	border-bottom: dotted 1px #d4d4d4;
	border-top: none !important;
}
.avatar-blog .catItemRatingBlock{
}
.catItemCommentsLink{
	border-right: none !important;
}
#avatar-itemListLinks a,
#avatar-itemListLinks a:hover,
#avatar-itemListLinks a:visited,
.avatar-k2-more-link a,
.avatar-k2-more-link a:hover,
.avatar-k2-more-link a:visited,
.avatar-k2-more-link a:active{
	text-decoration: none;
	color: #3d3d3d !important;
}
#avatar-itemListLinks .catItemImageBlock{
	display: none;
}
#avatar-itemListLinks .catItemView a{
	font-weight: bold;
}
.at-overlap{
	position: relative;
	z-index: 5;
}
#avatar-go-to-top {
	position: fixed;
	z-index: 999;
	bottom: 70px;
	right: 5%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: url('../images/back-to-top.png') 10px center no-repeat rgba(0,0,0, 0.5);
	color: #fff;
	/* padding: 5px 10px 5px 30px; */
	padding: 10px 10px 10px 25px;
	-webkit-border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	border-radius: 12px !important;
	font-family: Swiss721BT-BlackCondensed;
}
.at-social-list li {
	margin-right: 10px;
}

.at-nine-flat-features-1 div.avatar-item-img {
	background-position: top !important;
	background-size: 55px 76px !important;
	height: 90px !important;
}
.at-nine-flat-features-1 .at-intro-item .avatar-item-img {
	-webkit-border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	border-radius: 12px !important;	
		-moz-box-shadow: 2px 3px 3px 0px #4a4a4a;
	-webkit-box-shadow: 2px 3px 3px 0px #4a4a4a;
	box-shadow: 2px 3px 3px 0px #4a4a4a;
}
@media (min-width: 768px) {
	.at-nine-flat-features-1 div.at-intro-item{
		/* min-height:210px !important;*/
	}
	div#avatar_articles_nivo_free.slider-wrapper.theme-default{
		margin-bottom: 14px !important;
	}
}

div.aktiv_stellenangebote_aktuell{
	font-family: Asap, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0 5px 0 5px; 
	padding-bottom: 10px;
}
div.aktiv_stellenangebote_aktuell table{width:100%;}
div.aktiv_stellenangebote_aktuell tr{ height:38px;}
div.aktiv_stellenangebote_aktuell tr:nth-child(even) {background: #CCC}
div.aktiv_stellenangebote_aktuell tr:nth-child(odd) {background: #FFF}
div.aktiv_stellenangebote_aktuell td{ }
div.aktiv_stellenangebote_aktuell .col01{width: 50%;font-weight:700;padding-left: 15px;}
div.aktiv_stellenangebote_aktuell .col02{width: 25%;padding-left: 15px;}
div.aktiv_stellenangebote_aktuell .col03{width: 25%;padding-left: 15px;padding-right: 15px;}


@media screen and (min-width: 661px) {
	div.floatleft25{
		float:left;
		width:45%;
		padding-right:20px;
	}
}
@media screen and (max-width: 660px) {
	div.floatleft25{
		width:100%;
		padding-bottom:20px;
		
	}
}
.at-item-title a{
	font-family:  Swiss721BT-BlackCondensed !important;
	text-transform: uppercase;
}

/* ------------- Chrono Forms - hide credits  --------- */

p.chrono_credits{
	display:none;
}
@media (max-width: 1023px) {
.chronoform-container{
		margin-left:8px !important;
}
}

@media (max-width: 767px) {
	.chronoform-container {
		width: 95% !important;
	}
	.formcolumn1 {
		padding-bottom:35px;
	}

}

input.form-control.A{
	min-width:240px !important;
	width:90% !important;
}

.formindent{
padding-left: 8px;
}

.gbs3 .form-horizontal .control-label{
	padding-left:7px;
}

.formresponse td{
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 10px;
}

/* ------------- Google Maps (embedded in a div with class 'aktiv_map' --------- */

.aktiv_map {
	width:100%;
	height: 800px;
	background: none !important;
}

.aktiv_map table{
	padding-left:0 !important;
}
.aktiv_map input[type="checkbox"]{
	display:none !important;
}

.aktiv_map div a img {
	width: 18px;
	height:18px;
	background: none;
	border:0;
	margin:0;
	padding:0;
	border:0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	/*display:none !important;*/
}

.aktiv_map div ul span img{
	display:none !important;
}

.aktiv_map div ul a{
	font-family: Swiss721BT-BlackCondensed;
	font-size: 	 16px;
	line-height: 2.8;
}

.aktiv_map div li{
	font-family: Swiss721BT-BlackCondensed;
	font-size: 	 16px;
	line-height: 1.5;
	color: rgb(51, 51, 51);
}

.aktiv_map div li a{
	font-family: Asap, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}




.aktiv_map a:hover{
	color: #000;
}
.aktiv_map div li:hover{
	background-color: #fff !important;
}

.aktiv_map div ul{
	list-style-type: none;
	padding-left: 0;
	margin-left:0;
}

.avatar-article-fulltext img{
	margin-bottom: 30px; 
	margin-top: 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 5px solid #fff;
	width: 75%;
}


.mapprint{
  display:none !important;
}

/* -------------- landwehr ------------------ */


.aktiv_stellenbeschreibung, .aktiv_stellenfacts, .aktiv_stellenbeschreibung span, .aktiv_stellenbeschreibung p {
font-family: Asap, sans-serif !important;
font-size: 14px;
line-height: 18px;
}
.aktiv_stellenbeschreibung, .aktiv_stellenfacts{
padding: 15px;

}
.aktiv_stellenbeschreibung{
background-color: rgba(255, 255, 255, 1.0);
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;

}

.control-label.gcore-label-left, div.aktiv_stellenfacts{
background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1 );
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00ffffff', GradientType=1 );
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0 );
-webkit-border-top-left-radius: 12px;
-moz-border-top-left-radius: 12px;
border-top-left-radius: 12px;
}


.aktiv_stellenfacts a{
color:#000 !important;
}


.aktiv_stellenfacts a:hover{
text-decoration: underline;
}

@media (max-width: 767px) {
	.aktiv_stellenbeschreibung, .aktiv_stellenfacts{
		width:92%;
		float:none;
	}
}
@media (min-width: 768px) {
	.aktiv_stellenbeschreibung{
		width:65%;
		left:32%;
		float: right ;
		min-height: 280px;
	}
	.aktiv_stellenfacts{
		width:25%;
		float: left;
	}
}

.tab-pane{
background-color:#fff;
padding:20px 2px;
margin: 1px solid #ddd;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.chronoform-container{
padding:0 8px;
}

.formtabsnavi{
text-align: right;
font-size: 14px;

}
.formtabsnavi a{
padding:0 8px 0 15px;
}



@media print {

#avatar-header-inside-block, #avatar-tool-block, .aktivformbutton, #avatar-pos-footer-left {
display:none;
}

}

.disclaimer {
	 color: #b4b4b4 ; 
	
}

.disclaimer p{
	 font-size:11px;
	line-height:13px;
}


.standortseite {
	border: 12px solid #5ca6d1; 
	background-color: #fff; 
	padding: 15px; 
	margin-top: 15px; 
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px; 
	border-radius: 12px; 
	max-width: 600px; 
	font-size: 14px; 
	line-height: 20px;
}



.standortseite td{
	vertical-align: top;
	padding-bottom:12px;
	border-top: 1px solid #ddd;
}


.jobblob {
	font-weight:bold;
	margin-top: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
	background-color:#fff;
	color: rgb(92, 166, 209);
	padding:2px 4px;
	display:inline;
	margin-right:3px;
	line-height:26px;
}

.chronoform_space{
  height:40px;
}
@media (min-width: 1025px) {
#avatar-pos-top-middle{
	width:70% !important;
}
}

.vacancy-favorite, .vacancy-modified {display:none !important;}
.vacancy-item{border-top: 2px solid black;padding-top:3px;padding-left:8px;}
.vacancy-item:hover{background-color:rgba(92, 166, 209,0.25)}
.vacancy-box{border-bottom: 2px solid black !important;}

div.togbutton {
cursor: pointer;
background-color: #fff;
padding: 7px 0px 1px 15px;
border-radius: 10px;
border: 2px solid #fff;
margin-bottom: 22px;
color: rgb(92, 166, 209) !important;
}

div.togbutton:hover {
	border: 2px solid rgb(92, 166, 209);
	
}
p.tog{
	padding-right:10px;
	color:#000;
}

div.newspage{
	max-width: 750px;
}

h3.newspage, div.newspage h3{
 	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-weight: 700;
	font-size: 2.20em;
  	padding-bottom:20px;
}
p.newspage, div.newspage p {
 	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 1.47em;
	line-height: 1.4em;
    padding-bottom:8px;
}

div#avatar_articles_nivo_free.slider-wrapper.theme-default{
 /* max-width:1300px; */
}
@media (min-width: 1300px) {
div#slider_free.nivoSlider{
  border-radius:15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
}

.hervorh{
  color: #e9531d;
}

.disclaimer2018 {
	 color: #000;
}

.disclaimer2018 p {
	 font-size:16px;
	line-height:18px;
}