/*

CSS STRUCTURE:

1. SITE STRUCTURE and TYPOGRAPHY
2. FORMS
3. COMMON
5. MEDIA QUERIES

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
/* Fonts and Icons */
@import url('https://fonts.googleapis.com/css?family=Teko:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,latin-ext');
/* Structure */
html, body {
	height:100%;	
}
body {
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	line-height:20px;
	margin:0;
	background:url(../img/bg.jpg) no-repeat center center;
	background-size:100%;
	background-size:cover;
	color:#fff;
	-webkit-font-smoothing: antialiased !important;
}

/* TYPOGRAPHY and links color */
p {
	margin-bottom:20px;
	font-family:'Open Sans', sans-serif;
	font-size:11px;
	color:#333;
	border-top:1px solid #CCC;
	padding-top:10px;
	margin-top:20px;
}
.lead{
	margin-top:-15px;
}
a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover,
a:focus {
  color: #00aeef;
  text-decoration: none;
  outline:none;
}

h1,h2,h3,h4,h5,h6 {
  	font-family: 'Teko', sans-serif;
	-webkit-font-smoothing: antialiased !important;
}
h1 {
	text-transform:uppercase;

	padding:0;
	text-align:center;
	font-size:42px;
	font-weight:600;
}
h2 {
	font-weight:400;
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
	font-size:22px;
}
h3 {
	font-weight:300;
	margin:60px 0 20px 0;
	padding:0;
	text-align:center;
	font-size:48px;
	text-transform:uppercase;
}

/* BUTTONS */
.btn-check {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background:#7cc576;
border:none;
color:#fff;
display:block;
line-height:33px;
text-align:center;
margin-left:3px;
font-size:12px;
font-weight:bold;
width:120px;
outline:none;
 -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-check:hover {
background: #6CC;
}

hr {
  border-top: 1px solid #373737;
}
.img-responsive{
	margin:auto;
}
/* Basic Structure
-------------------------------------------------*/

.sc{
	width:100%;
	text-align:center;
}

.sc img{
	width:80%;
	max-width:80%;
}

.sc h1 {
	padding:0;
	text-align:center;
	font-size:22px;
	font-weight:600;
	color:#164295;
}

#wrapper {
	position: relative;
	min-height:100%;
}
#main {
	position: relative;
}
#logo {
	padding-bottom:50px;
}

.countdown{
	text-align:center;
		margin:70px 0 0 0;
}

#secim{
	text-align:center;
	padding-top:0px;
}
#secim p{
	font-size:12px;
	color:#8c8c8c;
}
#secim ul{
	margin:0;
	padding:0 0 40px 0;
	text-align:center;
}
#secim ul li{
	display:inline-block;
	margin:0 5px 10px 5px;
	padding-top:50px;
}

#secim ul li:first-child{
	padding-right:15px;
	height:118px;
	background:url(../img/cz.png) no-repeat center right;
}

#secim ul li a{
	color:#3b3b3b;
	text-align:center;
	display:block;
	font-family: 'Teko', sans-serif;
	font-weight:700;
	font-size:13px;
	border:0px;
	background:none;
}

#secim ul li a:hover{
	color:#d41c36;
}
/*============================================================================================*/
/* 4.  MEDIA QUERIES */
/*============================================================================================*/


@media (min-width: 768px) and (max-width: 1200px) {
.btn-check {width:95px;}

}
@media (max-width: 979px) {

.btn-check { position:absolute;  bottom:-50px; left:42%; width:95px;}
.first-nogutter {padding-right:15px;}
.loader { position:absolute; right:20px; bottom:-45px;}
}
	
/* From tablet portrait to mobile */
@media (max-width: 767px) {

.countdown{
	margin:100px 0 0 0;
}
h1 {
	
	font-size:24px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:32px;
}

}	

/* Mobile portrait */
@media (max-width: 480px) {
body {
	font-size:12px;
}
h3 {
	margin:40px 0 20px 0;
	font-size:32px;
}

.countdown{
		margin:50px 0 0 0;
}
.btn-check {left:38%;}

#logo img{
	max-width:100%;
}

.sc h1 {
	padding:0;
	text-align:center;
	font-size:14px;
	font-weight:600;
	color:#164295;
}

#secim ul{
	padding:0 0 10px 0;
}

}
