@font-face {
  font-family: 'FreeSans';
  font-display: swap;
  src: url('/webfonts/freesans-webfont.woff2') format('woff2'), url('/webfonts/freesans-webfont.woff') format('woff');
}
/* freesans6 is freesans font with weight increased by 6 in FontForge */
@font-face {
  font-family: 'FreeSans6';
  font-display: swap;
  src: url('/webfonts/freesans6.woff2') format('woff2'), url('/webfonts/freesans6.woff') format('woff');
}

/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/webfonts/open-sans-v34-latin-ext_latin-regular.woff2') format('woff2'),
       url('/webfonts/open-sans-v34-latin-ext_latin-regular.woff') format('woff');
}

/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('/webfonts/open-sans-v34-latin-ext_latin-700.woff2') format('woff2')
       url('/webfonts/open-sans-v34-latin-ext_latin-700.woff') format('woff');
}

/* fjalla-one-regular - latin-ext_latin */
@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/webfonts/fjalla-one-v8-latin-ext_latin-regular.woff2') format('woff2'),
       url('/webfonts/fjalla-one-v8-latin-ext_latin-regular.woff') format('woff');
}

/* archivo-black-regular - latin-ext_latin */
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/webfonts/archivo-black-v17-latin-ext_latin-regular.woff2') format('woff2'),
       url('/webfonts/archivo-black-v17-latin-ext_latin-regular.woff') format('woff');
}

/* michroma-regular - latin */
@font-face {
  font-family: 'Michroma';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/webfonts/michroma-v16-latin-regular.woff2') format('woff2'),
       url('/webfonts/michroma-v16-latin-regular.woff') format('woff');
}

/* epilogue-regular - latin-ext_latin */
@font-face {
  font-family: 'Epilogue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/webfonts/epilogue-v13-latin-ext_latin-regular.woff2') format('woff2'),
       url('/webfonts/epilogue-v13-latin-ext_latin-regular.woff') format('woff');
}

/* epilogue-500 - latin-ext_latin */
@font-face {
  font-family: 'Epilogue';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''),
       url('/webfonts/epilogue-v13-latin-ext_latin-500.woff2') format('woff2'),
       url('/webfonts/epilogue-v13-latin-ext_latin-500.woff') format('woff');
}

/* epilogue-600 - latin-ext_latin */
@font-face {
  font-family: 'Epilogue';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''),
       url('/webfonts/epilogue-v13-latin-ext_latin-600.woff2') format('woff2'),
       url('/webfonts/epilogue-v13-latin-ext_latin-600.woff') format('woff');
}

body {
 background-color: #fff;
 font: .8em Arial, Verdana, Sans-Serif;
 color: #000;
 width: 100%;
 
 margin: 0 auto;
 text-align: center;

}

.body2 {
 background-color: #c6c6c6;
 font: .8em Arial, Verdana, Sans-Serif;
 color: #000;
 width: 100%;
 
 margin: 0 auto;
 text-align: center;

}

* { 
margin: 0; 
padding: 0; 

/* This disables touch selection outlines on mobile browsers for most elements but not image maps */
        -webkit-tap-highlight-color: rgba(255,255,255,0);
        -moz-tap-highlight-color: rgba(0,0,0,0);
        tap-highlight-color: rgba(0,0,0,0);

}

body * {
/* Stop iOS adjusting font sizes and breaking layout */
/* Edit: Only seems to work in body */
-webkit-text-size-adjust: 100%;
}

img { border: 0; }
input { padding: 0; }

a {
 font: 1.2em Arial, Verdana, Sans-Serif;
 text-decoration: none;
 outline: none;
 color: #b38;
}
a:hover {
 text-decoration: underline;
}

li {
 font: 1.2em Arial, Verdana, Sans-Serif;
 margin: 0 0 5px 0;
}

/* Remove blue outline when clicking on PayPal button */
form input[type=image] {
outline: none;
}

.tbox {position:absolute; display:none; padding:14px 17px; z-index:90000}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(images/preload.gif) no-repeat 50% 50%; 
border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:80000}
.tclose {position:absolute; top:-11px; right:-13px; width:64px; height:64px; cursor:pointer; background:url(images/close-button2a.png) no-repeat; z-index:100000}
.tclose:hover {background-position:0 -66px}
#modalmask {background:#000}
#modalframe {padding:7px; -moz-border-radius:10px; border-radius:10px; background:#555 url(images/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
#frameless {padding:0}


#modal-mask {
position:absolute;
width:100%;
height:100%;
top:0px;
z-index:50000;
opacity:.6;
filter:alpha(opacity=60);
background:#000;
visibility:hidden;
}

.clearer {
clear: both;
line-height:0px;
height:0px;
font-size:0px;
}

