@media screen{


    /* HEADER */
    #header{
    	
    }

    /* MENU */
    .navbar-toggle {
        background: none repeat scroll 0 0 #2f4b5b;
        border: medium none #fff;
    }
    .navbar-toggle:hover {
        background: none repeat scroll 0 0 #000;
        border-color: #fff;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-toggle:hover .icon-bar {
        background-color: #2f4b5b;
    }

    #main h1,
    #main h2,
    #main h3,
    #main h4,
    #main h5,
    #main h6 {
        color: #226FBE;
    }

    #main h1 {
        font-size: 36px;
    }

    #main h2 {
        font-size: 30px;
    }

    #main h3 {
        font-size: 24px;
    }

    #main h4 {
        font-size: 20px;
    }

    #main h5 {
        font-size: 18px;
    }

    #main h6 {
        font-size: 15px;
    }



/* FOOTER */
    #footer{
    	
    }

/* MAIN */
    #main,
    #search{
    	padding: 40px 0; 
    }

/*Widgets*/

    #widgets .widget-title {
        font-size: 20px;
        color: #226FBE;
        margin: 0 0 15px;
    }

    #widgets .widget {
        margin-bottom: 20px;
    }

    #widgets ul,
    #widgets ol {
        padding-left: 15px;
        list-style-position: inside;
    }

    #widgets a {
        color: #394046;
    }

}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }












