/* @override http://forestlawn.com/wp-content/themes/forestlawn/css/menu.css */

/*
    Description: 	Responsive CSS3 Dropdown Menu	
    Author: 		Business Lab
    Version: 		1.0
*/

/*	--------------------------------------------------
	:: Body & Container
	-------------------------------------------------- */
	
	body { 
	    background-image:url(../Images/BG.png); 
	    background-repeat:repeat;
		overflow:scroll;
	}

    .container {
	    position:relative; 
		width:960px; 
		margin:0 auto; 
		padding:30px 20px;  
		height:auto; 
	}
	
	.container:after { 
	    content:"\0020"; 
	    display:block; 
	    height:0; 
	    clear:both; 
	    visibility:hidden; 
	}
	
/*	--------------------------------------------------
	:: Menu 
	-------------------------------------------------- */

    .menu{
	    display:block;
        position:relative;
		margin:0;
		z-index: 6000;
		
    }

    .menu ul {
	    margin:0;
	    padding:0;
	    list-style:none;
	    position:relative;
	    display:block;
	    width:100%;
	    
	}
	
	.menu ul li {
	    float:left;
		-moz-transition: all 300ms ease-in-out 0s;
	    -ms-transition: all 300ms ease-in-out 0s;
	    -o-transition: all 300ms ease-in-out 0s;
	    -webkit-transition: all 300ms ease-in-out 0s;
	    transition: all 300ms ease-in-out 0s;
	margin: 0;
}

    .menu ul li a {
	    display:block;
	    color: #fdfcff; 
	    text-decoration:none;
	    font-style:normal; 
	    font-weight:normal; 
	    font-family:"PT Sans"; 
	    font-size:14px;
	padding: 15px 20px;
}


ul.dropdown li a {
	color: #697c5c!important;
}


    .menu ul:after {
	    content:""; 
	    clear:both; 
	    display:block;
    }
	
	.menu ul li i {
	    color:#fff; 
	    font-style:normal; 
	    font-weight:normal;
        font-size:14px;	
		margin-right:10px;
		vertical-align:baseline;
    }
	
    .menu .right {
	    float:right;
    }

	.menu ul ul.dropdown,
	.menu ul ul ul.sub-dropdown,
	.menu ul ul ul ul.sub-sub-dropdown,
	.menu .menu-multi-column{
	    opacity:0;
	    visibility:hidden;
	    display:none;
    }
	
	.menu li:hover ul.dropdown,
	.menu ul ul li:hover ul.sub-dropdown,
	.menu ul ul ul li:hover ul.sub-sub-dropdown,
    .menu li:hover .menu-multi-column {
	    opacity:1;
	    visibility:visible;
	    display:block;

}

/*	--------------------------------------------------
	:: Dropdown
	-------------------------------------------------- */
	
	.menu ul ul ul ul.sub-sub-dropdown,	
    .menu ul ul ul.sub-dropdown,	
	.menu ul ul.dropdown {
		position:absolute; 
		top:100%;
		width:200px;
		border:none;
		outline:none;
		z-index:2;
	}
	
	.menu ul ul ul ul.sub-sub-dropdown li,	
	.menu ul ul ul.sub-dropdown li,	
	.menu ul ul.dropdown li { 
		border-bottom:1px solid #e3e8ee; 
		background-color:#eff2f6;
		position:relative;
		width:200px; 
	}

	.menu ul ul ul ul.sub-sub-dropdown li a,	
	.menu ul ul ul.sub-dropdown li a,	
	.menu ul ul.dropdown li a {
		padding:10px 20px;
		text-align:left;
		color:#999;
	}
	
	.menu ul ul ul ul.sub-sub-dropdown li a:hover,	    
	.menu ul ul ul.sub-dropdown li a:hover,	    
	.menu ul ul.dropdown li a:hover{
		background-color:#e9edf2;
		color:#777;
	}

	.menu .sub-dropdown i,	
    .menu .dropdown i {
	    margin:4px 0 0 0;
		float:right;
		color:#999; 
	    font-style:normal; 
	    font-weight:normal;
        font-size:10px;
		vertical-align:baseline;
    }	
	
	.menu ul ul ul ul.sub-sub-dropdown,
	.menu ul ul ul.sub-dropdown {
		position:absolute; 
		left:100%; 
		top:0;
	}
	
/*	--------------------------------------------------
	:: Multicolumn
	-------------------------------------------------- */
	
    .social,
	.login{
	    right:0;
    }
		
    .menu-multi-column {
	    position:absolute;
	    padding: 20px 1%;
	    background-color: #f7f1ea;
	    top:100%;
	    border:none;
	    outline:none;
		z-index:2;
		width: 98.2%;
		
		
    }
    
    
   .menu ul li .menu-multi-column a {
	
	padding: 0px 0px;
}


    
    
   .menu ul li a img{
	margin-bottom: 5px;
} 
    .menu-multi-column h4 {
        font-style:normal; 
	    font-weight:bold; 
	    font-family:"PT Sans"; 
	    font-size:16px;
	    color:#434343;
	    border-bottom:1px solid #e3e8ee;
	    padding:0 0 10px 0;
	    margin:0 0 10px 0;
	text-align: left;
}

	.menu-multi-column p {
        font-style:normal; 
	    font-weight:normal; 
	    font-family:"PT Sans"; 
	    font-size:12px;
	    color:#999;
		line-height:17px;
	    padding:0;
	    margin:0;
    }
	
	img.responsive {
        max-width:100%;
        height:80px;
    }
	
	img.placeholder {
        max-width:100%;
        height:124px;
    }
	
    .menu-multi-column .one-column { width:920px; }
    .menu-multi-column .two-column { width:450px; }
    .menu-multi-column .three-cloumn { width:293.33px; }
    .menu-multi-column .four-column { width:215px; }
    .menu-multi-column .five-column { width:168px; }
        .menu-multi-column .six-column { width:168px; }


    .menu-multi-column .one-column,
    .menu-multi-column .two-column,
    .menu-multi-column .three-column,
    .menu-multi-column .four-column,
    .menu-multi-column .five-column,
    .menu-multi-column .six-column{
	    display:inline-block;
	    float:left;
	    position:relative;
	    margin-left:10px;
	    margin-right:10px;
    }
	