.preload-beinguploaded {
 background-image:url(https://static1.tiltshiftmaker.com/img/beinguploaded.png);
}
.preload-beingretrieved {
 background-image:url(https://static1.tiltshiftmaker.com/img/beingretrieved.png);
}
.preload-beinguploaded3 {
 background-image:url(https://static1.tiltshiftmaker.com/img/beinguploaded3.png);
}
.preload-beingretrieved3 {
 background-image:url(https://static1.tiltshiftmaker.com/img/beingretrieved3.png);
}
.preload-beinguploaded4 {
 background-image:url(https://static1.tiltshiftmaker.com/img/beinguploaded4.png);
}
.preload-beingretrieved4 {
 background-image:url(https://static1.tiltshiftmaker.com/img/beingretrieved4.png);
}
.preload-ajax-one {
 background-image:url(https://static1.tiltshiftmaker.com/img/ajax-one.gif);
}
.preload-ajax-onea {
 background-image:url(https://static1.tiltshiftmaker.com/img/ajax-onea.gif);
}
.preload-ajax-four {
 background-image:url(https://static1.tiltshiftmaker.com/img/ajax-four.gif);
}
.preload-ajax-five {
 background-image:url(https://static1.tiltshiftmaker.com/img/ajax-five.gif);
}
.preload-ajax-six {
 background-image:url(https://static1.tiltshiftmaker.com/img/ajax-six.gif);
}
.preload-ajax-sixa {
 background-image:url(https://static1.tiltshiftmaker.com/img/ajax-sixa.gif);
}
.preload-ajax-seven {
 background-image:url(https://static1.tiltshiftmaker.com/img/ajax-seven.gif);
}

.opensans {
font-family: 'Open Sans', sans-serif;
}
.archivo-black {
font-family: 'Archivo Black', sans-serif;
}
.michroma {
font-family: 'Michroma', sans-serif;
}
.epilogue {
font-family: 'Epilogue', sans-serif;
}

.textblock {
margin: 5px 20px 0 5px; 
font-size:14px;
/* font: .9em Arial, Verdana, Sans-Serif;*/
font-family: 'Open Sans', sans-serif;
}
.textblock2 {
margin: 5px 10px 0 5px; 
font-size:14px;
font-family: 'Open Sans', sans-serif;
}
.textblock2-small {
 font: .7em Arial, Verdana, Sans-Serif;
}
.textblock3 {
margin: 0px 20px 0 35px; 
padding-top:3px;
opacity:.65;
filter: alpha(opacity=65); 
-moz-opacity: 0.65;
color: #fff;
background: #333;
text-align:right;
height:42px;
width:408px;
font: 1.3em Arial, Verdana, Sans-Serif;
font-weight: bold;
border:1px solid #000;
}

.roundbox-purple {
border-radius:8px;
background-color:#e1e2ff;
background-color:#eae7f6;
padding:8px 13px 10px 13px;
}

.front-attrib {
 font: .8em Arial, Verdana, Sans-Serif;
 color: #fff;
 display:inline;
}
.front-attrib a {
 font: .8em Arial, Verdana, Sans-Serif;
 text-decoration: none;
 color: #fff;
}
.front-attrib a:hover {
 text-decoration: underline;
}

.textblock4 {
margin: 5px 40px 0 5px; 
 font: 1.2em Arial, Verdana, Sans-Serif;
font-family: 'Open Sans', sans-serif;
}
.textblock4 h3 {
margin: 5px 5px 10px 60px;
 font: 1.1em Arial, Verdana, Sans-Serif;
 font-weight: bold;
font-family: 'Open Sans', sans-serif;
}
.textblock4 li{
 font: 1.2em Arial, Verdana, Sans-Serif;
font-family: 'Open Sans', sans-serif;
}

.outerblock4 {
width:560px;
width:90%;
float:left;
/*border: 1px solid;*/
}

.photomag {
float:left; 
display:inline; 
}

.leftpoint-disc {
float:left;
margin: 11px 10px 0 85px;
    box-sizing: border-box;
    position: relative;
    display: block;
    border: 3px solid #9161b2;
    box-shadow: -1px 1px 3px 0px rgba(0,0,0,0.5);
    border-radius: 20px;
width:10px;
height:10px;
background-color:#e3c7f6;
}

.list-icon,
.list-icon::after,
.list-icon::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 8px;
    height: 20px;
}

.list-icon::after,
.list-icon::before {
    content: "";
    position: absolute;
    height: 8px;
/*
    border-left: 3px solid #6c6db1;
    border-bottom: 3px solid #6c6db1;
    border-left: 3px solid #926cb1;
    border-bottom: 3px solid #926cb1;
*/
    border-left: 3px solid #8964aa;
    border-bottom: 3px solid #8964aa;
    transform: rotate(-45deg) scaleX(-1);
    filter: drop-shadow(2px 1px 1px rgb(0 0 0 / 0.25));
}

.list-icon2 {
float:left;
margin:-3px 0 0 3px;
width:9px;
height:14px;
/*filter: drop-shadow(2px 1px 1px rgb(0 0 0 / 0.25));
filter: drop-shadow(-1px 1px 1px rgb(0 0 0 / 0.3));
filter: drop-shadow(1px 2px 1.2px rgb(0 0 0 / 0.35));*/
filter: drop-shadow(1px 2px 1.2px rgb(0 0 0 / 0.4));
content: url(right-arrow1-blue.svg);
}


/*http://www.allfreebackgrounds.com/buttons.html*/
.leftpoint {
/*background: url(https://static1.tiltshiftmaker.com/img/bullet.gif) no-repeat;*/
width:20px;
height:20px;
float:left;
margin: 5px 5px 0 60px;
margin: 11px 0 0 90px;
}
.rightpoint {
float:left;
margin: 5px 0 0 0;
width:350px;
width:70%;
}

.leftpoint2 {
float:left;
display: inline;
width:290px;
width:50%;
margin: 0 20px 0 0;
margin: 0 60px 0 0;
}
.rightpoint2 {
float:left;
display: inline;
/*width:206px;*/
margin-top:-25px;
color:#444;
/*font-size:16px;*/
}
.rightpoint2 a {
 font: 1.0em Arial, Verdana, Sans-Serif;
}
.rightpoint2 img {
width:230px;
/*border: 1px solid #555;*/
}
.alignright {
text-align: right;
}


.leftpoint3 {
background: url(https://static1.tiltshiftmaker.com/img/bullet2.gif) no-repeat;
width:20px;
height:20px;
display:inline;
float:left;
margin: 5px 5px 5px 10px;
}
.leftpoint3a {
background: url(https://static1.tiltshiftmaker.com/img/bullet.gif) no-repeat;
width:20px;
height:20px;
display:inline;
float:left;
margin: 5px 5px 5px 10px;
}
.leftpoint3b {
width:20px;
height:20px;
float:left;
display:inline;
margin: 5px 5px 5px 10px;
}
/*
.leftpoint3d {
background: url(https://static1.tiltshiftmaker.com/img/bullet2.gif) no-repeat;
width:20px;
height:20px;
display:inline;
float:left;
clear:both;
margin: 5px 5px 5px 10px;
}
*/
.leftpoint3d {
width:8px;
height:12px;
display:inline;
float:left;
clear:both;
margin: 7px 3px 5px 17px;
filter: drop-shadow(1px 2px 1.2px rgb(0 0 0 / 0.4));
content: url(right-arrow1-darkblue.svg);
}

#howto-hr {
width:80%;
margin:20px auto;
border:none;
border-top:2px solid #a0a0a0;
clear:both;
}

#howto-hr2 {
width:80%;
height:2px;
margin:20px auto;
background-color: #a0a0a0;
background: linear-gradient(to right, #a0a0a000 0%, #a0a0a0 10%, #a0a0a0 90%, #a0a0a000 100%);
clear:both;
}

#flickr-hr {
width:80%;
height:2px;
margin:17px 20px 20px 20px;
background-color: #a0a0a0;
background: linear-gradient(to right, #a0a0a000 0%, #a0a0a0 30%, #a0a0a0 90%, #a0a0a0 100%);
background: linear-gradient(to right, #a0a0a000 0%, #ff0084 30%, #a0a0a0 60%, #0062dc 100%);
opacity:0.75;
}

.rightpoint3 {
float:left;
margin: 5px 0 5px 0;
width:330px;
}
.rightpoint3 a {
 font: 1.2em Arial, Verdana, Sans-Serif;
}
.rightpoint3a {
float:left;
margin: 5px 0 5px 0;
width:355px;
}
.rightpoint3a a {
 font: 1.2em Arial, Verdana, Sans-Serif;
}

.rightpoint3b {
float:left;
margin: 5px 0 5px 0;
width:360px;
}
.rightpoint3b a {
 font: 1.2em Arial, Verdana, Sans-Serif;
}

.rightpoint3c {
float:left;
margin: 5px 0 5px 0;
width:490px;
}
.rightpoint3c a {
 font: 1.2em Arial, Verdana, Sans-Serif;
}

.rightpoint3d {
float:left;
width:395px;
margin: 5px 0 15px 7px;
font-size:15px;
}
.rightpoint3d a {
 font: 1.2em Arial, Verdana, Sans-Serif;
}

.leftpoint4 {
background: url(https://static1.tiltshiftmaker.com/img/bullet-star.png) no-repeat;
width:19px;
height: 20px;
float:left;
margin: 3px 5px 2px 20px;
}
.rightpoint4 {
font: 1.2em Arial, Verdana, Sans-Serif;
float:left;
margin: 5px 0 2px 0;
width:270px;
}

/*
.rightpoint5 {
font: 1.2em Arial, Verdana, Sans-Serif;
float:left;
margin: 2px 0 2px 10px;
width:300px;
border:1px solid;
}
*/
.leftpoint9 {
float:left;
width:20px;
height:16px;
line-height:19px;
margin-top:1px;
margin-left:15px;
}
.rightpoint9 {
float:left;
width:450px;
font-size:17px;
line-height:19px;
font-weight:normal;
margin-left:4px;
}

.horiz-divider {
height:1px;
width:800px;
margin-top:5px;
border-bottom: 1px solid #bbb;
}

.example-pic {
float:left;
margin: 10px 12px 15px 10px;
/*width:220px;*/
font: .8em Arial, Verdana, Sans-Serif;
/*font-weight: bold;*/
text-align:left;
/*border: 1px solid;*/
color: #ccc;
color: #e2e2e2;
background-color:#6C6D8A;
border-radius:10px;
box-shadow: -2px 2px 4px 0px rgb(0 0 0 / 35%);
}

.example-pic-frame {
/*width:250px;*/
height:230px;
border-radius:5px;
box-shadow: -2px 2px 4px 0px rgb(0 0 0 / 40%);
}

.shadow-pic-frame {
border-radius:5px;
box-shadow: -2px 2px 4px 0px rgb(0 0 0 / 40%);
}

.error-message {
 font: 1.2em Arial, Verdana, Sans-Serif;
 font-weight: bold;
 width: 500px;
}

.photo-main {
float:left;
display: inline;
margin: 10px 20px 10px 0px;
width:390px;
text-align:left;
color: #fff;
}
.photo-main2 {
float:left;
display: inline;
margin: 10px 20px 10px 0px;
width:390px;
text-align:left;
color: #fff;
background-color:#888;
border-radius:10px;
box-shadow: -2px 2px 4px 0px rgb(0 0 0 / 35%);
}
.photo-holder {
height:335px;
margin-left:3px;
}

.photo-frame {
border-radius:4px;
border-radius:5px;
box-shadow: -2px 2px 4px 0px rgb(0 0 0 / 45%);
box-shadow: -2px 2px 6px 0px rgb(0 0 0 / 30%);
box-shadow: -2px 2px 5px 0px rgb(0 0 0 / 35%);
box-shadow: -2px 2px 4px 0px rgb(0 0 0 / 40%);
}
.photo-holder h2 {
font-size:19px;
font-weight:normal;
margin:11px 0 10px 13px;
}
.photo-attrib {
float:right;
display: inline;
font: .7em Arial, Verdana, Sans-Serif;
/*font-weight: bold;*/
margin: 9px 15px 0 0;
}

.photo-attrib a{
color: #fff;
/*font-weight: bold;*/
}
.photo-attrib img{
vertical-align:text-bottom;
}

.photo-main h2 {
font: 1.3em Arial, Verdana, Sans-Serif;
display: inline;
}
.photo-main img {
margin: 5px 0 0 0;
}

.previous {
float: left;}
.next {
/*
display:inline;
margin-left: *;
*/
float: right;
}

.example-pic h4{
font: 1.2em Arial, Verdana, Sans-Serif;
font-weight: bold;
text-align:left;
clear:both;
}

.example-holder{
/*width:200px;
height:250px;*/
/*min-width:220px;
min-width:350px;*/
width:350px;
margin: 10px 16px 14px 16px;
}
.example-holder h4{
color: #6c6d8a;
color: #f0f0f0;
}

.center{
text-align:center;
margin: 10px 0 10px 0;
}

.hidden {
display: none;
}

.container {
width: 870px;
/*height: 1070px;*/
margin: 0 auto;

 position: relative;
 top: 0px;
 left: 0px;

border: 1px solid #000000;
}

.container2-main {
width: 888px;
margin: 0 auto;

 position: relative;
 top: 0px;
 left: 0px;

background:url(https://static1.tiltshiftmaker.com/img/main-sides2.png);
border: 0px solid #000000;
text-align:left;
overflow:hidden;
}
.container2 {
width: 888px;
margin: 0 auto;

 position: relative;
 top: 0px;
 left: 0px;

background:url(https://static1.tiltshiftmaker.com/img/page-sides1.png);
border: 0px solid #000000;
text-align:left;
overflow:hidden;
}
.container2-inner {
border:0px solid #f00;
width:870px;
margin-left:9px;
}

.container2a {
width: 879px;
min-height: 100vh;
margin: 0 auto;

 position: relative;
 top: 0px;
 left: 0px;

background-color: #fff;
border: 0px solid #000000;
/*border-radius: 0 0 7px 7px;*/
box-shadow: 0px 3px 9px 2px rgba(25,25,25,0.30);

text-align:left;
overflow:hidden;
}

.container-modal {
width: 640px;

margin: 0 auto;
z-index:10;
z-index:90000;

 position: relative;
 top: 0px;
 left: 0px;

border: 0px solid #ff0000;
background-color: #3c3c3c;
color:#fff;
padding-top:70px;
padding-top:30px;
padding-bottom:130px;
padding-bottom:40px;
padding-left:25px;
padding-right:25px;

/*font-family: 'Roboto', sans-serif;*/
font-family: 'Open Sans', sans-serif;
font-size:23px;
}

.container-modal a {
/*font-family: 'Roboto', sans-serif;*/
font-family: 'Open Sans', sans-serif;
font-size: 1em;
color: #e8d;
}

.ok-modal {
width:120px;
/*font-family: 'Roboto Condensed', sans-serif;*/
font-family: 'Open Sans', sans-serif;
font-size:24px;
line-height:55px;
padding:3px 4px 3px 4px;
text-align:center;
color:#ddd;
color:#000;
background-color: #aaa;
border:3px solid #777;
border-radius:4px;
cursor:pointer;
/*margin-top:20px;*/
clear:both;
display:inline-block;
/*position:absolute;
bottom:22px;
margin-left:-50px;*/
margin-top:30px;
/*z-index:1500;*/
/*float:left;*/

-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ok-modal:hover {
/*
color:#fff;
background-color: #5f5f5f;
border:3px solid #888;
*/
background-color: #ccc;
}

.li-left {
float:left;
margin:10px 0 0 10px;
vertical-align:top;
}

.li-left li {
list-style-type: square;
margin:10px 0 0 0;
}

.li-right {
float:left;
width:560px;
display: inline;
margin:10px 0 0 5px;
vertical-align:top;
color: #999;
}



#banner {
margin:15px 0 0 0;
margin:5px 0 0 0;
/*border-top: 1px solid;
border-bottom: 1px solid;
*/
width: 870px;
/*height:203px;*/
height:210px;
height:175px;
background: url(https://static1.tiltshiftmaker.com/img/title8-low2a.jpg) no-repeat;
text-align:left;
}

#banner2-wrapper {
position: relative;
}

#banner2-wrapper-edit {
width:900px;
width:100%;
position: relative;
/*
border-left:1px solid #000;
border-right:1px solid #000;
box-shadow: 0px 3px 9px 2px rgba(25,25,25,0.30);
*/
/*box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.40);*/
background-color: #fff;
overflow:hidden;
}

/* Slight wider than banner2-bg-upper to account for wblur */
#banner2-bg-lower {
position:absolute;
width:110%;
height:47px;
top:104px;
left:-6px;
background-color:#222222f2;
filter:blur(3px);
/*background: linear-gradient(90deg, rgba(22, 22, 22, 0.18) 0%, rgba(22, 22, 22, 1) 20%);*/
background: linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 1) 20%);
z-index:10;
}

#banner2-bg-upper {
position:absolute;
width:100%;
height:47px;
/*background: linear-gradient(180deg, hsla(215, 7%, 53%, 1) 0%, hsla(225, 42%, 52%, 1) 100%);*/
/*background: linear-gradient(90deg, hsla(0, 0%, 100%, 1) 0%, hsla(225, 42%, 52%, 1) 20%);*/
/*
box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.45);
box-shadow: 0px 1px 4px 1px rgba(77,83,139,0.80);

background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.7) 0%, hsla(225, 42%, 52%, 0) 20%),
	    linear-gradient(180deg, hsla(215, 7%, 53%, 1) 0%, hsla(225, 42%, 52%, 1) 100%);
background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(81, 107, 184, 0) 16%),
	    linear-gradient(180deg, rgba(100, 108, 118, 1) 0%, rgba(127, 134, 144, 1) 5%, rgba(84, 114, 202, 1) 95%, rgba(79, 95, 141, 1) 100%);
*/

background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(81, 107, 184, 0) 16%),
	    linear-gradient(180deg, rgba(100, 108, 118, 1) 0%, rgba(127, 134, 144, 1) 5%, rgba(83, 110, 193, 1) 95%, rgba(79, 95, 141, 1) 100%);
/*background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(81, 107, 184, 0) 16%),
	    linear-gradient(180deg, rgba(100, 108, 118, 1) 0%, rgba(127, 134, 144, 1) 5%, rgba(81, 107, 184, 1) 95%, rgba(79, 95, 141, 1) 100%);*/
top:103px;
z-index:20;
}

#banner2-subtitle {
position:absolute;
width:100%;
height:47px;
background: url(https://static1.tiltshiftmaker.com/img/subtitle-big3.png) no-repeat;
background-size: 250px auto;
background-position: 155px 12px;
top:103px;
z-index:30;
}

#banner2 {
position:relative;
margin:0 0 0 0;
width: 870px;
width:100%;
height:175px;
background: url(https://static1.tiltshiftmaker.com/img/title-big3.png) no-repeat;
background-size: 480px auto;
background-position: 20px 5px;
text-align:left;
z-index:30;
}

#bokeh-banner {
position:relative;
margin:-25px 0 0 0;
width:100%;
height:128px;
background: url(https://static1.tiltshiftmaker.com/img/bokeh-effects-big2.jpg) no-repeat;
background-size: 100% auto;
color:#fff;
z-index:0;
}

#login-form {
width:217px;
/*width:240px;*/
height:38px;
position:absolute;
right:0px;
top:0px;
/*background: url(https://static1.tiltshiftmaker.com/img/loginbg2.png) no-repeat;*/
background-color: #9287AF;
border-radius: 0 0 0 5px;
font-size:14px;
/*
right:8px;
top:5px;
*/
color: #fff;
color: #ebe9f2;
box-shadow: -1px 1px 2px 0px rgb(104 91 137 / 35%);
}

#login-form a {
font: .9em Arial, Verdana, Sans-Serif;
font-weight: bold;
color: #fff;
margin-left:1px;
margin-right:1px;
}

#login-form2 {
height:38px;
right:0px;
top:0px;
background-color: #9287AF;
border-radius: 0 0 0 5px;
font-size:14px;
color: #ebe9f2;
box-shadow: -1px 1px 2px 0px rgb(104 91 137 / 35%);
}

#login-form2 a {
font: .9em Arial, Verdana, Sans-Serif;
font-weight: bold;
color: #fff;
margin-left:1px;
margin-right:1px;
}

#centerbar-login {
margin-left:9px; 
margin-left:13px; 
/*margin-left:10px; */
margin-top:5px; 
margin-top:8px; 
border:0px solid;
font-family: 'Open Sans', sans-serif;
font-size:14px;
}

#captcha-login {
/*font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;*/
font-family: Arial, Verdana, Sans-Serif;
font-size: 13px;
font-weight: bold;
color:#756;
}
#captcha-login a {
/* color: #ddd;*/
 font-weight: bold;
}

#login-box {
width:250px;
margin-left:100px;
}
#login-box-front {
width:250px;
margin-left:0px;
}
#login-box-front2 {
width:384px; 
height:88px;
margin:8px 0 0 -1px;
background:linear-gradient(to bottom,#c0c0c0 0%,#c0c0c0 64%,#ccc 64%,#ccc 100%);
border:1.5px #bbb solid;
border-radius:8px;
border-radius:6px;
padding:2px 4px 2px 4px;
box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.45);
box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
}

.login-field1 {
font: 1.4em Arial, Verdana, Sans-Serif;
float:left;
text-align:right;
width:100px;
margin: 6px 5px 4px 0;
}

.login-field2 {
float:left;
margin: 6px 0 4px 0;
}
.login-field2 input {
font: 1.4em Arial, Verdana, Sans-Serif;
border: 1px solid #888;
padding: 2px 4px 1px 4px;
width:120px;
/*border:1px solid #f00;*/
}
.login-field3 {
font: 1.4em Arial, Verdana, Sans-Serif;
float:left;
text-align:right;
width:120px;
margin: 0px 5px 4px 5px;
}

.login-field4 {
float:left;
margin: 4px 0 4px 0;
}

/* different to flogin-submit */
#login-submit {
font: 1.3em Arial, Verdana, Sans-Serif;
font-weight:bold;
margin-left:15px;
cursor:pointer;
width:95px;
height:35px;
}

