body
{

    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
}

#header h1, h1, h2
{
  color: #000;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}

#header h1
{
	padding-left: 0;
}

h4, h3, h2, p {
  padding-left: 1em;
  padding-right: 1em;
}

#content, #fixed_width
{
    display: inline-block;
    margin: 0 auto;
    padding: 1em 5%;
    border-radius: .3em;
    max-width: 90%;
}

#fixed_width > *
{
    max-width: 100%;
}

section
{
    color: #000;
}

section > *
{
    margin: 1em auto;
}

.table_panes
{
    border-collapse: separate;
    border-spacing: 1em .5em;
}

.table_panes > div > *
{
    padding: 8% 2%;
    display: table-cell;
    width: 45%;
    vertical-align: middle;
    border-spacing: 0 .5em;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 640px)
{
    .table_panes
    {
        border-spacing: 0;
    }

    .table_panes > div > *
    {
        display: block;
        width: 90%;
        margin: 0 auto 1em;
    }
}

.table_panes > *:first-child > *:nth-child(2n+1)
{
    background: #327DB8;
}

.table_panes > *:first-child > *:nth-child(2n+2)
{
    background: #F1B769;
}

.table_panes > *:nth-child(2) > *:nth-child(2n+1)
{
    background: #81BC8E;
}

.table_panes > *:nth-child(2) > *:nth-child(2n+2)
{
    background: #BB4547;
}

.table_panes > *:first-child > *:nth-child(2n+1) *, .table_panes > *:nth-child(2) > *:nth-child(2n+2) *
{
    color: #FFF;
}

.table_panes > * > * :first-child
{
    margin-top: 0;
}

.table_panes > * > * :last-child
{
    margin-bottom: 0;
}

a
{
    /*color: #648290;*/
}

a:hover
{
    color: #A03B3D;
}

.panel:not(table):not(.table)
{
    width: 45em;
    max-width: 90%;
}

.category_header, .faq_item
{
    width: 45em;
    max-width: 100%;
}

table, .panel
{
    padding: .5em;
    background: #F9F8F6;
}

.carousel div img
{
    float: left;
    width: 15% !important;
}

.carousel h3
{
    text-align: center;
    margin-bottom: 2em;
}

.carousel > div > *:not(img)
{
    margin-left: 20%;
}

blockquote {
    font-size:1.2em;
    display: inline-block;
    margin: 0 auto 2em auto;
    max-width: 45em;

}

blockquote p::before, blockquote p::after, blockquote a
{
	color: #327DB8;
}

div#sections > div > div#buy-now {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
div#sections > div > div#buy-now a > *{
display: inline-block;
vertical-align: middle;
}

  div#sections > div > div#buy-now img {
    margin-left: auto;
    margin-right: auto;
    width: 6em !important;
  }
  div#sections > div > div#buy-now span {
    margin-top: 0em;
    text-align: center;
    text-align: center;
    display: block;
    font-size: 2em !important;
  }

  div#sections > div > div#buy-now span:last-child {
    font-size: 1.25em !important;
  }
  
  div#sections > div > div#buy-now a {
    
    text-decoration: none;
    color: black;
    font-weight: bold;
  }



 div#corner-info {
  display: inline-block;
  float: right;
  margin-right: 4em;
  text-decoration: none;
  color: black;
  font-weight: bold;
  }

  div#corner-info img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    width: 3em !important;
  }
  div#corner-info div {
    display: block;

  }
  div#corner-info span {
    margin-top: 0em;
    text-align: center;
    display: block;
    font-size: 0.8em !important;
  }

  div#corner-info span:last-child {
    font-size: 0.6em !important;
  }
  
  div#corner-info a {
    
    text-decoration: none;
    color: black;
    font-weight: bold;
  }


  #top-nav {margin-bottom: 0;}

/*==============================*/
body
    {
       
    }
    
    #container
    {
        padding: 0;
    }
    
