body{
	background-color: #fff;
	font-family: "Avenir Next","Open Sans",Helvetica,Arial,sans-serif !important;
}

.article p{
	text-align: justify;
}
.svga-control-icon-path{
	font-weight: normal !important;
}
#svgAvatars {
	max-width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	background-color: #ffffff;
}
.dropdown-item{
	padding: 10px !important;
}
#svgAvatars a {
	box-shadow: none;
}
#logo-for-front{
	margin-left: 10px;
	margin-top: 10.9%;
}
#logo-for-front svg{
	width: 200px !important;
	margin-left: 24% !important;
}
#svga-container,
#svga-container *,
#svga-container *:before,
#svga-container *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#svga-container ul {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
#svga-container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	/*padding-left: 15px;
	padding-right: 15px;*/
	/*padding-top: 20px;*/
	font-size: 14px;
/*	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-weight: 300;
	width: 100%;/*
	min-width:240px;*/
	height: auto;
	/*border-top: 3px solid;
	border-bottom: 3px solid;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#svga-container:before,
#svga-container:after {
	content: " ";
	display: table;
}
#svga-container:after {
	clear: both;
}

.svga-row:before,
.svga-row:after {
	content: " ";
	display: table;
}
.svga-row:after {
	clear: both;
}
.svga-col-left, .svga-col-right {
	position: relative;
	min-height: 1px;
	float: left;
	height: auto !important;
}
.svga-col-full {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.svga-col-left, .svga-col-right {
	width: 100%;
}
#svga-container h1,
#svga-container h2,
#svga-container h3,
#svga-container h4,
#svga-container h5,
#svga-container h6 {
	font-family: inherit;
	font-weight: 300;
	line-height: 1.1;
	color: inherit;
}
#svga-container h1,
#svga-container h2,
#svga-container h3 {
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1.1;
}
#svga-container h4,
#svga-container h5,
#svga-container h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#svga-container h1 {
	font-size: 36px;
}
#svga-container h2 {
	font-size: 30px;
}
#svga-container h3 {
	font-size: 24px;
}
#svga-container h4 {
	font-size: 18px;
}
#svga-container h5 {
	font-size: 14px;
}
#svga-container h6 {
	font-size: 12px;
}
#svga-container p {
	font-family: inherit;
	color: inherit;
	margin: 20px 0 10px;
}
#svga-container ul,
#svga-container ul li,
#svga-container ul li ul,
#svga-container ul li ul li {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	margin: 0;
}
@-ms-viewport {
	width: device-width;
}
.svga-active {
	font-weight: 400;
}

/******************* HTML5 Canvas ********************/
#svga-canvas-wrap {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: -1;
}
#svga-canvas {
	visibility: hidden!important;
	overflow: hidden!important;
	z-index: -1;
}

/***************** Global controls *******************/
.svga-row.row-glob-controls {
	border-top: 1px solid;
}
#svga-glob-controls {
	width: 100%;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
	overflow-y: hidden;
}
.svga-glob-controls {
	display: inline-block;
	width: 13.75%;
	padding-bottom: 13.75%;
	border-right: 1px solid;
	white-space: normal;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.svga-glob-controls:last-child {
	border: none;
}

/***************** Color change *****************/
.svga-row.row-colors {
	border-top: 1px solid;
	margin-top: -1px;
}
#svga-colors-wrap {
	overflow: hidden;
	width: 20%;
	position: relative;
}
.svga-elements:hover{
 border-color: #ff725c !important;
}
.svga-active-element{
	border-color: #ff725c !important;
}
#svga-colors {
	width: 100%;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
	overflow-y: hidden;
}
.svga-colors-set > div {
	display: inline-block;
	position: relative;
	width: 12%;
	background: none;
	padding-bottom: 12%;
	margin: 3% 1%;
	white-space: normal;
	border: 2px solid;
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	box-sizing: content-box!important;
	cursor: pointer;
}
#svga-custom-color input {
	display: none;
}
#svga-custom-color {
	width: 15%;
	float: right;
	
}
.sp-replacer {
	width: 79%;
	border: none;
	background: none;
	
}
.sp-dd{
	display: none !important;
}
.sp-preview {
	width: 100%;
	padding-bottom: 100%;
	border: none !important;
	height: 20px;
}
.sp-preview,
.sp-preview-inner {
	-webkit-border-radius: 50%!important;
	-moz-border-radius: 50%!important;
	border-radius: 50%!important;
	background:
      radial-gradient(circle at 50% 0,
        rgba(255,0,0,.5),
        rgba(255,0,0,0) 70.71%),
      radial-gradient(circle at 6.7% 75%,
        rgba(0,0,255,.5),
        rgba(0,0,255,0) 70.71%),
      radial-gradient(circle at 93.3% 75%,
        rgba(0,255,0,.5),
        rgba(0,255,0,0) 70.71%) beige;
}
.sp-preview {
	background-image: none !important;
}

/****************** SVG canvas ********************/
.svga-row.row-svgcanvas {
	border-top: 1px solid;
	margin-top: -1px;
}
#svga-svgmain {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 90%;
	padding-bottom: 90%;
	margin: 5% 5% 3%;
}
.svga-svg{
	display: block;
	overflow: hidden;
	position: absolute!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/******************* Controls ********************/
.svga-row.row-controls {
	border-top: 1px solid;
}
#svga-controls {
	width: 30%;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
	overflow-y: hidden;
	text-align: center;
	margin-bottom: 0px;
}
.svga-controls {
	display: inline-block;
	width: 13.75%;
	padding-bottom: 12.75%;
	margin-right: -1px;
	border: none;
	white-space: normal;
	cursor: pointer;
	position: relative;
}
.svga-control-icon{
  display: block;
  overflow: hidden;
  position: absolute!important;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
}

