/****************************
*
*   _-=/| VIBRANT COMING SOON THEME |\=-_ 
*
* by: Bryan McAnulty
* Available on: Themeforest
*
* Copyright 2012, Bryan McAnulty
*
* Custom Settings with instructions available at bottom of stylesheet.
*
****************************/


/***------ @RESET AND BASE STYLES------***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
ol, ul {
    list-style: none;
}
a img {
    border: none;
}
a{
    text-decoration: none;
    cursor: pointer;
}
html {
    background: #999;
}
body {
    font-family: "Lato", arial, sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    background: #999;
    color: #333333;
}

/***------ @INTERFACE FRAME------***/

.topbar {
    width: 100%;
    color: #333;
    background-color: #222;
    background: -moz-linear-gradient(top, #313131, #222222);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#313131), to(#222222));
    height: 51px;
    position: fixed;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #555;
    -webkit-box-shadow: inset -1px 0 4px #111, 0 1px 0 0px #333, 0 2px 4px #666;
    -moz-box-shadow: inset -1px 0 4px #111, 0 1px 0 0px #333, 0 2px 4px #666;
    box-shadow: inset -1px 0 4px #111, 0 1px 0 0px #333, 0 2px 4px #666;
    z-index: 3;
}
.topbar h1{
    font-family: "Lato", arial, sans-serif;
    color: #fff;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 18px;
    text-shadow: 0 1px 1px #111;
    text-align: left;
    padding: 14px 0 3px 15px;
    font-weight: bold;
    width: 280px;
    height: 37px;
    border-right: 1px solid #444;
    -webkit-box-shadow: 1px 0px 0px #111;
    -moz-box-shadow: 1px 0px 0px #111;
    box-shadow: 1px 0px 0px #111;
    top: -3px;
    position: relative;
}
.topbar h1:hover{
    background: #444;
    background: -moz-linear-gradient(top, #444, #333);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#333));
    cursor: pointer;
}
.topbar h1 img{
    vertical-align: text-bottom;
    position: relative;
    top: 1px;
}
.imgContain
{
	width:100%;
}
.imgContain img{
    max-width:100%;
    height: auto;
    display: block;
    overflow: hidden;
    z-index: 2;
}
#login-logo{
    background:url(../images/Vibrant-Logo.png) no-repeat;
    width: 620px;
    height: 163px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 14px;
    left: 55px;
    z-index: 2;
}
.signinBox{
    position: absolute;
    top: 52px;
    bottom: 33px;
    right: 0;
    left: 0;
    background-color: #DDD;
    -webkit-box-shadow: inset 0px -1px 17px #999;
    -moz-box-shadow: inset 0px -1px 17px #999;
    box-shadow: inset 0px -1px 17px #999;
    background: -moz-radial-gradient(center center, circle closest-side, #e8e8e8 0%, #b2b2b2 100%);
    background: -webkit-gradient(radial, center center, 400, center center, 0, from(#b2b2b2), to(#e8e8e8));
    overflow: auto;
}
#signinHold{
    margin: 0 auto;
	margin-top: 70px;
	width: 620px;
}
.signin{
    margin-top: 40px;
    height: 100%;
    background-color: #666;
    padding: 10px;
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef, #ddd);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#ddd));
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 6px #aaa, inset 0 0 0 1px #ccc;
    -moz-box-shadow: 0px 0px 6px #aaa, inset 0 0 0 1px #ccc;
    box-shadow: 0px 0px 6px #aaa, inset 0 0 0 1px #ccc;
    -webkit-border-radius: 11px;
     -moz-border-radius: 11px;
    border-radius: 11px;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.signin:hover{
    -webkit-box-shadow: 0px 0px 46px #888, inset 0 0 0 1px #ccc;
    -moz-box-shadow: 0px 0px 46px #888, inset 0 0 0 1px #ccc;
    box-shadow: 0px 0px 46px #888, inset 0 0 0 1px #ccc;
}
#grab-line{
	font-size: 26px;
	text-align: center;
	font-weight: 600;
	color: #555;
	text-shadow: 0 -1px 0 #eee;
	line-height:26px;
}
#grab2{
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	color: #777;
	text-shadow: 0 -1px 0 #eee;
	margin-top: 45px;
	line-height:26px;
}
#grab3
{
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	color: #777;
	text-shadow: 0 -1px 0 #eee;
	line-height:26px;
}
#button1
{
	text-align:center;
}
.signin h2{
    font-size: 23px;
    font-weight: bold;
    line-height: 45px;
    margin: 0;
    text-align: center;
}
.signin input[type=email],
.signin input[type=text]{
    background: #efefef;
    -moz-box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    border: 1px solid #ccc;
    outline: none;
    width: 210px;
    color: #444;
    font-family: "Lato", arial, sans-serif; 
    font-size: 14px;
    height: 22px;
    padding: 5px;
    padding-left: 10px;
    margin:0 8px 9px 0;
}
.signin input[type=email]:focus,
.signin input[type=text]:focus{
    color: #373737;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    -moz-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    background: #fff;
    outline: none;
    border: 1px solid #ababab;
}
#signin-btn{
    display: inline;
    margin: -9px 0 0 0;
    font-weight: 700;
}
.signin label{
    display: inline;
}
.signin-options {
    text-align: center;
    margin-top: 26px;
    font-size: 11px;
    color: #888;
}
.signin-options a{
    margin:0 5px;
    color: #666;
    font-weight: 600;
}
.signin-options a:hover{
    color: #333;
}
#signin-footer{
    z-index: 1;
    position: fixed;
    bottom: 20px;
    right: 40px;
    color: #777;
    width: auto;
}
#signinNav{
    display: inline;
    margin-top: 3px;
    text-shadow: 0 -1px 0px #dddddd;
    color: #444;
}
#signinNav li{
    display: inline;
    list-style: none;
    font-family: arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
