/*
	Theme Name: Sooner - Responsive Coming Soon Template
	Theme URI: http://themeforest.net/user/lanternthemes
	Description: This css file is for template layout alignments
	Version: 1.0
	Author: Lantern Themes
	Author URI: http://themeforest.net/user/lanternthemes
	Tags:
	
	TABLE OF CONTENTS
	---------------------------
	 1. Global Styles
	 2. Preloader Content
     3. Main Page Styles
	 4. Timer Content Styles
	 5. About Content Styles
	 6. Address Styles and Social Icons
	 7. Media Query
*/



/* ===================== Global Styles ===================== */

html, body {
	padding:0 0 0 0;
	margin:0 0 0 0;
	height:100%;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
	font-size:14px;
	font-weight:300;
	background:none;
	display:inline-table;
}

/* Link Transition */

a, a:hover, a:active, a:visited, a:link {
    outline:none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
	color:#ffffff;
}

/* Paragraphs */

p {
	padding:0 0 0 0;
	margin:15px 0 0 0;
}

/* Headings */

h1 {
	font-family: 'Roboto', sans-serif;
	font-size:80px;
	font-weight:300;
	color:#0d9ccb;
	text-transform:uppercase;
}
h1 span {
	font-weight:900;
}
h2 {
	
    line-height: 45px;
	font-family: 'Roboto', sans-serif;
	font-size:36px;
	font-weight:300;
	color:#ffffff;
	text-transform:uppercase;
}
h2 span {
	font-weight:900;
	color:#0d9ccb;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	font-weight:300;
	color:#ffffff;
	text-transform:uppercase;
}
h3 span {
	font-size:30px;
	font-weight:900;
}


/* ===================== Preloader Content ===================== 
   This is for preloading the theme
*/

#mask {
    background-color: #FFFFFF;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
#loader {
    background-image: url("../img/bx_loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}


/* ===================== Main Page Styles ===================== 
   This styles is for theme layout
*/

.main-container {
	margin:0 0;
	padding:0 0;
	width:100%;
	height:100%;
	display:inline-table;
	background-color:rgba(0,0,0,0.5);
}

/* Left Container Styles */

.left-content {
	padding-top:20px;

	width:100%;
	

	float:left;
	
	vertical-align:middle;
	display:inline-table;

}

/* Logo Container */

.logo {

	margin:0 0 0 0;
	font-family: 'Sarina', cursive;
	font-size:60px;
	color:#0d9ccb;
	line-height:14px;
}
.logo span {
	padding:0 0 0 50px;
	margin:0 0 0 0;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	color:#666666;
	font-weight:300;
	text-transform:uppercase;
	line-height:10px;
}
.captions {
	padding-bottom:30px;
}

/* ===================== Timer Content Styles ===================== */

.timer {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
}
.timer li {
	padding:0 0 0 0;
	margin:0 10px 0 0;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	color:#ffffff;
	width:120px;
}
.timer li:nth-child(2) {
	width:100px;
}
.timer li:nth-child(3), .timer li:nth-child(4) {
	width:110px;
}
.timer li span {
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-size:50px;
	color:#ffffff;
}


/* Right Container Styles */

.right-content {
	
	width:100%;
	    background: url(../img/skulls.png);
padding:18px  0px;

	float:left;
	
	
}
.right-content h2 {
	display:inline-table;
	width:100%;
}
.right-content p {
	display:inline-table;
	width:100%;
}
.right-content ul {
	display:inline-table;
	width:100%;
}

/* ===================== About Content Styles ===================== */

.about-content {
	padding-top:10%;
}

/* ===================== Address Styles and Social Icons ===================== */

.social-ico {
	padding:20px 0 0 0;
	margin:0 0 0 0;
	list-style:none;
}
.social-ico li {
	padding:0 0 0 0;
	margin:0 0 0 5px;
	display:inline-table;
}
.social-ico li a {
	padding:4px 0 0 0;
	margin:0 0 0 0;
	color:#ffffff;
	background:rgba(251,251,251,0.2);
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	width:30px;
	height:30px;
	display:block;
	text-align:center;
	font-size:16px;
}
.social-ico li a:hover {
	color:#333333;
	background:rgba(251,251,251,1);
}



/* ================== Media Query ================== 
For the small device (iPad, Tablet, Mobile) CSS are given bellow
*/


@media (max-width: 991px) { /* This media query is written for Ipad and tablets */

/* Left Content Styles */

.left-content {
	padding:0 0 100px 0;
	width:100%;
	-moz-border-radius:0 0 50% 50%;
	-webkit-border-radius:0 0 50% 50%;
	border-radius:0 0 50% 50%;
	float:none;
	padding-left:0;
	text-align:center;
	height:auto;
}

/* Right Content Styles */

.right-content {
	padding:30px 20px;
	width:100%;
	float:none;
	text-align:center;
	height:auto;
}
}

@media (max-width: 768px) { /* This media query is written for Mobile landscape and Ipad and tablets portrait */

/* Headings for small devices */

h1 {
	font-size:60px;
}
h3 {
	font-size:20px;
}
h3 span {
	font-size:24px;
}
.left-content {
	padding:0 0 70px 0;
}

/* Timer Content Styles */

.timer li {
	font-size:11px;
	width:90px;
}
.timer li:nth-child(2) {
	width:80px;
}
.timer li:nth-child(3), .timer li:nth-child(4) {
	width:80px;
}
.timer li span {
	font-size:36px;
}
}

@media (max-width: 480px) { /* This media query is written for Mobile only */

/* Headings for mobile devices */

h1 {
	font-size:48px;
}
h3 {
	font-size:18px;
}
h3 span {
	font-size:22px;
}
.logo { /* Logo Style */
	padding:40px 0 20px 0;
}
.captions {
	padding-bottom:20px;
}

/* Timer Content Styles */

.timer li {
	font-size:11px;
	width:60px;
	line-height:22px;
}
.timer li:nth-child(2) {
	width:50px;
}
.timer li:nth-child(3), .timer li:nth-child(4) {
	width:50px;
}
.timer li span {
	font-size:36px;
	display:block;
}
}
.baslik{
	width:100%;
	display:block;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight: 900;
    color: #88cbe8;
	font-size:20px;
}
.panel
{
	color:#000 !important;
}
.panel a 
{    font-weight: 700;
	color:#000 !important;
}
.panel a:hover
{
	text-decoration:none;
}