/*************** Elements (parts) ****************/
.svga-row.row-elements {
	border-top: 1px solid;
	padding-top: 5px;
	margin-top: -1px;
}
#svga-elements {
	width: 90%;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
	overflow-y: hidden;
	margin: 5px !important;
}
.svga-elements {
	display: inline-block;
	width: 20%;
	padding-bottom: 19%;
	margin: 0 1px 3px 0;
	border: 2px solid;
	white-space: normal;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

/***************** Body zones *******************/
/*.svga-row.row-bodyzones {
	margin-top: 5px;
}
#svga-bodyzones {
	width: 50%;
	display: table;
	table-layout: fixed;
	color: #fff;
	margin-top: 10px;
}
.svga-bodyzones {
	display: table-cell;
	height: 50px;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;

}*/

/******************** Blocks ********************/
#svga-blocks {
	width: 98.9%;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
	margin-left: 5px;
}
.svga-active{
	background-color: #ff725c !important;
	
}
.svga-blocks:hover{
	border-radius: 10px;
	background-color: #ff725c !important;
}

.svga-blocks {
	display: inline-block;
	text-align: center;
	min-width: 22%;
	height: 70px !important;
	white-space: normal;
	font-size: 14px;
	cursor: pointer;
	line-height: 48px;
}

#svga-bodyzones-mustache svg{
	width: 50% !important;
	height: 50% !important;
}

.svga-blocks SVG{
	height: 100% !important;
	width: 100% !important;
	
}
.svga-bodyzones svg{
	height: 70% !important;
	width: 70%;
	margin-top: 3%;
}
#svga-bodyzones-clothes svg{
	margin-top: 1% !important;
}
#svga-bodyzones-backs svg{
	margin-top: 1% !important;
}
#svga-bodyzones-hair svg{
	margin-top: 1% !important;
}
/*************** Footer menu ****************/
#svga-footermenu {
	margin-top: 30px;
	position: relative;
	margin-bottom: 0;
	width: 100%;
	display: table;
	table-layout: fixed;
	border: 1px solid;
}
#svga-footermenu ul {
	display: table-row;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

/*#svga-footermenu ul li {
	border-right: 1px solid;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
	padding: 0;
	cursor: pointer;
	font-size: 14px;
	height: 60px;
}*/
li#svga-downloadavatar {
	border-right: none!important;
}
#svga-footermenu ul li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 60px;
	right: 0px;
	width: 150px!important;
	display: none;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#svga-footermenu ul li ul li {
	border: 1px solid;
	display: block;
	width: 100%;
	line-height: 48px;
	height: 50px;
	margin-top: -1px;
	z-index: 1000;
	text-indent: 0px;
	font-size: 14px;
}
#svga-footermenu ul li#svga-downloadavatar:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
#svga-randomavatar > div,
#svga-resetavatar > div,
#svga-saveavatar > div,
#svga-shareavatar > div,
#svga-gravataravatar > div,
#svga-downloadavatar > div {
	display: inline;
	position: relative;
	overflow: auto;
}
.svga-menu-icon {
	display: inline;
	width: 21px;
	height: 21px;
}

/********************* Credit **********************/
p.svga-credit {
	font-family: inherit;
	font-size: 10px;
}
.svga-credit a {
	text-decoration: none;
}
.svga-no-touch .svga-credit a:hover,
.svga-credit a:focus {
	text-decoration: underline;
}

/***************** Hidden on mobile *****************/
.svga-mobilehidden {
	display: none!important;
}


/******************** All modals ********************/
#svga-start-overlay {
	display: block;
	width: 100%;
	height: 100%;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	opacity:1;
	z-index:999;
}
#svga-work-overlay {
	display: none;
	width: 100%;
	height: 100%;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-color: #000;
	opacity:0.7;
	z-index:999;
}
#svga-loader {
	display: inline-block;
	height: 50px;
	width: 240px;
	overflow: hidden;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	font: inherit;
	color: inherit;
	text-align: center;
	z-index:1000;
}

#svga-gender h1,
#svga-gender h2,
#svga-gender h3 {
	padding: 0;
	margin-bottom: 40px;
	color: inherit;
/*	font-family: 'Lucida Sans Typewriter';*/
}

#svga-gender p {
	font-size: 14px;
	color: inherit;
/*	font-family: 'Avenir Next","Open Sans",Helvetica,Arial,sans-serif';	*/
}

.span-para{
/*	font-family: 'Avenir Next","Open Sans",Helvetica,Arial,sans-serif' !important;*/
	margin-bottom: 10px !important;
}
.gender-head{
	font-size: 30px !important;
/*	font-family: 'Avenir Next","Open Sans",Helvetica,Arial,sans-serif' !important;*/
}

#svga-starticons-wrap {
	display: inline-block;
	float: left;
	width: 100%;
}