/*    div#sections > div
    {
        text-align: center;
        padding: 4em 3%;
        width: 94.4%;
    }
  
  @media only screen and (max-device-width:768px)
  {
    div#sections > div
    {
      padding: 4em 3%;
      width: 97%;
    }
    blockquote {
      margin-left: auto;
    }
  }*/
    
    div#sections > div:first-of-type
    {
        text-align: center;
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    div#sections > div:nth-of-type(8n+2)
    {
        background: #327DB8; /* blue */
    }
    
    div#sections > div:nth-of-type(8n+3)
    {
        background: white;
        /*background: #F1B769; /* gold */*/
    }
    
    div#sections > div:nth-of-type(8n+4)
    {
      background: #F1B769; /* gold */
        /*background: #81BC8E; /* green */*/
    }
    
    div#sections > div:nth-of-type(8n+5)
    {
      background: white;
        /*background: #BB4547; /* red */*/
    }
    div#sections > div:nth-of-type(8n+6)
    {
      background: #81BC8E; /* green */
        /*background: #327DB8; /* blue */*/
    }
    
    div#sections > div:nth-of-type(8n+7)
    {
      background: white;
        /*background: #F1B769; /* gold */*/
    }
    
    div#sections > div:nth-of-type(8n+8)
    {
      background: #BB4547; /* red */
        /*background: #81BC8E; /* green */*/
    }
    
    div#sections > div:nth-of-type(8n+9)
    {
      background: white;
        /*background: #BB4547; /* red */*/
    }
    
    /*div#sections > div:nth-of-type(2)
    {
        padding-top: 15em;
    }*/
    
    /*div#sections > div > div
    {
        display: inline-block;
        text-align: center;
        width: 45em;
        max-width: 100%;
    }*/
  
  div#sections > div:not(:first-child) a:not(.button)
  {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: black;
    text-decoration: underline;
  }


  
  div#sections > div a span
  {
    font-size: 1.5em;
    margin-top: 1em;
  }
  
  h1
  {
  font-family: arial, sans-serif;
      font-size: 8em;
      margin: 0em 0;
  }
  
  h2
  {
      font-size: 3em;
      margin: .5em 0;
  }
  
  h1 + p
  {
    font-family: "Lato";
    font-weight: bold;
    text-align: center;
        font-size: 2em;
        margin-top: -.5em;
        margin-bottom: 0em;
  }
    
    @media only screen and (max-width: 720px), only screen and (max-device-width: 640px)
    {
        h1
        {
            font-size: 5em;
        }
        
        h2
        {
            font-size: 1.5em;
        }
        
        h1 + p
        {
          font-size: 1.5em;
        }
        
        div#sections > div:first-of-type
        {
            margin-top: 0em;
            padding-top: 1.5em;
        }

        div#corner-info {
          display: block;
          float: none;
          margin-left: auto;
          margin-right: auto;
        }

        blockquote {
          max-width: 75%;
          
        }
    }
  
  /*  @media only screen and (max-width: 720px), only screen and (max-device-width: 640px)
    {
        div#sections > div:first-of-type
        {
            margin-top: 0em;
            padding-top: 1.5em;
        }
    }*/
  
    @media only screen and (max-device-width: 640px)
    {
        h1
        {
            font-size: 5em;
        }
        
        h2
        {
            font-size: 2.5em;
        }
        
        h1 + p
        {
          font-size: 1.5em;
        }

    }
  