/*	--------------------------------------------------
	:: Multicolumn Dropdown for Links
	-------------------------------------------------- */
	
	.menu div.links  {
	    padding:20px 10px;
	    background-color:#fff;
		margin:0;
	    border:none;
	    outline:none;
    }

    .menu div.links a {
        background-color:#fff;
	    font-style:normal; 
	    font-weight:normal; 
	    font-family:"PT Sans"; 
	    font-size:12px;
	    color:#999;
        line-height:20px;
		padding:0;
	    margin:0;
    }

    .menu div.links a:hover {
	    color:#777;
    }
	
/*	--------------------------------------------------
	:: Multicolumn for Lists
	-------------------------------------------------- */
	
	.lists {
	    left:0;
		width:940px;
    }
	
	.lists ol {
	    margin:0;
		padding:0;
	    list-style:none;
    }

    .lists ol li {
		width:100%;
    }

    .lists ol li a {
        background-color:#eff2f6;
	    font-style:normal; 
	    font-weight:normal; 
	    font-family:"PT Sans"; 
	    font-size:12px;
	    color:#999;
        line-height:20px;
		padding:0;
	    margin:0;
    }

    .lists ol li a:hover {
	    color:#777;
    }
	
	.lists ol li i {
		margin-right:10px;
		color:#999; 
	    font-style:normal; 
	    font-weight:normal;
        font-size:10px;
		vertical-align:baseline;
    }
	
