/*
 Theme Name:     Twenty Eleven Child
 Theme URI:      http://example.com/twenty-thirteen-child/
 Description:    Twenty Eleven Child Theme
 Author:         John Doe
 Author URI:     http://example.com
 Template:       twentyeleven
 Version:        1.0.0
*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans|Gafata");
@import url("../twentyeleven/style.css");

/* =Background
-------------------------------------------------------------- */

body {
	background: #e2e2e2 url('images/background.png') repeat;
	font-family: Helvetica, Arial, sans-serif;
}

body p,
#content li {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	line-height: 2em;
}

body, input, textarea {
	color: #373737;
	font: 16px 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

#page {
	background: transparent;
	margin: 1em auto;
	max-width: 1152px;
}

#branding #searchform {
	top: 1.8em;
}

#main div {
    	box-sizing: content-box;
}

#primary h1 {
	color: #333;
    font: 300 24px 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0;
	letter-spacing: normal;
}

#primary h2 {
	color: #333;
    font: 300 22px 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	margin: 18px 0;
	letter-spacing: normal;
}

#primary h3 {
	color: #333;
    font: 300 20px 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    text-transform: none;
    margin: 16px 0;
	letter-spacing: normal;
}

#primary h4 {
	color: #333;
    font: 400 16px 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    text-transform: none;
    margin: 16px 0;
	letter-spacing: normal;
}


.container {
    width: 100%;
}

.container .row {
    margin-bottom: 16px;
}

.menu * {
    box-sizing: content-box;
}

#secondary {
	width: 26%;
	box-sizing: border-box;
	background-color: #f6f6f6;
	padding: 1em 1em 1em 1em;
	border-radius: 0;
	font-size: 12px;
}

#content {
	background: #f6f6f6;
	border-radius: 0;
	margin: 0 28% 0 0;
	width: 72%;
	padding: 1em 1em;
}
.singular.page .hentry {
	padding: 0;
}

.singular #content,
.left-sidebar.singular #content {
	background: #f6f6f6;
	margin: 0;
	border-radius: 0;
}

.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 100%;
}

.singular .entry-title {
	font-size: 24px;
	line-height: 28px;
}

.singular .hentry {
	padding: 0;
}

.page-template-page-withsidebar #primary {
    margin: 0 -29% 0 0;
}

.page-template-page-withsidebar #content {
    margin: 0 28% 0 0;
}

#product-demo {
	margin: 0;
	max-width: 100%;
}

#product-demo h1 {
	color:#636B66;
	text-align:center;
	font-size:28px;
	text-shadow:1px 1px 1px #FFFFFF;
	margin:12px auto 18px;
}

#product-demo h3 {
	color: #333;
    	font: normal 20px 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    	text-transform: none;
    	margin: 8px 0;
}

.product-page #primary {
	margin: 0 -29% 0 0;
}

#primary {
	margin: 0 -29% 0 0;
}

.product-page #content {
	background: #f6f6f6;
	border-radius: 0;
	margin: 0 30% 0 0;
	width: 68%;
	padding: 1em 1.5em;
}

.product-page .entry-content {
	padding-left: 0;
}

#site-generator {
	background: #eee;
	color: #666;
	border-radius: 0;
	padding: 1.2em 0.5em;
}

#colophon {
	margin: 0;
	width: 100%;
	padding: 1.5em 0;
}

.entry-content,
.entry-summary {
	padding: 0.5em;
}

h1.entry-title {
	font-family: 'Open Sans',Arial,sans-serif;
}


/* Header ----------------------------------------------------- */

hgroup {
	background: url('images/logo-96.png') no-repeat left center;
}

#branding hgroup {
	margin: 0;
}

#branding {
	border-style: none;
}

#site-title {
        color: #636B66;
	padding: 18px 0 0 128px;
        font-size: 30px;
        font-family: 'Open Sans',Arial,sans-serif;
        text-shadow: 1px 1px 1px #FFFFFF;
}

#site-title a {
        color: #636B66;
	text-decoration: none;
	font-weight: 300;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #636B66;
}

#site-description {
	color: #7a7a7a;
	padding: 0 0 12px 128px;
	font-size: 16px;
        font-family: 'Open Sans',Arial,sans-serif;
	margin: 0 0 1em 0;
        text-shadow: 1px 1px 1px #FFFFFF;
}

/* =Menu
-------------------------------------------------------------- */

