/* All buttons style by Bootstrap start */

.clearfix {
*zoom:1
}
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0
}
.clearfix:after {
	clear:both
}
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0
}
.input-block-level {
	display:block;
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.btn {
	display:inline-block;
*display:inline;
*zoom:1;
	padding:4px 12px;
	margin-bottom:0;
	font-size:14px;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	color:#333;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
	background-color:#f5f5f5;
	background-image:-moz-linear-gradient(top, #fff, #e6e6e6);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image:-webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image:-o-linear-gradient(top, #fff, #e6e6e6);
	background-image:linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', 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);
*background-color:#e6e6e6;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border:1px solid #ccc;
*border:0;
	border-bottom-color:#b3b3b3;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
*margin-left:.3em;
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color:#333;
	background-color:#e6e6e6;
*background-color:#d9d9d9
}
.btn:active, .btn.active {
	background-color:#ccc \9
}
.btn:first-child {
*margin-left:0
}
.btn:hover, .btn:focus {
	color:#333;
	text-decoration:none;
	background-position:0 -15px;
-webkit-transition:background-position .1s linear;
-moz-transition:background-position .1s linear;
-o-transition:background-position .1s linear;
transition:background-position .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;
	outline:0;
	-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow:inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}
.btn.disabled, .btn[disabled] {
	cursor:default;
	background-image:none;
	opacity:.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none
}
.btn-large {
	padding:11px 19px;
	font-size:17.5px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
margin-top:4px
}
.btn-small {
	padding:2px 10px;
	font-size:11.9px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
margin-top:0
}
.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
margin-top:-1px
}
.btn-mini {
	padding:0 6px;
	font-size:10.5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}
.btn-block {
	display:block;
	width:100%;
	padding-left:0;
	padding-right:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.btn-block+.btn-block {
	margin-top:5px
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width:100%
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
	color:rgba(255, 255, 255, 0.75)
}
.btn-primary {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#006dcc;
	background-image:-moz-linear-gradient(top, #08c, #04c);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
	background-image:-webkit-linear-gradient(top, #08c, #04c);
	background-image:-o-linear-gradient(top, #08c, #04c);
	background-image:linear-gradient(to bottom, #08c, #04c);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	border-color:#04c #04c #002a80;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#04c;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color:#fff;
	background-color:#04c;
*background-color:#003bb3
}
.btn-primary:active, .btn-primary.active {
	background-color:#039 \9
}
.btn-warning {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#faa732;
	background-image:-moz-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(to bottom, #fbb450, #f89406);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', 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);
*background-color:#f89406;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	color:#fff;
	background-color:#f89406;
*background-color:#df8505
}
.btn-warning:active, .btn-warning.active {
	background-color:#c67605 \9
}
.btn-danger {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#da4f49;
	background-image:-moz-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(to bottom, #ee5f5b, #bd362f);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', 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);
*background-color:#bd362f;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color:#fff;
	background-color:#bd362f;
*background-color:#a9302a
}
.btn-danger:active, .btn-danger.active {
	background-color:#942a25 \9
}
.btn-success {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#5bb75b;
	background-image:-moz-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(to bottom, #62c462, #51a351);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', 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);
*background-color:#51a351;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	color:#fff;
	background-color:#51a351;
*background-color:#499249
}
.btn-success:active, .btn-success.active {
	background-color:#408140 \9
}
.btn-info {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#49afcd;
	background-image:-moz-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(to bottom, #5bc0de, #2f96b4);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', 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);
*background-color:#2f96b4;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	color:#fff;
	background-color:#2f96b4;
*background-color:#2a85a0
}
.btn-info:active, .btn-info.active {
	background-color:#24748c \9
}
.btn-inverse {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#363636;
	background-image:-moz-linear-gradient(top, #444, #222);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
	background-image:-webkit-linear-gradient(top, #444, #222);
	background-image:-o-linear-gradient(top, #444, #222);
	background-image:linear-gradient(to bottom, #444, #222);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color:#222 #222 #000;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#222;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color:#fff;
	background-color:#222;
*background-color:#151515
}
.btn-inverse:active, .btn-inverse.active {
	background-color:#080808 \9
}
button.btn, input[type="submit"].btn {
*padding-top:3px;
*padding-bottom:3px
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
padding:0;
border:0
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
*padding-top:7px;
*padding-bottom:7px
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
*padding-top:3px;
*padding-bottom:3px
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
*padding-top:1px;
*padding-bottom:1px
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color:transparent;
	background-image:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none
}
.btn-link {
	border-color:transparent;
	cursor:pointer;
	color:#08c;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0
}
.btn-link:hover, .btn-link:focus {
	color:#005580;
	text-decoration:underline;
	background-color:transparent
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
	color:#333;
	text-decoration:none
}
/* All buttons style end */	



/* Bootstrap grid start */



#packages * {
	box-sizing: border-box;
}
 #packages *::before,  #packages *::after {
 box-sizing: border-box;
}
.clearfix:before,  .clearfix:after {
	content: '';
	display: table;
	clear: both;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.row:before,  .row:after {
	content: '';
	display: table;
	clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
 @media (min-width: 768px) {
 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
 float: left;
}
 .col-sm-12 {
 width: 100%;
}
 .col-sm-11 {
 width: 91.66666667%;
}
 .col-sm-10 {
 width: 83.33333333%;
}
 .col-sm-9 {
 width: 75%;
}
 .col-sm-8 {
 width: 66.66666667%;
}
 .col-sm-7 {
 width: 58.33333333%;
}
 .col-sm-6 {
 width: 50%;
}
 .col-sm-5 {
 width: 41.66666667%;
}
 .col-sm-4 {
 width: 33.33333333%;
}
 .col-sm-3 {
 width: 25%;
}
 .col-sm-2 {
 width: 16.66666667%;
}
 .col-sm-1 {
 width: 8.33333333%;
}
 .col-sm-pull-12 {
 right: 100%;
}
 .col-sm-pull-11 {
 right: 91.66666667%;
}
 .col-sm-pull-10 {
 right: 83.33333333%;
}
 .col-sm-pull-9 {
 right: 75%;
}
 .col-sm-pull-8 {
 right: 66.66666667%;
}
 .col-sm-pull-7 {
 right: 58.33333333%;
}
 .col-sm-pull-6 {
 right: 50%;
}
 .col-sm-pull-5 {
 right: 41.66666667%;
}
 .col-sm-pull-4 {
 right: 33.33333333%;
}
 .col-sm-pull-3 {
 right: 25%;
}
 .col-sm-pull-2 {
 right: 16.66666667%;
}
 .col-sm-pull-1 {
 right: 8.33333333%;
}
 .col-sm-pull-0 {
 right: auto;
}
 .col-sm-push-12 {
 left: 100%;
}
 .col-sm-push-11 {
 left: 91.66666667%;
}
 .col-sm-push-10 {
 left: 83.33333333%;
}
 .col-sm-push-9 {
 left: 75%;
}
 .col-sm-push-8 {
 left: 66.66666667%;
}
 .col-sm-push-7 {
 left: 58.33333333%;
}
 .col-sm-push-6 {
 left: 50%;
}
 .col-sm-push-5 {
 left: 41.66666667%;
}
 .col-sm-push-4 {
 left: 33.33333333%;
}
 .col-sm-push-3 {
 left: 25%;
}
 .col-sm-push-2 {
 left: 16.66666667%;
}
 .col-sm-push-1 {
 left: 8.33333333%;
}
 .col-sm-push-0 {
 left: auto;
}
 .col-sm-offset-12 {
 margin-left: 100%;
}
 .col-sm-offset-11 {
 margin-left: 91.66666667%;
}
 .col-sm-offset-10 {
 margin-left: 83.33333333%;
}
 .col-sm-offset-9 {
 margin-left: 75%;
}
 .col-sm-offset-8 {
 margin-left: 66.66666667%;
}
 .col-sm-offset-7 {
 margin-left: 58.33333333%;
}
 .col-sm-offset-6 {
 margin-left: 50%;
}
 .col-sm-offset-5 {
 margin-left: 41.66666667%;
}
 .col-sm-offset-4 {
 margin-left: 33.33333333%;
}
 .col-sm-offset-3 {
 margin-left: 25%;
}
 .col-sm-offset-2 {
 margin-left: 16.66666667%;
}
 .col-sm-offset-1 {
 margin-left: 8.33333333%;
}
 .col-sm-offset-0 {
 margin-left: 0;
}
}
 @media (min-width: 992px) {
 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
 float: left;
}
 .col-md-12 {
 width: 100%;
}
 .col-md-11 {
 width: 91.66666667%;
}
 .col-md-10 {
 width: 83.33333333%;
}
 .col-md-9 {
 width: 75%;
}
 .col-md-8 {
 width: 66.66666667%;
}
 .col-md-7 {
 width: 58.33333333%;
}
 .col-md-6 {
 width: 50%;
}
 .col-md-5 {
 width: 41.66666667%;
}
 .col-md-4 {
 width: 33.33333333%;
}
 .col-md-3 {
 width: 25%;
}
 .col-md-2 {
 width: 16.66666667%;
}
 .col-md-1 {
 width: 8.33333333%;
}
 .col-md-pull-12 {
 right: 100%;
}
 .col-md-pull-11 {
 right: 91.66666667%;
}
 .col-md-pull-10 {
 right: 83.33333333%;
}
 .col-md-pull-9 {
 right: 75%;
}
 .col-md-pull-8 {
 right: 66.66666667%;
}
 .col-md-pull-7 {
 right: 58.33333333%;
}
 .col-md-pull-6 {
 right: 50%;
}
 .col-md-pull-5 {
 right: 41.66666667%;
}
 .col-md-pull-4 {
 right: 33.33333333%;
}
 .col-md-pull-3 {
 right: 25%;
}
 .col-md-pull-2 {
 right: 16.66666667%;
}
 .col-md-pull-1 {
 right: 8.33333333%;
}
 .col-md-pull-0 {
 right: auto;
}
 .col-md-push-12 {
 left: 100%;
}
 .col-md-push-11 {
 left: 91.66666667%;
}
 .col-md-push-10 {
 left: 83.33333333%;
}
 .col-md-push-9 {
 left: 75%;
}
 .col-md-push-8 {
 left: 66.66666667%;
}
 .col-md-push-7 {
 left: 58.33333333%;
}
 .col-md-push-6 {
 left: 50%;
}
 .col-md-push-5 {
 left: 41.66666667%;
}
 .col-md-push-4 {
 left: 33.33333333%;
}
 .col-md-push-3 {
 left: 25%;
}
 .col-md-push-2 {
 left: 16.66666667%;
}
 .col-md-push-1 {
 left: 8.33333333%;
}
 .col-md-push-0 {
 left: auto;
}
 .col-md-offset-12 {
 margin-left: 100%;
}
 .col-md-offset-11 {
 margin-left: 91.66666667%;
}
 .col-md-offset-10 {
 margin-left: 83.33333333%;
}
 .col-md-offset-9 {
 margin-left: 75%;
}
 .col-md-offset-8 {
 margin-left: 66.66666667%;
}
 .col-md-offset-7 {
 margin-left: 58.33333333%;
}
 .col-md-offset-6 {
 margin-left: 50%;
}
 .col-md-offset-5 {
 margin-left: 41.66666667%;
}
 .col-md-offset-4 {
 margin-left: 33.33333333%;
}
 .col-md-offset-3 {
 margin-left: 25%;
}
 .col-md-offset-2 {
 margin-left: 16.66666667%;
}
 .col-md-offset-1 {
 margin-left: 8.33333333%;
}
 .col-md-offset-0 {
 margin-left: 0;
}
}
 @media (min-width: 1200px) {
 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
 float: left;
}
 .col-lg-12 {
 width: 100%;
}
 .col-lg-11 {
 width: 91.66666667%;
}
 .col-lg-10 {
 width: 83.33333333%;
}
 .col-lg-9 {
 width: 75%;
}
 .col-lg-8 {
 width: 66.66666667%;
}
 .col-lg-7 {
 width: 58.33333333%;
}
 .col-lg-6 {
 width: 50%;
}
 .col-lg-5 {
 width: 41.66666667%;
}
 .col-lg-4 {
 width: 33.33333333%;
}
 .col-lg-3 {
 width: 25%;
}
 .col-lg-2 {
 width: 16.66666667%;
}
 .col-lg-1 {
 width: 8.33333333%;
}
 .col-lg-pull-12 {
 right: 100%;
}
 .col-lg-pull-11 {
 right: 91.66666667%;
}
 .col-lg-pull-10 {
 right: 83.33333333%;
}
 .col-lg-pull-9 {
 right: 75%;
}
 .col-lg-pull-8 {
 right: 66.66666667%;
}
 .col-lg-pull-7 {
 right: 58.33333333%;
}
 .col-lg-pull-6 {
 right: 50%;
}
 .col-lg-pull-5 {
 right: 41.66666667%;
}
 .col-lg-pull-4 {
 right: 33.33333333%;
}
 .col-lg-pull-3 {
 right: 25%;
}
 .col-lg-pull-2 {
 right: 16.66666667%;
}
 .col-lg-pull-1 {
 right: 8.33333333%;
}
 .col-lg-pull-0 {
 right: auto;
}
 .col-lg-push-12 {
 left: 100%;
}
 .col-lg-push-11 {
 left: 91.66666667%;
}
 .col-lg-push-10 {
 left: 83.33333333%;
}
 .col-lg-push-9 {
 left: 75%;
}
 .col-lg-push-8 {
 left: 66.66666667%;
}
 .col-lg-push-7 {
 left: 58.33333333%;
}
 .col-lg-push-6 {
 left: 50%;
}
 .col-lg-push-5 {
 left: 41.66666667%;
}
 .col-lg-push-4 {
 left: 33.33333333%;
}
 .col-lg-push-3 {
 left: 25%;
}
 .col-lg-push-2 {
 left: 16.66666667%;
}
 .col-lg-push-1 {
 left: 8.33333333%;
}
 .col-lg-push-0 {
 left: auto;
}
 .col-lg-offset-12 {
 margin-left: 100%;
}
 .col-lg-offset-11 {
 margin-left: 91.66666667%;
}
 .col-lg-offset-10 {
 margin-left: 83.33333333%;
}
 .col-lg-offset-9 {
 margin-left: 75%;
}
 .col-lg-offset-8 {
 margin-left: 66.66666667%;
}
 .col-lg-offset-7 {
 margin-left: 58.33333333%;
}
 .col-lg-offset-6 {
 margin-left: 50%;
}
 .col-lg-offset-5 {
 margin-left: 41.66666667%;
}
 .col-lg-offset-4 {
 margin-left: 33.33333333%;
}
 .col-lg-offset-3 {
 margin-left: 25%;
}
 .col-lg-offset-2 {
 margin-left: 16.66666667%;
}
 .col-lg-offset-1 {
 margin-left: 8.33333333%;
}
 .col-lg-offset-0 {
 margin-left: 0;
}
}
/* Bootstrap grid end */









body {
	position:relative;
	font: 17px/21px Arial, Helvetica, sans-serif!important;
	color:#444444;
}
#maincontainer {
	position: relative;
	background-color:#f2eedd;
	background-image: url("images/ricepaper_v3.png");
}
#image_area {
	color:#333333;
	font-size:30px;
	height:38px;
	float:left;
	width:100%;
}
#featured_area {
	background-image:url("images/home-feature-background.png");
	background-position:left bottom;
	background-repeat:repeat-x;
	clear:both;
	margin-top:0;
}
#subsite_featured_heading h1 {
	color:#40494E !important;
	float:left;
	font-size:30px !important;
	font-style:italic;
	margin-bottom:15px !important;
	padding-right:3px;
}
/*Footer*/

.leftfooter {
	position:relative;
	float:left;
}
.rightfooter {
	position:relative;
	float:right;
}
.sociallinks li {
	list-style-type:none;
	position:relative;
	display:inline-block;
	background-image:url("images/120209-new-social-media.png");
	height:42px;
	width:41px;
	margin-left:6px;
}
.sociallinks .facebook {
	background-position:0px -43px;
}
.sociallinks .twitter {
	background-position:-53px -43px;
}
.sociallinks .youtube {
	background-position:-104px -43px;
}
.sociallinks .in {
	background-position:-153px -43px;
	height:41px;
}
.sociallinks li a {
	padding:21px 21px;
	display:block;
}
.rightfooter p {
	margin-top:10px;
	margin-bottom:0px;
	font-size:13px;
	float:right;
	clear:both;
}
ul, h3 {
	text-align:left;
}
#subsite_featured_heading {
	float:left;
	position:relative;
	width:470px;
}
#subsite_featured_heading p {
	clear:both;
	margin-bottom:15px;
}
#copy_area p {
	text-align:left;
	width:100%;
}
#copy_area #topheading {
	border-bottom:1px solid #d5ccab;
	margin-bottom:8px;
	padding-bottom:3px;
}
.maxheader #headerright li a {
	text-decoration:none;
	color:#ffffff;
	font-size:13px;
}
.maxheader #headerright li a:hover {
	text-decoration: underline;
}
#ajaxSearch_form fieldset {
	border:none;
	padding:0px;
	margin:0px;
}
#ajaxSearch_output {
	top:0px;
	position:relative;
	left:0px;
	float:left;
	width:320px!important;
	z-index:1500;
	text-align:left;
}
#ajaxSearch_form img {
	float:right;
}
.ajaxSearch_resultsDisplayed, .AS_ajax_resultsDisplayed, .ajaxSearch_grpResultsDisplayed, .AS_ajax_grpResultsDisplayed, .paging1Infos {
	position:relative;
	font-family:76%/130% Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif!important;
	color:#000000;
}
#copy_area_shadow {
	position:relative;
	display:inline-block;
	width:986px;
}
.links {
	font-family:Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif!important;
	font-size:16px;
	padding-top:8px;
	text-align:center;
	text-transform:uppercase;
	color:#656363 !important;
	height:25px;
	width:50px;
}
#copy_area_content {
	background-color:#ffffff;
}
#shadow {
	width:1000px;
	height:30px;
	float:left;
}
#copy_area {
	width: auto;
	max-width:986px;
	display:block;
	position:relative;
}
.tpl-home-page #copy_area {
	max-width: inherit;
}
.heading {
	background-image:url("images/box.gif");
	background-repeat:no-repeat;
	color:#FFFFFF;
	float:left;
	font-size:20px;
	height:39px;
	margin-bottom:19px;
	margin-right:17px;
	margin-top:43px;
	padding-top:3px;
	text-align:center;
	width:226px;
}
#graphic {
	background-image:url("images/featured_graphic.jpg");
	width:192px;
	height:210px;
	float:left;
	margin-left:25px;
	margin-right:23px;
}
.paragraph {
	padding-right:10px;
	text-align:left;
}
#featured_text {
	background-image:url("images/sel_box.gif");
	margin:0px;
	margin-bottom:24px;
}
#site_links {
	background-image:url("images/home-feature-box-mask.png");
	clear:both;
	height:243px;
	width:228px;
}
#right_featuredarea {
	float:right;
	height:309px;
	margin-bottom:0;
	margin-top:43px;
}
.sec_featured_graphic {
	float:left;
	clear:both;
	background-image:url("images/sec_graphic.png");
	width:225px;
	height:111px;
	margin-bottom:11px;
}
.sec_featured_graphic img {
	padding-top:1px;
}
.sec_featured_text {
	float:left;
	clear:both;
}
.sec_featured_box {
	padding-top: 20px;
	text-align: left;
}
#red_bar {
	clear:both;
	float:left;
	height:44px;
	width:1185px;
}
#max_corp_info {
	float:left;
}
.footer_text {
	color:#666666;
	font-size:13px;
	font-weight:bold;
	margin-bottom:0px;
	text-align:left;
}
#footer {
	padding: 20px;
	position: relative;
}
img.home {
	width:50px;
	height:44px;
	background:url("images/social-media-icons.png") 0 0;
}
.sec_featured_area {
	float: left;
	margin-right: 20px;
	position: relative;
	width: 304px;
	border: 1px solid #d5ccab;
	background: url("images/dark_tile3.png");
}
.sec_featured_box .sec_featured_area:last-child {
	margin-right: 0;
}
/*Footer*/