.loginbox {
border-radius:3px;
height:26px;
}

.flogin-field1 {
font: 1.2em Arial, Verdana, Sans-Serif;
float:left;
text-align:right;
width:75px;
width:82px;
margin: 16px 5px 4px 0;
font-weight:bold;
color:#658;
}
.flogin-field2 {
float:left;
margin: 10px 0 4px 2px;
}
.flogin-field2 input {
font: 1.3em Arial, Verdana, Sans-Serif;
border: 1px solid #888;
padding: 2px 4px 1px 4px;
width:90px;
/*border:1px solid #f00;*/
}
.flogin-field3 {
font: 1.4em Arial, Verdana, Sans-Serif;
float:left;
text-align:left;
width:233px;
margin: 15px 5px 4px 12px;
border:0px solid #f00;
}

.flogin-field4 {
float:left;
margin: 4px 0 2px 0;
}
#flogin-submit {
font: 1.3em Arial, Verdana, Sans-Serif;
font-weight:bold;
width:94px;
height:28px;
margin-left:29px;
cursor:pointer;
width:95px;
height:36px;
color:#436;
}

#top-signup {
float: left;
font-family: 'Open Sans', sans-serif;
width:870px;
margin-top:5px;
margin-top:-30px;
margin-left:0px;
text-align:left;
/*border:1px solid #f00;*/
z-index:1000;
}

#left-signup {
float: left;
font-family: 'Open Sans', sans-serif;
width:515px;
margin-top:0px;
margin-left:200px;
text-align:left;
/*border:1px solid #f00;*/
}

#left-signup-new {
float: left;
font-family: 'Open Sans', sans-serif;
width:455px;
margin-top:15px;
margin-left:0px;
text-align:left;
/*border:1px solid #f00;*/
}

#right-signup {
float: left;
font-family: 'Open Sans', sans-serif;
width:395px;
margin-top:15px;
margin-left:5px;
text-align:left;
/*border:1px solid #f00;*/
}

#signup-form {
width:380px;
font-size:.9em;
}