#access {
        background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#525252, #383838);
	background: -o-linear-gradient(#525252, #383838);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#525252), to(#383838)); /* older webkit syntax */
	background: -webkit-linear-gradient(#525252, #383838);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0;
	width: 100%;
    border-radius: 0;
	font-family: 'Open Sans',Arial,sans-serif;
}
#access ul {
	font-size: 14px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	margin: 0;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 990;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 208px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

.row {
	margin: 0;
	clear: both;
}

.col-9 {
	width: 75%;
	margin: 0;
	float: left;
}

.col-8 {
	width: 66.6%;
	margin: 0;
	float: left;
}

.col-7 {
	width: 58.3%;
	margin: 0;
	float: left;
}

.col-6 {
	width: 50%;
	margin: 0;
	float: left;
}

.col-5 {
	width: 41.6%;
	margin: 0;
	float: left;
}

.col-4 {
	width: 33.3%;
	margin: 0;
	float: left;
}

.col-3 {
	width: 25%;
	margin: 0;
	float: left;
}

.col-container {
	padding: 8px;
}

.content-panel {
	box-sizing: border-box;
	width: 45%;
	padding: 16px;
	float: left;
	margin-right: 1%;
	margin-bottom: 12px;
	background-color: #fff;
	min-height: 200px;
}

.content-panel-transparent {
        background-color: transparent;
}

.content-img {
	float: left;
}

.content-text {
	margin-left: 80px;
}

table.order {
	width: 96%;
	margin: 18px auto;
	border-radius: 0; 
	border: 1px solid #a2b7ca; 
	background: #f4faff; 	
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
}

table.order th {
	background-color: #ecf6fe;
	padding: 4px;
	text-align: center;
	text-transform: none;
	color: #2a719d; 
	font-size: 20px; 
	text-shadow: 2px 2px #e6f5ff; 
	font-weight: normal;
	letter-spacing: normal;
}

table.order tr:nth-child(even) 
{
	background: #fff;
}

table.order tr:nth-child(odd) {
	background: #ecf6fe;
}

table.order td {
	font: 16px 'Open Sans',Arial,sans-serif;
	padding: 12px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	height: 48px;
}

table.order td img {
	margin: 12px auto 0;
}

table.order td button {
	margin: 8px auto 0;
}

table.order td span {
	font-size: 20px; 
	font-family: Georgia, Arial, sans-serif; 
	color: #4172a5; 
	text-shadow: 2px 2px #fff;
}

table.order td span.remove {
	font-size: 16px;
	color: #ff0000;
	text-decoration: line-through;
	text-shadow: 0px 0px 0px #ff0000;
}

table.order col:first-child {
	width: 28%;
}

.single-post #primary {
	width: 73%;
}

.clear-row {
	clear: both;
}

.faq-content {
	width: 46%;
	padding: 12px 2%;
	float: left;
}

#demo-table {
	margin: 24px 0;
}

#demo-table h3 {
	font-size: 16px;
}

.demo-content {
	width: 30%;
	padding: 12px 1.5%;
	float: left;
	text-align: center;
}

.demo-content-half {
	width: 47%;
	padding: 12px 1.5%;
	float: left;
	text-align: center;
}

.demo-image img {
	max-width: 100%;
	border-style: none;
}

.smalltitle {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	margin-left: 4px;
}

.syntaxhighlighter .toolbar {
	display: none !important;
}

@media (max-width: 800px) {

	#addthisbuttons {
		display: none;
	}

	#main #content {
		margin: 0;
	}
	
	#main #primary {
		float: none;
	}

	.content-panel {
		width: 100%;
		margin-right: 0%;
	}

	.single-post #primary {
		width: 100%;
	}

	#page {
		overflow-x: hidden;
	}
}

@media (max-width: 650px) {

	.demo-content {
		width: 97%;
	}

	.demo-content-half {
		width: 97%;
	}

	.col-8 {
		width: 100%;
	}

	.col-7 {
		width: 100%;
	}

	.col-6 {
		width: 100%;
	}

	.col-5 {
		width: 100%;
	}

	.col-4 {
		width: 100%;
	}

    #branding #searchform {
    	top: 7.8em !important;  
		right: 0 !important;
	}
	
	#site-description {
		margin-bottom: 30px !important;
	}
}

.entry-content li {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

.price-container {
  overflow-x: auto;
}

@media (max-width: 1024px) {
	#page {
		overflow: hidden;
	}
}

.wonderplugin-tutorial-image {
	text-align: center;
}

.wonderplugin-tutorial-image img {
	max-width: 100%;
	padding: 4px;
   	border: 1px solid #aaa;
   	background-color: #ccc;
}

.bbpress #content {
	width: auto;
	margin: 0;
}


.bbpress label[for="bbp_topic_tags"],
.bbpress #bbp_topic_tags,
.bbpress #bbp_topic_subscription,
.bbpress label[for="bbp_topic_subscription"] {
	display: none !important;
}