#svga-dialog {
	display: none;
	height: auto;
	width: 90%;
	overflow: hidden;
	margin: auto;
	position: absolute;
	bottom: 15%; left: 0; right: 0;
	padding:20px 30px 40px;
	z-index:1000;
}
#svga-dialog-btns {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}
#svga-dialog-ok,
#svga-dialog-cancel {
	display: block;
	width: 46%;
	height: 44px;
	border: 1px solid;
	line-height: 42px;
	float: left;
	cursor: pointer;
	text-align: center;
}
#svga-dialog-ok {
	margin-right: 7.99999%;
}
#svga-message,
#svga-gravatar-message {
	display: none;
	height: auto;
	width: 90%;
	overflow: hidden;
	margin: auto;
	position: absolute;
	bottom: 15%; left: 0; right: 0;
	padding:20px 30px 40px;
	z-index:1000;
}
#svga-ios,
#svga-share-block {
	display: none;
	height: auto;
	width: 90%;
	overflow: hidden;
	margin: auto;
	position: absolute;
	bottom: 10%; top: auto; left: 0; right: 0;
	padding:20px 30px 30px;
	z-index:1000;
}
#svga-ios-image img,
#svga-share-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#svga-share-block {
	padding-top: 30px;
	text-align:center;
}
#svga-share-block ul {
	width: auto;
	margin: 0 auto;
	padding: 0;
}
#svga-share-block li {
  display: inline-block;
  zoom: 1;
  margin: 10px 5px 10px!important;
}
#svga-share-block li a{
	color: white;
	text-decoration: none;
}
.svga-share-icons {
	display: inline;
	width: 32px;
	height: 32px;
}
.svga-share-icons:hover .svga-share-icons-path {
	opacity: 0.6;
}
.svga-close,
#svga-tryagain {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
	height: 44px;
	border: 1px solid;
	line-height: 42px;
	cursor: pointer;
	text-align: center;
}
.svga-nosvg {
	margin: 100px auto 120px!important;
	z-index: 1000;
	text-align: center;
	line-height: 2!important;
	font-weight: 600!important;
}

/***************** Gravatar modals ****************/
#svga-gravatar {
	display: none;
	height: auto;
	width: 90%;
	overflow: hidden;
	margin: auto;
	position: absolute;
	bottom: 15%; left: 0; right: 0;
	padding:20px 30px 40px;
	z-index:1000;
}
#svga-gravatar-btns {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}
#svga-gravatar-ok,
#svga-gravatar-cancel {
	display: block;
	width: 46%;
	height: 44px;
	border: 1px solid;
	line-height: 42px;
	float: left;
	cursor: pointer;
	text-align: center;
}
#svga-gravatar-ok {
	margin-right: 7.99999%;
}
.svga-input {
	display: block!important;
	width: 100%!important;
	font-size:13px!important;
	border: 1px solid!important;
	text-decoration: none!important;
	height: 40px!important;
	padding: 0 0 0 12px!important;
}
#svga-gravatar-email {
	clear: left;
	margin-right: 0;
	margin-bottom: 20px;
}
.svga-gr-rating {
    padding-left: 15px;
    text-indent: -15px;
    cursor: pointer;
    display: inline;
}
.svga-gr-rating input {
	min-width: 16px;
	min-height: 16px;
    padding: 0;
    margin:0;
    vertical-align: text-top;
    position: relative;
    margin-right: 2px !important;
}

/******************* All transitions ****************/
.svga-colors-set > div,
.svga-col-left .sp-replacer,
.svga-blocks,
.svga-bodyzones,
.svga-elements,
.svga-glob-controls,
.svga-controls,
#svga-footermenu ul li,
#svga-dialog-ok,
#svga-dialog-cancel,
#svga-gravatar-ok,
#svga-gravatar-cancel,
.svga-close,
#svga-tryagain,
.svga-icon-boy,
.svga-icon-girl,
.svga-share-icons-path {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/***************** CUSTOM SCROLLBAR ****************/
#svgAvatars .scroll-wrapper {
	overflow: hidden !important;
	opacity: 1 !important;
	padding: 0 !important;
	position: relative;
}
#svgAvatars .scroll-wrapper > .scroll-content {
	border: none !important;
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	/*overflow: hidden !important;*/
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}
/*#svgAvatars .scroll-wrapper > .scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}*/
#svgAvatars .scroll-element .scroll-bar,
#svgAvatars .scroll-element .scroll-arrow {
	cursor: pointer;
}
/* Simple outer scroll */
#svgAvatars .scroll-simple_outer > .scroll-content.scroll-scrolly_show { left: -0px; margin-left: 0px; }
#svgAvatars .scroll-simple_outer > .scroll-content.scroll-scrollx_show { top:  -2px; margin-top: 2px; }
#svgAvatars .scroll-simple_outer > .scroll-element,
#svgAvatars .scroll-simple_outer > .scroll-element div {
	border: none;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10;
}
#svgAvatars .scroll-simple_outer > .scroll-element div {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
/*#svgAvatars .scroll-simple_outer > .scroll-element.scroll-x {
	bottom: 0;
	height: 5px;
	left: 0;
	min-width: 100%;
	width: 100%;
}
#svgAvatars .scroll-simple_outer > .scroll-element.scroll-y {
	right: 0;
	top: 0;
	width: 2px;
}*/
#svgAvatars .scroll-simple_outer > .scroll-element .scroll-bar {
	background-color: #9999fc;
}
#svgAvatars .scroll-simple_outer > .scroll-element.scroll-x .scroll-bar { top: 0px; height: 2px;}
#svgAvatars .scroll-simple_outer > .scroll-element.scroll-y .scroll-bar { left: 0px; width: 0px;}
/* proceed offse if another scroll is visible */
#svgAvatars .scroll-simple_outer > .scroll-element.scroll-x.scroll-scrolly_show .scroll-element_size { left: -12px; }
#svgAvatars .scroll-simple_outer > .scroll-element.scroll-y.scroll-scrollx_show .scroll-element_size { top: -12px; }
#svgAvatars .scroll-simple_outer > .scroll-element.scroll-x.scroll-scrolly_show .scroll-element_inner { left: -12px; }
#svgAvatars .scroll-simple_outer > .scroll-element.scroll-y.scroll-scrollx_show .scroll-element_inner { top: -12px; }


