html, body {
	min-width: 320px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: GothamProLight,GothamProRegular,HelveticaNeueCyr;
	color: #ffffff;
	font-size: 10px;
	background-color: #000000;
}
#wrapper{
	width: 100%;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
}
.content {
	height: 58vh;
	margin: 0 auto;
	padding: 20px 40px;
	font-size: 1.6em;
	line-height: 22px;
	background-color: rgba(22, 22, 22, 0.5);
	overflow-y: auto;
	box-shadow: 0 10px 25px rgba(0,0,0,.5);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: all 0.4s ease-out;
}
.content::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(22, 22, 22, 0.85);
}
.content::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}
.content::-webkit-scrollbar-thumb{
	background-color: rgb(71,167,253);
}
.container {
    width: 70%;
    margin: 0 auto;
    padding-top: 150px;
}
.container h1{
	font-size: 2.8em;
	font-family: GothamProBold;
	letter-spacing: 4px;
	color: #ffffff;
	line-height: 1em;
	margin-left: 40px;
}
.container h2{
	font-size: 1.4em;
	font-family: GothamProBold;
	letter-spacing: 2px;
	color: #ffffff;
}
.container h3{
	font-family: GothamProBold;
	letter-spacing: 1px;	
}
#content {
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
a{
	text-decoration:none;
	color: rgb(71, 167, 253);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
a:hover {
	text-decoration:underline
}
.big{
	font-size: 8em !important;
	font-family: GothamProBold !important;
	letter-spacing: 4px !important;
}
.clear{
	clear: both;
}
.hidden{
	display: none;
}
header{
	width: 100%;
	position: fixed;
	top:0px;
	z-index: 1000;
	text-align: center;
}
#logo {
    /* width: 172px; */
    /* height: 50px; */
    /* display: inline-block; */
    /* margin: 30px -86px; */
    /* position: absolute; */
    /* left: 50%; */
}
#logo img{
	display: block;
	margin: 0 auto;
	max-width: 50px;
}
#name{
	color:#ffffff;
	text-transform: uppercase;
	margin: 20px auto 0px auto;
	padding: 0;
	text-align: center;
	letter-spacing: 4px;
	font-family: Maya;
	font-size: 1.8em;
	font-weight: normal;
}
#logo:hover{
	text-decoration:none;
}
#menu {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right;
    text-align: right;
    font-family: GothamProMedium;
    top: 20px;
    right: 0px;
    position: absolute;
}
#menu .active a {
    color: #ffffff;
}
#menu a {
    font-size: 1.2em;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    padding: 5px 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#menu a:hover, #menu a:active{
	text-decoration: none;
	color: #ffffff;
}
#menu li {
	margin: 40px 0px;
	padding-right: 60px;
}
#menu li.active, #menu li:hover {
    display: block;
    background: transparent url('../img/menu-point.png') right center no-repeat;
}
#login {
    top: 16px;
    right: 40px;
    position: absolute;
    text-transform: uppercase;
    cursor: pointer;
    background-image: url(../img/login.png);
    background-repeat: no-repeat;
    background-size: 100%;
    line-height: 18px;
    width: 18px;
    height: 18px;
}
#mission .title {
	margin-top: 420px;
	margin-left: 50%;
}
.description {
    margin-left: 14%;
    margin-top: 42%;
    width: 58%;
    color: rgba(255, 255, 255, 0.7);
    font-size: 2em;
    line-height: 36px;
    text-align: left;
}
.left {
    display: inline-block;
    width: 49%;
    float: left;
}
.right {
	display: inline-block;
	width: 50%;
}
.title {
    margin-top: 420px;
    margin-left: 50%;
    font-size: 4.8em;
    font-family: GothamProBold;
    letter-spacing: 4px;
}
#content>div {
    min-height: 100vh;
    text-align: left;
    position: relative;
}
#next{
	position: fixed;
	bottom: 0px;
	margin: 60px -25px;
	width: 51px;
	height: 51px;
	border-radius: 50%;
	border-width: 1px;
	border-color: rgba(237, 237, 237, 0.5);
	border-style: solid;
	background-color: rgba(255, 255, 255, 0.0);
	background-image: url('../img/bottom-arrow.png');
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
	display: inline-block;
	left: 50%;
}
footer {width: 100%;text-align: center;height: 60px;}
#next:hover, #next:focus, #next:active {
    background-color: rgba(255, 255, 255, 0.2);
}
.rotate{
	-webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.square {
    margin: 25% 12% 0 24%;
    background-color: rgba(64, 152, 230, 0.1);
    padding: 12%;
    box-shadow: 0 10px 25px rgba(0,0,0,.5);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: all 0.4s ease-out;
}
.square .title {
    margin: 0px;
}
.square span {
    font-size: 2.4em;
    line-height: 36px;
    margin: 30px 0px;
    display: inline-block;
}
.button {
    padding: 15px 30px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2em;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.button:hover, .button:active,.button:focus{
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
    outline:none;
}
.square h2 {
    margin: 10px 0px;
}
.project {
    width: 100%;
    height: 100vh !important;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: cover;
    display: inline-block;
    float: left;
}
.carousel-content {
    overflow: hidden;
    width: 100%;
}
#footer_logo {
    text-align: center;
    font-family: GothamProMedium;
    font-size: 2.4em;
    position: absolute;
    /* width: 100%; */
    /* height: 60px; */
    line-height: 60px;
    z-index: 1;
    display: inline-block;
    margin: 0 -33px;
    left: 50%;
}
#footer_logo a:hover {
    text-decoration: none;
}
#footer_logo a {
    color: gray;
}
#platform .square {
    background-color: rgba(118, 82, 180, 0.1);
    -moz-background-size: 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: default;
}
.carousel {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
#copyrights {
    color: #666666;
    width: 100%;
    height: 60px;
    z-index: 1000;
    font-size: 1.6em;
    text-align: left;
}
#callback {
    font-family: GothamProRegular;
    cursor:pointer;
    text-transform: lowercase;
    color: #47a7fd;
    position: absolute;
    right: 10%;
    bottom: 30px;
}
#copyrights span {
	display: block;
	margin-left: 10%;
}
#team .description {
    color: #ffffff;
}
.carousel_menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 40px;
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
    position: absolute !important;
    width: 100%;
    bottom: 0;
    z-index: 1000;
}
.carousel_menu li {
    display: inline-block;
    font-family: GothamProBold;
    color: rgba(255, 255, 255, 0.2);
    letter-spacing: 2px;
    padding: 0 20px;
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: 40px;
    cursor: pointer;
    bottom: 5px;
    position: relative;
}
.carousel_menu li:hover, .carousel_menu li:active, .carousel_menu li:focus, .carousel_menu li.active, .carousel_menu li.slick-current {
    color: #4098e6;
    border-bottom: 5px solid #4098e6;
    outline: none;
}
.arrow-left {
    position: absolute;
    bottom: 0px;
    left: 15%;
    top: 45%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border-width: 1px;
    border-color: rgba(237, 237, 237, 0.5);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0.0);
    background-image: url(../img/left-arrow.png);
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    z-index: 999;
}
.arrow-right {
    position: absolute;
    bottom: 0px;
    right: 15%;
    top: 45%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border-width: 1px;
    border-color: rgba(237, 237, 237, 0.5);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0.0);
    background-image: url(../img/right-arrow.png);
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    z-index: 999;
}
.arrow-left:hover,.arrow-left:active {
    background-color: rgba(255, 255, 255, 0.2);
}
.arrow-right:hover,.arrow-right:active {
    background-color: rgba(255, 255, 255, 0.2);
}
.project-title {
    font-size: 4.8em;
    font-family: GothamProBold;
    letter-spacing: 4px;
}
.project-description {
    margin: 40px 0;
    font-family: GothamProRegular;
    font-size: 2.8em;
    letter-spacing: 2px;
    line-height: 1.5em;
}
.project-cost {
	background-image: url('../img/cost.png');
	background-repeat: no-repeat;
	background-position: 0%;
	padding-left: 50px !important;
}
.project-start {
	background-image: url('../img/start.png');
	background-repeat: no-repeat;
	background-position: 0%;	
}
.project-status {
	/* background-image: url('../img/status.png'); */
	background-repeat: no-repeat;
	background-position: 0%;
	position: relative;
}
.project-ready {
	background-image: url('../img/ready.png');
	background-repeat: no-repeat;
	background-position: 0%;	
}
.project-info>div {
    display: inline-block;
    min-height: 58px;
    min-width: 58px;
    padding-left: 70px;
    font-size: 1.4em;
    color: rgba(245, 245, 245, 0.5);
    line-height: 2em;
    margin: 0px 50px 25px 0px;
}
.project-info>div span{
	font-size: 1.6em;
	display: block;
	color: #ffffff;
}
.project-details {
    margin: 40px 0;
}
.carousel div:focus, .carousel div:active, .carousel a:focus, .carousel a:active {
	outline:none !important;
}
#login_form #reg_form:hover {
    background-image: linear-gradient(0deg, #4098e6 0%, #47a7fd 100%); 
    border: thin solid rgb(69, 162, 244);
    border: thin solid rgb(69, 162, 244);
}
#sound {
    top: 16px;
    right: 16px;
    position: absolute;
    text-transform: uppercase;
    cursor: pointer;
    background-image: url(../img/audio.png);
    background-repeat: no-repeat;
    background-size: 100%;
    line-height: 18px;
    width: 18px;
    height: 18px;
}
#sound.play{
	opacity:0.5;
}
#callback_form {
	width: 420px;
	display: none;
	position: fixed;
	bottom: 90px;
	min-height: 350px;
	right: 10%;
	z-index: 1001;
	-webkit-box-shadow: 1px 1px;
	box-shadow: 0 10px 25px rgba(0,0,0,.5);
	background-color: rgba(118, 82, 180, 0.15);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: all 0.4s ease-out;
}
#callback_form button{
	width: 270px;
	height: 40px;
	border:0;
	font-family: GothamProLight;
	color: #ffffff;
	font-size: 14px;
	text-transform:uppercase;
	background-image: linear-gradient(0deg, #4098e6 0%, #47a7fd 100%);
	border-radius: 5px;
}
#callback_form button:hover{
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
	background-image: linear-gradient(0deg, #47a7fd 0%, #4098e9 100%);
}
#callback_form form {
	float:left;
	margin: 13px;
	opacity: 1;
}
#callback_form fieldset {
	clear: both;
	text-align: right;
	line-height: 40px;
	border: none;
}
#callback_form label {
	float:left;
	width:80px;
	color: #ffffff;
	font-size: 14px;
	margin-right:15px;
}
#callback_form fieldset span{
	color: #4098e6;
}
#callback_form input {
	height: 40px;
	width: 270px;
	box-shadow: none;
	border: thin solid #D8D8D8;
	font-family: GothamProLight;
	color: #101010;
	font-size: 14px;
	padding-left:10px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.95);
}
#callback_form textarea {
	height: 100px;
	width: 270px;
	box-shadow: none;
	border: thin solid #D8D8D8;
	font-family: GothamProLight;
	color: #464646;
	font-size: 14px;
	padding:10px;
	border-radius: 5px;
}
#callback_form input:focus,#callback_form textarea:focus{
	outline:none;
}
#callback_form #send_message{
	cursor:pointer;
}
#login_form {
	width: 333px;
	display: none;
	position: fixed;
	top: 33px;
	min-height: 150px;
	right: 15%;
	z-index: 1001;
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 10px 25px rgba(0,0,0,.5);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: all 0.4s ease-out;
}
#login_form button{width: 212px;height: 40px;border-radius: 5px;border: 0;color: #ffffff;text-transform: uppercase;cursor: pointer;background-image: linear-gradient(0deg, #4098e6 0%, #47a7fd 100%);font-family: GothamProLight;font-size: 14px;margin: 0;}
#login_form button:hover{
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
	background-image: linear-gradient(0deg, #47a7fd 0%, #4098e6 100%);
}
#login_form form {
	float:left;
	margin:10px;
}
#login_form fieldset {
	clear:both;
	text-align:right;
	line-height:34px;
	border:none;
}
#login_form label {
	width:60px;
	color: #ffffff;
	font-size: 14px;
	margin-right:15px;
}
#login_form fieldset span{
	color: #4098e6;
}
#login_form input {
	height: 40px;
	width: 210px;
	box-shadow: none;
	border: thin solid #d1d0d5;
	color: #101010;
	font-size: 14px;
	padding-left:10px;
	border-radius: 5px;
	font-family: GothamProLight;
	background-color: rgba(255, 255, 255, 0.95);
}
#login_form input:focus{
	outline:none;
}
#login_form #send_login{
	cursor:pointer;
}
#login_form #reg_form{
	background-color: #835fa8;
	border: thin solid #835fa8;
}
#login_form .notice{
	margin:15px;
	color:#ff4f00;
	clear: both;
	font-size:1.2em;
}
#login_form .actions{
	margin:15px;
	clear: both;
	text-align: right;
}
#login_form .actions a{
	background: rgba(214, 214, 214, 0.2);
	color: white;
	text-shadow: 0 0px 1px #acacac;
	cursor: pointer;
	border: thin solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	padding: 7px 13px;
	display: inline-block;
	font-size: 14px;
}
#login_form .actions a:hover {
	background-image: linear-gradient(0deg, #4098e6 0%, #47a7fd 100%);
	/* background: rgba(214, 214, 214, 0.5); */
	text-decoration: none;
	border: thin solid rgb(69, 162, 244);
}
#login_form .form {
	margin: 5px;
}
#login_form:hover{
	background-color: rgba(22, 22, 22, 0.85);
}
a#username {
	background: url(../img/login.png) no-repeat;
	padding-left: 20px;
	background-size: 18px 18px;
}
#private a {
	color: rgba(255, 255, 255, 0.85);
	display: inline-block;
	margin: 0 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: capitalize;
	font-size: 1.4em;
	line-height: 18px;
}
#team,
#platform,
#mission,
#projects,
#carousel_mm_item,
#carousel_vv_item,
#carousel_tookl_item,
#carousel_fpt_item,
#carousel_trainster_item,
#carousel_god2_item,
#carousel_testup_item,
#carousel_ruvigator_item{
	background-size: cover;
	background-position: 50% 0%;
  background-repeat: no-repeat;	
}