.bbpress .bbp-form {
	padding: 10px !important;
}
.bbpress .entry-content {
	box-sizing: border-box !important;
}

.bbpress #bbpress-forums {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.bbpress #subscription-toggle {
    margin-left: 8px;
}

.bbpress .bbp-submit-wrapper {
    margin-top: 0px !important;
}

.bbpress .bbp-submit-wrapper button,
.bbpress #bbp_search_submit,
#wpmtst_submit_testimonial {
  	display: inline-block;
  	border: none;
  	outline: 0;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	font-weight: normal;
	font-size: 14px;
	margin: 0px;
	padding: 12px;
  	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	border-radius: 2px;
  	background: #5cb85d;
  	color: #fff;
  	transition: background-color 0.5s ease;
	border-bottom: 4px solid #4ba74c;
}

.bbpress .bbp-submit-wrapper button:hover,
.bbpress #bbp_search_submit:hover,
#wpmtst_submit_testimonial:hover {
  	color: #fff;
  	background: #449d45;
  	border: none;
}

.bbpress #bbpress-forums ul.bbp-lead-topic,
.bbpress #bbpress-forums ul.bbp-topics,
.bbpress #bbpress-forums ul.bbp-forums,
.bbpress #bbpress-forums ul.bbp-replies,
.bbpress #bbpress-forums ul.bbp-search-results {
	font-size: 14px;
}

code {
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;  
  padding: 3px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

.extrapaddingcode .syntaxhighlighter .line {
    padding: 4px 0px !important;
}

.price-container ul {
	list-style-type: none;
	font-size: 16px;
	text-align: center;
	margin: 0;
}

.price-container li {
	margin: 0;
	padding: 2px 0;
}

.price-container p {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin: 0;
    color: #2a719d;
}

.orderitem-title p {
    font-size: 14px;
    line-height: 16px;
    margin: 8px auto;
    color: #2a719d;
}

p.order-license {
  margin: 4px 0;
  padding: 0;
  font-size: 13px;
  color: #666;
}

h3.widget-title {
  font-size: 16px;
  font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  text-transform: none;
}

.textwidget ul {
  margin-left: 16px;
}

@media print {
    #branding img {
        display: block !important;
    }
}

.promotion {
  width:100%;
  text-align:center;
}

.promotion div {
  padding:24px;
  margin:24px auto 0;
  width:80%;
  border:2px solid #d54e21;
  border-radius:4px;
  font-size:18px;
  font-weight:bold;
  font-family:'Open Sans',Arial,sans-serif;
}

.promotion span {
  border-radius:3px;
  padding:3px 4px;
  color:#d14;
  font-size:20px;
  background-color:#f7f7f9;
  border:1px solid #e1e1e8;
}

.singleorder-content .singleorder {
	display: none;
}
.singleorder-content-3dcarousel .singleorder-3dcarousel,
.singleorder-content-audio .singleorder-audio,
.singleorder-content-carousel .singleorder-carousel,
.singleorder-content-gallery .singleorder-gallery,
.singleorder-content-lightbox .singleorder-lightbox,
.singleorder-content-popup .singleorder-popup,
.singleorder-content-grid .singleorder-gridgallery,
.singleorder-content-slider .singleorder-slider,
.singleorder-content-tabs .singleorder-tabs,
.singleorder-content-wooquickview .singleorder-wooquickview,
.singleorder-content-video .singleorder-video
{
	background-color: #fff !important;
	display: table-row;
}

.singleorder:hover {
	background-color: #d0ebfe !important;
}

@media (max-width: 640px) {
  .content-panel,
  .entry-content {
    box-sizing: border-box !important;
    width: 100% !important;
	padding: 0 !important;
  }
	
  .content-panel {
	padding: 8px !important;
  }

  #content {
    margin: 0 auto !important;
    padding: 12px !important;
  }
}

a.more-link {
    display: block;
    margin-top: 16px;
}

#menu-main {
    text-align: center;
}

#menu-main li {
    display: inline-block;
    float: none;
}

ul.sub-menu {
    text-align: left;
}

.order-page-info li {
	font-size: 16px;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
}

table.download-plugins {
    width: 94%;
    margin: 4px auto 48px;
}

table.download-plugins tr:hover {
    background-color: #e6e6e6;
}

table.download-plugins th, 
table.download-plugins td {
    text-align: center;
	padding: 12px 4px;
}

table.download-plugins th {
    font-size: 14px
}

.lightboxtext {
	text-align:center;
	font-style:italic;
	font-size:0.9em;
}