#svgAvatars .svga-win8tablet .scroll-simple_outer > .scroll-content.scroll-scrollx_show { top:  -12px; margin-top: 12px; }
#svgAvatars .svga-win8tablet .scroll-simple_outer > .scroll-element.scroll-x { height: 12px; }
#svgAvatars .svga-win8tablet .scroll-simple_outer > .scroll-element.scroll-x .scroll-bar { top: 0px; height: 12px;}

/******************* Media queries *******************/

@media (max-width: 991.98px) {

	#svgAvatars {
		width: 100%;/*
		margin: 0 auto;*/
		background-color: #fff;
	}
	#svga-container{
		width: 100%;
	}
.svga-row {
	margin-left: -0.5%;
}
#google-add{
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 4%;
	margin-top:10px;
	width:80%;
	height: 90px;
}
#svga-gender {
	display: block;
	width: 100%;
	margin-top: 7%;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	z-index:1000;
	text-align: center;
}
#svga-work-overlay {
	
	width: 100%;
	height: 100%;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	opacity:0.7;
	z-index:999;
}
	#svga-start-boys img{
		float: right !important;
		width: 100% !important;
	}
	#svga-start-girls img{
		float: left !important;
		width: 100% !important;
	}
#svga-start-boys,
#svga-start-girls {
	margin-top: 15%;
	width: 40%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	cursor: pointer;
}

#svga-center{
	display: none;

}
.logo{
	font-size: 30px !important;
	width: 170px;
	margin: 0px auto;
	font-weight: 900;
}
.welcome-text{
	font-size: 14px !important;
	left: 25%;
	right: 25%;
	position: absolute;
}
.gender_text_avatar{
	font-weight: 900;
	font-size: 15px;
/*	font-family: 'Avenir Next","Open Sans",Helvetica,Arial,sans-serif';*/
	
}
.text_gender p span{
	letter-spacing: 2px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 14px !important;
/*	font-family: 'Avenir Next","Open Sans",Helvetica,Arial,sans-serif';*/
}
.avatar-heading{
	font-size: 10px !important;
	margin: 0px;
	font-weight: 500;
}
.text-avatar{
	font-size: 10px !important;
	font-weight: 500;
	margin: 0px;
}
#gender-paragraph{
	margin-top: 33% !important;
}

.select-gender{
	width: 100%;
	float: left;
	margin-top: 10%;
	margin-left: 5%;
}
.text_gender{
	width: 50%;
	margin-top: 6%;
	margin-left: 20%;
	/*border: #ccc solid 1px;*/
}

.left-arrow{
	width: 25%;
	position: absolute;
	top: 72%;
	left: 5%;
}

.right-arrow{
	width: 25%;
	position: absolute;
	top: 72%;
	left: 68%;
}

	.svga-glob-controls{
		display: block;
    margin-bottom: 10px;
    border: none;
    width: 11.3%;
    margin-right: 1px;
    background-color: #efefef !important;
    float: left;
    font-weight: 900 !important;
    border-radius: 15px;
    margin-top: 10px;

		/*display: block;
		width: 10%;
		margin-bottom: 10px;
		border: none;
		background-color: #efefef !important;
		margin: 3px 0px 5px 5px !important;
		padding-bottom: 10%;
		float: left;
		border-radius: 20px;*/
	}


	.svga-glob-controls:first-child{
		margin-left: 15px !important;
	}

	.random:first-child{
		margin-left: 30px !important;
	}

	#svga-controls > .random {
		border: none;
		margin-left: 2px;
		height: 40px;
		width: 12%;
		padding-left: 5px;
	}

	#svga-bodyzones {
		width: 100%;
		display: table;
		table-layout: fixed;
		color: #fff;
		margin-top: 10px;
	}
	.svga-bodyzones {
		display: table-cell;
		height: 50px;
		font-size: 14px;
		vertical-align: middle;
		text-align: center;
		cursor: pointer;

	}
	
	#svga-bodyzones-ears,#svga-bodyzones-backs,
	#svga-bodyzones-eyebrows,#svga-bodyzones-glasses,
	#svga-bodyzones-beard,#svga-bodyzones-clothes,#svga-bodyzones-nose,
	#svga-bodyzones-mustache,#svga-bodyzones-eyesfront,
	#svga-bodyzones-mouth,#svga-bodyzones-hair,#svga-bodyzones-faceshape,
	#svga-bodyzones-eyesiris{
		background-color: #efefef;
		margin-right: 5px !important;
	}

	/*.svga-blocks:first-child {
		border: none;
		margin-left: 5% !important;
	}*/

  
	#svga-blocks > .svga-blocks {
		border: none;
		min-width: 0;
		width: 19%;
		padding: 0;
		background-color: #fff;
		margin-right: 3px !important;
		border-radius: 10px;
		color: #333;
		margin-top: 7px !important;
		margin-bottom: 5px !important;
		}
	.svga-blocks svg{
		height: 50px !important;
		margin-top: 10px !important;
	}
	/*.row-colors > .svga-row{
		maring-left: -20px !important;
		maring-right: -20px !important;
	}*/
	.random{
		padding: 8px;
		border-radius: 15px;
		background-color: #efefef;
		color: #333;
		border: none;
		height: 20%;
		width: 21%;
		margin-top: 2%;
		margin-bottom: 2%;
		margin-left: 1px;
	}
	.random span{
		margin-right: 10%;
		margin-left: 10%;

	}
	.dropdown > .random svg{
		height: 20%;
		width: 20%;
	}
	.svga-downloadavatar{
		margin-left: 10% !important;
	}
	#svga-container{
		width: 100%;
	}
	.svga-col-left, .svga-col-right {
		width: 90% !important;
		margin-left: 5%;
		margin-right: 5%;
	}
	#footer_menu{
  list-style-type: none;
  margin-top: 2% !important;
  padding: 0;
  overflow: hidden;
}