#mission {
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    min-height: 100vh;
    position: relative;
    text-align: left;
}
#team {
    background-image: url(../img/freedom.png);
    background-repeat: no-repeat;
    background-position: 50%;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    position: relative;
    text-align: left;
}
#platform {
    background-image: url(../img/bg/1920/bottom.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    position: relative;
    text-align: left;
}
#platform .square:hover {
    /* background-image: url(../img/teoid.jpg); */
    background-color: rgba(118, 82, 180, 0.9);
}
.white {
    color: #ffffff;
}
.project-content {
    padding: 16% 24%;
}
.square:hover {
    background-color: rgba(71, 167, 253, 0.9);
}
#callback_form:hover {
    background-color: rgba(118, 82, 180, 0.85);
}
.status {
    border: 2px solid rgba(127, 127, 127, 0.5);
    width: 55px;
    height: 55px;
    border-radius: 55px;
    position: absolute;
    left: 0px;
    border-top: 2px solid #47a7fd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.right-part{
	border-right: 2px solid #47a7fd;
}
.bottom-part{
	border-bottom: 2px solid #47a7fd;
}
.left-part{
	border-left: 2px solid #47a7fd;
}
#private {
    position: absolute;
    right: 40px;
    top: 16px;
}
#kabinet{
	min-height: 60vh;
	padding: 20vh 21%;
}
.kabinet_menu{
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
}
.kabinet_menu li{
	list-style-type: none;
	display: inline-block;
	margin-right:10px;
	color: #101010;
	font-size: 12px;
	line-height: 14px;
	text-transform:uppercase;
	cursor:pointer;
	margin-bottom: 5px;
	border-bottom: thin solid rgba(64, 152, 230, 0);
}
.kabinet_menu li:hover {
	border-bottom: thin solid #4098e6;
}
.kabinet_menu .active {
	border-bottom: thin dashed #4098e6;
}
.kabinet_content{
	padding: 20px;
	background-color: rgba(22, 22, 22, 0.5);
	box-shadow: 0 10px 25px rgba(0,0,0,.5);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: all 0.4s ease-out;
}
#kabinet_me_item form {
	display: block;
	margin: 40px auto;
	width: 300px;
}
#kabinet_me_item form input {
    width: 222px;
    height: 34px;
    padding-left: 10px;
    font-family: GothamProLight;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
}
#kabinet_me_item label {
	color: #ffffff;
    font-size: 14px;
    line-height: 34px;
    text-align: right;
    float: left;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    width: 40px;
}
.margin_top{
	margin: 20px auto;
	width: 300px;
}
#kabinet_me_item input{
	border: thin solid #eeeeee;
}
#kabinet_me_item input:hover, #kabinet_me_item input:focus{
	border: thin solid #4098e6;
}
#kabinet_spam {
    height: 14px !important;
    width: 14px !important;
}
.save_button{
	width: 272px;
	height: 55px;
	margin: 30px auto;
}
.save_button button{
	margin: 5px 5px 5px 16px;
	background-color: #4098e6;
	width: 272px;
	height: 45px;
	border-radius: 5px;
	border: 0;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
	background-image: linear-gradient(0deg, #4098e6 0%, #47a7fd 100%);
	font-family: GothamProLight;
	font-size: 14px;
}
.save_button button:hover{
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
	background-image: linear-gradient(0deg, #47a7fd 0%, #4098e6 100%);
}
#kabinet_me_item form span.star {
    color: #4098e6;
    position: relative;
    left: 9px;
    top: 0;
    font-size: 14px;
    margin-left: -7px;
    font-style: normal;
}
.kabinet_menu a {
    color: #ffffff;
    font-family: GothamProRegular;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.kabinet_menu a:hover {
    text-decoration: none;
    color: #4098e6;
}

#bread_crumbs {
    margin: 20px;
    font-size: 1.4em;
}

#projects{
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

.cabinetform {
    /* width: 360px; */
}

ul#contents {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#contents li {
    margin: 1vh;
    border: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    border-radius: 50px;
}

