/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}

mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
	border:none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

*{
	box-sizing:border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html,body{
    margin: 0px;
    padding: 0px;
	height:100%; 
    touch-action: manipulation;

}
body {
	min-width:300px; /* width of the sidebar */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* MSH */

/* STANDARD ELEMENTS */

*{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
}

body
{
	color:#111;
	/*background-color:#f6f3f6;*/
	background-color:#f1f1f1;
	margin:0;
	padding:0;	
	font-family:"Open Sans", Arial, Helvetica, Tahoma, sans-serif;
	font-size:13px;
    font-weight:400;
	overflow-x:hidden;
}


a:link, a {
	color:#cd5a36;
	text-decoration: none;
    /*font-weight:500;*/
}
a:visited {
	text-decoration: none;
	color:#cd5a36;
}
a:hover {
	text-decoration: none;
	color:#cd5a36;
	text-decoration: underline;
}

a.stdbutton:hover{
	text-decoration:none;
}
a:active {
	text-decoration: none;
    opacity:0.9;
}

.afeedback{
    -moz-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition:  opacity 0.1s ease-in-out;
}

.afeedback:active{
     opacity:0.9;
}

b{
	font-weight:bold;
}

.aother, .aother a{	
	color:#fff !important;
	text-decoration: none;
}

.aother:visited, .aother a:visited {
	text-decoration: none;
	color:#fff !important;
}
.aother:hover, .aother a:hover {
	text-decoration: none;
	color:#FF6700 !important;
}
.aother:active, .aother a:active {
	text-decoration: none;
}

.awhite, .awhite a{	
	color:#fff !important;
	text-decoration: none;
}

.awhite:visited, .awhite a:visited {
	text-decoration: none;
	color:#fff !important;
}
.awhite:hover, .awhite a:hover {
	text-decoration: none;
	color:#fff !important;
}
.awhite:active, .awhite a:active {
	text-decoration: none;
}

.agrey{
	font-weight:bold;
	color:#aaa;	
	text-decoration: none;
}
.agrey:hover {
	text-decoration: none;
	color:#222;
	cursor:pointer;
}

.futura{
	font-family:"Futura","Roboto",Sans-Serif;
	letter-spacing:4px;
	text-transform:uppercase;
}


hr{
	/*border: 1px; /* Für Firefox und Opera */
	border-top: solid 1px #ececec;
	border-bottom:none;	
	border-left:none;
	border-right:none;
	margin-top:15px;
	margin-bottom:15px;	
	width:100%;;
	height:0px;
}

hr2{
	/*border: 1px; /* Für Firefox und Opera */
	border-top: solid 1px #fff;
	border-bottom:none;	
	border-left:none;
	border-right:none;
	margin-top:10px;
	margin-bottom:10px;	
	width:100%;
	height:0px;
}

/* TITLES */

h1{
	font-size:32px;
	margin:0;
	padding:0;	
	margin-bottom:15px;
	font-weight:900;
	color:#3a4d98;
	text-transform:uppercase;
	
}

h2{
	font-size:24px;
	margin-bottom:15px;
	color:#3a4d98;
	text-transform:uppercase;
}

h3{
	font-size:20px;
	margin-bottom:25px;
    margin-top:0;
	font-weight:900;
	color:#3a4d98;
	text-transform:uppercase;
}

h4{
	font-size:1.9em;
	margin:0 0 10px;
	padding:0;
	color:#3a4d98;
}

h5{
	font-size:13px;
	margin-bottom:10px;
	color:#3a4d98;
}

.tip {
    border-bottom: 1px dashed;
    text-decoration: none
}
.tip:hover {
    position: relative
}
.tip span {
    display: none
}
.tip:hover span {
    padding: 8px;
    display: inline-block;
    z-index: 100;
	background:#fff;
    left: 5px;
    margin: 10px;
    position: absolute;
    top: 10px;
    text-decoration: none;
}


/* FRAME CONSTRUCTION */

.left{	float:left;	}
.right{	float:right; }
.center{ margin:auto; }
.centertext {text-align:center;}
.clearfix{ clear:both; }
.clearfixhack:after, .row:after, .srow:after, .frow:after, .minirow:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfixhack { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfixhack { height: 1%; }
.clearfixhack { display: block; }
/* close commented backslash hack */
.cfmarge{ margin-bottom:50px; }

.hoverpointer:hover{
	cursor:pointer;	
}

.hoverunderline:hover{
	text-decoration:underline;
}

.defaultpointer:hover{
	cursor:default !important;
}


.col {
	float: left;
}

.col-1 {	width:60px;	 }
.col-2 {	width:140px; }
.col-3 {	width:220px; }
.col-4 {	width:300px; }
.col-5 {	width:380px; }
.col-6 {	width:460px; }
.col-7 {	width:540px; }
.col-8 {	width:620px; }
.col-9 {	width:700px; }
.col-10{	width:780px; }
.col-11{	width:860px; }
.col-12{	width:940px; }

.p50{
	width:50%;	
}

.p33{
	width:33.33%;	
}

.p33.stdmargin{
	width:calc(33.33% - 30px);
}

.breakmobile{
	display:none;
}

@media all and (max-width:640px)
{
	.p50{
		width:100%;
		clear:both;
	}
	.p33{
		width:100%;
		clear:both;
	}
}

@media all and (max-width:640px)
{
	.breakmobile{
		display:block;
		clear:both;
		width:100%;
	}
}

.unclickable{
	cursor:default !important;
}


.display{
	display:block;	
	opacity:1 !important;
}

.centercontent{
	width:90%;
	margin:auto;
	text-align:center;	
}

.blurry {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.roundedcorners{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* FORM INPUTS */



.loginfield{
	background:rgba(0,0,0,0);
	font-size:13px;
	font-weight:300;
	border:none;
	padding:5px 0;
	border-bottom:1px solid #eee;
	text-align:left;
	width:100%;
	display:inline-block;
	margin-bottom:5px;	
}

.stdtextfield{
	border:0;
	padding:5px 15px;
	font-size:16px;
	border:1px solid #ddd;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	transition: all 0.14s ease-in-out;
    color:#3a4c51;
	border-radius:4px;
	height:40px;

}

.stdtextfield:hover, .stdtextfield:focus{
	background:rgba(230,230,230,0.5);
}

.stdtextarea{
	border:0;
	padding:15px;
	font-size:14px;
	border:none;
	display:block;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
 	overflow:auto;
    resize:vertical;
	margin:0;
	background:#444;
	border:none;
}

.stdtextfield2{
	border:0;
	padding:7px 0;
	font-size:16px;
	color:#a763b1;
	background:transparent;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	transition: all 0.14s ease-in-out;
}

.stdtextfield2:hover, .stdtextfield2:focus{
	color:#fff;
}

.stdtextarea2{
	border:1px solid #bbb !important;
	color:#111;
	padding:15px;
	font-size:1em;
	border:none;
	resize:vertical;
	display:block;
  	box-sizing: padding-box;
 	overflow:hidden;
	background:transparent;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	transition: all 0.14s ease-in-out;
	min-height:50px;
    background:rgba(255,255,255,0.1);
}


.text2label{
	border-bottom:1px solid #fff;
	color:#fff;
	padding-bottom:5px;
	margin-bottom:5px;
	text-transform:uppercase;
	font-size:0.8em;
}

.autoExpand{
	resize:none;	
}

.setting_select{
    background:rgba(0,0,0,0);
    border:1px solid rgba(255,255,255,0.1);
    padding:3px;
}


/* Switches */

/* 
Use like this:
<input type="checkbox" id="unchecked" class="cbx hidden"/>
<label for="unchecked" class="lbl"></label>
*/

.lbl {
  position: relative;
  display: block;
  height: 20px;
  width: 44px;
  background: #898989;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.lbl:after {
  position: absolute;
  left: -2px;
  top: -3px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
  content: '';
  transition: all 0.3s ease;
}

.lbl:active:after { transform: scale(1.15, 0.85); }

.cbx:checked ~ label { background: #a1dee5; }

.cbx:checked ~ label:after {
  left: 20px;
  background: #cd5a36;
}

.cbx:disabled ~ label {
  background: #d5d5d5;
  pointer-events: none;
}

.cbx:disabled ~ label:after { background: #bcbdbc; }

.hidden { display: none; }

/* COLORS */

.transbg{
	background:rgba(0,0,0,0);
	border-bottom:0;
	box-shadow:none;
	color:#fff;
}
.imgbg{
	background:url(../img/bg.png);
	background-size:cover;
}


.redbg{
	background:#CD0A0A !important;
}

.whitebg{
	background:#fff;	
}

.almostwhitebg{
	background:#fafafa;	
}

.purplebg{
	background-color:#502873;
}

.bluebg{
	background-color:#002244;
}

.greybg,.graybg{
	background-color:#a0a0a0;	
}

.darkgreybg,.darkgraybg{
	background-color:#333;	
}

.lightgreybg,.lightgraybg{
	background-color:#f5f5f5;	
}

.midgreybg,.midgraybg{
	background-color:#ccc;	
}

.midgreybg i, .midgraybg i{
    opacity:0.3;
}

.altpurplebg{
	background:#9673c8;
}

.altstdbg{
	background:#ff6600;
}

.altstdbgimp{
    background:#ff6600 !important;
}

.darkstdbg{
	background-color:#4527a0;
}

.orangebg{
	background:#ec9a03;	
}

.altorangebg{
	background:#f89e34;	
}

.behindpurplebg{
	background:#b9a2bf;	
}

.behindorangebg{
	background:#ffe5cc;	
}


.orangebgoverlay{
	background: rgba(236, 154, 3, 0.8) !important;
}

.purplebgoverlay{
	/*background: rgba(72, 45, 120, 0.9) !important;*/
	background: rgba(0, 0, 0, 0.95) !important;
}

.blackbgoverlay{
	/*background: rgba(72, 45, 120, 0.9) !important;*/
	background: rgba(4, 4, 4, 0.9) !important;	
}

.darkbgoverlay{
	background: rgba(4, 4, 4, 0.9) !important;	
}

.darkbg{
	background:#111;
}


.lightpurplebg{
	background:#cabecc;
}

.darkpurplebg{
	background:#3d1361;	
}

.altpurplebg{
	background:#452562;
}

.purplebgfade{
	background:#cfbad2;	
}

.orangebgfade{
	background:#f9dfae;	
}

.blackbg{
	background:#000;
}

.altblackbg{
	background:#222;	
}

.stdbg{
	background:#3a4d98;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cd5a36+0,2694dd+100 */
    /*background: #26bfda; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #26bfda 0%, #2694dd 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,  #26bfda 0%,#2694dd 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom,  #26bfda 0%,#2694dd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd5a36', endColorstr='#2694dd',GradientType=0 ); /* IE6-9 */

}

.stdbg2{
	/*background:#cd5a36;*/
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cd5a36+0,2694dd+100 */
    background: #3a4d98; /* Old browsers */
    /*background: -moz-linear-gradient(left,  #cd5a36 0%, #2694dd 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(left,  #cd5a36 0%,#2694dd 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right,  #cd5a36 0%,#2694dd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.stdbglight{
    background:#aaddee;
}

.stdbgimp{
	background:#26bfda !important;	
}

.whitebgimp{
	background:#fff !important;	
}


.stdtext, .stdcolor{
	color:#3a4d98;
}

.stdtextimp, .stdcolorimp{
	color:#3a4d98 !important;
}


.altstdtext,.altstdcolor,.alttext, .altcolor{
    color:#cd5a36;
}

.altstdtextimp,.altstdcolorimp,.alttextimp{
    color:#cd5a36 !important;
}



.redtext{
	color:#CD0A0A;
}

.greentext{
	color:#37a600;
}

.greytext,.graytext{
	color:#a0a0a0;	
}

.whitetext, .white{
	color:#fff;	
}

.darktext{
	color:#453c72;
}

.darktextHover:hover{
	color:#fff !important;
}

.stdpadding{
	padding:30px;
}

.bigpadding{
	padding:100px;
}

.stdpaddingimp{
	padding:30px !important;
}

.bigpaddingimp{
	padding:100px !important;
}

.stdmargin{
	margin:15px;
}


.stdbottomm{
	margin-bottom:100px;
}

.stdborder{
	border-radius:4px;
	border:1px solid #393939;
}

.stdmaterial
{
	background:#333333;
}

/* BUTTONS */

.stdbutton{
	background-color:#cd5a36;
	padding:8px 15px;
	border:0;
	color:#fff !important;
	background-size:cover;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	transition: all 0.14s ease-in-out;
	display:inline-block;
	position:relative;
	font-size:inherit;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 4px;
    font-size:1.3em;
	font-weight:500;
}

.stdbutton:active{
	/*border-bottom:none; 
    opacity:0.9;
	border-bottom:solid 1px #673ab7; */
}

.stdbuttonstrict{
	border-radius: 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

.stdbutton:hover{
	background-color:#ff6600;
	cursor:pointer;
}

.stdbutton.active{
	cursor:default !important;
	background:#353535 !important;
	color:#515151 !important;
}

.stdbuttonblack{
	background-color:#000;
	padding:12px 15px;
	border:0;
	color:#fff !important;
	background-size:cover;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	transition: all 0.14s ease-in-out;
	display:inline-block;
	position:relative;
	font-size:inherit;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size:1.3em;
}

.stdbuttonblack:hover{
	background-color:#000;
	cursor:pointer;
    opacity:0.8;
}

.stdbutton[disabled], .stdbuttondisabled{
	background:#673ab7;
	padding:8px 15px;
	border:0;
	color:#fff;
	background-size:cover;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	transition: all 0.14s ease-in-out;
	display:inline-block;
	opacity:0.3;
	cursor:default;
}

.stdbuttonorange{
	background: rgba(236,154,3,1);
	padding:3px 9px;
	border:0;
	color:#fff !important;
	background-size:cover;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	transition: all 0.14s ease-in-out;
	display:inline-block;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	/*border-bottom:1px solid #bc7015;*/
	position:relative;
	font-weight:700;
}

.stdbuttonorange:active{
	/*border-bottom:1px solid #ec9a03;*/
	/*top:1px;*/
}

.stdbuttonorange:hover{
	background: rgba(236,154,3,0.8);
	cursor:pointer;
}

.stdbuttonorange[disabled], .stdbuttonorangedisabled{
	opacity:0.2;
	background: rgba(236,154,3,1);
	padding:3px 9px;
	border:0;
	color:#fff !important;
	background-size:cover;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	transition: all 0.14s ease-in-out;
	display:inline-block;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	cursor:default;
	font-weight:700;
}

.stdbuttonwhite{
	background-color:#f3f3f3;
	padding:15px 15px;
	border:0;
	color:#999 !important;
	background-size:cover;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	transition: all 0.14s ease-in-out;
	display:inline-block;
	position:relative;
	font-size:inherit;
    border:3px solid #eee;
    text-align:center;
    font-size:1.1em;
}

.stdbutton:active{
	/*border-bottom:none; */
    opacity:0.9;
	/*border-bottom:solid 1px #673ab7; */
}

.stdbuttonsmall{
	background-color:#cd5a36;
	padding:6px 10px;
	border:0;
	color:#fff !important;
	background-size:cover;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	transition: all 0.14s ease-in-out;
	display:inline-block;
	position:relative;
	font-size:inherit;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size:1.0em;
	font-weight:500;
}

.stdbuttonsmall:hover{
	background:#cd5a36;
	cursor:pointer;
	opacity:0.8;
}

.stdbuttonsmall[disabled]{
	opacity:0.2;
	cursor:default;
	background:#cd5a36;
	padding:15px 15px;
	border:0;
	color:#fff;
	background-size:cover;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	transition: all 0.14s ease-in-out;
	font-size:0.9em;
}

.stdbutton .icon{
	position:relative;
	top:3px;	
}

.stdbutton .text{
	position:relative;
	top:-3px;
	margin-left:5px;	
}

.whitebutton{
	padding:8px 15px;
	border:0;
	background-size:cover;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	transition: all 0.14s ease-in-out;
	display:inline-block;
	position:relative;
	font-size:inherit;
	border:1px solid #eee;
}


.whitebutton:hover{
	background-color:#fff;
	cursor:pointer;
	color:#4b4f54;
}

.whitebutton[disabled], .whitebuttondisabled{
	background:#ddd;
	padding:8px 15px;
	border:0;
	color:#fff;
	background-size:cover;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	transition: all 0.14s ease-in-out;
	display:inline-block;
	opacity:0.3;
	cursor:default;
	color:#bbb;
}

.roundbutton{
    border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
    border:50% #fff solid;
}

.roundbutton:active{
    opacity:0.4;
}

/* BUTTONS */

.ghostbutton{
	border:1px solid #fff;
	padding:10px 15px;
	color:#fff;	
	display:inline-block;
	background:rgba(0,0,0,0);
	font-size:16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ghostbutton:hover{
	background:#fff;
	color:#6c3474;
	cursor:pointer;
}

.ghostbutton[disabled=disabled],.ghostbutton[disabled]{
	opacity:0.3;
}

.ghostbutton[disabled]:hover{
	opacity:0.3;
	background:rgba(0,0,0,0);
	color:#fff;
	cursor:default;
}


.closebutton{
	padding:5px 15px;
	border:0;
	color:#fff;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	transition: all 0.14s ease-in-out;
	font-size:20px;
	font-weight:bold;
	position:fixed;
	right:25px;
	top:25px;
	background:#673ab7;
	box-shadow: 0 10px 20px rgba(0,0,0,0.13), 0 6px 6px rgba(0,0,0,0.19);
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
}

.closebutton:hover{
	cursor:pointer;
	background:#9381a2;
}

.perspective {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	display: inline-block;
}


.bigbuttonorange{
	width:270px;
	line-height:270px;
	text-align:center;
	text-transform:uppercase;
	background:#ec9a03;
	color:#fff;
	font-size:50px;
	font-weight:900;
	display: block;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;	
	outline: none;
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
	border:none;
}

.bigbuttonorange:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.bigbuttonorange:active {
	background:#ec9a03;
	top:3px;
}

.bigbuttonorange:after {
	width: 100%;
	height: 40%;
	left: 0;
	top: 100%;
	background:#bc7015;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateX(-90deg);
	transform-origin: 0% 0%;
	transform: rotateX(-90deg);
}

.bigbuttonorange:hover {
	-webkit-transform: rotateX(15deg);
	-moz-transform: rotateX(15deg);
	-ms-transform: rotateX(15deg);
	transform: rotateX(15deg);
}

/* Cancelbutton */

.cancelbutton {
  position: relative;
  z-index: 10;
  border-radius: 6px;
  overflow: hidden;
  padding: 15px 40px 15px 45px;
  margin-top: 40px;
  display: inline-block;
  background: #000;
  color: #fff !important;
  transition: all 500ms;
  font-weight: 300;
  text-decoration: none;
  
  &:before,
  &:after {    
    content: "";
    background: #fff;
    position: absolute;
    top: 50%;
    transform: scale(1);
    transform: rotate(45deg);
    transition: all 500ms;
  }
  
  &:before {
    width: 2px;
    height: 10px;
    left: 30px;
    margin-top: -5px;
  }
  
  &:after {
    width: 10px;
    height: 2px;
    left: 26px;
    margin-top: -1px;
  }

  &:hover {
    color: #000;
    
    &:before,
    &:after {
      transform: scale(80) rotate(45deg);
      color: #fff;
      z-index: -1;
    }
  }
}

.noscroll{
	overflow:hidden;
}

/* POPUPS */ 

.alertwindow{
	display:none;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(20,20,20,0.8);	
	z-index:99999999;
}

.alert{
	display:none;
	position:absolute;
    width: calc(100% - 30px);

    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

	margin:auto;
	background:#fff;
	padding:30px;
	z-index:10000;
	text-align:center;
	max-width:512px;
	min-width:256px;
	
	color:#111;
	border-radius:4px;
	
}

.mshloading{
   	display:none;
	position:absolute;
	top:calc(50% - 50px);
	margin:auto;
	padding:20px;
	z-index:10000000;
	text-align:center;
	width:100%;
    color:#fff;
}

.mshloading .gps_ring{
    width:40px;
    height:40px;
}

.siteloading{
   	display:none;
	position:fixed;
	top:0;
    right:0;
    bottom:0;
    left:0;
	margin:auto;
	z-index:10;
	text-align:center;
    color:#333;
    background:#111;
}

.siteloading .gps_ring{
    width:40px;
    height:40px;
    position:absolute;
    top:calc(50% - 20px);
    left:calc(50% - 20px);
}

.fullloadingoverlay{	
	position:fixed;
	top:0;bottom:0;right:0;left:0;
	background:rgba(0,0,0,0.8);
	z-index:999999;
	display:none;
}

#fullmshloading{
	position:absolute;
	top:calc(50% - 20px);
	left:calc(50% - 20px);
	height:40px;
	width:40px;
}

/*  POPUPS */

#popoverlay{
	position:fixed;
	width:100%;	
	height:100%;
	min-height:400px;
	min-width:800px;
	top:0;
	background:url(../img/greyover.png);
	opacity:0;
	display:none;
	z-index:100;
}

.popup{
	margin:30px;	
	position:fixed;
	z-index:101;
	display:none;
	left:0;
	right:0;
	min-width:640px;
}

.popupheaderline{
	height:80px;
	display:block;
	min-width:960px;
}
.popupclose{
	max-width:100px;
	padding:10px 10px 8px;
	position:absolute;
	right:0;
	top:20px;	
	background:#fff;
	font-size:0.8em;
	color:#999;
	/*border:1px solid #ccc;*/
}

.popupclose:hover{
	background:#222;
	cursor:pointer;	
	color:#bbb;
}
.popuptitle{
	display:inline-block;
	padding:22px;
	font-size:1.8em;
	font-family:"SourceSansProLight";
	left:0;
	top:0;
	background:#fafafa;
	z-index:111;
	float:left;
	position:relative;
	/*border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
}

.popuptitleback{
	padding:3px 23px 3px 2px;
	display:inline-block;
	
}

.popuptitleback:hover{
	opacity:0.7;
	cursor:pointer;	
}


.popupframe{
	background:#fafafa;
	z-index:101;
	padding:30px;
	overflow:visible;	
	min-height:500px;
	min-width:960px;
	/*border:1px solid #ccc;*/
}


.minipopup{
	display:none;
	background:#fff;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	position:absolute;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.18);
	z-index:10;
	right:200px;
}

.mp-content{
	min-width:200px;
	color:#999;
	text-transform:none;
	font-weight:500;	
	display:none;
	z-index:10;
	background:#fff;
	line-height:1.2em;
	position:relative;
}

.mp-trigger{
	position:relative;	
	cursor:pointer;
}

.veryminipopup{
	height: auto !important;
	 padding: 15px;
    width: 250px;
}


/* TITLES ETC */

.whitebig{
	font-size:32px;
	color:#fff;	
	
}

.tinyfont
{
	font-size:9px;	
}

.verysmallfont, .smallcommenttext{
	font-size:11px;	
}

.smallfont{
	font-size:12px;	
}

.normalfont{
	font-size:13px;	
}

.bigfont{
	font-size:20px;	
    font-weight:400;
}

.bigfontimp{
	font-size:20px !important;	
    font-weight:400;
}

.verybigfont{
	font-size:26px;	
}

.lightfont{
	font-weight:100;	
}

.normalfontweight{
	font-weight:300;	
}

.fade{
	opacity:1.0;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;	
}

.instafade{
	opacity:1.0;
}	

.reversefade{
	opacity:0.3;	
}

.fade:hover, .instafade:hover, .reversefade:hover{
	opacity:0.7;
}

.antifade:hover{
	opacity:1 !important;	
}

/* ICONS & SVGS */

.whitesvg{
	fill: #fff !important;
}

.blacksvg{
	fill: #101025 !important;
}

.notesvg{
	fill: #fff ;
	opacity:0.4 !important;
}

.cnotesvg{
	fill: #fff;
	opacity:0.4 !important;
}

.lightpurplesvg{
	fill:#cabecc !important;
}

.purplesvg{
	fill:#502873 !important;
}

.svg32{
	width:32px;
	height:32px;	
}

.unselectable{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	cursor:default;
}

#loadingtext{
	font-weight:300;
	margin-top:15px;	
	font-size:1.em;
}

.cssload-loader {
	display: block;
	margin:0 auto;
	width: 29px;
	height: 29px;
	position: relative;
 	background:#673ab7;
	animation: cssload-loader 2.3s infinite ease;
		-o-animation: cssload-loader 2.3s infinite ease;
		-ms-animation: cssload-loader 2.3s infinite ease;
		-webkit-animation: cssload-loader 2.3s infinite ease;
		-moz-animation: cssload-loader 2.3s infinite ease;

}

.cssload-loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: rgb(220,220,220);
	animation: cssload-loader-inner 2.3s infinite ease-in;
		-o-animation: cssload-loader-inner 2.3s infinite ease-in;
		-ms-animation: cssload-loader-inner 2.3s infinite ease-in;
		-webkit-animation: cssload-loader-inner 2.3s infinite ease-in;
		-moz-animation: cssload-loader-inner 2.3s infinite ease-in;
}


@keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	75% {
		transform: rotate(360deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	75% {
		transform: rotate(360deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	75% {
		transform: rotate(360deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	75% {
		transform: rotate(360deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	75% {
		transform: rotate(360deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}
	
	25% {
		height: 0%;
	}
	
	50% {
		height: 100%;
	}
	
	75% {
		height: 100%;
	}
	
	100% {
		height: 0%;
	}
}

@-o-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}
	
	25% {
		height: 0%;
	}
	
	50% {
		height: 100%;
	}
	
	75% {
		height: 100%;
	}
	
	100% {
		height: 0%;
	}
}

@-ms-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}
	
	25% {
		height: 0%;
	}
	
	50% {
		height: 100%;
	}
	
	75% {
		height: 100%;
	}
	
	100% {
		height: 0%;
	}
}

@-webkit-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}
	
	25% {
		height: 0%;
	}
	
	50% {
		height: 100%;
	}
	
	75% {
		height: 100%;
	}
	
	100% {
		height: 0%;
	}
}

@-moz-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}
	
	25% {
		height: 0%;
	}
	
	50% {
		height: 100%;
	}
	
	75% {
		height: 100%;
	}
	
	100% {
		height: 0%;
	}
}


.rotate90{
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.rotate180{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.wrappopupoverlay{
	overflow-y:scroll;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	box-sizing:border-box;
	display:none;
	z-index:99999999;
}

.popupcontent{
	position:absolute;
    width: calc(100% - 30px);
	display:none;

    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

	margin:auto;
	background:#fff;
	padding:30px;
	z-index:10000;
	text-align:center;
	max-width:512px;
	min-width:256px;
	
	color:#111;
	border-radius:4px;
}

.popupcontent h3{
	font-weight:300;
	margin:0 0 15px 0;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}

.popupcontent h3 .stdbutton
{
	font-weight:300;
	padding:0;
	background:none;	
}

.popupcontent .text{
	padding:25px 50px 35px 50px;	
}

/* MATERIAL DESIGN */
/* BUTTONS */

.materialbutton{
	background-color:#673ab7;
	padding:8px 20px;
	border:0;
	color:#fff !important;
	background-size:cover;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	transition: all 0.14s ease-in-out;
	display:inline-block;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	/*border-bottom:solid 1px #561b5f;*/
	position:relative;
	line-height:17px;
	font-weight:700;
}

.materialbutton:active{
	/*border-bottom:none; */
	/*top:1px; */
	/*border-bottom:solid 1px #673ab7; */
}

.stdbuttonstrict{
	border-radius: 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

.materialbutton:hover{
	cursor:pointer;
	opacity:0.7;
}

.materialbutton[disabled], .materialbuttondisabled{
	background:#d3d3d3;
	padding:8px 20px;
	border:0;
	color:#fff;
	background-size:cover;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	transition: all 0.14s ease-in-out;
	display:inline-block;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	cursor:default;
	line-height:17px;
	font-weight:600;
	text-transform:uppercas
}

.materialbutton>img{
	position:relative;
	display:block;	
	float:left;
	margin-right:10px;
}

.whiteborderbox{
	padding:15px;
	border:1px solid #eee;	
	background:#fff;
}

/* CROP */
.cropOverlay{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#111;
    z-index:999999999;    
    display:none;
}

.wrapCropImage{
    position:absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:calc(100% - 60px);
}

.cropimagetext{
    position:absolute;
    bottom:95px;
    width:100%;
    text-align:center;
    color:#fff;
}


.cropbuttons{
    position:absolute;
    bottom:15px;
    left:calc(50% - 72px);
    width:144px;
}

.cropbuttons .roundbutton{
    width:64px;
    height:64px;
    line-height:64px;
    font-size:25px;
    color:#fff;
    text-align:center;
}

.wrapCropImage #croploading{
    position:absolute;
    top:calc(50% - 20px);
    left:calc(50% - 20px);
    width:40px;
    height:40px;
}

/* INPUT */

.materialinput{ 
 	position:relative; 
 	margin-bottom:35px; 
	text-align:left;
}
.materialinput input{
	padding:10px;
	display:block;
	border:none;
	border-bottom:2px solid #ddd;
	min-width:200px;
	background:rgba(0,0,0,0);
	font-weight:normal;
	transition:0.15s ease all; 
	-moz-transition:0.15s ease all; 
	-webkit-transition:0.15s ease all;
	width:100%;
	font-size:16px;
}

.materialinput input:hover{
	background:rgba(255,255,255,0.1);
}

.materialinput input:focus 		{ 
	outline:none;
	border-bottom:2px solid #cd5a36; 	 
}



/* LABEL ======================================= */
label[class="material"]				 {
  color:#999; 
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

.materialinput .selecttitle
{
	color:#999; 
  	font-weight:normal;
	padding-bottom:5px;
	display:block;
	position: absolute;
    top: -20px;
}

/* active state */
input[type="text"]:focus ~ label, input[type="text"]:valid ~ label,input[type="password"]:focus ~ label, input[type="password"]:valid ~ label  		{
  top:-20px;
  font-size:12px;
  color:#999;
}

/* BOTTOM BARS ================================= */
.bar 	{ 
	position:relative; 
	display:block; 
	width:100%; 
}
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
	width:50%;
}


/* HIGHLIGHTER ================================== */
.highlight {
	position:absolute;
	height:60%; 
	/*width:100px; */
	top:25%; 
	left:0;
	pointer-events:none;
	opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#26bfda; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#26bfda; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#26bfda; }
  to 	{ width:0; background:transparent; }
}

/* SHADOWS */

.shadow-1{
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
}

.shadow-1-in{
	box-shadow: inset 0 0px 10px 0 rgba(0, 0, 0, 0.15);
}

.shadow-1-up{
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}

.shadow-1-push,.shadow-1-lift{
	-moz-transition: -moz-box-shadow 0.15s;
    -webkit-transition: -webkit-box-shadow 0.15s;
    transition: box-shadow 0.15s;	
}

.shadow-1-lift:hover{
	box-shadow: 0 8px 20px rgba(0,0,0,0.13), 0 6px 6px rgba(0,0,0,0.15);
}

.shadow-1-lifted{
	box-shadow: 0 10px 20px rgba(0,0,0,0.18), 0 6px 6px rgba(0,0,0,0.25);
}

.shadow-1-push:hover{
	box-shadow: 0 0px 1px rgba(0,0,0,0.08), 0 1px 1px rgba(0,0,0,0.12);
}

.shadow-1-lifted-inset{
	box-shadow: inset 0 -10px 20px rgba(0,0,0,0.29), inset 0 2px 6px rgba(0,0,0,0.29);
}

.shadow-2{
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22);
}

/* purple shadow */

.shadow-purple{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(80,40,115,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(80,40,115,0.4);
	box-shadow: 0px 0px 10px 0px rgba(80,40,115,0.4);	
}
  

.zoomout{
    -moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    zoom:0%;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);    
}

.zoomin{
    -moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1); 
}

.zoominout{
    -webkit-animation: zoominout 0.7s ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes zoominout {
    0% {-webkit-transform: scale(1, 1);}
    60% {-webkit-transform: scale(1.1, 1.1);}
    100% {-webkit-transform: scale(0,0); }
}

.gps_ring {
    border: 3px solid #cd5a36;
    -webkit-border-radius: 50%;
    -webkit-animation: pulsate 1.5s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0;
    height:100%;
    width:100%;
    margin:auto;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.animate-show,
.animate-hide {
  -webkit-transition:all linear 0.6s;
  -moz-transition:all linear 0.6s;
  -o-transition:all linear 0.6s;
  transition:all linear 0.6s;
}

.animate-show.ng-hide-remove,
.animate-hide.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  display: block !important;
}

.animate-hide.ng-hide-add,
.animate-show.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  display: block !important;
}

.bounce{
    position:relative;
    -webkit-animation: bounceUp 3s infinite;
            animation: bounceUp 3s infinite;
}

@-webkit-keyframes bounceUp {
    0% {
       opacity: 0;
       -webkit-transform: translateY(0px);
                transform:translateY(0px);
    }
    60% {
       opacity: 1;
       -webkit-transform: translateY(-10px);
       transform:translateY(-10px);
    }
    80% {
       -webkit-transform: translateY(0px);
            transform:translateY(0px);
    }
    100% {
        opacity: 0;
       -webkit-transform: translateY(0px);
        transform:translateY(0px);
    }
 }

 @keyframes bounceUp {
    0% {
       opacity: 0;
       transform: translateY(0);
       -webkit-transform: translateY(0px);
    }
    60% {
       opacity: 1;
       transform: translateY(-10px);
       -webkit-transform: translateY(-10px);

    }
    80% {
       -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
       transform: translateY(0px);
       -webkit-transform: translateY(0px);
    }
 }

 .bounceUp {
    -webkit-animation-name: bounceUp;
    animation-name: bounceUp;
 }

/* PAGE TRANSITIONS */


@keyframes scaleUp{
	0% {
		opacity: 1; 
        transform: scale(1);
        -webkit-transform: scale(1);
	}
	
	100% {
		opacity: 0; transform: scale(1.3);
        -webkit-transform: scale(1.3px);
	}
}

.page-scaleUp {
	animation: scaleUp 0.2s ease both;
    -webkit-animation: scaleUp 0.2s ease both;
    -moz-animation: scaleUp 0.2s ease both;
}

@keyframes scaleUpInv{
	0% {
		opacity: 1; transform: scale(1);
        -webkit-transform: scale(1);
	}
	
	100% {
		opacity: 0; transform: scale(0.9);
        -webkit-transform: scale(0.9);
	}
}

.page-scaleUpInv {
	animation: scaleUpInv 0.2s ease both;
    -webkit-animation:  scaleUpInv 0.2s ease both;
    -moz-animation: scaleUpInv 0.2s ease both;
}

@keyframes scaleDown{
    
	0% {
		opacity: 0; 
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
	}
	
	100% {
		opacity: 1; 
        transform: scale(1);
        -webkit-transform: scale(1);
	}
}

.page-scaleDown {
	animation: scaleDown 0.2s ease both;
    -webkit-animation: scaleDown 0.2s ease both;
}



@keyframes moveOutLeft{
    
	0% {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
	}
	
	100% {
        transform: translate(-100%,0);
        -webkit-transform: translate(-100%,0);
	}
}

.page-moveOutLeft{
	animation: moveOutLeft 0.4s ease both;
    -webkit-animation: moveOutLeft 0.4s ease both;
}

@keyframes moveInLeft{
    
	0% {
        transform: translate(-100%,0);
        -webkit-transform: translate(-100%,0);
	}
	
	100% {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
	}
}

.page-moveInLeft{
	animation: moveInLeft 0.4s ease both;
    -webkit-animation: moveInLeft 0.4s ease both;
}

@keyframes moveOutRight{
    
	0% {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
	}
	
	100% {
        transform: translate(100%,0);
        -webkit-transform: translate(100%,0);
	}
}

.page-moveOutRight{
	animation: moveOutRight 0.4s ease both;
    -webkit-animation: moveOutRight 0.4s ease both;
}

@keyframes moveInRight{
    
	0% {
        transform: translate(100%,0);
        -webkit-transform: translate(100%,0);
	}
	
	100% {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
	}
}

.page-moveInRight{
	animation: moveInRight 0.4s ease both;
    -webkit-animation: moveInRight 0.4s ease both;
}


@keyframes moveInBottom{
    
	0% {
        transform: translate(0,100%);
        -webkit-transform: translate(0,100%);
        opacity:0;
	}
	
	100% {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        opacity:1;
	}
}

.page-moveInBottom{
	animation: moveInBottom 0.4s ease both;
    -webkit-animation: moveInBottom 0.4s ease both;
}


@keyframes moveOutBottom{
    
	0% {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        opacity: 1;
	}
	
	100% {
        transform: translate(0,100%);
        -webkit-transform: translate(0,100%);
        opacity: 0;
	}
}

.page-moveOutBottom{
	animation: moveOutBottom 0.2s ease both;
    -webkit-animation: moveOutBottom 0.2s ease both;
}

/* CUSTOM DROPDOWN */

.wrapper-dropdown {
    /* Size & position */
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 12px 15px;
	color:#111 !important;

    /* Styles */
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    transition: all 0.15s ease-out;
	display:inline-block;
}

.wrapper-dropdown:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #4cbeff transparent;
}

.wrapper-dropdown .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
    border-radius: 0 0 4px 4px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown .dropdown li {
    padding: 0 10px ;
	display: block;
    text-decoration: none;
    color: #333;
    padding: 15px;
    transition: all 0.15s ease-out;
    border-bottom: 1px solid #e6e8ea;
}


.wrapper-dropdown .dropdown li:last-of-type a {
    border: none;
}


/* Hover state */

.wrapper-dropdown .dropdown li:hover {
	background:#cd5a36;
}

.wrapper-dropdown.active {
    border-radius: 5px 5px 0 0;
    background: #cd5a36;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown.active:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}

/* Other Dropdown */

.wrapper-dropdown-1 .dropdown {
	/* Size & position */
    position: absolute;
    top: 100%;
    left: 0; /* Size */
    right: 0; /* Size */

    /* Styles */
    background: #fff;
    font-weight: normal; /* Overwrites previous font-weight: bold; */

    /* Hiding */
    opacity: 0;
    pointer-events: none;
	cursor:pointer;
	z-index:100;
}

.wrapper-dropdown-1 .dropdown li a {
    display:block;
    text-decoration: none;
    color: #111;
    padding: 10px 10px;
}

.wrapper-dropdown-1  img{
	margin-right:10px;
}

/* Hover state */
.wrapper-dropdown-1 .dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */
.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-1.active:after {
    border-color: #9bc7de transparent;
    border-width: 6px 6px 0 6px ;
    margin-top: -3px;
}
.wrapper-dropdown-1{
	position:relative;
	cursor:pointer;
	font-weight:normal;
}
.wrapper-dropdown-1.active {
	
}	

.wrapper-dropdown-1 .what{
	position:absolute;
	top:-20px;
	font-size:12px;
	 color:#999; 
}
.wrapper-dropdown-1 .whatval{
	border-bottom:1px solid #999;
	padding:10px;
	font-size:16px;
	width:100%;
}
.wrapper-dropdown-1.active .whatval{
	border-bottom:1px solid#cd5a36;
}

/* FILEINPUT */
.fileinput{
	position:relative;
	display:inline-block;
}
.fileinputclear{
	position:absolute;
	color:#fff;
	font-size:18px;
	padding:5px;
	top:-10px;
	right:-10px;
	width:32px;
	height:32px;
	border-radius:16px;
	text-align:center;
	cursor:pointer;
}

/* ROW SYSTEM 2018 */

.frow{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.row{
	width:1280px;
	margin-left:auto;
	margin-right:auto;	
}

.srow{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.minirow{
	width:640px;
	margin-left:auto;
	margin-right:auto;
}









