.container-fluid {max-width:1200px;}


.controls {
		    display: inline-block;
		    
		   
		    padding: 0px;
		    margin-left: 0%;
		    align-items: left;
		    font: 20px "Montserrat", sans-serif;
		    line-height: 1.8;
		    color: #050607;


		}
		.canvas-container{
			display: inline-block;
			margin-top: 0;
			
		}
		
		.btn {
			font-family: "GothaProReg";
		    line-height: 1.8;
		    font-size: 20px;
		    color: #444;
		    height: 7%;
		}
		
		
		.controls label {
			font-family: "GothaProReg";
		    line-height: 1.6;
		    font-size: 16px;
		    color: #777;

		}
		
		.controls .helper_p {
			font-family: "GothaProLight";
		    line-height: 1.4;
		    font-size: 18px;
		    color: #333;

		}
		
		
		/*Styling to style checkboxes, file input and color input  as buttons*/
		.fileContainer {
		    overflow: hidden;
		    position: relative;
		}

		.fileContainer [type=file] {
		    cursor: inherit;
		    display: block;
		    font-size: 999px;
		    filter: alpha(opacity=0);
		    min-height: 100%;
		    min-width: 100%;
		    opacity: 0;
		    position: absolute;
		    right: 0;
		    text-align: right;
		    top: 0;
		}

		

		.fileContainer {
		    
		    border-radius: .5em;
		    float: left;
		    padding: .5em;
		}

		.fileContainer [type=file] {
		    cursor: pointer;
		}


		.fileContainer [type=color] {
		    cursor: inherit;
		    display: block;
		    font-size: 999px;
		    filter: alpha(opacity=0);
		    min-height: 100%;
		    min-width: 100%;
		    opacity: 0;
		    position: absolute;
		    right: 0;
		    text-align: right;
		    top: 0;
		}

		/* Example stylistic flourishes */

		.fileContainer [type=color] {
		    cursor: pointer;
		}

		.fileContainer [type=checkbox] {
		    cursor: inherit;
		    display: block;
		    font-size: 999px;
		    filter: alpha(opacity=0);
		    min-height: 100%;
		    min-width: 100%;
		    opacity: 0;
		    position: absolute;
		    right: 0;
		    text-align: right;
		    top: 0;
		}

		/* Example stylistic flourishes */

		.fileContainer [type=checkbox] {
		    cursor: pointer;
		}

		
		#font-family:disabled {
			cursor: not-allowed;
		}
		

		input[type=checkbox]:checked + span {
		    
		    color:#000;
		}
		select{
			border-radius: 2%;
		}
		.hide{
			display: none;
		}
		
		
		.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 100;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	background:#ccc;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}


input[type="color"] {
	opacity: 1;
	width: 52px;
	height: 32px;
	border: 0px none;
	background: none;
}



/*
			TOOLTIP
		*/

		a.tooltips {
    position: relative;
    display: inline;
	text-decoration:none;
}
a.tooltips span {
    position: absolute;
    width:100%;min-width:250px;padding:20px;
    color: #FFFFFF;
    background: #000000;
    height: auto;
    line-height: 20px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
}
a.tooltips span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
a:hover.tooltips span {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
    left: 50%;
    margin-left: -123px;
    z-index: 999;
	text-decoration:none;
}

			