/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */




/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
		.in											{ width:768px }
		.inner										{ width:768px }
		#header .container							{ width:inherit; }
        .container									{ width:768px; margin-left:0px; margin-right:0px; }
		.small-banners								{ height:150px; }
		.news-list li								{ border:none; padding-left:0px; width:100%; }
		.upcoming-classes ul li p					{ display:none; }
		#classes-list li							{ width:161px; }
		#classes-list								{ width:718px; }
		#footer-widgets								{ width:748px; }
		#footer-widgets .one-third.column			{ width:229px; }
		.followus p									{ display:none; }
		.footer ul li a								{ font-size:12px; }
		.gallery-list								{ width:767px; }
		.gallery-list li							{ width:235px; }
		.two-thirds .gallery-list					{ width:545px; }
		.two-thirds .gallery-list li				{ width:235px; }
		.class-text p								{ width:100%; }
		.cs_gal_4_column							{ width:768px; }
		.cs_gal_4_column li							{ width:170px; }
		.cs_gal_3_column							{ width:768px; }
		.cs_gal_3_column li							{ width:234px; }
		.cs_gal_2_column							{ width:768px; }
		.cs_gal_2_column li							{ width:362px; }
		.two-thirds .cs_gal_4_column				{ width:512px; }
		.two-thirds .cs_gal_4_column li				{ width:106px; }
		.two-thirds .cs_gal_3_column				{ width:512px; }
		.two-thirds .cs_gal_3_column li				{ width:148px; }
		.two-thirds .cs_gal_2_column				{ width:512px; }
		.two-thirds .cs_gal_2_column li				{ width:234px; }
		.package .desc								{ width:346px; }
		.calendar .days li:first-child				{ width:106px; }
		.calendar .days li							{ width:86px; }
		.calendar .table .timing					{ width:106px; }
		.calendar .table .timing li					{ width:106px; font-size:13px; }
		.calendar .shows							{ width:85px; }
		.calendar .shows li							{ width:85px; }
		.tab-list									{ width:100%; }
		.timeilne > ul								{ width:100%; }
		.timeilne									{ background:none; }
		.node										{ display:none !important; }
		.timeilne > ul > li							{ width:100% !important; margin-left:0px !important; padding-top:0px !important; }
		li:first-child .timeline-box				{ margin-top:0; }
		.timeline-box								{ width:100% !important; }
		.timeline-post								{ width:100% !important; }
		.timeline-post .desc						{ width:541px !important; }
		.small-banners .sub-capt h1					{ font-size:19px; }
		.small-banners .sub-capt h1 a				{ line-height:24px; }
		.anythingSlider								{ width:100% !important; height:298px !important; }
		.anythingSlider .anythingBase				{ width:100% !important; }
		.anythingSlider .fade .panel				{ width:100% !important; height:298px !important; }
		.anythingSlider img							{ width:100% !important; }
		.nivoSlider									{ width:100% !important; }
		.banner .in-sec .nivoSlider					{ width:100% !important; height:298px !important; }
		.sudoslid									{ width:100% !important; height:298px !important; }
		.sudo-slider, .sudo-slider li				{ width:100% !important; height:298px !important; }
		.banner .in-sec .theme-default				{ width:100% !important; height:298px !important; }
		.nivo-caption-in.Right						{left:338px;}
		#controls									{left:56%; top:269px; width:10%;}
		.home-widgets								{ margin:0; }
		#controls .prevBtn							{right:-13px;}
		.box-small select							{ width:83%; }
		.two-thirds .gal-caption					{ padding:26px 40px 10px; }
		.fc-agenda-days th:first-child				{ width:80px !important; }
		.cat-select ul li select					{ width:220px; }
		
		input[type="text"], 
		input[type="password"], 
		input[type="email"], 
		textarea, 
		select										{ width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
		.featuredpost								{ width:230px !important; }
		.featuredpost .sub-capt h1 a				{ line-height:37px; }
		.js #menusection							{ display: none; }
		.js .selectnav 								{ display: block; }
		.ddsmoothmenu								{ padding:13px 10px 0px 10px; }
		.edit-link 									{ display:none !important; }
		
		.container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .tw.o.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
		
		.in											{ width:300px; }
		.inner										{ width:300px; }
		#header .container							{ width:inherit; }
        .container									{ width:300px; margin-left:0px; margin-right:0px; }
		.small-banners								{ height:150px; }
		.news-list li								{ border:none; padding-left:0px; width:100%; }
		.upcoming-classes ul li p					{ display:none; }
		.hidemobile									{ display:none; }
		
		.tab-section .tab-head ul li a				{ font-size:12px; }
		.footer a.gotop								{ display:none; }
		.right-bottom								{ width:100%; text-align:center; }
		.post span.image							{ display:none; }
		.post span.link								{ display:none; }
		.post span.video							{ display:none; }
		.post .post-opts							{ height:inherit; }
		.post .post-opts .title p					{ display:none; }
		.post .post-share a.print					{ display:none; }
		input[type="text"], 
		input[type="password"], 
		input[type="email"], 
		select										{ width:238px; }
		textarea									{ width:260px; }
		.comments ul li .desc p.ago					{ float:left; padding-left:0px; }
		.class-text p								{ width:280px; padding:0px 10px 10px 10px; border:none;}
		.class-text a.buttonone						{ margin-left:10px; }
		.gallery-list								{ width:300px; }
		
		.cs_gal_4_column							{ width:300px; margin:0 0 0px 0px; }
		.cs_gal_4_column li							{ width:48px; }
		.cs_gal_3_column							{ width:300px; margin:0 0 0px 0px; }
		.cs_gal_3_column li							{ width:72px; }
		.cs_gal_2_column							{ width:300px; margin:0 0 0px 0px; }
		.cs_gal_2_column li							{ width:118px; }
		.two-thirds .cs_gal_4_column				{ width:300px; margin:0 0 0px 0px; }
		.two-thirds .cs_gal_4_column li				{ width:48px; }
		.two-thirds .cs_gal_3_column				{ width:300px; margin:0 0 0px 0px; }
		.two-thirds .cs_gal_3_column li				{ width:72px; }
		.two-thirds .cs_gal_2_column				{ width:300px; margin:0 0 0px 0px; }
		.two-thirds .cs_gal_2_column li				{ width:118px; }
		
		
		.gal-caption								{ display:none !important; }
		.package .thumb								{ overflow:hidden; width:198px; }
		.package .desc								{ width:218px; padding-top:20px; }
		
		.calendar .days li:first-child				{ width:106px; }
		.calendar .days li							{ width:86px; }
		.calendar .table .timing					{ width:106px; }
		.calendar .table .timing li					{ width:106px; font-size:13px; }
		.calendar .shows							{ width:85px; }
		.calendar .shows li							{ width:85px; }
		.tab-list									{ width:100%; }
		.timeilne > ul								{ width:100%; }
		.timeilne									{ background:none; }
		.node										{ display:none !important; }
		.timeilne > ul > li							{ width:100%; margin-left:0px; padding-top:0px; }
		.timeline-box								{ width:100%; }
		.timeline-post								{ width:100% !important; }
		.timeline-post .desc						{ width:132px; }
		.timeline-post .thumb						{ overflow:hidden; width:115px; }
		.timeline-post .thumb img					{ width:100%; }
		.timeline-post .time-opts h5				{ font-size:12px; }
		.timeline-post .time-opts a					{ font-size:12px; }
		.calendar .days li:first-child				{ display:none; }
		.calendar .table .timing					{ display:none; }
		.sixteen .post .post-opts					{ width:100%; }
		.sixteen .post .thumb						{ width:100%; }
		.sixteen .post .post-desc					{ width:100%; padding:20px 0px 0px 0px; }
		.pages-marg									{ margin-bottom:0px !important; }
		.cat-select h5								{ padding-bottom:5px; }
		.sixteen .newspage .post .post-opts			{ width:100% !important; }
		.sixteen .newspage .post .post-desc			{ width:100% !important; padding:20px 0px 0px 0px !important; }
		.hidemobile									{ display:none !important; }
		
		
		.sudo-slider li .caption					{ display:none !important; }
		#controls									{width:18%; left:80%;}
		.gal-caption								{ display:none !important; }
		.nivo-prevNav								{ left:0px; }
		.nivo-nextNav								{ right:0px; }
		.cat-select									{ margin-bottom:0; }
		
		.gallery-list								{ width:300px !important; margin:0px; }
		.gallery-list li							{ width:120px !important; }
		.gallery-list li img						{ width:100% !important; }
		.filter-sec h4								{ padding-right:10px; }
		.filter-sec ul li a							{ padding:9px 9px 0; }
		.package .desc								{ padding-top:0; }
		.package .thumb								{ padding:0 0 20px 0; width:100%; display:block; }
		.package .desc								{ display:block; width:100%; }
		.js #menusection							{ display: none; }
		.js .selectnav 								{ display: block; }
		.ddsmoothmenu								{ padding:14px 10px 10px; }
		.edit-link 									{ display:none !important; }
		
		.banner										{ width:100%; height:116px; }
		.banner .sudoslider							{ width:100% !important; height:116px !important; }
		.anythingSlider								{ width:100% !important; height:116px !important; }
		.anythingSlider .anythingBase				{ width:100% !important; }
		.anythingSlider .fade .panel				{ width:100% !important; height:116px !important; }
		.anythingSlider img							{ width:100% !important; }
		.nivoSlider									{ width:100% !important; }
		.banner .in-sec .nivoSlider					{ width:100% !important; height:116px !important; }
		.sudoslid									{ width:100% !important; height:116px !important; }
		.sudo-slider, .sudo-slider li				{ width:100% !important; height:116px !important; }
		.banner > .in-sec > .theme-default			{ width:100% !important; height:116px !important; }
		
		.nivo-caption								{ display:none !important; }
		.home-widgets								{ margin:0 !important; }
		#footer-widgets								{ width:100%; padding:20px 10px 10px 10px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
		#footer-widgets .one-third.column 			{ width:100% !important; margin-top:10px !important; }
		#footer-widgets .one-third:first-child		{ margin-top:0 !important; } 
		.follow-us									{ width:100%; }
		.social h4									{ display:none; }
		.social										{ width:100%; text-align:center; }
		.social a									{ float:none; }
		.footer										{ padding:20px 0 20px 0; }
		.footer p.poweredby							{ display:none; }
		.one-third .box-small:first-child			{ margin-top:20px; }
		.gallery-list li h2							{ display:none; }
		.page-text .in-sec							{ width:100%; padding:0 10px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
		.refresh-captcha							{ margin-top:0; margin-bottom:10px; }
		[id*="captcha"]								{ margin:0 10px 10px 0; }
		.any-caption								{ display:none !important; }
		
        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; margin-left:0px; margin-right:0px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		
		.in											{ width:420px; }
		.inner										{ width:420px; }
		.container									{ width:420px; margin-left:0px; margin-right:0px; }
		.small-banners								{ display:none; }
		#banner										{ margin-bottom:0; }
		.tab-section .tab-head ul li a				{ font-size:20px; }
		input[type="text"], 
		input[type="password"], 
		input[type="email"], 
		select										{ width:358px; }
		textarea									{ width:378px; }
		.class-text p								{ width:400px !important; margin:0px; }
		.gallery-list								{ width:400px !important; margin:0px; }
		.gallery-list li							{ width:180px !important; }
		.gallery-list li img						{ width:100% !important; }
		
		
		
		.cs_gal_4_column							{ width:420px; margin:0 0 0px 0px; }
		.cs_gal_4_column li							{ width:78px; }
		.cs_gal_3_column							{ width:420px; margin:0 0 0px 0px; }
		.cs_gal_3_column li							{ width:111px; }
		.cs_gal_2_column							{ width:420px; margin:0 0 0px 0px; }
		.cs_gal_2_column li							{ width:178px; }
		.two-thirds .cs_gal_4_column				{ width:420px; margin:0 0 0px 0px; }
		.two-thirds .cs_gal_4_column li				{ width:78px; }
		.two-thirds .cs_gal_3_column				{ width:420px; margin:0 0 0px 0px; }
		.two-thirds .cs_gal_3_column li				{ width:111px; }
		.two-thirds .cs_gal_2_column				{ width:420px; margin:0 0 0px 0px; }
		.two-thirds .cs_gal_2_column li				{ width:178px; }
		
		.package .thumb								{ width:100%; }
		.package .desc								{ width:350px; padding-top:0; }
		.calendar .days li							{ width:126px; }
		.calendar .shows							{ width:125px; }
		.calendar .shows li							{ width:125px; }
		.timeline-post .desc						{ width:255px; }
		#controls									{ width:60px; }
		#controls .prevBtn							{ left:0; }
		#controls .nextBtn							{ right:0; }
		.hidemobile									{ display:none !important; }
		.gal-caption								{ display:none !important; }
		.sixteen .newspage .post .post-opts			{ width:100% !important; }
		.sixteen .newspage .post .post-desc			{ width:100% !important; padding:20px 0px 0px 0px !important; }
		.js #menusection							{ display: none; }
		.js .selectnav 								{ display: block; }
		.ddsmoothmenu								{ padding:13px 10px 0px 10px; }
		.edit-link 									{ display:none !important; }
		
		.featuredpost								{ margin-top:20px; }
		
		.anythingSlider								{ width:100% !important; height:163px !important; }
		.anythingSlider .anythingBase				{ width:100% !important; }
		.anythingSlider .fade .panel				{ width:100% !important; height:163px !important; }
		.anythingSlider img							{ width:100% !important; }
		.nivoSlider									{ width:100% !important; }
		.banner .in-sec .nivoSlider					{ width:100% !important; height:163px !important; }
		.sudoslid									{ width:100% !important; height:163px !important; }
		.sudo-slider, .sudo-slider li				{ width:100% !important; height:163px !important; }
		.banner > .in-sec > .theme-default			{ width:100% !important; height:163px !important; }
		.banner										{ width:100%; height:163px; }
		.banner .sudoslider							{ width:100% !important; height:163px !important; }
		.sudo-slider li .caption					{ display:none !important; }
		.nivo-caption-in							{ display:none !important; }
		

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
    }


/* menu icon */
#menu-icon {
	display: none; /* hide menu icon initially */
}
@media screen and (max-width: 768px) {
	
/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }