

body{
	
	background:#fafafa center fixed !important;
}
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}


.container{
	
}

/*------------------------ 2 Profile ------------------------*/		


.profile-image{
	width:100%;
	-webkit-box-shadow: -2px -1px 88px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: -2px -1px 88px 0px rgba(0,0,0,0.17);
	box-shadow: -2px -1px 88px 0px rgba(0,0,0,0.17);
}

.profile-image img{
	width:100%;
}

.profile-info{
	text-align:center;
	background:#FFFFFF;
	-webkit-box-shadow: -2px -1px 88px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: -2px -1px 88px 0px rgba(0,0,0,0.17);
	box-shadow: -2px -1px 88px 0px rgba(0,0,0,0.17);
}

.profile-info h1{
	font-size:18px;
	padding-left:6px;
	padding-right:6px;
	color: #3f3e3e!important;
font-weight: normal!important;
margin:0px!important;
font-family: 'Lato', sans-serif;
}

.name-job{
	padding:23px 0;
	border-bottom:1px dashed #cccccc;
	padding-top: 20px;
}

.job{
	color:#c1c1c1;
	font-weight:400;
	line-height: 30px;
	font-size:16px;
}

.profile-info .social-icons{
	padding:20px;
}


.social-icons a{
	font-size: 12px;
    color: #2A2A2A;
    border: solid 1px #2A2A2A;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 34px;
    display: inline-block;
    padding: 8px 0;
    margin-right: 5px;
	text-align:center;
}

.social-icons a:hover{
	transition:all ease 0.3s;
}

/*------------------------ 3 Top Menu ------------------------*/	

ul.top-menu{
	width:100%;
	background:#fff;	
	display: inline-block;
	-webkit-box-shadow: -2px -1px 88px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: -2px -1px 88px 0px rgba(0,0,0,0.17);
	box-shadow: -2px -1px 88px 0px rgba(0,0,0,0.17);
}

ul.top-menu li{
	list-style:none;
	float:left;
	width:25%;
	text-align:center;
	font-size:16px;
	border-right:1px dashed #cccccc;
}

ul.top-menu li:last-child{
	border-right:0;
}

ul.top-menu li a{
	color:#000;
	padding:45px 0 40px 0;	
	display: inline-block;	
	line-height: 30px;
	display: block;
}

ul.top-menu li a:hover{
	transition:all ease 0.2s;
}

ul.top-menu li .selected{
}

ul.top-menu li i{
	font-size:30px;
}

/*------------------------ 4 Content ------------------------*/	

.content{
	background:#fff; 
	margin-top:30px;
	-webkit-box-shadow: -2px -1px 88px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: -2px -1px 88px 0px rgba(0,0,0,0.17);
	box-shadow: -2px -1px 88px 0px rgba(0,0,0,0.17);
}

.page-title{
	border-bottom: 1px dashed #cccccc;	
	padding:30px;
}

.page-title h2{
	font-size:20px;
	font-weight:bold;
	display:inline-block;
}

.page{
	padding-top:30px;
	padding-bottom: 90px;
	display: inline-block;
	font-family: 'Lato', sans-serif;
}

.section-title{
	font-size:18px;
	font-weight:bold;
	margin-bottom:0px;
	font-family: 'Lato', sans-serif;
}

/*------------------------ 5 About Page ------------------------*/	


.page ul.info-list{
	
}

.page ul.info-list li{
	list-style:none;
	font-size:14px;
	line-height: 35px;
	color: #1B1A1A;
}

.page ul.info-list li span{
	color: #6C6B6B;
}

ul.skill-list h3 {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
	font-weight:bold;
}

ul.skill-list li {
	list-style:none;
}

.progress{
	margin: 15px 0;
	display: block;
    height: 6px;    
    position: relative;
    width: 100%;
    overflow: visible;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: #ffffff;
	box-shadow:0;
}

.progress .percentage {
    border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
    -ms-border-radius: 50px 0 0 50px;
    -o-border-radius: 50px 0 0 50px;
    bottom: 0;
    position: absolute;
    top: 0;
}

.about-text{
	margin-top:60px;
}

.about-text p{
	color:#949494;
	line-height:24px;
	font-size:14px;
}

.services {
    margin-top: 60px;
	display: inline-block;
}

