﻿body
{
    color: #000;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 22px;
    font-family: arial,sans-serif;
}

#apps {
    margin: 20px 0px;
    border-top: thin solid #aaa;
    border-bottom: thin solid #aaa;
    
}

.app {
    padding-top: 10px;
}

@media only screen and (max-width: 300px) {
    .icon img {
        float: left;
        width: 60px;
    }
}

@media only screen and (min-width: 301px) {
    .icon img {
        float: left;
        width: 120px;
    }
}



.icon-text {
    margin-left: 20px;
    float: left;
    width: 60%;
}

.icon-text .header {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}

.icon-text .description {
    display: block;
    font-style: italic;
    margin-bottom: 15px;
}

.icon-text .screenshots {
     display: block;  
     margin-top: 20px;
}

.icon-text .screenshots img {
    width: 15em;
    margin-right: 1em;
}

.screenshot {
    display: inline-block; 
    width: 15em; 
    margin-right: 3em;
}

.white a:link, .white a:visited {
    color: white;
}


a:link, a:visited {
    color: black;
}

.box {
    text-align: center;
    margin-bottom: 20px;
}

.bold {
    font-weight: bold;
}

.yellow-frame {
    background-color: #fffac6;
    padding: 10px;
}

.tip-box {
    border-top: 3px double #77b55a;
    border-bottom: 3px double #77b55a;
    border-left: 3px double #77b55a;
    border-right: 3px double #77b55a;
    background-color: #AFFA8C;
    padding: 5px;
    margin-bottom: 20px;
}

.box a {
    color: #8CC1DB;

}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.clear {
    overflow: auto;
}

/*Strip the ul of padding and list styling*/
#menu {
	margin:0;
	padding: 0;
    list-style-type: none;
    position: absolute;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 0px;
    padding-left: 0px;
}

/*Style for menu links*/
#menu li a {
	display:block;
	padding: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
	background: #eee;
	text-decoration: none;
}

/*Hover state for top level links*/
#menu li:hover a {
	background: #bbb;
    color: #fff;
    text-decoration: none;
}

/*Style for dropdown links*/
#menu i:hover ul a {
	background: #eee;
	color: black;
}

/*Hover state for dropdown links*/
#menu li:hover ul a:hover {
	background: black;
	color: white;
    text-decoration: none;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
    margin:0;
	padding: 0;
}



/*Make dropdown links vertical*/
li ul li {
	display: block;
    padding-left: 0px;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: black;
	background: #eee;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 660px){
	/*Make dropdown links appear inline*/
	#menu {
		position: static;
		display: none;
        margin: 0px;
        padding: 0px;
	}
	/*Create vertical spacing*/
	#menu  {
		border-top: 1px solid #bbb;
	}
	/*Make all menu links full width*/
	#menu li, #li a {
		width: 100%;
        border-bottom: 1px solid #bbb;
    }

    #desktop-header {
        display: none;
    }
    
    #desktop-header img {
        display: none;
    }
    
    #mobile-header {
        display: block;
    }
    
    #mobile-header img {
        width: 100%;
        border: 0px;
    }

    .image a img {
        width: 100%;
    }

    .video {
        width: 100%;
    }

    input[type=text] {
        width: 100%;
        padding: 15px 32px;
        box-sizing: border-box;
        margin-right: 0.5em;
        font-size: 16px;
        text-align: center;
      }
    
      .btn {
        border: 2px solid black;
        background-color: white;
        color: black;
        padding: 14px 28px;
        font-size: 16px;
        cursor: pointer;
        margin-top: 0.5em;
      }
    
      .info {
        border-color: #2196F3;
        color: dodgerblue
      }

      .default {
        border-color: #e7e7e7;
        color: black;
      }
      
      .default:hover {
        background: #e7e7e7;
      }

      .paging {
        border-color: #2196F3;
        color: dodgerblue
      }
    
      .info:hover {
        background: #2196F3;
        color: white;
      }
    
    .center {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    .letter {
        display: inline-block;
        border: thin solid black;
        background-color: #FFE396;
        padding: 0.5em;
        line-height: 1em;
        height: 1em;
        width: 1em;
        text-align: center;
        margin-right: 1em;
        margin-bottom: 0.5em;
    }

    #menu li ul li {
	    display: block;
        border-bottom: 0px solid #bbb !important;
    }

	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}

    #menu {
        display: none;
    }
}