/*	--------------------------------------------------
	:: Multicolumn for Social Links
	-------------------------------------------------- */
	
    .social ul{
	    margin:0;
		padding:0;
	    list-style:none;
		text-align:center;
	    width:168px;
    }
		
    .social ul li{
		display:inline-block;
	    width:84px;
    }
	
	.social ul li a{
	    padding:22px;
		margin:0;
		outline:none;
    }
	
	.social ul li a i {
	    color:#fff; 
	    font-style:normal; 
	    font-weight:normal;
        font-size:18px;	
		margin:0;
		padding:0;
		vertical-align:baseline;
    }
	
	.facebook{ background-color: #4f6c97; 
	 }
   
   
    .twitter{ background-color:#39a9e0; }
	.google{ background-color:#d14836; }
	.deviantart{ background-color:#4c5e51; }

	.facebook:hover { background-color:#4c6bad; }
    .twitter:hover { background-color:#51b9ec; }
	.google:hover { background-color:#de5543; }
	.deviantart:hover { background-color:#596c5f; }
	
/*	--------------------------------------------------
	:: Login Form
	-------------------------------------------------- */	
	
	.login input[type="text"],
	.login input[type="password"] { 
	    border:3px solid #dde4ec; 
		width:428px;
	    padding:8px;
	    outline:none;
        margin-bottom:10px;		
	    font-family:"PT Sans"; 
	    font-size:14px; 
	    color:#999; 
		box-shadow:none;
	    background-color:#fff; 
		display:inline-block;
		font-style:normal;  
	    font-weight:normal;
	}
	
	.login input[type="text"]:focus,
    .login input[type="password"]:focus {  
		border-color:#bdcdd9;
		color:#777;
	}

	.login fieldset { 
	    border:none; 
	    padding:0; 
	    margin:0; 
	}
	
	.login button { 
	    float:right;
        margin-top:-16px;		
	}
	
/*  --------------------------------------------------
    :: Checkbox
    -------------------------------------------------- */ 
	
    .login-checkbox input[type="checkbox"]{
	    position:absolute;
	    -moz-opacity:0;
	    -webkit-opacity:0;
	    opacity:0;
		cursor:pointer;
    }

    .login-checkbox p{
		text-decoration:none; 
	    font-style:normal; 
	    font-weight:normal; 
	    font-family:"PT Sans"; 
	    font-size:12px; 
	    color:#777;
		margin:0;
		padding:0;
    }
	
    .login-checkbox  input[type="checkbox"] + p span {
	    display:inline-block;
	    width:25px;
	    height:25px;
	    vertical-align:middle;
        margin:-4px 5px 0 0;
        background-repeat:no-repeat;
		background-image:url("../Images/Checkbox.png");
	    background-position:0 0;
    }

    .login-checkbox  input[type="checkbox"]:checked + p span {
	    background-image:url("../Images/Checkbox.png");
	    background-position:0 -27px;
    }
	
/*	--------------------------------------------------
	:: Button Container & Sizes
	-------------------------------------------------- */	
	
	button.button-small{ 
		padding:4px 20px 5px 20px;
        height:35px;
		margin-bottom:5px;
	}
	
	button.button-small i{  
		font-style:normal; 
	    font-weight:normal; 
	    font-size:14px; 
	    color:#fff;
        margin-right:10px;
	}
	
	a.button-small { 
		padding:10px 20px 5px 20px;
        height:20px;
		margin-bottom:5px;
	}
	
	a.button-small i{  
		font-style:normal; 
	    font-weight:normal; 
	    font-size:14px; 
	    color:#fff;
        margin-right:10px;
	}
	
/*	--------------------------------------------------
	:: Button Configuration
	-------------------------------------------------- */
	
    .button {
	    display:inline-block;
	    position:relative;
        font-style:normal; 
	    font-weight:normal; 
	    font-family:"PT Sans"; 
	    font-size:15px;
	    color:#fff;
		text-transform:upercase;
	    text-decoration:none;
        text-align:center;
	    border:none;
		cursor:pointer;
    }
	
/*	--------------------------------------------------
	:: Button Green
	-------------------------------------------------- */
	
	.button-green {
	    background-color:#96aa39;
    }
	
	.button-green:hover {
        background-color:#adc24a;
    }
	
	.button-green:active {
        background-color:#9cb040;
    }
		
/*  --------------------------------------------------
    :: Dark Menu Color Themes
    -------------------------------------------------- */ 
	
	.dark-blue{
		border-top:5px solid #7f96a6;
    }
	
	.dark-blue ul,
	.dark-blue ul li{
		background-color: #272e38;
		background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
    }
	
    .dark-blue li:hover{
	    background-color: #7f96a6;
		background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
    }
	
	.dark-red{
    }
	
    .dark-red ul,
	.dark-red ul li{
		background-color: #657a58;
		background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
    }
	
    .dark-red li:hover{
	    background-color: #d0b164;
		background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
    }
	
	.dark-green{
		border-top:5px solid #96aa39;
    }
	
	.dark-green ul,
	.dark-green ul li{
		background-color: #272e38;
		background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
    }
	
    .dark-green li:hover{
	    background-color: #96aa39;
		background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
    }
	
	.dark-orange{
		border-top:5px solid #de5f41;
    }
	
	.dark-orange ul,
	.dark-orange ul li{
		background-color: #272e38;
		background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
    }
	
    .dark-orange li:hover{
	    background-color: #de5f41;
		background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
	    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.02) 0%);
    }
	
/*  --------------------------------------------------
    :: Light Menu Color Themes
    -------------------------------------------------- */ 
	
	.light-blue{
		border-top:5px solid #7f96a6;
    }
	
	.light-blue ul,
	.light-blue ul li{
		background-color: #b8c7d2;
		background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
    }
	
    .light-blue li:hover{
	    background-color: #7f96a6;
		background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
    }
	
	.light-red{
		border-top:5px solid #e0635b;
    }
	
    .light-red ul,
	.light-red ul li{
		background-color: #b8c7d2;
		background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
    }
	
    .light-red li:hover{
	    background-color: #e0635b;
		background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
    }
	
	.light-green{
		border-top:5px solid #96aa39;
    }
	
	.light-green ul,
	.light-green ul li{
		background-color: #b8c7d2;
		background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
    }
	
    .light-green li:hover{
	    background-color: #96aa39;
		background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
    }
	
	.light-orange{
		border-top:5px solid #de5f41;
    }
	
	.light-orange ul,
	.light-orange ul li{
		background-color: #b8c7d2;
		background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
    }
	
    .light-orange li:hover{
	    background-color: #de5f41;
		background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
	    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.14) 0%);
    }	

/*	--------------------------------------------------
	:: Note: Design for a width of 768px
	-------------------------------------------------- */
	
    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container { width:768px; }
		
		.container .menu-multi-column .one-column { width:728px; }
        .container .menu-multi-column .two-column { width:354px; }
        .container .menu-multi-column .three-column { width:229.33px; }
        .container .menu-multi-column .four-column { width:167px; }
        .container .menu-multi-column .five-column { width:129.6px; }
		
		.container .social ul{
	        width:130px;
        }
		
        .container .social ul li{
		    display:inline-block;
	        width:65px;
        }
		
		.container .login input[type="text"],
	    .container .login input[type="password"] { 
		    width:332px;
	    }
		
		.container .lists {
		    width:748px;
        }
		
    }

/*	--------------------------------------------------
	:: Note: Design for a width of 480px
	-------------------------------------------------- */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width:420px; }
		
		.container .menu ul {
		    width:420px;
	    }

	    .container .menu ul li {
	        width:100%;
			position:relative;
	    }
		
		.container .menu-multi-column {
	        z-index:2;
	    }

	    .container .menu ul ul ul ul.sub-sub-dropdown,	
        .container .menu ul ul ul.sub-dropdown,	
	    .container .menu ul ul.dropdown{
		    width:420px;
		    left:0;
	    }
	
	    .container .menu ul ul ul ul.sub-sub-dropdown li,	
	    .container .menu ul ul ul.sub-dropdown li,	
	    .container .menu ul ul.dropdown li {
		    width:420px; 
	    }
		
	    .container .menu ul ul.dropdown li:hover ul,
        .container .menu ul ul ul.sub-dropdown li:hover ul,
        .container .menu ul ul ul ul.sub-sub-dropdown li:hover ul {
		    position: relative;
		    border-top:1px solid #eeeeee; 
	    }

	    .container .menu-multi-column p {
	        margin:0 0 10px 0;
        }
		
		.container .lists ol {
	        margin:0 0 125px 0;
        }
		
        .container .social ul{
		    text-align:center;
			width:100%;
        }
		
		.container .social ul li{
		    background-color:#fff;
		    display:inline-block;
			padding:0;
			width:50%;
        }
	
	    .container .menu-multi-column .one-column,
        .container .menu-multi-column .two-column,
        .container .menu-multi-column .three-column,
        .container .menu-multi-column .four-column,
        .container .menu-multi-column .five-column{ 
		    width:380px;
	    }
	
	    .container .login input[type="text"],
	    .container .login input[type="password"] { 
		    width:358px;
	    }
		
		.container .lists {
		    width:400px;
        }
		
		.container img.responsive {
            width:168px;
            height:80px;
        }
	
	    .container img.placeholder {
            width:168px;
            height:124px;
        }
		
    }
	