/*    div#sections img
    {
        display: block;
        width: 15em;
        max-width: 100%;
    }
    
    div img#winclone_icon
    {
        width: 25em;
        margin: 0 auto -13em;
    }
  
  div#sections > div a img
  {
    width: 8em;
    max-width: 100%;
  }*/

  div#sections > div {padding: 3em 1em;}
    
  @media only screen and (max-device-width: 360px) and (orientation:portrait)
  {
    img#winclone_icon
    {
      margin-bottom: -12em;
    }

    div#sections > div:nth-of-type(2)
    {
      padding-top: 12em;
    }

    div#showcase {
      margin-bottom: 1em;
    }
  }
  
 /* div#sections img.large_image
  {
    width: 40em;
    margin-bottom: 1em;
    margin-right: auto;
    margin-left: auto;
  }

  div#sections img.wide_image
  {
    width: 17em;
  }
  
  div#sections img.network_ready
  {
    width: 33em;
    margin-left: auto;
    margin-right: auto;
  }*/
  
  #header
  {
    display: none;
  }
  
  #showcase
  {
    position: relative;
  }
  
  #showcase > div
  {
    text-align: center;
  }
  
  #buy_product_button, #get_help_button
  {
    display: table;
    position: absolute;
    top: 7em;
    padding: 1em;
    text-align: left !important;
    z-index: 1000;
  }

  #buy_product_button
  {
    right: 50%;
    margin-right: -27em;
  }
  
  #get_help_button
  {
    left: 50%;
    margin-left: -23em;
  }
    
  #buy_product_button a, #get_help_button a
    {
      color: #000;
      font-weight: bold;
      text-decoration: none;
    }
    
  #buy_product_button img, #get_help_button img
    {
      width: 4em !important;
    display: inline !important;
    }
  
  #buy_product_button a > *, #get_help_button a > *
  {
    display: inline-block;
    vertical-align: middle;
  }
    
  #buy_product_button a div span, #get_help_button a div span
    {
      display: block;
      font-size: 1.6em;
    margin: 0 !important;
    text-align: left;
    color: black;
    }
    
  #buy_product_button a div span:last-child, #get_help_button a div span:last-child
    {
      font-size: .9em;
      text-align: center;
    }
  
  @media only screen and (max-width: 775px), only screen and (max-device-width: 640px)
  {
    #buy_product_button, #get_help_button
    {
            position: static;
      display: inline-block;
            margin: 0;
      padding: 0;
    }
    
        div img#winclone_icon
        {
          margin-bottom: 0;
        }
    
    div#sections > div:first-of-type
    {
      margin-top: 0em;
    }
        
        div#sections > div:nth-of-type(2)
        {
          padding-top: 4em;
        }
  }

  a#more_video
  {
    font-size: 1.5em;
    margin-top: 1em;
  }

  #x-market-container
  {
    border-spacing: 1em;
    display: table;
    margin: 0 auto;
    border: none;
    box-shadow: none;
  }
  
  .x-market
  {
    display: table-cell;
    width: 15em;
    padding: .5em;
    text-align: center;
    vertical-align: middle;
  }
  
  .x-market p
  {
    text-align: center;
    line-height: 1.1em;
  }
  
  .x-market img
  {
    height: 5em;
  }

  @media only screen and (max-width:600px), only screen and (max-device-width: 640px)
  {
    .x-market
    {
      display: block;
      margin: 1em auto;
    }
  }
  
  [id^=player_carousel_nav] span
  {
    display: none;
  }
  
  #player span
  {
    font-size: .8em !important;
  }
  
  div
  {
    max-width: 100%;
  }

/*.pro {
    background-image: url("../images/pro_flag.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right; 
    margin-right: 4em;
  }
  .stamp-it {
    background-image: url(/images/twocanoes_sofware_high_contrast-01.png);
    background-repeat: no-repeat;
    background-position: 95% 0%;
  }*/

#side-tabs a.support {
  background: url(/images/redownload.png);
  background-repeat: none;
  left: 0px;
  top: 25%;
  height: 126px;
  width: 38px;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 9999;
  display:block;
}

 

div#player {
  margin-left: auto;
  margin-right: auto;
}

div#sections > div > div img.go_pro {
  width:30em;
  margin: 2em auto;
}

div#sections > div > div#line-o-links {
  display:block;
  margin: 2em auto;
}

ul#main-features {
  font-size: 1.5em;
}

h1.pricing {font-size: 4.5em; font-family: Lato;}
h2.pricing {margin-top: 0;}

h1.pricing a {
  color: black;
  text-decoration: none;
}

div#page_logo {margin-top: 0.5em;}

select#os0 {margin: 1em auto;}

h1.product-title {
  font-size: 4.5em;
  font-family: Lato;
  margin: 0;
  padding-top: 0.25em;
}

h2.product-title {
  font-size: 2.5em;
  margin: 0.25em 0;
}

div.product-title {padding: 2em;}

.action-icon
{
  padding: 1em;
  text-align: center;
}