.sociallinks, .pagesinks {
	float:right;
	margin-right:0px;
}
.pagesinks li {
	border-right: 1px solid #d5ccab;
	float: left;
	line-height: 12px;
	margin-top:4px;
	list-style-type: none;
	padding: 0 8px;
	position: relative;
}
.pagesinks li:last-child {
	border-right: none;
	padding-right: 0;
}
.pagesinks li a {
	color: #666666;
	font-size: 13px;
	text-decoration: underline;
}
.pagesinks li a:hover {
	text-decoration: none;
}
.footertext {
	background-repeat:no-repeat;
	background-position:center;
	clear:both;
}
.footertext p {
	text-align:center;
	padding-top:13px;
	margin-bottom:0px;
}
#bottomfooter {
	width:986px;
	background-image: url("images/dark_tile3.png");
	border-top: 1px solid #d5ccab;
	border-bottom: 1px solid #d5ccab;
	position: relative;
}
.barfooter {
	color:#666666;
	position:relative;
	z-index:1000;
	display: block;
}
.maxheader {
	max-width:950px;
	position: relative;
	z-index: 1000;
}
#sub3rd, #sub4th {
	margin-right:0px;
}
#left_nav_area #myajaxmenu li li a {
	color:#636163;
}
#left_nav_area #myajaxmenu li li a:hover {
	color:#636163!important;
	font-weight:bold;
}
#content_area li {
	text-align:left;
}
#subsite_featured_heading {
	float:left;
	position:relative;
	width:470px;
}
#subsite_featured_heading p {
	clear:both;
	margin-bottom:15px;
}
#ajaxmenu {
	clear: both;
}
.maxheader #headerright {
	float:right;
	position:relative;
	display:inline-block;
	margin-top:10px;
	margin-right:20px;
}
.maxheader #headerright ul {
	padding:0px;
	margin-bottom:0px;
	display:inline;
}
.maxheader #headerright li {
	list-style:none;
	display:inline;
	margin-left:10px;
	float:right;
	position:relative;
	padding-bottom:15px;
}
.maxheader .search {
	float:right;
	display:inline-block;
	width:332px;
	height:30px;
	clear:both;
}
.leftfooter img {
	float:left;
	position:relative;
}
.leftfooter p {
	font-size: 13px;
	margin-bottom: 0;
	text-align: left;
}
.leftfooter .footerlink {
	padding:0px;
	margin:0px;
	clear:both;
	display:inline-block;
	float:left;
	margin-left:3px;
	margin-top:25px;
}
.leftfooter .footerlink li {
	position:relative;
	float:left;
	list-style:none;
	margin-right:5px;
}
.footerlink li a {
	text-decoration:none;
}
#ajaxSearch_input {
	border:1px solid #BAB8B5;
	border-right:none;
	width:230px;
	font-size:14px;
	padding:4px 8px 3px 3px;
	margin: 0 -5px 0 0;
}
#ajaxSearch_form label {
	float: left;
}
#ajaxSearch_output {
	top:0px;
	position:relative;
	left:0px;
	float:left;
	width:320px!important;
	z-index:1500;
	text-align:left;
}
#ajaxSearch_form img {
	float:right;
}
.ajaxSearch_resultsDisplayed, .AS_ajax_resultsDisplayed, .ajaxSearch_grpResultsDisplayed, .AS_ajax_grpResultsDisplayed, .paging1Infos {
	color:#000000;
}
.ajaxSearch_result a, .ajaxSearch_resultExtract {
	float:left;
	clear:both;
}
.ajaxSearch_result {
	clear:both;
	width:100%;
}
.ajaxSearch_result a {
	margin-bottom:10px;
	margin-top:10px;
}
.ajaxSearch_resultExtract p {
	margin-bottom:0px;
}
.ajaxSearch_resultDescription {
	float:left;
	display:inline;
	margin-left:10px;
}
.paging1 {
	float:none;
	clear:both;
}
.ajaxSearch_result a, .ajaxSearch_resultExtract {
	float:left;
	clear:both;
}
.ajaxSearch_result {
	clear:both;
}
.ajaxSearch_result a {
	font-weight:bold;
	margin-bottom:10px;
	text-decoration:underline !important;
}
.ajaxSearch_result a:hover {
	text-decoration:none!important;
}
.ajaxSearch_resultExtract p {
	margin-bottom:0px;
}
.ajaxSearch_resultDescription {
	float:left;
	display:inline;
	margin-left:10px;
	margin-top:10px;
}
.AS_ajax_resultsIntroFailure {
	float:left;
}
h1 span, h1 a, h2 span, h2 a, h3 span, h3 a, h4 span, h4 a, h5 span, h5 a, h6 span, h6 a, h1, h2, h3, h4, h5, h6 {
	font-family:Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif!important;
	font-weight:bold;
}
.pagesinks {
	margin-bottom:0;
}
.sociallinks {
	margin-bottom:25px;
}
#ajaxSearch_submit {
	background: url("images/bttn-search2.jpg") no-repeat scroll center top transparent !important;
	border: medium none;
	width: 60px;
	height: 26px;
	cursor:pointer;
 padding:
}
#ajaxSearch_submit:hover {
	background:url("images/bttn-search2-hover.jpg") no-repeat scroll center top transparent!important;
}
#ajaxSearch_submit:active {
	background:url("images/bttn-search2-active.jpg") no-repeat scroll center top transparent!important;
}
#ajaxSearch_form {
	display:block;
	float:right;
	position:relative;
	width: 300px;
}
#global_header {
/*

	float:left;

	height:70px;

	margin-bottom:12px;

	margin-top:12px;

	margin-left:20px;

	width:429px;

	clear:both;

	position: relative;

	height: 1px;

	*/	

}
#global_header a {
/*	position: relative;

	display: inline-block;

*/}
#content_area h4, #content_area h5, #content_area h6, #left_copy_area h4, #left_copy_area h5, #left_copy_area h6, #copy_area h4, #copy_area h5, #copy_area h6 {
	float:left;
	clear:both;
}
#copy_area .sec_featured_box a {
	text-decoration:none;
}
/*********************************************

	DIV WIDTHS

*********************************************/

