﻿









.x-bar{
  position: absolute;
  top: 2px;
  left: 10px;
padding:0px 0px;
margin:0px;}

#collage{
position:absolute;
right:40px;
top:25px;
width: 842px;
height: 595px;
background-image: url(../images/9.png);
display: block;
z-index:1;
border: none;

}
    
.collage{
position:relative;
width: 842px;
height: 595px;
background-image: url(../images/coll2.png);
display: block;
z-index:10;
border: none;
}



.overflow{
width: 480px;
height: 580px;
overflow-y: auto;
overflow-x: hidden;}








.x1{
position:absolute;
left:61px;
top:65px;
transform: rotate(-5.7deg);
width: 210px;
height: 200px;
border:15px solid #fff;
object-fit:cover;
z-index:1;
cursor: pointer;
outline:none;}



.x2{
position:absolute;
left:321px;
top:70px;
transform: rotate(4.4deg);
width: 207px;
height: 200px;
border:15px solid #fff;
object-fit:cover;
z-index:1;
cursor: pointer;
outline:none;}




.x3{
position:absolute;
right:44px;
top:75px;
transform: rotate(-6deg);
width: 200px;
height: 200px;
border:15px solid #fff;
object-fit:cover;
z-index:2;
cursor: pointer;
outline:none;}




.x4{
position:absolute;
left:19px;
bottom:57px;
transform: rotate(10deg);
width: 145px;
height: 139px;
border:15px solid #fff;
object-fit:cover;
z-index:1;
cursor: pointer;
outline:none;}


.x5{
position:absolute;
left:208px;
bottom:101px;
transform: rotate(-19deg);
width: 135px;
height: 129px;
border:7px solid #fff;
object-fit: cover;

z-index:4;
cursor: pointer;
outline:none;}


.x6{
position:absolute;
left:358px;
bottom:90px;
transform: rotate(4deg);
width: 133px;
height: 129px;
border:7px solid #fff;
object-fit:cover;
z-index:3;
outline:none;}

.x7{
position:absolute;
right:182px;
bottom:108px;
transform: rotate(-5deg);
width: 131px;
height: 129px;
border:7px solid #fff;
object-fit:cover;
z-index:2;
outline:none;}

.x8{
position:absolute;
right:32px;
bottom:79px;
transform: rotate(-6deg);
width: 131px;
height: 129px;
border:7px solid #fff;
object-fit:cover;
z-index:1;
outline:none;}


[draggable=true] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}


.draggable {
cursor:move;
position:absolute;
top:5px;
left:210px;
z-index:20;}

.draggable1 {
cursor:move;
position:absolute;
bottom:52px;
right:34px;
z-index:20;}

.bottoms {
font-family:tahoma;
font-size:16px;
color:#000;

transform: rotate(-5deg);
font-weight:normal;
font-style:normal;
text-transform: capitalize;
display:inline-block;
letter-spacing:0px;



}


.tops {
font-family:impact;
font-size:30px;
color:#fff;
font-weight:normal;
font-style:normal;
text-transform: capitalize;
display:inline-block;
letter-spacing:0px;
-webkit-text-stroke:1.27px #000;
}

.vishi {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


.upload>input {
  display: none;
}

.button2 {
font-family:lucida;
font-size: 15px;
  min-width: 45px;
  height: 30px;
  padding: 0px 0px;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  z-index: 0;
    background-color: #c00;
  overflow: hidden;
  border: 1px solid #c00;
  color: #fff;
}
.button2:hover {
  color: #fff;
border-color: #ff3800;
}
.button2:hover:after {
  width: 100%;
}
.button2:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
    background-color: #ff3800;
}

.button10 {
font-family:lucida;
font-size: 15px;
  min-width: 45px;
  height: 30px;
  padding: 0px 0px;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  z-index: 0;
    background-color: #008000;
  overflow: hidden;
  border: 1px solid #008000;
  color: #fff;
}
.button10:hover {
  color: #fff;
border-color: #008b8b;
}
.button10:hover:after {
  width: 100%;
}
.button10:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
    background-color: #008b8b;

}




.gg{width:60%!important;}
.gg1{width:30%!important;}
.gg2{width:24%!important;}


.form-group{
margin-bottom:10px;
}

.input::placeholder {
  
    opacity: 1;
    color: #fff;
}




.input{
text-decoration: none;
width:20%;
height:34px;
padding:6px 12px;
font-size:14px;
color:#fff;
background-color:#777;
border-radius:4px;
border:1px solid #555;

}

.input:hover {
    background-color: #777;

border-right:4px solid #c00;
}


.out {
    background-color: #777;
  padding: 7px 10px;
border-radius:4px 0px 0px 4px;


  color: #fff;
}