.action-icon a
{
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.action-icon img
{
 
  display: inline !important;
  width: 5em;
}


.action-icon a > *
{
  display: inline-block;
  vertical-align: middle;
}

.action-icon a div span {
  display: block;
  font-size: 1.6em;
  margin: 0 !important;
  text-align: center;
  color: black;
}

.action-icon a div span:last-child
{
  font-size: .9em !important;
}

.contained {/*padding: 1em;*/}

.pure-table {text-align: center;}

.pure-table thead  th {
background: none;
box-shadow: none;
}

div#line-o-links.pure-u-1 {
  padding-bottom: 1em;
  font-weight: bolder;
}

div.pure-g {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
  }

div.quick_change {max-width: 95%;}

/* Navigation for grey menu across top of twocanoes.com*/
/*.main-logo {
  position: absolute;
  float:left;
  z-index:2;
  max-width: 6em;
  margin-left: 3em;

}


#top-nav {
  z-index:1;
  position: relative;
  background: #4B4B4B; 
  margin: 0 0 4em 0;
  padding-left: 9em;
  padding-right: 9em;
  top: 0;
  
}

#top-nav img {
  width: 4em;
}
ul.menu {  
    background: #4B4B4B; 
    line-height: 2em;
    display: inline-block;
    padding: 0;
    margin: 0;

}

ul.menu > li { 
    float: left; 
    position: relative;
    width: 10em;
    text-align: center;
    margin: 0;
    list-style: none; 
    color: #FFF;
    padding: 0 0 0 0.5em;
}

.has-sub:after {
  margin-left: 0.5em;
  content: '\25BE';
}



ul.menu ul {
    z-index: 3;
    width: 100%;
    background: #444; 
    display: none; 
    position: absolute;
    left: 0; 
    
}

ul.menu a { 
    cursor: pointer; 
    display: block; 
    color: white; 
    text-decoration: none;
    padding-right: 1em;
}

ul.menu ul li> a, ul.menu ul li> a:hover { margin: 0; padding: 0.5em 0 0.5em 1em; }

ul.menu ul li.product-edition> a, ul.menu ul li.product-edition> a:hover { margin: 0; padding: 0.5em 0 0.5em 2em; }

.no-link {color: #327DB8;}
ul.menu ul li.no-link span {padding-left:0.5em;}
ul.menu li:not(.no-link):hover { background: #555; }
ul.menu ul li:not(.no-link):hover {  }

ul.menu ul li:first-child * {padding-top: 1em; display: block;}

ul.menu ul li {margin:0; padding:0; line-height: 1.3em;}


ul.menu li:hover ul { display: block;  padding: 0; }



ul.menu ul li:first-child:hover a {padding-top: 1em;}
ul.menu ul li:hover {}


@media all and (max-width: 40em;) {
    #top-nav {background: none;}
    ul.menu {  height: auto; }
    ul.menu > li { line-height: 3em;  }
    ul.menu a {  }
    ul.menu ul { position: relative; }
    ul.menu li.tap { background: #4B4B4B;  }
    ul.menu li.tap ul { display: block;  }
}

a {
  text-decoration: none;
  color:#327DB8;
  background-color: transparent;
}

#footer-share, #footer #copyright {color: black;}

#footer #copyright {
float: left;
margin-left: 1em;
margin-top: 1.3em;
}

#footer-share {
  float: right;
  margin-right: 1em;
}*/

@media (max-width: 62em) {

    .action-icon {
        text-align: center;
    }

    img#winclone-icon {max-width: 20em;}


}

.column_heading {
  text-align: center;
}

.column_heading a {
  color: black;
}

div#edition_descriptions {
  display: none:;
}

div#edition_descriptions h2 {
  padding: 0;
}

div.edition-description {
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 1em;
}

div.edition-description h2 {text-align: center; font-size: 1.75em;}

img.twenty {max-width: 20em;}

  table#editions_explainer th {text-align: center;}
  

  div#app-icon img {
    /*margin: 3em auto 0 auto;*/
    max-width: 15em;
  }

  div.action-icon{
    padding: 1em;
  }

  div.open-quote {
    float: left;
    content: url(/css/icons/open-quote.svg);
    width: 2em;
    padding-right: 1em;
  }