.full {
	width:100% !important;
}
.half {
	width:49.9% !important;
}
.third {
	width:33.3% !important;
}
.twothirds {
	width:66.6% !important;
}
.quarter {
	width:25% !important;
}
.threequarters {
	width:75% !important;
}
.fifth {
	width:20% !important;
}
.twofifths {
	width:40% !important;
}
.threefifths {
	width:60% !important;
}
.fourfifths {
	width:80% !important;
}
.seventy {
	width:70% !important;
}
.thirty {
	width:30% !important;
}
.tenth {
	width:10% !important;
}
.eighty {
	width:80% !important;
}
.ninety {
	width:90% !important;
}
.golden-s {
	width:38% !important;
}
.golden-b {
	width:62% !important;
}
/*********************************************

	Helper Classes

*********************************************/

a img {
}
.left {
	float:left !important;
}
.center {
	text-align:center;
}
.center-block {
	margin:0 auto !important;
}
.text-right {
	text-align:right;
}
.text-left {
	text-align:left;
}
.nowrap {
	white-space:nowrap;
}
.hidden {
	display:none;
}
.inline {
	display:inline;
}
.block {
	display:block;
}
.relative {
	position:relative;
}
.section {
	padding-bottom:20px;
}
.section-sm {
	padding-bottom:10px;
}
.no-border, .leadin {
	border:none !important;
	padding-left:0 !important;
	background-image:none !important;
}
img.right {
	padding:0 0 10px 10px;
}
img.left {
	padding:0 10px 10px 0;
}
.inner {
	padding:10px;
}
.inner-right {
	padding-right:20px;
}
.inner-left {
	padding-left:20px;
}
.inner-top {
	padding-top:10px;
}
.inner-bottom {
	padding-bottom:10px;
}
.pointer {
	cursor:pointer;
}
.space-right {
	margin-right:10px;
}
.space-left {
	margin-left:10px;
}
.space-top {
	margin-top:10px;
}
.space-bottom {
	margin-bottom:10px;
}
.new {
	clear:both;
}
.fresh {
	clear:all
}
.shadow {
	-webkit-box-shadow:0 11px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 11px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow:0 11px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3);
}
#websignupfrm label.signup p {
	text-align:right;
}
.dynamic {
	font-size:15px;
	clear:left;
	text-align: left;
}
.reflect_archive_list {
	text-align: left;
}
#featured_text a {
	color:#FFFFFF;
	text-decoration:none;
}
#featured_text a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#rotator .ui-tabs-panel.ui-widget-content h2 {
	clear:none;
}
.number-format {
	clear:both;
}
.number-format, .number-format div {
	float:left;
	display:inline-block;
	text-align:left;
	position:relative;
	margin-bottom:8px;
}
.number-format .first {
	width:40px;
}
.number-format .second {
	width:30px;
}
.number-format .lpthird {
	width:12px;
}
.header_links ul li {
	text-align:left;
	list-style:none;
	color:#40494E;
	font-size:12px;
	width:100%;
	margin-bottom:0px;
	display:inline-block;
}
.header_links ul li a {
	color:#40494E;
	text-decoration:none;
	background-image:url("images/left-nav-icon-1st-level-normal.gif");
	background-repeat:no-repeat;
	background-position:12px 12px;
	padding:6px 5px 6px 27px;
	display:block;
	font-size:12px;
}
.header_links ul li a:hover {
	font-weight:bold;
	text-decoration:underline;
	background-color:#eeeeee;
	background-image:url("images/left-nav-icon-1st-level-mouseover-selected.gif");
}
.header_links {
	margin-left:0px;
	margin-top:11px;
	margin-bottom:10px;
	padding:0px 1px;
}
.header_links ul li ul {
	display:none!important;
}
.header_links ul li.selected ul {
	overflow:visible!important;
	height:auto!important;
	display:block!important;
	margin-left:0px;
	background-color:#ffffff!important;
	padding-bottom:0px;
	margin-top:2px;
	margin-bottom:-15px;
}
.header_links ul {
	padding-left:0px;
	margin-right:0px;
	margin-bottom:3px;
}
.header_links ul li li {
	font-size:12px;
	text-align:left;
	width:138px;
	padding-left:0px;
}
.header_links #myajaxmenu li.selected li:hover a {
	color:#636163 !important;
}
.header_links ul li:hover ul {
	background-color:#FFFFFF;
}
.header_links ul li.selected a {
	background-color:#eeeeee;
	padding-bottom:6px;
	font-weight:bold;
}
.header_links ul li.selected a:hover, .header_links ul li.selected li a:hover, .header_links ul li.selected li a:hover {
	background-color:#eeeeee;
}
.header_links ul li.last {
	padding-bottom:6px;
	margin-bottom:0px;
}
.header_links ul li.selected li {
	background-color:#ffffff;
	padding-bottom:2px;
	width:100%;
}
.header_links ul li.last li.first {
	padding-bottom:2px;
}
.header_links ul li.selected li.selected li a {
	font-weight:normal;
	background:none;
	;
	padding-left:52px;
	background-position:40px 11px;
	background-image:url("images/left-nav-icon-3rd-level.gif");
	background-repeat:no-repeat;
	padding-top:4px;
}
.header_links #myajaxmenu li.selected li.selected li:hover a, .header_links #myajaxmenu li.selected li.selected li.selected a {
	background-color:#EEEEEE;
	font-weight:bold;
}
.header_links ul li.selected li a {
	color:#636163;
	text-decoration:none;
	font-weight:normal;
	background:none;
	padding-left:40px;
	background-image:url("images/left-nav-icon-2nd-level.gif");
	background-repeat:no-repeat;
	background-position:27px 12px;
}
.header_links ul li.selected li.selected a {
	font-weight:bold;
	background-color:#eeeeee;
}
.header_links ul li.selected li:hover {
	background-color:#FFFFFF;
}
.header_links ul li.selected li.last {
	padding-bottom:21px;
}
.header_links ul li.selected ul ul {
	margin-left:0px;
	background:none;
	margin-bottom:0px;
	display:none!important;
}
.header_links ul li.selected ul li.last ul {
	margin-bottom:-15px;
}
.header_links ul li.selected ul ul li {
	background-color:none;
	width:178px;
}
.header_links ul li.selected li.selected ul {
	overflow:visible!important;
	display:block!important;
}
.header_links li li, .header_links li li:hover {
	background-color:#FFFFFF!important;
}
.header_links.newlinks ul {
	margin:27px 0px 0px 5px;
	display:inline-block;
	float:left;
}
.header_links.newlinks ul li {
	width:189px;
}
.header_links.newlinks a {
	width:184px;
}
#rotator .ui-tabs-nav.ui-helper-reset a {
	text-decoration:none;
}
#content_area .changepsw {
	margin-left:15px;
}
.largebgimg {
	position:relative;
	display:inline-block;
}
.ajaxSearch_resultsDisplayed, .ajaxSearch_grpResultsDisplayed, #grpResult_site_wide div.paging1:first-child, .ajaxSearch_resultDescription {
	display:none;
}
#grpResult_site_wide .ajaxSearch_result, #grpResult_site_wide .paging1 {
	display:inline-block;
}
.first.default a {
	padding-right:10px;
	border-right:1px solid #ffffff;
}
.first.webuser a {
	padding-right:22px;
	border-right:1px solid #CECFCE;
	background-image:url("images/header-account-name-icon.gif");
	background-repeat:no-repeat;
	background-position:70px 5px;
}
.first.webuser a:hover {
	background-image:url("images/header-account-name-icon-mouseover.gif");
}
.first.webuser ul {
	position:absolute;
	top:30px;
	display:none!important;
	left:-30px;
	padding:5px 5px 10px 10px !important;
	box-shadow:0 4px 10px rgba(0, 0, 0, 0.5);
	z-index:1200;
	width:130px;
	background-color:#FFFFFF;
}
.first.webuser ul a, .first.webuser ul a:hover {
	border:none;
	padding:0px;
	background:none;
}
#headerright .first.webuser ul a:hover {
	font-weight:bold;
	color:#42494A;
}
.first.webuser:hover ul {
	display:inline-block!important;
}
.first.webuser ul li {
	float:left!important;
	margin-left:0px!important;
	clear:both;
	padding-bottom:0px!important;
}
hr {
	background-color:#e5e5e5;
}
.ditto_summaryPost .ditto_summaryPost {
	display:none;
}
.ditto_tags {
	font-size:13px;
	margin-bottom:10px;
}
#newsevents {
	display: inline-block;
	margin-top: 5px;
	width: 100%;
}
#newsevents h2 {
	border-bottom: 1px solid #E7E7E7;
	color: #40494E;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#newsevents #news {
	width:622px;
	float:left;
}
#newsevents #events {
	width:325px;
	float:right;
}
#news #bottom {
	background-color: #FFFFFF;
	margin-top: -35px;
	width: 100%;
}
#news #commentbox {
	display:none;
}
#news .ditto_tags {
	margin-bottom:5px;
}
#B_crumb_navigation, #gallerycrumb {
	min-height: 26px;
	text-align: left;
	width: 100%;
	color: #666666;
}
#B_crumb_navigation span, #gallerycrumb {
	color: inherit;
}
#B_crumb_navigation .B_crumbBox a, #gallerycrumb a {
	font-size: 13px;
	text-decoration: none;
	color: #666666;
}
.B_currentCrumb, .e2g_currentCrumb {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}
#landingpage .reqtext {
	margin-bottom:5px;
}
#landingpage h2 {
	margin:-5px 0px 10px 0px;
}
.reqtext {
	font-weight:bold;
}
.paging1 {
	padding-left:20px;
}
.paging1 a, .paging1 span {
	display:inline-block;
	float:none;
	text-align:center;
}
.paging1 .paging1Infos {
	vertical-align:top;
}
.paging1 .paging1Infos a {
	margin:0px 5px;
}
.paging1 .paging1Infos a.active {
	text-decoration:none;
}
img {
	max-width:100%;
	height:auto;
}
#copy_area h1, #copy_area h2, #copy_area h3, #copy_area h4, #copy_area h5, #copy_area h6 {
	width:100%;
	color:#c00000;
	text-align:left;
}
#copy_area h1 {
	font-size:28px;
	margin-bottom:0;
	line-height: 31px;
}
#copy_area h2 {
	font-size:19px;
	margin-bottom:5px;
	line-height:21px;
}
#copy_area h3 {
	font-size:17px;
	line-height:19px;
}
#copy_area h4, #copy_area h5, #copy_area h6 {
	font-size:15px;
	line-height:17px;
	margin-bottom:8px;
}
ul, ol {
	text-align:left;
}
.home-news-form {
	margin: 20px 0;
	border: 1px solid #d5ccab;
	background: url("images/dark_tile3.png");
	padding: 20px;
}

