/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	   
#main{
    width: 768px;
}
.metaMenu{
    margin-left: 0;
}
.metaRight{
    right: 0;
}
#header{
    width: 768px;
}
#logo{
    display: table;
    float: none;
    margin: 0 auto 18px;
}
.navi{
    display: table;
    float: none;
    margin: 0 auto !important;
}
.navi li.backLava{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
#title .container{
    width: 748px;  
}
#content{
    width: 512px;
    padding: 0;  
}
#content .container{
    width: 512px;
}
#sidebar{
    width: 256px;
}
#sidebar .column{
    padding: 36px 10px 0 9px;
    padding-bottom: 9999px;
}
.sidebar-left #sidebar .column{
    padding-left: 10px;
    padding-right: 9px;
}
.footer{
    padding: 18px 0;
}
#copyright{
    left: 0;
}
#social ul{
    right: 0;
}
#content.blog .post .column2{
    width: 348px;
}
.post-isotope,
.about-isotope{
    width: 512px !important;
}
.about-full .about-isotope,
.full-post .post-isotope,
.full-post .about-isotope{
    width: 768px !important; 
}
.post-isotope .element,
.about-isotope .element{
    width: 236px;
}
.full-post .post-isotope .element,
.full-post .about-isotope .element{
    width: 172px;
}
#container.portfolio{
    width: 768px;
}
.one-sixth.portfolio .element{
    width: 133px;
}
.two-thirds #container.portfolio{
    width: 512px !important;
}
.two-thirds .one-sixth.portfolio .element{
    width: 150px;
}
.portfolio-gallery{
    width: 512px !important;
}
.one-sixth.portfolio-gallery .element{
    width: 150px;
}
#container.portfolio .element .content{
    width: 235px;
    min-height: 290px;
}
#sub-navigation .container,
#callout .container{
    width: 748px;
}
#sub-navigation .container .four,
#callout .container .four{
    width: 186px
}
#sub-navigation .container .four:first-child{
    width: 187px
}
.client{
    width: 187px;
    height: auto;  
}
.tabs-front-widget .ui-tabs-nav {
    width: 171px;
}
.tabs-front-widget .ui-tabs-nav li a{
    width: 152px;
}
.tabs-front-widget .ui-tabs .ui-tabs-panel{
    padding-left: 192px;
}
.tabs-front-widget .ui-tabs .ui-tabs-panel{
    background-position: -48px 0;
}
.theme-789theme a.nivo-prevNav {
	left:315px !important;
}
.theme-789theme .nivo-caption{
    width: 300px !important;
    padding: 30px !important;
}
.layerslider{
    height: 331px;
    width: 768px;
}
.ls-789theme h1 { font-size: 24px !important; line-height: 27px;}
.ls-789theme h2 { font-size: 18px !important; line-height: 18px;}
.ls-789theme h3 { font-size: 14px !important; line-height: 18px;}
.ls-789theme h4 { font-size: 12px !important; line-height: 18px;}
.ls-789theme h5 { font-size: 11px !important; line-height: 18px;}
.ls-789theme h6 { font-size: 10px !important; line-height: 14px;}

.ls-789theme p{font-size: 11px !important; line-height: 16px;}
.ls-789theme .wpcf7-response-output, .ls-789theme small{font-size: 9px !important; line-height: 14px;}

.ls-789theme .one_column,
.ls-789theme .one_columns                     { width: 28px !important; }
.ls-789theme .two_columns                     { width: 76px !important; }
.ls-789theme .three_columns                   { width: 124px !important; }
.ls-789theme .four_columns                    { width: 172px !important; }
.ls-789theme .five_columns                    { width: 220px !important; }
.ls-789theme .six_columns                     { width: 268px !important; }
.ls-789theme .seven_columns                   { width: 316px !important; }
.ls-789theme .eight_columns                   { width: 364px !important; }
.ls-789theme .nine_columns                    { width: 412px !important; }
.ls-789theme .ten_columns                     { width: 460px !important; }
.ls-789theme .eleven_columns                  { width: 508px !important; }
.ls-789theme .twelve_columns                  { width: 556px !important; }
.ls-789theme .thirteen_columns                { width: 604px !important; }
.ls-789theme .fourteen_columns                { width: 652px !important; }
.ls-789theme .fifteen_columns                 { width: 700px !important; }
.ls-789theme .sixteen_columns                 { width: 748px !important; }
.ls-789theme .one-third_column                { width: 236px !important; }
.ls-789theme .two-thirds_column               { width: 492px !important; }
.ls-789theme .full-width_column               { width: 768px !important; }