.services .service i{
	width: 55px;
    height: 55px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    padding-top: 18px;
    float: left;
	color:#fff;
	font-size:20px;
	margin-right: 10px;
}

.services .service span{
    padding-top: 6px;
    display: inline-block;
    line-height: 20px;	
	font-size:16px;
}

.services .service p{
	font-size:14px;
	color:#949494;
}

.services .service{
	margin-bottom:30px;
}



/*------------------------ Resume Page ------------------------*/	

.resume-education{
	margin-bottom:30px;
}

.rounded-icon i{
	width:55px;
	text-align:center;
	padding:20px 0;
	font-size:15px;
	color:#fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.resume-out{
	padding-left: 25px;
}

.resume-info{
	border-left:2px solid #E5E5E5;
	padding: 0 0 40px 30px;
}

.info-title{
    font-weight: 600;
	font-size:16px;
}

.info-title::after {
    content: '';
    width: 10px;
    height: 10px;
    float: left;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0px 9px 0 -36px;
}

.info-date{
	font-size: 14px;
    padding: 6px 0;
    display: block;
}

.resume-info p{
	color: #A8A8A8;
	font-weight: 400;
	font-size:14px;
	line-height:24px;
}

.resume-info:first-child {
    padding-top:50px;
}

.resume-info:last-child{
    border: 0;
}

.resume-info:last-child .info-title:after{
    margin: 0px 9px 0 -34px;
}


/*------------------------ 7 Portfolio Page ------------------------*/

.portfolio_filter li{
	float:left;
	list-style:none;
	cursor:pointer;
	font-size:14px;
	margin-right:20px;
	color:#c1c1c1;
}

.portfolio_filter li:last-child{
	margin-right:0px;
}    

.portfolio_items .single_item{
	margin-bottom:30px;
}

.portfolio_items .single_item img{ 
	width:100%;
}



/*------------------------ 8 Blog Posts Page ------------------------*/

.blog-post .post-image img{
	 width:100%;
}

.blog-post .post-title h1{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin-top:24px;
}

.blog-post .post-info{
	font-size:14px;
	line-height:24px;
	font-weight:600;
	padding:6px 0;
}

.blog-post p{
	font-size:14px;
	line-height:24px;
	color:#a8a8a8;
	font-weight:400;
}

.blog-post .but-big{
	margin:30px 0 60px;
}

.but-big{
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding:8px 25px;
	display: inline-block;
	border:0;
}

.but-big:hover{
	color:#fff;
}

.but-big:focus{
	color:#fff;
}


/*------------------------ 9 Contact Page ------------------------*/

.form-inp{
	width:100%;
	height:45px;
	border:solid 1px #dfdfdf;
	font-size:14px;
	padding-left:10px;
	margin-bottom:15px;
	max-width:250px;
}

.contact-form textarea{
	width:100%;
	border:solid 1px #dfdfdf;
	font-size:14px;
	padding:10px 0 0 10px;
	margin-bottom:15px;
}

.contact-info .social-icons{
	padding-top: 15px;
}

#map{
	width: 100%;
    height: 350px;
    margin-top: 50px;
	display:inline-block;
}

/*------------------------ 10 Single Blog Page ------------------------*/

.post-comments{
	margin:50px 0;
}

.post-comments .comments li{
	border-bottom: 1px dashed #cccccc;
	list-style:none;
	padding: 25px 0;
}

.post-comments .comments li:first-child{
	border-top: 1px dashed #cccccc;
}	

.user-img{
	width:84px;
	height:84px;
	float:left;
}

.user-img img{
	display: block;
    height: 100%;
    max-width: 100%;
}

.comment-content{
	margin-left:95px;
}

.comment-content .comment-info .user a.user-name{
	font-size:16px;
	color:#000000;
	font-weight:bold;
}

.comment-content .comment-info .user a.reply{
	float: right;
    font-size: 13px;
}

.comment-content .comment-info .date{
	line-height: 14px;
}

.comment-content .comment-info .date a{
	font-size:12px;
}

.comment-content .comment-text{
	font-size: 14px;
    line-height: 22px;
    color: #a8a8a8;
    font-weight: 400;
}

.blog-msg{
	width:100%;
	height:45px;
	border:solid 1px #dfdfdf;
	font-size:13px;
	padding-left:10px;
	margin-bottom:30px;
}