.signup-field1 {
font: 1.6em Arial, Verdana, Sans-Serif;

float:left;
text-align:right;
width:150px;
margin: 4px 5px 4px 0;
}

.signup-field2 {
float:left;
margin: 4px 0 4px 0;
}
.signup-field2 input {
font: 1.6em Arial, Verdana, Sans-Serif;
border: 1px solid #888;
padding: 2px 4px 1px 4px;
width:180px;
}

#checked {
font: 1.4em Arial, Verdana, Sans-Serif;
height:25px;
/*border:1px solid #000;*/
}
#checked input {
font: .8em Verdana, Arial, Sans-Serif;
font-weight: bold;
width:80px;
height:27px;
margin-left:100px;
margin-top:-1px;
color:#fff;
background:#b58;
cursor:pointer;
}

#signup-submit {
font: 1.4em Arial, Verdana, Sans-Serif;
font-weight:bold;
width:90px;
height:34px;
margin-left:90px;
cursor:pointer;
}

#left-register {
float:left;
margin-left:62px;
}

#ad1 {
display:block;
margin: 0px 0 10px 30px;
width:468px;
height:60px;
}
#ad2 {
display:block;
/*margin: 0px 0 10px 30px;*/
float:left;
width:250px;
height:250px;
}
#ad3 {
display:block;
/*margin: 15px 0 0 0;*/
margin: 10px 0 8px -2px;
/*width:300px;*/
height:250px;
/*background-color: #fff;*/
/*border:2px solid #888;*/
}
#ad4 {
display:block;
margin: 0 0 0 0;
width:300px;
height:250px;
/*border: 1px solid;*/
}
#ad5 {
display:block;
margin: 5px 0 5px 10px;
width:120px;
height:240px;
/*border: 1px solid;*/
}
#ad6 {
display:inline;
float:left;
/*margin: 5px 0 0px 15px;
margin: 5px 0 0px 60px;*/
margin: 15px 0 5px 55px;
width:234px;
height:60px;
}
#ad6a {
display:inline;
float:left;
margin: 10px 0 5px 22px;
/*margin: 10px 0 5px -10px;*/
width:180px;
/*height:90px;*/
}
#ad6b {
display:inline;
float:left;
/*margin: 10px 0 5px -10px;*/
margin: 10px 0 5px 0px;
width:180px;
/*height:90px;*/
}
#ad6c {
display:inline;
float:left;
margin: 0px 0 0px 20px;
width:125px;
/*height:90px;*/
}
#ad6d {
display:inline;
float:left;
/*margin: 5px 0 0px 15px;
margin: 5px 0 0px 60px;
margin: 15px 0 0px 35px;
margin: 15px 0 0px 125px;
margin: 20px 0 0px 10px;
margin: 0px 0 5px 30px;*/
margin: 15px 0 20px 125px;
/*width:468px;*/
width:234px;
height:60px;
/*padding-top:5px;*/
}
#ad6e {
display:inline;
float:left;
margin: 17px 0 20px 1px;
width:468px;
height:60px;
}
#ad7 {
display:block;
margin: 10px 10px 10px 10px;
float:left;
width:160px;
/*height:600px;*/
}

#ad8 {
display:inline;
margin: 0px 0 15px 60px;
width:728px;
height:90px;
float: left;
}
#ad8a {
margin: 0px 0 0px 60px;
width:728px;
height:90px;
}
#ad8b {
display:inline;
margin: -25px 0 0px 0px;
width:728px;
height:15px;
float: left;
}
/*
#ad8 {
display:inline;
margin: -15px 0 20px 25px;
width:234px;
height:60px;
float: left;

text-align:left;
}
*/
#ad9 {
display:inline;
/*margin: 0px 0 5px 40px;*/
margin: -22px 0 5px 0px;
width:728px;
height:90px;
float: left;
}
#ad9a {
display:inline;
margin: 0px 0 5px 40px;
width:728px;
height:90px;
float: left;
}
#ad10 {
display:block;
margin: 5px 0 10px 30px;
width:300px;
height:250px;
/*border: 1px solid;*/
}
#ad11 {
float:left;
display: inline;
/*margin: 8px 0 5px 34px;*/
margin-left:14px;
margin-top:10px;
width:728px;
height:15px;
}

.demo-button {
font: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
/*font-size: 17px;*/
font-size: 1.1em;
font-weight:bold;
/*color:#805;*/
color:#529;
width:120px;
height:32px;
cursor:pointer;
/*border:1px solid #000;*/
}
.demo-button2 {
font: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
/*font-size: 17px;*/
font-size: 1.1em;
font-weight:bold;
/*color:#805;*/
color:#925;
width:120px;
height:32px;
cursor:pointer;
}

#left-main {
float: left;
width:545px;
/*height: 300px;*/
margin-top:0px;
text-align:left;
}

#top-main {
float: left;
width:98px;
height:330px;
margin-top:0px;
text-align:left;
}

#right-main {
float: left;
width:305px;
height: 1075px;
margin-top:5px;
margin-bottom: 55px;
padding-left: 15px;
border-left: 1px solid #bbb;
text-align:left;
}

#steps {
text-align: left;
margin: 15px 0 10px 80px;
font: 1.2em Arial, Verdana, Sans-Serif;
color: #333;
}

#start-form {
text-align: left;
width:410px;
/*margin: 25px 0 10px 30px;*/
margin: 20px 0 10px 60px;
}

#another-form {
text-align: left;
width:387px;
margin: 10px 0 5px 0px;
}

.submitphoto {
/*
width:70px;
height:35px;
margin-top:5px;
*/
/*font: 12px Arial, Verdana, Sans-Serif;
font-weight: bold;
color:#444;
padding: 2px;*/
/*font-family: 'Roboto', sans-serif;*/
font-size:13px;
line-height:25px;
height:29px;
cursor:pointer;
outline:none;
background-image: linear-gradient(to bottom, #eee, #c9c9c9);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eee, endColorstr=#c9c9c9);

}

/* Intermediate file upload button styling solution for Chrome, Safari, iOs.. */
.submitphoto::-webkit-file-upload-button {
/*
background-image: -webkit-linear-gradient(top, #ffffff, #dfdddd);
border-radius:3px;
*/
/*font-family: 'Roboto', sans-serif;*/
font-size:13px;
line-height:25px;
height:29px;
cursor:pointer;
}
.submitweb {
/*font-family: 'Roboto', sans-serif;*/
font-size:13px;
padding-left:5px;
padding-right:5px;
height:29px;
border-radius:3px;
outline: none;
border-style:none;
opacity:.50;
}


.ios-login-style {
-webkit-appearance: none;
background-color:#fff;
/*background-image: -webkit-linear-gradient(top, #ffffff, #dfdddd);*/
background-image: -webkit-linear-gradient(top, #fff, #bfbbcc);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fff, endColorstr=#bfbbcc);
color:#000;
}
.ios-submit-style {
-webkit-appearance: none;
background-color:#fff;
/*background-image: -webkit-linear-gradient(top, #ffffff, #dfdddd);*/
background-image: -webkit-linear-gradient(top, #eeeeee, #bfbbcc);
color:#000;
}
.ios-file-style {
-webkit-appearance: none;
background-color:#fff;
/*background-image: -webkit-linear-gradient(top, #ffffff, #dfdddd);
background-image: -webkit-linear-gradient(top, #eeeeee, #bfbbcc);*/
background-image: -webkit-linear-gradient(top, #fff, #ccc);
color:#000;
width:169px;
height:36px;
margin-top:-4px;
margin-left:2px;
border-radius:5px;
border-style:none;
}
.ios-file-style:active {
background-image: -webkit-linear-gradient(top, #fff, #e0e0e0);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d0d0d0, endColorstr=#fff);
}

.ios-file-label {
/*background-color:red;*/
/*text-align:left;*/
cursor:pointer;
}

.ios-appearance {
-webkit-appearance: none;
}

.camera-icon {
width:23px;
height:23px;
display:inline;
vertical-align:middle;
margin-right:4px;
padding-bottom:1px;
}

.upload-title {
font-family: 'FreeSans', sans-serif;
font-size: 16.5px;
float:left;
margin-top:-4px;
margin-left:2px;
color:#e5e5e5;
color:#e8e8e8;
color:#f0f0f0;
user-select:none;
}

.main-title {
font-family: 'FreeSans6', sans-serif;
font-size: 20px;
float:left;
color:#e8e8e8;
color:#1F2B69;
color:#485490;
color:#444F88;
color:#404c83;
color:#2a335f;
/*user-select:none;*/
}

.main-title-howto {
font-family: 'FreeSans6', sans-serif;
font-size: 20px;
float:left;
color:#2a335f;
margin-left:8px;
margin-top:2px;
margin-bottom:8px;
/*user-select:none;*/
}

.controls-title {
font-family: 'FreeSans', sans-serif;
font-size: 15px;
float:left;
margin-top:-2px;
margin-left:3px;
color:#e8e8e8;
color:#e5e5e5;
user-select:none;
}

.controls-subtitle {
font-family: 'FreeSans', sans-serif;
font-size: 14px;
float:left;
height:22px; 
color:#c8c8c8;
color:#b8b8b8;
user-select:none;
}

.howto-title {
font-family: 'FreeSans6', sans-serif;
font-size: 16px;
float:left;
height:17px;
line-height:17px;
margin:9px 0px 0px 0px;
padding:1px 5px 1px 4px;
color:#e8e8e8;
color:#e0e0e0;
color:#BCB9C7;
text-decoration-color:#e8e8e8;
text-decoration-color:#e0e0e0;
text-decoration-color:#e0e0e0;
cursor:pointer;
z-index:100;
user-select:none;
}

.imagespecs {
font-family: 'FreeSans', sans-serif;
font-size: 12.2px;
margin-left: 3px;
margin-top:1px;
margin-bottom:1px;
color: #e5e5e5;
color: #e8dfea;
}

.sourcetoosmall {
font-family: 'FreeSans', sans-serif;
font-size: 11px;
margin-left:4px;
margin-top:4px;
margin-bottom:1px;
color: #e5e5e5;
}

#upload-box-main1 {
width:388px;
height:78px;
padding:10px 12px 10px 10px;
background-color:#9586a2;
border-radius:9px;
box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.45);
position:relative;
}
#upload-box-main2 {
width:390px;
height:65px;
margin-top:4px;
margin-top:8px;
padding:10px 10px 10px 10px;
background-color:#897388;
border-radius:9px;
box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.45);
}


#upload-progress {
height:32px;
/*display: inline;
margin-left:20px;*/
margin-bottom: 4px;
}
#upload-progress-active {
height:32px;
text-align:left;
margin-bottom: 4px;
position:absolute;
top:-9999px;
}
#upload-progress2-active {
text-align:left;
position:absolute;
top:-9999px;
}

