/**
 * @version		1.1 July 9, 2012
 * @author		RocketTheme, LLC http://www.rockettheme.com
 * @copyright 	Copyright (C) 2007 - 2012 RocketTheme, LLC
 * @license		http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */
/* This is the Main template logo, Edit this to match the width and height of your new logo image */

.blockie {
    float: left;
    width: 24%;
}

ul.sprocket-tabs-nav{
    position: relative;
    top: 70px;
    padding: 10px;
}

.sprocket-tabs-panels > .sprocket-tabs-panel.active{
    width: calc(100% - 200px) !important;
}
@media (max-width: 680px) {

    p {
        font-size: 16px;
        text-align: left;
    }

    div.wrapper {
	    width: 100% !important;
	}

    #horiz-menu {
        display: none;
    }

    #feature-section {
        display: none;
    }

    .colleft, .colmid, .colright {
        float: left;
        display: block;
        width: 100%;
    }

    .col2 {
        float: left;
        position: relative;
        width: 100% !important;
        left: -200px !important;
        right: auto !important;
    }

    .col1 {
        margin: 0 !important;
    }

    .first, .middle, .last {
        width: 100% !important;
    }

    .topbar-strip{
        display: none;
    }

    #searchmod-surround {
        display: none;
    }

    .colmask.leftmenu {
        background-image: none !important;
    }

    /*.custom {*/
        /*text-align: center;*/
    /*}*/

    #rokmicronews{
        display: none;
    }

    .blockie {
        width: 100%;
        margin: 20px 5px;
        text-align: center;
    }

    .reflect {
        width: 100%;
        float: none;
        margin: 10px;
    }

    #leftcol {
        width: 330px !important;
    }
}