#header {
    overflow: auto;
}


#logo {
    color: #ccc;
    font-weight: bold;
}

.to-store-button, .function-button {
	-moz-box-shadow: 0px 10px 14px -7px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.to-store-button:hover, .function-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
.to-store-button:active, .function-button:active {
	position:relative;
	top:1px;
}

blockquote {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -5px;
top: -20px;
color: #7a7a7a;
}

blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}


.gift-about-button {
	-moz-box-shadow: 0px 10px 14px -7px #5b9441;
	-webkit-box-shadow: 0px 10px 14px -7px #5b9441;
	box-shadow: 0px 10px 14px -7px #5b9441;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9fcf87), color-stop(1, #aecc9f));
	background:-moz-linear-gradient(top, #9fcf87 5%, #aecc9f 100%);
	background:-webkit-linear-gradient(top, #9fcf87 5%, #aecc9f 100%);
	background:-o-linear-gradient(top, #9fcf87 5%, #aecc9f 100%);
	background:-ms-linear-gradient(top, #9fcf87 5%, #aecc9f 100%);
	background:linear-gradient(to bottom, #9fcf87 5%, #aecc9f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fcf87', endColorstr='#aecc9f',GradientType=0);
	background-color:#9fcf87;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #699e45;
}
.gift-about-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #aecc9f), color-stop(1, #9fcf87));
	background:-moz-linear-gradient(top, #aecc9f 5%, #9fcf87 100%);
	background:-webkit-linear-gradient(top, #aecc9f 5%, #9fcf87 100%);
	background:-o-linear-gradient(top, #aecc9f 5%, #9fcf87 100%);
	background:-ms-linear-gradient(top, #aecc9f 5%, #9fcf87 100%);
	background:linear-gradient(to bottom, #aecc9f 5%, #9fcf87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#aecc9f', endColorstr='#9fcf87',GradientType=0);
	background-color:#aecc9f;
}
.gift-about-button:active {
	position:relative;
	top:1px;
}



/*#menu ul li a
{
	margin-right: 25px;
	text-decoration: none;
}*/


.successStatus {
    color: green;
}

.errorStatus {
    color: red;
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/



#culture
{
	border: 0;
	float: right;
}





.frame
{
    padding: 10px;
	border: thin solid #595A57;
	display: inline-block;
}


#footer
{
	margin: 0px auto;
	padding-top: 20px;
    text-align: center;
    color: #000 !important;
}

#footer a
{
    color: #000 !important;
}

#footer ul li
{
	padding-right: 20px;
}

#footer ul li a
{
	font-size: 100%;
}

.left
{
    float: left;
}

.right
{
    float: right;
}



p
{
	margin-top: 0px;
	margin-bottom: 10px;
}


#payoff
{
	float: right;
}

#header-content
{
	margin: 0px auto;
}

.error {
    color: red;
}

.clear {
    overflow: auto;
}

.rounded-container {
    border: thin solid #ccc;
    border-radius: 10px;
}

.rounded-container .header {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #ddd;
    padding: 10px;
}

.rounded-container .red-white-header {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #c81111;
    color: white;
    padding: 10px;
}

.red {
    color: #c81111;
}


.rounded-container .content {
    padding: 10px;
}

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}

.tableData
{
	border: thin solid #ccc;
    border-collapse: collapse;
}

.tableData tbody tr th, .tableData thead tr th
{
	background-color: #ccc;
	color: #000;
	padding: 5px;
}

.tableData tbody tr td, .tableData thead tr td
{
	border-right: thin solid #ccc;
	border-bottom: thin solid #ccc;
	padding: 5px;
}

.text {
    float: left;
    width: 80px;
    height: 24px;
    line-height: 24px;
}

.inputValue {
    
}

.gray-black {
    background-color: #EEE;
    font-weight: bold;
    color: black;
    padding: 5px;
    overflow: auto;
}

.gift-category {
    padding-bottom: 5px;
}

.tk-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108 !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:36px;
	line-height:24px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #aade7c;
}
.tk-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.tk-button:active {
	position:relative;
	top:1px;
}


#yellow

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error, .statusMessage
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

@media screen and (max-width : 600px) {
	body
{
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}

#desktop-header {
    display: none;
}

#desktop-header img {
    display: none;
}

#mobile-header {
    display: block;
}

#mobile-header img {
    width: 100%;
    border: 0px;
}

.image a img {
    width: 100%;
}

.green-btn {
    background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}


.products .header {
    font-weight: bold;
    text-align: center;
}

.products {
    text-align: center;
}

.products ul {
    display: inline-block;
    margin: 0 auto;
}

h2
{
	margin-top: 1.5em;
    font: bold 24px/1.2em 'Open Sans', arial, sans-serif;
    color: #222222;
}

h3
{
    margin-top: 2em;
    color: #222222;
    font-family: "MV Boli";
    font-size: 1.2em;
	text-transform: uppercase;
}

.red-white {
    background-repeat: no-repeat;
    background-color: #c81111;
    color: white;
    text-align: center;
    padding: 5px;
    height: 25px;
    line-height: 25px;
    margin: 0px auto;
    width: 90%;
    font-size: 110%;
    font-weight: bold;
    border-radius: 5px;
}

#left-main-content {
    margin: 5px;
}

#right-main-content {
    margin: 5px;
}

#container {
}

.clear {
    overflow: auto;
}


#header {
}

#mobile-header {
    display: block;
    
}

