@font-face {
	font-family: 'Brandon Text';
	src: url('../fonts/BrandonText-Light.eot');
	src: url('../fonts/BrandonText-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BrandonText-Light.woff') format('woff'),
		url('../fonts/BrandonText-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Brandon Text';
	src: url('../fonts/BrandonText-Regular.eot');
	src: url('../fonts/BrandonText-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BrandonText-Regular.woff') format('woff'),
		url('../fonts/BrandonText-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Brandon Text';
	src: url('../fonts/BrandonText-Thin.eot');
	src: url('../fonts/BrandonText-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BrandonText-Thin.woff') format('woff'),
		url('../fonts/BrandonText-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Brandon Text';
	src: url('../fonts/BrandonText-Bold.eot');
	src: url('../fonts/BrandonText-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BrandonText-Bold.woff') format('woff'),
		url('../fonts/BrandonText-Bold.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}


html {
  position: relative;
  min-height: 100%;
}

body{
	background-color: #e6e6e6!important;
	font-family: 'Brandon Text';
	margin:0;
	padding:0;
	font-size:18px;
	color:#333;
}
:focus {
outline: 0;
}
a {
    color: #0d82fe;
    cursor: pointer;
}
#originalImg
{
	height: auto;
	width: 400;
}

#imageContainer{
    width: 450px;
	min-height:330px;
    float:left;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 30px 20px 18px 0px;
    padding: 20px 20px;
	border-bottom: 3px solid #ddd;
}	
#imageContainer h4{
    font-size:24px;
	float:right;
	margin:0;
}
#imageContainer img{
	background: url('../images/checker.png');
	height: auto;
	max-width: 100%;
	min-height: 300px;
	margin-top: 10px;
}
#imageContainer .btn-range{
	padding: 9px 6px;
	font-size:10px;
}
#imageContainer .btn-range span{
	top: -1px!important;
}
#svgContainer{
	text-align: center;
	/* margin: 30px 0px 0px 0px; */
	padding: 0px 20px;
	min-height: 354px;
}
#svgContainer svg{
	background: url('../images/checker.png');
	display: block;
    height: auto;
    max-width: 100%;
}

.mid-panel{
	/* height: 260px; */
	width: 100%;
	background: white;
	float: left;
	border-radius: 5px;
	border-bottom: 3px solid #ddd;
	/* padding: 10px; */
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	/* margin-left: 5px; */
	margin-bottom: 17px;
}

.colors-panel{
	height: 150px;
    width: 100%;
    background: white;
    float: left;
    margin-bottom: 15px;
    border-radius: 5px;
    border-bottom: 3px solid #ddd;
    padding: 10px;
}

.bottom-panel{
	/* height: 260px; */
	width: 100%;
	background: white;
	float: left;
	border-radius: 5px;
	border-bottom: 3px solid #ddd;
	/* padding: 10px; */
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	/* margin-left: 5px; */
	margin-bottom: 130px;
}

.leftsection{
	width: 42%;
    float: left;
    margin: auto;
    padding: 5px;
}

.rightsection{
	width: 54%;
    float: left;
    padding: 5px;
}

#mergeicon{
	width: 40px;
    height: 40px;
    opacity: 0.5;
    margin-top: 56px;
    padding: 4px;
    cursor: pointer;
    background: white;
    border-radius: 30px;
    border: 1px solid grey;
}

.merge-colors{
	width: 46%;
    height: 100%;
    float: left;
    padding: 5px;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: #1D7850;
    display: inline-block;
    padding: 8px 20px;
    cursor: pointer;
	border-radius: 3px;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #2f9065;
}

.colors{
	margin:0px;
	padding:0;
}
.colors li{
	position:relative;
    list-style: none;
    float: left;
    margin: 2px;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(0,0,0,0.20);
    cursor: pointer;
    border-radius: 3px;
}
.colors li input[type=checkbox]
{
	visibility: hidden;
}

.colors li input[type=radio]
{
	visibility: hidden;
}

.colors li label
{
	cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: -1px;
}

.colors li label:after
{
	opacity: 0;
    content: '\2714';
    position: absolute;
    width: 9px;
    height: 5px;
    font-size: 15px;
    background: transparent;
    top: 1px;
    left: 6px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.colors li input[type=checkbox]:checked + label:after
{
	opacity: 1;
}

.colors li input[type=checkbox]:disabled + label:after
{
	opacity: 0.5;
    content: '\2715';
    position: absolute;
    width: 9px;
    height: 5px;
    font-size: 17px;
    background: transparent;
    top: -1px;
    left: 6px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

#canvas
{
	width: 0px;
	height: 0px;
	image-rendering: optimizeSpeed;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.page-header{
	background:#ffffff;
	padding: 24px!important;
	margin:0px!important;
}
.page-header .container{
	width:1000px;
	margin:auto;
}
.page-header .container .title{
	width: 552px;
	display:inline-block;
}
.page-header .container .invent{
    display: inline-block;
    text-align: center;
    vertical-align: top;
    /* border: dashed 2px #999; */
    border-radius: 5px;
    padding: 5px;
    width: 428px;
    height: 400px;
    margin-top: 30px;
}
.page-header .container .invent:before{
    content:'';
    padding-top:100%; /* vertical value as  100% equals width */
    float:left;
}
.page-header .container .invent span{
	display:inline-block;
	text-transform:uppercase;
	font-size:26px;
	margin:0 0 20px;
}
.page-header .container .invent ul{
	font-size:20px;
	margin:0 0 0px;
	padding-left:10px;
	list-style:none;
	text-align:left;
}
.page-header .container .invent li a{
	font-size:27px;
	margin:0 0 0px;
	padding:0;
	color:#d03232;
}
.page-header .container .invent li{
	font-size:19px;
	margin:0 0 10px;
	padding:0;
}
.page-header .container h1{
	text-transform:uppercase;
	font-size: 34px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
.page-header .container p{
	font-size: 19px;
	color:#8b899c;
	margin:0px;
	padding:0px;
}
.page-wrap{
	width:1000px;
	margin:auto;
	padding:30px 0px;
	min-height: 480px;
}

#holder{
	text-align:center;
	padding:32px 0px;
	border:3px dashed #1d7850;
	color:#222;
	font-size:18px;
	background: #eee;
}
#holder.hover { 
	text-align:center;
	padding:40px 0px;
	border:3px dashed #b2bdcc;
	color:#222;
	font-size:18px; 
}
#holder h3{
	font-size: 22px;
    margin: 10px 0px 5px;
    padding: 0;
}
#holder h4{
	font-size:20px;
	margin: 0px 0px 7px;
	padding:0;
}
#holder a{
	color:#1d7850;
	font-size:18px;
}
.color-range-wrap{
    margin: 0px 0px 20px;
    display: inline-block;
    text-align: left;
}
.color-range-wrap{
    margin: 0px 0px 20px;
    float:left;
    text-align: left;
}
.svg-wrap{
	width: 450px;
	min-height:330px;
    background: #fff;
    border-radius: 5px;
	text-align: center;
    margin: 30px 0px 18px 0px;
    padding: 20px 20px;
	float:left;
	border-bottom: 3px solid #ddd;
}
.svg-wrap h4{
	font-size:24px;
	float:right;
	margin:0;
}

