/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
body {
  /*   font-family: 'Open sans', sans-serif; */
    background: url(/images/main_bg.jpg) no-repeat fixed #fff;
    background-size: cover;
}
.mt-2{ margin-top: 2px;}
.m-lan{ line-height: normal;}
.styled-icons.m-lan li a{ height: 34px; line-height: 36px; margin-top: 0;margin-bottom: 0;}


/* Small Devices, Tablets */
@media only screen and (max-width : 640px) {
.styled-icons.m-lan li a{ width: auto; padding: 0 2px;}
.m-search .btn{ padding:8px 10px;}
}