.ls-789theme .wpcf7-form input,
.ls-789theme .newsletter input{
    font-size: 11px;
    margin-bottom: 13px;
}
.ls-789theme span.wpcf7-not-valid-tip{
    top: -3px !important;
    font-size: 11px !important;
}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
#main{
    width: 440px;
}
.metaMenu{
    display: none;
}
.metaRight{
    float: none;
    right: 0;
    display: table;
    margin: 0 auto;
}
#header{
    width: 420px;
}
#logo{
    display: table;
    float: none;
    margin: 0 auto 18px;
}
#logo h1,
#logo h5{
    float: none;
    text-align: center;
}
#logo h5{
    border: none;
    padding-left: 0;
    margin-left: 0;
}
.navi{
    display: none;
}
.mobileNavi_wrap{
    display: block;
}
select.mobileNavi{
    width: 100%;
}
#title .container{
    width: 420px;  
}
#page .container{
    padding-top: 18px;
}
#content{
    width: 440px;
    padding: 0;  
}
#content .container{
    width: 420px;
}
#sidebar{
    width: 440px;
    height: auto !important;
}
#sidebar .column{
    padding: 18px 10px 0;
    padding-bottom: 9999px;
    border: none;
}
.sidebar-left #sidebar .column{
    padding-left: 10px;
    padding-right: 9px;
}
.footer{
    padding: 18px 0;
}
#copyright{
    text-align: center;
    left: 0;
}
#social ul{
    float: none;
    display: table;
    margin: 0 auto 18px;
    right: 0;
}
.blog .post .column1{
    display: none;
}
.blog.blog-post .post .column1{
    display: block;
    height: auto !important;
}
.blog-post .metaDate{
    border: none;
    padding: 0 10px;
}
.blog-post .metaDate .date{
    float: left;
}
.blog-post .metaDate .tags{
    text-align: left;
}
.blog-post .metaDate .tags p{
    display: inline-block;
}
.blog-post .metaDate .tags br{
    display: none;
}
#content.blog .post .column2{
    width: 420px;
}
#page .container .column2 h4{
    padding: 9px 10px;
}
.blog .post .content{
    padding-left: 10px;
}
.blog .post .meta ul{
    padding: 17px 10px 18px;
}
.search-widget input[type="text"]{
    width: 344px;
}
.post-isotope,
.about-isotope{
    width: 440px !important;
}
.about-full .about-isotope,
.full-post .post-isotope,
.full-post .about-isotope{
    width: 440px !important; 
}
.about-full .about-isotope .element,
.post-isotope .element,
.about-isotope .element{
    width: 200px;
}
.portfolio .element{
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#container.portfolio{
    width: 420px;
    margin-left: 0;
}
#container.portfolio .element .content{
    width: 418px;
    min-height: 100%;
    border: 1px solid #e1e1e1;
    border-top: none;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    padding: 13px 0;
}
#container.portfolio .sixteen.element img{
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.one-sixth.portfolio .element{
    width: 200px;
}
.one-sixth.portfolio{
    width: 440px !important;
    margin-left: -10px !important;
}
.portfolio-gallery{
    width: 440px !important;
}
.one-sixth.portfolio-gallery .element{
    width: 200px;
}
#portfolio-pagination{
    display: none;
}
#portfolio-filter.sidebar{
    border-color: #f5f5f5;
}
#sub-navigation .container,
#callout .container{
    width: 420px;
}
#sub-navigation .container .four:first-child,
#sub-navigation .container .four{
    width: 420px;
    border: 0;
    border-top: 1px solid #e1e1e1;    
}
#sub-navigation .container .four:first-child{
    border: none;
}
#callout .container .four{
    box-shadow: none;
}
#callout .container .twelve{
    text-align: center;
}
#callout .container .twelve .titleWrap{
    border-bottom: none;
}
.grad-border{
    margin: 0 0 18px!important;
}
.client{
    width: 140px;
    height: auto;  
}
.tabs-front-widget .ui-tabs-nav{
    width: 100%;
    float: none;
    text-align: center;
    border: none;
    padding-bottom: 0;
}
.tabs-front-widget .ui-tabs-nav li{
    background: url('../images/tabs-front-nav-li_440.png') repeat-y;
    background-position: center;
}
.tabs-front-widget .ui-tabs-nav li:first-child {
    background: url('../images/tabs-front-nav-li-first_440.png') no-repeat;
}
.tabs-front-widget .ui-tabs-nav li:last-child {
    background: url('../images/tabs-front-nav-li-last_440.png') no-repeat;
}
.tabs-front-widget .ui-tabs-nav li.ui-tabs-selected {
    background: none;
}
.tabs-front-widget .ui-tabs-nav li a{
    display: inline;
    width: 100%;
    padding: 18px 0;
}
.tabs-front-widget .ui-tabs .ui-tabs-panel{
    padding-left: 0;
    background: none;
}
.tf-navi span.icon{
    float: none;
    display: inline-block;
    margin: -12px 10px -12px 0;
}
.nivo-directionNav,
.theme-789theme .nivo-caption{
    display: none !important;
}
.layerslider{
    height: 190px;
    width: 440px;
}
.ls-789theme h1 { font-size: 14px; line-height: 18px;}
.ls-789theme h2 { font-size: 12px; line-height: 18px;}
.ls-789theme h3 { font-size: 11px; line-height: 18px;}
.ls-789theme h4 { font-size: 10px; line-height: 14px;}
.ls-789theme h5 { font-size: 9px; line-height: 14px;}
.ls-789theme h6 { font-size: 8px; line-height: 9px;}