div.feature_button {
  text-align: center;
  border: 1px;
}

div.feature_button img {max-width: 4em;}

.tab {
  position: relative;
  height: auto;
}
.tab-painel {
  display: inline-block;
  /*min-height: 150px;*/
  vertical-align: top;
}
.tab-painel .tab-open {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.tab-nav {
  border: #aaaaaa solid 1px;
  cursor: pointer;
  font-size: 1.1em;
  display: inline-block;
  padding: 1em;
  margin-right: 1em;
}
.tab-open .tab-nav:hover,
.tab-open:checked ~ .tab-nav {
  background-color: #eaeaea;
}
.tab-inner {
  opacity: 0;
  margin-top: 20px;
  position: absolute;
  left: 0;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  visibility: hidden;
}
.tab-open:focus:checked ~ .tab-nav {
  outline: thin dotted;
}
.tab-open:checked ~ .tab-inner {
  opacity: 100;
  visibility: visible;
}

label.tab-nav img {
  height: 5em;
  vertical-align: top;
}

label.tab-nav {
  

}
label.tab-nav p {
text-align: center;

}

.box{
        padding: 2em;
        display: none;
        margin-top: 2em;
        min-height: 27em;
    }



input[type=radio] + label {
  opacity: 0.4;
} 
input[type=radio]:checked + label {
  opacity: 1;
} 

div.quote {
  margin:1em;
  padding: 1em;
  border: 1px #DDDDDD solid;
  text-align: left;
}

div.quote span:before {
  content: "\2014";
}
div.quote span {
  font-style: italic;
  color: #DDDDDD;
}

.red {
  background-color: #BB4547;
}

.gold {
  background-color: #F1B769;
}

.blue {
  background-color: #327DB8;
}

div.line-o-links {
 margin-top: 2em; 
}

.box-in {
  border: 1px solid #ddd;
  height: 114px;

}


.box p {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.box ul {
  list-style: square;
  margin-left: 1em;
}

.box ul li {
  list-style: square;
}

.colored_button { 
/*background: #327DB8;*/
border: none;
color: #FFF !important;
padding: .3em 3em;
text-decoration: none;
border-radius: 3em;
display: inline-block !important;
text-decoration: none !important;
}


#redownload a {text-decoration: none !important;}

 @media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  :not(table.pricing-table) thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  :not(table.pricing-table) tr { border: 1px solid #ccc; }
  
  :not(table.pricing-table) td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
  }
  
  :not(table.pricing-table) td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    /*white-space: nowrap;*/
  }
  
  /*
  Label the data
  */

  table#editions_explainer td:nth-of-type(1):before { content: ""; }
  table#editions_explainer  td:nth-of-type(3):before { content: "Standard "; }
  table#editions_explainer td:nth-of-type(2):before { content: "Basic "; }
  table#editions_explainer  td:nth-of-type(4):before { content: "Pro "; }
  table#editions_explainer td:nth-of-type(5):before { content: "Pro with Support "; }
  table#editions_explainer td:nth-of-type(6):before { content: "Site "; }
  table#editions_explainer td:nth-of-type(7):before { content: "Site with Support "; }

  table#tent_pole_features td:nth-of-type(1):before { content: ""; }
  table#tent_pole_features td:nth-of-type(3):before { content: "Standard "; }
  table#tent_pole_features td:nth-of-type(2):before { content: "Basic "; }
  table#tent_pole_features td:nth-of-type(4):before { content: "Pro "; }
  table#tent_pole_features td:nth-of-type(5):before { content: "Site "; }


  label.tab-nav img {
  display: none;
  
    }

  .box ul { max-width: 90%}


  /*a.button {
    padding:0.25em;

  }*/
  .tab-painel {display: none !important;}
  .box{ 
    visibility: visible;
    min-height: auto;
    margin: 0 auto;
    padding: -0 auto;

  }
}

ol#list-left li {
  text-align: left;
}

 {

}

#pricing-title h1 {font-size: 3.5em; font-family: Lato; margin-bottom: 0;}
#pricing-title h2 {margin-top: 0; font-size: 2em;}

#pricing-title h1 a {
  color:black;
  text-decoration: none;
}
