@charset "utf-8";
html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family: 'Open Sans', sans-serif;
	background-image: url(../img/page-bg.jpg);
	background-attachment: fixed;	
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#facebook a {
	background-image: url(../img/social-media/facebook.png);
	margin: 2px;
	float: left;
	height: 25px;
	width: 25px;
}
#twitter a {
	background-image: url(../img/social-media/twitter.png);
	margin: 2px;
	float: left;
	height: 25px;
	width: 25px;
}

#instagram a {
	background-image: url(../img/social-media/instagram.png);
	margin: 2px;
	float: left;
	height: 25px;
	width: 25px;
}

#pinterest a {
	background-image: url(../img/social-media/pinterest.png);
	margin: 2px;
	float: left;
	height: 25px;
	width: 25px;
}

#turkish a {
	background-image: url(../img/language/turkish.png);
	margin: 2px;
	float: left;
	height: 25px;
	width: 25px;
}
#english a {
	background-image: url(../img/language/english.png);
	margin: 2px;
	float: left;
	height: 25px;
	width: 25px;
}
#russian a {
	background-image: url(../img/language/russian.png);
	margin: 2px;
	float: left;
	height: 25px;
	width: 25px;
}
#share a {
	background-image: url(../img/social-media/share.png);
	margin: 2px;
	float: left;
	height: 25px;
	width: 25px;
}
#clear {
	clear: both;
	
	
	}
	
	
@keyframes ticker {
	0%   {margin-top: 0}
	25%  {margin-top: -30px}
	50%  {margin-top: -60px}
	75%  {margin-top: -90px}
	100% {margin-top: 0}
}



.news {
  width: 350px;
  height: 30px;
  
  overflow: hidden;
 
  padding: 3px;
  -webkit-user-select: none
} 

.news span {
  float: left;
  color: #fff;
  padding: 6px;
  position: relative;
  top: 1%;
  border-radius: 4px;
  box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4);
  font: 16px 'Source Sans Pro', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  cursor: pointer
}

.news ul {
  float: left;
  padding-left: 20px;
  animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
  -webkit-user-select: none
}

.news ul li {line-height: 30px; list-style: none }

.news ul li a {
  color: #fff;
  text-decoration: none;
  font: 14px Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none
}

.news ul:hover { animation-play-state: paused }
.news span:hover+ul { animation-play-state: paused }

/* OTHER COLORS */
.blue { background: #347fd0 }
.blue span { background: #2c66be }
.red { background: #d23435 }
.red span { background: #c22b2c }
.green { background: #699B67 }
.green span { background: #547d52 }
.magenta { background: #b63ace }
.magenta span { background: #842696 }
.page-title {
	font-size: 18px;
	text-decoration: none;
	float: left;
	margin: 0px;
	text-transform: uppercase;	
}

.loaderText {
	font-size: 22px;
	font-weight: 300;
}
.technical-info-title {
	font-size: 18px;
	color: #666;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.contact {padding: 80px 0px 40px;}
.contact-form input, textarea, select {
	width: 90%;
	height: 45px;
	border: 1px solid #999;
	padding: 0px 15px;
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: none;
	color: #CCC;
}
.contact-form form {padding-top: 10px;}
.contact-form textarea {height: 120px; padding-top: 10px;}
.contact-form input[type="submit"] {
	width: 120px;
	color: #fff;
	text-align: center;
	border: 0px none;
	background-color: #575756;
}

.contact-form input[type="submit"]:hover {background: #999;}
h1 {
	margin: 2px;
}

.price-title {
	font-size: 25px;
	font-weight: normal;
	color: #900;
	text-decoration: none;
	margin-top: 20px;
}
.indirim-title {
	font-size: 25px;
	font-weight: normal;
	color: #D45E27;
	text-decoration: none;
	margin-top: 20px;
}
h4 {
	margin: 2px;
	font-weight: lighter;
}

#whitebg {
	background-color: #FFF;
	height: 100%;
	width: 100%;
}
