@import url(http://weloveiconfonts.com/api/?family=entypo);

/* entypo */
[class*="entypo-"]:before {
   font-family: "entypo", sans-serif;
}

a { 
   text-decoration: none;
}

ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#sticky-social {
   left: 0;
   position: fixed;
   top: 250px;
   z-index:1040;
}

#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
}

#sticky-social a:hover span {
   left: 100%;
}

#sticky-social a span {
   line-height: 35px;
   left: -120px;
   position: absolute;
   text-align:center;
   width:120px;
}

#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00aced; }

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span { background: #dd4b39; }	

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span { background: #007bb6; }	

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span { background: #517fa4; }	

#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span { background: #eb4924; }	

#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span { background: #cc2127; }	

#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span { background: #ff0084; }	

#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span { background: #32506d; }	

#socialside {
	right: 0;
	position: fixed;
	top: 200px;
	z-index:1040;
}
.mainul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.scli {
    position: relative;
    width: 218px;
    list-style: none;
    border-radius: 8px 0 0 8px;
    margin-right: -179px;
    right:0;
    cursor: pointer;
    
}

.scli img {
    background-color: #333;
    border-radius: 5px 0 0 5px;
    height: 30px;
    position: absolute;
    left: 0;
    top:0;
	width:16%
}

.scli i {
    background-color: #333;
	border-radius: 5px 0 0 5px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0px;
	width: 16%;
	text-align: center;
	font-size: 24px;
	padding-top: 3px;
}

.scli li {
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    padding-left: 50px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
#menuside {
	left: 0;
	position: absolute;
	top: 200px;
	z-index:1000;
}
.mainul2 {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.scli2 {
    position: relative;
    width: 325px;
    list-style: none;
    border-radius: 0 8px 8px 0;
    margin-left: -290px;
    left:0;
    cursor: pointer;
    
}

.scli2 img {
    background-color: #333;
    border-radius: 0 5px 5px 0;
    height: 30px;
    position: absolute;
    right: 0;
    top:0;
	width:10%
}

.scli2 i {
    background-color: #333;
	border-radius: 0 5px 5px 0;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0px;
	width: 10%;
	text-align: center;
	font-size: 24px;
	padding-top: 3px;
}

.scli2 li {
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    padding-right: 50px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}