/*-----------------------------------------------
/* Responsive
/*---------------------------------------------*/
@media screen and (max-width:960px) { 
	.secondary-navigation {
        margin-bottom: 20px;
        margin-top: 10px;
        right: 0;
        z-index: 1;
    }
    #navigation { width: 100% }
    .secondary-navigation, #navigation {
        border: none;
        background: #1D2933;
        margin-bottom: 0;
		position: relative;
        width: 100%;
        margin-right: 0;
    }
    .menu .current-menu-item > a:after { background: transparent }
    .menu ul [class^="icon-"]:before, .menu ul [class*=" icon-"]:before { left: 18px }
    .menu [class^="icon-"] > a, .menu [class*=" icon-"] > a { padding-left: 2%!important }
    #navigation .menu i { display: none }
    #navigation .menu a {
        color: #fff!important;
        padding-left: 0!important;
        padding-right: 2%;
        width: 100%;
        text-indent: 3%;
        padding-right: 0;
        font-weight: normal;
        font-size: 14px;
        border-left: 0;
        padding: 8px 0;
        border: 0!important;
    }
    #navigation ul {
        float: none;
        background: #283744;
    }
    #navigation .sub-menu:after, #navigation .sub-menu:before { border-bottom-color: rgba(0, 0, 0, 0) }
    #navigation ul ul {
        display: block!important;
        visibility: visible!important;
        opacity: 1!important;
        position: relative;
        left: 0;
        border: 0;
        width: 100%;
        top: 0;
        outline: 0;
        background: transparent;
    }
    #navigation ul li li {
        background: transparent;
        border: 0;
        text-indent: 3%;
    }
    nav { height: auto }
    #navigation ul {
        width: 100%;
        display: none;
        height: auto;
        padding: 0;
    }
    #navigation ul li, #navigation ul li li, #navigation ul ul li:first-child, #navigation ul ul li:last-child {
        width: 100%;
        float: left;
        position: relative;
        margin-left: 0;
        padding: 0;
        border-bottom: 0;
        border-top: 0;
        background: transparent;
    }
    #navigation ul li:after { background: transparent }
    #navigation ul li:before { display: none }
    #navigation li a {
        width: 100%;
        color: #fff;
        padding: 8px 0;
        border-left: 0;
        border: 0;
    }
    #navigation a {
        text-align: left;
        width: 100%;
        text-indent: 3%;
        font-size: 14px;
        font-weight: normal;
        background: transparent;
        min-height: 100%;
    }
    nav a#pull {
        display: block;
        width: 100%;
        position: relative;
        color: #fff;
        padding: 10px 0;
        text-indent: 3%;
        overflow: hidden;
        max-width: 100%;
        border: 0;
    }
    nav a#pull:after {
        content: "";
        background: url(images/nav-icon.png) no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 3%;
        top: 10px;
    }
    .secondary-navigation #navigation ul li:hover {
        background: transparent;
        border-top: 0;
        border-bottom: 0;
        border-left: 0;
    }
    #navigation li ul, #navigation li li ul, #navigation li li li ul, #navigation li li li li ul, #navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul {
        left: 0;
        padding-top: 0;
    }
    #navigation ul li:hover ul,#navigation ul ul li:hover ul {
        visibility: visible;
        left: 0;
        top: 0;
    }
    .secondary-navigation a .sub, .menu-item-has-children > a:after { display: none }
    .main-header .container { max-width: 100% }
    #page, .container { max-width: 96% }
    .main-container #page { max-width: 100% }
	
    .header-inner { width: 96%;}
    .js #navigation select {
        margin: 0;
        width: 100%;
    }
    footer .container { max-width: 95% }
    .article { width: 66.3% }
    .sidebar.c-4-12 { width: 30% }
    .related-posts li { margin-right: 10px }
    img, embed {
        max-width: 100%;
        height: auto!important;
    }
    .ad-300 img { max-width: 100% }
    .ad-125 li { max-width: 40% }
    .footer-widgets #s { width: 73% }
    #sidebars #s { width: 100%; }
    input, textarea, select { padding: 8px 6px }
    .ad-125 img {
        padding: 0;
        background: #FAFAFA;
        border: 0;
    }
    .related-posts li { margin-right: 10px }
}
@media screen and (max-width:900px) { 
    .widget-header { max-width: 70% }
    nav #searchform { display: none }
    #sidebars #s { width: 100%; }
    .footer-widgets #s { width: 72% }
}
@media screen and (max-width:865px) { 
    #header {
        padding-left: 0;
        width: 100%;
    }
    #header h1, #header h2 {
        float: none;
        text-align: center;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 9px 0;
    }
    #logo a, #logo a img {
        float: none;
        letter-spacing: 0;
    }
    #sidebars #s { width: 100%; }
    .footer-widgets #s { width: 69% }
}
@media screen and (max-width:760px) { 
    #header { margin: 0 }
    .single_post { padding: 0 3px }
    .postauthor { width: 90% }
    #comments {
        width: 90%;
        padding-left: 3%;
    }
    #sidebars #s { width: 100%; }
    .footer-widgets #s { width: 67% }
}
@media screen and (max-width:728px) {
    #header h1, #header h2 { text-align: center; display:block; float: none;}
.widget-header {
        max-width: 100%;
        float: left;
    }
}
@media screen and (max-width:720px) { 
    .secondary-navigation a {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    .article { width: 98% }
    #content_box {
        padding-right: 0px;
        padding-left: 0px!important;
    }
    .sidebar.c-4-12 {
        float: left;
        width: 100%;
    }
    .f-widget { width: 44% }
    .f-widget-2 { margin-right: 0 }
    .ad-125 li { max-width: 45% }
    .footer-widgets #s { width: 69% }
    #comments { margin-right: 0 }
    .post {
        margin-left: 1%;
        width: 21.6%;
    }
	.carousel .excerpt:last-child { display: none }
    #sidebars #s { width: 100%; }
    .footer-widgets #s { width: 67% }
	li#text-4, .widget_tag_cloud, .comment-form-url, .comment-notes, .wpt_widget_content, .post-info { display: none }
}
@media screen and (max-width:600px) { 
	.post { width:29.9% }
	.carousel .excerpt:nth-last-child(2) { display: none }
    .featured-thumbnail img { width: 100% }
}
@media screen and (max-width:550px) { 
    .main-header #s { width: 85% }
    .f-widget { width: 95% }
    footer #s { width: 65% }
}
@media screen and (max-width:481px) { 
    .single-title, .page h1.title {
        font-size: 20px;
        line-height: 1.3;
    }
    #navigation {
        margin-top: 0;
        margin-bottom: 0;
    }
    .secondary-navigation { width: 100% }
    .title { font-size: 14px }
    .post.excerpt .post-content { overflow: visible }
    .related-posts li {
        width: 100%;
        margin-right: 0;
    }
    .featured-title { font-size: 14px }
}
@media screen and (max-width:415px) { 
    #navigation {
        margin-top: 0;
        margin-bottom: 0;
    }
    .secondary-navigation {
        width: 100%;
        height: 35px;
    }
    .js #navigation select {
        width: 100%;
        margin-right: 0;
    }
    .post {
        width: 46.5%;
    }
	.carousel .excerpt:nth-last-child(3) { display: none }
}
@media screen and (max-width:400px) { 
    article header { overflow: hidden }
    .slidertext { display: none }
    .main-header #s { width: 78% }
    #commentform textarea { width: 90% }
}
@media screen and (max-width:300px) { 
    nav fieldset, .js #navigation select {
        width: 100%;
        float: left;
    }
    .main-header #s { width: 70% }
}