@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  direction: rtl;
  background: #0f0621;
  font-family: Open Sans;
  margin: 0;
  font-size: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#container {
  position: relative;
  margin: auto;
  -webkit-box-pack: center;
          justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  z-index: 0;
}
#container .mockup {
  position: relative;
  background: #fff;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
#container .mockup .top {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 55px;
  background: #fff;
  box-shadow: 0 15px 30px -20px rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
          align-items: center;
}
#container .mockup .top .logo {
  position: relative;
  height: 20px;
  margin-left: 20px;
}
#container .mockup .top ul {
  display: block;
  margin-left: 20px;
  padding: 0;
  list-style: none;
}
#container .mockup .top ul li {
  display: inline-block;
  line-height: 35px;
  cursor: pointer;
  padding: 0 10px;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
}
#container .mockup .top ul li:hover {
  color: #333;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
#container .mockup .top ul .store {
  color: #ff5572;
}
#container .mockup .top ul .more i {
  font-size: 24px;
  vertical-align: middle;
  color: #777;
}
#container .mockup .top .user_control {
  -webkit-box-flex: 1;
          flex: 1;
  height: 55px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
          align-items: center;
  margin-right: 20px;
}
#container .mockup .top .user_control #profile_img {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
#container .mockup .top .user_control #profile_img:hover {
  box-shadow: inset 0 2px 10px 1px rgba(0, 0, 0, 0.5);
}
#container .mockup .top .user_control #notifications {
  width: 35px;
  height: 35px;
  margin-right: 20px;
  border-radius: 50%;
  box-shadow: 0 3px 20px -4px rgba(0, 0, 0, 0.08);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 35px;
}
#container .mockup .top .user_control #notifications:hover {
  box-shadow: 0 3px 15px -4px rgba(0, 0, 0, 0.33);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container .mockup .top .user_control #notifications:active {
  box-shadow: inset 0 2px 15px -4px rgba(0, 0, 0, 0.2);
}
#container .mockup .top .user_control #notifications i {
  line-height: 35px;
  font-size: 16px;
  color: #777;
}
#container .mockup .top .user_control #new {
  width: 70px;
  height: 35px;
  margin-right: 20px;
  border-radius: 50px;
  box-shadow: 0 3px 20px -4px rgba(0, 0, 0, 0.08);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 35px;
  text-transform: uppercase;
  color: #4d69e6;
  font-weight: 600;
}
#container .mockup .top .user_control #new:hover {
  box-shadow: 0 3px 15px -4px rgba(0, 0, 0, 0.33);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container .mockup .top .user_control #new:active {
  box-shadow: inset 0 2px 15px -4px rgba(0, 0, 0, 0.2);
}
#container .mockup .outer-search {
  width: 100%;
  position: relative;
}
#container .mockup .outer-search .search-filter {
  position: relative;
  width: 600px;
  margin: auto;
  margin-top: 25px;
  overflow: hidden;
}
#container .mockup .outer-search .search-filter .search-container {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 40px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 45px -16px rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
          align-items: center;
}
#container .mockup .outer-search .search-filter .search-container .search-icon {
  color: #8099aa;
  font-size: 22px;
  margin: 0 10px;
}
#container .mockup .outer-search .search-filter .search-container #search {
  width: 100%;
  padding-left: 15px;
  height: 100%;
  border-radius: 50px;
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: #777;
}
#container .mockup .outer-search .search-filter .search-container #search::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  color: #8099aa;
}
#container .mockup .outer-search .search-filter .search-container #search:focus {
  outline-width: 0;
}
#container .mockup .outer-search .search-filter .filter {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 50px;
  margin: 8px 0;
  -webkit-box-align: center;
          align-items: center;
}
#container .mockup .outer-search .search-filter .filter .pill {
  width: 85px;
  height: 35px;
  margin-right: 10px;
  border-radius: 50px;
  box-shadow: 0 3px 20px -4px rgba(0, 0, 0, 0.08);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 35px;
  color: #8099aa;
  font-weight: 600;
}
#container .mockup .outer-search .search-filter .filter .pill:hover {
  box-shadow: 0 3px 15px -4px rgba(0, 0, 0, 0.33);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container .mockup .outer-search .search-filter .filter .pill:active {
  box-shadow: inset 0 2px 15px -4px rgba(0, 0, 0, 0.2);
}
#container .mockup .outer-search .search-filter .filter .active {
  background-image: -webkit-gradient(linear, left top, right top, from(#0084FF), to(#58D3FF));
  background-image: linear-gradient(to right, #0084FF, #58D3FF);
  box-shadow: 0 3px 25px -5px #58D3FF;
  color: white;
}
#container .mockup .outer-search .search-filter .filter .material-icons {
  color: #8099aa;
}
@media(min-width: 768px){
	#container .mockup .feeds {
	  width: 60%;
	  right: 35%;
	  transform: translate(-35%, 10px);
	  display: -webkit-box;
	  display: flex;
	  padding-left: 20px;
	  -webkit-box-pack: start;
	  justify-content: flex-start;
	  align-content: flex-start;
	}

}
@media(max-width: 768px){
	#container .mockup .feeds {
	  display: -webkit-box;
	  display: flex;
	  padding-left: 20px;
	  -webkit-box-pack: start;
	  justify-content: flex-start;
	  align-content: flex-start;
	}
}
#container .mockup .feeds h1 {
  color: #555;
  font-weight: 700;
  width: calc(100% - 25px);
  padding-right: 50px;
}
#container .mockup .feeds .s-1, #container .mockup .feeds .s-2 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-basis: auto;
}
#container .mockup .feeds .board {
  padding-right: 20px;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-basis: 320px;
}
#container .mockup .feeds .top-challenge {
  position: relative;
  width: 300px;
  height: 330px;
  border-radius: 15px;
  box-shadow: 0 6px 50px -10px #58D3FF;
  flex-basis: auto;
  flex-shrink: 2;
  -webkit-box-flex: 2;
          flex-grow: 2;
  margin-bottom: 25px;
  margin-right: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url("https://assets.materialup.com/uploads/55e489cf-8772-4b80-b5a8-e43ead66857f/preview.jpg");
  background-size: 158%;
  background-position: center;
  overflow: hidden;
}
#container .mockup .feeds .top-challenge:hover {
  box-shadow: 0 15px 70px -15px #58D3FF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container .mockup .feeds .top-challenge .title-card {
  position: relative;
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 15px 0 0 20px;
  font-weight: 600;
  z-index: 10;
}
#container .mockup .feeds .top-challenge .card-body {
  color: #fff;
  padding: 0 20px;
  font-size: 13px;
}
#container .mockup .feeds .top-challenge .forwards {
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 20px;
}
#container .mockup .feeds .top-challenge .title-card {
  margin-top: 70%;
}
#container .mockup .feeds .top-challenge .overlay {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#58D3FF));
  background-image: linear-gradient(transparent, #58D3FF);
  z-index: 0;
}
#container .mockup .feeds .list-challenge {
  padding-bottom: 15px;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 6px 50px -10px #B864FF;
  flex-basis: auto;
  flex-shrink: 2;
  -webkit-box-flex: 2;
          flex-grow: 2;
  margin-bottom: 25px;
  margin-right: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: -webkit-gradient(linear, left top, right top, from(#6823F4), to(#B864FF));
  background-image: linear-gradient(to bottom, #22055d, #000000);
}
#container .mockup .feeds .list-challenge:hover {
  box-shadow: 0 15px 70px -15px #B864FF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container .mockup .feeds .list-challenge .title-card {
  position: relative;
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 15px 25px 0 0px;
  font-weight: 600;
  z-index: 10;
}
#container .mockup .feeds .list-challenge .card-body {
  color: #fff;
  padding: 0 20px;
  font-size: 13px;
}
#container .mockup .feeds .list-challenge .forwards {
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 20px;
}
#container .mockup .feeds .list-challenge .challenge-element {
  display: -webkit-box;
  display: flex;
  color: white;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 20px;
}
#container .mockup .feeds .list-challenge .challenge-element i {
  font-size: 18px;
  -webkit-box-flex: 0;
          flex: 0;
}
#container .mockup .feeds .list-challenge .challenge-element .challenge-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  align-content: center;
  padding: 0 10px;
  -webkit-box-flex: 1;
          flex: 1;
}
#container .mockup .feeds .list-challenge .challenge-element .challenge-info h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
#container .mockup .feeds .list-challenge .challenge-element .challenge-info .challengers {
  font-size: 11px;
  color: #f3eded;
}
#container .mockup .feeds .list-challenge .challenge-element .vote {
  width: 30px;
  height: 30px;
  margin-right: 0px;
  border-radius: 50px;
  box-shadow: 0 3px 20px -4px rgba(0, 0, 0, 0.08);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 30px;
  flex-basis: auto;
  background: white;
  color: #6823F4;
  font-weight: 600;
}
#container .mockup .feeds .list-challenge .challenge-element .vote:hover {
  box-shadow: 0 3px 15px -4px rgba(0, 0, 0, 0.33);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container .mockup .feeds .list-challenge .challenge-element .vote:active {
  box-shadow: inset 0 2px 15px -4px rgba(0, 0, 0, 0.2);
}
#container .mockup .feeds .list-challenge .viewall {
  width: 100px;
  height: 30px;
  margin-right: 0px;
  border-radius: 50px;
  box-shadow: 0 3px 20px -4px rgba(0, 0, 0, 0.08);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 30px;
  flex-basis: auto;
  background: white;
  color: #6823F4;
  font-weight: 600;
  margin: 6px 20px;
}
#container .mockup .feeds .list-challenge .viewall:hover {
  box-shadow: 0 3px 15px -4px rgba(0, 0, 0, 0.33);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container .mockup .feeds .list-challenge .viewall:active {
  box-shadow: inset 0 2px 15px -4px rgba(0, 0, 0, 0.2);
}
#container .mockup .feeds .today {
    width: 100%;
}
#container .mockup .feeds .yesterday {
  flex-basis: 320px;
  -webkit-box-flex: 2;
          flex-grow: 2;
  flex-shrink: 3;
}