.write-message textarea{
	width: 100%;
    border: solid 1px #dfdfdf;
    font-size: 13px;
    padding: 10px 0 0 10px;
    margin-bottom: 15px;
}


@media screen and (min-width: 479px) {
	
	.comment-reply{
		padding-left:30px !important;
	}
	
}


/*------------------------ Responsive ------------------------*/	


/*Max Width 991px */

@media screen and (max-width: 991px) {

	.profile{
		margin-bottom: 30px;
	}
	
	.my-skills {
		margin-top:30px;	
	}
	
	.contact-info{
		margin-top: 30px;
	}

}


/*Max Width 767px */

@media screen and (max-width: 767px) {

	.profile{
		margin-bottom: 30px;
	}
	
	.my-skills {
		margin-top:30px;	
	}
	
	.services .service span{
		width:100%;
		text-align: center;
	}
	
	.services .service{
		text-align:center;
	}
	
	.services .service i{
		float:none;
	}
}


@media only screen and (max-width:479px) {
	
	ul.top-menu li i {
   		font-size: 23px;
	}
	
	ul.top-menu li a {
		padding: 27px 0 23px 0;
	}
	
	#wrapper {
  	    margin: 15px 0;
	}
	
	.page-title {
		border-bottom: 1px dashed #cccccc;
		padding: 30px;
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	
	.portfolio_filter li {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	.portfolio_filter{
		width: 100%;
		margin-top: 15px;
		line-height: 26px;
	}
	
	.user-img{ 
		display:none; 
	}
	
	.comment-content {
   		margin-left: 0px;
	}
	
}

.page-title h2{
	color:#2574a9;
}

.social-icons a:hover{
	color:#2574a9;
 	border: solid 1px #2574a9;
}

ul.top-menu li a:hover{
	color:#2574a9;
}

ul.top-menu li .selected{
	color:#2574a9;
}

.skill-list .progress{
    border: 1px solid #2574a9;
}

.skill-list .progress .percentage {
    background-color: #2574a9;
}

.services .service i{
    background: #2574a9;
}

.rounded-icon i{
	background:#2574a9;
}

.info-title::after {
    background: #2574A9;
}

.info-date{
    color: #2574A9;
}

.select-cat{
	color:#2574a9 !important;
}

.blog-post .post-info{
	color:#2574a9;
}

.but-big{
	background-color: #2574a9;
}

.social-icons a:hover{
	color:#2574a9;
 	border: solid 1px #2574a9;
}

ul.top-menu li a:hover{
	color:#2574a9;
	transition:all ease 0.2s;
}

ul.top-menu li .selected{
	color:#2574a9;
}

.date a {
	color:#2574a9;
}

a.reply {
	color:#2574a9;
}
.left_service{
width:100%;  
margin:auto;
padding-bottom:25px;
padding-top:20px; 
text-align: center!important;
line-height:28px!important;

}
.left_service:hover{
	background: -webkit-linear-gradient(#FFF, #EBEBEB);

   background: -o-linear-gradient(#FFF, #EBEBEB);

   background: -moz-linear-gradient(#FFF, #EBEBEB);

   background: linear-gradient(#FFF, #EBEBEB);

}
.left_service_top{
border-bottom: 1px dashed #cccccc;
}
/*.left_service  i{
	width: 55px;
    height: 55px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    padding-top: 18px;
	color:#fff;
	font-size:20px;
	margin-right: 10px;
	background: -webkit-linear-gradient(#87C7F2, #50AEED);

   background: -o-linear-gradient(#87C7F2, #50AEED);

   background: -moz-linear-gradient(#87C7F2, #50AEED);

   background: linear-gradient(#87C7F2, #50AEED);
}
.left_service  i:hover{
	background: -webkit-linear-gradient(#50AEED, #2574a9);

   background: -o-linear-gradient(#50AEED, #2574a9);

   background: -moz-linear-gradient(#50AEED, #2574a9);

   background: linear-gradient(#50AEED, #2574a9);
}*/

.left_service  i{
	width: 55px;
    text-align: center;
    padding-top: 14px;
	color:#50AEED;
	font-size:26px;
	margin-right: 10px;
}

.left_service_a{
color: #5f6062!important;
font-size: 15px;
}
.left_service a:hover{
color: #333333!important;
}
.more_info{
font-size:14px;
}
.margin_top_responsive{
margin-top:87px;
}
.gmap_address{
margin-left:30px;
font-size:13px;
}
.contact_detail_message{
    margin-bottom: 5px;
    color: rgb(9, 9, 9);
    font-style: italic;
    background: rgb(242, 238, 235) none repeat scroll 0% 0%;
    padding: 10px;
}

.user_photo{
height:120px;width:120px;overflow:hidden;margin:auto;
}
@media (max-width: 768px) {
  .margin_top_responsive{
margin-top:15px;
}
}

@media (max-width: 610px) {
ul.top-menu li{
width:50%
}
.top_menu_second{
border-right:none!important;
}

.top_menu_third{
border-top: 1px dashed #cccccc;
}

.top_menu_last{
border-top: 1px dashed #cccccc;
}

.gmap_address{
clear:none;
margin-left:0px;
display: block;
}
}
@media (min-width: 768px) {
  .container {
    width: 750px!important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px!important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px!important;
  }
}



/* star rating */
	@font-face{font-family:'Glyphicons Halflings';src:url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.eot);src:url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}
	
	
	.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
	
	
	.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}

.glyphicon-minus-sign:before{content:"\e082"}

.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: transparent url('../img/loading.gif') top left no-repeat;
    border: none;
}

/*
 * Stars
 */
.rating-container .rating {
    cursor: default;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.rating-disabled .rating {
    cursor: not-allowed;
}

.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
}

.rating-container .empty-stars {
    color: #aaa;
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #FFDF04;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999;
}

.rating-rtl {
    float: right;
}

.rating-animate .filled-stars {
    transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}

.rating-rtl.is-star .filled-stars {
    right: 0.06em;
}

.rating-rtl.is-heart .empty-stars {
    margin-right: 0.07em;
}

/**
 * Sizes
 */
.rating-xl {
    font-size: 4.89em;
}

.rating-lg {
    font-size: 3.91em;
}

.rating-md {
    font-size: 3.13em;
}

.rating-sm {
    font-size: 2.5em;
}

.rating-xs {
    font-size: 2em;
}

.rating-xl {
    font-size: 4.89em;
}

/**
 * Clear
 */
.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
}

.clear-rating-active {
    cursor: pointer !important;
}

.clear-rating-active:hover {
    color: #843534;
}

.rating-container .clear-rating {
    padding-right: 5px;
}

/**
 * Caption
 */
.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    margin-top: -0.6em;
}

