





































.u\:padding\/top\/10{
	padding-top: 10px;
}


.u\:padding\/top\/20{
	padding-top: 20px;
}

.u\:padding\/right\/20{
	padding-right: 20px;
}

.u\:padding\/10{
	padding: 10px;
}

.u\:padding\/5{
	padding: 5px;
}

.u\:padding\/left\/5{
	padding-left: 5px;
}




.u\:margin\/top\/200{
	margin-top: 20%;
}

.u\:margin\/top\/2{
	margin-top: 2px;
}

.u\:margin\/top\/20{
	margin-top: 20px;
}

.u\:margin\/top\/100{
	margin-top: 100px;
}
.u\:margin\/top\/50{
	margin-top: 50px;
}


.u\:margin\/bottom\/20{
	margin-bottom: 20px;
}
.u\:margin\/bottom\/100{
	margin-bottom: 100px;
}
.u\:margin\/bottom\/10{
	margin-bottom: 10px;
}
.u\:margin\/bottom\/5{
	margin-bottom: 5px;
}



.u\:margin\/right\/5{
	margin-right: 5px;
}
.u\:margin\/right\/10{
	margin-right: 10px;
}
.u\:margin\/right\/20{
	margin-right: 20px;
}


.u\:display\/inlblock{
	display: inline-block;
}



.u\:width\/250{
	width: 250px;
}

.u\:height\/100{
	height: 100px;
}

.u\:tblcenter{
    margin: 0 auto; /* or margin: 0 auto 0 auto */
}

.u\:tblspace{
  border-collapse: separate;
  border-spacing: 50px 0;
}
.u\:tblspace td {
  padding: 10px 0;
}











.v\:blur{
    filter:blur(1px);
}



.v\:color\/e1e1e1{
	color: #e1e1e1;
}
.v\:color\/black{
	color: #000000;
}
.v\:color\/red{
    color: tomato;
}
.v\:color\/blue{
    color: #628cc6;
}





.v\:stroke{
	text-shadow:
        /* first layer at 1px */
        -1px -1px 0px #000,
         0px -1px 0px #000,
         1px -1px 0px #000,
        -1px  0px 0px #000,
         1px  0px 0px #000,
        -1px  1px 0px #000,
         0px  1px 0px #000,
         1px  1px 0px #000,
        /* second layer at 2px */
        -2px -2px 0px #000,
        -1px -2px 0px #000,
         0px -2px 0px #000,
         1px -2px 0px #000,
         2px -2px 0px #000,
         2px -1px 0px #000,
         2px  0px 0px #000,
         2px  1px 0px #000,
         2px  2px 0px #000,
         1px  2px 0px #000,
         0px  2px 0px #000,
        -1px  2px 0px #000,
        -2px  2px 0px #000,
        -2px  1px 0px #000,
        -2px  0px 0px #000,
        -2px -1px 0px #000;
}


.v\:cursor\/pointer{
    cursor: pointer;
}



.v\:error{
    background-color: tomato;
    padding: 3px;
}


.v\:link\/black{
    color: #000000;
}

.v\:nounderline{
    text-decoration: none;
}
.v\:underline{
    text-decoration: underline;
}

.v\:border\/blue{
    border: 1px solid #254dcf;
}

.v\:bg\/black{
    background-color:rgba(0,0,0, 0.5);
}
.v\:bg\/black2{
    background: rgb(15,15,15);
background: linear-gradient(90deg, rgba(15,15,15,1) 0%, rgba(28,28,28,1) 35%);
}


















