/* Created by Artisteer v4.2.0.60623 */

.responsive body
{
   min-width: 240px;
}
  
.responsive img 
{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}  
  
.responsive .art-content-layout img,
.responsive .art-content-layout video
{
   max-width: 100%;
   height: auto !important;
}

.responsive.responsive-phone .art-content-layout img 
{
   margin: 1%;
}

.responsive.responsive-phone .art-collage,
.responsive.responsive-tablet .art-collage {
   margin: 0 !important;
}

.responsive .art-content-layout .art-sidebar0, 
.responsive .art-content-layout .art-sidebar1, 
.responsive .art-content-layout .art-sidebar2 
{
   width: auto !important;
}
    
.responsive .art-content-layout, 
.responsive .art-content-layout-row, 
.responsive .art-layout-cell 
{
   padding: 0;
   display: block;
}
    
.responsive .image-caption-wrapper 
{
   width: auto;
}

.responsive.responsive-tablet .art-vmenublock,
.responsive.responsive-tablet .art-block
{
   margin-left: 1%;
   margin-right: 1%;
   width: 48%;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.responsive .art-responsive-embed 
{
   height: 0;
   padding-bottom: 56.25%;
   /* 16:9 */
    position: relative;
}

.responsive .art-responsive-embed iframe,
.responsive .art-responsive-embed object,
.responsive .art-responsive-embed embed
{
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.responsive .art-sheet
{
   width: auto !important;
   min-width: 240px !important;
   max-width: none !important;
   margin-right: 1% !important;
   margin-left: 1% !important;
}

#art-resp {
   display: none;
}

@media all and (max-width: 999px)
{
    #art-resp, #art-resp-t { display: block; }
    #art-resp-m { display: none; }
}

@media all and (max-width: 480px)
{
    #art-resp, #art-resp-m { display: block; }
    #art-resp-t { display: none; }
}

#art-resp-desktop {
   display: none;
}
#art-resp-tablet-landscape {
   display: none;
}
#art-resp-tablet-portrait {
   display: none;
}
#art-resp-phone-landscape {
   display: none;
}
#art-resp-phone-portrait {
   display: none;
}

@media (min-width: 1200px)
{
    #art-resp-desktop { display: block; }
}

@media (min-width: 980px) and (max-width: 1199px)
{
    #art-resp-tablet-landscape { display: block; }
}

@media (min-width: 768px) and (max-width: 979px)
{
    #art-resp-tablet-portrait { display: block; }
}

@media (min-width: 480px) and (max-width: 767px)
{
    #art-resp-phone-landscape { display: block; }
}

@media (max-width: 479px)
{
    #art-resp-phone-portrait { display: block; }
}
.responsive .art-header 
{
   width: auto !important;
   max-width: none !important;
   min-height: 100px !important;
   min-width: 0 !important;
   text-align: center;
}

.default-responsive .art-header 
{
   height: auto;
}

.default-responsive .art-header * {
    margin: 25px 0 0;
    position: relative;
    text-align: center;
    transform: none !important;
}

.default-responsive .art-header .art-headline, 
.default-responsive .art-header .art-slogan 
{
   display: block !important;
   top: 0 !important;
   left: 0 !important;
   margin: 2% !important;
   text-align: center !important;
}
    
.default-responsive .art-header .art-headline a, 
.default-responsive .art-header .art-slogan 
{
   white-space: normal !important;
}

.default-responsive .art-header .art-logo
{
   display: inline-block;
   margin: auto !important;
   left: auto;
   top: auto !important;
   width: auto;
   height: auto;
}

.responsive .art-header .art-slidenavigator 
{
   position: absolute;
}

.default-responsive .art-header .art-positioncontrol 
{
   top: auto !important;
   right: auto !important;
   bottom: auto !important;
   left: auto !important;
   width: auto;
   height: auto;
   margin: auto;
}

.responsive .art-header #art-flash-area
{
   display: none;
}

/* Search and other elements in header element directly */
.default-responsive .art-header>.art-textblock
{
   position: relative !important;
   display: block !important;
   margin: 1% auto !important;
   width: 75% !important;
   top: auto !important;
   right: auto !important;
   bottom: auto !important;
   left: auto !important;
}

.default-responsive .art-header .art-textblock 
{
   position: relative !important;
   display: block !important;
   margin: auto !important;
   left: 0 !important;
   right: 0 !important;
   top: auto !important;
   height: auto !important;
   width: auto;
   background-image: none;
}

