
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .footer_wrapper .footer_widget{
        padding-left:14px;
    }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .logo {
        margin: 5px auto 5px auto;
        text-align:center;
        margin-bottom:20px;
    }
    .menu_bar {
        text-align:center;
        border:none;
        background:none;
    }
	.flex-caption {
    width: 96.200%;
    height:30%;
    padding: 2%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom:0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height: 18px;
	overflow:hidden;
}
	.flex-caption p {
	overflow:hidden;
	}
}
@media only screen and (max-width: 768px) {
    .menu_bar {
        text-align:center;
        border:none;
        background:none;
        border:none;
    }
    .logo {
        margin: 5px auto 5px auto;
        text-align:center;
        margin-bottom:20px;
    }
    .blog .post img {
        float:none !important;
        display:block;
        height:auto;
        margin-bottom:20px;
    }
    .flex-caption{
        height:30%;
    } 
    .footer_wrapper .footer_widget{
        padding-left:14px;
    }
/*

    .smoothmenu{
        margin: 0;
        padding: 0;
        width: 170px;  Main Menu Item widths 
        list-style-type: none;
        font: bold 12px Verdana;
    }

    .smoothmenu li{
        position: relative;
    }

     Top level menu links style 
    .smoothmenu li a{
        display: block;
        overflow: auto; force hasLayout in IE7 
        color: white;
        text-decoration: none;
        padding: 6px;
        border-bottom: 1px solid #778;
        border-right: 1px solid #778;
    }

    .smoothmenu li a:link, .smoothmenu li a:visited, .smoothmenu li a:active{
        background: #414141; background of menu items (default state)
        color: white;
    }


    .smoothmenu li a.selected{ CSS class that's dynamically added to the currently active menu items' LI A element
        background: black; 
        color: white;
    }

    .smoothmenu li a:hover{
        background: black; background of menu items during onmouseover (hover state)
        color: white;
    }*/

    /*Sub level menu items */
/*    .smoothmenu li ul{
        position: absolute;
        width: 170px; Sub Menu Items width 
        top: 0;
        font-weight: normal;
        visibility: hidden;
    }
    .smoothmenu li ul li{
        width:170px;
    }*/

    /* Holly Hack for IE \*/
    * html .ddsmoothmenu-v ul li { float: left; height: 1%; }
    * html .ddsmoothmenu-v ul li a { height: 1%; }
    /* End */
}