.card {
  position: relative;
  width: 300px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.2);
  flex-basis: auto;
  flex-shrink: 2;
  -webkit-box-flex: 2;
          flex-grow: 2;
  margin-bottom: 25px;
  margin-right: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card:hover {
  box-shadow: 0 10px 45px -15px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card .title-card {
  position: relative;
  display: block;
  font-size: 18px;
  color: #777;
  padding: 15px 0 0 20px;
  font-weight: 600;
  z-index: 10;
}
.card .card-body {
  color: #777;
  padding: 0 20px;
  font-size: 13px;
}
.card .forwards {
  color: #777;
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.card .add {
  width: 35px;
  height: 35px;
  margin-right: 20px;
  border-radius: 50%;
  box-shadow: 0 3px 20px -4px rgba(0, 0, 0, 0.08);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 35px;
  position: absolute;
  top: 15px;
  background: white;
  right: 0;
}
.card .add:hover {
  box-shadow: 0 3px 15px -4px rgba(0, 0, 0, 0.33);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card .add:active {
  box-shadow: inset 0 2px 15px -4px rgba(0, 0, 0, 0.2);
}
.card .add i {
  line-height: 35px;
}
.card img {
  width: 100%;
  cursor: pointer;
}
.card .card-footer {
  position: absolute;
  display: -webkit-box;
  display: flex;
  bottom: 0;
  width: 100%;
  min-height: 60px;
  height: auto;
  background: white;
  padding: 5px 20px;
  -webkit-box-align: center;
          align-items: center;
}
.card .card-footer .card-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  align-content: center;
  -webkit-box-flex: 1;
          flex: 1;
}
.card .card-footer .card-info h4 {
  font-size: 14px;
  margin: 0;
  color: #555;
}
.card .card-footer .card-info .card-maker {
  font-size: 12px;
  color: #8099aa;
  cursor: pointer;
}
.card .card-footer .card-info .card-maker:hover {
  text-decoration: underline;
}
.card .card-footer .costs {
  color: #8099aa;
  margin-right: 10px;
}
.card .card-footer .upvotes {
  font-weight: 700;
}
.card .card-footer .card-vote {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  color: #777;
  -webkit-box-align: center;
          align-items: center;
}
.card .card-footer .card-vote .up {
  position: absolute;
  top: 5px;
}

.placeholder {
  height: 18px;
  background: #f1f1f1;
  border-radius: 20px;
  margin: 20px;
}

.doShadow {
  z-index: 999;
  box-shadow: 0 15px 40px -25px rgba(0, 0, 0, 0.25);
  -webkit-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  display: block;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.vote i {
    font-weight: bold;
    position: relative;
    top: 5px;
}
.title-p-card {
	margin: 0px !important;
	padding: 0px 25px !important;
	color: #fff !important;
	font-weight: 100 !important;
	font-size: 12px !important;
}

.card_arrow {
	color: #fff !important;
	position: absolute !important;
	left: 15px !important;
	top: 20px !important;
}
.title-card, .title-p-card {
	cursor: pointer !important;
}
.challenge-info h5 {
	font-weight: bold !important;
}



















































* {
  box-sizing: border-box;
}

html, body {
  background-image: url(http://theartmad.com/wp-content/uploads/Dark-Grey-Texture-Wallpaper-5.jpg);
  background-size: cover;
  background-position: top center;
  font-family: helvetica neue, helvetica, arial, sans-serif;
  font-weight: 200;
}
html.modal-active, body.modal-active {
  overflow: hidden;
}

#modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1;
}
#modal-container.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two {
  transform: scale(1);
}
#modal-container.two .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two .modal-background .modal {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two + .content {
  animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out {
  animation: quickScaleDown 0s .5s linear forwards;
}
#modal-container.two.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out .modal-background .modal {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out + .content {
  animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three {
  z-index: 0;
  transform: scale(1);
}
#modal-container.three .modal-background {
  background: rgba(0, 0, 0, 0.6);
}
#modal-container.three .modal-background .modal {
  animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three + .content {
  z-index: 1;
  animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three.out .modal-background .modal {
  animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three.out + .content {
  animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four {
  z-index: 0;
  transform: scale(1);
}
#modal-container.four .modal-background {
  background: rgba(0, 0, 0, 0.7);
}
#modal-container.four .modal-background .modal {
  animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four + .content {
  z-index: 1;
  animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out .modal-background .modal {
  animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out + .content {
  animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five {
  transform: scale(1);
}
#modal-container.five .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five .modal-background .modal {
  transform: translateX(-1500px);
  animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out {
  animation: quickScaleDown 0s .5s linear forwards;
}
#modal-container.five.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out .modal-background .modal {
  animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six {
  transform: scale(1);
}
#modal-container.six .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal {
  background-color: transparent;
  animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal h2, #modal-container.six .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal .modal-svg rect {
  animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out {
  animation: quickScaleDown 0s .5s linear forwards;
}
#modal-container.six.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal {
  animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal h2, #modal-container.six.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal .modal-svg rect {
  animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven {
  transform: scale(1);
}
#modal-container.seven .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven .modal-background .modal {
  height: 75px;
  width: 75px;
  border-radius: 75px;
  overflow: hidden;
  animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven .modal-background .modal h2, #modal-container.seven .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn .5s 1.4s linear forwards;
}
#modal-container.seven.out {
  animation: slowFade .5s 1.5s linear forwards;
}
#modal-container.seven.out .modal-background {
  background-color: rgba(0, 0, 0, 0.7);
  animation: fadeToRed 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven.out .modal-background .modal {
  border-radius: 3px;
  height: 162px;
  width: 227px;
  animation: killShot 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven.out .modal-background .modal h2, #modal-container.seven.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s 0.5 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}


@media(max-width: 768px){
	#modal-container .modal-background .modal {
		background: white;
		padding: 0 20px 30px 20px;
		width: 90vw;
		height: 90vh;
		display: inline-block;
		border-radius: 3px;
		font-weight: 300;
		position: relative;
		z-index: 10000;
		overflow: auto;
		padding-bottom: 80px;
	}
}
@media(min-width: 768px){
	#modal-container .modal-background .modal {
		background: white;
		padding: 0 20px 30px 20px;
		width: 40vw;
		height: 90vh;
		display: inline-block;
		border-radius: 3px;
		font-weight: 300;
		position: relative;
		z-index: 10000;
	    overflow: auto;
		padding-bottom: 80px;
	}
}

#modal-container .modal-background .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}
#modal-container .modal-background .modal p {
  font-size: 18px;
  line-height: 22px;
}
#modal-container .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
#modal-container .modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}

.content {
  min-height: 100%;
  height: 100%;
  background: white;
  position: relative;
  z-index: 0;
}
.content h1 {
  padding: 75px 0 30px 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}
.content .buttons {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.content .buttons .button {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  margin: 10px;
  background: red;
  font-size: 18px;
  background-color: #efefef;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.content .buttons .button:hover {
  color: white;
  background: #009bd5;
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleBack {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes scaleForward {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes slideUpLarge {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideDownLarge {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(150px);
  }
}
@keyframes blowUpContent {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  99.9% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes blowUpContentTwo {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blowUpModalTwo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes roadRunnerIn {
  0% {
    transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }
  100% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}
@keyframes roadRunnerOut {
  0% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }
  100% {
    transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}
@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}
@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}
@keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}
@keyframes bondJamesBond {
  0% {
    transform: translateX(1000px);
  }
  80% {
    transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}
@keyframes killShot {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fadeToRed {
  0% {
    box-shadow: inset 0 0 0 rgba(201, 24, 24, 0.8);
  }
  100% {
    box-shadow: inset 0 2000px 0 rgba(201, 24, 24, 0.8);
  }
}
@keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}




.modal h1 {
    text-align: right;
    font-size: 15px;
    position: relative;
    margin-top: -14px;
    right: 18px;
    background: #fff;
    width: max-content;
    padding: 0px 5px;
	z-index: 10;
}

.modal {
	
}

.control-group {
    width: 100%;
    display: inline-block;
    border: 1px solid #1b1b1b30;
    margin-top: 25px;
    border-radius: 5px;
}


.control {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 13px;
  text-align: right;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 1px;
  right: 5px;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  right: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  right: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}





.text-info::before {
    content: '';
    width: 5px;
    height: 5px;
    background: red;
    display: inline-block;
    margin-left: 5px;
    border-radius: 100%;
}

.text-info {
    font-size: 10px !important;
    text-align: right;
    margin-bottom: 0px;
    width: calc(100% - 25px);
    padding-right: 50px !important;
}




.send_info {
    background: green;
    border: 0px;
    color: #fff;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    top: 15px;
    position: relative;
}



.input_control {
    width: 100%;
    height: 43px;
    position: relative;
    z-index: 0;
    top: -20px;
    border: 0px;
    display: block;
    margin-bottom: -20px;
    padding: 0px 10px;
    border-radius: 5px;	
}

.control-group-red {
	border-color: red;
}