input,
output {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

output {
    background-color: #c00;
  padding: 7px 15px;
border-radius:4px 4px 4px 4px;

  color: #fff;
}

.input1{


width:10%;
height:30px;
cursor: pointer;
display: inline-block;
  vertical-align: middle;
  font-size: 14px;
color:#fff;
    background-color: #777;
border-radius:0px 4px 4px 0px;

border:0px;
}

.input1:hover {
    background-color: #555;
border-right:4px solid #c00;
}






.button4 {
  display: inline-block;

}

.button4 a {

  float: left;
  padding: 4px 10px;
  text-decoration: none;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
transform: scale(1.05);
  
  background-image: linear-gradient( /* chrome */
    hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 50%,
    hsla(0, 0%, 0%, 0.3) 50%, hsla(0, 0%, 100%, 0.2)
  );

}



.button4 a:first-child {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  border: 1px solid #555;
}

.button4 a:last-child {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  border: 1px solid #555;
}

.xred1{background-color:#DD380D;
border: 1px solid #DD380D;
font-family:tahoma;
  font-size: 14px;
color:#fff;
font-weight:normal;}

.xorange1{background-color:#FFAE00;
border: 1px solid #FFAE00;
font-family:tahoma;
  font-size: 14px;
color:#fff;
font-weight:normal;}

.xgreen1{background-color:green;
border: 1px solid green;
font-family:tahoma;
  font-size: 14px;
color:#fff;
font-weight:normal;}

.aurometalsaurus1{background-color:#6e7f80;
border: 1px solid #6e7f80;
font-family:tahoma;
  font-size: 14px;
color:#fff;
font-weight:normal;}

.bittersweet{
background-color:#bf4f51;
border: 1px solid #bf4f51;
font-family:tahoma;
  font-size: 14px;
color:#fff;
font-weight:normal;}





.xblack{background-color:#000;
border: 1px solid #000;}

.xwhite{background-color:#ccc;
border: 1px solid #ccc;}

.xred{background-color:#ff0000;
border: 1px solid #ff0000;}

.xorange{background-color:#FFAE00;
border: 1px solid #FFAE00;
}



.xblue{background-color:#007FFF;
border: 1px solid #007FFF;}

.xcoral{background-color:#ff9966;
border: 1px solid #ff9966;}

.xgreen{background-color:#008000;
border: 1px solid #008000;}

.air-force-blue{background-color:#5d8aa8;
border: 1px solid #5d8aa8;}

.aurometalsaurus{background-color:#6e7f80;
border: 1px solid #6e7f80;}

.beaver{background-color:#9f8170;
border: 1px solid #9f8170;}

.electric-green{background-color:#0f0;
border: 1px solid #0f0;}

.purple{background-color:#966fd6;
border: 1px solid #966fd6;}


input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
 margin-left: 15px;
  width: 200px;
  height: 7px;
background-image: url("../images/sl.jpg");


  border-radius: 5px;

}

input[type="range"]::-moz-range-thumb {

  height: 30px;
  width: 30px;
  background: none;
border:0px;
background-image: url("../images/x5.png");
  cursor: ew-resize;

  
}

input[type="range"]::-webkit-range-thumb {

  height: 30px;
  width: 30px;
  background: none;
border:0px;
background-image: url("../images/x5.png");
  cursor: ew-resize;

  
}

input[type="range"]::-ms-range-thumb {

  height: 30px;
  width: 30px;
  background: none;
border:0px;
background-image: url("../images/x5.png");
  cursor: ew-resize;

  
}



input[type="range"]::-webkit-slider-thumb:hover {
background-image: url("../images/x6.png");
}

input[type="range"]::-moz-range-thumb:hover {
background-image: url("../images/x6.png");
}

input[type="range"]::-ms-thumb:hover {
background-image: url("../images/x6.png");
}

/* Input Track */
input[type=range]::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}




.select {
width:40%;
color:#fff;
position: relative;
  height: 28px;
  background: #363d47;
font-size:14px;
cursor: pointer;
  border: 1px solid;
  border-color: #272c33 #242930 #22272d;
  border-radius: 3px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background-image: -webkit-linear-gradient(top, #4a5361, #363d47);
  background-image: -moz-linear-gradient(top, #4a5361, #363d47);
  background-image: -o-linear-gradient(top, #4a5361, #363d47);
  background-image: linear-gradient(to bottom, #4a5361, #363d47);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15);}

.select:hover{
  background-color: gray;
}


.input4{


width:10%;
height:30px;
cursor: pointer;
display: inline-block;
  vertical-align: middle;
  font-size: 14px;
color:#fff;
background-color: #555;
border-radius:0px;
border:0px;
}

.input4:hover {
    background-color: #777;
}





.oup {
background: #ff3800;
  padding: 7px 8px;
border-radius:0px;
margin-left:5px;
  color: #fff;
border-radius:2px 0px 0px 2px;
}




.input14{
width:200px;
height:30px;
display: inline-block;
  vertical-align: middle;
  font-size: 14px;
color:#fff;
background-image: url("../images/x7.png");
border-radius:0px 2px 2px 0px;
border:none;
 cursor:pointer;
}

.input14:hover {
background-image: url("../images/x8.png");
border-right:4px solid #ff4500;
color:#fff;
}

.sidebar {
position: absolute;
top: 70px;
    left: 0px;
    height: 530px;
    width: 360px;
    
background-color:#fff;

    cursor: pointer;
    z-index: 3;
    overflow-x: hidden;
padding-top: 20px;
padding-left: 10px;
}

.sidebar1 {
position: absolute;
top: 170px;
    left: 0px;
    height: 450px;
    width: 370px;
    
background-color:#ddd;

    cursor: pointer;
    z-index: 3;
    overflow-x: hidden;
padding-top: 20px;
padding-left: 10px;
}


.put3 {
background-color: #008000;
  padding: 7px 15px;
border-radius:4px 0px 0px 4px;
  color: #fff;
}

.input2::placeholder {
  
    opacity: 1;
    color: #fff;
}

.input2{

cursor: pointer;
width:17%;
height:30px;
display: inline-block;
  vertical-align: middle;
  font-size: 14px;
color:#fff;
    background-color: #777;
border-radius:0px 4px 4px 0px;

border-right:1px solid #777;
border-top:1px solid #777;
border-left:1px solid #777;
border-bottom:1px solid #777;
}

.input2:hover {
    background-color: #777;
border-right:4px solid #c00;
}

.input5{

cursor: pointer;
width:5%;
height:30px;
display: inline-block;
  vertical-align: middle;
font-family:tahoma;
  font-size: 17px;
color:#fff;
  background-color: #c00;
border-radius:4px 4px 4px 4px;

border:0px solid #777;

}

.input5:hover {
    background-color: #777;
border-right:4px solid #c00;
}













.cone {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 21px;
border-radius:4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cone input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 30px;
  width: 30px;
  background-color: #c00;
  border: 1px solid #fff;border-radius:4px;
}

/* On mouse-over, add a grey background color */
.cone:hover input ~ .checkmark {
  background-color: #c00;
  border: 1px solid #fff;
}

/* When the checkbox is checked, add a blue background */
.cone input:checked ~ .checkmark {
  background-color: #008000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cone input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cone .checkmark:after {
  left: 8px;
  top: 5px;
  width: 10px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

.infos{ 
font-family: lucida;
font-size:27px;
text-transform: capitalize;
color: #000;
font-weight:bold;}


.welcome{
position:absolute;
left:7px;
top:110px;
border:1px solid #000;
padding:0px 10px;
  background-color: #960018;
width: 30%;
height: 500px;
  color: #fff;
font-family: lucida;
font-size:17px;
text-transform: capitalize;
overflow-y: auto;
overflow-x: hidden;}







.fa-file-image-o{color:#ffe135;}
.fa-arrow-right{color:#ffe135;}
.fa-upload{color:#ffe135;}
.fa-info-circle{color:#007FFF;}
.fa-exclamation-triangle{color:#ffe135;}




















#bax,
#bax ul,
#bax ul li,
#bax ul li a {
  margin: 0px;
  padding: 0px;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#bax {
  width: auto;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#bax.align-right ul li {
  float: right;
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.22);
}
#bax.align-right ul li a {
  border-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
#bax ul {
  background: #18191b;
  

  background: -moz-linear-gradient(bottom, #000000 0%, #18191b 50%, #252321 51%, #18191b 78%, #888888 100%);
  background: -webkit-linear-gradient(bottom, #000000 0%, #18191b 50%, #252321 51%, #18191b 78%, #888888 100%);
  background: -o-linear-gradient(bottom, #000000 0%, #18191b 50%, #252321 51%, #18191b 78%, #888888 100%);
  background: -ms-linear-gradient(bottom, #000000 0%, #18191b 50%, #252321 51%, #18191b 78%, #888888 100%);
  background: linear-gradient(to top, #000000 0%, #18191b 50%, #252321 51%, #18191b 78%, #888888 100%);
}
#bax:after,
#bax ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#bax ul li {
  float: left;
  display: block;
  border-right: 1px solid rgba(0, 0, 0, 0.22);
  z-index: 1;
}
#bax ul li::after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  border-top-left-radius: 50% 4px;
  border-top-right-radius: 50% 4px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 2;
  bottom: 10px;
}
#bax ul li a {
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 3;
}
#bax ul li a:hover,
#bax ul li.bax1 a {
  color: #ffffff;
}
#bax ul li:hover,
#bax ul li.bax1 {
  background: #960018;


  background: -moz-linear-gradient(bottom, #960018 0%, #960018 50%, #960018 51%, red 78%, #960018 100%);
  background: -webkit-linear-gradient(bottom, #960018 0%, #960018 50%, #960018 51%, red 78%, #960018 100%);
  background: -o-linear-gradient(bottom, #960018 0%, #960018 50%, #960018 51%, red 78%, #960018 100%);
  background: -ms-linear-gradient(bottom, #960018 0%, #960018 50%, #960018 51%, red 78%, #960018 100%);
  background: linear-gradient(to top, #960018 0%, #960018 50%, #960018 51%, red 78%, #960018 100%);
}
#bax ul li:hover::after,
#bax ul li.bax1::after {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #1275ae 61%, #1275ae 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #1275ae 61%, #1275ae 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #1275ae 61%, #1275ae 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #1275ae 61%, #1275ae 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
