select {
    padding: 2px;
    line-height: 28px;
    height: 28px;
    vertical-align: middle;
}

p.updated {
    font: 0.9em Arial, Verdana, Helvetica, sans-serif;
}

ul.terms {
	margin: 8px 0 8px 24px;
}

ul.terms li {
	font: 0.9em Arial, Verdana, Helvetica, sans-serif;
	margin: 8px 0;
	line-height: 1.6em;
}

aside p {
	margin-bottom: 12px;
}

#primary .row .col-container h3 {
	margin-top: 0;
}

#primary .row .col-4 .col-container {
	text-align: center;
}

#secondary {
	margin-right: 0;
}

.content-row {
	display: flex;
}

.content-panel {
	margin-left: 1%;
	margin-right: 1%;
	width: 50%;
}

.entry-content {
	padding: 0;
}

@media (max-width: 800px) {
	#main #secondary {
    	margin: 1em 0;
	}
	
	.content-row {
		display: block;
	}
	
	.content-panel {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		box-sizing: border-box !important;
	}
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], textarea {
	color: #111;
}

.submit-review-container {
	margin:0 10%;
}

.submit-review-container,
.submit-review-container p{
	font-family:'Open Sans',Arial,sans-serif;
}

.singular .entry-header .entry-meta {
	position: relative;
	padding-bottom: 24px;
}

.entry-title, .entry-header .entry-meta {
	padding-bottom: 24px;
}

.blogheader {
	text-align: center;	
}

.blogheadertitle,
.blogheadertitle a {
	color: #636B66;
	font: 300 28px 'Open Sans', Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 1px #FFFFFF;
    margin: 12px auto;
}

.blogheadersubtitle {
	color: #636B66;
    font: 300 16px 'Open Sans',Arial,sans-serif;
    margin: 0 auto 36px;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.blog #content,
.category #content,
.search #content {
    padding: 0;
    background-color: transparent;
}

.blog .hentry, .no-results,
.category .hentry, .no-results, 
.search .hentry, .no-results {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 1em 1em 2em;
}

ul.page-numbers {
    list-style: none;
    margin: 0;
	text-align: center;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: inline-block;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0;
	width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 300;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #666;
	background-color: #fff;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #fff;
    background: #4791d6;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }

.textwidget p {
	color: #666;
}

.post-featured-image img {
	width: 100%;
	max-width: 100%;
}

#access div {
	margin: 0;
}

@media (max-width: 800px) {
	#page {
		margin-left: 8px;
		margin-right: 8px;
	}
}

.blog #primary {
  margin: 0;
  width: 73%;
}

.blog #content {
  margin: 0;
  width: 100%;
}

@media (max-width: 800px) {
	.blog #primary {
  		width: 100%;
	}
}

aside p {
	font-size: 14px;
}

.archive #secondary,
.blog #secondary,
.page-template-page-withsidebar #secondary,
.single-post #secondary {
    background-color: transparent;
    padding: 0;
    width: 25%;
	box-sizing: border-box;
}

.archive #secondary aside,  
.blog #secondary aside, 
.page-template-page-withsidebar #secondary aside,
.single-post #secondary aside {
    background-color: #f6f6f6;
    padding: 12px;
    margin-bottom: 12px;
}

.archive .widget_search form, 
.blog .widget_search form, 
.page-template-page-withsidebar .widget_search form,
.single-post .widget_search form {
    margin: 0;
}

.textwidget.custom-html-widget {
    text-align: center;
}

.widget ul li {
	margin-left: 16px;
}

.ads {
	position: relative;
}

.ads .sidebanner {
	width: 100%;
	padding: 4px 0;
	text-align: center;
	box-sizing: border-box;
}

.ads .sidebanner .bannercontainer {
	position: relative;
	display: inline-block;
    margin: 0 auto;
}

.ads .bannercontainer:after {
	content: "Ad";
	background-color: #fff;
	color: #666;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
    font: 400 12px 'Open Sans', Helvetica, Arial, sans-serif;
    right: 4px;
    padding: 0 4px;
    position: absolute;
    top: 4px;
}

.ads .sidebanner img {
	max-width: 100%;
}

#secondary .sidebanner-left {
	width: 50%;
	float: left;
	padding: 0 4px 0 0;
	box-sizing: border-box;
}
#secondary .sidebanner-right {
	width: 50%;
	float: left;
	padding: 0 0 0 4px;
	box-sizing: border-box;
}

#secondary aside.widget_custom_html {
	background-color: transparent;
	margin: 0;
	padding: 0;
}

a.more-link {
    background-color: #5cb85d;
    display: inline-block;
    color: #fff;
    padding: 12px;
    margin: 24px 0 0 0;
}