.range-btn-left{
	background: #ABB9C6 none repeat scroll 0 0;
    border: 2px solid #ABB9C6;
    color: #fff;
    cursor: pointer;
    display: inline-table;
    float: left;
    font-size: 24px;
    font-weight: bold;
    height: 34px;
    line-height: 20px;
    width: 34px;
	-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.range-btn-right{
	background: #ABB9C6 none repeat scroll 0 0;
    border: 2px solid #ABB9C6;
    color: #fff;
    cursor: pointer;
    display: inline-table;
    float: left;
    font-size: 24px;
    font-weight: bold;
    height: 34px;
    line-height: 20px;
    width: 34px;
	-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.color-range-input{
    padding: 5px;
    border: 2px solid #ABB9C6;
    height: 28px;
    width: 40px;
    text-align: center;
    margin-right: -2px;
    margin-left: -1px;
	float:left;
	font-size:18px;
	border-left: none;
	border-right:none;
	zoom: 1.2;
}
.btn-primary{
	background:#1d7850;
	padding:8px 16px;
	border:none;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	border-radius:3px;
}
.btn-primary:hover{
	background:#2f9065;
}
.colorpicker_submit {
    position: absolute;
    font-size: small;
    left: 290px!important;
    top: 142px;
    background-color: #1D7850!important;
    padding-top: 3px!important;
    padding-bottom: 3px!important;
    padding-left: 6px!important;
    padding-right: 6px!important;
    overflow: hidden;
    cursor: pointer;
	color:#fff!important;
}

.touchspin{
	display:table;
	position:relative;
}

@-moz-document url-prefix() {
	.color-range-input {
		height: 36px;
	}
}

.footer{
	background:#fff;
	color:#646a73;
	font-size:16px;
	padding:10px 0px;
	position:absolute;
	bottom:0;
	width:100%;
}
.footer .container{
	width:1000px;
	margin:auto;
}
.footer .container p{
	font-size: 16px;
    padding-top: 14px;
}
.footer .logo{
    background: #fff;
    text-align: center;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -42px;
    left: 50%;
}
.footer .logo img{
	width:50px;
	margin-top:24px;
}

.fb-page{
	float: left;
    margin-right: 30px;
}











#download-btn
{
	display: none;
}


.preloader{
	width: 30px;
	height: 30px;
	margin: auto;
	margin-top: 85px;
}

#loadingMsg{
	display: none;
	margin-top: 85px;
}

.block
{
	display: none;
}

.display-table{display:table;}
.m-h-50{min-height:50px;}
.m-h-80{min-height:80px;}
.w-100{ width:100px;}
.h-30{ height:30px!important;}
.m-l-10{margin-left:10px;}
.m-r-10{margin-right:10px;}
.m-b-10{margin-bottom:10px;}
.m-b-20{margin-bottom:20px;}
.m-t-5{margin-top:5px;}
.m-t-20{margin-top:20px;}
.m-b-0{margin-bottom:0px!important;}
.pull-left{float:left;}
.pull-right{float:right;}
.text-left{text-align:left;}
.break{display:block; margin-bottom:5px;}


.nav-tabs
{
  border-bottom: none;
  margin-top: 70px;
}

.nav-tabs li
{
  margin-right: 1px;
  font-size: 18px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: -1px;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
  border: 1px solid #dee2e6;
  color: #d13832;
  background: #a3a3a308;
}

.nav-tabs{
	list-style:none;
	margin-bottom: 93px;
	/* width: 58%; */
}

.nav-tabs li{
	float:left;
}

.nav-tabs li.active
{
  border: 1px solid #dee2e6;
  color: #d13832;
  background: #2b6fc9;
}
.nav-tabs a
{
  color: #333;
  /* font-style: normal; */
  text-decoration: none;
  font-size: 19px;
}
.nav-tabs li.hover
{
  background: #999;
}
.nav-tabs a.active
{
  color: #ffffff;
}

.leftbottomad{
  width: 320px;
  height: 60px;
  float: left;
  margin-left: 24px;
  /* margin-bottom: 10px; */
}

.slidead{
    margin: auto;
    width: 468px;
    margin-top: 5px;
}