#signinNav a{
    color: #444;
    text-decoration: none;
}
#signinNav a:hover{
    color: #111;
    text-decoration: underline;
}
.signup-form {
    position: relative;
    height: 750px;
    width: 445px;
    margin: 20px auto;
    background-color: #666;
    padding: 10px 102px 10px 101px;
    background: #a6a6a6;
    background: -moz-linear-gradient(top, #a6a6a6, #7a7a7a);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a6a6a6), to(#7a7a7a));
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 6px #666, inset 0 0 1px #666;
    -moz-box-shadow: 0px 0px 6px #666, inset 0 0 1px #666;
    box-shadow: 0px 0px 6px #666, inset 0 0 1px #666;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: auto;
}
.signup-form h2{
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
}

.signup-form a{
    color: #000;
    text-shadow: 0 1px 0 #ccc;
    text-decoration: none;
    line-height: 25px;
}
.signup-form input[type=text], input[type=text],
input[type=email],
input[type=password]{
    background: #eee;
    -moz-box-shadow: 0 -1px 0 #bbbbbb, 0 0 0 1px #ccc, inset 0 0 1px #fff;
    -webkit-box-shadow: 0 -1px 0 #bbbbbb, 0 0 0 1px #ccc, inset 0 0 1px #fff;
    box-shadow: 0 -1px 0 #bbbbbb, 0 0 0 1px #ccc, inset 0 0 1px #fff;
    outline: none;
    border: 1px solid #555;
    color: #9b9b9b;
    font-family: "Lato", arial, sans-serif; 
    font-size: 14px;
    height: 18px;
    padding: 5px;
    padding-left: 10px;
    margin-bottom: 9px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
    border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus{
    color: #373737;
    -webkit-box-shadow: 0px 0px 7px #ccc;
    -moz-box-shadow: 0px 0px 7px #ccc;
    box-shadow: 0px 0px 7px #555;
    outline: none;
}
input[type=submit] {
    background: #1a1a1a;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: inset 0 0 1px #cccccc;
    -webkit-box-shadow: inset 0 0 1px #cccccc;
    box-shadow:  inset 0 0 1px #cccccc;
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: 400;
    color: #e6e6e6;
    padding: 1px 15px;
    font-family: "Lato", arial, sans-serif;  
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -moz-transition: all .2s ease;
    height: 30px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
input[type=submit], .btn{
    border: 1px solid #008fd3;
    border-left: 1px solid #00a9f3;
    border-right: 1px solid #4cd4ff;
    border-top: 1px solid #2ec4ff;
    display: inline;
    background-color: #0080c7;
    background: -moz-linear-gradient(top, #0092d9, #006ab0);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0092d9), to(#006ab0));
    -webkit-box-shadow: 0px 0px 0px 1px #004372, 0 1px 1px 1px #777;
    -moz-box-shadow: 0px 0px 0px 1px #004372, 0 1px 1px 1px #777;
    box-shadow: 0px 0px 0px 1px #004372, 0 1px 1px 1px #777;
    height: 30px;
    font-size: 13px;
    padding: 10px 20px;
    margin: 15px 8px 15px 2px;
    color: #e5f4ff;
    text-shadow: 0 -1px 0 #005a94;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    font-weight: 600;
}
input[type=submit]:hover, .btn:hover{
    background-color: #007acb;
    background: -moz-linear-gradient(top, #00acff, #007acb);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00acff), to(#007acb));
    border: 1px solid #1f99d3;
    border-left: 1px solid #1db2f3;
    border-right: 1px solid #70ddff;
    border-top: 1px solid #59d0ff;
    color: #fff;
}
input[type=submit]:active, .btn:active{
    background-color: #006ab0;
    background: -moz-linear-gradient(top, #006ab0, #006ab0);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006ab0), to(#006ab0));
    -webkit-box-shadow: 0px 0px 0px 1px #ccc, inset 0 1px 1px 1px #003b61;
    -moz-box-shadow: 0px 0px 0px 1px #ccc, inset 0 1px 1px 1px #003b61;
    box-shadow: 0px 0px 0px 1px #ccc, inset 0 1px 1px 1px #003b61;
    border: 1px solid #0068a3;
    text-shadow: 0 1px 0 #005a94;
}
label{
    display: block;
    font-size: 14px;
    color: #3e3e3e;
    margin-bottom: 5px;
    font-weight: 400;
}
  
/***------ @FOOTER ------***/

#footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 31px;
    clear:both;
    background-color: #666;
    width: 100%;
    padding: 0px 18px;
    background: #252525;
    background: -moz-linear-gradient(top, #333, #222);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#222));
    border: 1px solid #555;
    border-bottom: none;
    border-left: none;
    -webkit-box-shadow: 0px -1px 0px #333, 0px -1px 4px #333, inset 0 -2px 1px #111;
    -moz-box-shadow: 0px -1px 0px #333, 0px -1px 4px #333, inset 0 -2px 1px #111;
    box-shadow: 0px -1px 0px #333, 0px -1px 4px #333, inset 0 -2px 1px #111;
}
#footer span{
    font-size: 10px;
    position: absolute; right: 50px; top: 5px;
    text-shadow: 0 1px 1px #111;
    font-family: arial, sans-serif;
    color: #999;
}
 #footer p{
 	text-align: center;	
 	font-size: 10px;
    position: relative; top: -22px;
    text-shadow: 0 1px 1px #111;
    font-family: arial, sans-serif;
    color: #888;
 }
 #footer a:hover{
 	cursor: pointer;
 	color: #ccc;	
 }

#footerNav{
    display: block;
    float: right;
    position: relative;
    right: 50px;
    margin-top: -20px;
    text-shadow: 0 1px 0px #000;
    color: #555;
}
#footerNav li{
    display: inline;
    list-style: none;
    font-family: arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.special{
	color: #555;
	background: #ddd;
	font-weight: 700;
	padding: 3px 0px;
	margin: 0 3px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.follow{
	text-align: center;
	font-size: 16px;
	color: #777;
	margin-top: 42px;	
}
.follow a{
	font-weight: 600;
	color: #444	
}

.ui-progressbar{
    border: 1px solid #000;
}
.ui-progressbar-value{
    background: #0075cf !important;
    border: 1px solid #0061ab !important;
    border-bottom: 1px solid #005495 !important;
    border-right: 1px solid #0075cf !important;
    -webkit-box-shadow: inset 0px -1px 1px #0075cf, inset 0px -10px 5px #0090ff, inset 0px 1px 0px #0090ff;
    -moz-box-shadow: inset 0px -1px 1px #0075cf, inset 0px -10px 5px #0090ff, inset 0px 1px 0px #0090ff;
    box-shadow: inset 0px -1px 1px #0075cf, inset 0px -10px 5px #0090ff, inset 0px 1px 0px #0090ff;
}
#progressbar{
    width: 400px;
    height: 20px !important;
    margin: 25px auto;
    -webkit-box-shadow: inset 0px 1px 1px #bbb, inset 0px 0px 10px #bdbdbd;
    -moz-box-shadow: inset 0px 1px 1px #bbb, inset 0px 0px 10px #bdbdbd;
    box-shadow: inset 0px 1px 1px #bbb, inset 0px 0px 10px #bdbdbd;
}

.response{
    font-size: 11px;
    position: relative;
    top: 25px;
    color: #0075cf;
    max-width: 530px;
    line-height: 15px;
    text-align: center;
    font-weight: 600;
    background: rgba(225,225,225,0.8);
    padding: 4px 20px;
    border: 1px solid #eee;
    text-shadow: 0 -1px 0 #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 4px #111;
    -moz-box-shadow: 0px 1px 4px #111;
    box-shadow: 0px 1px 4px #999;
    z-index: 5;
}

/***------ @RESPONSIVE STRUCTURE ------***/

@media only screen and (max-width: 820px){
    #signinHold{
       width: 100%; 
    }
    #grab2{
        
    }
    .imgContain img{
     	width:100%;  
    }
    .signin{
        display: block;
        transition: none;
        -o-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
		width: 80%;
		margin:0 auto;
		margin-top:40px;
    }
    .signin form{
        width: 228px;
        margin: 0 auto;
    }
    .signin form .btn{
        margin: 0 auto;
        width: 228px;
    }
    .signin h2{
        width: 402px;
        line-height: 26px;
        margin: 0 0 12px 0;
        padding: 0;
        text-align: center;
    }
    #footer{
       
    }
    #footer p{
        left: -15px;
    }
    #footer span{
        width:100%;
        text-align: right;
        margin: 0 auto;
        display: block;       
        
    }
    #progressbar{
        width: 350px;
    }
    .signin form .btn{
        margin: 10px auto 0;
    }
}
@media only screen and (max-width: 665px){
    .signinBox{
        width:100%;
    }
    #signinHold{
        
    }
	#grab-line
	{
		font-size: 22px;
	}
    #grab2{
        line-height: 26px;
		font-size: 16px;
		margin-top: 30px;
	}
	.imgContain
	{
		width:80%;
		margin:0 auto;
	}
    .imgContain img{
        max-width: 100%;
     }
    .signin{
		width:80%;
        height: auto;
        display: block;
        margin: 0px auto;
        transition: none;
        -o-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
		margin-top:30px;
    }
    .signin:hover{
        -webkit-box-shadow: 0px 0px 6px #aaa, inset 0 0 0 1px #ccc;
        -moz-box-shadow: 0px 0px 6px #aaa, inset 0 0 0 1px #ccc;
        box-shadow: 0px 0px 6px #aaa, inset 0 0 0 1px #ccc;
    }
    .signin form{
        width: 228px;
        margin: 0 auto;
        left: -15px;
        position: relative;
    }
    .signin form .btn{
        margin: 0 auto;
        width: 228px;
    }
    .signin h2{
        width: 352px;
        line-height: 26px;
        margin: 0 0 12px 0;
        padding: 0;
        font-size: 22px;
        text-align: center;
        left: -75px;
        position: relative;
    }
    #footer{
        overflow: hidden;
    }
    #footer p{
        left: -15px;
    }
    #footer span{
        text-align: right;
        margin: 0 auto;
        display: block;
        
    }
    .follow{
        font-size: 14px;
        position: relative;
        left: 0px;
    }
    #progressbar{
        width: 300px;
        position: relative;
        left: 2px;
    }
    .signin form .btn{
        margin: 10px auto 0;
    }
}
@media only screen and (max-width: 480px){
    .signinBox{
      width:100%;
    }
    #signinHold{
       
    }
   #grab-line
	{
		font-size: 18px;
	}
    #grab2{
       font-size: 14px;
	   margin-top: 20px;
    }
	#grab3{
      
    }
    .imgContain img{
        max-width:100%;
    }
    .signin{
        width: 80%;
        display: block;
        margin: 30px auto 0;
        transition: none;
        -o-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .signin:hover{
        -webkit-box-shadow: 0px 0px 6px #aaa, inset 0 0 0 1px #ccc;
        -moz-box-shadow: 0px 0px 6px #aaa, inset 0 0 0 1px #ccc;
        box-shadow: 0px 0px 6px #aaa, inset 0 0 0 1px #ccc;
    }
    .signin form{
        width: 228px;
        margin: 0 auto;
        left: -38px;
        position: relative;
    }
    .signin form .btn{
        margin: 0 auto;
        width: 228px;
    }
    .signin h2{
        width: 272px;
        line-height: 26px;
        margin: 0 0 12px 0;
        padding: 0;
        text-align: center;
        left: -60px;
        position: relative;
        font-size: 16px;
    }
    .topbar{
        
    }
    #footer{
        display: block;
    }
    .follow{
        font-size: 14px;
        position: relative;
        left: 0px;
        margin-top: 25px;
    }
    #progressbar{
        width: 250px;
        position: relative;
        left: 0px;
    }
    .signin form .btn{
        margin: 10px auto 0;
    }
	.btn {
		font-size:80%;
	}
	#grab3
	{
		font-size:14px;
	}
}


/***------    @CUSTOM SETTINGS    ------***/

/*==================================================
 Change the settings below to over-ride the defaults
===================================================*/

/* Uncomment the section below to remove black header and footer bars.
__________________________________________________________*/
/*
.topbar{
    display: none;
    visibility: hidden;
}
#footer{
    display: none;
    visibility: hidden;
}
.signinBox{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
*/

/* Uncomment the section below to remove header and subheader text. NOTE: removing it from the HTML is recommended
__________________________________________________________*/
/*
.imgContain img{
    top: -94px;
    position: absolute;
}
@media only screen and (max-width: 820px){.imgContain img{
        top: -94px;}
}
@media only screen and (max-width: 665px){.imgContain img{
        top: -82px;}
}
@media only screen and (max-width: 480px){.imgContain img{
        top: -42px;}
}
#grab-line{
    display: none;
    visibility: hidden;
}
#grab2{
    display: none;
    visibility: hidden;
}
*/

/* Uncomment the section below to remove progressbar.
__________________________________________________________*/
/*
#progressbar{
    display: none;
    visibility: hidden;
}
*/
/* Uncomment the section below to remove social media links.
__________________________________________________________*/
/*
.follow{
    display: none;
    visibility: hidden;
}
*/