.syntaxhighlighter .line {
    padding: 8px !important;
}

#page .syntaxhighlighter .line.alt2 {
    background-color: #F0F8F8 !important;
}

#page .syntaxhighlighter .lines {
	outline: 1px solid #aaa !important;
	padding: 8px 0 !important;
}

#secondary {
    box-sizing: border-box;
    background-color: transparent;
    padding: 0;
}

#secondary aside {
    background-color: #f6f6f6;
    padding: 1em;
}

.widget-download {
	margin-top: 24px;
}

.youtubelightbox {
    display: block;
    position: relative;
}

.youtubelightbox a:after {
    content: ' ';
    background-image: url(https://www.wonderplugin.com/wp-content/plugins/wonderplugin-3dcarousel/engine/playvideo-64-64-1.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
}

span.helpleadicon {
    background-color: #286090;
    color: #ffffff;
    vertical-align: middle;
    padding: 4px;
    margin-right: 8px;
}

#showlifetimelicense:focus {
    outline: none;
}

.wpcf7-text {
    box-sizing: border-box;
    width: 100%;
}

.price-container a.buynowbtn {
    position: relative;
}

.price-container a.buynowbtn:hover::after {
    content: attr(data-title);
    background-color: #ffbd03;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
	margin-top: 8px;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
}

a.buynowbtn button {
	cursor: pointer;
    background-color: #1982d1;
    color: #fff;
    padding: 8px 24px;
    border: none;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 4px;
}

#lifetimelicense a.buynowbtn button {
	background-color: #5cb85c;
	box-shadow: rgb(0 0 0 / 6%) 0px 1px 4px;
}

.lifetimeoffer {
	display: none;
}

a.tooltiplink {
    position: relative;
}

a.tooltiplink:hover::after {
    content: attr(data-title);
    background-color: #8fbc8f;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
	line-height: 14px;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
	transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
}

/* toggle */
.toggleswitch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 36px;
  vertical-align: middle;
}

.toggleswitch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.toggleslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1982d1;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggleslider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .toggleslider {
  background-color: #5cb85c;
}

input:focus + .toggleslider {
  box-shadow: 0 0 1px #5cb85c;
}

input:checked + .toggleslider:before {
  -webkit-transform: translateX(46px);
  -ms-transform: translateX(46px);
  transform: translateX(46px);
}

.toggleslider.toggleround {
  border-radius: 36px;
}

.toggleslider.toggleround:before {
  border-radius: 50%;
}

/* license */
.licensetitle {
	display: block;
	text-align: center;
}

.licensetitle .licensetype {
	font-size: 20px;
	margin: 0 12px;
	font-weight: 500;
	vertical-align: middle;
	line-height: 36px;
}

@media (max-width: 640px) {
	.licensetitle .licensetype {
		display: block;
	}
}

#annuallicense ul.checkmark li,
#lifetimelicense ul.checkmark li{
  font-size: 16px; 
  list-style-type: none; 
  margin-bottom: 1em; 
  padding: 0.25em 0 0 2.5em; 
  position: relative;
  display: inline-block;
}

#annuallicense ul.checkmark li:before,
#lifetimelicense ul.checkmark li:before {
  content: " "; 
  display: block;
  border-radius: .8em; 
  height: 0;
  width: 0;
  position: absolute; 
  left: 0.5em;
  top: 40%; 
  margin-top: -0.5em;
}

#annuallicense ul.checkmark li:before {
  border: solid 0.8em #1982d1; 
}

#lifetimelicense ul.checkmark li:before {
  border: solid 0.8em #5cb85c; 
}

#annuallicense ul.checkmark li:after,
#lifetimelicense ul.checkmark li:after {
  content: " ";
  display: block;
  width: 0.3em; 
  height: 0.6em;
  border: solid white;
  border-width: 0 0.2em 0.2em 0; 
  position: absolute;
  left: 1em;
  top: 40%;
  margin-top: -0.2em;
  -webkit-transform: rotate(45deg); 
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*========= 31/03/2023 =========*/

/* Customization
------------------------ */

#main-slider {
	margin: 0 0 60px;
}

.demo-title {
	text-align: center;
	margin: 0 0 1em 0;
}

.demo-slider {
	margin: 0em 2% 6em;
}

.demo-slider-2 {

	margin: 6em auto 20em;
	max-width: 600px;
	text-align: center;
}

.demo-slider-3 {
	margin: 0em auto 8em;
	max-width: 600px;
	text-align: center;
}

.demo-slider-4 {
	margin: 0em auto 6em;
	max-width: 60%;
}