.b\:layer{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

.b\:modal{
	background-color: #363636;
	padding:20px;
}



.b\:topbar{
	background: rgb(91,91,91);
	background: linear-gradient(90deg, rgba(91,91,91,1) 0%, rgba(62,62,61,1) 50%, rgba(38,38,38,1) 100%);
	padding: 20px 20px 20px 0;
}

.b\:button{
	background: rgb(245,245,244);
	background: linear-gradient(90deg, rgba(245,245,244,1) 0%, rgba(136,134,134,1) 100%);
	padding: 10px;
	margin: 20px 0 60px 0;
}

.b\:tint{
    display:inline-block;
	position: fixed;
    background-color: #000000;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
	min-height: 100%;
    opacity: 0;
    vertical-align: top;
    transition: opacity 1s;
}




.b\:header{
	0background: rgb(91,91,90);
	0background: linear-gradient(90deg, rgba(91,91,90,1) 0%, rgba(91,91,90,1) 100%);
	background: rgb(91,91,91);
	background: linear-gradient(90deg, rgba(91,91,91,1) 0%, rgba(38,38,38,1) 100%);
}

.b\:title{
	margin: 10px;
	padding: 10px 30px;
	background-color: tomato;
	display: inline-block;
	background: rgb(91,91,91);
	background: linear-gradient(90deg, rgba(91,91,91,1) 0%, rgba(38,38,38,1) 100%);
}


.b\:title2{
	margin: 10px;
	padding: 10px 50px;
	background-color: tomato;
	display: inline-block;
	background: rgb(91,91,91);
	background: linear-gradient(90deg, rgba(91,91,91,1) 0%, rgba(38,38,38,1) 100%);
}







.b\:progjjhjjjjjjress{
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	z-index: 101;
	transform: translateY(calc(50vh));
}

.b\:footer{
    position:fixed;
    left:0px;
    bottom:0px;
    width:100%;
    padding-top: 30px;
}
.full{
    width: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.b\:enter{
	margin: 10px;
	padding: 10px 50px;
	display: inline-block;
	background: rgb(245,245,244);
	background: linear-gradient(90deg, rgba(245,245,244,1) 0%, rgba(136,134,134,1) 100%);
}




.b\:body{
	min-height:100%;
}

.b\:content{
	background-color: tomato !important;
	min-height:100%;
}

.b\:infobox{
	display: inline-block;
	padding:10px 50px;
}/*
html, body {
    overflow-x: hidden;
    height: 100%;
}
body {
    background: #fff;
    padding: 0;
    margin: 0;
    font-family: 'Varela Round', sans-serif;
}*/
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #000000;
    position: fixed;
    height: 60px!important;
    overflow: hidden;
    z-index: 10;
}
.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display: table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 250px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: rgb(12,12,12);
    background: linear-gradient(180deg, rgba(12,12,12,1) 0%, rgba(101,101,101,1) 100%);
    z-index: 99;
}
.sidebarMenuInner{
    margin: 0;
    padding: 0;
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    cursor: pointer;
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

























.e\:txtareabio{
	width: 300px;
	min-width: 100%;
    max-width: 100%;
    height: 100px;
}





.e\:removelink{
	background-color: #000000;
	padding: 3px;
	color: #ffffff;
}



.e\:button{
	background: rgb(15,15,15);
background: linear-gradient(90deg, rgba(15,15,15,1) 0%, rgba(28,28,28,1) 35%);
	padding: 10px 50px;
	display: inline-block;
}
.e\:tel{
	padding: 10px 50px !important;
	background-color:rgba(0,0,0, 0.5) !important;
	display: inline-block;
}





.e\:button\/edit{
	background-color:#254dcf ;
	color:#ffffff;
	padding: 5px 10px;
	border-radius: 3px;
}


.xx{
	padding-bottom: 10px;
	padding-top: 10px;
}























html,body{
	background-color:#000000;
	0background: transparent;
	0background-image:url('/assets/img/bg01.png');
	color:#fbfcfc;
	background-repeat: no-repeat;
	0background-attachment: scroll;
	background-position: top center;
	0background-size: cover;

	background-attachment: fixed;

	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 0;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}






.\|{}


img {
    box-sizing:border-box;
}




h1,h4{
	margin: 0;
	padding: 0;
}


.t\:bold{
	font-weight: bold;
}



.red{
	background-color: tomato;
}
.orange{
	background-color: orange;
}

.grey{
	background-color: grey;
}



.batman,.remove{
	cursor: pointer;
}


.fade{
	background-color:rgba(0, 0, 0, 0.5);
}
.fadeblue{
	background-color:rgba(37, 77, 207, 0.6);
}

.tbl{
	width: 100%;
	border-spacing: 5px;
    border-collapse: separate;
}

.tbl td{
	background-color:rgba(37, 77, 207, 0.6);
	0background-color:rgba(0,0,0,0.5);
	padding: 10px;
}
.leftcol{
	width: 100px;
}


a{
	color: #ffffff;
}
a:hover{
	text-decoration: none;
}


p{
	margin-bottom: 10px;
}




.test{
	margin-top: 300px;
	min-height: 100%;
	background-color: tomato;
}




body{
	background-image:url('/assets/img/backgrounds/desktop_main02.jpg');
}
body.enter{
	background-image:url('/assets/img/backgrounds/desktop_index01.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.thumbsmall{
	width: 192px;
}


