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;
	}
}