/* 
 *  All colors setting are in CSS files in colors directory
 */



/* Global */
@font-face {
  font-family: 'BKoodakBold';
  src: url('font/BKoodakBold.eot?#') format('eot'),  /* IE6?8 */
       url('font/BKoodakBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('font/BKoodakBold.ttf') format('truetype');  /* Saf3?5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
  font-family: 'BYekan';
  src: url('font/BYekan.eot?#') format('eot'),  /* IE6?8 */
       url('font/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('font/BYekan.ttf') format('truetype');  /* Saf3?5, Chrome4+, FF3.5, Opera 10+ */
}

body, html {
	height: 100%;
	direction : rtl;
}

html {
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: BKoodakBold;
	font-weight: 901; 
}

a.icon {
	text-decoration: none;
}

img.logo {
	margin-top: 10px;
	width: 250px;
}

input[type="text"] {
	margin-top: 35px!important;
}

input:focus{
    outline: 0;
}

*:focus {
    outline: 0;
}

.bottom, .top {
	height: 50%;
	margin: auto;
	min-height: 393px;
	width: 100%;
}

.bottom {
	padding-top: 5px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.hide {
	display: none;
}

.hr {
	height: 20px;
}

.left {
	display: block;
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}

.right {
	display: block;
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}

.slogan {
	margin-bottom: -5px;
	margin-top: 50px;
}



/* Top */

.caption {
	font-family: "BYekan";
	position: relative;
	top: -70px;
	font-size: 19px;
	font-weight: 400;
}

.count {
	width: 140px;
}

#countdown {
	margin-top: 45px;
	text-align: center;
	direction: ltr;
}

.finish {
	font-family: 'Baumans';
	font-size: 32px;
}

.knob {
	margin: 0 auto;
	width: 140px;
}



/* Bottom */

.newsletter {
	height: 60px;
	margin-top: 25px;
}

#send {
	border-radius: 32px;
		-webkit-border-radius: 32px;
    	-moz-border-radius: 32px;
    display: inline-block;
	height: 64px;
    left: -15px;
    padding: 14px 0;
    position: relative;
    top: 0px;
   	width: 64px;
    z-index: 999;
}

.send img {
	height: 30px;
	margin-top: 15px;
	width: 30px;
}

.send-icon {
	font-size: 2.4em;
}

.social {
	margin-top: 60px;
}

#subscribe-form input[type="text"] {
    border: 0;
	border-radius: 20px;
    	-webkit-border-radius: 20px;
    	-moz-border-radius: 20px;
    display:inline-block;
    font-family: 'Baumans';
    height: 40px;
    right: 15px;
    padding: 5px 20px;
    position: relative;
    top: -6px;
    width: 350px;
    z-index:0;
    text-align: left;
}

#subscribe-response {
	display:none;
	font-family: 'Baumans';
	font-size: 18px;
	position: relative;
    top: 35px;
}

.tooltips, .email-tooltips {
	border: 0;
	border-radius: 15px; 
	height: 30px;
}

.tooltips .tooltipster-content, .email-tooltips .tooltipster-content {
	font-family: 'BYekan';
	font-weight:400;
	font-size: 13px;
	line-height: 16px;
	overflow: hidden;
	padding: 6px 10px;
	text-align: center;
}

.tooltips .tooltipster-content {
	width: 100px;
}

.email-tooltips .tooltipster-content {
	width: 200px;
}

.cpContainter {
	width: 100%;
	position: relative;
	top: -16px;
	left: 0;
	float: left;
	margin-bottom: -20px;
}

.copyright {
	background: url(../images/mrcode.ir-copyright.png) left center no-repeat;
	height : 64px;
	width: 64px;
	float : left;
	display: block;
	margin-left: 10px;
}

.copyright a {
	color : white;
}
.copyright .inside {
	position: relative;
	text-align : right;
	left: 150px;
	float: right;
	width: 228px;
	top: 20px;
	height: 35px;
	background: rgba(255, 255, 255, 0.12);
	padding: 8px 7px 0px 0px;
	border: 1px solid rgb(111, 111, 111);
	border-radius: 6px;
	opacity: 0;
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
}

.copyright:hover .inside {
	left : 235px;
	opacity : 1;
	font-family: BYekan;
	font-size: 13px;
}

.inside a:hover {text-decoration : none;}

/* Responsive */

@media (max-width: 480px) { 
	#subscribe-form input[type="text"] {
    	width: 70%!important;
    }
    .top, .bottom {
    	min-height: 440px;
    }
}