#upload-progress-active2 {
min-width:287px;
height:86px;
margin-top:0px;
display: none;
margin-bottom: 4px;
}

#upload-progress2-active2 {
height:auto;
margin-top:1px;
display:none;
}

#upload-progress-widget {
float:left;
width:104px;
height:16px;
margin-left:6px;
margin-top:5px;
position:relative;
}

#upload-progress-background {
width:104px;
height:16px;
position:absolute;
top:0px;
left:0px;
border:3px solid #B68BCD;
/*border:2px solid #AE77CB;*/
border-radius:4px;
background-color:#A6A0A9;
position:relative;
}
#upload-progress-bar {
position:absolute;
top:0px;
left:0px;
width:0px;
height:16px;
background:url(https://static1.tiltshiftmaker.com/img/front-progressbar.gif);*/
/*background-color:#FFD1FF;*/
background-repeat: repeat-x repeat-y;
border:3px solid #B68BCD;
/*border:2px solid #AE77CB;*/
border-radius:5px;
border-top-right-radius:0px;
border-bottom-right-radius:0px;
border-right:1px;

}
#upload-progress-amount {
position:absolute;
top:3px;
right:35%;
color:#fff;
z-index:100;
font-weight:bold;
/*text-shadow: 2px 2px 2px rgba(40, 40, 40, 1);*/
text-shadow: 1px 1px 3px rgba(20, 20, 20, 1);
}
#cancel-wrapper {
float:left;
/*
width:100px;
height:20px;
border: 1px solid #fff;
*/
}
#upload-filename {
float:left;
color:#eee;
color:#efddf0;
/*font-family: 'Roboto', sans-serif;*/
font-family: 'Open Sans', sans-serif;
font-size:14px;
margin:0 0 0 3px;
overflow:hidden;
white-space: nowrap;
text-overflow:ellipsis;
}
#upload-filename-text {
float:left;
color:#fff;
}

#features {
text-align: left;
margin-left:25px;
margin-top: 5px;
}

#try-it {
/*text-align: left;
margin-left:25px;
margin-top: 5px;
*/
float:left;
text-align:left;
width:275px;
margin: 20px 0 0 0;
}

#suggestions {
float:left;
text-align:left;
/*width:480px;*/
width:275px;
/*margin: 0 0 0 20px;*/
margin: 20px 0 0 0;
}

#whatis {
text-align:left;
margin: 0 0 0 30px;
}
#photo-gallery {
text-align:left;
margin: 0 0 0 30px;
}
#codes {
text-align:left;
margin: 0 0 0 30px;
}
#codes a {
 font: 1.0em Arial, Verdana, Sans-Serif;
 font-weight: bold;
 text-decoration: none;
 color: #b38;
}
#codes a:hover {
 text-decoration: underline;
}
#about {
text-align:left;
margin: 0 0 0 30px;
font-family: 'Open Sans', sans-serif;
}
#privacy {
text-align:left;
margin: 0 0 0 30px;
}
#contact {
text-align:left;
margin: 0 0 0 30px;
}

.sample-heading {
margin-left:30px;
font-size:1.2em;
color:#225;
clear:both;
}
.sample-heading2 {
margin-left:0px;
font-size:1.4em;
color:#416;
clear:both;
}

.sample-description-top {
width:160px; 
height:92px; 
/*border:1px solid #000;*/
background-color:#ddd;
border-left:1px solid #000;
border-top:1px solid #000;
border-bottom:1px dashed #000;
font-size:1.1em;
color: #333;
text-align:center;
cursor: pointer;
margin-left:30px;
margin-top:5px;
}
.sample-description-mid {
width:160px; 
height:92px; 
/*border:1px solid #000;*/
background-color:#bbb;
border-left:1px solid #000;
border-bottom:1px dashed #000;
font-size:1.1em;
color: #333;
text-align:center;
cursor: pointer;
margin-left:30px;
}
.sample-description-bottom {
width:160px; 
height:91px; 
border-left:1px solid #000;
border-bottom:1px solid #000;
background-color:#bbb;
font-size:1.1em;
color: #333;
text-align:center;
cursor: pointer;
margin-left:30px;
}
.samplepic {
width:560px; 
height:370px; 
border:1px solid #000;
margin-top:5px;
}
.sampleattrib {
width:722px; 
margin-left:30px;
margin-top:3px;
text-align:right;
font-size:11px;
}

.tempcanvas {
display: none;
}

.thumbnail {
display: inline;
/*width: 300px;*/
float: left;
overflow: hidden;
margin: 0 0 0 0px;
border-right:2px solid #5f536b;
background-repeat: no-repeat;
}

#thumbnail2 {
display: inline;
/*width: 300px;*/
float: left;
overflow: hidden;
margin: 0 0 0 0px;
border-right:2px solid #5f536b;
/*background-repeat: no-repeat;*/
background-repeat: repeat-x repeat-y;
}

.slider {
float: left;
/*border-right: 1px solid #000;*/
}
#slider_horiz {
margin-top:1px;
margin-left:-1px;
}
#large_slider_horiz {
margin-top:1px;
margin-left:1px;
}

.a9 {
display: block;
overflow:hidden;

height: 1px;
line-height: 1px;
font-size: 0em;

background-color: black;
opacity:.3;
}

.b9 {
display: block;
overflow:hidden;

width: 1px;
line-height: 1px;
font-size: 0em;
float:left;

background-color: black;
opacity:.3;
}

.alpha9 {
display: block;
/*width: 340px;*/
overflow:hidden;

height: 1px;
line-height: 1px;
font-size: 0em;

background-color: black;
}

.alpha9old {
display: block;
width: 340px;
height: 1px;
overflow:hidden;
background-color: black;

opacity:.55;
filter: alpha(opacity=55); 
-moz-opacity: 0.55;
}

#output {
display:block;
/*border:1px solid;*/
background-repeat: no-repeat;
}
#output2 {
display:block;
/*border:1px solid;*/
background-repeat: no-repeat;

/*
opacity:.55;
filter: alpha(opacity=55); 
-moz-opacity: 0.55;

z-index:100;
*/
}
/*
#output-progress {
float:left;
width: 32px;
height: 32px;
margin-bottom:10px;
margin-left:40px;
border: 1px solid;
}
*/
#download-progress {
float:left;
display: inline;
width: 70px;
height: 40px;
margin: 12px 0 8px 20px;
/*border: 1px solid;*/
/*font: .8em Arial, Verdana, Sans-Serif;*/
font-family: 'FreeSans', sans-serif;
font-size: 12px;
color: #eee;
color: #ddd;
}
#download-progress a {
 color: #f7e;
}

#download-progress-video {
float:left;
display: inline;
width: 70px;
height: 40px;
margin: 12px 0 8px 20px;
/*border: 1px solid;*/
/*font: .8em Arial, Verdana, Sans-Serif;*/
font-family: 'FreeSans', sans-serif;
font-size: 12px;
color: #eee;
color: #ddd;
}
#download-progress-video a {
 color: #f7e;
}

#output-progress2 {
float:left;
width: 200px;
height: 20px;
margin-bottom:10px;
margin-left:40px;
}

#preview-progress {
/*
position: relative;
top: 10px;
left: 10px;
*/
display:inline;

width: 32px;
height: 32px;
/*
width: 36px;
height: 36px;
*/
/*margin: 20px 0 8px 20px;*/
/*border: 1px solid;*/

opacity:.60;
filter: alpha(opacity=60); 
-moz-opacity: 0.60;
}

#preview-progress2 {
display:inline;

width: 32px;
height: 32px;

opacity:.60;
filter: alpha(opacity=60); 
-moz-opacity: 0.60;
}

#hidden_output {
display:none;
}
#hidden_output2 {
display:none;
}

#horiz_wedge {
width:420px;
height:27px;
margin-top:1px;
margin-left:-1px;
background:url(https://static1.tiltshiftmaker.com/img/horiz-wedge-bg.png);
}

#filestatus {
text-align: left;
margin: -5px 0 5px 15px;
width:840px;
border-bottom: 1px solid #bbb;
/*float:left;*/
}
#filestatus-text {
font-family: 'FreeSans6', sans-serif;
font-size: 16px;
color:#f0f0f0;
z-index:100;
user-select:none;
}

#top-shadow-wrapper {
box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.40);
width:900px;
margin-left:40px;
margin-left:28px;
}
#mid-shadow-wrapper {
width:970px;
width:956px;
position:relative;
z-index:10;
box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.40);
box-shadow: 0px 2px 9px 2px rgba(0,0,0,0.35);
border-radius:20px;
/*width:900px;
margin-left:40px;*/
}
#bottom-shadow-wrapper {
box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.40);
width:900px;
margin-left:40px;
margin-left:28px;
background-color:#fff;
background-color:#f4f4f4;
}

