
/*==========================================================================================
	
This file contains styles related to the color scheme of the template

==========================================================================================*/

body{font-size:12px;
line-height:1;
font-family:'Source Sans Pro',Arial, sans-serif;
color:#ffffff;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
background:#ffffff url("") no-repeat fixed center center;
background-size:cover;
min-height:100%;
}

.tile{background: url("images/tile.png") repeat;
width:100%;
height:100%;
display:block;
overflow:hidden;
position:fixed;
top:0;
left:0;
z-index:-5;}


a{color:#36B1BF;text-decoration:none;}
a:hover{color:#4AD9D9;text-decoration:none;}


.logo{margin-bottom:20px;
font-weight:bold;
font-size:45px;
color:#ffffff;}

ul#countdown li{
color:#44B0DE;
}

.mask{
background:#ffffff;
}


.d-holder, .icon-holder{
background:#44B0DE;
border:10px solid rgba(68,176,222, 0.3) !important;
-moz-background-clip: padding;    
-webkit-background-clip: padding;  
background-clip: padding-box; 
}
.icon-holder{border:5px solid rgba(68,176,222, 0.3) !important;}

.signup-2 .submit{
background:#44B0DE;
}

.back-title{
border-bottom:1px solid #fff;
}

.twitter a{background: url("../images/twitter.png") no-repeat  center center ;}
.facebook a{background: url("../images/facebook.png") no-repeat  center center ;}
.rss a{background: url("../images/rss.png") no-repeat  center center ;}
.pinterest a{background: url("../images/pinterest.png") no-repeat  center center ;}
.linkedin a{background: url("../images/linkedin.png") no-repeat  center center ;}

/* MEDIA QUERIES */

@media (min-width: 1200px){
.d-holder{border:15px solid rgba(68,176,222, 0.3) !important;}
}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {
ul#countdown li{margin-right:40px; margin-bottom:40px;} 
}