.ls-789theme p{font-size: 11px !important; line-height: 16px;}
.ls-789theme .wpcf7-response-output, .ls-789theme small{font-size: 9px !important; line-height: 14px;}

.ls-789theme .one_column,
.ls-789theme .one_columns                     { width: 16px !important; }
.ls-789theme .two_columns                     { width: 43px !important; }
.ls-789theme .three_columns                   { width: 71px !important; }
.ls-789theme .four_columns                    { width: 99px !important; }
.ls-789theme .five_columns                    { width: 126px !important; }
.ls-789theme .six_columns                     { width: 154px !important; }
.ls-789theme .seven_columns                   { width: 181px !important; }
.ls-789theme .eight_columns                   { width: 209px !important; }
.ls-789theme .nine_columns                    { width: 236px !important; }
.ls-789theme .ten_columns                     { width: 264px !important; }
.ls-789theme .eleven_columns                  { width: 292px !important; }
.ls-789theme .twelve_columns                  { width: 320px !important; }
.ls-789theme .thirteen_columns                { width: 347px !important; }
.ls-789theme .fourteen_columns                { width: 375px !important; }
.ls-789theme .fifteen_columns                 { width: 402px !important; }
.ls-789theme .sixteen_columns                 { width: 430px !important; }
.ls-789theme .one-third_column                { width: 136px !important; }
.ls-789theme .two-thirds_column               { width: 283px !important; }
.ls-789theme .full-width_column               { width: 440px !important; }

