@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
html {
	font-size: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,  address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,  var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,  tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
ul {
	list-style: none;
}
:focus {
	outline: 0;
}
a, a:link {
	text-decoration: none;
	outline: none;
}
p {
	padding: 2px 0;
}
.clear {
	clear: both;
}
.holder {
	width: 980px;
	margin: 0 auto;
}
body {
	margin: 0px;
	padding: 0px;
	background: #f5f5f5;
}
.top2 {
	width: 100%;
	padding: 25px 0;
	float: left;
	background: #f5f5f5;
}
.contact-area {
}
.contact-area h1 {
	font-family: 'source_sans_proregular';
	color: #737171;
	text-align: center;
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
	padding-top: 10px;
}
.contact-area h1 span {
	font-family: 'SourceSansProExtraLight';
	font-size: 36px;
	color: #737171;
	display: block;
}
.contact-left {
	width: 550px;
	background: #e87325;
	margin: 30px auto;
	padding: 10px 0 28px 0;
}
.contact-left label {
	font-family: 'source_sans_proregular';
	color: #fff;
	font-size: 24px;
	padding: 10px 0 0 16px;
	display: block;
}
.input {
	width: 490px;
	height: 53px;
	border: 1px solid #919191;
	border-radius: 5px;
	background: #f8e0d0;
	padding-left: 10px;
	margin: 15px 0 0 16px;
}
.desc {
	width: 490px;
	border: 1px solid #919191;
	border-radius: 5px;
	background: #f8e0d0;
	padding: 10px 0 0 10px;
	;
	margin: 15px 0 0 16px;
}
.sub {
	background: url(../images/submit.png) no-repeat !important;
	width: 194px;
	height: 65px;
	border: none;
	margin: 22px 0 0 27px;
	cursor: pointer;
}
.package-red {
	width: 195px;
	float: left;
	/*border-left: 1px solid #fff;*/
	position: relative;
	/*border-right: 1px solid #fff;*/
	-moz-box-shadow: -2px 2px 10px #c3c2c2;
	-webkit-box-shadow: -2px 2px 10px #c3c2c2;
	box-shadow: -2px 2px 10px #c3c2c2;
}
.pakage-red-outer {
	width: 190px;
	float: left;
}
.package-red h2 {
	font-family: 'MyriadProBold';
	font-size: 14px;
	color: #fff;
	/*background: #ff6600;*/
	text-align: center;
	padding: 6px 0;
	font-weight: normal;
	border-bottom: 1px solid #d46a00;






}
.package-red .package-head h3 {
	font-family: 'MyriadProRegular';
	font-size: 45px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
	padding: 15px 0 5px 0;
}
.package-red .package-head {
	margin-bottom: 20px;
	/*background: #ff8000;*/
	
	background: #e9e9e9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWJlYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #e9e9e9 0%, #bebebe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#bebebe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e9e9e9 0%,#bebebe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e9e9e9 0%,#bebebe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e9e9e9 0%,#bebebe 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e9e9e9 0%,#bebebe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#bebebe',GradientType=0 ); /* IE6-8 */
}
.package-red .package-head h3 span {
	font-family: 'MyriadProRegular';
	font-size: 14px;
	display: block;
	color: #fff;
}
.package-red p {
	font-size: 25px;
	color: #918f8f;
	/*background: #fff;*/
	padding: 5px 0;
	text-align: center;
}


.m-package-red-inner p:nth-child(even){
	background: #d3d3d3;
}

.m-package-red-inner p:first-child{
	margin-top: 25px;
}

.package-red .gray {
	background: #f8f8f8;
	margin: 1px 0;
}
.package-red h4 {
	font-family: 'MyriadProRegular';
	font-size: 23px;
	text-align: center;
	color: #fff;
	background: #d3d3d3;
	font-weight: normal;
	text-align: center;
	padding: 10px 0;
}
.co3-wrapper {
	background: #fff none repeat scroll 0 0;
	border-radius: 2px;
	box-shadow: 0 1px 2px #c6c6c6;
	margin-bottom: 20px;
	padding: 16px 0;
}
.co3-row {
	padding: 20px;
}
.co3-prod img {
	width: 46px;
}
.co3-qty-serv-url-user {
	color: #939393;
	font-size: 15px;
}
.co3-qty-serv-url-user li:nth-child(1) {
	color: #333;
	font-size: 18px;
	margin-bottom: 12px;
	text-transform: capitalize;
}
.co3-qty-serv-url-user {
	color: #939393;
	font-size: 15px;
}
.co3-qty-serv-url-user li:nth-child(1) {
	color: #333;
	font-size: 18px;
	margin-bottom: 12px;
	text-transform: capitalize;
}
.co3-qty-serv-url-user li:nth-child(2) input {
	background-color: #fcfcfc;
	border: 1px solid #cbcbcb;
	font-size: 15px;
	margin-right: 6px;
	padding: 6px 8px;
	width: 90%;
}
.co3-qty li:nth-child(1), .co3-details li:nth-child(1), .co3-price li:nth-child(1) {
	color: #000;
	font-size: 15px;
	margin-bottom: 10px;
}
.co3-qty li:nth-child(2) {
	color: #4a4a4a;
	display: block;
	padding-top: 6px;
}
.co3-details li:nth-child(2) {
	color: #000;
	font-size: 15px;
	padding-top: 6px;
}
.user-subscribe {
	background-color: #f5f5f5;
	clear: both !important;
	font-size: 12px;
	margin: 0 0 0 8.4%;
	padding: 12px 0 6px;
}
.user-subscribe ul {
	margin: 0;
}
.user-subscribe ul li {
	display: inline-block;
	vertical-align: top;
}
.user-subscribe input[type="checkbox"] {
	margin: 2px 4px 0 0;
}
.user-subscribe span.note {
	color: #ff6600;
}
.col-md-1 {
	width: 8.33333%;
}
.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 {
	float: left;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.pull-right {
	float: right !important;
}
.col-md-2 {
	width: 16.6667%;
}
.user-subscribe span {
	color: #666;
	font-size: 11px;
}
.co3-qty li:nth-child(1), .co3-details li:nth-child(1), .co3-price li:nth-child(1) {
	color: #000;
	font-size: 15px;
	margin-bottom: 10px;
}
.co3-qty li:nth-child(2) {
	color: #4a4a4a;
	display: block;
	padding-top: 6px;
}
.co3-qty li:nth-child(2) div {
	overflow: hidden;
	width: 110px;
}
.col-md-5 {
	width: 41.6667%;
}
.co3-qty li:nth-child(2) select {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	font-size: 15px;
	padding: 6px 8px;
	width: 136px;
}
.co3-details li:nth-child(2) {
	color: #000;
	font-size: 15px;
	padding-top: 6px;
}
.co3-price li:nth-child(1) {
	text-align: center;
}
.co3-price li:nth-child(2) div {
	background-color: #26b4e5;
	border-radius: 14px;
	color: #fff;
	padding: 4px;
	text-align: center;
}
.co3-delete {
	font-size: 18px;
	text-align: center;
}
.co3-delete a {
	color: #939393;
	line-height: 72px;
}
.co3-high-reten {
	background-color: #f5f5f5;
	clear: both;
	font-size: 12px;
	margin: 0 0 0 9.5%;
	padding: 12px 0 6px;
}
/***************************************  FONTS *********************************************************************/

@font-face {
	font-family: 'MyriadProRegular';
	src: url('../fonts/myriadpro-regular.eot');
	src: url('../fonts/myriadpro-regular.eot') format('embedded-opentype'),  url('../fonts/myriadpro-regular.woff') format('woff'),  url('../fonts/myriadpro-regular.ttf') format('truetype'),  url('../fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
}
@font-face {
	font-family: 'MyriadProBold';
	src: url('../fonts/myriadpro-bold.eot');
	src: url('../fonts/myriadpro-bold.eot') format('embedded-opentype'),  url('../fonts/myriadpro-bold.woff2') format('woff2'),  url('../fonts/myriadpro-bold.woff') format('woff'),  url('../fonts/myriadpro-bold.ttf') format('truetype'),  url('../fonts/myriadpro-bold.svg#MyriadProBold') format('svg');
}
@font-face {
	font-family: 'SourceSansProExtraLight';
	src: url('../fonts/sourcesanspro-extralight.eot');
	src: url('../fonts/sourcesanspro-extralight.eot') format('embedded-opentype'),  url('../fonts/sourcesanspro-extralight.woff2') format('woff2'),  url('../fonts/sourcesanspro-extralight.woff') format('woff'),  url('../fonts/sourcesanspro-extralight.ttf') format('truetype'),  url('../fonts/sourcesanspro-extralight.svg#SourceSansProExtraLight') format('svg');
}
@font-face {
	font-family: 'source_sans_proregular';
	src: url('../fonts/sourcesanspro-regular.eot');
	src: url('../fonts/sourcesanspro-regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/sourcesanspro-regular.woff') format('woff'),  url('../fonts/sourcesanspro-regular.ttf') format('truetype'),  url('../fonts/sourcesanspro-regular.svg#source_sans_proregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ralewaymedium';
	src: url('../fonts/raleway-medium.eot');
	src: url('../fonts/raleway-medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/raleway-medium.woff') format('woff'),  url('../fonts/raleway-medium.ttf') format('truetype'),  url('../fonts/raleway-medium.svg#ralewaymedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ralewayregular';
	src: url('../fonts/raleway-regular.eot');
	src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/raleway-regular.woff') format('woff'),  url('../fonts/raleway-regular.ttf') format('truetype'),  url('../fonts/raleway-regular.svg#ralewayregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'source_sans_probold';
	src: url('../fonts/sourcesanspro-bold.eot');
	src: url('../fonts/sourcesanspro-bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/sourcesanspro-bold.woff') format('woff'),  url('../fonts/sourcesanspro-bold.ttf') format('truetype'),  url('../fonts/sourcesanspro-bold.svg#source_sans_probold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*====================Checkout CSS==========================*/





/*=======================================================*/

.instra_submit {
	background: none repeat scroll 0 0 #ED3E17;
	color: #FFFFFF !important;
	font-size: 19px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}
.box {
	margin: 0 auto;
	width: 1050px;
}
.co3-qty-serv-url-user li:nth-child(2) input {
	background-color: #fcfcfc;
	border: 1px solid #cbcbcb;
	font-size: 15px;
	margin-right: 6px;
	padding: 6px 8px;
	width: 400px;
}
.box-left {
	border-right: 1px solid #E6E6E6;
	float: left;
	width: 298px;
}
.box .box-head {
	background: none repeat scroll 0 0 #F5F5F5;
	border-bottom: 1px solid #E6E6E6;
	color: #444444;
	font-size: 20px;
	font-weight: bold;
	line-height: 54px;
	padding: 0 20px;
}
.box-right {
	float: right;
	width: 199px;
}
.box .box-inner {
	padding: 20px;
}
.check-target, .check-email {
	color: #666666;
	font-size: 13px;
	line-height: 32px;
}
.proceed {
	background: none repeat scroll 0 0 #ED3E17 !important;
	color: #FFFFFF !important;
	display: inline-block;
	padding: 15px 10px;
}
.check-target, .check-email {
	color: #666666;
	font-size: 13px;
	line-height: 32px;
}
.igfollows {
	height: 120px;
	padding: 10px 5px;
}
.igfollows .thumb {
	float: left;
	height: 100px;
	margin-right: 18px;
	position: relative;
	width: 100px;
}
.igfollows .thumb img {
	display: block;
}
.igfollows .media {
	border-bottom: 1px solid #EEEEEE;
	line-height: 32px;
	padding-top: 13px;
}
.igfollows .followers {
	line-height: 32px;
}
.check-upsell {
	border: 1px solid #CCCCCC;
	color: #444444;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 16px;
	padding: 14px 10px;
	position: relative;
	z-index: 99;
}
.old {
	font-size: 12px;
	text-decoration: line-through;
	margin-right: 7px;
}
.check-upsell .main {
	line-height: 21px;
	margin-bottom: 14px;
	vertical-align: middle;
}
.check-upsell i.exclaim {
	background-image: url("http://instabrix.com/wp-content/themes/bizmo/download.gif");
	display: inline-block;
	height: 21px;
	vertical-align: bottom;
	width: 21px;
}
.check-upsell .discount {
	color: #F3632E;
	font-weight: bold;
}
.check-upsell .sub {
	font-weight: bold;
	line-height: 32px;
}
#checkout .title {
	border-bottom: 1px solid #E6E6E6;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	padding-bottom: 8px;
}
.check-out > input[type="submit"], .check-out a {
	background: none repeat scroll 0 0 #E05946;
	border: 0 none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 33px;
	outline: 0 none;
	padding: 0 22px;
	text-decoration: none;
}
.check-out a {
	background: none repeat scroll 0 0 #E05946;
	margin-top: 20px;
	color: #FFFFFF;
	display: inline-block;
}
.box-right .total {
	color: #3883BB;
	font-size: 14px;
	margin: 10px 0 28px;
}
.box-right .coupon1 a {
	color: #3883BB;
	font-size: 13px;
	text-decoration: underline;
}
form input[type='submit'] {
	background: #000;
}
.check-upsell .remove {
	position: absolute;
	right: 10px;
	text-align: right;
	top: 14px;
	z-index: 100;
}
.check-upsell i.check {
	background-image: url("data:image/gif;base64,R0lGODlhFAAQAMQAAAAAAP///2eZDWiaDmudEXKkGHmrH4K0KI2/M5PFOZrMQJ/RRaXXS6vdUbLkWLnrX8X3a83/c9b/i9v/meT/sfH/1vb/5Pn/7fv/8v7/+wAAAAAAAAAAAAAAAAAAAAAAACwAAAAAFAAQAAAFYGAgjiSJLU6pllYiCM+6Vsf7QjJJGbYd5QEJoWdDjCa/UYRYtIgoBQEu8GC+FBhRhfd6OKyCxshSA/diI4S5N1WuBYNkSQguTHI7poECDNB6CBV9IhZqAgoXgyMnDBl9IQA7");
	display: inline-block;
	height: 16px;
	margin-right: 6px;
	vertical-align: middle;
	width: 20px;
}
.check-upsell .sub a {
	background: none repeat scroll 0 0 #70AC00;
	border-bottom: 2px solid #5A8C00;
	color: #FFFFFF;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 11px;
	text-decoration: none;
}
.msg {
	background: none repeat scroll 0 0 #FF0000;
	border: 1px solid #D3EFD2;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 12px;
	margin-top: 5px;
	padding: 4px 8px;
}
.coupon {
	height: 25px;
	width: 200px;
	margin: 0px !important;
}
coupon2 label {
	font-size: 16px;
}