.demo-slider-5 {
	margin: 0em auto 8em;
	max-width: 90%;
	text-align: center;
}

.demo-image {
	cursor: pointer;
	line-height: 0px;
	text-align: center;
	overflow: hidden;
}

.demo-image img {
	max-width: 90%;
	border:1px solid #ccc;
	padding: 5px;
	-moz-box-shadow:    1px 1px 5px #999;
  	-webkit-box-shadow: 1px 1px 5px #999;
  	box-shadow:         1px 1px 5px #999;
}

.demo-image-wrapper {
	display: block;
	position: relative;
}

.demo-image-overlay {
	cursor: pointer;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background:#333 url('images/zoomin.png') no-repeat center center;
	opacity: 0.01;
  	filter: alpha(opacity=1);
}

.demo-image-overlay:hover {
	opacity: 0.5;
  	filter: alpha(opacity=50);
}

.demo-image-mask {
	cursor: pointer;
	display: block;
	position:relative;
	width: 90%;
	height: auto;
	left: 5%;
	margin: 5px 0px;
}

.demo-image-mask p {
	color: #333;
	font-size: 16px;
	text-align: center;
	margin: 1em;
	line-height: 20px;
	font-family: 'Open Sans',Arial,sans-serif;
}

.demo-image-mask a {
	text-decoration: none;
	color: #333;
}

.demo-image-mask a:hover {
	color: #1982D1;
}


.demo-image-caption {
}

/* Features title */

.feature-title {
	width: 100%;
	text-align:center;
	color: #333;
	font-size: 24px;
	font-family: 'Open Sans',Arial,sans-serif;
        text-shadow: 1px 1px 1px #FFFFFF;
}

.one-half { width: 44%; }
.one-third { width: 31%; }
.two-third { width: 64%; }
.one-fourth { width: 23%; }
.three-fourth { width: 73%; }
.one-fifth { width: 18%; }
.two-fifth { width: 38%; }
.three-fifth { width: 58%; }
.four-fifth { width: 78%; }
.full-right { width: 98%; }

.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth { 
	display:block;
	position: relative; 
	margin: 8px 1%; 
	float: left; 
}

.full-right {
	display: block;
	position: relative;
	float: right;
	text-align:right;
}

.clear-column {
	clear:both;
	display:block;
	font-size:0;
	height:24px;
	line-height:0;
	width:100%;
}

.column-title {
	font-weight: bold;
}

.feature-list li {
	margin: 6px 0 6px 4%;
	width: 40%;
	float: left;
}

/* pricing table */

ul.pricing-list{
	list-style: none;
	margin: 8px auto;
}

.pricing-list{ 
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; 
	border: 1px solid #a2b7ca; background: #f4faff; 	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); overflow: hidden;
}

.pricing-list li { 
	border-width: 0 0 1px; background: transparent; 
	font-family: 'Open Sans',Arial,sans-serif;
	margin: 0;
}

.pricing-list li.pricing-title { 
	height: 48px; background: #666; color: #fff; font-size: 20px; line-height: 48px; text-align: center; border-bottom: 1px solid #bfd4e6; border-width: 0 0 1px; text-shadow: 2px 2px #444; 
}

.pricing-list li.pricing-title-high { 
	height: 48px; background: #d0ebfe; color: #2a719d; font-size: 24px; line-height: 48px; text-align: center; border-bottom: 1px solid #bfd4e6; border-width: 0 0 1px; text-shadow: 2px 2px #e6f5ff; 
}

.pricing-list li.pricing-item { 
	text-align: center; 
	border-bottom: 1px solid #bfd4e6; 
	border-width: 0 0 1px; 
	padding: 8px 8px;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	background: #fff;
	min-height: 36px;
}

.pricing-list li.pricing-item img {
	margin-top: 18px;
} 

.pricing-list li.pricing-item-next {
	background: #ecf6fe;
}

.pricing-list li.pricing-fee {
	text-align:center;
	padding: 12px 8px;
	min-height: 32px;
	border-bottom: 1px solid #ccc;
	line-height: 36px; height: 36px; font-size: 24px; font-weight: 300; font-family: Georgia, Arial, sans-serif; color: #4172a5; text-shadow: 2px 2px #fff;
}

.pricing-list li.pricing-fee span {
	font-size: 18px;
	color: #ff0000;
	text-decoration: line-through;
	text-shadow: 0px 0px 0px #ff0000;
}
.pricing-list li.pricing-button {
	text-align:center;
	padding: 24px 0px 12px 0px;
	min-height: 36px;
}

.pricing-list li.pricing-high {
	min-height: 60px;
}