/* '.art-header *' used noram align, but for '.art-textblock *' we must force align because of preview */
.responsive .art-header .art-textblock *
{
   text-align: center !important;
}

.default-responsive .art-header .art-shapes > .art-textblock,
.default-responsive .art-header .art-slide-item > .art-textblock
{
   display: none !important;
}

.default-responsive .art-header .art-shapes > .art-textblock *
{
   text-align: center !important;
   width: auto !important;
   height: auto !important;
   display: block;
}

.default-responsive .art-header .art-slider .art-textblock *
{
   text-align: center !important;
   width: auto !important;
   height: auto !important;
   display: block;
}

/* For icons like facebook, rss, etc. */
.responsive .art-header>.art-textblock>div 
{
   width: 100%;
}
.responsive .art-content-layout, 
.responsive .art-content-layout-row, 
.responsive .art-layout-cell 
{
   display: block;
}

.responsive .art-layout-cell 
{
   width: auto !important;
   height: auto !important;
}

.responsive .art-content-layout:after, 
.responsive .art-content-layout-row:after, 
.responsive .art-layout-cell:after 
{
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.responsive .art-post
{
   border-radius: 0;
}

.responsive .art-footer-inner
{
   min-width: 0;
}
.responsive .art-footer
{
   margin-top: 1%;
}

.responsive .responsive-tablet-layout-cell 
{
   width: 50% !important;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.responsive .responsive-layout-row-3 .responsive-tablet-layout-cell 
{
   width: 33.33% !important;
}
.responsive .art-vmenu {
    display: none;
}
.responsive .tinynav{
    display: block;
}
.responsive .art-vmenublockcontent select {
    background: url("images/menu.png") no-repeat scroll right center #C3D021;
    border: medium none;
    display: block;
    height: 35px;
    margin: 0 -3px;
    right: 5px;
    position: fixed;
    text-indent: -9999px;
    top: 0;
    width: 100%;
    z-index: 17;
}
.textwidget .wpcf7 {
    margin: 0 auto;
}
.responsive-phone .art-footer-text {
    background: url("images/foot-bg-m.png") no-repeat scroll center center  rgba(0, 0, 0, 0);
}
.responsive .single_work_cat, 
.responsive-phone #yt-wrap {
    margin: 0 auto 8px;
    width: 100%;
}
.responsive #social-links {
    margin: 0 auto 0;
}
.responsive .navigation img {
    margin: 0 !important;
}
.responsive-phone .single_work {
    margin: 0 5%;
    width: 40%;
}
.responsive .category .art-postheader {
    line-height: 2;
    margin: 0;
    padding: 0;
    text-align: center;
    top: 0;
}
.responsive  .archive .alignright {
    float: none;
    margin: 0;
    text-align: center;
}

.responsive-phone #yt-wrap > div, .responsive-phone #yt-wrap > div img{
    height: auto;
    max-width: 100% !important;
    width: 100%;
}
.responsive-phone #order-book.textwidget {
    float: none;
    margin: 0 auto;
}
.responsive-phone #order-book-bottom div.wpcf7 {
    padding: 15px;
}
.responsive-phone #order-book-bottom .wpcf7-form p {
    display: block;
    margin: 18px 0;
    width: 100%;
}
.responsive-phone #order-book-bottom #top-tip {
    line-height: 1;
    margin: 0 -27px;
    padding: 0 10px 19px;
}
.responsive-phone #order-book-bottom .wpcf7-form p#qua {
    margin: 0;
    width: 100%;
}
.responsive-phone  #order-book-bottom .wpcf7-form p#pointer {
    margin: 43px auto 0;
    right: 6px;
    width: 100%;
}
.responsive #order-book-bottom .wpcf7-form .wpcf7-quiz-label:after {
    left: 52px;
    position: relative;
    top: 24px;
}
.responsive-phone .art-postcontent .wpcf7 #mail-form span, 
.responsive-phone .art-postcontent .wpcf7 #message-form span {
    margin: 2px 3px 0;
    width: 155px;
}
.responsive-phone .art-postcontent .wpcf7 #mail-form,.responsive-phone .art-postcontent .wpcf7 #message-form {
    width: 238px;
}
.responsive-phone .art-postcontent .wpcf7 #mail-form span input {
    width: 140px;
}
.responsive-phone .art-postcontent .wpcf7 #message-form span textarea {
    width: 148px;
}
.responsive-phone .art-postcontent div.wpcf7-validation-errors {
    bottom: -55px;
    right: 0;
}
.responsive-phone .art-postcontent .wpcf7 p#send {
    margin: 29px 0 0 47px;
}