@font-face {
  font-family: 'Ubuntu-Medium';
  src: url('fonts/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/Ubuntu-Medium.woff') format('woff'), url('fonts/Ubuntu-Medium.ttf')  format('truetype'), url('fonts/Ubuntu-Medium.svg#Ubuntu-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Ubuntu-MediumItalic';
  src: url('fonts/Ubuntu-MediumItalic.eot?#iefix') format('embedded-opentype'),  url('fonts/Ubuntu-MediumItalic.woff') format('woff'), url('fonts/Ubuntu-MediumItalic.ttf')  format('truetype'), url('fonts/Ubuntu-MediumItalic.svg#Ubuntu-MediumItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/Ubuntu.eot?#iefix') format('embedded-opentype'),  url('fonts/Ubuntu.woff') format('woff'), url('fonts/Ubuntu.ttf')  format('truetype'), url('fonts/Ubuntu.svg#Ubuntu') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu-Italic';
  src: url('fonts/Ubuntu-Italic.eot?#iefix') format('embedded-opentype'),  url('fonts/Ubuntu-Italic.woff') format('woff'), url('fonts/Ubuntu-Italic.ttf')  format('truetype'), url('fonts/Ubuntu-Italic.svg#Ubuntu-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu-Bold';
  src: url('fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/Ubuntu-Bold.woff') format('woff'), url('fonts/Ubuntu-Bold.ttf')  format('truetype'), url('fonts/Ubuntu-Bold.svg#Ubuntu-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* structure */
html {
	margin: 0px;
	padding: 0px;
}
body {
	/*position:relative;*/
	font-size: 14px;
	font-family: 'Ubuntu-Medium';
	line-height: 140%;
	color: #46484d;
	margin:0 auto;
}

h2{
	color:#007db7;
	font-family: 'Ubuntu-Medium';
	text-transform:uppercase;
}

img{
	border:none;
}

.strong{
	font-weight:normal;
}

.pagewrapper{
	float:right;
}

.clear{
	clear:both;
}

/* end structure */

.container{
	width: 1319px;
	padding:0px 15px;
	max-width:100%;
}


/* header */
.header{
	background:#007db7;
}
.top_menu{
	background:#336699;
	height:8px;
	margin-bottom: 40px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

.top_menu ul{
	margin:0px;
}

.top_menu ul li{
	display:inline;
	float:right;
	background:#cc9933;
	color:white;
	padding:5px;
	font-weight:normal;
	margin-top: 9px;
}

.top_menu a{
	color:white;
	padding:5px;
	text-decoration:none;
}

.top_menu .first {
	

}

.top_menu .last {
	
}

.header_middle{

}

.header_logo{
	float:left;
	padding-left:0px;
	padding-top:20px;
}

.header_banner{
	float:right;
	right:0px;
}
/* end header */

#pagewrapper{
	min-height:400px;
}

/* footer */
.footer{
	margin-top:20px;
	background:#ebebeb;
	width:100%;
	padding:26px 0px;
}

.footer_menu {
	width:100%;
	color:#007db7;
	padding:10px 0px;
	font-family: 'Ubuntu-Medium';
}

.footer_menu .col-md-5 {
    width: 40.667%;
}

.footer_menu .col-md-2 {
    width: 17.667%;
}

.footer_menu span{
	text-decoration:none;
	text-align:left;
	font-size:18px;
	text-transform:uppercase;
	color:#464646;
	padding-bottom:16px;
	display:block;
}

.footer_menu h2{
	margin:0;
	padding:0;
	text-decoration:none;
	text-align:left;
	font-size:18px;
	text-transform:uppercase;
	color:#464646;
	padding-bottom:16px;
	display:block;
}

.footer_menu ul{
	font-size:10px;
	vertical-align:top;
	font-size:16px;
}

.footer_menu a{
	color:#007db7;
	text-decoration:none;
}

.footer_menu li{
	padding-bottom:12px;
}

.footer_menu .col-md-5, .footer_menu .col-md-2{
	padding:0px;
}

.footer_menu ul {
	margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 0 0 0 16px;
}

.footer_menu .two {
  max-width: 365px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/* end footeer */

/* advertisment */
.filter{
	background:#ebebeb;
	margin-top:20px;	
}

.filter form{
	padding-top:0px;
}

.filter input, .filter select{
	font-size:16px;
	font-family: 'Ubuntu';
	height: 33px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 1px;
	float:left;
	margin-right: 6px;
	width:29%;
	margin-bottom:13px;
	border:1px solid #acacac;
}

.filter .keywords input{
	font-family: 'Ubuntu-Italic';
	font-size:16px;
}


.filter .submit input{
	background:#007db7;
	float:left;
	border:0px solid #fff;
	color:#fff;
	width:96px;
}

.ads{
	width:100%;
	max-width:994px;
	display:block;
	margin:0 auto;
	padding-top:13px;
	font-size:16px;
}


::-webkit-input-placeholder {
    opacity: 1 !important; /* for older chrome versions. may no longer apply. */
}

:-moz-placeholder { /* Firefox 18- */
    opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    opacity: 1 !important;
}

:-ms-input-placeholder {  

}

.ads table{
	width:100%;
	border-collapse:collapse;
}

.ads .list th{
	text-align:center;
	color:#898989;
	font-size:16px;
	padding:6px 15px;
	
}
.ads-headeris{
	
}
.ads .list td{
	padding:10px 10px;
	text-align:center;
	font-size:16px;
	color:#545454;
}

.ads .list tr{
	border-bottom: 1px solid #EBEBEB;
}
.ads-hover:hover{
	background-color:#e1f4fd;
	cursor:pointer;
}
.ads-hover-link:hover{
	background-color:#e1f4fd;
	cursor:pointer;
}

.ads a{
	color:#007db7;
	text-decoration:none;
}

.ads .diff-weight{
	font-family: 'Ubuntu';
}

.ad-info  h2{
	margin-bottom:24px;
}

.ad-info .back{
	display: block;
    font-family: 'Ubuntu-Medium';
    font-size: 18px;
    margin-top: 29px;
}

.ad-info label{
	display:block;
	margin-top:10px;
	font-family: 'Ubuntu-Medium';
	font-size: 20px;
}

.ad-info span{
	display:block;
	line-height: 30px;
    margin-bottom: 28px;
    margin-top: 10px;
	font-family: 'Ubuntu';
	font-size: 18px;
}

.simple-page h2{
	margin-bottom:24px;
}

.simple-page .page{
	font-size:20px ;
	font-family: 'Ubuntu';
	line-height: 30px;
}

.simple-page .page font{
	font-size:20px ;
	font-family: 'Ubuntu';
	line-height: 30px;
}

.simple-page h4{
	font-family: 'Ubuntu-Medium';
	font-size:20px ;
	margin-top:20px;
}

.contact-form{
	background:#c1ebff;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 10px;
}

.contact-form span{
	color:red;
	padding-left:5px;
}

.contact-form .col-md-12 , .contact-form .col-md-6 {
	padding:5px;
}

.contact-form input, .contact-form textarea{
	width:100%;
	border:1px solid #acacac;
	color:#464646;
	font-size:16px;
	margin-top:5px;
	margin-bottom:15px;	
	padding-left:8px;
	padding-right:8px;
}

.contact-form  input{
	height:32px;
}

.contact-form  textarea{
	height:118px;
	resize: none;
	padding-top:8px;
}

.contact-form label{
	font-size:18px;
	font-family: 'Ubuntu-Bold';
}

.contact-form .submit input {
    background: #007db7 none repeat scroll 0 0;
    border: 0 solid #fff;
    color: #fff;
    font-family: "Ubuntu-Medium";
    height: 33px;
    margin-bottom: 30px;
    margin-top: 20px;
    position: relative;
    top: 0;
    width: 95px;
	float:right;
	margin-right:5px;
}


.ad-info .bottom{
}

.first-column{
	font-weight:normal;
	background: #E6E6E6;
	width:220px;
	text-align:right;
	padding:10px;
	border-right-style:solid;
	border-right-color:#c1c1c1;
	border-right-width:2px;
	border-left-style:solid;
	border-left-color:#c1c1c1;
	border-left-width:2px;
}

.ads .successs{
	color:#3974AE;
	margin-bottom:10px;
}


/* end advertisment */

/* menu */
.menu{
	margin:0px;
	float:right;
}
.menu ul{
	margin:0px;
	padding:0px;
}

.menu ul li{
	color: white;
    cursor: pointer;
    display: inline;
    float: left;
    font-size: 30px;
    height: 105px;
    line-height: 34px;
    max-width: 306px;
    padding: 35px 38px 0;
    text-align: center;
	font-family: 'Ubuntu';
}

.menu #first{

}

.menu #last{
	padding-top:19px;
}

.menu ul li:hover{

}

.last_element {

}

.last_element:hover {
	
}

.navbar-inverse {
    background-color: transparent;
    border: 0 solid #fff;
}

.navbar {
    border: 0px solid transparent !important;
    margin-bottom: 0px !important;
}

#bs-navbar.collapse{
	display:none !important;
}

.navbar-inverse .navbar-toggle {
    border-color: #6dcff6;

}

.navbar-toggle {
    border-color: #6dcff6;
	background-color: #6dcff6;
	margin-bottom: 8px;
    margin-right: 0;
    margin-top: 24px;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 27px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #6dcff6;
}

.active {
	background:#6dcff6;
	font-family: 'Ubuntu-Medium' !important;
}

.menu li:hover{
	background:#6dcff6;
}

.menu h1{
	padding:0;
	margin:0;
	color:white;
	text-decoration:none;
    font-size: 30px;
	font-family: "Ubuntu";
    font-size: 30px;
    line-height: 34px;
    text-align: center;
}

.menu a{
	color:white;
	text-decoration:none;
    font-size: 30px;
	font-family: "Ubuntu";
    font-size: 30px;
    line-height: 34px;
    text-align: center;
}

.menu .active a{
	font-family: "Ubuntu-Medium" !important;
}
/* end menu */

/* sidebar */
.sidebar{
	float:right;
	width:216px;
	display:block;
	min-height:500px;
}

.sidebar .title{
	background: #F1F1F1;
	height:30px;
	color: #336699;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	line-height:30px;
	border-style:solid;
	border-color:#e3e3e3;
	border-width:2px;
	margin-bottom:5px;
	margin-top:5px;
}

.sidebar form{
	margin-left:-4px;
}

.sidebar input{
	width:212px;
	height:20px;
	border: 2px solid #336699;
	margin:5px;
	font-style:italic;
}

.sidebar select{
	width:215px;
	height:19px;
	border: 2px solid #336699;
	margin:5px;
	height:25px;
	padding-top:1px;
}

.sidebar .sidebar_submit_blue input{
	background: #336699;
	font-style:normal;
	color:white;
	float:left;
	width:100px;
	font-weight:normal;
	cursor:pointer;
	height:25px;
}

.sidebar .sidebar_submit_yellow input{
	background: #CC9933;
	font-style:normal;
	color:white;
	border: 2px solid #CC9933;
	float:right;
	width:100px;
	font-weight:normal;
	cursor:pointer;
	height:25px;
}

/* end sidebar */

/* partners */
.partners{
	text-align:right;
}

.partners span{
	text-align:right;
	font-size:10px;
	letter-spacing:3px;
}

.partners_content {
	float:right;
	width:212px;
	text-align:left;
	margin:0px;
	padding:0px;
	border-style:solid;
	border-color:#e3e3e3;
	border-width:2px;
	background: #F1F1F1;
	min-height:600px;	
}


.partners_content ul {
	margin-top:9px;
}

.partners_content ul li{
	margin:0px;
	padding:0px;
	display:block;
	float:right;
	margin-bottom:7px;
	height: 104px;
	width: 190px;
	padding-right:12px;
	overflow:hidden;
	
	
}
/* end partners */

/* page */
.page{
	
}


/* end page */

/* cv */
.cvs{

}

.cvs_content{
/*	padding-top:10px;
	padding-bottom:15px;
	padding-left:35px;
	background: #F1F1F1;
	min-height: 400px;	
	border-top-style:solid;
	border-top-color:#336699;
	border-top-width:3px;
	border-left-style:solid;
	border-left-color:#E3E3E3;
	border-left-width:2px;
	border-right-style:solid;
	border-right-color:#E3E3E3;
	border-right-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#E3E3E3;
	border-bottom-width:2px;
*/
}

.cvs_blue{
	background:#c1ebff;
	width:100%;
	padding-top:11px;
	margin-top:20px;
}

.cvs_blue input, .cvs_blue select, .cvs_blue textarea{
	width:100%;
	border:1px solid #acacac;
	color:#464646;
	font-size:16px;
	margin-top:5px;
	margin-bottom:15px;
	padding-left:8px;
	padding-right:8px;
}

.cvs_blue .col-md-6{
	padding-left:5px;
	padding-right:5px;
}

.cvs_blue .col-md-12{
	padding-left:5px;
	padding-right:5px;
}

.cvs_blue input, .cvs_blue select{
	height:32px;
}

.cvs_blue textarea{
	height:118px;
	resize: none;
	padding-top:8px;
}

.cvs_blue label{
	color:#464646;
	font-size:16px;
}

label{
	font-weight:normal;
}

.cvs_blue .required{
	font-family: 'Ubuntu-Bold';
}

.cvs_blue .submit_field {
	padding-top:80px;
	text-align:right;
}

.cvs_blue .submit_field span {
	font-family: 'Ubuntu-Bold';
}

.cvs_blue .submit_field input {
	width:20px;
	margin:0;
	position:relative;
	top:10px;
}

.cvs_blue .submit_field .submit input {
	width:95px;
	height:33px;
	background:#007db7;
	color:#fff;
	font-family: 'Ubuntu-Medium';
	border:0px solid #fff;
	margin-bottom:30px;
	margin-top:20px;
	position:relative;
	top:0px;
}

.cvs_content .title{
	text-align:right;
	width:30px;
}


.cvs_content .errors{
	color:red;
}

.cvs_content .success{
	margin-bottom:12px;
	font-weight:normal;
	color:green;
	font-family: "Ubuntu-Medium";
    font-size: 18px;
}

.cvs_content .success a{
	color:#336699;
	text-decoration:none;
	font-weight:normal;
}

.cvs_content .description img{
	float:left;

}

.cvs_content .description span{
	display: block;
    float: left;
    width: 159px;
	margin-left:8px;
	font-style:italic

}

.cvs_content .empty {
	height:20px;
}

.cvs_content .info_message {
	font-family: 'Ubuntu-Medium';
	font-size:18px;
	color:#363636;
	margin-top:20px;
}

.small-container{
	max-width: 994px;
	margin:0 auto;
	width:100%;
}

.small-container2{
	max-width: 1004px;
	margin:0 auto;
	width:100%;
}

.cvs_content .info_message a {
	text-decoration:none;
	font-weight:normal;
	color:#007db7;
}

.cvs_content .info_message_second {
	font-family: 'Ubuntu-Medium';
	font-size:18px;
	color:#363636;
	margin-top: 9px;
	 margin-bottom: 5px;
}

.cvs_content .info_message_second a {
	text-decoration:none;
	font-weight:normal;
	color:#007db7;
}

 strong {
    font-weight: normal;
	font-family: 'Ubuntu-Bold';
}

/* end cv*/

/* pagination */
.pagination{
	float:none;
	margin:0 auto;
	margin-top: 40px;
	display: table;
}

.pagination a{
	color: #46484d;
	margin-left:9px;
	padding:6px 13px 7px;
	background:#e1e1e1;
	font-size:16px;
	font-family: 'Ubuntu';
}

#pagination_current{
	background:#007db7;
	color:white;
	font-weight:normal;
	border:0px solid #fff;
}

.email_error{
	color:red;
	display:none;
}

.wwww_error{
	color: red;
    display: none;
    float: right;
    margin-top: 41px;
    width: 220px;
}

.delete_ad{
	float:right;
	position:relative;
	background:#8d2d2e;
	color:white;
	padding-left:12px;
	padding-right:12px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
	top:-36px;
	cursor:pointer;
}

/* end pagination */

/* captcha */

/* end captcha */

.bold{
	font-weight:normal;
	
}

.send_email{
	border:none !important;
	margin-top:25px;
}

.send_email h3{
	margin:0px;
	font-size:16px;
	margin-bottom:15px;
}

.send_email td{
	padding:0px;
}

.send_email .first{
	width:240px;
	text-align:right;
	font-weight:normal;
}

.send_email input{
	border: 2px solid #336699;
    height: 19px;
    margin: 5px;
    width: 230px;
}

.send_email textarea{
	border: 2px solid #336699;
    margin: 5px;
    max-height: 200px;
	height:100px;
    max-width: 476px;
    min-height: 50px;
    min-width: 476px;
    width: 476px;
}

.send_email  .submit input{
	background: none repeat scroll 0 0 #336699;
    border: 2px solid #336699;
    color: #FFFFFF;
    cursor: pointer;
    height: 25px;
    width: 104px;
}

.validation_wrp{
	color:red;
}

.send_email_errors{
	display:none;
}

.send_email .success{
	  color: #008000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
}

.fb_button{
	float:right !important;
	background:white !important;
	margin-left:10px;
	/*margin-top:7px !important;*/
}

.link textarea {
	max-height: 500px;
    min-height: 50px;
	height: 100px;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
    display: none !important;
}

.not_show_company{
	position:absolute;
	top:50px;
}

.not_show_company input{
	width:30px;
	position:relative;
	top:10px;
}

@media (max-width: 1030px) {
	.header_logo img{
		padding-bottom: 17px;
		width: 220px;
	}
	
	.navbar-toggle{
		display:block;
	}
	
	.menu{
		display:none;
	}
	
	#bs-navbar{
		display:block !important;
		position: absolute;
		top: 84px;
		width: 100%;
		padding:0px;
		margin:0px;
	}
	
	#bs-navbar ul{
		list-style-type:none;
		margin:0px;
		padding:0px;
		background:#007db7;
	}
	
	#bs-navbar ul li{
		padding:15px;
	}
	
	#bs-navbar ul li a{
		color:#fff;
		font-size:20px;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		overflow: visible !important;
		padding-bottom: 0;
	}
	
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		border:0px solid #fff;
	}
	
	.filter input, .filter select {
		width: 28%;
	}
	
	.ads .list th{
		padding: 6px 0px;
		word-wrap: break-word;
	}
	
	.ads .list td {
		padding: 10px 0px;
		word-wrap: break-word;
	}
	
	.footer_menu span{
		font-size:16px;
	}
	
	.footer_menu h2{
		font-size:16px;
	}
	
	.footer_menu ul{
		font-size:13px;
	}

}