#contents li a {
    color: #ffffff;
    display: block;
    height: 4vh;
    line-height: 4vh;
    text-transform: uppercase;
    font-size: 0.8em;
    cursor:pointer;
}

#contents li a:hover {
    text-decoration: none;
}

#contents li:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 1);
}

#kabinet h1 {
    font-size: 2.8em;
    font-family: GothamProBold;
    letter-spacing: 4px;
    text-align: center;
}

table{color:#101010;width:100%;text-align:center;}
td{text-align:center;padding:10px;}
td:first-child{border:none;}
tr:nth-child(even){background:#FFFFFF;}
tr:nth-child(odd){background:#e5e5e5;}
th{font-family:GothamProRegular;font-weight:400;background-color:#4098e6;color:#ffffff;padding:10px;}
#text{max-width: 1240px;text-align: center;padding: 20px;margin: 0 auto;padding-top: 150px;}
#text div{margin: 40 auto;}
#text span{font-size: 14px;}
#text li {list-style: none;display: inline-block;padding: 5px 10px;font-size: 14px;margin-right: 20px;}
#text li a{color:#ffffff;}
#text ul {text-align: left;padding: 0;}
#planet{position:absolute;right:20px;top:40px;font-family:Maya;font-size:1em;}
#sun{position:absolute;left:20px;top:28px;font-family:Maya;font-size:1em;}
.ui-slider {margin: 20px 0px;}
.ui-slider .ui-slider-handle {width: 2.0em;height: 2.0em;border-radius: 50%;background-image: linear-gradient(0deg, #4098e6 0%, #47a7fd 100%) !important;outline: none;top: -0.6em; cursor: pointer; border: none !important;}
.ui-slider .ui-slider-handle:hover {background-image: linear-gradient(0deg, #47a7fd 0%, #4098e9 100%) !important; border: none !important;}
.ui-slider .ui-slider-handle:active {background-image: linear-gradient(0deg, #47a7fd 0%, #4098e9 100%) !important; border: none !important;}
.ui-slider-horizontal {height: 0.8em;}
.ui-slider-horizontal .ui-slider-range {background-color: #47a7fd;}
.ui-widget-content{border: none !important;}
.toggle-icon{cursor: pointer;margin-left: 10px; font-weight: 900;font-size: 14px; color:#47a7fd;}

@media screen and (max-width:720px){
table.responsive, .responsive thead, .responsive tbody, .responsive tr {display: block;}
.responsive thead tr {display:none;}
.responsive tr {border-bottom: 1px solid #eeeeee;}
.responsive td,.responsive tbody th {vertical-align:top; display:inline-block; margin: 2px;}
#private {width: 100px;}
}

@media screen and (min-width: 640px) and (max-width: 719px) and (min-height: 641px) {

#login_form{
	background-color: rgba(0, 0, 0, 0.15);	
}
#login_form:hover{
	background-color: rgba(0, 0, 0, 0.85);
}
}
@media screen and (min-width: 640px) and (max-width: 719px) and (min-height: 480px) and (max-height: 640px) {

#login_form{
	background-color: rgba(0, 0, 0, 0.15);	
}
#login_form:hover{
	background-color: rgba(0, 0, 0, 0.85);
}
}
@media screen and (min-width: 640px) and (max-width: 719px) and (max-height: 479px) {
	
#callback{ 	
	left: 10%; 	
	bottom: 20px;
}
#login_form{
	background-color: rgba(0, 0, 0, 0.15);	
}
#login_form:hover{
	background-color: rgba(0, 0, 0, 0.85);
}
#callback_form{
	bottom: 5px;
}
#callback_form textarea {
	height: 40px;
}
}

@media screen and (min-width: 551px) and (max-width: 639px) and (min-height: 641px) {

#login_form{
	background-color: rgba(0, 0, 0, 0.15);	
}
#login_form:hover{
	background-color: rgba(0, 0, 0, 0.85);
}
}
@media screen and (min-width: 551px) and (max-width: 639px) and (min-height: 481px) and (max-height: 640px) {

#login_form{
	background-color: rgba(0, 0, 0, 0.15);	
}
#login_form:hover{
	background-color: rgba(0, 0, 0, 0.85);
}
}
@media screen and (min-width: 551px) and (max-width: 639px) and (max-height: 480px) {

	#callback{ 	
		left: 10%; 	
		bottom: 20px;
	}