.home-news-form #EmailForm {
	background: none;
	border: none;
}
.home-news-form #form-title, .home-news-form .reqtext {
	display: none;
}
.hz-form #newslettertitle {
	float: left;
	width: 270px;
	margin-right: 20px;
}
.hz-form #EmailForm {
	float: left;
	width: 625px;
	padding-bottom: 0;
}
.hz-form fieldset {
	padding:0;
	margin: 0;
}
.hz-form label {
	width: 256px !important;
	clear: none !important;
	padding-bottom: 0 !important;
	margin: 0 16px 0 0 !important;
}
.hz-form label.lfname {
	width: 185px !important;
}
.hz-form input[type="text"] {
	width: 110px !important;
	padding: 4px !important;
	float: right !important;
	margin-bottom: 0 0 0 20px !important;
}
.hz-form input[type="submit"] {
	float: left !important;
	clear: none !important;
}
.emailupdates input {
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}
.emailupdates sup {
	color: #ff0000;
}
.emailupdates input[type="submit"] {
	cursor: pointer;
}
.emailupdates input[type="text"]:focus, .emailupdates input[type="email"]:focus {
	border: 1px solid rgba(82, 168, 236, 0.8) !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}
.emailupdates input[type="text"].requiredValue, .emailupdates input[type="email"].requiredValue {
	border: 1px solid rgba(255, 0, 0, 0.8) !important;
	box-shadow: 0 1px 1px rgba(255, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.5);
}

.home-news-form form{
	clear: both;
	display: block;
	float: none !important;
	text-align: left !important;
	width: auto !important;
	padding-top: 15px;
}

.home-news-form label{
	margin: 0 20px 15px 0 !important;
}

.home-news-form .row-space-2{
	margin-bottom:0 !important;
}

.home-news-form input[type="text"]{
	display: block !important;
	width: 100% !important;
	float: none !important;
}

.home-news-form .errors{
	display: block;
	float: none;
	clear: both;
	text-align: left;
	padding-top: 10px;
}


