.mobile-only {
	display: none!important;
}
.row {
	width: 1172px;
	max-width: 100%;
	margin: 0 auto;
}
.third-col, .two-third-col, .half-col {
	text-align: left;
	float: left;
	margin-right: 3%;
}
.third-col { width: 31%; }
.two-third-col { width: 65%; }
.half-col { width: 48%; }

.line-through {
	font-size: 20px;
}
.overlay:after {
	display: block;
}
.modal-container {
	position: fixed;
	top: 200px;
	left: 50%;
	z-index: 1001;
	margin-bottom: 0;
}
	.modal {
		width: 600px;
		overflow: hidden;
		margin-left: -50%;
		border-radius: 14px;
		-webkit-box-shadow: 
			0 0 0 8px rgba(0,0,0,.5);
		box-shadow: 
			0 0 0 8px rgba(0,0,0,.5);
	}
		.modal-close {
			cursor: pointer;
			filter: alpha(opacity=50);
			opacity: 0.5;
		}
			.modal-close:hover {
				filter: alpha(opacity=100);
				opacity: 1;
			}
.more-info {
	cursor: pointer;
}
.beta-flag {
	background: url('/images/beta.png') top right no-repeat;
	width: 60px;
	height: 60px;
}
.logo {
	font-size: 2.5em;
	height: 44px;
}
	.logo-img {
		height: 34px;
		margin-right: 2px;	
	}
	.logo-tagline {
		display: block;
		font-size: 1em;
		line-height: 2em;
		margin: .9em 0 -.9em .5em;
	}
.main-page-share-buttons {
	float: right;
	min-width: 250px;
	margin-top: 6px;
}
.top-ad-row {
	display: block;
}
.main-content {
	padding-bottom: 5em;
}

/* front page */
.md-no-touch .use-computer-image .icon-desktop,
.md-no-touch .use-computer-computer-label {
	display: block;
}
.md-no-touch .use-computer-image .icon-tablet,
.md-no-touch .use-computer-device-label {
	display: none;
}

.md-no-touch .import-from-url .drag-supported {
	display: block;
}

.choose-photo-container {
}

.main-content .image-select {
	padding-top: 3em;
}
	.image-select-option {
		padding: 2em 0;
		margin: 0 4% 2em;
		cursor: pointer;
		-moz-transition: background-color  .5s;
		-webkit-transition: background-color .5s;
		-o-transition: background-color  .5s;
		-ms-transition: background-color .5s;
		transition: background-color .5s;
	}
		.image-select-option:hover {
			background: #CCC;
		}
		.image-select-option .icon-2x {
			font-size: 3.5em;
		}
		.image-select-option [class^="icon-"]:before,
		.image-select-option [class*=" icon-"]:before {
		}
		.image-select-option small {
			font-size: 14px;
			line-height: inherit;
		}
		.image-select-option-label {
			font-size: 1.25em;
		}

		.image-select-option-separator {
			margin-top: 0;
			margin-bottom: 3em;
		}

		.import-from-url .modal {
			width: 600px;
		}
		.demo-image-option {
			display: inline-block;
			width: 24%;
			max-width: 250px;
			margin: 0 2% 2em;
			vertical-align: middle;
			cursor: pointer;
			position: relative;
			-webkit-transition:all .5s ease;
			   -moz-transition:all .5s ease;
			     -o-transition:all .5s ease;
				transition:all .5s ease;
		}
/*drop-file-here*/
.dnd.md-fileinput .image-select-option,
.dnd.md-fileinput .main-intro .line-through {
	display: none;
}
.dnd.md-fileinput .drop-file-here {
	display: block;
	width: 320px;
	width: 80%;
	margin: 0 10% 2em;
	padding: 1.5em 0 .5em;
	background: #efefef;
	border: 4px dashed #CCC;
	font-size: 2.25em;
	color: #888;
	-webkit-transition:all 0.15s;
	   -moz-transition:all 0.15s;
	     -o-transition:all 0.15s;
		transition:all 0.15s;
}
	.dnd.md-fileinput .hover.drop-file-here {
		border-color: #09C;
	}

	.drop-file-here-msg {
		display: block;
		margin: 0 1em 1.5em;
		text-align: center;
		font-weight: bold;
		line-height: 1.5em;
	-webkit-transition:all 0.10s 0.05s;
	   -moz-transition:all 0.10s 0.05s;
	     -o-transition:all 0.10s 0.05s;
		transition:all 0.10s 0.05s;
	}
	.drop-file-here-options-separator {
		font-size: 16px;	
	}
	.drop-file-here-options .inline.button {
		width: 180px;
		font-size: 14px;
		overflow: hidden;
		margin: 0 .5em 1em;
	}
/*photo gallery*/
.gallery-photo-picker .modal {
	width: 776px;
	max-height: 550px;
}
.gallery-widget-list{
}
	.gallery-widget-list-item {
		width: 170px;
		margin: 0 0.5em 1em 0;
	}
	.selected.gallery-widget-list {
		min-height: 388px;
	}
.gallery-widget-breadcrumbs {
	margin: -0.75em 1em 1.25em;
	text-align: left;
}
	.breadcrumb-item {
		color: #EEE;
		cursor: pointer;
		border-bottom: 1px dotted #CCC;
		padding: 0;
		text-decoration: none;
	}
		.selected.breadcrumb-item {
			cursor: default;
			border-bottom: 0;
			margin-bottom: 1px;
		}