#top-content {

}


#logo {
    margin: 5px;
    font-size: 120%;
    color: #ccc;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}


/*#menu
{

    margin: 0px 0px 5px 0px;
    border-top: thin solid #D1D1D1;
    border-bottom: thin solid #D1D1D1;
}*/

/*#menu ul li a
{
	font-weight: bold;
    font-size: 110%;
}*/

.small-image {
    width: 60%;
}



.banners {
}



.image-title { 
   display: none;
}



.gift-info a {

}

a {
    text-decoration: none !important;
}

#mobile-first-text {
    background-color: #fff;
    color: black;
    font-weight: bold;
    font-size: 90%;
    text-align: center;
    display: block;
    border-bottom: 1px solid #ccc;
}

.to-store-button, .function-button {
	-moz-box-shadow: 0px 10px 14px -7px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.to-store-button:hover, .function-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
.to-store-button:active, .function-button:active {

}

.gift-about-button {
	-moz-box-shadow: 0px 10px 14px -7px #5b9441;
	-webkit-box-shadow: 0px 10px 14px -7px #5b9441;
	box-shadow: 0px 10px 14px -7px #5b9441;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9fcf87), color-stop(1, #aecc9f));
	background:-moz-linear-gradient(top, #9fcf87 5%, #aecc9f 100%);
	background:-webkit-linear-gradient(top, #9fcf87 5%, #aecc9f 100%);
	background:-o-linear-gradient(top, #9fcf87 5%, #aecc9f 100%);
	background:-ms-linear-gradient(top, #9fcf87 5%, #aecc9f 100%);
	background:linear-gradient(to bottom, #9fcf87 5%, #aecc9f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fcf87', endColorstr='#aecc9f',GradientType=0);
	background-color:#9fcf87;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #699e45;
}
.gift-about-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #aecc9f), color-stop(1, #9fcf87));
	background:-moz-linear-gradient(top, #aecc9f 5%, #9fcf87 100%);
	background:-webkit-linear-gradient(top, #aecc9f 5%, #9fcf87 100%);
	background:-o-linear-gradient(top, #aecc9f 5%, #9fcf87 100%);
	background:-ms-linear-gradient(top, #aecc9f 5%, #9fcf87 100%);
	background:linear-gradient(to bottom, #aecc9f 5%, #9fcf87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#aecc9f', endColorstr='#9fcf87',GradientType=0);
	background-color:#aecc9f;
}
.gift-about-button:active {
	position:relative;
	top:1px;
}




/*#menu ul li a
{
	margin-right: 25px;
	text-decoration: none;
}*/


.successStatus {
    color: green;
}

.errorStatus {
    color: red;
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

#footer ul, .products ul, .list ul, .bullet-list ul
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.product-link {
    margin-top: 5px;
    text-align: center;
}

.product-link a, .store-link a
{
    text-decoration: underline !important;;
    color: black !important;
}

.list ul li
{
    background: url(./images/blue-arrow.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 0.5em;
    padding-left: 1em;
    font: 14px/1.2em 'Open Sans', arial, sans-serif;
    width: 75%;
 }

.bullet-list ul li
{
    padding-left: 1em;
    text-indent: -1em;
    font: 14px/1.2em 'Open Sans', arial, sans-serif;
    width: 75%;
    margin-bottom: 0.5em;
    font: 14px/1.2em 'Open Sans', arial, sans-serif;
    width: 75%;
 }

#footer ul li
{
	display: inline-block;
    margin-right: 20px;
    overflow: auto;
}

.products ul li 
{
    width: 100%;
	display: block;
    margin: 0 auto 1em auto;
}

#footer-left {
    text-align: center;
}

#footer-right {
    text-align: center;
}


#culture
{
	border: 0;
	float: right;
}

#footer
{
	margin: 15px;
	padding-top: 20px;
    text-align: center;
    color: #bbb;
}

.left-container {
    float: left;
}

iframe {
    width: 100%;
}

.suggestion {
    margin-top: 0;
    font: bold 20px/1.2em 'Open Sans', arial, sans-serif;
    color: #222222;
    text-align: center;
}

.frame
{
    padding: 10px;
	border: thin solid #595A57;
	display: inline-block;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

a
{
    color: #6CAAE0;
	text-decoration: underline;
}



#footer ul li a
{
	font-size: 100%;
}


 a:hover
{
    text-decoration: underline;
} 

p
{
	margin-top: 0px;
	margin-bottom: 10px;
}

h1
{
    margin-top: 0;
    font: bold 28px/1.2em 'Open Sans', arial, sans-serif;
    color: #222222;
}


#payoff
{
	float: right;
}

#header-content
{
	margin: 0px auto;
}

.error {
    color: red;
}

.red-white {
    background-repeat: no-repeat;
    background-color: #c81111;
    color: white;
    text-align: center;
    padding: 5px;
    height: 50px;
    line-height: 50px;
    width: 820px;
    font-size: 150%;
    font-weight: bold;
    border-radius: 5px;
}

.red-white-small{
    background-repeat: no-repeat;
    background-color: #c81111;
    color: white;
    text-align: center;
    padding: 5px;
    height: 25px;
    line-height: 25px;
    margin: 0px auto;
    width: 80%;
    font-size: 110%;
    font-weight: bold;
    border-radius: 5px;
}

.clear {
    overflow: auto;
}


#main-content
{
	margin: 15px;
}

.rounded-container {
    border: thin solid #ccc;
    border-radius: 10px;
}

.rounded-container .header {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #ddd;
    padding: 10px;
}

.rounded-container .red-white-header {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #c81111;
    color: white;
    padding: 10px;
}


.rounded-container .content {
    padding: 10px;
}

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}

.tableData
{
	border: thin solid #ccc;
    border-collapse: collapse;
}

.tableData tbody tr th, .tableData thead tr th
{
	background-color: #ccc;
	color: #000;
	padding: 5px;
}

.tableData tbody tr td, .tableData thead tr td
{
	border-right: thin solid #ccc;
	border-bottom: thin solid #ccc;
	padding: 5px;
}

.text {
    float: left;
    width: 80px;
    height: 24px;
    line-height: 24px;
}

.textbox {
    width: 97%;
}

.textarea {
    width: 97%;
}

.gray-black {
    background-color: #EEE;
    font-weight: bold;
    color: black;
    padding: 5px;
    overflow: auto;
}

.gift-category {
    padding-bottom: 5px;
}

.tk-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108 !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:36px;
	line-height:24px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #aade7c;
}
.tk-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.tk-button:active {
	position:relative;
	top:1px;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error, .statusMessage
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.consent {
  padding: 1em 0.5em;
  background-color: #616161;
  color: white;
  font-size: 90%;
  text-align: center;
}

.myButton {
    margin: 1em auto;
    display: block;
    width: 5em;
	background-color:#5b9441;
    border: thin solid white;
    padding: 1em;
    color: white !important;
    text-decoration: none;
}

.myButton:hover {
	background-color:#ccc;
    border: thin solid white;
    padding: 1em;
    color: black !important;
    text-decoration: none;
}

}

@media screen and (min-width : 601px){
	body
{
    background: #eee;
    margin: 0px;
    padding: 0px;
}

#desktop-header img {
    width: 100%;
    height: auto;
}


.center {
    margin: 0 auto;
    text-align: center;
    width: 50em;
}

h2
{
	margin-top: 1em;
    font: bold 24px/1.2em 'Open Sans', arial, sans-serif;
    color: #222222;
}

input[type=text] {
    width: 15em;
    padding: 15px 32px;
    box-sizing: border-box;
    margin-right: 0.5em;
    font-size: 16px;
    text-align: center;
  }

  .btn {
    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
  }

  .info {
    border-color: #2196F3;
    color: dodgerblue
  }

  .info:hover {
    background: #2196F3;
    color: white;
  }

  .default {
    border-color: #e7e7e7;
    color: black;
  }

  .orange {
    border-color: #ff9800;
    color: orange;
  }
  
  .orange:hover {
    background: #ff9800;
    color: white;
  }
  
  .default:hover {
    background: #e7e7e7;
  }

.button {
    background-color: rgb(240, 154, 57);
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
}

.video {
    width: 30em;
}

.green-btn {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.orange {
    border-color: #ff9800;
    color: orange;
  }
  
  .orange:hover {
    background: #ff9800;
    color: white;
  }

.letter {
    display: inline-block;
    border: thin solid black;
    background-color: #FFE396;
    padding: 0.5em;
    line-height: 3em;
    height: 3em;
    width: 3em;
    text-align: center;
    margin-right: 1em;
    margin-bottom: 1em;
}

#theme-image {
    float: right;
}

.red-white {
    background-repeat: no-repeat;
    background-color: #c81111;
    color: white;
    text-align: center;
    padding: 5px;
    height: 50px;
    line-height: 50px;
    width: 820px;
    font-size: 150%;
    font-weight: bold;
    border-radius: 5px;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

#footer
{
    text-align: center;
}

.products {
    text-align: center;
}

.products ul {
    display: inline-block;
    margin: 0 auto;
}

#footer ul, .products ul, .list ul, .bullet-list ul
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.suggestion {
    margin-top: 0;
    font: bold 40px/1.2em 'Open Sans', arial, sans-serif;
    color: #222222;
    text-align: center;
}

.list ul li
{
    background: url(./images/blue-arrow.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 0.5em;
    padding-left: 1em;
    font: 14px/1.2em 'Open Sans', arial, sans-serif;
    width: 75%;
 }

.bullet-list ul li
{
    padding-left: 1em;
    text-indent: -1em;
    font: 14px/1.2em 'Open Sans', arial, sans-serif;
    width: 75%;
    margin-bottom: 0.5em;
    font: 14px/1.2em 'Open Sans', arial, sans-serif;
    width: 75%;
 }

#footer ul li, .products ul li 
{
	display: inline-block;
    margin-right: 20px;
    overflow: auto;
}

#container {
    width: 71.25em;
    margin: 25px auto 25px auto;
    background-color: #fff;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #D1D1D1;
    padding: 25px;
}

.shadow {
    -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.51);
    -moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.51);
    box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.51);
}

.clear {
    overflow: auto;
}



#first-text {
    margin-bottom: 15px;
}

.banners {
}




.image-title { 
   position: absolute; 
   bottom: -2px; 
   left: 0; 
}

.image-title span { 
   color: white; 
   font: bold 24px/45px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px; 
}

#top-content {

}

@media screen and (min-width : 640px){
    body {
        font-size: 80%;
    }

    .space {
        padding-bottom: 50px;
    }
}

#logo {
    font-size: 200%;
    color: #ccc;
    font-weight: bold;
    float: left;
    margin-bottom: 10px;
}

#theme-image {
    float: right;
}

nav a#pull {
	display: none;
}


nav ul li a
{
    text-decoration: none;
}

.products ul li {
    padding: 5px;
    border-radius: 5px;
    background-color: #F2F2F2;
    margin-bottom: 10px;
}

.advertising img{
    margin: 0 auto;
    display: block;
}

nav ul li a {
	background-color:#eee;
	border-left:1px solid black;
	display:inline-block;
	cursor:pointer;
	color: black !important;
	font-family:arial;
	padding:6px 12px;
	text-decoration:none;
}



nav ul li a:hover {
	background-color:black;
    color: white !important;
    text-decoration: none;
}
nav ul li a:active {
	position:relative;
	top:1px;
}

.to-store-button, .function-button {
	-moz-box-shadow: 0px 10px 14px -7px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.to-store-button:hover, .function-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
.to-store-button:active, .function-button:active {
}

.gift-about-button {
	-moz-box-shadow: 0px 10px 14px -7px #5b9441;
	-webkit-box-shadow: 0px 10px 14px -7px #5b9441;
	box-shadow: 0px 10px 14px -7px #5b9441;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9fcf87), color-stop(1, #aecc9f));
	background:-moz-linear-gradient(top, #9fcf87 5%, #aecc9f 100%);
	background:-webkit-linear-gradient(top, #9fcf87 5%, #aecc9f 100%);
	background:-o-linear-gradient(top, #9fcf87 5%, #aecc9f 100%);
	background:-ms-linear-gradient(top, #9fcf87 5%, #aecc9f 100%);
	background:linear-gradient(to bottom, #9fcf87 5%, #aecc9f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fcf87', endColorstr='#aecc9f',GradientType=0);
	background-color:#9fcf87;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #699e45;
}
.gift-about-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #aecc9f), color-stop(1, #9fcf87));
	background:-moz-linear-gradient(top, #aecc9f 5%, #9fcf87 100%);
	background:-webkit-linear-gradient(top, #aecc9f 5%, #9fcf87 100%);
	background:-o-linear-gradient(top, #aecc9f 5%, #9fcf87 100%);
	background:-ms-linear-gradient(top, #aecc9f 5%, #9fcf87 100%);
	background:linear-gradient(to bottom, #aecc9f 5%, #9fcf87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#aecc9f', endColorstr='#9fcf87',GradientType=0);
	background-color:#aecc9f;
}
.gift-about-button:active {
	position:relative;
	top:1px;
}


.successStatus {
    color: green;
}

.errorStatus {
    color: red;
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/



#culture
{
	border: 0;
	float: right;
}

#footer
{
	margin: 0px auto;
	padding-top: 20px;
    text-align: center;
    color: #bbb;
}

#footer ul li
{
	padding-right: 20px;
}



.frame
{
    padding: 10px;
	border: thin solid #595A57;
	display: inline-block;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

a
{
    color: #8CC1DB;
    text-decoration: none;
}

#footer ul li a
{
	font-size: 100%;
}




 a:hover
{
    text-decoration: underline;
} 

p
{
	margin-top: 0px;
	margin-bottom: 10px;
}

h1
{
    margin-top: 0;
    font: bold 28px/1.2em 'Open Sans', arial, sans-serif;
    color: #222222;
}


.desktop {
}


#mobile-header {
    display: none;
}

.mobile {
}

h2
{
	margin-top: 1.5em;
    font: bold 24px/1.2em 'Open Sans', arial, sans-serif;
    color: #222222;
}

h3
{
    margin-top: 2em;
    color: #222222;
    font-family: "MV Boli";
    font-size: 1.2em;
	text-transform: uppercase;
}


#payoff
{
	float: right;
}


#right-main-content
{
    width: 240px;
    float: right;
}

#header-content
{
	margin: 0px auto;
}

.error {
    color: red;
}

#left-main-content
{
    width: 850px;
    min-height: 500px;
    _height: 500px;
    float: left;
}


.red-white {
    background-repeat: no-repeat;
    background-color: #c81111;
    color: white;
    text-align: center;
    padding: 5px;
    height: 50px;
    line-height: 50px;
    width: 820px;
    font-size: 150%;
    font-weight: bold;
    border-radius: 5px;
}

.red-white-small{
    background-repeat: no-repeat;
    background-color: #c81111;
    color: white;
    text-align: center;
    padding: 5px;
    height: 30px;
    line-height: 30px;
    width: 400px;
    font-size: 130%;
    font-weight: bold;
    border-radius: 5px;
    display: block;
    margin: 0px auto;
}

.clear {
    overflow: auto;
}

#main-content
{
    padding: 15px 0px;
    overflow: auto;
}

.rounded-container {
    border: thin solid #ccc;
    border-radius: 10px;
}

.products .header {
    font-weight: bold;
    text-align: center;
}

.rounded-container .header {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #ddd;
    padding: 10px;
}

.rounded-container .red-white-header {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #c81111;
    color: white;
    padding: 10px;
}


.rounded-container .content {
    padding: 10px;
}

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}

.table-data
{
	border: thin solid #ccc;
    border-collapse: collapse;
}

.table-data tbody tr th, .table-data thead tr th
{
	background-color: #ccc;
	color: #000;
	padding: 5px;
}

.table-data tbody tr td, .table-data thead tr td
{
	border-right: thin solid #ccc;
	border-bottom: thin solid #ccc;
	padding: 5px;
}

.table-data-id {
    width: 50px;
}

.table-data-info {
    width: 200px;
}

.text {
    float: left;
    width: 80px;
    height: 24px;
    line-height: 24px;
}

.textbox {
    width: 200px;
}

.textarea {
    width: 600px;
}

.product-link {
    margin-top: 5px;
    text-align: center;
}

.product-link a, .store-link a
{
    text-decoration: underline !important;;
    color: black !important;
}

.gray-black {
    background-color: #EEE;
    font-weight: bold;
    color: black;
    padding: 5px;
    overflow: auto;
}

.gift-category {
    padding-bottom: 5px;
}

.left-container {
    float: left;
    width: 500px;
}

.tk-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108 !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:36px;
	line-height:24px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #aade7c;
}
.tk-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.tk-button:active {
	position:relative;
	top:1px;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error, .statusMessage
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}




.consent {
  position: fixed;
  left: 0;
  height: 5em;
  line-height: 5em;
  bottom: 0;
  width: 100%;
  background-color: #616161;
  color: white;
  text-align: center;
}

.space-button {
    margin: 1em;
}

.myButton {
	background-color:#5b9441;
    border: thin solid white;
    padding: 1em;
    color: white !important;
    text-decoration: none;
}

.myButton:hover {
	background-color:#ccc;
    border: thin solid white;
    padding: 1em;
    color: black !important;
    text-decoration: none;
}



}