#myFooter footer {
    text-decoration: none;
	    margin: 1em;
}

#myFooter .row {
    margin-bottom: 60px;
}


#myFooter ul {
    list-style-type: none;
    line-height: 1.8;
	text-align: left;
}

#myFooter h5 {
padding: 0 5px 0 10px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.3;
    color: #eee;
}

#myFooter li {
    font-family: "Roboto",sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    padding: 0px 0px 10px;
    line-height: 1.4;
}

#myFooter span{
    font-size: 0.8em;
    font-style: italic;
	display: block;
	color: #a8c0d6;
}

#myFooter a {
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}
#myFooter p.heading {
   font-weight: 500;
}


@media screen and (max-width: 767px) {
    #myFooter {

    }
	
	#myFooter h5 {
padding: 0 5px 0 10px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.3;
    color: #eee;
	text-align:left;
}

#myFooter li {
    font-family: "Roboto",sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    padding: 0px 0px 10px;
    line-height: 1.4;
}

#myFooter span{
    font-size: 0.8em;
    font-style: italic;
	display: block;
	color: #a8c0d6;
}

.custom-bullet li:before
{
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    margin-top: 4px;
    margin-left: -17px;
    color: #CCCCCC;
	float: none;
}


}

      @media only screen 
        and (min-device-width : 414px) 
        and (max-device-width : 736px) 
		and (orientation: portrait) {
		#myFooter li {
    font-family: "Roboto",sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    padding: 0px 0px 10px;
    line-height: 1.4;
}

#myFooter span{
    font-size: 0.8em;
    font-style: italic;
	display: block;
	color: #a8c0d6;
}
		
		}