@media (max-height: 550px) {
	.gallery-widget .modal-title {
		float: left;
	}
	.gallery-widget-breadcrumbs {
		float: left;
		margin: 0 0 0 2em;
		line-height: 2em;
	}
	.selected.gallery-widget-list {
		clear: both;
		min-height: 266px;
	}
}

	
/* maker page */
.maker-modules {
	position: relative;
	left: -2000px;
	visibility: hidden;
	-moz-transition: left .6s .4s;
	-webkit-transition: left .6s .4s;
	-o-transition: left .6s .4s;
	transition: left .6s .4s;
}
@media (max-width : 935px) {
	.drop-file-here-msg {
		margin: 0 1em 0.5em;
	}
}
@media (max-width : 800px) {
	.module-row label {
		font-size: 12px;
		text-align: right;
		width: 36px;
	}
}
@media (max-width : 760px) {
	.preview-image-wrapper,
	.maker-modules,
	.image-wrapper
	.image-options {
		width: 48%;
	}	
} 

.preview-image-wrapper,
.image-wrapper {
	float: right;
}
	.canvas-wrapper,
	.image-wrapper {
		text-align: center;
	}
		.canvas-wrapper svg,
		.image-wrapper .final-img {
			max-height: 500px;
		}
		.loading-image-msg {
			height: 400px;
			padding: 150px 0 0;
		}
		#init-vectos-info {
			bottom: 1.5em;
		}
.maker-module {
	margin-bottom: 1em;
}
	.maker-error-refresh-btn {
		margin-left: 14px;
		padding: 4px 0 4px 6px;
		border-radius: 5px;
	}
	.text-module-spinner {
		position: relative;
		height: 18px;
		margin-left: 18px;
		top: 4px;
		-webkit-transition:all 1s ease;
		   -moz-transition:all 1s ease;
		     -o-transition:all 1s ease;
			transition:all 1s ease;
	}
	.maker-module-body {
		border-radius: 0 0 5px 5px;
		-webkit-transition: max-height 0.25s ease-in-out 0s, padding 0.25s ease-in-out 0s;
		-moz-transition: max-height 0.25s ease-in-out 0s, padding 0.25s ease-in-out 0s;
		-o-transition: max-height 0.25s ease-in-out 0s, padding 0.25s ease-in-out 0s;
		transition: max-height 0.25s ease-in-out 0s, padding 0.25s ease-in-out 0s;
	}
	.transition .maker-module-header {
		-webkit-transition: border-radius 0.15s ease-in-out 0.15s;
		-moz-transition: border-radius 0.15s ease-in-out 0.15s;
		-o-transition: border-radius 0.15s ease-in-out 0.15s;
		transition: border-radius 0.15s ease-in-out 0.15s;
	}
.colorPicker:hover {
	border-color: #999;
}
.colorPicker:hover:before {
	background: #CCC;
}
.alignPicker {
	/*display: none;*/
	cursor: pointer;
}
	.alignPickerMenu {
		width: 200px;
		left: auto;
		margin-left: -1px;
	}
.share-buttons, .modal .line-through, .modal .input-w-icon {
	margin-bottom: 2em;
}

.save-share-spinner {
	width: 45px;
}
.share-reuse-background-group {
	display: inline-block;
}
.share-reuse-background-label {
	margin: .5em 0 0 4em;
}
.save-share-image-more-options {
	/*margin-top: 1em;*/
}
/*share page*/
.image-wrapper .final-img {
	/*max-width: 720px;   doesn't scale ofc... */
}
	.image-wrapper .share-buttons {
		float: right;
	}
		.share-buttons .icon-button [class*=" icon-"]:before {
			padding: 0;
		}

/*footer*/
.main-footer-content-section {
	margin-bottom: 2em;
	border-left: 1px solid #666;
	padding-left: 3%;
}
	.main-footer-content-section:first-child {
		border: 0;
	}
.footer-example-list {
	float: left;
	width: 40%;
	margin-right: 10%;
}
	.footer-example-list-item {
		display: inline-block;
	}
.copyright {
	text-align: right;
}

/*add hover events - but only for non touch (breaks for iPad otherwise)*/
.md-no-touch .button:hover {
	background: #09c;
}
.md-no-touch .light.button:hover,
.md-no-touch .modal .button:hover {
	color: #2C4147;
	background: white;
}
.md-no-touch .light.icon-button:hover {
	color: white;
}
.md-no-touch .icon-button:hover {
	color: #09C;
}

.md-no-touch .gallery-widget-list-item:hover {
	color: #333;
}
.md-no-touch .pagination-button:not(.disabled):hover {
	background: #09C;
}
.md-no-touch .breadcrumb-item:not(.selected):hover {
	color: #FFF;
	border-bottom: 1px solid #CCC;
}
.md-no-touch .tooltip.button:hover {
	background: #09c;
	color: white;
}
@media (min-width : 1000px) {
	.dnd.md-fileinput .drop-file-here {
		padding-top: 2em;
	}
	.drop-file-here-msg {
		margin-bottom: 2em;	
	}
}

/*addthis css bug fix*/
.addthis_32x32_style .addthis_counter.addthis_bubble_style {
	width: 62px!important;
}