.rating-container .caption {
    margin-left: 5px;
    margin-right: 0;
	margin-top: 3px;
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0;
}

/**
 * Print
 */
@media print {
    .rating-container .clear-rating {
        display: none;
    }
}
.review_topic_top{
margin-bottom:10px;
}

.review_topic{
float:left; font-size:14px; vertical-align:middle; width:154px;clear:both;color: #686666;
}
.review_box{
padding-top: 13px;
border-top: 1px dashed #ccc;
margin-bottom: 0px;
margin-top: 30px;
}
.review_box_stars{
margin-bottom:7px;
}
.review_box_by{
color:#999999;
}
.review_box_client{
color:#333333;
}
.review_box_verified{
background: rgb(7, 149, 197) none repeat scroll 0% 0%;
color: #fff;
padding: 2px 6px;
margin-left: 10px;
font-size: 12px;
}
.review_box_client_review{
display:block;
margin-top: 10px;
}
#overlay_tab_review{
width: 100%;height: 100%;position: absolute;top:0;left:0;cursor:pointer; float:left; 
}
#loading { 
width: 100%; 
position: absolute;
text-align:center;
}

#loading img{ 
text-align:center;
margin-top:20px;
}

#pagination
{
text-align: center;
margin-top: 20px;
border-top: 1px dotted #ccc;
padding-top: 12px;

}
#pagination li{	
list-style: none; 
float: left; 
margin-right: 16px; 
padding:5px; 
border:solid 1px #dddddd;
color:#0063DC; 
margin-bottom: 10px;
}
#pagination li:hover
{ 
color:#FF0084; 
cursor: pointer; 
}
.appeal_text{
border: 1px solid rgb(204, 204, 204);
padding: 5px;
margin-top: 10px;
margin-bottom: 10px;
width: 100%;
max-width: 500px;
}
.appeal_button{
background: rgb(183, 178, 178) none repeat scroll 0% 0% !important; 
color:#FFFFFF!important; 
padding: 0px 9px!important; 
font-size: 12px!important; 
margin-top: 10px!important; 
}

