@font-face {
    font-family: 'Taz';
    src: url('Taz-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GuardianEgyp';
    src: url('GuardianEgyp-Bold.woff') format('woff');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ArialNarrow';
    src: url('ArialNarrow-Bold.woff') format('woff');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial';
    src: url('ArialMT.woff') format('woff');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ArialBold';
    src: url('Arial-BoldMT.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}
.group {
    position: relative;
}
.group:after {
	content: "";
    display: table;
    clear: both;
    background: #CB0000;
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.logo {
	display: block;
    width: 100%;
    height: 152px;
    background-image: url(logo.jpg);
    text-indent: -9999px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.container {
    width: 100%;
    max-width: 1080px;
    margin: 15px auto;
}

.intro {
    width: 30%;
    padding-right: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.intro__text {
	font-size: 14px;
	line-height: 22px;
	padding: 0 0 15px
}

.build-form {
    text-align: left;
}

.build-form__item {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.build-form strong {
	font-family: 'GuardianEgyp', serif;
    font-size: 110%;
}

.build-form input {
	width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgb(203 0 0 / 15%);
    background: rgb(203 0 0 / 5%);
}

.build-form input:hover,
.build-form input:active,
.build-form input:focus {
	background: #fff;
	border: 1px solid rgb(203 0 0 / 15%);
    transition: all .5s;
}

.select {
    max-width: 400px;
    width: 100%;
    padding: 10px;
}

.main {
    display: inline-block;
    width: 70%;
    vertical-align:top;
    text-align: center;
	margin: 10px 0 0;
}

.byon-canvas {
    width: 100% !important;
    height: auto;
}

.share-row {
}

.button {
    padding: 12px;
    border-radius: 4px;
    background: #222;
    font-weight: 600;
    color: #fff;
    display: inline-block;
	font-size: 12px;
    margin: 10px 5px;
    box-shadow: inset 0 -4px 12px 2px rgb(0 0 0 / 10%);
    text-decoration: none;
    vertical-align: top;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
}

.button:hover {
    box-shadow: inset 0 4px 12px 2px rgba(0, 0, 0, 0.2);
	color: #fff;
    text-decoration: none;
}

.button--yellow {
    background: #feeb1a;
    color: #000;
	text-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
}
.button--green {
	background: #23e100;
    color: #fff;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
}

.button--facebook {
    background: #3b5998;
	text-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
}

.button--twitter {
    background: #55acee;
	text-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
}

.button--delete {
    background: #cb0000;
	text-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
}

.button--tumblr {
    background: #35465c;
	text-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
}

.twitter-share {
    display: inline-block;
    vertical-align: top;
}

.upload-response,
.upload-response2 {
	display: inline;
}

.upload-response:not(:empty) {
    margin-bottom: 10px;
}

.facebook-box,
.twitter-box,
.tumblr-box {
    display:none;
}

.social-text {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}

.ads {
	background: #cb0000;
    margin: 20px 0 0;
    width: 100%;
    height: 110px;
	padding: 0 15px;
    position: relative;
    overflow: hidden;
}

.ads span {
	content: "MARKETING";
    opacity: 0.2;
    font-size: 82px;
    z-index: 1;
    position: absolute;
    left: 15px;
    top: 0;
    font-family: 'GuardianEgyp', serif;
    color: #fff;
    text-shadow: 3px 3px 0 rgb(0 0 0 / 25%);
    letter-spacing: 10px;
}

.ads p {
    position: absolute;
	z-index: 2;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 900;
    color: #feeb1a;
    top: 59px;
    right: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

footer {
    padding: 12px;
    color: #fff;
    font-size: 120%;
    background-color: #CB0000;
    border-radius: 4px;
    box-shadow: inset 0 -4px 12px 2px rgba(0, 0, 0, 0.2);
}

footer a {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.moneyplz__ads {
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
}

.important {
    color: #fff;
    background-color: #CB0000;
    padding: 5px 0;
}

.important__link {
    color: #fff;
    font-weight: 700;
}

.important__body {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.disclaimer {
    font-size: 12px;
}

.text-bottom {
	font-family: 'Roboto Condensed';
    font-weight: 600;
    padding: 0;
    margin: 15px 0 0;
    width: 100%;
    border-bottom: 1px solid #000;
    line-height: 0;
} 

.text-bottom span { 
    background: #fff; 
    padding: 0 10px; 
}

.contact {
	color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
    bottom: 33px;
    position: absolute;
    right: 12px;
    font-style: italic;
    font-size: 13px;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 50%);
    opacity: .9;
}

.brojac {
	display: none;
}


@media only screen and (max-width: 980px) {
    .intro {
        width: 35%;
        padding: 20px;
    }


    .intro__text {
        font-size: 90%;
    }

    .main {
        width: 65%;
        padding-right: 20px;
    }

    .logo {
        width: 150px;
        height: 135px;
    }

}

@media only screen and (max-width: 800px) {
    .container {
        margin: 10px auto;
    }

    .intro {
        width: 100%;
        padding: 10px;
    }

    .intro__text {
        margin-top: 0;
    }

    .logo {
        float: left;
        margin-right: 20px;
        width: 50%;
        height: 90px;
    }

    .main {
        width: 100%;
        padding: 0;
    }

    .build-form__item {
        width: 48%;
    }

    .build-form__item:first-of-type {
        margin-right: 4%;
    }

    .button {
        padding: 8px;
        font-size: 100%;
        margin: 5px;
    }

    footer {
        margin: 5px;
        padding: 8px;
        font-size: 90%;
        text-align: center;
    }
	.text-bottom {
		line-height: 24px;
	} 
}

@media only screen and (max-width: 400px) {

    .build-form__item {
        width: 100%;
    }

    .build-form__item:first-of-type {
        margin-right: 0;
    }
}

/* Portrait
@media only screen
and (max-device-width: 440px)
and (orientation: portrait) {

    .moneyplz {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 -2px 8px rgba(0,0,0,0.2);
    }

    .moneyplz__ads {
        margin: 0 auto;
    }

    footer {
        margin-bottom: 110px;
    }

}
*/
.sr-only{
	position: absolute;
	left: -9999999px;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.glyphicon-chevron-left:before {
	content: "◄";
}
.glyphicon-chevron-right:before {
	content: "►";
}
.carouselContainer {
  width: 100%;
  height: auto;
}
.carousel-control.left, .carousel-control.right {
	background: none!important
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	top: 40%!important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 30%!important;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 30%!important;
}