.promotion-title {
	margin: 0 20%;
	padding: 8px;
	text-align: center;
	display: block;
	background-color: #ff0000;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.center-text {
	text-align: center;
	margin: 1em;
}

/* Simple Button CSS: */
.large-button { 
	font-size: 20px; line-height: 48px; font-family: 'Gafata',Arial,sans-serif; color: #fff; padding: 12px 24px; background: #4a980d; text-shadow: 2px 2px rgba(0, 0, 0, 0.3); border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #407718; text-decoration: none; position: relative; margin: 0 2em;
}
.large-button:hover { 
	color: #fff; -moz-box-shadow: 0 0 20px #fffc00; -webkit-box-shadow: 0 0 20px #fffc00; box-shadow: 0 0 20px #fffc00; background: #6fbb2f; text-decoration: none;
}

.mid-button { 
	font-size: 16px; line-height: 32px; font-weight: 300; font-family: 'Open Sans',Arial,sans-serif; color: #fff; padding: 6px 12px; background: #4a980d; text-shadow: 2px 2px rgba(0, 0, 0, 0.3); border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #407718; text-decoration: none; position: relative; 
}

.mid-button:hover { 
	color: #fff; -moz-box-shadow: 0 0 20px #fffc00; -webkit-box-shadow: 0 0 20px #fffc00; box-shadow: 0 0 20px #fffc00; background: #6fbb2f; text-decoration: none;
}

.mid-button:active { 
	position: relative; top: 1px; 
}

/** bootstrap */