#footer_menu li {
  float: right;
}

#footer_menu li a {
  display: block;
  color: #333;
  text-align: center;
  padding: 10px;
  font-size: 13px;
}
.article{
	width:90%;
	float: left;
	margin:2% 5% 10% 5%;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 10px;
/*	font-family: 'Roboto, Helvetica Neue, Helvetica, Arial,sans-serif';*/
}
}

@media (min-width: 992PX) {
.header{
	display: none;
}
#svga-gender {
	display: block;
	width: 100%;
	margin-top: 2%;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	z-index:1000;
	text-align: center;
}
#google-add{
	float: left;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 1%;
	margin-top:20px;
	width:728px;
	height: 90px;
}
.article{
	width:90%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 1%;
	margin-bottom: 5%;
/*	font-family: 'Roboto, Helvetica Neue, Helvetica, Arial,sans-serif';*/
}
#footer_menu{
  list-style-type: none;
  margin-top: 2% !important;
  padding: 0;
  overflow: hidden;
  
}

#footer_menu li {
  float: right;
}

#footer_menu li a {
  display: block;
  color: #333;
  text-align: center;
  padding: 16px;
  font-size: 12px;
}

#footer_menu li a:hover {
  background-color: #ff725c;
  color: white;
}
#svga-start-boys img{
	float: right !important;
	height: 350px !important;
	margin-top: 15%;
}
/*#svga-start-girls svg{
	float: left !important;
	width: 300px !important;
	height: 400px !important;
	margin-top: 10%;
}*/
#svga-start-girls img{
	float: left !important;
	height: 350px !important;
	margin-top: 15%;
}

#svga-start-boys,
#svga-start-girls {
	width: 25%;
	float: left;
	cursor: pointer;
}
#svga-start-boys{
	margin-left: 10%;
}
#svga-start-girls{
	margin-left: 4%;
}
#svga-center{
	width: 21%;
	float: left;
	margin-top: 1%;
	margin-left: 4%;
}
#svga-custom-color {
	width: 12% !important;
}

.logo-avatar svg{
	height: 20%;
}
#svga-container p{
	padding-left: 25px;
}
.gender_text_avatar{
	font-weight: 700;
	font-size: 22px;
	margin-left: 10%;
	letter-spacing: 2px;
	
}
.text_gender{
	letter-spacing: 1px;
	font-size: 14px !important;
}
.avatar-heading{
	font-size: 16px !important;
	letter-spacing: 1px;
	font-weight: 500;
}
.text-avatar{
	font-size: 17px !important;
	padding: 5px;
}
#gender-paragraph{
	margin-top: 33% !important;
}

.select-gender{
	width: 60%;
	float: left;
	margin-left: 27%;
}
.text_gender{
	width: 34%;
	float: left;
	margin-top: 4%;
	margin-left: 20%;
/
}
.text_gender p{
	margin-top: 2px !important;
	
}
.left-arrow{
	width: 12%;
	position: absolute;
	top: 67%;
	left: 30.4%;
}
.right-arrow{
	width: 12%;
	position: absolute;
	top: 67%;
	left: 58.3%;
}


	#svga-container {
		/*margin-top: 30px;*/
		background-color: #f8f8f8;
		min-width: 576px;
		min-height: 400px;
	}

	.svga-elements-wrap: hover{
		border-color: red !important;
	}

	.svga-row.row-bodyzones {
		margin-top: 5px;
	}
	#svga-bodyzones {
		width: 97%;
		display: table;
		table-layout: fixed;
		color: #fff;
		margin-top: 10px;
		margin-left: 5px !important;
	}
	.svga-bodyzones {
		display: table-cell;
		height: 50px;
		font-size: 14px;
		vertical-align: middle;
		text-align: center;
		cursor: pointer;

	}
	
	#svga-bodyzones-ears,#svga-bodyzones-backs,
	#svga-bodyzones-eyebrows,#svga-bodyzones-glasses,
	#svga-bodyzones-beard,#svga-bodyzones-clothes,#svga-bodyzones-nose,
	#svga-bodyzones-mustache,#svga-bodyzones-eyesfront,
	#svga-bodyzones-mouth,#svga-bodyzones-hair,#svga-bodyzones-faceshape,
	#svga-bodyzones-eyesiris{
		background-color: #ccc;
		margin-right: 5px !important;
	}

	#svga-controls > .random {
		border: none;
		margin-left: 2px;
		
	}

	/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
