/*-----------------------------------------------
/* @media queries 
/*---------------------------------------------*/
#page, .container {}
.secondary-navigation, footer { display: block; }
/*-[ Responsive Navigation ]--------------------------------*/
#mobile-menu-wrapper {
    -ms-transform: translate(-300px,0);
    -webkit-transform: translate(-300px,0);
    transform: translate(-300px,0);
}
.mobile-menu, .mobile-menu #navigation .menu-icon-item { display: none }
@media screen and (max-width:1300px) { 
	.shareit {
	    position: relative!important;
	    width: 100%!important;
	    top: 0!important;
	    padding-left: 0!important;
	    padding-right: 0!important;
	    margin: 0!important;
	    padding-top: 10px!important;
	    border: none !important;
	}
}
@media screen and (max-width:1124px) { 
	.mobile-menu .container { max-width: 100%; }
	.main-container, .container { }
	.sticky-nav {
	    width: 96%;
	    left: 2%;
	    right: 2%;
	}
	#move-to-top {
	    margin-right: 0;
	    right: 2%;
	}
}
@media screen and (max-width:960px) { 
	.ad-300 img { max-width: 100% }
	.ad-125 img {
	    padding: 0;
	    border: 0;
	}
	.widgets-num-4 .f-widget {
	    width: 29.5%;
	    margin-right: 5.75%;
	}
	.widgets-num-4 .f-widget-3 { margin-right: 0 }
}
@media screen and (max-width:865px) { 
	.mobile-menu { display: block }
	#catcher { height: 0!important }
	.home-menu-item, #mobile-menu-wrapper .header-search .fa-search, #mobile-menu-wrapper .mts-cart { display: none !important }
	.header-search .fa-search {
	    width: 42px;
	    line-height: 42px;
	}
	.header-search #s { padding: 9px }
	.header-search #s.active { top: 42px }
	.header-search #s, .header-search .ajax-search-results-container {
	    width: 100%;
	    max-width: 100%;
	}
	.header-search .ajax-search-results-container { top: 84px }
	.mts-cart {
	    text-align: center!important;
	    float: left;
	    display: block;
	    line-height: 1;
	    padding: 20px;
	    color: initial;
	    z-index: 0;
	}
	.mts-cart a { color: inherit!important }
	/* Menu */
	#mobile-menu-wrapper {
	    display: block;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 300px;
	    height: 100%;
	    background: #444;
	    -ms-transform: translate(-300px,0);
	    -webkit-transform: translate(-300px,0);
	    transform: translate(-300px,0);
	    -webkit-transition: -webkit-transform 500ms ease;
	    transition: transform 500ms ease;
	    -webkit-backface-visibility: hidden;
	}
	.admin-bar #mobile-menu-wrapper {
	    top: 32px;
	    padding-bottom: 32px;
	}
	#mobile-menu-wrapper .mobile-menu {
	    display: block;
	    position: relative;
	    width: 100%;
	    height: 100%;
	    overflow: auto;
	    text-transform: uppercase;
	}
	/* Menu transition */
	.mobile-menu-active #mobile-menu-wrapper {
	    -ms-transform: translate(0,0);
	    -webkit-transform: translate(0,0);
	    transform: translate(0,0);
	}
	.mobile-menu-active .main-container-wrap {
	    -ms-transform: translate(300px,0);
	    -webkit-transform: translate(300px,0);
	    transform: translate(300px,0);
	}
	.main-container-wrap {
	    -webkit-transition: -webkit-transform 500ms ease;
	    -moz-transition: -moz-transform 500ms ease;
	    -o-transition: -o-transform 500ms ease;
	    transition: transform 500ms ease;
	}
	/* .... */
	#mobile-menu-wrapper .menu {
	    background: none;
	    display: block;
	}
	#mobile-menu-wrapper ul li {
	    width: 100%;
	    display: block;
	}
	#mobile-menu-wrapper nav ul.social-links { width: 100% }
	#mobile-menu-wrapper nav ul.social-links li {
	    display: inline-block;
	    width: 16.66% !important;
	    border-left: 0px none !important;
	}
	#mobile-menu-wrapper nav ul.social-links li a {
	    text-align: center !important;
	    line-height: 40px;
	    padding: 0;
	    border-right: 1px solid rgba(0, 0, 0, 0.2)!important;
	    border-bottom: 1px solid rgba(0, 0, 0, 0.2)!important;
	}
	#mobile-menu-wrapper #navigation ul li:hover, #mobile-menu-wrapper #navigation ul li:hover a { background: none }
	#mobile-menu-wrapper ul li a, #mobile-menu-wrapper #navigation ul ul a {
	    padding: 9px 20px;
	    width: 100%;
	    border: none;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	#mobile-menu-wrapper #navigation ul ul {
	    display: block;
	    position: static;
	    width: 100%;
	    border: none;
	}
	#mobile-menu-wrapper #navigation ul ul li {
	    background: none;
	    width: 100%;
	}
	#mobile-menu-wrapper ul a:after { content: "" !important }
	.primary-navigation, .secondary-navigation {
	    border: none !important;
	    background: transparent;
	}
	.primary-navigation, .secondary-navigation, .mts-cart {
	    width: 100%;
	    position: relative!important;
	    left: 0;
	    right: 0;
	}
	#navigation .menu a {
	    color: #fff!important;
	    background: transparent;
	}
	#navigation .menu {
	    float: none;
	    background: transparent;
	}
	#navigation ul ul {
	    display: block!important;
	    visibility: visible!important;
	    opacity: 1!important;
	    position: relative;
	    left: 0!important;
	    border: 0;
	    width: 100%;
	}
	#navigation ul li li {
	    background: transparent;
	    border: 0;
	}
	nav { height: auto }
	.main-container-wrap nav ul {
	    width: 100%;
	    display: none;
	    height: auto;
	}
	nav li, #navigation ul li li {
	    float: left;
	    position: relative;
	}
	#navigation ul li:after { display: none }
	#mobile-menu-wrapper ul li a:hover { background: transparent }
	#navigation ul li:before { display: none }
	nav li a {
	    border-bottom: 1px solid rgba(0, 0, 0, 0.2)!important;
	    width: 100%!important;
	}
	nav a {
	    text-align: left;
	    width: 100%;
	}
	nav a.toggle-mobile-menu {
	    display: block;
	    width: 100%;
	    position: relative;
	    color: #fff;
	    background: #444;
	    padding: 10px 0;
	    text-align: center;
	    z-index: 1;
	}
	.mobile-menu #navigation a.toggle-mobile-menu { border-bottom: 1px solid rgba(0, 0, 0, 0.2) }
	nav a.toggle-mobile-menu:after {
	    font-family: FontAwesome;
	    content: "\f0c9";
	    position: absolute;
	    left: 20px;
	    top: 0;
	    font-size: 24px;
	    line-height: 42px;
	}
}
@media screen and (max-width:830px) { 
	.article {  }
	#content_box {
	    padding-right: 0px;
	    padding-left: 0px!important;
	}
	.sidebar.c-4-12 {
}
	.featured-section-2-full-width-2 .featured-section-2-2 .post-box { width: 50%!important }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-box { width: 100%!important }
	.featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-img, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data { width: 50%!important }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data { padding-bottom: 25.64% }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-box { margin-bottom: 10px !important }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data { float: right }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data-container { margin: 15% 20px !important }
}
@media screen and (min-width: 424px) and (max-width: 830px) { 
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data:after, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small.image-bottom .post-data:after {
	    border-width: 10px 14px 10px 0;
	    border-color: transparent #444;
	    margin-top: -10px;
	    left: -14px;
	    /*top: 45px;*/
	    top: 25%;
	    bottom: auto;
	}
}
@media screen and (max-width:782px) { 
	.admin-bar #mobile-menu-wrapper {
	    top: 46px;
	    padding-bottom: 46px;
	}
	.admin-bar .pace .pace-progress { top: 46px }
	html .mobile-menu-active #wpadminbar { left: 300px!important }
	
	.lv_bio_tabs .ui-tabs-nav li{
		 width: 140px;
	}
	#logo img { max-width:100%; }
}
@media screen and (max-width:776px) { 
	#header h1, #header h2, .site-description {
	    float: none;
	    text-align: center;
	    width: 100%;
	    max-width: 100%;
	    padding: 0;
	}
	#header h1, #header h2 { font-size: 40px }
	.site-description { margin-top: 0 }
	#logo a, #logo img {
	    float: none;
	    letter-spacing: 0;
	}
	.logo-wrap, .widget-header {
	}
	.widget-header form#searchform { float: none; margin: 10px auto 0;}
	#header .ad-728 { margin-top: 5% }
}
@media screen and (max-width:720px) { 
	.secondary-navigation a {
	    padding-top: 10px!important;
	    padding-bottom: 10px!important;
	}
	.f-widget, .widgets-num-4 .f-widget {
	    width: 44%;
	    margin-right: 5.75%;
	}
	.f-widget-2 { margin-right: 0 !important }
	.f-widget-3 { clear: left; }
	#comments { margin-right: 0 }
	.widget-header .textwidget {
	    margin-top: 0;
	    padding-left: 0;
	    border-left: none;
	}
	.featured-section-1-full-width-2 .featured-section-1-2 .slider-container, .featured-section-1-full-width-2 .featured-section-1-2 .static-posts { width: 100% }
	.featured-section-1-full-width-2 .featured-section-1-2 .post-box { width: 50% }
}
@media screen and (max-width:600px) { 
	.post-img img { width: 100% }
	.admin-bar .pace .pace-progress { top: 0px }
	.admin-bar #mobile-menu-wrapper {
	    top: 0;
	    padding-bottom: 0;
	}
	.singleleft, .post-single-content-inner { width: 100% }
	.singleleft .related-posts li { width: 48% }
	.singleleft .related-posts li:nth-child(even) { float: right }
	.singleleft .rthumb img { margin-right: 10px }
	/*dark checker slider*/
	.featured-section-1-full-width-1 .featured-section-1-1 .slider-container, .featured-section-1-full-width-1 .featured-section-1-1 .static-posts { width: 100% }
	.featured-section-1-full-width-1 .featured-section-1-1 .static-posts .post-box.image-bottom { float: right !important }
	.featured-section-1-full-width-1 .featured-section-1-1 { margin-top: -40.68% }
	#header-bottom-spacer { padding-bottom: 40.68% }
	.slider1 .post-data-container, .featured-section-1-full-width-1 .featured-section-1-1 .post-data-container { margin: 15% 20px }
}
/*dark checker small*/
@media screen and (max-width:560px) { 
	#content_box .dark .post-box, .featured-section-2-1 .post-box { width: 100%!important }
	#content_box .dark .vertical-small .post-img, #content_box .featured-section-2-1 .post-img, #content_box .dark .vertical-small .post-data, #content_box .featured-section-2-1  .post-data { width: 50%!important }
	#content_box .dark .post-data, #content_box .featured-section-2-1 .post-data { padding-bottom: 46.15% }
	#content_box .dark .post-box, #content_box .featured-section-2-1 .post-box { margin-bottom: 10px !important }
	#content_box .dark .post-data, #content_box .featured-section-2-1 .post-data { float: right }
	#content_box .dark .post-data:after, #content_box .featured-section-2-1 .post-data:after {
	    border-width: 10px 14px 10px 0;
	    border-color: transparent #444;
	    margin-top: -10px;
	    left: -14px;
	    top: 25%;
	    bottom: auto;
	}
	.dark .post-data-container { margin: 15% 20px !important }
}
@media screen and (max-width:550px) { 
	.sbutton { float: right }
	.f-widget, .widgets-num-4 .f-widget {
	    float: none;
	    width: 100%;
	    margin: 0 auto !important;
	    max-width: 345px;
	}
}
@media screen and (max-width:480px) { 
	nav { border-bottom: 0 }
	#navigation {
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.secondary-navigation {
	    width: 100%;
	    height: 35px;
	}
	.sliderdate { display: none; }
	.vertical .post-img, .vertical .post-data { width: 100%; }
	.related-posts li {
	    width: 100%!important;
	    float: left!important;
	    max-width: 100%;
	}
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	    width: 100%;
	    margin-right: 0;
	}
	.copyrights { text-align: center }
	#copyright-note > span { width: 100% }
	#copyright-note .right {
	    margin-right: 0;
	    float: none;
	}
	.top { width: 100% }
	#cancel-comment-reply-link {
	    margin-bottom: 0;
	    margin-top: -43px;
	}
	ul.fs-category-filter {
	    width: 100%;
	    text-align: center;
	}
	.fs-pagination { text-align: center }
	ul.fs-category-filter li {
	    float: none;
	    display: inline-block;
	    margin-bottom: 1px;
	}
	.fs-pagination { width: 100% }
	.fs-pagination a {
	    float: none;
	    display: inline-block;
	}
	#featured-section-2 .featured-section-title, .featured-section-title {
	   
	    width: 100%;
	}
}
@media screen and (max-width:423px) { 
	.horizontal .post-data:after {
	    border-width: 0 10px 14px !important;
	    border-color: #FFFFFF transparent !important;
	    top: -14px;
	    left: 29px !important;
	    margin-top: 0;
	}
	.horizontal .post-img, .horizontal .post-data, .slider-like .post-box, .mixed.post-box, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-img, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data, .featured-section-2-full-width-2 .featured-section-2-2 .post-box, .featured-section-1-full-width-2 .featured-section-1-2 .post-box { width: 100%!important }
	.horizontal .post-data, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data, .mixed.vertical-small .post-data {
	    height: auto !important;
	    padding: 0 !important;
	}
	.horizontal .post-data-container, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data-container, .mixed.vertical-small .post-data-container { position: relative }
	.flex-direction-nav { display: none; }
}