.mediaicons {
	margin: 0 0 20px 0;
	padding: 0;
}
.mediaicons > li {
	background: url("images/130505-social-icons.png") no-repeat transparent;
	height:32px;
	height:31px;
	width: 35px;
	display: inline-block;
	float: left;
	margin: 0 11px 0 0;
	cursor: pointer;
}
.mediaicons > li > a {
	display:block;
	width:100%;
	height:100%;
}
.mediaicons > li:last-child {
	margin-right: 0;
}
.mediaicons .mail {
	background-position: 0 0;
}
.mediaicons .facebook {
	background-position: -44px 0;
}
.mediaicons .twitter {
	background-position: -88px 0;
}
.mediaicons .gplus {
	background-position: -132px 0;
}
.mediaicons .youtube {
	background-position: -176px 0;
}
.mediaicons .mail:hover {
	background-position: 0 -39;
}
.mediaicons .facebook:hover {
	background-position: -44px -39px;
}
.mediaicons .twitter:hover {
	background-position: -88px -39px;
}
.mediaicons .gplus:hover {
	background-position: -132px -39px;
}
.mediaicons .youtube:hover {
	background-position: -176px -39px;
}
.sociallinkicons p {
	margin-bottom: 10px !important;
	color: #C1B4B0;
	font-size: 15px;
}
.sociallinkicons {
	border: 1px solid #EFEBEF;
	padding-top: 10px;
}
.inner-news-form {
	padding-top: 10px;
	border: 1px solid #EFEBEF;
}
.inner-news-form h3 {
	font-size: 24px !important;
	line-height: 28px !important;
}
.inner-news-form h3, .inner-news-form .mediaicons, .inner-news-form p, .inner-news-form .errors {
	margin-left: 10px;
	margin-right: 10px;
}
.inner-news-form .errors {
	margin-bottom: 15px;
}
.triangleicon {
	height: 10px;
	width: 18px;
	background: url("images/triangle-icon.png") no-repeat center top transparent;
}
.inner-news-form #EmailForm {
	position: relative;
}
.inner-news-form .triangleicon {
	display: block !important;
	left: 20px;
	position: absolute;
	top: -1px;
}
.inner-news-form fieldset {
	padding: 10px;
}
.inner-news-form label {
	width: 220px !important;
}
.inner-news-form input[type="text"] {
	width: 210px !important;
	padding: 4px !important;
}
.inner-news-form #EmailForm #cfContact {
	margin-top: 0 !important;
}
.inner-news-form #form-title, .inner-news-form .reqtext {
	display: none;
}
.socialize {
	margin-bottom: 10px;
}
.mediabutton {
	margin-right:5px;
	/*padding: 3px 0;*/
    width: 130px;
	height: 36px;
	color: #ffffff;
	cursor: pointer;
	margin-bottom: 5px;
}
.mediabutton:last-child {
	margin-right:0;
}
.mediabutton.twitter iframe {
	width:79px !important;
}
 table.alternate tr:nth-child(odd) {
 background-color:#f5f5f5;
}
 table.alternate tr:nth-child(2n) {
 background-color:#fff;
}
table.alternate td, table.standard td {
	border-bottom:1px solid #e5e5e5;
}
table.setborder td {
	border:1px solid #e5e5e5;
}
/* Top Menu start */

.topnav a {
	margin: 0 45px 0 15px;
	padding: 0 15px;
}
.topnav > ul > li {
	display:block;
	position: relative;
	padding: 16px 0;
}
.topnav > ul > li > .subnavtoggle {
	background: url("images/expand.png") no-repeat center center;
	cursor: pointer;
	height: 22px;
	position: absolute;
	right: 22px;
	top: 17px;
	width: 22px;
}
.topnav > ul > li > .subnavtoggle.subnavcollapse {
	background: url("images/collapse.png");
}
.topnav > ul > li, .topnav > ul > li > ul > li {
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #ffffff;
}
.topnav > ul > li:last-child, .topnav > ul > li > ul > li:last-child {
	border-bottom: none;
}
.topnav ul li li {
	display: block;
	list-style: none;
	padding: 13px 0;
}
.topnav > ul > li > ul > li:last-child {
	padding-bottom: 0;
}
.topnav > ul > li > a {
	font-size:15px;
}
.topnav > ul > li.first > a {
	border: none;
}
.topnav > ul > li.last > a {
	padding-right: 0;
}
.topnav > ul > li.selected > a, .topnav > ul > li > a:hover {
	color: #777777;
}
.topnav > ul > li > ul > li > a {
	color: #777777;
	font-style: italic;
	font-size: 13px;
	padding-left: 30px;
}
.topnav ul ul {
	padding: 0;/*

	position: absolute;

	z-index: 1200;

	box-shadow:0 4px 10px rgba(0, 0, 0, 0.5);

	*/

}
.topnav > ul > li > ul {
/*

	left:0;

	top: 23px;

	*/

}
.topnav > ul > li > ul > li > ul {
/*

	left: 255px;

	top: 0;

	*/

}
.topnav > ul > li:hover > ul, .topnav > ul > li > ul > li:hover > ul {
/* display: block !important; */

}
.topnav > ul > li > ul > li > a:hover, .topnav > ul > li > ul > li.selected > a, .topnav > ul > li > ul > li > ul > li > a:hover, .topnav > ul > li > ul > li > ul > li.selected > a {
/*color: #ffffff; */

}
.topnav a {
	text-decoration:none;
	display: block;
	font-size:16px;
}
.topnav li li a {
	padding-top: 2px;
	padding-bottom: 2px;
}
.topnav #m1 ul {
/*	display: none !important;*/

}
.topnav > ul {
	margin: 0;
	padding: 0;
}
/* Top Menu end */

/* Parallax start */

/*

#plaxy {

  height: 530px;

  position: fixed;

  top: 0;

  width: 100%;

  z-index: -100;

}

.parallax-layer {

  height: 530px;

  left: 50%;

  margin-left: -50%;

  overflow: hidden;

  position: fixed;

  top: 0;

  width: 100%;

  z-index: 0;

}

.parallax-img {

  height: 528px;

  position: absolute;

}

#plax1 {

  background: url("images/parallax_bg/sky-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

  left: 50%;

  margin-left: -900px;

  top: 0;

  width: 1800px;

}

#plax2 {

  background: url("images/parallax_bg/snow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

  left: 50%;

  margin-left: -900px;

  top: 223px;

  width: 1800px;

}

#plax3 {

  background: url("images/parallax_bg/trees-back.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

  left: 50%;

  margin-left: -753px;

  top: 170px;

  width: 1506px;

}

#plax4 {

  background: url("images/parallax_bg/trees-middle.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

  left: 50%;

  margin-left: -724px;

  top: 230px;

  width: 1448px;

}

#plax5 {

  background: url("images/parallax_bg/trees-front.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

  left: 50%;

  margin-left: -604px;

  top: 275px;

  width: 1208px;

}

#plax6 {

  background: url("images/parallax_bg/extras-combined.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

  left: 50%;

  margin-left: -705px;

  top: 330px;

  width: 1410px;

}

*/ 

/* Parallax end */

/* Responsive sider menu start */

.sidr.left {
	background: #f8f8f8;
	box-shadow: 2px 0 10px 2px #1c1c1c;
	padding-right: 0;
	left: -260px;
	right: auto;
}
.sidr {
	box-shadow: 0 0 5px 5px #ebebeb inset;
	color: #333;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 15px;
	position: fixed;
	top: 0;
	z-index: 999999;
	background: none repeat scroll 0 0 #ffffff;
	height: 110%;
	width: 290px;
}
.sidr-class-menuclose {
	background: url("images/menu-icon.png") no-repeat scroll right 7px transparent;
	cursor: pointer;
	height: 32px;
	margin-left: -20px;
	padding: 9px 0 6px;
	position: relative;
	width: 100%;
}
.top-panel {
	margin-bottom: 0;/*  background: url("images/header-slice-tall.jpg") repeat-x scroll 0 0 #d20a0d;

  height: 56px;

  padding-top: 45px;

  position: relative;

  top: 0;

  z-index: 100;

*/

}
.small.top-panel {
/*	

  background: url("images/header-slice-tall.jpg") repeat-x scroll 0 -44px #d20a0d;

  padding-top: 0;

  position: fixed;

  margin-bottom: 0;			

  z-index: 999;

*/  

}
#sidr-wrapper-0 {
	background: url("images/menu-icon.png") no-repeat scroll center right;
	height: 32px;
	margin-right: 20px;
	width: 32px;
	padding-right: 60px;
}
#sidr-0-button:before {
	color: #fff;
	content: "Menu";
	font-family: Arial;
	font-size: 20px;
	line-height: 36px;
	padding-right: 48px;
}
#sidr-wrapper-0 a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none !important;
}
/* Responsive sider menu end */

.hb-content {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.hb-content ul {
	margin: 10px 20px;
	padding-left: 0;
}
.hb-content ul li {
	background-color: #ffffff;
	border: 1px solid #e6dec0;
	font-family: Arial;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 40px;
	margin: 10px 0;
	padding-left: 10px;
	list-style: none;
}
.hb-content ul li a {
	display: block;
}
.kids a, .kids a:visited {
	color: #eea71b !important;
}
.parents a, .parents a:visited {
	color: #58afe5 !important;
}
.teachers a, .teachers a:visited {
	color: #68b215 !important;
}
.arrow-orange {
	border: 10px solid #f67f01;
}
.arrow-blue {
	border: 10px solid #359bd9;
}
.arrow-green {
	border: 10px solid #509c08;
}
.arrow-right {
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	border-right: medium none;
	border-top: 10px solid rgba(0, 0, 0, 0);
	float: right;
	height: 0;
	margin: 10px 0;
	padding-right: 10px;
	width: 0;
}
a, a:visited {
	color: #169fe6;
	outline: 0 none;
	text-decoration: none;
	transition: color 0.1s ease-in-out 0s;
}
p a, p a:visited {
	line-height: inherit;
}
a:hover, a:focus {
	color: #888;
}
.hb-footer {
	padding: 10px 20px;
}
.sidr-class-content {
	background: #777777;
}
#paymentOptions .hide {
	display: none !important;
}
.price-selector {
	float: left;
	width: 31.6%;
	margin-left: 0 !important;
	margin-right: 2%;
	position: relative;
	border: 1px solid rgba(213, 204, 171, 1);
	color: #ffffff;/*

    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);

    transition: box-shadow 0.2s ease-in-out 0s;  

    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.898);

*/

}
.price-selector:last-child {
	margin-right:0;
}
/*

.price-selector.selected:after {

  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.698) inset, 0 0 0 2px rgba(255, 255, 255, 0.1) inset;

  transition: box-shadow 0.2s ease-in-out 0s;

}

*/

.price-selector.selected {
	border: 2px solid #169fe6;
	box-shadow: 0 0 8px rgba(22, 159, 230, 1);/*transition: box-shadow 0.2s ease-in-out 0s;*/

}
.price-selector img {
	max-width: 100%;
}
.price-selector .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	cursor: pointer;
}
/*

.price-selector.selected .cover {

    background-color:rgba(255, 255, 255, 0.05);

    transition: background-color 200ms ease 0s;

    box-shadow: 0 0 0 1px rgba(230, 222, 192, 0.698) inset, 0 0 0 2px rgba(255, 255, 255, 0.1) inset;

}

*/