/*::-webkit-scrollbar-track {
  background: #efefef; 
}*/
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff725c; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  width: 50px !important; 
}
	.random{
		padding: 11px;
		border-radius: 15px;
		background-color: #efefef;
		color: #333;
		border: none;
		height: 27%;
		width: 24%;
		margin-top: 5%;
		margin-left: 1px;
	}
	.random span{
		margin-right: 10%;
		margin-left: 10%;

	}
	.dropdown > .random svg{
		height: 20%;
		width: 20%;
	}
	
	.svga-row {
		margin: 0;
		border-spacing: 0;
	}
	.svga-col-right {
		width: 49%;
		display: table;
		height: 100% !important;
		margin-left: 7px;
		margin-top: 83px;
		margin-right: 9%;
	}
	.svga-col-left {
		width: 30%;
		display: table;
		margin-left: 10%;
	}
	.svga-vert-order-glob-controls {
		display: table-row-group;
		width: 100%;
	}
	.svga-vert-order-colors {
		display: table-row-group;
	}
	.svga-vert-order-svgcanvas {
		display: table-header-group;
	}
	.svga-row.row-glob-controls {
		border: none;
	}
	.svga-vert-order-main {
		display: table-header-group;
		width: 100%;
	}
	.svga-vert-order-controls {
		display: table-row-group;
		margin-top: 1%;
		/*width: 80%;*/
		/*height: 60px;*/
		border: #333 solid 1px;
	}
	.svga-android-hack {
		display: inline-table;
		width: 100%;
	}
	.svga-vert-order-blocks {
		display: table-header-group;
		width: 100%;
	}
	.svga-vert-order-bodyzones {
		display: table-row-group;
	}
	.svga-vert-order-elements {
		display: table-footer-group;
		width: 100%;
	}
	#svga-elements{
		height: 250px !important;
		overflow: scroll !important;
		overflow-x: hidden !important;
	}
	/*.row-controls{
		margin-top: 7.5% !important;
	}*/
	.color_picker{
		float: left !important;
		width: 10% !important;
	}
	.scrollbar .scroll-simple_outer .scroll-content{
		height: 250px !important;
		border: #ccc solid 1px !important;
	}

	/*
	.svga-bodyzones{
		border: none;
		min-width: 100px;
    width: 20px !important;
    background-color: #fff;
    border-radius: 10px;
    
	}*/

	#svgAvatars .scroll-simple_outer > .scroll-content.scroll-scrollx_show { top: 0; margin-top: 0; }
	#svgAvatars .scroll-simple_outer > .scroll-element.scroll-x {
		height: 0px !important;
	}
	#svga-glob-controls {
		max-width: 100%;
	}
	.svga-glob-controls,
	.svga-glob-controls:last-child {

		display: block;
		margin-bottom: 10px;
		border: none;
		width: 10.1%;
		padding: 24.3px;
		margin-right: 1px;
		background-color: #efefef !important;
		float: left;
		font-weight: 900 !important;
		border-radius: 15px;
	}
	
	#svga-controls-scaleup, #svga-controls-scaledown, .svga-controls{
		display: block;
		width: 5%;
		margin-bottom: 10px;
		border: none;
		padding: 4.4%;
		background-color: #efefef !important;
		margin-left: 2px !important;
		float: left;
		margin-top: 2px;
		border-radius: 15px;
	}
	

	.svga-row.row-colors {
		border: none;
		margin-top: 0;
		margin-bottom: 15px;
		position: relative;
	}
	#svga-colors-wrap {
		width: 100%;
		float: left;
	}
	.svga-colors-set > div {
		display: block;
		width: 14.2857142857142%;
		padding-bottom: 13.2%;
		margin: 0;
		float: left;
		border: 2px solid;
		-webkit-box-sizing: border-box!important;
		-moz-box-sizing: border-box!important;
		box-sizing: border-box!important;
	}
	/*#svga-custom-color {
		width: 20%;
		padding-bottom: 13%;
		position: absolute;
		z-index: 100;
		bottom: 3px;
		right: 3px;
		-webkit-box-sizing: border-box!important;
		-moz-box-sizing: border-box!important;
		box-sizing: border-box!important;
	}
	.svga-col-left .sp-replacer {
		width: 100%;
		top: 0%;
		left: 0%;
	}*/
	.svga-row.row-svgcanvas {
		border: none;
		margin: 0;
	}
	#svga-svgmain {
	  width: 100%;
	  padding-bottom: 100%;
	  margin: 10px 0;
	}
	/*#svga-blocks {
		margin-top: 10px;
	}*/
	.svga-blocks:first-child {
		border-left: none;
	}
	#svga-blocks-eyes svg{
		width: 70px !important;
	}
	.svga-blocks {
		border: none;
		min-width: 0;
		width: 19%;
		padding: 10px;
		background-color: #fff;
		margin-right: 5px !important;
		border-radius: 10px;
		color: #333;
	}
	.svga-row.row-bodyzones {
		margin-top: 0;
		border: none;
	}
	.svga-row.row-elements {
		border: none;
		margin-top: 7px;
	}
	.svga-elements {
		display: block;
		width: 20%;
		padding-bottom: 19%;
		margin: 0;
		border: 2px solid;
		float: left;
	}
	.svga-row .row-controls {
		border: none;
		margin-top: 10px;
	}

	
	#svga-footermenu {
		margin-top: 21%;
		margin-bottom: 15px;
		border: none;
	}
	#svga-footermenu ul li {
		height: 50px;
		line-height: 48px;
	}
	#svga-footermenu ul li ul {
		bottom: 50px;
	}
	#svga-randomavatar > div,
	#svga-resetavatar > div,
	#svga-saveavatar > div,
	#svga-shareavatar > div,
	#svga-gravataravatar > div,
	#svga-downloadavatar > div {
		display: none;
	}
	p.svga-credit {
		margin: 0 0 0 15px !important;
		position: relative;
		bottom: 5px;
		text-align: left;
	}
	.svga-mobilehidden {
		display: block!important;
	}
	#svga-dialog {
		width: 50%;
		bottom: 30%; left: 0; right: 0;
	}
	#svga-gravatar {
		width: 60%;
		bottom: 20%; left: 0; right: 0;
	}
	#svga-message,
	#svga-gravatar-message {
		width: 50%;
		bottom: 30%; left: 0; right: 0;
	}
	#svga-ios,
	#svga-share-block {
		width: 50%;
		top: auto; bottom: 5%; left: 0; right: 0;
	}
	.svga-opera .svga-glob-controls,
	.svga-opera .svga-colors-set > div:last-child,
	.svga-opera .svga-elements:last-child,
	.svga-opera .svga-controls {
		margin-bottom: 17px;
	}
	.svga-input {
		width: 46%!important;
		font-size:13px!important;
		border: 1px solid!important;
		text-decoration: none!important;
		height: 40px!important;
		padding: 0 0 0 12px!important;
	}
	#svga-gravatar-email {
		float: left;
		margin-right: 7%;
		margin-bottom: 0;
	}
}

