body {margin: 10px;}
#pmLinkTwo{height:32px;margin-right:4px;float:right;margin-right:12px;display:block;margin-top:18px;display:none;}
#bg{
    margin: 0 auto;
    padding-bottom:26px;
}
#socialWrapper{
    margin:0 auto;float:none;max-width:800px;height:auto;
}
#shareImageWrapper {
  	position:relative;
	text-align:center;
	max-width:800px;
	margin:0 auto;
}
#shareImage {cursor: pointer;}
.shareTxt {text-align:center;font-size:20px;font-weight:bold; max-width:600px;margin:20px auto 0;}
.pageTitle {text-align:center;font-size:26px;font-weight:bold; max-width:600px;margin:20px auto 0;}
.pageText {text-align:center;font-size:20px;font-weight:normal; max-width:600px;margin:20px auto 0;}
#logoImg {display:block;margin:0 auto;max-width:600px;margin-top:15px;}
#leftBox{
    margin-top:26px;
    margin-right:26px;
    height:150px;
    min-width:300px;
    text-align:center;
    line-height:20px;
    font-size:15px;
    padding-top:15px;
    font-weight:bold;
    display:none;
}
#rightBox{
    min-width:300px;
    width: 75%;
    margin: 20px auto;
    text-align: center;
}
#instaIcon {width:100%;}
#fbIcon, #twIcon, #liIcon, #dlPhoto, #instagram, #dlMM {
	max-width:90px;
	cursor:pointer;
	margin-right: 2%;
	margin-left: 2%;
}
#dlMM {margin-right: 0;}
#btnWrapper{
    max-width:200px;
    max-height:106px;
}
#get_started_btn{
    color: white; font-family: arial, sans-serif; width: 240px; text-align: center; height: 40px; line-height: 41px; overflow: hidden; cursor: pointer;
    margin: 1.5em auto 0 auto; font-size: 14px; text-decoration: none; font-weight: bold; background: #f79857; padding: 0 10px; box-sizing: content-box; background-image: -webkit-linear-gradient(top, #f79857, #f48240); background-image: -moz-linear-gradient(top, #f79857, #f48240); background-image: -ms-linear-gradient(top, #f79857, #f48240); background-image: -o-linear-gradient(top, #f79857, #f48240); background-image: linear-gradient(to bottom, #f79857, #f48240);
    margin-top:15px;
}
#get_started_arrow{
    font-family:dingbats, arial unicode ms, code2000, sans-serif; display:inline-block; vertical-align:bottom; font-size:30px;
}

.cd-image-container {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 0em auto;
}
.cd-image-container img {
	display: block;
}