.price-selector h3 {
	color: #169fe6 !important;
	font-size: 20px !important;
	font-style: italic !important;
	font-weight: bold !important;
	margin-bottom: 20px !important;
}
.no-margin {
	margin: 0 important;
}
.price-selector-desc {
	padding: 15px;
	color: #444444;
	background-color: #ffffff;
}
.price-desc {
	margin-bottom: 0 !important;
}
.row-space-1 {
	margin-bottom: 5px !important;
}
.row-space-2 {
	margin-bottom: 10px !important;
}
.row-space-3 {
	margin-bottom: 15px !important;
}
.row-space-4 {
	margin-bottom: 20px !important;
}
.row-space-5 {
	margin-bottom: 25px !important;
}
.row-space-6 {
	margin-bottom: 30px !important;
}
.bg-red {
	background: url("images/dark_tile3.png");
	border:1px solid #d5ccab;
}
#postcard {
	padding: 20px;
}
#letter {
	padding: 20px;
}
#letter .center-field-row:last-child {
	margin-bottom: 0;
}
.pm-leftcol {
	width: 18%;
	margin-right: 3%;
	float: left;
	text-align: center;
}
.pm-rightcol {
	width: 79%;
	float: left;
	text-align: left;
}
.js-NLC .pm-rightcol {
	text-align: center;
}
.pm-leftcol h1 {
	font-size: 35px;
	line-height: 38px;
}
.pm-leftcol h1, .pm-leftcol p {
	color: inherit !important;
	text-align: center !important;
}
#postcard-rightcol .left-top-header {
	margin-bottom: 20px;
}
.postcard-img-thumb {
	padding: 0 !important;
	margin: 0 auto 20px;
	width: 100px;
}
.postcard-img-thumb > li {
	width: 94px;
	list-style: none;
	margin-bottom: 10px;
	cursor: pointer;
	background: none !important;
}
.postcard-img-thumb > li:last-child {
	margin-bottom: 0;
}
.postcard-img-thumb > li img {
	border: 2px solid transparent;
}
.postcard-img-thumb > li.selected img {
	border: 2px solid #169fe6;
	box-shadow: 0 0 8px rgba(22, 159, 230, 1);
}
.postcard-img-thumb > li img {
	max-width: 100%;
	display: block;
}
.max-width {
	max-width: 100%;
}
.post-card-img {
	border: 2px solid #000000;
}
.post-card-img.active {
	display: block;
}
.js-postcard-form-box {
	background: #ffffff;
	padding: 10px;
}
.inn-left-col, .inn-right-col {
	float: left;
	width: 48%;
}
.inn-left-col {
	margin-right: 4%;
}
.left-top-header {
	margin-bottom: 25px !important;
}
.left-bottom-header {
	margin-bottom: 5px !important;
}
.select-field {
	margin-left: 11px;
	padding-left: 30px;
	position: relative;
}
.select-field .sn {
	position: absolute;
	left: 0;
	top:0;
	padding: 5px;
	font-size: 25px;
}
.center-field-row {
	width: 80%;
	margin-bottom: 10px;
 //display: table;
}
.center-field-row label {
	display: table-cell;
	font-size: 14px;
	line-height: 16px;
	padding-right: 10px;
	text-align: left;
	vertical-align: middle;
	width: 22%;
	float:left;
}
.center-field-row .fields {
	float:left;
}
.lrg-input-field input[type="text"], .lrg-input-field select {
	line-height: 16px;
	padding: 4px 3px;
}
.field-border-radius input[type="text"], .field-border-radius select, .field-border-radius textarea {
	border-radius: 3px;
}
.textarea-row label, .textarea-row textarea {
	float: left;
}
.textarea-row label {
	max-width: 48%;
}
.textarea-row textarea {
	max-width: 45%;
	max-height: 100px;
}
.field-toggle {
	margin-bottom: 10px;
}
.pcf-space {
	margin-bottom: 10px;
}
#order-now-header {
	/*  background: url("images/cart-icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);*/

  height: 32px;
	margin-left: 20px;
}
#order-now-header a {
	color: #fff;
	display: block;
	font-size: 20px;
	height: 100%;
	padding-top: 6px;
	padding-left: 35px;
	text-decoration: none !important;
	width: 100%;
	line-height: 21px !important;
	position: relative;
}
#order-now-header a .icon-cart {
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 28px;
}
#textarea-count {
	margin-top: 10px;
	margin-bottom: 10px;
}
.textarea-field {
	margin-top: 10px;
}
.field-text {
	font-style: italic;
}
.field-edit {
	font-style: normal;
}
.boxed {
	background-position: center right;
	background-repeat: no-repeat;
}
.santa-letter-1 {
	background-image: url('images/santa-letter-1-s.png');
	background-position: center right;
	background-repeat: no-repeat;
}
.santa-letter-2 {
	background-image: url('images/santa-letter-2-s.png');
	background-position: center right;
	background-repeat: no-repeat;
}
.santa-letter-3 {
	background-image: url('images/santa-letter-3-s.png');
	background-position: center right;
	background-repeat: no-repeat;
}
.santa-letter-4 {
	background-image: url('images/santa-letter-4-s.png');
	background-position: center right;
	background-repeat: no-repeat;
}
.santa-letter-baby {
	background-image: url('images/santa-letter-baby-s.png');
	background-position: center right;
	background-repeat: no-repeat;
}
.santa-certificate {
	background-image: url('images/santa-certificate-s.png');
	background-position: center right;
	background-repeat: no-repeat;
}
.santa-postcard-1 {
	background-image: url('images/santa-postcard-1-s.png');
	background-position: center right;
	background-repeat: no-repeat;
}
.santa-postcard-2 {
	background-image: url('images/santa-postcard-2-s.png');
	background-position: center right;
	background-repeat: no-repeat;
}
.santa-postcard-3 {
	background-image: url('images/santa-postcard-3-s.png');
	background-position: center right;
	background-repeat: no-repeat;
}
.santa-postcard-4 {
	background-image: url('images/santa-postcard-4-s.png');
	background-position: center right;
	background-repeat: no-repeat;
}
.boxed {
	margin: 0 0 20px;
	padding: 10px 40px 10px 0px;
	border: 1px solid #d5ccab;
	background-color: #e7e1cb;
	width: auto;
}
.title {
	padding: 20px;
	position: relative;
}
.details {
	padding: 5px 120px 20px 20px;
}
.note {
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
}
.strict-hide {
	display: none !important;
}
.discountCoupon {
	background: url("images/dark_tile3.png");
	border: 1px solid #d5ccab;
	padding-bottom: 18px;
	margin-left: 0px;
	padding-top: 0 !important;
}
.couponField {
	padding:5px !important;
	width: 37% !important;
	font-size: 15px !important;
}
.bg-white {
	background: #ffffff;
}
.inn-space-1 {
	padding: 5px;
}
.inn-space-2 {
	padding: 10px;
}
.inn-space-3 {
	padding: 15px;
}
.inn-space-4 {
	padding: 20px;
}
.inline-field {
	padding: 0 5px;
}
.inline-field input[type="text"] {
	width: 200px !important;
	margin: 3px 0 !important;
}
#FO-envelope .center-field-row {
	display: block;
	width: 300px;
	max-width: 90%;
}
#FO-envelope .center-field-row input[type="text"] {
	width: 100%;
}
.char-counter {
	color: #169fe6;
	font-size: 14px;
}
.header-container {
	width: 100%;
	background-color: #d20a0d;
	padding: 15px 0;
	border-bottom: 6px solid #f0f0f0;
}
/* AQSA :: BEGIN*/

.socialize .fb {
/*	background: url("images/ic_facebook.png") no-repeat;

	width:77px;

 */

}
.fb-share-button {
	opacity: 0 !important;
}
.twitter {
/*	background: url("images/ic_twitter.png") no-repeat;

	width:77px;

	*/

}
.mediabutton.twitter iframe {
	opacity: 0 !important;
}
.IN-widget {
	opacity: 0 !important;
}
.linkedin {
/*	background: url("images/ic_linkedin.png") no-repeat;

	width:77px;

 */

}
.mediabutton.gplus {
/*	background: url("images/ic_google.png") no-repeat;

	width:77px;

 */

}
.mediabutton.gplus div iframe {
	opacity: 0 !important;
}
/* AQSA :: END	*/

.js-postcard, .js-letter {
	padding: 20px;
}
#expand-option {
	padding: 10px;
	color: #699536;
}
#expand-option span {
	background: url("images/expand.png") center center no-repeat;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
}
/* Share buttons style start */

.icon-style-box {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #ccc;
	border-radius: 2px;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 0.2s ease-in-out 0s;
	width: 100%;
}
.icon-style-box .share-icon-text {
	display: inline;
	height: 100%;
	line-height: 38px;
}
.icon-style-box .share-icon {
	position: absolute;
	left: 10px;
	top: 8px;
	font-size: 20px;
}
.fb .icon-style-box {
	background-color: #306199;
}
.fb:hover .icon-style-box {
	background-color: #244872;
}
.linkedin .icon-style-box {
	background-color: #007bb6;
}
.linkedin:hover .icon-style-box {
	background-color: #005983;
}
.twitter .icon-style-box {
	background-color: #26c4f1;
}
.twitter:hover .icon-style-box {
	background-color: #0eaad6;
}
.gplus .icon-style-box {
	background-color: #e93f2e;
}
.gplus:hover .icon-style-box {
	background-color: #ce2616;
}
.email-share .icon-style-box {
	background-color: #555;
}
.email-share:hover .icon-style-box {
	background-color: #444;
}
/*

.fb-share-button, .fb-share-button > span, .fb-share-button iframe, .mediabutton iframe{

	display: inline-block !important;

	height: 36px !important;

	width: 134px !important;

}

*/

/* Share buttons style end */