#login_form{
	background-color: rgba(0, 0, 0, 0.15);	
}
#login_form:hover{
	background-color: rgba(0, 0, 0, 0.85);
}
#callback_form{
	bottom: 5px;
}
#callback_form textarea {
	height: 40px;
}

}

@media screen and (min-width: 480px) and (max-width: 550px) and (min-height: 641px) {

#login_form{
	right: 5px;
	background-color: rgba(0, 0, 0, 0.15);	
}
#login_form:hover{
	background-color: rgba(0, 0, 0, 0.85);
}
#callback {
    left: 10%;
    bottom: 20px;
}
#callback_form{
	left: 10px;
	width: 370px;
}
#callback_form input{
	width: 210px;
}
#callback_form button{
	width: 212px;
}
#callback_form textarea {
    width: 210px;
    height: 40px;
}
}
@media screen and (min-width: 480px) and (max-width: 550px) and (min-height: 481px) and (max-height: 640px) {

#login_form{
	right: 5px;
	background-color: rgba(0, 0, 0, 0.15);	
}
#login_form:hover{
	background-color: rgba(0, 0, 0, 0.85);
}
#callback {
    left: 10%;
    bottom: 20px;
}
#callback_form{
	left: 10px;
	width: 370px;
}
#callback_form input{
	width: 210px;
}
#callback_form button{
	width: 212px;
}
#callback_form textarea {
    width: 210px;
    height: 40px;
}
}
@media screen and (min-width: 480px) and (max-width: 550px) and (max-height: 480px) {

#callback{ 	
	left: 10%; 	
	bottom: 20px;
}
#login_form{
	right: 5px;
	background-color: rgba(0, 0, 0, 0.15);	
}
#login_form:hover{
	background-color: rgba(0, 0, 0, 0.85);
}
#callback {
    left: 10%;
    bottom: 20px;
}
#callback_form{
	left: 10px;
	width: 370px;
	bottom: 5px;	
}
#callback_form input{
	width: 210px;
}
#callback_form button{
	width: 212px;
}
#callback_form textarea {
    width: 210px;
    height: 40px;
}
}