.flickr-highlights-bg {
width:100%;
height:38px;
position:relative;
padding-left:0px;
background:url(https://static1.tiltshiftmaker.com/img/highlights2a.png) no-repeat;
background: linear-gradient(90deg, #5c5c5c 0%, #929292 50%, #929292 100%);
background: radial-gradient(circle at 100% 50%, #929292 0%, #929292 50%, #5c5c5c 100%);
background: radial-gradient(circle at 100% 50%, rgb(146 146 146) 0%, #929292 57%, rgb(122 122 122) 72%, rgb(92 92 92) 100%);
background-color:#a2a2a2;
margin-bottom:0px;
margin-top:-1px;
border-top:1px solid #6d6d6dd0;
border-bottom:1px solid #6d6d6d90;
float:left;
}

#filestatus2 {
text-align: left;
margin: -5px 0 5px 15px;
border-bottom: 1px solid #bbb;
width:880px;
width:100%;
height:54px;
height:58px;
position:relative;
margin-left:0px;
float:left;
/*background-color:#dbdbdb;*/
background: linear-gradient(180deg, #e0e0e0 0%, #a0a0a0 100%);
background: linear-gradient(180deg, #e0e0e0 0%, #cacaca 50%, #a0a0a0 100%);
background: linear-gradient(180deg, #f0f0f0 0%, #cacaca 50%, #a0a0a0 100%);
/*#DEE0E8*/
margin-bottom:0px;
margin-top:-26px;
border:0px;
/*box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.40);*/
}
#filestatus2-hr {
margin-top:40px;
margin-left:10px;
margin-right:10px;
border:none;
border-top:2.5px solid #a0a0a0;
filter:blur(0.5px);
}
#filestatus2-line {
box-sizing:border-box;
position:relative;
background-color:#a0a0a0;
width:100%;
height:2px;
margin: 40px 0 0 0;
padding-left:10px;
padding-right:10px;
z-index:100;
}
#filestatus2-text {
font-family: 'FreeSans6', sans-serif;
font-size: 16.5px;
color:#f0f0f0;
color:#655194;
color:#6b5e8e;
color:#5a4988;
color:#5c468e;
z-index:100;
user-select:none;
position:absolute;
top:14px;
left:12px;
}

#process-midpage {
text-align: left;
margin: -15px 0 10px 10px;
width:840px;
border-bottom: 1px solid #bbb;
}
#leftside {
float: left;
text-align: left;
margin: 0 10px 0 5px;
width:435px;
}
#rightside {
float: left;
width: 385px;
text-align: left;
/*margin:20px 10px 20px 10px;*/
/*border: 1px solid;*/
}

#previewtype {
position:absolute;
width:160px;
height:25px;
top:11px;
left:785px;
background:url(https://static1.tiltshiftmaker.com/img/previewtype.png);
}

#previewtype2 {
position:absolute;
width:160px;
height:25px;
top:6px;
left:773px;
background:url(https://static1.tiltshiftmaker.com/img/previewtype.png);
}
#previewtype-text {
position:absolute;
/*width:160px;
height:25px;
*/
top:6px;
right:50px;
top:1px;
right:28px;
text-align:right;
margin:0px 0px 0px 0px;
font-family: 'FreeSans6', sans-serif;
font-size: 20px;
color:#BBB0C3;
color:#ab9db5;
color:#b8a5c5;
user-select:none;
}

#dlbox-heading {
position:absolute;
top:185px;
right:42px;
text-align:right;
margin:0px 0px 0px 0px;
font-family: 'FreeSans', sans-serif;
font-size: 20px;
color:#BBB0C3;
color:#ab9db5;
user-select:none;
}

#left-divider {
margin: 10px 0 0 30px;
}
#right-divider {
margin: 10px 0 8px 5px;
}

#leftside1a {
width:956px;
float: left;
text-align: left;
margin: 0 10px 0 12px;
margin: 0 0 0 0;
padding-left:0px; 
border-top: 1px solid #5f536b40;
border-radius: 20px 20px 0 0;
background-color: #817090;
/*box-shadow: -1px 1px 3px 0px rgba(0,0,0,0.5);
box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.4);*/
position:relative;
}

#leftside1b {
width:956px;
height:388px;
float: left;
text-align: left;
margin: 0 10px 0 12px;
margin: 0 0 0 0;
padding-left:0px; 
border-bottom: 1px solid #5f536b40;
border-radius: 0 0 20px 20px;
/*background-color: #817090;*/
background: url(https://static1.tiltshiftmaker.com/img/second-panel5b3.png) no-repeat, #817090;
background-position:0px 0px; 
/*box-shadow: -1px 1px 3px 0px rgba(0,0,0,0.5);
box-shadow: 0px 1px 9px 2px rgba(0,0,0,0.4);*/
z-index:10;
position:relative;
}

#leftside2 {
float: left;
display: inline;
text-align: left;
margin: 0px 15px 0 15px;
/*border: 1px solid;*/
}
#lower-grad {
width:900px; 
height:52px; 
position:relative; 
margin-left:40px; 
margin-bottom:0px;
/*margin-top:-3px; */
margin-top:0px; 
padding-left:0px;
background:url(https://static1.tiltshiftmaker.com/img/lower-gradient4.png) repeat-x;  
background-color:#a2a2a2; 
border:0px; 
color:#fff;
font: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size: 24px;
font-weight:normal;
text-align:left;
}
#lower-grad2 {
width:100%; 
height:52px; 
position:relative; 
margin-bottom:0px;
margin-top:0px; 
padding-left:0px;
background:url(https://static1.tiltshiftmaker.com/img/lower-gradient4.png) repeat-x;  
background-color:#a2a2a2; 
border:0px; 
color:#fff;
font: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size: 24px;
font-weight:normal;
text-align:left;
float:left;
clear:both;
}

#lower-grad2-upper {
width:100%; 
height:37px;
border-top: 1px solid #505050;
border-bottom: 1px solid #505050;
background-color: #605C70;
clear:both;
}
#lower-grad2-lower {
width:100%; 
height:12px;
background: linear-gradient(180deg, rgba(75, 75, 75, 0.8) 0%, rgba(75, 75, 75, 0) 100%);
clear:both;
}

#leftside3 {
width:545px;
float: left;
display: inline;
text-align: left;
margin: 0px 0px 0 40px;
padding-left:0px;
/*border: 1px solid;*/
}
#leftside3a {
width:100%;
float: left;
display: inline;
font-size: 15px;
text-align: left;
margin: 4px 0px 0 0px;
padding-left:0px;
}
#rightside2 {
float: left;
display: inline;
/*height: 800px;*/
text-align: left;
/*margin:20px 10px 20px 10px;*/
margin: 0px 0 0px 0;
padding-left:10px;
/*border: 1px solid;*/
border-left: 1px solid #bbb;
}

/*
.rss-heading1 {
font-size:12px;
}
.rss-heading2 {
font-size:10px;
}
*/
.rss-link {
font-size:12px;
font-weight:bold;
}
.rss-date {
font-size:10px;
}
.rss-desc {
font-size:12px;
}
.rss-clearer {
height:8px; 
line-height:0px; 
font-size: 0em; 
clear: both;
}

.roundedcornr_box_954615 {
   background: #817090;
}
.roundedcornr_top_954615 div {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_954615_tl.png) no-repeat top left;
}
.roundedcornr_top_954615 {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_954615_tr.png) no-repeat top right;
}
.roundedcornr_bottom_954615 div {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_954615_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_954615 {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_954615_br.png) no-repeat bottom right;
}

.roundedcornr_top_954615 div, .roundedcornr_top_954615, 
.roundedcornr_bottom_954615 div, .roundedcornr_bottom_954615 {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content_954615 { margin: 0 20px; }



.roundedcornr_box_912702 {
	background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_912702_tl.png) no-repeat top left;
}
.roundedcornr_top_912702 {
	background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_912702_tr.png) no-repeat top right;
}
.roundedcornr_bottom_912702 {
	background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_912702_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_912702 div {
	background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_912702_br.png) no-repeat bottom right;
}
.roundedcornr_content_912702 {
	background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_912702_r.png) top right repeat-y;
}
.roundedcornr_top_912702 div,.roundedcornr_top_912702,
.roundedcornr_bottom_912702 div, .roundedcornr_bottom_912702 {
	width: 100%;
	height: 20px;
	font-size: 1px;
}
/*.roundedcornr_content_912702, .roundedcornr_bottom_912702 {
	margin-top: -19px;
}*/
.roundedcornr_content_912702 { padding: 0 20px; }

span.checkbox {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(https://static1.tiltshiftmaker.com/img/checkbox.gif) no-repeat;
  display: block;
  clear: left;
  float: left;
}

.roundedcornr_box_222397 {
/*   background: #ff536b;*/
   background: #5f536b;
}
.roundedcornr_top_222397 div {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_222397_tl.png) no-repeat top left;
}
.roundedcornr_top_222397 {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_222397_tr.png) no-repeat top right;
}
.roundedcornr_bottom_222397 div {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_222397_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_222397 {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_222397_br.png) no-repeat bottom right;
}

.roundedcornr_top_222397 div, .roundedcornr_top_222397, 
.roundedcornr_bottom_222397 div, .roundedcornr_bottom_222397 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_222397 { margin: 0 10px; }

#bottom_compact_left {
margin-top:-4px;
}
#bottom_compact_right {
margin-top:-4px;
}

#controls {
width:300px;
/*height:120px;
margin-bottom:5px;*/
float: left;
}

#upload-panel-edit {
position:absolute;
width:472px;
height:107px;
top:264px;
left:31px;
z-index:10;
}

#advanced-controls {
/*
float: left;
*/
}