@media only screen and (min-width: 768px) and (max-width: 1159px) { 
.home-slider-bottom-full{
width:96%;
margin-top:-78px;
}
.container{
width:91%;
}
.home-slider-bottom-inn h4{
font-size:28px;
line-height:28px;
width:85%;
}
nav a.toggle-mobile-menu{
font-size:19px;
padding:7px 0;
}
.secondary-navigation {
    margin-top: 20px;
    width: 80%;
}
#page{
width:96%;
}
.home-content-left{
width:269px;
}
.home-content-left h4{
font-size:20px;
line-height:29px;
margin-bottom:16px;
}
.home-content-right .one_half{
}
.home-content-right .one_half.last{
float:right;
}
.services-title h4{
width:106px;
font-size:12px;
}
.services-title{
margin-left:9px;
}
.home-content-right{
width:383px;
padding-left:16px;
margin-left:16px;
}
.home-content-full{
padding-bottom:32px;
}
.copyright-top-full{
width:96%;
}
.footer-right ul li.footer-address{
width:24%;
padding-left:39px;
}
.footer-right ul li.footer-address br{
display:none;
}
.footer-right ul li.footer-phone{
width:24%;
margin-left:0;
font-size:13px;
}
.footer-right{
padding-left:18px;
}
.footer-right ul li.footer-email{
font-size:13px;
}
.copyright-bottom-full{
width:96%;
}
#copyright-note .copyright-menu  nav ul{
display:block;
}
#copyright-note .copyright-menu  nav ul a{
border:none !important;
}
.page-title{
margin-top:-65px;
padding:14px 0;
}
.featured-section-title{
font-size:38px;
line-height:38px;
}
.page-content-inn h4{
font-size:26px;
line-height:32px;
margin-bottom:23px;
}
.page-title{
width:96%;
}
.practices-tabs-right{
 margin: 0 0 0 28px;
    width: 55%;
}
.practices-tabs-left{
min-height:1800px;
}
.attorneys-page-middle-div{
width:80%;
}
.attroneys-title h4{
font-size:17px;
}
.attroneys-page-inn .one_third{
margin-right:5.8%;
width:29.4%;
}
.attroneys-title{
width:100%;
}
.single-attroneys-desc{
width:65%;
}
.single-attroneys-img{
width:30%;
margin-right:24px;
}
.post-data .post-title a{
font-size:25px !important;
line-height:30px !important;
}
.post-data .post-title{
margin-bottom:12px;
}
.contact-page-right{
width:290px;
}
.contact-page-left{
width:350px;
}
.lv_sharing-right{
width:175px;
}
.article{
width: 68%;
}
.team-details-img {
    width: 19%;
}
.team-details-title {
    width: 65%;
    padding-left: 40px;
}
.team-details-main {
    padding: 30px 0;
}
.our-team-main {
    padding: 25px 0 45px;
}
.single-attroneys-desc h3 {
    font-size: 25px;
    line-height: 25px;
    margin: 0 0 5px;
}
.single-attroneys-desc h5 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 5px;
}
.lv_bio_tabs .ui-tabs-nav {
    margin: 6px 0px;
}
.lv_bio_tabs .ui-tabs-nav li {
    width: 160px;
}
.single-attroneys-desc p {
    margin-bottom: 12px;
    line-height: 21px;
}
.attroneys-single-content {
    margin-top: 25px;
}
.page-content-full .news-page-section .news-page-main .news-page-left{
width:73%;
}
.page-content-full .news-page-section .news-page-main .news-page-right{
width:21%;
}