@media screen and (min-width: 420px) and (max-width: 479px) and (min-height: 641px) {

#login_form{
	right: 5px;
	background-color: rgba(0, 0, 0, 0.15);	
}
#login_form:hover{
	background-color: rgba(0, 0, 0, 0.85);
}
#callback {
    left: 10%;
    bottom: 20px;
}
#callback_form{
	left: 10px;
	width: 370px;
}
#callback_form input{
	width: 210px;
}
#callback_form button{
	width: 212px;
}
#callback_form textarea {
    width: 210px;
    height: 40px;
}
}
@media screen and (min-width: 420px) and (max-width: 479px) and (min-height: 481px) and (max-height: 640px) {

#login_form{
	right: 5px;
	background-color: rgba(0, 0, 0, 0.15);	
}
#login_form:hover{
	background-color: rgba(0, 0, 0, 0.85);
}
#callback {
    left: 10%;
    bottom: 20px;
}
#callback_form{
	left: 10px;
	width: 370px;
}
#callback_form input{
	width: 210px;
}
#callback_form button{
	width: 212px;
}
#callback_form textarea {
    width: 210px;
    height: 40px;
}
}
@media screen and (min-width: 420px) and (max-width: 479px) and (max-height: 480px) {
#login_form{
	right: 5px;
	background-color: rgba(0, 0, 0, 0.15);	
}
#login_form:hover{
	background-color: rgba(0, 0, 0, 0.85);
}
#callback {
	left: 10%;
	bottom: 20px;
}
#callback_form{
	left: 10px;
	width: 370px;
  bottom: 5px;	
}
#callback_form input{
	width: 210px;
}
#callback_form button{
	width: 212px;
}
#callback_form textarea {
	width: 210px;
	height: 40px;
}
}