#buttons {
/*width:280px;
height:100px;*/
width: 85px;
float: left;
margin-left: 10px;
text-align:center;
}

#focus_size {
padding-left:20px;
/*margin-bottom:10px;*/
float:left;
}

#enhance {
/*margin-left:20px;*/
padding-top:10px;
/*float:left;*/
}

#tilt-submit {
float:right;
}

#tiltbutton {
font: 1.3em Arial, Helvetica, sans-serif;
border: outset 2px;
color: #333;
/*color: #ccc;
background: #5f536b;
border:outset 1px #ccc;

color: #222; 
background: #777;
*/
height: 30px;
width: 85px;
/*
height: 60px;
width: 80px;
*/
margin: 0 0 0 10px;
}

.rounded {
-webkit-appearance: none;
outline:none;
border:2px !important;
border-radius:8px;
/*
background-image: linear-gradient(to bottom, #eee, #c9c9c9);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eee, endColorstr=#c9c9c9);
*/
background-color: #ddd;
}

.rounded:active {
/*background-image: linear-gradient(to bottom, #c9c9c9, #eee);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c9c9c9, endColorstr=#eee);
*/
background-image: linear-gradient(to bottom, #fff, #d0d0d0);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d0d0d0, endColorstr=#fff);
}

.smallrounded {
-webkit-appearance: none;
outline:none;
border:2px !important;
border-radius:4px;
padding:4px;
padding:5px 6px;
/*
background-image: linear-gradient(to bottom, #eee, #c9c9c9);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eee, endColorstr=#c9c9c9);
*/
background-color: #ddd;
color:#444;
}

.smallrounded:active {
/*background-image: linear-gradient(to bottom, #c9c9c9, #eee);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c9c9c9, endColorstr=#eee);
*/
background-image: linear-gradient(to bottom, #fff, #d0d0d0);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d0d0d0, endColorstr=#fff);
}

#tiltbutton1 {
font: 1.4em Arial, Helvetica, sans-serif;
/*border: outset 2px;*/
color: #333;
height: 45px;
width: 115px;
cursor: pointer;
}
#tiltbutton2 {
font: 1.2em Arial, Helvetica, sans-serif;
/*font-weight:bold;*/
/*border: outset 2px;*/
color: #333;
height: 35px;
width: 90px;
cursor: pointer;
}
#tiltbutton2a {
font: 1.2em Arial, Helvetica, sans-serif;
/*font-weight:bold;*/
/*border: outset 2px;*/
color: #333;
height: 35px;
width: 90px;
cursor: pointer;
}
#buybutton {
font: 1.1em Arial, Helvetica, sans-serif;
/*font-weight:bold;*/
/*border: outset 2px;*/
color: #333;
height: 30px;
width: 90px;
cursor: pointer;
}

.format-tab {
position:absolute;
width:105px;
height:32px;
background:url(https://static1.tiltshiftmaker.com/img/format-tab-bg.png);
font-family: 'FreeSans', sans-serif;
font-size: 16px;
color:#e8e8e8;
color:#9D91AD;
color:#A89DB7;
cursor:pointer;
user-select:none;
z-index:100;
}

.format-tab-icon {
float:left;
width:23px;
height:23px;
background-size:23px 46px;
margin:6px 2px 0 8px;
}

.photo-download-size {
width:82px;
height:27px;
display:block;
float:left;
margin:4px 1px 2px 5px;
font: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size: 11px;
color:#000;
background-image:url(https://static1.tiltshiftmaker.com/img/download-size-tsm4a.png);
background-repeat: none;
cursor: pointer;
text-align:left;
position: relative;
}

.photo-download-size2 {
width:88px;
height:34px;
display:block;
float:left;
margin:4px 1px 2px 5px;
/*font: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;*/
/*font-family: 'FreeSans', sans-serif;*/
font-family: 'Fjalla One', sans-serif;
font-size: 13px;
color:#000;
color:#1f1f1f;
color:#333;
background-image:url(https://static1.tiltshiftmaker.com/img/download-size-tsm5a.png);
background-repeat: none;
cursor: pointer;
text-align:left;
user-select: none;
position: relative;
}

/*
#cc_display {
font-family: 'FreeSans', sans-serif;
}
#cc_nondisplay {
font-family: 'FreeSans', sans-serif;
}
*/

#instructions {
/*margin-top:-5px;
margin-left:10px;
margin-bottom:5px;*/
margin-left:-5px;
width: 370px;
/*border: 1px solid;*/
}

#instructions li {
 font: 1em Arial, Verdana, Sans-Serif;
 margin: 0 0 5px 20px;
}

#instructions2 {
padding-left:10px;
width: 100%;
box-sizing: border-box;
}

.help-column {
float:left;
width:50%;
line-height:1.2em;
}
.help-column-right {
float:left;
width:50%;
margin-top:-5px;
line-height:1.2em;
}

#photo-suggestions {
 font: 1em Arial, Verdana, Sans-Serif;
 width: 395px;
 /*border:1px solid;*/
 /*margin-top:10px;*/
}
#photo-suggestions li {
 font: 1em Arial, Verdana, Sans-Serif;
 margin: 0 0 5px 20px;
}
#photo-suggestions a {
 font: 1em Arial, Verdana, Sans-Serif;
}
.textblock5 {
font: 1.3em Arial, Verdana, Sans-Serif;
margin: 0 0 0 5px; 
}

.roundedcornr_box_326543 {
   background: #9586a2;
}
.roundedcornr_top_326543 div {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_326543_tl.png) no-repeat top left;
}
.roundedcornr_top_326543 {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_326543_tr.png) no-repeat top right;
}
.roundedcornr_bottom_326543 div {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_326543_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_326543 {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_326543_br.png) no-repeat bottom right;
}

.roundedcornr_top_326543 div, .roundedcornr_top_326543, 
.roundedcornr_bottom_326543 div, .roundedcornr_bottom_326543 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_326543 { margin: 0 10px; }


.footer-copy {
font: .8em Arial, Verdana, Sans-Serif;
text-align:right;
display:inline;
}
#wedge {
float:left;
width:30px;
display:inline;
}
.footer {
width:870px;
height:38px;
font: 1.1em Arial, Verdana, Sans-Serif;
font-weight: bold;
margin-top: 5px;
text-align: left;
background: url(https://static1.tiltshiftmaker.com/img/lower-grad5.jpg);
border-top: 1px solid #000;
/*border-bottom: 1px solid #000;*/
color: #fff;
color: #EC82BB;
color: #ddd;

position:absolute;
bottom: 0px;
left: 0px;
}
.footer a {
/* color: #fff;
 color: #9D1961;
 color: #98199D;
*/
 color: #fff;
 color: #C3ABF3;
 color: #cfc5e2;

 font: 15px Arial, Verdana, Sans-Serif;
 font-weight: bold;
}
.footer a:hover {
 color: #E3CBFF;
}

.footer-spacer {
width:11px;
text-align:center;
display:inline-block;
}

.footer13 {
width:870px;
height:35px;
font: 1.1em Arial, Verdana, Sans-Serif;
font-weight: bold;
margin-top: 0px;
text-align: left;
background: url(https://static1.tiltshiftmaker.com/img/lower-grad5.jpg);
border-top: 1px solid #606060;
/*border-bottom: 1px solid #000;*/
color: #fff;
color: #EC82BB;
color: #ddd;

/*position:absolute;
bottom: 0px;
left: 0px;*/
}
.footer13 a {
 color: #fff;
 color: #C3ABF3;
 color: #cfc5e2;

 font: 15px Arial, Verdana, Sans-Serif;
 font-weight: bold;
}
.footer13 a:hover {
 color: #E3CBFF;
}

.roundedcornr_box_575856 {
   background: #6c6d8a;
}
.roundedcornr_top_575856 div {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_575856_tl.png) no-repeat top left;
}
.roundedcornr_top_575856 {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_575856_tr.png) no-repeat top right;
}
.roundedcornr_bottom_575856 div {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_575856_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_575856 {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_575856_br.png) no-repeat bottom right;
}

.roundedcornr_top_575856 div, .roundedcornr_top_575856, 
.roundedcornr_bottom_575856 div, .roundedcornr_bottom_575856 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_575856 { margin: 0 10px; }


.roundedcornr_box_853106 {
   background: #888888;
}
.roundedcornr_top_853106 div {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_853106_tl.png) no-repeat top left;
}
.roundedcornr_top_853106 {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_853106_tr.png) no-repeat top right;
}
.roundedcornr_bottom_853106 div {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_853106_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_853106 {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_853106_br.png) no-repeat bottom right;
}

.roundedcornr_top_853106 div, .roundedcornr_top_853106, 
.roundedcornr_bottom_853106 div, .roundedcornr_bottom_853106 {
   width: 100%;
   height: 12px;
   font-size: 1px;
}
.roundedcornr_content_853106 { margin: 0 12px; }

.roundedcornr_box_828322 {
   background: #897388;
}
.roundedcornr_top_828322 div {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_828322_tl.png) no-repeat top left;
}
.roundedcornr_top_828322 {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_828322_tr.png) no-repeat top right;
}
.roundedcornr_bottom_828322 div {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_828322_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_828322 {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_828322_br.png) no-repeat bottom right;
}

.roundedcornr_top_828322 div, .roundedcornr_top_828322, 
.roundedcornr_bottom_828322 div, .roundedcornr_bottom_828322 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_828322 { margin: 0 10px; }


.roundedcornr_box_601844 {
	background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_601844_tl.png) no-repeat top left;
}
.roundedcornr_top_601844 {
	background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_601844_tr.png) no-repeat top right;
}
.roundedcornr_bottom_601844 {
	background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_601844_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_601844 div {
	background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_601844_br.png) no-repeat bottom right;
}
.roundedcornr_content_601844 {
	background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_601844_r.png) top right repeat-y;
}