/* tooltip */


.tool-tip{
	color: #fff;
	background-color: rgba( 0, 0, 0, .8);
	text-shadow: none;
	font-size: 13px;;
	visibility: hidden;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px; 
	border-radius: 3px;	
	text-align: center;	
	opacity: 0;
	z-index: 999;
	padding: 3px 8px;	
	position: absolute;
	cursor: default;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;	
}

.tool-tip,
.tool-tip.top{
	top: auto;
	bottom: 114%;
	left: 50%;		
}

.tool-tip.top:after,
.tool-tip:after{
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -7px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 6px solid transparent;
    border-top-color: rgba( 0, 0, 0, .2);	
}

/* default heights, width and margin w/o Javscript */

.tool-tip,
.tool-tip.top{
	margin-left: -43px;
}

/* tool tip position right */

.tool-tip.right{
	top: 50%;
	right: auto;
	left: 106%;
	margin-top: -15px;
	margin-right: auto;	
	margin-left: auto;
}

.tool-tip.right:after{
	left: -5px;
	top: 50%;	
	margin-top: -6px;
	bottom: auto;
	border-top-color: transparent;	
    border-right-color: rgba( 0, 0, 0, .2);	
}

/* tool tip position left */

.tool-tip.left{
	top: 50%;
	left: auto;
	right: 105%;
	margin-top: -15px;	
	margin-left: auto;	
}

.tool-tip.left:after{
	left: auto;
	right: -12px;
	top: 50%;
	margin-top: -6px;
	bottom: auto;
	border-top-color: transparent;	
    border-left-color: rgba( 0, 0, 0, .2);	
}

/* tool tip position bottom */

.tool-tip.bottom{
	top: 115%;
	bottom: auto;
	left: 50%;
	margin-bottom: auto;	
}

.tool-tip.bottom:after{
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -7px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 6px solid transparent;
    border-top-color: transparent;	
    border-bottom-color: rgba( 0, 0, 0, .2);	
}

/* tooltip on focus left and right */

.on-focus .tool-tip.left,
.on-focus .tool-tip.right{
	margin-top: -19px;
}

/* on hover of element containing tooltip default*/

*:not(.on-focus):hover > .tool-tip,
.on-focus input:focus + .tool-tip{
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;		
}


/* tool tip slide out */

*:not(.on-focus) > .tool-tip.slideIn,
.on-focus > .tool-tip{
	display: block;
}

.on-focus > .tool-tip.slideIn{
	z-index: -1;
}

.on-focus > input:focus + .tool-tip.slideIn{
	z-index: 1;
}

/* bottom slideIn */

*:not(.on-focus) > .tool-tip.slideIn.bottom,
.on-focus > .tool-tip.slideIn.bottom{
	top: 50%;	
}

*:not(.on-focus):hover > .tool-tip.slideIn.bottom,
.on-focus > input:focus + .tool-tip.slideIn.bottom{
	top: 115%;
}	

.on-focus > input:focus + .tool-tip.slideIn.bottom{
	top: 100%;
}

/* top slideIn */

*:not(.on-focus) > .tool-tip.slideIn,
*:not(.on-focus) > .tool-tip.slideIn.top,
.on-focus > .tool-tip.slideIn,
.on-focus > .tool-tip.slideIn.top{
	bottom: 50%;
}

*:not(.on-focus):hover > .tool-tip.slideIn,
*:not(.on-focus):hover > .tool-tip.slideIn.top,
.on-focus > input:focus + .tool-tip.slideIn,
.on-focus > input:focus + .tool-tip.slideIn.top{
	bottom: 110%;
}	

/* left slideIn */

*:not(.on-focus) > .tool-tip.slideIn.left,
.on-focus > .tool-tip.slideIn.left{
	right: 50%;	
}

*:not(.on-focus):hover > .tool-tip.slideIn.left,
.on-focus > input:focus + .tool-tip.slideIn.left{
	right: 105%;		
}

/* right slideIn */

*:not(.on-focus) > .tool-tip.slideIn.right,
.on-focus > .tool-tip.slideIn.right{
	left: 50%;		
}

*:not(.on-focus):hover > .tool-tip.slideIn.right,
.on-focus > input:focus + .tool-tip.slideIn.right{
	left: 105%;
}