.cd-image-label {
  	position: absolute;
	bottom: 0;
	right: 0;
	color: #ffffff;
	padding: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
	-moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
	transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  	visibility: hidden;
}
.is-visible .cd-image-label {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.cd-resize-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	overflow: hidden;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-resize-img img {
  	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 100%;
	width: auto;
	max-width: none;
}
.cd-resize-img .cd-image-label {
	right: auto;
	left: 0;
}
.is-visible .cd-resize-img {
	width: 50%;
	/* bounce in animation of the modified image */
	-webkit-animation: cd-bounce-in 0.7s;
	-moz-animation: cd-bounce-in 0.7s;
	animation: cd-bounce-in 0.7s;
}
.cd-image-label {display:none; visibility: hidden;}
@-webkit-keyframes cd-bounce-in {
	0% {
		width: 0;
	}
	60% {
		width: 55%;
	}
	100% {
		width: 50%;
	}
}
@-moz-keyframes cd-bounce-in {
	0% {
		width: 0;
	}
	60% {
		width: 55%;
	}
	100% {
		width: 50%;
	}
}
@keyframes cd-bounce-in {
	0% {
		width: 0;
	}
	60% {
		width: 55%;
	}
	100% {
		width: 50%;
	}
}
.cd-handle {
	position: absolute;
	height: 33px;
	width: 33px;
	/* center the element */
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -16px;
	border-radius: 50%;
	background: #000000 url("../images/slider.svg") no-repeat center center;
	cursor: move;
	box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0) scale(0);
	-moz-transform: translate3d(0, 0, 0) scale(0);
	-ms-transform: translate3d(0, 0, 0) scale(0);
	-o-transform: translate3d(0, 0, 0) scale(0);
	transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
	/* change background color when element is active */
	background: #f8d134 url("../images/slider_dragged.svg") no-repeat center center;
}
.is-visible .cd-handle {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	-moz-transform: translate3d(0, 0, 0) scale(1);
	-ms-transform: translate3d(0, 0, 0) scale(1);
	-o-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
	-webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
	-moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
	transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

img {
    -webkit-user-select: auto; /* Chrome, Opera, Safari */
    -moz-user-select: auto; /* Firefox 2+ */
    -ms-user-select: auto; /* IE 10+ */
    user-select: auto; /* Standard syntax */
}
.click {cursor:pointer;}
#instagram {position:relative; display:inline-block;}
#instagramLayover, #shareLayover {position:fixed; top:0; left:0; width:100%; height:100%; z-index:9999; background:rgba(0,0,0,.4); display:none;}
#sharePopup {font-family:'Arial'; width:300px; height:auto; padding:25px; position:absolute; top:calc(50% - 90px); left:calc(50% - 175px); background:#FFF; border:2px solid #000; z-index:101; text-align:center; color:#000; font-size:14px; line-height:18px; display:none;}
#jpgImg {height:125px; width:125px; position:relative; margin:0 50px 0 0; background: url("https://cdn.sketchbot.com/social-icons/jpg.svg") no-repeat; background-size:contain; float:left;}
#gifArea {height:125px; width:125px; position:relative; float:right;}
#gifSpinner {    
	position:absolute;
	top: 25px;
    left: 15px;
    z-index: 10;
    border: 10px solid #FFF;
    border-radius: 50%;
    border-top: 10px solid #bfbfbf;
    width: 50px;
    height: 50px;
    animation: spinner 1s linear infinite;
	display:none;
  }
  
  @keyframes spinner {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
#gifImg {height:125px; width:125px; background: url("https://cdn.sketchbot.com/social-icons/gif.svg") no-repeat; background-size:contain; z-index:1;}
#instagramPopup {font-family:'Arial'; width:300px; position:absolute; bottom:calc(100% + 12px); left:calc(50% - 165px); background:#FFF; padding:15px; z-index: 9999; text-align:center; color:#000; font-size:14px; line-height:18px; pointer-events: none; display:none;}
#instaHead {font-size:17px; margin-bottom:2px; font-weight:bold;}
#instaClose {color:#000; position:absolute; top:10px; right:10px; cursor:pointer;}
.arrow-down {
	position:absolute;
	bottom:-19px;
	left:calc(50% - 9px);
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 20px solid #fff;
}
@media (max-width: 812px){
    #socialWrapper{margin:0 auto;float:none;max-width:600px;height:auto; margin: 0 auto;
    float: none;}
    #leftBox{
        margin:0 auto;
        margin-top:26px;
        float:none;
        width:250px;
        min-width:250px;
        height:125px;
        padding-top:5px;
    }
    #rightBox{
        display:block;
        float:none;
        width:80%;
        min-width:250px;
    }
    #get_started_btn{width:200px;margin-top:12px;}
    #fbIcon, #twIcon, #dlPhoto, #liIcon, #instagram, #dlMM {
        width: 14%;
    }
	#instagramPopup {left: calc(50% - 224px) !important; bottom: calc(100% + 16px);}
	.arrow-down {left:65% !important;}
	.pageText{
		font-size: 18px;
	}
}

@media (max-width: 400px){
	#rightBox{
		width:100%;
		min-width:250px;
	}
}

.loader {
  width: 64px;
  height: 64px;
  position: relative;
  background: #FFF;
  border-radius: 4px;
  overflow: hidden;
}

