/* ==================================================
 * SoSoon - Clean and Beautiful Coming Soon Template
 * v1.0 9/26/2013
 ================================================== */

/* colors
color-set-1: 1. #0abed2, 2. #f6d825, 3. #90c93e, 4. #fe50a7
*/

/* Basic Element Styles
================================================== */

@font-face {
  font-family:'kacsttitle';
  src:url('../fonts/kacsttitle.woff');
  src:local ('Ø'), url('../fonts/kacsttitle.woff') format('woff'), url('../fonts/kacsttitle.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
	background: #fff url(../img/white01.png);
	color: #7f807f;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 21px;
}
a {
  color: #f4407f;
  outline: 0 none;
  text-decoration: none;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
     -moz-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
     -o-transition: all 0.25s ease-in-out 0s;
}
a:hover {
  color: #333;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: "Open Sans Light", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family:'kacsttitle';
  margin: 10px 0;
  padding: 0;
  font-weight: 300;
	direction: rtl;
}
h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}
h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
h3 {
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 20px;
}
h4 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
h5 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
h6 {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 20px;
}
p {
  margin-bottom: 20px;
	direction: rtl;
}

/* Clearing
================================================== */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* Browser Specific
================================================== */
::-moz-selection {
  color: #fff;
  background: #30302f;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #30302f;
  text-shadow: none;
}
::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
  color: #fff;
  opacity: 0.5;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
  color: #fff;
  opacity: 0.5;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{ /* IE10+ */
  color: #fff;
  opacity: 0.5;
}

/* Objects Styles
================================================== */

/* header section */
#header {
  border-top: 3px solid #93b0d4;
}
#branding {
  border-bottom: 1px solid #e4e4e4;
	width:400px;
	margin:0 auto;
}
.logo {
  margin-top: 20px;
}
.logo h1 {
  text-align: center;
  margin: 0 0 10px 0;
}
.logo h1 a {
  background: url(../img/logo-70.png) no-repeat;
  display: block;
  font-size: 0px;
  width: 310px;
  height: 220px;
  text-align: center;
  margin: 0 auto;
}
.tagline {
  text-align: center;
  color: #aaa;
  font-size: 12px;
}

/* whatscoming section */
#whatscoming {
  text-align: center;
}

#whatscoming h2 {
  color: #0abed2;
	font-size:36px;
}
#whatscoming h2 span {
  color: #fe50a7;
}

/* countdown section */
.countdown .forth {
  border-radius: 3px;
}
.countdown .label {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding: 2px 2px 6px 2px;
  margin: 0 20px;
  color: #fff;
  opacity: 0.8;
}
.ie7 .countdown .label {
  border-bottom: 1px solid #fff !important;
}
.countdown #days,
.countdown #hours,
.countdown #minutes,
.countdown #seconds {
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 46px;
  line-height: normal;
}
.color-1 {
  background-color: #0abed2;
}
.color-2 {
  background-color: #ffbe00;
}
.color-3 {
  background-color: #90c93e;
}
.color-4 {
  background-color: #fe50a7;
}
fullwidth.endcontdown {
  display: none;
}
.endcountdown {
  display: none !important;
  color: #fff;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  background: #0abed2 url(../img/color01.png);
}
.endcountdown h3, .endcountdown p {
  color: #fff;
}
.ended {
  display: block !important;
}
.hidecountdown {
  display: none;
}


/* action section */
#action {
  background: #0abed2 url(../img/color01.png);
  padding: 40px 0;
}
#action,
#action h2,
#action h3,
#action p {
  color: #fff;
}

#message, #msg {
	direction:rtl;
}

.error_message {
	font-family:'kacsttitle';
	font-weight:bold;
	font-size:0.8em;
	display:inline-block;
	padding:4px 8px;
	border-radius:3px;
	background:#fff;
  margin-bottom: 10px;
  text-align: right;
	color:#f00;
}

#success_message {
	direction:rtl;
}

#success_message h3 {
  background-color: #fff;
  color: #0abed2;
  padding: 5px 10px;
  border-radius: 5px;
	display:inline-block;
}

input[type="submit"] {
  border: 0 none;
  border-radius: 3px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  float: left;
  padding: 5px;
  width: 70px;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
     -moz-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
     -o-transition: all 0.25s ease-in-out 0s;

}
input[type="submit"]:hover {
  background: #ffbe00;
  color: #fff;
}

/* contact form */
#contactform input[type="text"],
#contactform textarea {
  float: right;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 5px;
  color: #fff;
	direction:rtl;
}
#contactform #email {
  display: none;
}
#contactform input[type="text"] {
  width: 200px;
}
#contactform textarea {
  width: 420px;
  height: 70px;
}

#contactform input#submit {
  float: right;
  clear: both;
  display: block;
}

/* subscribe */
#subscrition {
  margin-bottom: 40px;
}
#subscribe {
  clear: both;
}
#subscribeform {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  width: 420px;
  border: 1px solid #fff;
  border-radius: 3px;
	float:right;
}
#subscribeform input#subbe {
  border: 0 none;
  float: left;
  padding: 5px;
  width: 320px;
  background-color: transparent;
  color: #fff;
	direction:ltr;
	text-align:right;
}
#subscribeform input#subemail {
  display: none;
}
#subscribeform input#subsubmit {
  float: left;
  width: 90px;
  border: 0 none;
  border-radius: 0;
  border-right: 1px solid #fff;
}

/* follow us section */
#followus {
  overflow: hidden;
  margin-bottom: 0px;
}
.socialmedia li {
	float: right;
	display: inline;
	margin: 10px 15px;
}
.socialmedia li a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 3px;
  text-align: center;
  padding: 5px 5px 3px 5px;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
     -moz-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
     -o-transition: all 0.25s ease-in-out 0s;

}
.socialmedia li a:hover {
  background-color: #fff;
}
.socialmedia li a span {
  font-size: 24px;
  color: #fff;
}
.socialmedia li a:hover span {
  color: #0abed2;
}

/* info section */
#info {
  text-align: center;
}
.button {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  color: #fff;
}
.button:hover {
  background-color: #333;
  color: #fff;
}

/* footer section */
#footer {
}
.copyright {
  text-align: center;
  font-size: 12px;
  color: #aaa;
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
}


/* Layout Base 960
================================================== */
.section {
  margin-bottom: 30px;
	min-width:960px;
}

.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.container .fullwidth,
.container .half,
.container .forth {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
.container .fullwidth {
  width: 940px;
}
.container .half {
  width: 460px;
}
.container .forth {
  width: 220px;
  margin-bottom: 20px;
}
.row {
  margin-bottom: 20px;
}


/* End of Document
================================================== */