/*@media (max-width:575.98px) {
	#svga-container {
		font-family: "Avenir Next","Open Sans",Helvetica,Arial,sans-serif;
	}
}
@media (min-width: 576px) {
	#svga-container {
		font-family: "Avenir Next","Open Sans",Helvetica,Arial,sans-serif;
	}
}*/
@media (min-width: 768px) {
	#svga-container {
		padding-left: 15px;
		padding-right: 15px;
	}

}


/******************* Color schemes *******************/

/* LIGHT scheme */
#svga-container.svga-light,
.svga-light .svga-glob-controls,
.svga-light .svga-col-left,
.svga-light #svga-footermenu ul li ul li,
.svga-light #svga-start-overlay,
.svga-light #svga-gender,
.svga-light #svga-dialog,
.svga-light #svga-gravatar,
.svga-light #svga-message,
.svga-light #svga-gravatar-message,
.svga-light #svga-ios,
.svga-light #svga-share-block {
	background-color: #fafafa;
}
.svga-light .svga-colors-set > div,
.svga-light .svga-elements {
	border-color: #fafafa;
}
#svga-container.svga-light,
.svga-light .svga-row.row-glob-controls,
.svga-light .svga-glob-controls,
.svga-light .svga-glob-controls:last-child,
.svga-light .svga-row.row-colors,
.svga-light .svga-row.row-svgcanvas,
.svga-light .svga-row.row-controls,
.svga-light .svga-controls,
.svga-light .svga-row.row-elements,
.svga-light .svga-row.row-bodyzones,
.svga-light .svga-blocks,
.svga-light #svga-footermenu,
.svga-light #svga-footermenu ul li,
.svga-light #svga-footermenu ul li ul li,
.svga-light .svga-blocks:first-child {
	border-color: #ecf0f1;
}
.svga-no-touch.svga-light .svga-glob-controls:hover,
.svga-no-touch.svga-light .svga-controls:hover,
.svga-light #svga-bodyzones,
.svga-no-touch.svga-light,
.svga-light .svga-blocks.svga-active,
.svga-no-touch.svga-light #svga-footermenu ul li:hover,
#svgAvatars .svga-light .scroll-simple_outer > .scroll-element,
.svga-light .svga-input {
	background-color: #ecf0f1 !important;
}
#svga-container.svga-light,
#svga-container.svga-light .svga-nosvg,
.svga-light .svga-input {
	color: #777;
}
.svga-light .svga-elements {
	background-color: #ecf0f1;
}
.svga-light #svga-dialog-ok,
.svga-light #svga-dialog-cancel,
.svga-light #svga-gravatar-ok,
.svga-light #svga-gravatar-cancel,
.svga-light .svga-close,
.svga-light #svga-tryagain,
.svga-light .svga-active-element,
.svga-light .svga-input {
	border-color: #ecf0f1;
}
.svga-light .svga-control-icon-path,
.svga-light .svga-menu-icon-path,
.svga-light .svga-icon-boy,
.svga-light .svga-icon-girl {
	fill: #aaa;
}
.svga-light .svga-credit a {
	color: #999;
}
.svga-no-touch.svga-light #svga-dialog-cancel:hover,
.svga-no-touch.svga-light #svga-dialog-ok:hover,
.svga-no-touch.svga-light #svga-gravatar-cancel:hover,
.svga-no-touch.svga-light #svga-gravatar-ok:hover,
.svga-no-touch.svga-light .svga-close:hover,
.svga-no-touch.svga-light #svga-tryagain:hover {
	color: #fff;
}

/* BLUE DARK scheme */
#svga-container.svga-dark,
.svga-dark .svga-glob-controls,
.svga-dark #svga-footermenu ul li ul li,
.svga-dark #svga-start-overlay,
.svga-dark #svga-gender,
.svga-dark #svga-dialog,
.svga-dark #svga-gravatar,
.svga-dark #svga-message,
.svga-dark #svga-gravatar-message,
.svga-dark #svga-ios,
.svga-dark #svga-share-block {
	background-color:  #fff;
}