.loader--fill {
  transform: scale(5);
  transform-origin: center;
}

.loader:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  transform: rotate(45deg) translate(30%, 40%);
  background: #ff9371;
  box-shadow: 32px -34px 0 5px #ff3d00;
  animation: slide 2s infinite ease-in-out alternate;
}

.loader:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff3d00;
  transform: rotate(0deg);
  transform-origin: 35px 145px;
  animation: rotate 2s infinite ease-in-out;
}

@keyframes slide {
  0%, 100% { bottom: -35px; }
  25%, 75% { bottom: -2px; }
  20%, 80% { bottom: 2px; }
}

@keyframes rotate {
  0% { transform: rotate(-15deg); }
  25%, 75% { transform: rotate(0deg); }
  100% { transform: rotate(25deg); }
}

/* SVG LOADER STYLES */
.sketch-loader-svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.pencil-loader {
  fill: none;
  stroke: #2b2b2b;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* PERFECT LOOP MATH - Stroke Dash + Gap must = Total Path Length */
.setup-Core-loader { stroke-dasharray: 250 650; } 
.anim-Core-loader { animation: drawCoreLoader 10s linear infinite; }
@keyframes drawCoreLoader { from { stroke-dashoffset: 900; } to { stroke-dashoffset: 0; } }

.setup-Triangle-loader { stroke-dasharray: 350 1050; }
.anim-Triangle-loader { animation: drawTriangleLoader 14s linear infinite; }
@keyframes drawTriangleLoader { from { stroke-dashoffset: 1400; } to { stroke-dashoffset: 0; } }

.setup-Frame-loader { stroke-dasharray: 450 1450; }
.anim-Frame-loader { animation: drawFrameLoader 18s linear infinite; }
@keyframes drawFrameLoader { from { stroke-dashoffset: 1900; } to { stroke-dashoffset: 0; } }

/* 20-LAYER FADE ENGINE */
.s0-loader { opacity: 1.00; stroke-width: 3.5; animation-delay: -0.50s; }
.s1-loader { opacity: 0.95; stroke-width: 3.4; animation-delay: -0.475s; }
.s2-loader { opacity: 0.90; stroke-width: 3.3; animation-delay: -0.45s; }
.s3-loader { opacity: 0.85; stroke-width: 3.2; animation-delay: -0.425s; }
.s4-loader { opacity: 0.80; stroke-width: 3.0; animation-delay: -0.40s; }
.s5-loader { opacity: 0.75; stroke-width: 2.9; animation-delay: -0.375s; }
.s6-loader { opacity: 0.70; stroke-width: 2.8; animation-delay: -0.35s; }
.s7-loader { opacity: 0.65; stroke-width: 2.6; animation-delay: -0.325s; }
.s8-loader { opacity: 0.60; stroke-width: 2.5; animation-delay: -0.30s; }
.s9-loader { opacity: 0.55; stroke-width: 2.4; animation-delay: -0.275s; }
.s10-loader{ opacity: 0.50; stroke-width: 2.2; animation-delay: -0.25s; }
.s11-loader{ opacity: 0.45; stroke-width: 2.1; animation-delay: -0.225s; }
.s12-loader{ opacity: 0.40; stroke-width: 2.0; animation-delay: -0.20s; }
.s13-loader{ opacity: 0.35; stroke-width: 1.8; animation-delay: -0.175s; }
.s14-loader{ opacity: 0.30; stroke-width: 1.6; animation-delay: -0.15s; }
.s15-loader{ opacity: 0.25; stroke-width: 1.4; animation-delay: -0.125s; }
.s16-loader{ opacity: 0.20; stroke-width: 1.2; animation-delay: -0.10s; }
.s17-loader{ opacity: 0.15; stroke-width: 1.0; animation-delay: -0.075s; }
.s18-loader{ opacity: 0.10; stroke-width: 0.8; animation-delay: -0.05s; }
.s19-loader{ opacity: 0.05; stroke-width: 0.5; animation-delay: -0.025s; }