.inst-text {
	font-size: 13px;
}
.text-center {
	text-align: center;
}
.required {
	color: #ff0000;
}
#email-share .modal-body {
	max-height: 600px;
}
.cardinal_limit .captcha-box > div > div {
	border-radius: 3px;
	border-right: 1px solid #d3d3d3;
}
.cardinal_limit .captcha-box > div > div, .cardinal_limit .captcha-box > div > div > iframe {
	box-sizing: border-box;
	width: 100% !important;
}
#email-share {
	display: none;
}
.tpl-home-page #copy_area_shadow {
	width: auto;
	display: block;
	background: none;
}
#intro .container {
	padding: 0;
	position: relative;
}
.section.intro {
	background: #58afe5 none repeat scroll 0 0;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 0;
}
.banner-text p {
	color: #fff;
	font-size: 20px;
	font-style: italic;
	margin: 4px 0;
	text-align: right;
	text-shadow: 1px 1px 0 #2b7587;
}
.banner-title {
	color: #fff;
	font-size: 22px;
	left: 0;
	position: absolute;
	z-index: 10;
	width: 100%;
}
.package-intro .banner-title {
	text-align: center;
	top: 120px;
}
.banner-title h1 {
	color: #fff;
	font-weight: 700;
	line-height: 54px;
	text-shadow: 2px 2px 0 #2d5d7b;
	text-transform: uppercase;
}
.package-intro .banner-title h1 {
	font-size: 64px;
	margin: 0 0 10px;
	text-align: center;
}
.banner-title h1 span {
	display: block;
	font-size: 52px;
	font-weight: 400;
	line-height: 54px;
}
#video-play {
	cursor: pointer;
	left: 47%;
	position: absolute;
	top: 39%;
	width: 20%;
	z-index: 10;
}
.scallop-corners {
	padding: 25px 0 33px 0;
}
.scallop-edges {
	padding: 24px 0 33px 0;
	margin: -25px 35px -33px 30px;
}
.scallop-sides {
	margin-left: -30px;
	margin-right: -35px;
}
.scallop-display {
	background: #fff;
	margin: 0 34px -5px 29px;
	padding: 1px 0 12px 0;
}
.scallop-inner {
	padding: 18px;
}
.banner-btn {
	position: absolute;
	cursor: pointer;
	z-index: 10;
	bottom: 85px;
}
.banner-btn a {
	text-decoration: none !important;
}
.banner-text {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 12;
}
.postcard-intro .banner-btn {
	top: 40px;
	left: 60px;
}
.call-intro .banner-btn {
	position: relative;
	top: 10px;
	color: #4089b7;
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: default;
}
.banner-btn span {
	background: #fff;
/*	border: 6px solid #fff;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
}
.package-intro .banner-btn span {
	padding: 0 14px;
}
.postcard-intro .banner-btn span {
	padding: 6px 14px 6px 28px;
}
.banner-btn a {
	display: block;
	color: #d20a0d;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px 14px;
}
.package-intro .banner-btn a {
	font-size: 34px;
	line-height: 40px;
}
.postcard-intro .banner-btn a {
	font-size: 31px;
	text-align: right;
}
.banner-btn a:after {
	content: "\f054";
	color: #d20a0d;
	font-size: 24px;
	font-family: "FontAwesome";
	vertical-align: middle;
	margin-left: 15px;
}
.banner-btn .scallop-display {
	padding-bottom: 0;
}
.package-intro .banner-img img {
/*margin-left: -700px;*/

}
.tpl-home-page #featured_area,  .tpl-home-page #slides {
	width: auto;
}
.tpl-home-page #slides {
	max-width: 950px;
}
.banner-img img {
	position: relative;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	height: auto;
	max-width: inherit;
}
#features {
	margin: 0 -20px;
}
#samples-cntnr {
	padding: 15px 0 0;
	margin-bottom: 20px;
}
.list-features {
	overflow: hidden;
}
.list-features li {
	font-size: 22px;
	line-height: 26px;
	padding: 8px 0;
	text-align: left;
	position: relative;
	padding-left: 25px;
}
.list-features li span {
	display: inline-block;
	vertical-align: top;
	width: 85%;
}
.list-features li:before {
	content: "\f2dc";
	color: #26798a;
	font-size: 12px;
	font-family: "FontAwesome";
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	position: absolute;
	left: 0;
	top: 5px;
}
.samples-img {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	max-width: 100%;
}
.samples-img img {
	margin: 0 auto;
	max-height: 487px;
}
#samples-cntnr p {
	margin: 15px 0 7px 0;
}
#features #choose-btn {
	text-align: center;
	margin-bottom: 10px;
}
.tpl-btn.btn {
	background: #d20a0d;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
}
.tpl-btn.btn:hover,  .tpl-btn.btn-primary:hover,  .tpl-btn.btn-success:hover {
	background: #d20a0d;
	color: #ffbcbc;
}
.tpl-btn.btn-sm {
	font-size: 14px;
	padding: 5px 11px;
}
.tpl-btn.btn-lg {
	font-size: 24px;
	padding: 15px 20px;
}
.tpl-home-page .btn-shadow,  .tpl-home-page a.btn-shadow,  .tpl-home-page a.btn-shadow:visited {
	background: #fff;
	border: 2px solid #fff;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.35) inset, 0 6px 12px 4px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 18px 0 rgba(0, 0, 0, 0.35), 0 6px 12px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 0 18px 0 rgba(0, 0, 0, 0.35), 0 6px 12px 4px rgba(0, 0, 0, 0.25);
	color: #d20a0d;
	line-height: 24px;
}
.tpl-home-page .btn-correct {
	background-color: #00a651;
}
.tpl-home-page .btn-correct:hover {
	background-color: #00a651;
	color: #d3dfd1;
}
.tpl-home-page .btn-no {
	background-color: #d20a0d;
}
.tpl-home-page .btn-yes {
	background-color: #4c9846;
}
.tpl-home-page .btn-yes:hover {
	background-color: #4c9846;
	color: #d3dfd1;
}
.tpl-home-page .modal {
/*background-color: rgba(51, 51, 51, 0.9);*/

}
.tpl-home-page ul {
	list-style-type: none;
}
#samples-cntnr p {
	text-align: center;
}
#packages {
	clear: both;
	padding: 60px 0;
	background: #58afe5;
}
#packages .container {
	padding: 0;
}
#packages .row {
	margin: 0;
	padding: 0 10px 20px;
}
#packages .row > div {
	padding-right: 5px;
	padding-left: 5px;
}
.choose-box {
	border: 2px solid #aec9d0;
	padding: 10px;
	text-align: center;
}
.choose-box h3 {
	color: #d20a0d !important;
	font-size: 27px !important;
	font-weight: 700;
	margin: 10px 0 15px !important;
	text-align: center !important;
	text-transform: uppercase;
}
.choose-img {
	clear: both;
	height: 180px;
}
.choose-img img {
	display: block;
	margin: 0 auto;
}
.choose-price {
	clear: both;
	color: #4089b7;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.2;
	margin: 5px 0;
}
.choose-order {
	margin: 0;
	padding: 0;
}
.choose-order .btn {
	padding: 15px 0;
	display: block;
}
#packages h2 {
	color: #4089b7;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 50px;
}
#compare h2 {
	color: #4089b7;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 50px;
}
#compare {
	clear: both;
	padding: 60px 0;
	background-color: #fff;
}
#compare .container {
	padding: 0;
}
.table-comparision {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.table-comparision a:hover {
	text-decoration: none;
}
 .table-comparision tr th:nth-child(1) {
 padding: 12px;
 background: #ffffff !important;
 border-bottom: 1px solid #ffffff !important;
}
 .table-comparision tr td:nth-child(1) {
 padding-right: 12px;
 background: #4089b7 !important;
 text-align: right;
 border-bottom: 1px solid #2d5d7b !important;
}
 .table-comparision tr th:nth-child(2), .table-comparision tr td:nth-child(2) {
 background: #58afe5 !important;
 text-align: center;
 border-bottom: 1px solid #2d5d7b !important;
}
 .table-comparision tr th:nth-child(3), .table-comparision tr td:nth-child(3) {
 background: #4992bf !important;
 text-align: center;
 border-bottom: 1px solid #2d5d7b !important;
}
 .table-comparision tr th:nth-child(4), .table-comparision tr td:nth-child(4) {
 background: #4089b7 !important;
 text-align: center;
 border-bottom: 1px solid #3e7680 !important;
}
 .table-comparision tr th:nth-child(2), .table-comparision tr th:nth-child(3), .table-comparision tr th:nth-child(4) {
 color: #fff;
 font-size: 17px;
 font-weight: 700;
 text-transform: uppercase;
 padding: 12px;
 -webkit-border-radius: 3px 3px 0 0;
 -moz-border-radius: 3px 3px 0 0;
 border-radius: 3px 3px 0 0;

    /*width: 20%;*/

    vertical-align: top;
}
.table-comparision td {
	color: #fff;
	font-size: 20px;
	padding: 10px 14px;
	vertical-align: middle;
}
 .table-comparision tr th:nth-child(1) {
 vertical-align: top;
}
.table-comparision tr th:first-child {
	color: #d20a0d;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: right;
	line-height: 30px;
	padding-right: 14px;
	margin: 0;
}
.option-list .fa {
	color: #fff;
}
.option-label .fa {
	font-size: 24px;
}
.option-label a {
	border: 2px solid #fff;
}
.option-label .btn {
	white-space: normal;
	display: inline-block;
}
.table-comparision .fa-close {
	opacity: 0;
}
.option-label span {
	font-size: 0 !important;
}
.option-list a {
	color: #fff;
	text-decoration: underline;
}
.option-list strong {
	text-transform: uppercase;
}
.option-label strong {
	font-size: 20px;
	font-weight: 700;
}
.option-label a {
	border: 2px solid #fff !important;
}
.option-label .btn {
	font-size: 20px;
	white-space: nowrap;
}
#order {
	clear: both;
	padding: 20px 0 0;
}
#order #copy_area {
	padding-left: 0;
	padding-right: 0;
}
#order h2 {
	color: #4089b7;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.1em;
	text-transform: uppercase;
	text-align: center;
}
#order #mainheader {
	font-size: 25px;
	margin: 20px 0;
}
#order .pageWrapper {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
#order form {
	margin-bottom: 0;
}
#order .scallop-inner {
	padding-bottom: 0;
}
#order .scallop-inner {
	background-color: #fff;
}
#footer {
	margin: 0;
	padding: 30px 0 20px;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	background: #d20a0d;
	border-top: 6px solid #f0f0f0;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #ffbcbc;
}
#footer-links li {
	font-size: 20px;
	display: inline-block;
	border-left: 1px solid #fff;
	padding: 0 10px 0 12px;
}
#footer-links li:first-child {
	border-left: 0;
	padding-left: 0;
}
#footer-security li {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
}
.container {
	max-width: 940px;
	width: auto !important;
}
.banner-btn {
	text-decoration: none !important;
}
.subnav-close {
	padding: 10px;
	text-align: right;
}
.subnav-close-btn {
	color: #999;
	cursor: pointer;
	font-size: 25px !important;
	font-weight: normal !important;
	padding: 15px;
}
#copy_area ul,  #copy_area ol {
	padding-left: 20px;
}
#myTab {
	padding-left: 0 !important;
}
.table-responsive {
  margin-bottom: 15px;
  overflow-y: hidden;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;  
}
.table-responsive > .table {
  margin-bottom: 0;
}
.