@media screen and (max-width: 419px) and (min-height: 641px) {
	#callback_form{
		left: 10px;
		width: 280px;
	}
	#callback_form textarea{
		width: 210px;
		height: 40px;
	}
	#callback_form input{
		width: 210px;
	}
	#callback_form button{
		width: 212px;
	}	
	#callback_form label{
		float: none;
		margin-right: 5px;
		display: none;
	}
	#login_form{
		right: 5%;
		width: 255px;
		background-color: rgba(0, 0, 0, 0.15);	
	}
	#login_form:hover{
		background-color: rgba(0, 0, 0, 0.85);
	}
	#login_form label{
		display: none;
	}
	#login_form .actions a{
		margin: 2px 0px 2px 4px;
	}
	#login_form .actions{
	    margin: 15px 5px;
	    text-align: center;
	}
}
@media screen and (max-width: 419px) and (min-height: 541px) and (max-height: 640px) {
	#callback_form{
		left: 10px;
		width: 280px;
	}
	#callback_form textarea{
		width: 210px;
		height: 40px;
	}
	#callback_form input{
		width: 210px;
	}
	#callback_form button{
		width: 212px;
	}	
	#callback_form label{
		float: none;
		margin-right: 5px;
		display: none;
	}
	#login_form{
		right: 5%;
		width: 255px;
		background-color: rgba(0, 0, 0, 0.15);	
	}
	#login_form:hover{
		background-color: rgba(0, 0, 0, 0.85);
	}
	#login_form label{
		display: none;
	}
	#login_form .actions a{
		margin: 2px 0px 2px 4px;
	}
	#login_form .actions{
		margin: 15px 5px;
		text-align: center;
	}
}
@media screen and (max-width: 419px) and (min-height: 481px) and (max-height: 540px) {

#callback{ 	
	left: 10%; 	
	bottom: 20px;
}
#callback_form{
	left: 10px;
	width: 280px;
	bottom: 5px;
}
#callback_form textarea{
	width: 210px;
	height: 40px;
}
#callback_form input{
	width: 210px;
}
#callback_form button{
	width: 212px;
}	
#callback_form label{
	float: none;
	margin-right: 5px;
	display: none;
}
#login_form{
	right: 5%;
	width: 255px;
	background-color: rgba(0, 0, 0, 0.15);	
}
#login_form:hover{
	background-color: rgba(0, 0, 0, 0.85);
}
#login_form label{
	display: none;
}
#login_form .actions a{
	margin: 2px 0px 2px 4px;
}
#login_form .actions{
    margin: 15px 5px;
    text-align: center;
}

}
@media screen and (max-width: 419px) and (max-height: 480px) {
#callback{ 	
	left: 10%; 	
	bottom: 20px;
}
#callback_form{
	left: 10px;
	width: 280px;
	bottom: 5px;
}
#callback_form textarea{
	width: 210px;
	height: 40px;
}
#callback_form input{
	width: 210px;
}
#callback_form button{
	width: 212px;
}	
#callback_form label{
	float: none;
	margin-right: 5px;
	display: none;
}
#login_form{
	right: 5%;
	width: 255px;
	background-color: rgba(0, 0, 0, 0.15);	
}
#login_form:hover{
	background-color: rgba(0, 0, 0, 0.85);
}
#login_form label{
	display: none;
}
#login_form .actions a{
	margin: 2px 0px 2px 4px;
}
#login_form .actions{
    margin: 15px 5px;
    text-align: center;
}

}