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


[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ICON-01:before {
    content: "\e926";
}
.icon-beach:before {
    content: "\e900";
}
.icon-black:before {
    content: "\e901";
}
.icon-car:before {
    content: "\e902";
}
.icon-coffee:before {
    content: "\e903";
}
.icon-dog:before {
    content: "\e904";
}
.icon-drink:before {
    content: "\e905";
}
.icon-fashion:before {
    content: "\e906";
}
.icon-food-2:before {
    content: "\e907";
}
.icon-food:before {
    content: "\e908";
}
.icon-food-1:before {
    content: "\e909";
}
.icon-furniture:before {
    content: "\e90a";
}
.icon-gym-2:before {
    content: "\e90b";
}
.icon-gym:before {
    content: "\e90c";
}
.icon-gym-1:before {
    content: "\e90d";
}
.icon-interface:before {
    content: "\e90e";
}
.icon-location:before {
    content: "\e90f";
}
.icon-monitor:before {
    content: "\e910";
}
.icon-monuments:before {
    content: "\e911";
}
.icon-musical:before {
    content: "\e912";
}
.icon-note:before {
    content: "\e913";
}
.icon-party:before {
    content: "\e914";
}
.icon-people-2:before {
    content: "\e915";
}
.icon-people:before {
    content: "\e916";
}
.icon-placeholder:before {
    content: "\e917";
}
.icon-rest:before {
    content: "\e918";
}
.icon-shape:before {
    content: "\e919";
}
.icon-shapes:before {
    content: "\e91a";
}
.icon-sign:before {
    content: "\e91b";
}
.icon-hotel:before {
    content: "\e91c";
}
.icon-telephone:before {
    content: "\e91d";
}
.icon-technology-1:before {
    content: "\e91e";
}
.icon-technology-3:before {
    content: "\e91f";
}
.icon-technology-2:before {
    content: "\e920";
}
.icon-technology:before {
    content: "\e921";
}
.icon-tool:before {
    content: "\e922";
}
.icon-transport-1:before {
    content: "\e923";
}
.icon-transport:before {
    content: "\e924";
}
.icon-walking-with-dog:before {
    content: "\e925";
}


.widget{
	float: left;
	width: 100%;
}
footer .widget > h5{
	margin-top: -5px;
}
.widget h5{
	color: #fff;
	margin-bottom: 17px;
	text-transform:capitalize;
}
.widget .text p{
	color: #fff;
	margin-bottom: 17px;
}
.widget .text h5{
	margin-bottom: 24px;
}
.widget form{
	float: left;
	width: 100%;
	position: relative;
}
.widget  form input[type="text"]{
	float: left;
	width: 100%;
	background-color: rgba(225, 225, 225, 0.10);
	border: 1px solid #fff;
	line-height: 21px;
    padding: 10px 60px 14px 30px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
}
.widget form input[type="text"]::-moz-placeholder{
	color: #fff;
}
.widget  form button{
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	height: 100%;
	padding:0 20px;
	background-color: transparent;
}
.widget.widget-twitter ul{
	float: left;
	width: 100%;
}
.widget-twitter li{
	float: left;
	width: 100%;
	margin-bottom: 36px;
}
.widget-twitter li i{
	font-size: 16px;
}
.widget-twitter li p {
    display: inline;
    color: #fff;
}
.widget.widget-instagram ul {
    float: none;
    margin-left: -22px;
}
.widget-instagram li {
    display: inline-block;
    margin-bottom: 25px;
    margin-left: 21px;
}
.widget-instagram li a{
	display: block;
	text-align: center;
	position: relative;
	color: #fff;
}
.widget-instagram li a:hover img{
	opacity: 0.35;
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.widget-instagram li a i {
    font-size: 20px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    right: 0;
    opacity: 0;
    top: 50%;
}
.widget-instagram li a:hover i{
	opacity: 1;
}
.kf_copyright_wrap{
	float: left;
	width: 100%;
	padding: 48px 0 49px 0;
	margin-top: 37px;
	border-top:1px solid rgba(225, 225, 225, 0.35); 
	line-height: 16px;
}
.kf-footer-nav{
	float: left;
}
.kf-footer-nav li{
	display: inline-block;
	margin-right: 50px;
}
.kf-footer-nav li a{
	display: block;
	color: #fff;
	font-size: 16px;
}
.kf-footer-social{
	float: right;
}
.kf-footer-social li{
	display: inline-block;
	margin-left: 25px;
}
.kf-footer-social li a{
	display: block;
	color: #fff;
	font-size: 20px;
}