
@font-face {
    font-family: 'untitled3book';
    src: local('untitled3book'), url("fonts/sitk.ttf")  format('truetype'),
       url('fonts/Sitk.svg#Sitk') format('svg');
    font-weight: normal;
    font-style: normal;

}
.container {
        position: relative;
        height: 100%;
        width: 100%;
        left: 0;
        -webkit-transition:  left 0.4s ease-in-out;
        -moz-transition:  left 0.4s ease-in-out;
        -ms-transition:  left 0.4s ease-in-out;
        -o-transition:  left 0.4s ease-in-out;
        transition:  left 0.4s ease-in-out;
    }
    
    .container.open-sidebar {
        left: 305px;
    }
    
    #sidebar {
        position: absolute;
        left: -305px;
        width: 305px;
        height: 100%;
        box-sizing: border-box;
		background:#231F21;
	background-image: url(../images/bg1.jpg);
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
		border-right:2px solid #121010;
    }
	#sidebar h5{
		color: #D70202;
		background: #fff;
		font-size:20px;
		text-transform:uppercase;
		padding:5px 15px;
		margin: 25px 15px 5px;
		width:265px;
		border-bottom:2px solid #D70202;
		box-sizing:border-box;
	}
    #sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    #sidebar ul li {
        margin: 0 0 5px 15px;
		width:265px;
		background:#1E1A1C;
		border:#1B181A 1px solid;
		box-sizing:border-box;
    }
    #sidebar ul li a {
		text-transform:uppercase;
        font-size: 18px;
        font-weight: 100;
        color: white;
        text-decoration: none;
		padding: 5px 15px;
        display: block;
    }
    #sidebar ul li:hover a {
        background: #EC1D25;
        -webkit-transition:  background 0.3s ease-in-out;
        -moz-transition:  background 0.3s ease-in-out;
        -ms-transition:  background 0.3s ease-in-out;
        -o-transition:  background 0.3s ease-in-out;
        transition:  background 0.3s ease-in-out;
    }
    .main-content {
        width: 100%;
        height: 100%;
        -moz-box-sizing: border-box;
        position: relative;
    }









input[type=text]::-ms-clear {
display: none;
width : 0;
height: 0;
}
input[type=text]::-ms-reveal {
display: none;
width : 0;
height: 0;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
display: none;
}
a:active, a:focus {
	outline: none;
}
input, textarea {
	outline: none;
}
input:active, textarea:active {
	outline: none;
}
:focus {
	outline: none;
}
textarea {
	resize: none;
}
textarea {
	resize: vertical;
}
textarea {
	resize: horizontal;
}

