body {
	font-family: 'Muli', sans-serif;
	font-weight:600;
	font-size:15px;
	line-height:18px;
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:#254155;
	text-align:justify;
	width:100%;
	height:100%;
	color:#000000;
	-webkit-text-size-adjust:100%;
	-webkit-animation-delay: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-duration: 0.1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	margin:0;
	overflow-y: scroll;
	overflow-x: hidden;
}

.rotate {

  transform: rotate(-180deg);
  /* Safari */
  -webkit-transform: rotate(-180deg);
  /* Firefox */
  -moz-transform: rotate(-180deg);
  /* IE */
  -ms-transform: rotate(-180deg);
  /* Opera */
  -o-transform: rotate(-180deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

iframe{
  border:none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 540px;
  height: 150px;
  margin-top: 20px;
}
.flex-container {
  display: flex;
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex;
  flex-wrap: wrap;
}
#logo{
  width: 85px;
  margin-left: 30px;
	position: absolute;
}

.flex-container > div {
  text-align: center;
  height: 35px;
}
.card{
  width: 980px;
  height: 570px;
  margin-top: 30px;
  background-image: url(../images/bg-ecardd.jpg);
  border-radius: 0;
  border: none;
  border-bottom: 10px solid #0061aa;
  background-size: cover;
}
#c-label{
  color: #0076b8;
  font-weight: bold;
  font-size: 15px;
}
.cardin{
  width: 920px;
  height: 460px;
  margin: 30px;
  margin-top: 70px;
  background-color: white;
  background-image: none;
  border-radius: 0;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  text-align: left;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  border: none;
}
#para2{
position: relative;
margin-top: -40px;
}

#col1{
  position: relative;
  left: -140px;
  top: 50px;
}
#col1 input{
  margin-left: 10px;
  width: 250px;
  border-radius: 4px;
}
button{
  border-radius: 3px;
  position: relative;
  left: 135px;
  top: 10px;
}
#l2{
  margin-left: -90px;
}
#l3{
  margin-left: -107px;
}
.t1{
background-color:#ea302b;
  width: 298px;
  color: white;
  font-size: 11px;
  padding-left: 150px;
  padding-top: 9px;
  cursor: pointer;
}
.t2{
background-color:#f68d1e;
  width: 90px;
}

.t3{
background-color:#dccb22;
  width: 100px;
}

.t4{
background-color:#008256;
  width: 100px;
}

.t5{
background-color:#025992;
  width: 100px;
}

.t6{
background-color:#66336a;
  width: 150px;
}
.t7{
background-color:#ef81a8;
  width: 142px;
}

.footer{
  margin-top: 20px;
}
.footer a{
  color: white;
  font-size: 11px;
}
.footer i{
font-size: 20px;
margin-bottom: -20px;
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 1200px) {

	#ribm{
		margin-bottom: 60px;
		margin-top: 150px;
		position: relative;
	}
	#m1{
		color: #0061aa;
		font-size: 25px;
		margin-bottom: 50px;
	}
	#m2{
		padding-left: 20px;
		padding-right: 20px;

	}
	.ecardMobile{
	width: 100%;
	opacity: 1;
	transition: 0.7s;
	background: white;
	height: auto;
	border-bottom:10px solid #0061aa;
	}
	.navholder{
		background: url(../images/nav-bar.jpg) no-repeat;
		height: 15px;
		background-size: cover;
	}
	#logoplaylist{
		position: absolute;
		z-index: 99999999;
		float: left;
		left: 30px;
	}
	.card{
		display: none;
	}
	.topnav {
	  overflow: hidden;
	  background-color: #333;
	  position: relative;
		text-align: right;
	}

	.topnav #myLinks {
	  display: none;
	}

	.topnav a {
	  color: white;
	  padding: 14px 16px;
	  text-decoration: none;
	  font-size: 14px;
	  display: block;
		font-weight: bold;
	}

	.topnav a.icon {
	  display: block;
	  position: absolute;
	  right: 0;
	  top: 0;
	}

	.topnav a:hover {
	  color: #ddd;
		transition: 0.3s;
		text-decoration: none;
	}
  iframe{
    border:none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width:300px;
    height: 290px;
    margin-top: 30px;
    position: relative;
  }
  body{
    background-size: auto;
    background-position:center;
    background-repeat: repeat;
  }
  #c-label{
    position: relative;
    left: 35px;
  }
  .card{
    width: 320px;
    height: 870px;
    margin-top: 30px;
    background-image: url(../images/bg-ecardd.jpg);
    border-radius: 0;
    border: none;
    border-bottom: 10px solid #0076b8;
  }
  .t1{
    background-color:#ea302b;
      width: 258px;
      color: white;
      font-size: 11px;
      padding-left: 120px;
      padding-top: 9px;
      cursor: pointer;
    }

  .t2{
  background-color:#f68d1e;
    width: 10px;
  }

  .t3{
  background-color:#dccb22;
    width: 10px;
  }

  .t4{
  background-color:#008256;
    width: 10px;
  }

  .t5{
  background-color:#025992;
    width: 10px;
  }

  .t6{
  background-color:#66336a;
    width: 12px;
  }
  .t7{
  background-color:#ef81a8;
    width: 10px;
  }

  .cardin{
    width: 300px;
    height: 730px;
    margin: 10px;
    margin-top: 105px;
    background-color: white;
    background-image: none;
    border-radius: 0;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    text-align: left;
    padding: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
    position: absolute;
    border: none;
  }

  .footer{
    margin-left: 7px;
    margin-bottom: 7px;
  }

  #col1{
    position: relative;
    left: -5px;
    top: 9px;
  }
  #col1 input{
    margin-left: 10px;
    width: 200px;
    border-radius: 4px;
  }
  #l1{
    margin-left:10px;
    font-size: 10px;
  }

  #l2{
    margin-left:20px;
    font-size: 10px;
    margin-top: 15px;
  }
  #l3{
    margin-left:20px;
    font-size: 10px;
    margin-top: 15px;
  }

  button{
    left: 80px;
  }
  #para2{
  font-size: 13px;
  position: absolute;
  top:610px;
  margin-right: 8px;
  }
	#para1{
	font-size: 13px;
	position: absolute;
	top: 50px;
	margin-right: 8px;
	}
}


@media only screen and (min-width: 1201px) {
	#logo{
	  width: 85px;
	  margin-left: 30px;
		position: absolute;
	}

  iframe{
    border:none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 540px;
    height: 253px;
		margin-top: -12px;
  }
	.ecardMobile{
		display: none;
	}

	.card{
		display: block;
	}

}