.svga-dark .svga-colors-set > div,
.svga-dark .svga-elements {
	border-color: #2c3e50;
}
#svga-container.svga-dark,
.svga-dark .svga-row.row-glob-controls,
.svga-dark .svga-glob-controls,
.svga-dark .svga-glob-controls:last-child,
.svga-dark .svga-row.row-colors,
.svga-dark .svga-row.row-svgcanvas,
.svga-dark .svga-row.row-controls,
.svga-dark .svga-controls,
.svga-dark .svga-row.row-elements,
.svga-dark .svga-row.row-bodyzones,
.svga-dark .svga-blocks,
.svga-dark #svga-footermenu,
.svga-dark #svga-footermenu ul li,
.svga-dark #svga-footermenu ul li ul li,
.svga-dark .svga-blocks:first-child {
	border-color: #34495e;
}
.svga-no-touch.svga-dark .svga-glob-controls:hover,
.svga-no-touch.svga-dark .svga-controls:hover,
.svga-dark,
.svga-no-touch.svga-dark,
.svga-dark .svga-blocks.svga-active,
.svga-no-touch.svga-dark #svga-footermenu ul li:hover,
#svgAvatars .svga-dark .scroll-simple_outer > .scroll-element,
.svga-dark .svga-input {
	background-color: #34495e;
}
#svga-container.svga-dark,
#svga-container.svga-dark .svga-nosvg,
.svga-dark .svga-input {
	color: #333;
}
.svga-dark .svga-elements {
	background-color: #ecf0f1;
	border: #ddd solid 1px;
}

.svga-dark #svga-dialog-ok,
.svga-dark #svga-dialog-cancel,
.svga-dark #svga-gravatar-ok,
.svga-dark #svga-gravatar-cancel,
.svga-dark .svga-close,
.svga-dark #svga-tryagain,
.svga-dark .svga-active-element,
.svga-dark .svga-input {
	border-color: #ecf0f1;
}
.svga-dark .svga-control-icon-path,
.svga-dark .svga-menu-icon-path,
.svga-dark .svga-icon-boy,
.svga-dark .svga-icon-girl {
	fill: #505049;
	font-weight: normal !important;

}
.svga-dark .svga-credit a {
	color: #8da2a7;
}

/* FEMALE colors */
#svga-container.svga-girls,
.svga-no-touch.svga-girls #svga-dialog-cancel:hover,
.svga-no-touch.svga-girls #svga-dialog-ok:hover,
.svga-no-touch.svga-girls #svga-gravatar-cancel:hover,
.svga-no-touch.svga-girls #svga-gravatar-ok:hover,
.svga-no-touch.svga-girls .svga-close:hover,
.svga-no-touch.svga-girls #svga-tryagain:hover {
	border-color: #e74c3c;
	background-color: #f8f8f8;
}
.svga-no-touch.svga-girls .svga-bodyzones:hover,
.svga-girls .svga-bodyzones.svga-active,
.svga-no-touch.svga-girls .svga-blocks:hover,
.svga-girls .svga-blocks.svga-active {
	color: #fff;
}
.svga-no-touch.svga-girls #svga-dialog-cancel:hover,
.svga-no-touch.svga-girls #svga-dialog-ok:hover,
.svga-no-touch.svga-girls #svga-gravatar-cancel:hover,
.svga-no-touch.svga-girls #svga-gravatar-ok:hover,
.svga-no-touch.svga-girls .svga-close:hover,
.svga-no-touch.svga-girls #svga-tryagain:hover,
#svgAvatars .svga-girls .scroll-simple_outer > .scroll-element .scroll-bar {
	background-color: #e74c3c;
}
#svga-start-girls:hover .svga-icon-girl {
	fill: #e74c3c;
}
.svga-no-touch.svga-girls .svga-elements:hover,
.svga-no-touch.svga-girls .svga-colors-set > div:hover,
.svga-girls .svga-colors-set > div.svga-active,
.svga-girls .svga-elements.svga-active-element {
	border-color: #e74c3c;
}

/* MALE colors */
#svga-container.svga-boys,
.svga-no-touch.svga-boys #svga-dialog-cancel:hover,
.svga-no-touch.svga-boys #svga-dialog-ok:hover,
.svga-no-touch.svga-boys #svga-gravatar-cancel:hover,
.svga-no-touch.svga-boys #svga-gravatar-ok:hover,
.svga-no-touch.svga-boys .svga-close:hover,
.svga-no-touch.svga-boys #svga-tryagain:hover {
	border-color: #3498db;
	background-color: #f8f8f8;
}
.svga-no-touch.svga-boys .svga-bodyzones:hover,
.svga-boys .svga-bodyzones.svga-active,
.svga-no-touch.svga-boys .svga-blocks:hover,
.svga-boys .svga-blocks.svga-active {
	color: #fff;
}
.svga-no-touch.svga-boys #svga-dialog-cancel:hover,
.svga-no-touch.svga-boys #svga-dialog-ok:hover,
.svga-no-touch.svga-boys #svga-gravatar-cancel:hover,
.svga-no-touch.svga-boys #svga-gravatar-ok:hover,
.svga-no-touch.svga-boys .svga-close:hover,
.svga-no-touch.svga-boys #svga-tryagain:hover,
#svgAvatars .svga-boys .scroll-simple_outer > .scroll-element .scroll-bar {
	background-color: #3498db;
}
#svga-start-boys:hover .svga-icon-boy {
	fill: #3498db;
}
.svga-no-touch.svga-boys .svga-elements:hover,
.svga-no-touch.svga-boys .svga-colors-set > div:hover,
.svga-boys .svga-colors-set > div.svga-active,
.svga-boys .svga-elements.svga-active-element {
	border-color: #3498db;
}

/* COMMON colors */
.svga-error h1,
.svga-error h2,
.svga-error h3,
.svga-error h4,
.svga-error h5,
.svga-error h6 {
	color: red!important;
}