.roundedcornr_top_601844 div,.roundedcornr_top_601844,
.roundedcornr_bottom_601844 div, .roundedcornr_bottom_601844 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_601844, .roundedcornr_bottom_601844 {
	margin-top: 0px;
}
.roundedcornr_content_601844 { padding: 0 15px; }


.roundedcornr_box_269548 {
   background: #2d3a7d;
}
.roundedcornr_top_269548 div {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_269548_tl.png) no-repeat top left;
}
.roundedcornr_top_269548 {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_269548_tr.png) no-repeat top right;
}
.roundedcornr_bottom_269548 div {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_269548_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_269548 {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_269548_br.png) no-repeat bottom right;
}

.roundedcornr_top_269548 div, .roundedcornr_top_269548, 
.roundedcornr_bottom_269548 div, .roundedcornr_bottom_269548 {
   width: 100%;
   height: 8px;
   font-size: 1px;
}
.roundedcornr_content_269548 { margin: 0 8px; }

.green_text_signup {
color: #00a020;
font-weight: bold;
}
.red_text_signup {
/*font-weight:bold;*/
color: #ff3030;
font-weight: bold;
}

.green_text {
color: #ff80ff;
}
.red_text {
/*font-weight:bold;*/
color: #ff8080;
}

.green_text2 {
color: #20d020;
font-weight: bold;
}
.red_text2 {
/*font-weight:bold;*/
color: #d02020;
font-weight: bold;
}

/* Buy credits info box */
.roundedcornr_box_954751 {
   background: #cccccc;
}
.roundedcornr_top_954751 div {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_954751_tl.png) no-repeat top left;
}
.roundedcornr_top_954751 {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_954751_tr.png) no-repeat top right;
}
.roundedcornr_bottom_954751 div {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_954751_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_954751 {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_954751_br.png) no-repeat bottom right;
}

.roundedcornr_top_954751 div, .roundedcornr_top_954751, 
.roundedcornr_bottom_954751 div, .roundedcornr_bottom_954751 {
   width: 100%;
   height: 12px;
   font-size: 1px;
}
.roundedcornr_content_954751 { margin: 0 12px; }

/* Buy credits selection box */
.roundedcornr_box_229359 {
   background: #eaeaea;
}
.roundedcornr_top_229359 div {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_229359_tl.png) no-repeat top left;
}
.roundedcornr_top_229359 {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_229359_tr.png) no-repeat top right;
}
.roundedcornr_bottom_229359 div {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_229359_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_229359 {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_229359_br.png) no-repeat bottom right;
}

.roundedcornr_top_229359 div, .roundedcornr_top_229359, 
.roundedcornr_bottom_229359 div, .roundedcornr_bottom_229359 {
   width: 100%;
   height: 12px;
   font-size: 1px;
}
.roundedcornr_content_229359 { margin: 0 12px; }

.focus-mode-button {
float:left;
background-image:url(https://static1.tiltshiftmaker.com/img/mode-buttons3a.png);
background-repeat: no-repeat;
cursor:pointer;
width:53px;
height:30px;
}

.focus-mode-button2 {
float:left;
background-image:url(https://static1.tiltshiftmaker.com/img/mode-buttons4.png);
background-repeat: no-repeat;
cursor:pointer;
width:53px;
height:30px;
}

#focus-mode-text {
float:left;
background-image:url(https://static1.tiltshiftmaker.com/img/focus-mode2.png);
background-repeat: no-repeat;
width:130px;
height:20px;
}
#focus-mode-text2 {
float:left;
background-image:url(https://static1.tiltshiftmaker.com/img/focus-mode2.png);
background-repeat: no-repeat;
width:150px;
height:20px;
}

.focus-mode-textmsg {
font-family: 'FreeSans', sans-serif;
font-size: 16px;
float:left;
height:22px; 
margin-top:-4px;
margin-left:5px;
color:#c8c8c8;
color:#b8b8b8;
color:#B7ACC0;
color:#B8ADC1;
user-select:none;
}

#compact-large-button {
float:left;
background-image:url(https://static1.tiltshiftmaker.com/img/compact-large.png);
background-repeat: no-repeat;
cursor:pointer;
width:90px;
height:37px;
}

#compact-large-button2 {
float:left;
background-image:url(https://static1.tiltshiftmaker.com/img/compact-large.png);
background-repeat: no-repeat;
cursor:pointer;
width:90px;
height:37px;
margin-left:5px;
}

#compact-large-buttonbg {
float:left;
background-image:url(https://static1.tiltshiftmaker.com/img/compact-large2.png);
background-repeat: no-repeat;
cursor:pointer;
width:90px;
height:37px;
}

#compact-large-button2bg {
float:left;
background-image:url(https://static1.tiltshiftmaker.com/img/compact-large2.png);
background-repeat: no-repeat;
cursor:pointer;
width:90px;
height:37px;
margin-left:5px;
}

/* Login box rounded corner plain */
.roundedcornr_box_646513 {
   background: #cccccc;
}
.roundedcornr_top_646513 div {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_646513_tl.png) no-repeat top left;
}
.roundedcornr_top_646513 {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_646513_tr.png) no-repeat top right;
}
.roundedcornr_bottom_646513 div {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_646513_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_646513 {
   background: url(https://static1.tiltshiftmaker.com/img/roundedcornr_646513_br.png) no-repeat bottom right;
}

.roundedcornr_top_646513 div, .roundedcornr_top_646513,
.roundedcornr_bottom_646513 div, .roundedcornr_bottom_646513 {
   width: 100%;
   height: 8px;
   font-size: 1px;
}
.roundedcornr_content_646513 { margin: 0 8px; }

.trythis {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6378ed), color-stop(1, #47c6cf) );
	background:-moz-linear-gradient( center top, #6378ed 5%, #47c6cf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6378ed', endColorstr='#47c6cf');
	background-color:#6378ed;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #3866a3;
	display:inline-block;
	color:#14396a;
	font-family:Trebuchet MS;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	height:32px;
	line-height:32px;
	width:154px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
.trythis:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #47c6cf), color-stop(1, #6378ed) );
	background:-moz-linear-gradient( center top, #47c6cf 5%, #6378ed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#47c6cf', endColorstr='#6378ed');
	background-color:#47c6cf;
	text-decoration:none;
}.trythis:active {
	position:relative;
	top:1px;
}

.trythis2 {
	background-color:#0080C8;
	border:1px solid #0080C8;
        border-radius:3px;
        border-style:none;
	display:inline-block;
	color:#fff;
        color:#D7EBFF;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:17px;
	font-weight:normal;
	font-style:normal;
	height:40px;
	line-height:39px;
	width:170px;
	text-decoration:none;
	text-align:center;
        opacity:.9;
	cursor:pointer;
}
.trythis2:hover {
	background-color:#0070B8;
}
/*
.trythis2:active {
	position:relative;
	top:1px;
}
*/

.dropshadow {
display:block;
box-shadow: 2px 3px 8px 0px rgba(119, 119, 119, 0.90);
-moz-box-shadow: 2px 3px 8px 0px rgba(119, 119, 119, 0.90);
-webkit-box-shadow: 2px 3px 8px 0px rgba(119, 119, 119, 0.90);
}

.lds-quirks-spinner {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}
.lds-quirks-spinner-rotate {
  transform-origin: 50% 226%;
  animation: lds-quirks-spinner-opacity 1.6s linear infinite;

  width: 12px;
  height: 15px;
  width: 6px;
  height: 9px;
  width: 4px;
  height: 5px;
  display: inline-block;
  position: absolute;
  left:14px;
}
.lds-quirks-spinner-scale {
  display: inline-block;
  animation: lds-quirks-spinner-scale 1.6s ease infinite;

  width:100%;
  height:100%;
  border-radius: 45%;
  background: #fff;
}

@keyframes lds-quirks-spinner-opacity {
  0% {
    opacity: 0.15;
  }
  25% {
    opacity: 0.15;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.15;
  }
  100% {
    opacity: 0.15;
  }
}

@keyframes lds-quirks-spinner-scale {
  0% {
    height:100%; 
    margin-top:0px;
  }
  25% {
    height:100%; 
    margin-top:0px; 
  }
  50% {
    height:140%; 
    height:145%; 
    margin-top:-55%; 
  }
  75% {
    height:100%; 
    margin-top:0px; 
  }
  100% {
    height:100%; 
    margin-top:0px; 
  }
}


/* Note: For some reason, we need to have both font-size and line-height set in order to have consistent internal spacing of the spinner */
.lds-spinner {
  display: inline-block;
  position: relative;
  font-size:12px;
  width: 32px;
  height: 32px;
  line-height: 16px;
}
.lds-spinner-rotate {
  animation: lds-spinner-opacity 1.6s linear infinite;

  width: 4px;
  height: 5px;
  display: inline-block;
  position: absolute;
  left:14px;
  top:14px;
}
.lds-spinner-scale {
  display: inline-block;
  animation: lds-spinner-scale 1.6s ease infinite;

  width:100%;
  height:100%;
  margin: 0 0 -50% 0;
  border-radius: 45%;
  background: #fff;
}

@keyframes lds-spinner-opacity {
  0% {
    opacity: 0.15;
  }
  25% {
    opacity: 0.15;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.15;
  }
  100% {
    opacity: 0.15;
  }
}

@keyframes lds-spinner-scale {
  0% {
    height:100%; 
    margin-bottom:-50%;
  }
  25% {
    height:100%; 
    margin-bottom:-50%;
  }
  50% {
    height:145%; 
    margin-bottom:-100%;
  }
  75% {
    height:100%; 
    margin-bottom:-50%;
  }
  100% {
    height:100%; 
    margin-bottom:-50%;
  }
}