/*	--------------------------------------------------
	:: Note: Design for a width of 320px
	-------------------------------------------------- */

    @media only screen and (max-width: 479px) {
	
	
 #header-logo { position: relative; top: 0px!important; }


	.menu ul{
		display: block!important;
}
        .container { width:300px; }
		
		.container .menu ul {
		    width:300px;
	    }

	    .container .menu ul li {
	        width:100%;
			position:relative;
	    }
		
		.container .menu-multi-column {
	        z-index:2;
	    }
	
	    .container .menu ul ul ul ul.sub-sub-dropdown,	
        .container .menu ul ul ul.sub-dropdown,	
	    .container .menu ul ul.dropdown{
		    width:300px;
		    left:0;
	    }
	
	    .container .menu ul ul ul ul.sub-sub-dropdown li,	
	    .container .menu ul ul ul.sub-dropdown li,	
	    .container .menu ul ul.dropdown li {
		    width:300px; 
	    }
		
	    .container .menu ul ul.dropdown li:hover ul,
        .container .menu ul ul ul.sub-dropdown li:hover ul,
        .container .menu ul ul ul ul.sub-sub-dropdown li:hover ul {
		    position: relative;
		    border-top:1px solid #eeeeee; 
	    }

	    .container .menu-multi-column p {
	        margin:0 0 10px 0;
        }
		
		.container .lists ol {
	        margin:0 0 125px 0;
        }
		
        .container .social ul{
		    text-align:center;
			width:100%;
        }
		
		.container .social ul li{
		    background-color:#fff;
		    display:inline-block;
			padding:0;
			width:50%;
        }

	    .container .menu-multi-column .one-column,
        .container .menu-multi-column .two-column,
        .container .menu-multi-column .three-column,
        .container .menu-multi-column .four-column,
        .container .menu-multi-column .five-column{ 
		    width:260px;
	    }
	
	    .container .login input[type="text"],
	    .container .login input[type="password"] { 
		    width:238px;
	    }
		
		.container .lists {
		    width:280px;
        }
		
		.container img.responsive {
            width:168px;
            height:80px;
        }
	
	    .container img.placeholder {
            width:168px;
            height:124px;
        }
		
    }	
	
/*	--------------------------------------------------
	:: IcoMoon Font
	-------------------------------------------------- */	
	
	@font-face {
	    font-family: 'icomoon';
	    src:url('../Font/icomoon.eot');
	    src:url('../Font/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../Font/icomoon.woff') format('woff'),
		url('../Font/icomoon.ttf') format('truetype'),
		url('../Font/icomoon.svg#icomoon') format('svg');
	    font-weight: normal;
	    font-style: normal;
    }
	
/*	--------------------------------------------------
	:: Font Icon for Menu
	-------------------------------------------------- */
	
	[class*="icon-white"]:before { 
	    font-family:'icomoon'; 
	    speak:none; 
	    -webkit-font-smoothing:antialiased;
	}
	