.page-content-full .news-page-section .news-page-main .news-page-left .news-lists .news-main-items:before{
right:-4%;
}
.new-list-title{
width: 53%;
margin-right: 2%;
}
.news-list-date{
    width: 18%;
    margin-right: 2%;
}
.news-list-resource{
width:25%;
}
.new-list-title, .news-list-date, .news-list-resource{
font-size:15px;
line-height:22px;
}
.page-content-full .news-page-section .news-page-main .news-page-left .news-lists .news-list-item h5{
font-size:17px;
}
.page-content-full .news-page-section .news-page-main .news-page-left .news-lists .news-list-item{
padding: 0 0 23px;
margin: 0 0 23px;
}
.page-content-full .news-page-section{
padding:45px 0;
}
.page-content-full .news-page-section .news-page-main .news-page-left .news-lists .news-pagination{
padding:45px 0 0;
}

}

@media screen and (min-width:866px) { 
.secondary-navigation {
width:56% !important;
}
.secondary-navigation a{
padding:8px 7px;
}
#navigation .menu li, #navigation .menu li a{
font-size:16px;
}
.secondary-navigation{
margin-top:26px;
}
.logo-wrap{
width:37%;
}
.logo-wrap img{
width:100%;
}


}

@media only screen and (max-width:767px) { 
.attorneys-page-middle-div{
width:100%;
}
.sidebar.c-4-12{
width:100%;
}
.article{
width:100%;
}
.container{
width:91%;
}
.logo-wrap{
width:100%;
}
.secondary-navigation{
margin-top: 14px;
    width: 100% !important;
}
.home-slider-bottom-full{
margin:auto;
background:#348692;
width:96%;
}
.home-slider-bottom-inn h4{
font-size:22px;
line-height:30px;
width:100%;
}
#page{
width:96%;
}
.home-content-left{
width:100%;
margin-top:26px;
}
.home-content-left h4{
font-size:24px;
line-height:32px;
}
.home-content-right{
border:none;
width:100%;
margin:0px;
padding:37px 0 10px;
}
.services-title h4{
font-size:11px;
width:56px;
}
.copyright-top-full{
width:96%;
}
.footer-left{
float:none;
width:165px;
margin:30px auto auto;
}
.footer-right {
    border-left: medium none;
    float: none;
    margin: auto;
    padding: 20px 0 0;
     text-align: left;
    width: 235px;
}
.footer-right ul li.footer-address{
width:100%;
}
.footer-right ul li.footer-phone{
width:140px;
margin: 20px 0;
}
.copyright-bottom-full{
width:96%;
}
#copyright-note .right{
text-align:center;
width:100%;
}
#copyright-note .copyright-menu nav ul{
display:block;
}
#copyright-note .copyright-menu nav ul li a{
border:none !important;
}
.copyright-menu ul li a{
padding-right:5px;
}
.copyright-menu {
    float: none;
    margin: auto auto 21px;
    width: 310px;
}
.copyright-top-full{
padding-bottom:32px;
}
.page-title{
width:100%;
margin:auto;
}
.page-title{
width:96%;
}
.featured-section-title{
font-size:25px;
}
.main-header .container:after{
clear:both;
content:"";
display:block;
}
.header-inner{
height:auto;
}
.featured-img-full img{
height:195px;
}
.practices-tabs-left{
width:100%;
min-height:inherit;
padding:26px 0;
}
.practices-tabs-right{
width:100%;
margin:0px;
}
.practices-tabs-right h3{
font-size:26px;
margin:39px 0 20px;
}
.practices-page-inn{
padding-bottom:30px;
}
.attroneys-page-inn .one_third{
float: none;
    margin: auto auto 40px;
    width: 220px;
}
.attroneys-page-inn .one_third.last{
float:none;
margin:auto !important;
}
.single-attroneys-img{
margin-right:0px;
width:100%;
}
.single-attroneys-desc{
width: 100%;
margin-top: 7px;
}
.attroneys-single-content h6{
font-size:13px;
}
.attroneys-page-inn{
padding:28px 0 15px;
margin-top: 7px;
}
.single-attroneys-inn {
    padding: 10px 0 0;
}
.post-data .post-title a{
font-size:22px !important;
line-height:22px !important;
}
.sidebar.c-4-12{
border:none;
}
.Custom_Services .one_half{
width:48%;
}
.lv_sharing-right {
    float: none;
    margin: auto;
    width: 170px;
}
.share-icons{
margin-bottom:24px;
}
.hentry .entry-title{
font-size:22px !important;
line-height:27px;
}
.contact-page-left{
width:100%;
}
.contact-page-right {
    float: left;
    margin-top: 28px;
    width: 100%;
}
.contact-page-left ul li h6{
font-size:16px;
}
.page-content-inn h4{
font-size:26px;
   line-height: 32px;
    margin-bottom: 24px;
}
.services-title{
margin-left:4px;
}
.download-page-right h5{
font-size:15px;
line-height:20px;
}
.footer-right ul li.footer-email{
float:left;
}
.footer-right ul li.footer-address br{
display:none;
}
.team-details-img {
    width: 100%;
    float: left;
}
.team-details-title {
    width: 100%;
    padding-left: 0;
    float: left;
    margin: 13px 0;
}
.team-details-right {
    width: 100%;
    float: left;
}
.team-details-title h4 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 4px;
}
.team-details-right ul li {
    font-size: 16px;
    line-height: 20px;
    padding-left: 25px;
    margin-bottom: 7px;
}
.team-details-main {
    padding: 18px 0;
	width:100%;
}
.our-team-main {
    padding: 10px 0 20px;
}
.team-details-img img {
    width: 100%;
}
.single-attroneys-desc h3 {
    font-size: 19px;
    line-height: 21px;
    margin: 0 0 6px;
}
.single-attroneys-desc h5 {
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 5px;
}
.lv_bio_tabs .ui-tabs-nav li {
    width: 100%;
}
.single-attroneys-desc p {
    margin-bottom: 10px;
    line-height: 22px;
}
.attroneys-single-content {
    margin-top: 18px;
}
.attroneys-left, .attroneys-right {
    width: 100%;
}
.single-attroneys-desc ul li {
    padding-left: 20px;
    margin-bottom: 7px;
}
.page-title {
    padding: 15px 0;
}
.new-list-title, .news-list-date, .news-list-resource{
width: 100%;
font-size: 15px;
line-height: 20px;
margin: 0 0 18px;
}
.new-list-title:before, .news-list-date:before, .news-list-resource:before{
color: #333333;
font-size: 17px;
line-height: 20px;
font-family: 'museo_sans_rounded700';
display: block;
margin: 0 0 4px;
}
.new-list-title:before{
content:"Title";
}
.news-list-date:before{
content:"Date";
}
.news-list-resource:before{
content:"Resource Type";
}
.page-content-full .news-page-section .news-page-main .news-page-left .news-lists .news-list-item.news-list-heading{
display:none;
}
.page-content-full .news-page-section .news-page-main .news-page-left{
width:100%;
}
.page-content-full .news-page-section .news-page-main .news-page-right{
float:left;
width:100%;
padding-top:30px;
}
.page-content-full .news-page-section .news-page-main .news-page-left .news-lists .news-list-item{
padding: 0 0 5px;
margin: 0 0 23px;
}
.page-content-full .news-page-section{
padding:20px 0;
}
.page-content-full .news-page-section .news-page-main .news-page-left .news-lists .news-pagination{
padding:20px 0 0;
}
.page-content-full .news-page-section .news-page-main .news-page-left .news-lists .news-main-items:before{
display:none;
}


}