@charset 'UTF-8';
 
/* @FONT-FACE loads font into browser */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa{
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display:block;
	text-decoration: inherit;
	width:20px;
	height:20px;
	font-size:14px;
	color: #000;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	padding: 3px;
	
}

.fa-search{
	color: black;
	display: inline-block;
	
}
.fa-caret-right:before{
	content: "\f0da";
}
.fa-caret-right{
	color: #000;
	float: right;
}
.fa-caret-down:before{
	content: "\f0d7";
}
.fa-caret-down{
	color: #000;
	float: right;
	margin-top: -3px;
}
.fa-caret-up:before{
	content: "\f0d8";
}
.fa-caret-up{
	color: #000;
	float: right;
	margin-top: -3px;
}
.white{
	color: #fff;
}
.fa-caret-left:before{
	content: "\f0d9";
}
.fa-caret-left{
	color: #000;
	float: right;
}
.fa-chevron-left:before{
	content: "\f053";

}
.fa-chevron-left{

	float: left;
	font-size: 12px;
  	padding: 4px 0px 0px 7px; 
}
.fa-chevron-left:hover, a:focus{
	border-bottom: 0px;
	text-decoration: none;
}
.fa-chevron-right:before{
	content: "\f054";
}
.fa-chevron-right{

	float: left;
	font-size: 12px;
	padding: 4px 7px 0px 0px;
}
.fa-chevron-right:hover, a:focus{
	border-bottom: 0px;
	text-decoration: none;

}


.fa-angle-down:before{
	content: "\f107";
}
.fa-angle-down{

	padding: 0px 0px 0px 3px;
	font-size: 20px;
	float: right;
	width: auto;
	height: auto;
}
.fa-angle-down:hover{
	font-size: 20px;
	color: #39beea;
	border-bottom: 0px;
	text-decoration: none;
}

.fa-angle-right:before{
	content: "\f105";
}
.fa-angle-right{

	padding: 0px;
	font-size: 20px;
	float: right;
	width: auto;
	height: auto;
}
.fa-angle-right:hover{
	font-size: 20px;
	color: #000;
	border-bottom: 0px;
	text-decoration: none;
}

.fa-angle-left:before{
	content: "\f104";
}
.fa-angle-left{

	padding: 0px;
	font-size: 20px;
	float: right;
	width: auto;
	height: auto;
}
.fa-angle-left:hover{
	font-size: 20px;
	border-bottom: 0px;
	text-decoration: none;
}

/*== Feature Social Icon==== */


.btn-twitter{
	background-color:#26c4f1 ;
}
.btn-twitter:hover{
	background-color:#22b9e4 ;
}
.btn-facebook{
	background-color: #3b5998;
}
.btn-facebook:hover{
	background-color: #334f88;
}
.btn-linkedin{
	background-color:#007bb6 ;
}
.btn-linkedin:hover{
	background-color:#036898 ;
}
.fa-twitter {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	float: left;
	padding: 0px;
	width: auto;
	height: auto;

}
.fa-facebook {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	float: none;
	padding: 0px;
	width: auto;
	height: auto;
}
.fa-linkedin {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	float: left;
	padding: 0px;
	width: auto;
	height: auto;
}
.fa-envelope:before{
	content: "\f0e0";
}
.fa-envelope,.fa-print{
	font-size: 18px;
	display: inline-block;
	padding: 0px;
	width: auto;
	height: auto;

}
.fa-print:before{
	content: "\f02f";
}
.fa-plus,.fa-minus{
 	float:none;
    display:inline-block;
    color: #39beea;
}
.fa-microphone ,.fa-play,.fa-soundcloud,.fa-camera{
	font-size: 20px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 100px;
	position: absolute;
	bottom: 15px;
  	left: 20px;
	width: 35px;
	height: 35px;
	text-align: center;
}
.fa-microphone {
	padding: 5px 0px 0px 0px;
}
.fa-play{
	padding: 5px 0px 0px 5px;
}
.fa-soundcloud{
	padding: 5px 0px 0px 0px;
}
