/*
-----------------------------------------------
Template Name  : CoxsbazarBD
Author         : Md. Nur Ullah Al Noman (NurUllahBD Technology)
Mobile No      : (+88) 01518 470 470
Author URL     : https://nurullahbd.coxsbazarbd.com
Created Date   : 2013
Copyright      : CoxsbazarBD.Com 2013
----------------------------------------------- */
body {
  font-size: 13px;
  font-family: verdana, "Comic Sans MS", Helvetica, sans-serif;
  max-width: 700px;
  margin: auto;
}
 
a {
  color: #006a4e;
  text-decoration: none;
}

a:hover {
  color: #f42a41;
  font-weight: bold;
}

a:active {
  color: black;
}

img {
	vertical-align: middle;
	max-width: 95%;
}

img:hover {
  transition: transform 1s;
  transform: rotate(360deg);
}

button {
  background-color: #006a4e;
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 2px;
  cursor: pointer;
  border-radius: 12px;
}

button:hover {
  background-color: #f42a41;
  color: white;
}

textarea {
	width: 80%;
	height: 80px;
}

input, textarea {
  background-color: #efffce;
  border: solid 1px #006a4e;
  padding: 2px;
  border-radius: 4px;
}

select {
  background-color: #efffce;
  color: #006a4e;
  padding: 2px;
  border: 1px #006a4e solid;
  margin: 1px;
  max-width: 90%;
  border-radius: 4px;
}

input[type=file] {
  color: #f42a41;
  width: 150px;
  margin: 2px;
  border-width: 1px;
  border-color: #006a4e;
  border-style: solid;
  border-radius: 4px;
}

input[type=submit] {
  background-color: #006a4e;
  border: none;
  color: white;
  padding: 3px 3px;
  max-width:92%
  cursor: pointer;  
}

input[type=submit]:hover {
  background-color: #f42a41;
  color: white;
}

input[type=button] {
  background-color: #006a4e;
  border: none;
  color: white;
  padding: 3px 3px;
  max-width:92%
  cursor: pointer;
}

input[type=button]:hover {
  background-color: #f42a41;
  color: white;
}

.NurUllahBD {
  background-image: url(../NurUllahBD-icon/green.gif);
  color: #fffaee;
  background-color: #006100;
  text-shadow: -1px 0 black, 0 1px #00aaff, 1px 0 #00aaff, 0-1px #00aaff;
  background-repeat: repeat-x;
  background-position: 100% top;
  padding: 8px;
  border-top: 1px solid white;
  border-bottom: 1px solid #003000;
}

.CoxsbazarBD {
  background-image: url(../NurUllahBD-icon/green.gif);
  color: white;
  background-color: #006100;
  text-shadow: -1px 0 black, 0 1px #00aaff, 1px 0 #00aaff, 0-1px #00aaff;
  background-repeat: repeat-x;
  background-position: 100% top;
  padding: 11px;
  border-top: 1px solid white;
  border-bottom: 0px solid green;
} 

.NurUllahBDtech {
  background-color: #ffffff;
  color: #000000;
  border-width: 1px;
  border-color: #cecece;
  border-bottom-style: solid;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 0px;
  margin-right: 0px;
}

.NurUllah {
  border: 1px solid #cecece;
  padding: 0px;
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 1px;
  margin-bottom: 0px;
}

.NurUllahTech {
  background-color: #ffffff;
  color: #000000;
  border-width: 1px;
  border-color: white;
  border-bottom-style: solid;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 0px;
  margin-right: 0px;
}

.CoxsbazarBD2 {
  background-color: green;
  color: #ffffff;
  border-width: 4px;
  border-color: green;
  border-style: solid;
}

.NurUllah2 {
  border: 1px;
  border-color: #cecece;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid; 
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 1px;
}

.CoxsbazarBDSunriseSunset, .CoxsbazarBDSunriseSunsetItem {
  height: 30px;
  line-height: 30px;
}
 
.CoxsbazarBDSunriseSunset {
  overflow: hidden;
}

.CoxsbazarBDSunriseSunsetMove { position: relative; }
@keyframes CoxsbazarBDSunriseSunsetAnimation {
  0%   {margin-top: 0;}
  16%  {margin-top: -30px;}
  32%  {margin-top: -60px;}
  48%  {margin-top: -90px;}
  64%  {margin-top: -120px;}
  80%  {margin-top: -150px;}
  100% {margin-top: 0;}
}

.CoxsbazarBDSunriseSunsetMove {
  animation-name: CoxsbazarBDSunriseSunsetAnimation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1, 0, .5, 0);
}
.CoxsbazarBDSunriseSunsetMove:hover { animation-play-state: paused; }