.ls-789theme .wpcf7-form,
.ls-789theme .newsletter{
    display: none;
}
.mobile-device-hide{
    display: none !important;
}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
#main{
    width: 320px;
}
.metaMenu{
    display: none;
}
.metaRight{
    float: none;
    right: 0;
    display: table;
    margin: 0 auto;
}
#header{
    width: 300px;
}
#logo{
    display: table;
    float: none;
    margin: 0 auto 18px;
}
#logo h1,
#logo h5{
    float: none;
    text-align: center;
}
#logo h5{
    border: none;
    padding-left: 0;
    margin-left: 0;
}
.navi{
    display: none;
}
.mobileNavi_wrap{
    display: block;
}
select.mobileNavi{
    width: 100%;
}
#title .container{
    width: 300px;  
}
#page .container{
    padding-top: 18px;
}
#content{
    width: 320px;
    padding: 0;  
}
#content .container{
    width: 300px;
}
#sidebar{
    width: 320px;
    height: auto !important;
}
#sidebar .column{
    padding: 18px 10px 0;
    padding-bottom: 9999px;
    border: none;
}
.sidebar-left #sidebar .column{
    padding-left: 10px;
    padding-right: 9px;
}
.footer{
    padding: 18px 0;
}
#copyright{
    text-align: center;
    left: 0;
}
#social ul{
    float: none;
    display: table;
    margin: 0 auto 18px;
    right: 0;
}
.blog .post .column1{
    display: none;
}
.blog.blog-post .post .column1{
    display: block;
    height: auto !important;
}
.blog-post .metaDate{
    padding: 0 10px;
    border: none;
}
.blog-post .metaDate .date{
    float: left;
}
.blog-post .metaDate .tags{
    text-align: left;
}
.blog-post .metaDate .tags p{
    display: inline-block;
}
.blog-post .metaDate .tags br{
    display: none;
}
#content.blog .post .column2{
    width: 300px;
}
#page .container .column2 h4{
    padding: 9px 10px;
}
.blog .post .content{
    padding-left: 10px;
}
.blog .post .meta ul{
    padding: 17px 10px 18px;
}
.search-widget input[type="text"]{
    width: 224px;
}
form.wpcf7-form textarea,
form#commentform textarea{
    width: 286px;
}
.post-isotope,
.about-isotope{
    width: 320px !important;
}
.about-full .about-isotope,
.full-post .post-isotope,
.full-post .about-isotope{
    width: 320px !important; 
}
.about-full .about-isotope .element,
.post-isotope .element,
.about-isotope .element{
    width: 300px;
}
.portfolio .element{
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#container.portfolio{
    width: 300px;
    margin-left: 0;
}
#container.portfolio .element .content{
    width: 298px;
    min-height: 100%;
    border: 1px solid #e1e1e1;
    border-top: none;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    padding: 13px 0;
}
#container.portfolio .sixteen.element img{
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.one-sixth.portfolio{
    width: 320px !important;
    margin-left: -10px !important;
}
.portfolio-gallery{
    width: 320px !important;
}
#portfolio-pagination{
    display: none;
}
#portfolio-filter.sidebar{
    border-color: #f5f5f5;
}
#sub-navigation .container,
#callout .container{
    width: 300px;
}
#sub-navigation .container .four:first-child,
#sub-navigation .container .four{
    width: 300px;
    border: 0;
    border-top: 1px solid #e1e1e1;    
}
#sub-navigation .container .four:first-child{
    border: none;
}
#callout .container .four{
    width: 300px;
    border: 0;
    box-shadow: none;
}
#callout .container .twelve{
    text-align: center;
}
#callout .container .twelve .titleWrap{
    border-bottom: none;
}
.grad-border{
    margin: 0 0 18px!important;
}
.client{
    width: 150px;
    height: auto;  
}
.tabs-front-widget .ui-tabs-nav{
    width: 100%;
    float: none;
    text-align: center;
    border: none;
    padding-bottom: 0;
}
.tabs-front-widget .ui-tabs-nav li{
    background: url('../images/tabs-front-nav-li_440.png') repeat-y;
    background-position: center;
}
.tabs-front-widget .ui-tabs-nav li:first-child {
    background: url('../images/tabs-front-nav-li-first_440.png') no-repeat;
    background-position: center;
}
.tabs-front-widget .ui-tabs-nav li:last-child {
    background: url('../images/tabs-front-nav-li-last_440.png') no-repeat;
    background-position: center;
}
.tabs-front-widget .ui-tabs-nav li.ui-tabs-selected {
    background: none;
}
.tabs-front-widget .ui-tabs-nav li a{
    display: inline;
    width: 100%;
    padding: 18px 0;
}
.tabs-front-widget .ui-tabs .ui-tabs-panel{
    padding-left: 0;
    background: none;
}
.tf-navi span.icon{
    float: none;
    display: inline-block;
    margin: -12px 10px -12px 0;
}
.nivo-directionNav,
.theme-789theme .nivo-caption{
    display: none !important;
}
.layerslider{
    height: 138px;
    width: 320px;
}
.ls-789theme h1 { font-size: 14px; line-height: 18px;}
.ls-789theme h2 { font-size: 12px; line-height: 18px;}
.ls-789theme h3 { font-size: 11px; line-height: 18px;}
.ls-789theme h4 { font-size: 10px; line-height: 14px;}
.ls-789theme h5 { font-size: 9px; line-height: 14px;}
.ls-789theme h6 { font-size: 8px; line-height: 9px;}

.ls-789theme p{font-size: 11px !important; line-height: 16px;}
.ls-789theme .wpcf7-response-output, .ls-789theme small{font-size: 9px; line-height: 14px;}

.ls-789theme .one_column,
.ls-789theme .one_columns                     { width: 12px !important; }
.ls-789theme .two_columns                     { width: 32px !important; }
.ls-789theme .three_columns                   { width: 124px !important; }
.ls-789theme .four_columns                    { width: 52px !important; }
.ls-789theme .five_columns                    { width: 92px !important; }
.ls-789theme .six_columns                     { width: 112px !important; }
.ls-789theme .seven_columns                   { width: 132px !important; }
.ls-789theme .eight_columns                   { width: 152px !important; }
.ls-789theme .nine_columns                    { width: 172px !important; }
.ls-789theme .ten_columns                     { width: 192px !important; }
.ls-789theme .eleven_columns                  { width: 212px !important; }
.ls-789theme .twelve_columns                  { width: 232px !important; }
.ls-789theme .thirteen_columns                { width: 252px !important; }
.ls-789theme .fourteen_columns                { width: 272px !important; }
.ls-789theme .fifteen_columns                 { width: 292px !important; }
.ls-789theme .sixteen_columns                 { width: 312px !important; }
.ls-789theme .one-third_column                { width: 98px !important; }
.ls-789theme .two-thirds_column               { width: 205px !important; }
.ls-789theme .full-width_column               { width: 320px !important; }


.ls-789theme .wpcf7-form,
.ls-789theme .newsletter{
    display: none;
}
.mobile-device-hide{
    display: none !important;
}
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/