@media (max-width: 810px) {
	.filter input, .filter select {
		width: 100%;
	}
	
	.mobile-hidden{
		display:none;
	}
	
	.ads .list th {
		font-size: 14px;
	}
	
	.ads .list td {
		font-size: 13px;
	}
	
	.ads .list td  img{
		width:16px;
		height:16px;
	}
	
	.ads  {
		overflow:hidden;

	}
	
	.pagination{
		padding-bottom:20px;
	}
	
	.footer_menu .two {
	  max-width: 565px;
	  columns: 1;
	  -webkit-columns: 1;
	  -moz-columns: 1;
	}
	
	.footer_menu ul{
		margin-bottom:10px;
	}
	
	.contact-form .col-md-12, .contact-form .col-md-6 {
		padding-left: 0;
		padding-right: 0;
	}
	
	.cvs_blue .col-md-6, .cvs_blue .col-md-12 {
		padding-left: 0px;
		padding-right: 0px;;
	}
	
	.none{
		display:none;
	}
	
	.footer_menu .col-md-5 {
		width: 100%;
	}

	.footer_menu .col-md-2 {
		width: 100%;
	}

}

@media (max-width: 400px) {
	.header_logo img{
		width: 180px;
	}
	
	.navbar-toggle{
		margin-top:20px;
	}
	
	#bs-navbar {
		top: 74px;
	}
}


#floatingSocialShare {
    position: relative;
}

#floatingSocialShare *,
#floatingSocialShare *:before,
#floatingSocialShare *:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

#floatingSocialShare a {
    position: relative;
    width: 45px;
    height: 30px;
    line-height: 20px;
    padding: 8px 0;
    display:list-item;
    list-style-type: none;
    text-align: center;
    color: #fff;
}

#floatingSocialShare a:focus, #floatingSocialShare a:hover {
    color: #fff;
    width:52px;
    opacity: 0.8;
    transition-duration: 0.3s;
    transition-property: right;
    transition-timing-function: ease-out;
}

#floatingSocialShare a, #floatingSocialShare a:visited, #floatingSocialShare a:focus, #floatingSocialShare a:active, #floatingSocialShare a:hover {
    outline: 0 none !important;
}

#floatingSocialShare i {
    line-height: inherit;
    font-size: 24px;
    text-align: center;
}

#floatingSocialShare .top-left, #floatingSocialShare .top-right, #floatingSocialShare .content-left, #floatingSocialShare .content-right {
    position: fixed;
    top: 25%;
}

#floatingSocialShare .top-left {
    left: 0;
}

#floatingSocialShare .top-right {
    right: 0;
}

#floatingSocialShare .content-left, #floatingSocialShare .content-right {
    margin: 0;
}

#floatingSocialShare .facebook {
    background-color: #3b5998;
}

#floatingSocialShare .twitter {
    background-color: #00aced;
}

#floatingSocialShare .google-plus {
    background-color: #dd4b39;
}

#floatingSocialShare .linkedin {
    background-color: #007bb6;
}

#floatingSocialShare .envelope {
    background-color: #726C6C;
}

#floatingSocialShare .pinterest {
    background-color: #c92228;
}

#floatingSocialShare .stumbleupon {
    background-color: #eb4924;
}

#floatingSocialShare .reddit {
    background-color: #a9bacb;
}

#floatingSocialShare .tumblr {
    background-color: #36465d;
}

#floatingSocialShare .vk {
    background-color: #6383a8;
}

#floatingSocialShare .odnoklassniki {
    background-color: #f6900b;
}

#floatingSocialShare .shareCount {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    color: #ffffff;
    font-size:  10px;
}

#floatingSocialShare .margin-top-5 {
    margin-top: 5px;
}

@media only screen and (min-device-width: 0px) and (max-width:961px) {

    #floatingSocialShare {
        margin-top: 50px;
    }

    #floatingSocialShare .top-left, #floatingSocialShare .top-right, #floatingSocialShare .content-left, #floatingSocialShare .content-right  {
        top: auto;
        bottom: 0;
        margin: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    #floatingSocialShare a {
        position: relative;
        float: left;
        display:list-item;
        list-style-type: none;
    }

    #floatingSocialShare a:focus, #floatingSocialShare a:hover {
        -moz-transition-property: none;
        -webkit-transition-property: none;
        -o-transition-property: none;
        transition-property: none;
    }
}