/*.testimonial-wrapper .bannercontent{
	background-color: #2d5d7b;
}
*/@media (max-width: 480px) {
	.form-control {
	 	font-size: 16px;
	}
	.btn-lg {
		 font-size: 20px;
		 padding: 8px 12px;
		}
	 #compare {
	 	padding: 0;
	}
	td.option-list {
		text-align: center !important;
	}
	.table-comparision table, .table-comparision thead, .table-comparision tbody, .table-comparision th, .table-comparision td, .table-comparision tr {
		display: block;
	}
	.table-comparision {
	width: 100% !important;
	}
	.table-comparision thead th, .table-comparision tbody tr:last-child {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table-comparision thead th:first-child {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		text-align: center !important;
	}
	.table-comparision td {
		text-align: center;
		border: none;
		position: relative;
	}
	.table-comparision td:before {
		position: absolute;
		left: 15px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
	 .table-comparision td:nth-of-type(2):before {
		content: "Silver";
		text-align: left;
	}
	 .table-comparision td:nth-of-type(3):before {
		content: "Gold";
		text-align: left;
	}
	 .table-comparision td:nth-of-type(4):before {
		content: "Platinum";
		text-align: left;
	}
	.table-comparision .fa-close {
		opacity: 0.2;
	}
	.option-list .fa {
		display: none;
	}
	.table-comparision tbody tr:last {
		opacity: 0.2;
	}
	.postcard-intro #banner-btn a {
		font-size: 26px;
	}
	.logo{
		top: -25px !important;
		left: 0 !important;
		transform: none !important;
	}
	.logo img {
		width: 190px;
	}
	.global-header .logo {
		top: -23px !important;
	}
}
@media (max-width: 600px) {
	#paymentMethod .tab-pane, #billingMethod .billing-info{
		padding-right: 5px;
		padding-left: 0;
	}
	body .container label.add-on{
		border-right: 1px solid #ccc !important;
		margin-right: -1px !important;
	}
}
 @media (max-width: 767px) {
	#packages {
	 padding: 20px 0;
	}
	 #packages h2 {
	 color: #ffffff;
	}
	 .scallop-display {
	 background-color: transparent;
	}
	 .choose-img {
	 height: auto;
	}
	 .choose-box {
	 background: #ffffff none repeat scroll 0 0;
	 border: 0 solid;
	 border-radius: 3px;
	}
	.banner-title h1{
		line-height: 35px;
	}
	.package-intro .banner-title h1{
		font-size: 30px;
	}
	.banner-title h1 span{
		font-size: 25px;
		line-height: 30px;
	}
	#slides .slidesjs-pagination{
		left: 0;
		width: 100%;
		text-align: center;
		transform: none;
	}
	#slides .slidesjs-pagination > li{
		float: none;
		display: inline-block;
	}
	#features{
		margin: 0;
	}
	#features .samples-img{
		padding: 10px;
	}
	#features .list-features{
		margin: 0 0 20px 10px;
	}
	#choose-btn{
		margin-left: 10px;
		margin-right: 10px;
		line-height: 25px;
	}
	.banner-btn{
		margin-left: 10px;
		margin-right: 10px;
	}
	#order-form .scallop-sides{
		margin-left: 0;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	#order-form .scallop-edges{
		margin-left: 0;
		margin-right: 0;
	}
	.row{
		margin-left: 0;
		margin-right: 0;
	}
	#footer-links li{
		margin-top: 7px;
		margin-bottom: 7px;		
	}
	#footer {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	/* .slidesjs-container {
		height: 400px !important;
	}
	.slidesjs-control{
		height: 100% !important;
	} */
}
@media (max-width: 960px) {
	.home-news-form form {
	  	padding-top: 0;
	}	
	.home-news-form input[type="submit"]{
		margin-left: 0 !important;
	}
}
 @media (max-width: 991px) {
 #packages .scallop-corners {
 background: none;
 padding: 0;
}
 #packages .scallop-edges {
 background: none;
 padding: 0;
 margin: 0;
}
 #packages .scallop-sides {
 background: none;
 margin: 0;
}
 #packages .scallop-display {
 margin: 0;
}
 #packages .scallop-inner {
 padding: 10px;
}
 #packages .row > div {
 margin: 0 0 10px;
}
 .header-container {
 position: fixed;
 top:0;
 z-index: 1000;
 padding: 20px 0;
}
 body {
 padding-top: 78px !important;
}
 .banner-text {
 padding-left: 20px;
 padding-right: 20px;
}
 .topnav > ul > li > a {
 top: 0 !important;
}
 .global-header .sidr {
 overflow-x: hidden;
 width: 0;
 left:0;
 transition: all 0.5s ease 0s;
}
 .global-header {
 position: relative;
}
 .global-header .sidr.activated {
 width: 100%;
}
 .global-header .logo {
 top: -30px;
 left: 50%;
 position: absolute !important;
 transform: translateX(-50%);
}
#slides .headercontent{
	width: auto;
}
.banner-img img {
	max-width: 100%;
}
.banner-text{
	display: none;
}
.package-intro .banner-title{
	position: static;
	top: auto;
	margin-top: 20px;
}
.banner-btn{
	background-color: #fff;
	margin: 0;
	padding: 0;
	position: static;
	bottom: auto;
}
.banner-btn .scallop-display{
	margin: 0;
}
.banner-btn span{
	border-radius: 0;
}

}
 @media(min-width: 992px) {

/* Disable header fixed      

  .global-header{

    display: flex;

    width: 100%;

    align-items: flex-start;

    text-align: left;

  }

  .header-container{

    position: fixed;

    top: 0;

    left: 0;

    z-index: 1000;

  }

  body{

    padding-top: 100px;

  }

  body:not(.header-fixed){

    padding-top: 100px;

  }



  body,

  body .global-header .logo,

  body .global-header .sidr{

    transition: all 0.15s ease;

  }

  body:not(.header-fixed) .global-header{

    position: relative;

    display: block;

  }

  body:not(.header-fixed) .global-header .logo{

    position: absolute;

    left: 0;

    top: -35px;

  }

  body:not(.header-fixed) .global-header .sidr{

    padding: 20px 0 0;

    float: none !important;

    width: 100%;

  }

  body:not(.header-fixed) .topnav > ul{

    display: table;

    width: 100%;

  }

  body:not(.header-fixed) .topnav > ul > li{

    display: table-cell;

    width: 1%;

    position: relative;

  }

  body:not(.header-fixed) .topnav > ul > li:before{

    position: absolute;

    left: -10px;

    top: 0;

  }

  body:not(.header-fixed) .topnav > ul > li > a{

    display: block;

    text-align: center;

    white-space: nowrap;

  }

*/    



	.menu-toggle-wrapper {
 display: none;
}
 .order-now-header {
 float: right !important;
}
 .global-header .sidr {
 background-color: transparent;
 position: static;
 box-shadow: unset;
 padding: 20px 0 0;
 float: none !important;
 width: 100%;
}
 .topnav > ul {
 display: table;
 width: 100%;
 text-align: right;
}
 .global-header .logo {
 position: absolute;
 left: 0;
 top: 0;
}
 .topnav > ul > li {
 padding: 0;
 border: none;
 display: table-cell;
 width: 1%;
 position: relative;
}
 .topnav > ul > li:before {
 position: absolute;
 left: -10px;
 top: 0;
}
 .topnav > ul > li > a {
 margin: 0;
 padding: 0;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 text-transform: uppercase;
 display: block;
 text-align: center;
 white-space: nowrap;
}
 .topnav > ul > li.selected > a,  .topnav > ul > li > a:hover,  .topnav > ul > li > a:focus {
 color: #ffbcbc;
}
 .topnav > ul > li > .subnavtoggle {
 display: none;
}
 .list-features {
 display: block;
}
 #features {
 clear: both;
 padding: 60px 0;
}
 #features .container {
 padding: 0;
}
 #samples-cntnr {
 margin: 0 0 20px 0;
 background-color: transparent;
 padding: 15px 0;
}
 #features #choose-btn {
 text-align: left;
}
 #samples-cntnr {
 margin-left: 45px;
 float: right;
 background-color: transparent;
 padding-bottom: 0;
 margin-bottom: 0;
}
 .samples-img img {
 margin: 0 auto;
 width: 100%;
 max-width: 487px;
 max-height: 487px;
}
 #order #paymentMethod,  #order #billingMethod {
 width: 46%;
}
 #order #billingMethod .billing-info {
 margin-left: 0;
 margin-right: 0;
}
 #order .control-group {
 text-align: left;
}
 .phone-form {
 width: 300px;
}
 #order .phone-form {
 min-width: 242px;
 width: 200px;
}
 #order .zipWrap {
 width: 160px;
}
 #order .zip-code input {
 min-width: inherit !important;
 width: 80px !important;
}
 .subnav-close {
 display: none;
}
}

/* Fix height for slide js banner issue start */
.slidesjs-container .slidesjs-slide-static{
	opacity: 0;
}
.slidesjs-container .slidesjs-control{
	position: absolute !important;
	left: 0;
	top: 0;
	right: 0;
}

/* Fix height for slide js banner issue end */

/* Google ReCAPTIA Size Correction */

#rc-imageselect, .g-recaptcha {
transform:scale(0.8);
-webkit-transform:scale(0.8);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}

div.wpcf7 .wpcf7-recaptcha .rc-anchor-checkbox-label iframe {
font-size: 17px !important;
}

/* Google ReCAPTIA Size Correction End */