/*	--------------------------------------------------
	:: Font Icon for Menu Dropdown Arrow
	-------------------------------------------------- */

    [class*="icon-black"]:before { 
	    font-family:'icomoon'; 
	    speak:none; 
	    -webkit-font-smoothing:antialiased;
	}

    .icon-text-width:before { content: "\e000"; }
    .icon-bold:before { content: "\e001"; }
    .icon-underline:before { content: "\e002"; }
    .icon-italic:before { content: "\e003"; }
    .icon-strikethrough:before { content: "\e004"; }
    .icon-omega:before { content: "\e005"; }
    .icon-sigma:before { content: "\e006"; }
    .icon-table:before { content: "\e007"; }
    .icon-table-2:before { content: "\e008"; }
    .icon-insert-template:before { content: "\e009"; }
    .icon-pilcrow:before { content: "\e00a"; }
    .icon-left-to-right:before { content: "\e00b"; }
    .icon-right-to-left:before { content: "\e00c"; }
    .icon-paragraph-left:before { content: "\e00d"; }
    .icon-paragraph-center:before { content: "\e00e"; }
    .icon-paragraph-right:before { content: "\e00f"; }
    .icon-paragraph-justify:before { content: "\e010"; }
    .icon-paragraph-left-2:before { content: "\e011"; }
    .icon-paragraph-center-2:before { content: "\e012"; }
    .icon-paragraph-right-2:before { content: "\e013"; }
    .icon-paragraph-justify-2:before { content: "\e014"; }
    .icon-indent-increase:before { content: "\e015"; }
    .icon-indent-decrease:before { content: "\e016"; }
    .icon-new-tab:before { content: "\e017"; }
    .icon-embed:before { content: "\e018"; }
    .icon-code:before { content: "\e019"; }
    .icon-console:before { content: "\e01a"; }
    .icon-share:before { content: "\e01b"; }
    .icon-mail:before { content: "\e01c"; }
    .icon-mail-2:before { content: "\e01d"; }
    .icon-mail-3:before { content: "\e01e"; }
    .icon-mail-4:before { content: "\e01f"; }
    .icon-google:before { content: "\e020"; }
    .icon-google-plus:before { content: "\e021"; }
    .icon-google-plus-2:before { content: "\e022"; }
    .icon-google-plus-3:before { content: "\e023"; }
    .icon-google-plus-4:before { content: "\e024"; }
    .icon-google-drive:before { content: "\e025"; }
    .icon-facebook:before { content: "\e026"; }
    .icon-facebook-2:before { content: "\e027"; }
    .icon-facebook-3:before { content: "\e028"; }
    .icon-instagram:before { content: "\e029"; }
    .icon-twitter:before { content: "\e02a"; }
    .icon-twitter-2:before { content: "\e02b"; }
    .icon-twitter-3:before { content: "\e02c"; }
    .icon-feed:before { content: "\e02d"; }
    .icon-feed-2:before { content: "\e02e"; }
    .icon-feed-3:before { content: "\e02f"; }
    .icon-youtube:before { content: "\e030"; }
    .icon-youtube-2:before { content: "\e031"; }
    .icon-vimeo:before { content: "\e032"; }
    .icon-vimeo2:before { content: "\e033"; }
    .icon-vimeo-2:before { content: "\e034"; }
    .icon-lanyrd:before { content: "\e035"; }
    .icon-flickr:before { content: "\e036"; }
    .icon-flickr-2:before { content: "\e037"; }
    .icon-flickr-3:before { content: "\e038"; }
    .icon-flickr-4:before { content: "\e039"; }
    .icon-picassa:before { content: "\e03a"; }
    .icon-picassa-2:before { content: "\e03b"; }
    .icon-dribbble:before { content: "\e03c"; }
    .icon-dribbble-2:before { content: "\e03d"; }
    .icon-dribbble-3:before { content: "\e03e"; }
    .icon-forrst:before { content: "\e03f"; }
    .icon-forrst-2:before { content: "\e040"; }
    .icon-deviantart:before { content: "\e041"; }
    .icon-deviantart-2:before { content: "\e042"; }
    .icon-steam:before { content: "\e043"; }
    .icon-steam-2:before { content: "\e044"; }
    .icon-github:before { content: "\e045"; }
    .icon-github-2:before { content: "\e046"; }
    .icon-github-3:before { content: "\e047"; }
    .icon-github-4:before { content: "\e048"; }
    .icon-github-5:before { content: "\e049"; }
    .icon-wordpress:before { content: "\e04a"; }
    .icon-wordpress-2:before { content: "\e04b"; }
    .icon-joomla:before { content: "\e04c"; }
    .icon-blogger:before { content: "\e04d"; }
    .icon-blogger-2:before { content: "\e04e"; }
    .icon-tumblr:before { content: "\e04f"; }
    .icon-tumblr-2:before { content: "\e050"; }
    .icon-yahoo:before { content: "\e051"; }
    .icon-tux:before { content: "\e052"; }
    .icon-apple:before { content: "\e053"; }
    .icon-finder:before { content: "\e054"; }
    .icon-android:before { content: "\e055"; }
    .icon-windows:before { content: "\e056"; }
    .icon-windows8:before { content: "\e057"; }
    .icon-soundcloud:before { content: "\e058"; }
    .icon-soundcloud-2:before { content: "\e059"; }
    .icon-skype:before { content: "\e05a"; }
    .icon-reddit:before { content: "\e05b"; }
    .icon-linkedin:before { content: "\e05c"; }
    .icon-lastfm:before { content: "\e05d"; }
    .icon-lastfm-2:before { content: "\e05e"; }
    .icon-delicious:before { content: "\e05f"; }
    .icon-stumbleupon:before { content: "\e060"; }
    .icon-stumbleupon-2:before { content: "\e061"; }
    .icon-stackoverflow:before { content: "\e062"; }
    .icon-pinterest:before { content: "\e063"; }
    .icon-pinterest-2:before { content: "\e064"; }
    .icon-xing:before { content: "\e065"; }
    .icon-xing-2:before { content: "\e066"; }
    .icon-flattr:before { content: "\e067"; }
    .icon-foursquare:before { content: "\e068"; }
    .icon-foursquare-2:before { content: "\e069"; }
    .icon-paypal:before { content: "\e06a"; }
    .icon-paypal-2:before { content: "\e06b"; }
    .icon-paypal-3:before { content: "\e06c"; }
    .icon-yelp:before { content: "\e06d"; }
    .icon-libreoffice:before { content: "\e06e"; }
    .icon-file-pdf:before { content: "\e06f"; }
    .icon-file-openoffice:before { content: "\e070"; }
    .icon-file-word:before { content: "\e071"; }
    .icon-file-excel:before { content: "\e072"; }
    .icon-file-zip:before { content: "\e073"; }
    .icon-file-powerpoint:before { content: "\e074"; }
    .icon-file-xml:before { content: "\e075"; }
    .icon-file-css:before { content: "\e076"; }
    .icon-html5:before { content: "\e077"; }
    .icon-html5-2:before { content: "\e078"; }
    .icon-css3:before { content: "\e079"; }
    .icon-chrome:before { content: "\e07a"; }
    .icon-firefox:before { content: "\e07b"; }
    .icon-IE:before { content: "\e07c"; }
    .icon-opera:before { content: "\e07d"; }
    .icon-safari:before { content: "\e07e"; }
    .icon-IcoMoon:before { content: "\e07f"; }
    .icon-angry:before { content: "\e080"; }
    .icon-angry-2:before { content: "\e081"; }
    .icon-evil:before { content: "\e082"; }
    .icon-evil-2:before { content: "\e083"; }
    .icon-shocked:before { content: "\e084"; }
    .icon-shocked-2:before { content: "\e085"; }
    .icon-confused:before { content: "\e086"; }
    .icon-confused-2:before { content: "\e087"; }
    .icon-neutral:before { content: "\e088"; }
    .icon-neutral-2:before { content: "\e089"; }
    .icon-wondering:before { content: "\e08a"; }
    .icon-wondering-2:before { content: "\e08b"; }
    .icon-point-up:before { content: "\e08c"; }
    .icon-point-right:before { content: "\e08d"; }
    .icon-point-down:before { content: "\e08e"; }
    .icon-point-left:before { content: "\e08f"; }
    .icon-warning:before { content: "\e090"; }
    .icon-notification:before { content: "\e091"; }
    .icon-question:before { content: "\e092"; }
    .icon-info:before { content: "\e093"; }
    .icon-info-2:before { content: "\e094"; }
    .icon-blocked:before { content: "\e095"; }
    .icon-cancel-circle:before { content: "\e096"; }
    .icon-checkmark-circle:before { content: "\e097"; }
    .icon-spam:before { content: "\e098"; }
    .icon-close:before { content: "\e099"; }
    .icon-checkmark:before { content: "\e09a"; }
    .icon-checkmark-2:before { content: "\e09b"; }
    .icon-spell-check:before { content: "\e09c"; }
    .icon-minus:before { content: "\e09d"; }
    .icon-plus:before { content: "\e09e"; }
    .icon-enter:before { content: "\e09f"; }
    .icon-exit:before { content: "\e0a0"; }
    .icon-play:before { content: "\e0a1"; }
    .icon-pause:before { content: "\e0a2"; }
    .icon-stop:before { content: "\e0a3"; }
    .icon-backward:before { content: "\e0a4"; }
    .icon-forward:before { content: "\e0a5"; }
    .icon-play-2:before { content: "\e0a6"; }
    .icon-pause-2:before { content: "\e0a7"; }
    .icon-stop-2:before { content: "\e0a8"; }
    .icon-backward-2:before { content: "\e0a9"; }
    .icon-forward-2:before { content: "\e0aa"; }
    .icon-first:before { content: "\e0ab"; }
    .icon-last:before { content: "\e0ac"; }
    .icon-previous:before { content: "\e0ad"; }
    .icon-next:before { content: "\e0ae"; }
    .icon-eject:before { content: "\e0af"; }
    .icon-volume-high:before { content: "\e0b0"; }
    .icon-volume-medium:before { content: "\e0b1"; }
    .icon-volume-low:before { content: "\e0b2"; }
    .icon-volume-mute:before { content: "\e0b3"; }
    .icon-volume-mute-2:before { content: "\e0b4"; }
    .icon-volume-increase:before { content: "\e0b5"; }
    .icon-volume-decrease:before { content: "\e0b6"; }
    .icon-loop:before { content: "\e0b7"; }
    .icon-loop-2:before { content: "\e0b8"; }
    .icon-loop-3:before { content: "\e0b9"; }
    .icon-shuffle:before { content: "\e0ba"; }
    .icon-arrow-up-left:before { content: "\e0bb"; }
    .icon-arrow-up:before { content: "\e0bc"; }
    .icon-arrow-up-right:before { content: "\e0bd"; }
    .icon-arrow-right:before { content: "\e0be"; }
    .icon-arrow-down-right:before { content: "\e0bf"; }
    .icon-arrow-down:before { content: "\e0c0"; }
    .icon-arrow-down-left:before { content: "\e0c1"; }
    .icon-arrow-left:before { content: "\e0c2"; }
    .icon-arrow-up-left-2:before { content: "\e0c3"; }
    .icon-arrow-up-2:before { content: "\e0c4"; }
    .icon-arrow-up-right-2:before { content: "\e0c5"; }
    .icon-arrow-right-2:before { content: "\e0c6"; }
    .icon-arrow-down-right-2:before { content: "\e0c7"; }
    .icon-arrow-down-2:before { content: "\e0c8"; }
    .icon-arrow-down-left-2:before { content: "\e0c9"; }
    .icon-arrow-left-2:before { content: "\e0ca"; }
    .icon-arrow-up-left-3:before { content: "\e0cb"; }
    .icon-arrow-up-3:before { content: "\e0cc"; }
    .icon-arrow-up-right-3:before { content: "\e0cd"; }
    .icon-arrow-right-3:before { content: "\e0ce"; }
    .icon-arrow-down-right-3:before { content: "\e0cf"; }
    .icon-arrow-down-3:before { content: "\e0d0"; }
    .icon-arrow-down-left-3:before { content: "\e0d1"; }
    .icon-arrow-left-3:before { content: "\e0d2"; }
    .icon-tab:before { content: "\e0d3"; }
    .icon-checkbox-checked:before { content: "\e0d4"; }
    .icon-checkbox-unchecked:before { content: "\e0d5"; }
    .icon-checkbox-partial:before { content: "\e0d6"; }
    .icon-radio-checked:before { content: "\e0d7"; }
    .icon-radio-unchecked:before { content: "\e0d8"; }
    .icon-crop:before { content: "\e0d9"; }
    .icon-scissors:before { content: "\e0da"; }
    .icon-filter:before { content: "\e0db"; }
    .icon-filter-2:before { content: "\e0dc"; }
    .icon-font:before { content: "\e0dd"; }
    .icon-text-height:before { content: "\e0de"; }
    .icon-user:before { content: "\e0df"; }
    .icon-users:before { content: "\e0e0"; }
    .icon-user-2:before { content: "\e0e1"; }
    .icon-user-3:before { content: "\e0e2"; }
    .icon-quotes-left:before { content: "\e0e3"; }
    .icon-busy:before { content: "\e0e4"; }
    .icon-spinner:before { content: "\e0e5"; }
    .icon-spinner-2:before { content: "\e0e6"; }
    .icon-spinner-3:before { content: "\e0e7"; }
    .icon-spinner-4:before { content: "\e0e8"; }
    .icon-spinner-5:before { content: "\e0e9"; }
    .icon-spinner-6:before { content: "\e0ea"; }
    .icon-binoculars:before { content: "\e0eb"; }
    .icon-search:before { content: "\e0ec"; }
    .icon-zoom-in:before { content: "\e0ed"; }
    .icon-zoom-out:before { content: "\e0ee"; }
    .icon-expand:before { content: "\e0ef"; }
    .icon-contract:before { content: "\e0f0"; }
    .icon-expand-2:before { content: "\e0f1"; }
    .icon-contract-2:before { content: "\e0f2"; }
    .icon-key:before { content: "\e0f3"; }
    .icon-key-2:before { content: "\e0f4"; }
    .icon-lock:before { content: "\e0f5"; }
    .icon-lock-2:before { content: "\e0f6"; }
    .icon-unlocked:before { content: "\e0f7"; }
    .icon-wrench:before { content: "\e0f8"; }
    .icon-settings:before { content: "\e0f9"; }
    .icon-equalizer:before { content: "\e0fa"; }
    .icon-cog:before { content: "\e0fb"; }
    .icon-cogs:before { content: "\e0fc"; }
    .icon-cog-2:before { content: "\e0fd"; }
    .icon-hammer:before { content: "\e0fe"; }
    .icon-wand:before { content: "\e0ff"; }
    .icon-aid:before { content: "\e100"; }
    .icon-bug:before { content: "\e101"; }
    .icon-pie:before { content: "\e102"; }
    .icon-stats:before { content: "\e103"; }
    .icon-bars:before { content: "\e104"; }
    .icon-bars-2:before { content: "\e105"; }
    .icon-gift:before { content: "\e106"; }
    .icon-trophy:before { content: "\e107"; }
    .icon-glass:before { content: "\e108"; }
    .icon-mug:before { content: "\e109"; }
    .icon-food:before { content: "\e10a"; }
    .icon-leaf:before { content: "\e10b"; }
    .icon-rocket:before { content: "\e10c"; }
    .icon-meter:before { content: "\e10d"; }
    .icon-meter2:before { content: "\e10e"; }
    .icon-dashboard:before { content: "\e10f"; }
    .icon-hammer-2:before { content: "\e110"; }
    .icon-fire:before { content: "\e111"; }
    .icon-lab:before { content: "\e112"; }
    .icon-magnet:before { content: "\e113"; }
    .icon-remove:before { content: "\e114"; }
    .icon-remove-2:before { content: "\e115"; }
    .icon-briefcase:before { content: "\e116"; }
    .icon-airplane:before { content: "\e117"; }
    .icon-truck:before { content: "\e118"; }
    .icon-road:before { content: "\e119"; }
    .icon-accessibility:before { content: "\e11a"; }
    .icon-target:before { content: "\e11b"; }
    .icon-shield:before { content: "\e11c";}
    .icon-lightning:before { content: "\e11d"; }
    .icon-switch:before { content: "\e11e"; }
    .icon-power-cord:before { content: "\e11f"; }
    .icon-signup:before { content: "\e120"; }
    .icon-list:before { content: "\e121"; }
    .icon-list-2:before { content: "\e122"; }
    .icon-numbered-list:before { content: "\e123"; }
    .icon-menu:before { content: "\e124"; }
    .icon-menu-2:before { content: "\e125"; }
    .icon-tree:before { content: "\e126"; }
    .icon-cloud:before { content: "\e127"; }
    .icon-cloud-download:before { content: "\e128"; }
    .icon-cloud-upload:before { content: "\e129"; }
    .icon-download:before { content: "\e12a"; }
    .icon-upload:before { content: "\e12b"; }
    .icon-download-2:before { content: "\e12c"; }
    .icon-upload-2:before { content: "\e12d"; }
    .icon-globe:before { content: "\e12e"; }
    .icon-earth:before { content: "\e12f"; }
    .icon-link:before { content: "\e130"; }
    .icon-flag:before { content: "\e131"; }
    .icon-attachment:before { content: "\e132"; }
    .icon-eye:before { content: "\e133"; }
    .icon-eye-blocked:before { content: "\e134"; }
    .icon-eye-2:before { content: "\e135"; }
    .icon-bookmark:before { content: "\e136"; }
    .icon-bookmarks:before { content: "\e137"; }
    .icon-brightness-medium:before { content: "\e138"; }
    .icon-brightness-contrast:before { content: "\e139"; }
    .icon-contrast:before { content: "\e13a"; }
    .icon-star:before { content: "\e13b"; }
    .icon-star-2:before { content: "\e13c"; }
    .icon-star-3:before { content: "\e13d"; }
    .icon-heart:before { content: "\e13e"; }
    .icon-heart-2:before { content: "\e13f"; }
    .icon-heart-broken:before { content: "\e140"; }
    .icon-thumbs-up:before { content: "\e141"; }
    .icon-thumbs-up-2:before { content: "\e142"; }
    .icon-happy:before { content: "\e143"; }
    .icon-happy-2:before { content: "\e144"; }
    .icon-smiley:before { content: "\e145"; }
    .icon-smiley-2:before { content: "\e146"; }
    .icon-tongue:before { content: "\e147"; }
    .icon-tongue-2:before { content: "\e148"; }
    .icon-sad:before { content: "\e149"; }
    .icon-sad-2:before { content: "\e14a"; }
    .icon-wink:before { content: "\e14b"; }
    .icon-wink-2:before { content: "\e14c"; }
    .icon-grin:before { content: "\e14d"; }
    .icon-grin-2:before { content: "\e14e"; }
    .icon-cool:before { content: "\e14f"; }
    .icon-cool-2:before { content: "\e150"; }
    .icon-home:before { content: "\e151"; }
    .icon-home-2:before { content: "\e152"; }
    .icon-home-3:before { content: "\e153"; }
    .icon-office:before { content: "\e154"; }
    .icon-newspaper:before { content: "\e155"; }
    .icon-pencil:before { content: "\e156"; }
    .icon-pencil-2:before { content: "\e157"; }
    .icon-quill:before { content: "\e158"; }
    .icon-pen:before { content: "\e159"; }
    .icon-blog:before { content: "\e15a"; }
    .icon-droplet:before { content: "\e15b"; }
    .icon-paint-format:before { content: "\e15c"; }
    .icon-image:before { content: "\e15d"; }
    .icon-image-2:before { content: "\e15e"; }
    .icon-images:before { content: "\e15f"; }
    .icon-camera:before { content: "\e160"; }
    .icon-music:before { content: "\e161"; }
    .icon-headphones:before { content: "\e162"; }
    .icon-play-3:before { content: "\e163"; }
    .icon-film:before { content: "\e164"; }
    .icon-camera-2:before { content: "\e165"; }
    .icon-dice:before { content: "\e166"; }
    .icon-pacman:before { content: "\e167"; }
    .icon-spades:before { content: "\e168"; }
    .icon-clubs:before { content: "\e169"; }
    .icon-diamonds:before { content: "\e16a"; }
    .icon-pawn:before { content: "\e16b"; }
    .icon-bullhorn:before { content: "\e16c"; }
    .icon-connection:before { content: "\e16d"; }
    .icon-podcast:before { content: "\e16e"; }
    .icon-feed-4:before { content: "\e16f"; }
    .icon-book:before { content: "\e170"; }
    .icon-books:before { content: "\e171"; }
    .icon-library:before { content: "\e172"; }
    .icon-file:before { content: "\e173"; }
    .icon-profile:before { content: "\e174"; }
    .icon-file-2:before { content: "\e175"; }
    .icon-file-3:before { content: "\e176"; }
    .icon-file-4:before { content: "\e177"; }
    .icon-copy:before { content: "\e178"; }
    .icon-copy-2:before { content: "\e179"; }
    .icon-copy-3:before { content: "\e17a"; }
    .icon-paste:before { content: "\e17b"; }
    .icon-paste-2:before { content: "\e17c"; }
    .icon-paste-3:before { content: "\e17d"; }
    .icon-stack:before { content: "\e17e"; }
    .icon-folder:before { content: "\e17f"; }
    .icon-folder-open:before { content: "\e180"; }
    .icon-tag:before { content: "\e181"; } 
    .icon-tags:before { content: "\e182"; }
    .icon-barcode:before { content: "\e183"; }
    .icon-qrcode:before { content: "\e184"; }
    .icon-ticket:before { content: "\e185"; }
    .icon-cart:before { content: "\e186"; }
    .icon-cart-2:before { content: "\e187"; }
    .icon-cart-3:before { content: "\e188"; }
    .icon-coin:before { content: "\e189"; }
    .icon-credit:before { content: "\e18a"; }
    .icon-calculate:before { content: "\e18b"; }
    .icon-support:before { content: "\e18c"; }
    .icon-phone:before { content: "\e18d"; }
    .icon-phone-hang-up:before { content: "\e18e"; }
    .icon-address-book:before { content: "\e18f"; }
    .icon-notebook:before { content: "\e190"; }
    .icon-envelop:before { content: "\e191"; }
    .icon-pushpin:before { content: "\e192"; }
    .icon-location:before { content: "\e193"; }
    .icon-location-2:before { content: "\e194"; }
    .icon-compass:before { content: "\e195"; }
    .icon-map:before { content: "\e196"; }
    .icon-map-2:before { content: "\e197"; }
    .icon-history:before { content: "\e198"; }
    .icon-clock:before { content: "\e199"; }
    .icon-clock-2:before { content: "\e19a"; }
    .icon-alarm:before { content: "\e19b"; }
    .icon-alarm-2:before { content: "\e19c"; }
    .icon-bell:before { content: "\e19d"; }
    .icon-stopwatch:before { content: "\e19e"; }
    .icon-calendar:before { content: "\e19f"; }
    .icon-calendar-2:before { content: "\e1a0"; }
    .icon-print:before { content: "\e1a1"; }
    .icon-keyboard:before { content: "\e1a2"; }
    .icon-screen:before { content: "\e1a3"; }
    .icon-laptop:before { content: "\e1a4"; }
    .icon-mobile:before { content: "\e1a5"; }
    .icon-mobile-2:before { content: "\e1a6"; }
    .icon-tablet:before { content: "\e1a7"; }
    .icon-tv:before { content: "\e1a8"; }
    .icon-cabinet:before { content: "\e1a9"; }
    .icon-drawer:before { content: "\e1aa"; }
    .icon-drawer-2:before { content: "\e1ab"; }
    .icon-drawer-3:before { content: "\e1ac"; }
    .icon-box-add:before { content: "\e1ad"; }
    .icon-box-remove:before { content: "\e1ae"; }
    .icon-download-3:before { content: "\e1af"; }
    .icon-upload-3:before { content: "\e1b0"; }
    .icon-disk:before { content: "\e1b1"; }
    .icon-storage:before { content: "\e1b2"; }
    .icon-undo:before { content: "\e1b3"; }
    .icon-redo:before { content: "\e1b4"; }
    .icon-flip:before { content: "\e1b5"; }
    .icon-flip-2:before { content: "\e1b6"; }
    .icon-undo-2:before { content: "\e1b7"; }
    .icon-redo-2:before { content: "\e1b8"; }
    .icon-forward-3:before { content: "\e1b9"; }
    .icon-reply:before { content: "\e1ba"; }
    .icon-bubble:before { content: "\e1bb"; }
    .icon-bubbles:before { content: "\e1bc"; }
    .icon-bubbles-2:before { content: "\e1bd"; }
    .icon-bubble-2:before { content: "\e1be"; }
    .icon-bubbles-3:before { content: "\e1bf"; }
    .icon-bubbles-4:before { content: "\e1c0"; }
    .icon-user-4:before { content: "\e1c1"; }
    .icon-users-2:before { content: "\e1c2"; }
