/* Created by Artisteer v4.0.0.58475 */

.responsive body {
   width: 100%;
   text-align: justify;
}

.responsive #main {
   position: absolute;
   width: 100%;
   min-width: 430px;
}

.responsive table {
   font-size: .85em;
}

.responsive img.tutorial{
   width: 100%;
}
  
.responsive .content-layout img,
.responsive .content-layout video {
   max-width: 100%;
   height: auto !important;
}

.responsive .content-layout .sidebar0, 
.responsive .content-layout .sidebar1, 
.responsive .content-layout .sidebar2 {
   width: auto !important;
}
    
.responsive .content-layout, 
.responsive .content-layout-row, 
.responsive .layout-cell {
   display: block;
}
  
.responsive .collage {
   display: none !important;
}
    
.responsive .image-caption-wrapper {
   width: auto !important;
}
  
.responsive .textblock {
   display: none;
}

.responsive .responsive-embed 
{
   position: relative;
   padding-bottom: 56.25%;
   /* 16:9 */
	height: 0;
}

.responsive .responsive-embed iframe,
.responsive .responsive-embed object,
.responsive .responsive-embed embed
{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.responsive .header 
{
   width: auto;
  /* max-width: 800px; */
   height: auto;
   min-height: 42px;
   margin-top: 1%;
   margin-right: 1% !important;
   margin-left: 1% !important;
   background-position: center center !important;
   background-size: cover !important;
   background-repeat: repeat !important;
}

.responsive .header .headline, 
.responsive .header .slogan 
{
   display: block !important;
   font-size: inherit;
   left: 200px!important;
}
    
.responsive .header .headline a, 
.responsive .header .slogan 
{
   white-space: normal !important;
   text-align: right;
   padding-right: 50px;
}
    
.responsive .header .shapes .textblock 
{
   padding: 2% !important;
   margin: 2% !important;
   line-height: normal;
   background-image: none;
   background-color: rgba(127, 127, 127, 0.7);
   color: #eee !important;
   display: none;
   top: auto;
   left: auto;
   width: auto;
   height: auto;
}

.responsive .header .shapes .textblock *,
.responsive .header .shapes .textblock a:hover,
.responsive .header .shapes .textblock a:visited,
.responsive .header .shapes .textblock a:link 
{
   color: #eee !important;
}
    
.responsive .header .shapes .textblock>div 
{
   display: none;
   top: auto;
   left: auto;
   width: auto;
   height: auto;
   padding: 0 !important;
}

.responsive .header .shapes,
.responsive .header .shapes *
{
   -webkit-transform: none !important;
   -moz-transform: none !important;
   -o-transform: none !important;
   -ms-transform: none !important;
   transform: none !important;
}

.responsive .header #flash-area,
.responsive .header .shapes>*
{
   display: none;
}

.responsive #header-bg 
{
   background-position: center center !important;
   background-size: cover !important;
   background-repeat: repeat !important;
}

/* Search */
.responsive .shapes~.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;
}


.responsive .sheet,
.responsive .post,
.responsive .nav
{
   min-width: 240px !important;
   margin-right: 1% !important;
   margin-left: 1% !important;
   display: flow-root;
}

#resp {
   display: none;
}

.responsive .content-layout, 
.responsive .content-layout-row, 
.responsive .layout-cell 
{
   display: inline-block;
}

 @media only screen and (min-width: 400px) and (max-width: 760px) {
   .responsive .layout-cell 
   {
      float: right;
      width: 100%;
   }
}

.responsive .layout-cell 
{
   float: right;
   width: 100% !important;
   height: auto !important;
   border-right-width: 0 !important;
   border-left-width: 0 !important;
   border-radius: 0 !important;
}

.responsive .content-layout:after, 
.responsive .content-layout-row:after, 
.responsive .layout-cell:after 
{
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.responsive .responsive-tablet-layout-cell 
{
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

@media all and (max-width: 760px)
{
    #resp, #resp-t { display: block; }
    #resp-m { display: none; }
}

@media all and (max-width: 640px)
{  
   .shapes {
      display: block;
   }

   .container {
      width: -webkit-fill-available!important;
   }
}