.btn {
    text-decoration: none;
    display: inline-block;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    *margin-left: .3em;
  }
  .btn:hover,
  .btn:active,
  .btn.active,
  .btn.disabled,
  .btn[disabled] {
    background-color: #e6e6e6;
  }
  .btn:active, .btn.active {
    background-color: #cccccc \9;
  }
  .btn:first-child {
    *margin-left: 0;
  }
  .btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
  }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn.active, .btn:active {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    outline: 0;
  }
  .btn.disabled, .btn[disabled] {
    cursor: default;
    background-image: none;
    background-color: #e6e6e6;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .btn-large {
    padding: 9px 14px;
    font-size: 18px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .btn-large [class^="icon-"] {
    margin-top: 1px;
  }
  .btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px;
  }
  .btn-small [class^="icon-"] {
    margin-top: -1px;
  }
  .btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px;
  }
  .btn-primary,
  .btn-primary:hover,
  .btn-warning,
  .btn-warning:hover,
  .btn-danger,
  .btn-danger:hover,
  .btn-success,
  .btn-success:hover,
  .btn-info,
  .btn-info:hover,
  .btn-inverse,
  .btn-inverse:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
  }
  .btn-primary.active,
  .btn-warning.active,
  .btn-danger.active,
  .btn-success.active,
  .btn-info.active,
  .btn-dark.active {
    color: rgba(255, 255, 255, 0.75);
  }
  .btn-primary {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .btn-primary:hover,
  .btn-primary:active,
  .btn-primary.active,
  .btn-primary.disabled,
  .btn-primary[disabled] {
    background-color: #0044cc;
  }
  .btn-primary:active, .btn-primary.active {
    background-color: #003399 \9;
  }
  .btn-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -ms-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .btn-warning:hover,
  .btn-warning:active,
  .btn-warning.active,
  .btn-warning.disabled,
  .btn-warning[disabled] {
    background-color: #f89406;
  }
  .btn-warning:active, .btn-warning.active {
    background-color: #c67605 \9;
  }
  .btn-danger {
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .btn-danger:hover,
  .btn-danger:active,
  .btn-danger.active,
  .btn-danger.disabled,
  .btn-danger[disabled] {
    background-color: #bd362f;
  }
  .btn-danger:active, .btn-danger.active {
    background-color: #942a25 \9;
  }
  .btn-success {
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -ms-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .btn-success:hover,
  .btn-success:active,
  .btn-success.active,
  .btn-success.disabled,
  .btn-success[disabled] {
    background-color: #51a351;
  }
  .btn-success:active, .btn-success.active {
    background-color: #408140 \9;
  }
  .btn-info {
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .btn-info:hover,
  .btn-info:active,
  .btn-info.active,
  .btn-info.disabled,
  .btn-info[disabled] {
    background-color: #2f96b4;
  }
  .btn-info:active, .btn-info.active {
    background-color: #24748c \9;
  }
  .btn-inverse {
    background-color: #393939;
    background-image: -moz-linear-gradient(top, #454545, #262626);
    background-image: -ms-linear-gradient(top, #454545, #262626);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#262626));
    background-image: -webkit-linear-gradient(top, #454545, #262626);
    background-image: -o-linear-gradient(top, #454545, #262626);
    background-image: linear-gradient(top, #454545, #262626);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#262626', GradientType=0);
    border-color: #262626 #262626 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .btn-inverse:hover,
  .btn-inverse:active,
  .btn-inverse.active,
  .btn-inverse.disabled,
  .btn-inverse[disabled] {
    background-color: #262626;
  }
  .btn-inverse:active, .btn-inverse.active {
    background-color: #0c0c0c \9;
  }
  button.btn, input[type="submit"].btn {
    *padding-top: 2px;
    *padding-bottom: 2px;
  }
  button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  button.btn.large, input[type="submit"].btn.large {
    *padding-top: 7px;
    *padding-bottom: 7px;
  }
  button.btn.small, input[type="submit"].btn.small {
    *padding-top: 3px;
    *padding-bottom: 3px;
  }
  .btn-group {
    position: relative;
    *zoom: 1;
    *margin-left: .3em;
  }
  .btn-group:before, .btn-group:after {
    display: table;
    content: "";
  }
  .btn-group:after {
    clear: both;
  }
  .btn-group:first-child {
    *margin-left: 0;
  }
  .btn-group + .btn-group {
    margin-left: 5px;
  }
  .btn-toolbar {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .btn-toolbar .btn-group {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
  
    *zoom: 1;
  }
  .btn-group .btn {
    position: relative;
    float: left;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .btn-group .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
  }
  .btn-group .btn:last-child, .btn-group .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
  }
  .btn-group .btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
  }
  .btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
    -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;
  }
  .btn-group .btn:hover,
  .btn-group .btn:focus,
  .btn-group .btn:active,
  .btn-group .btn.active {
    z-index: 2;
  }
  .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
  }
  .btn-group .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    *padding-top: 5px;
    *padding-bottom: 5px;
  }
  .btn-group.open {
    *z-index: 1000;
  }
  .btn-group.open .dropdown-menu {
    display: block;
    margin-top: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .btn .caret {
    margin-top: 7px;
    margin-left: 0;
  }
  .btn:hover .caret, .open.btn-group .caret {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .btn-primary .caret,
  .btn-danger .caret,
  .btn-info .caret,
  .btn-success .caret,
  .btn-inverse .caret {
    border-top-color: #ffffff;
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
  .btn-small .caret {
    margin-top: 4px;
  }
  
  table.order {
      width: 98%;
      margin: 12px auto;
      border-radius: 5px; 
      -webkit-border-radius: 5px; 
      -moz-border-radius: 5px; 
      border: 1px solid #a2b7ca; 
      background: #f4faff; 	
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
  }
  
  table.order th {
      background-color: #d0ebfe;
      padding: 4px;
      text-align: center;
      text-transform: none;
      color: #2a719d; 
      font-size: 20px; 
      text-shadow: 2px 2px #e6f5ff; 
      font-weight: normal;
  }
  
  table.order tr:nth-child(even) 
  {
      background: #fff;
  }
  
  table.order tr:nth-child(odd) {
      background: #ecf6fe;
  }
  
  table.order td {
      font: 16px 'Open Sans',Arial,sans-serif;
      padding: 12px;
      text-align: center;
      font-weight: normal;
      vertical-align: middle;
  }
  
  table.order-small td {
      font-size: 14px; 
  }
  
  table.order td img {
      margin: 12px auto 0;
  }
  
  table.order td span {
      font-size: 20px; 
      font-family: Georgia, Arial, sans-serif; 
      color: #4172a5; 
      text-shadow: 2px 2px #fff;
  }
  
  table.order td span.remove {
      font-size: 16px;
      color: #ff0000;
      text-decoration: line-through;
      text-shadow: 0px 0px 0px #ff0000;
  }
  
  table.order col:first-child {
      width: 28%;
  }
  
  @media (max-width: 1024px) {
      #page {
          overflow: hidden;
      }
  }
  
  .promotion {
    width:100%;
    text-align:center;
  }
  
  .promotion div {
    padding:24px;
    margin:24px auto 0;
    width:80%;
    border:2px solid #d54e21;
    border-radius:4px;
    font-size:18px;
    font-weight:bold;
    font-family:'Open Sans',Arial,sans-serif;
  }
  
  .promotion span {
    border-radius:3px;
    padding:3px 4px;
    color:#d14;
    font-size:20px;
    background-color:#f7f7f9;
    border:1px solid #e1e1e8;
  }

  .price-table-container {
    overflow-x: auto;
  }

  .column-title {
    font-weight: bold;
  }
