@font-face { 
   font-family: 'Oswald';
   src: url('../fonts/Oswald.ttf');
   src: local('Oswald'), local('Oswald'), url('../fonts/Oswald.ttf') format('truetype');
}
/************Header************/
.header-top {
	float: right;
	font-family: 'Oswald';
	font-size: 22px;
	line-height: 18px;
	color: #33495A;
	text-transform: uppercase;
}
.header-top {
	margin-top: 30px;
}
.header-top span {
	float: left;
	display: block;
	margin-top: 9px;
	margin-right: 0px;
	letter-spacing: 1px;
	margin-left: 5px;
	width: 100%;
	text-align: center;
}
.list-services {
	float: right;
	display: block;
}

.list-services2 {
	float: right;
	display: block;
	padding-left: 0px;
}
.list-services2 li {
    display: inline-block;
    margin: 0 0px 0 2px;
}
    .list-services span { 
        display: inline-block; 
        width: 36px;
        text-decoration: none;
        height: 36px;
        background: url(../images/soc-icons.png) no-repeat;
        transition:all .6s ease-out;
        margin: 0px;
    }

    .list-services .sp-1 { background-position: 0px 0px; }
    .list-services .sp-2 { background-position: -40px 0px; }
    .list-services .sp-3 { background-position: -80px 0px; }
    .list-services a:hover span { opacity: 0.6;}
	

@media only screen and (max-width: 995px) {
	.sf-menu > li > a {padding: 22px 12px 22px;}
	.box-1 .text-2 { font-size: 29px;}
}

@media only screen and (max-width: 767px) {
	.sf-menu { display:none; }
	.header-top { float: left; margin-top: 0px; margin-bottom: 10px;}

	nav select {
		height: 30px;
		border: 1px solid #bebebe;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 14px;
		line-height: 20px;
		color: #313951;
		background-color: #e6ecf6;
		width:100%;
	    outline: none;
	    
		padding: 3px;
		font-weight: normal;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	nav select option:first-child {
		color:#3B3B3B;
	}
	header nav,	header h1 {	float: none; margin-top: 20px; margin-bottom: 0px;}
	header h1 {	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
}

@media only screen and (max-width: 479px) {

}
