

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
body {
	
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 15px;
	line-height: 24px;
	
  /* Location of the image */
  background-image: url(../img/Kareeb.jpg);
  
  /* Image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;
  
  /* Pick a solid background color that will be displayed while the background image is loading */
  background-color:#464646;
  
  /* SHORTHAND CSS NOTATION
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

*{
	margin:0;
	padding:0;
}
/*
body{
	background:url(../img/Kareeb.jpg) no-repeat;
	height:850px;
}*/
.header{
	margin: 0 auto;
	width: 100%;
}
.header h1{
	color: #ffea00;
	font-family: 'Roboto Slab Bold';
	font-weight: bold;
	line-height: 40px;
	margin: 5px 0 20px;
	text-rendering: optimizelegibility;
	font-size: 44px;
	margin-top: 50px;
	text-align: center;
}
.header img{
	margin-left: auto;
    margin-right: auto;
    display: block;
    opacity: .8;
    margin-top: 10px;
}
.header > p {
  color: #fff;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  line-height:1.5;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0;
  margin: 25px auto;
  text-align: center;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

/*   Count down css*//
.count_down{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
ul#kareeb_countdown {
  list-style: none;
  margin: 50px 0;
  padding: 0;
  display: block;
  text-align: center;
}

ul#kareeb_countdown li { display: inline-block; margin-left: 50px;}

ul#kareeb_countdown li span {
	font-family: 'Roboto Slab Bold';
	background: rgba(255,255,255,0.1);
	border: 2px solid #fff;
	color: #fff;
	font-size: 80px;
	font-weight: 300;
	padding: 40% 0;
	width: 130px;
	height: 130px;
	font-weight: 700;
	float: left;
	margin-bottom: 10px;
}

ul#kareeb_countdown li.seperator {
  font-size: 80px;
  line-height: 70px;
  vertical-align: top;
}

ul#kareeb_countdown li p {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto Slab Bold';
}
/*footter css*/
footer{
    width: 100%;
}
footer > h1{
	color: #ffea00;
	font-family: 'Roboto Slab Bold';
	font-size: 35px;
	margin-bottom:10px;
	font-weight: 600;
	letter-spacing: 3px;
	padding: 0;
	text-align: center;
}

footer img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    opacity: .8;
    margin-top: 10px;
    margin-bottom: 20px;
}


.footer-menu ul{
    margin: 0px; 
    padding:0px; 
    list-style: none; 
    text-align: center;
}
.footer-menu ul li{
    display: inline;
    margin-right: 2%;
}
.footer-menu ul li a{
    padding: 5px 15px; 
    display:inline-block; 
    color: #fff; 
    text-decoration: none; 
    font-size: 16px;
    opacity: .80;
}
.footer-menu ul li:last-child {
  margin-right: 0;
}

footer > p {
  color: #fff;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin-top: 20px;
  
  text-align: center;
}

.footer-social_menu ul{
    margin: 0 0 20px 0; 
    padding:0px; 
    list-style: none; 
    text-align: center;
}
.footer-social_menu ul li{
    display: inline-block;
	border:1px solid #fff;
	padding: 5px 8px 4px 8px;
	width: 40px;
	cursor:pointer;
	margin: 10px 5px;
}

.footer-social_menu ul li:hover { background:#ffea00; border:1px solid #ffea00;}
.footer-social_menu ul li:hover i { color:#222; }
.footer-social_menu ul li i{
	font-size: 20px;
	}

.footer-social_menu ul li a{
    display: inline-block;
    color:#fff;
	
}
.footer-social_menu ul li img{
    margin-left: 0;
}

/* Contuct Us page CSS */
.contuct_us {
  background: none repeat scroll 0 0 #fff;
  height: auto;
  width: 425px;
  padding: 0 0 20px 0;
    display: none; /******this is for about us button****/
}

.contuct_us label { display:block !important;}



.newsletter{
  height: auto;
    overflow: hidden;
    opacity: .5;
    display: none; /******this is for about us button****/
}


.contuct_us form {
  font-weight: 500;
  padding:10px 15px 15px 15px;
  font-size: 17px;
}

.contuct_us > h1 {
  background: none repeat scroll 0 0 #e9e9e9;
   
  font-size: 25px;
  height: 60px;
  line-height: 60px;
  padding-left: 26px;
  letter-spacing: .50px;
    margin-top: 0px;
}

.contuct_us h1 a span {
  float: right;
  color: #a9a9a9;
  padding: 14px;
}
.contuct_us form input[type="text"], .contuct_us form input[type="email"] {
  border: 1px solid #e7e7e7;
  background:#fff;
  margin: 9px 0;
  padding: 7px;
  width: 100%;
}

.contuct_us form textarea{border: 1px solid #e7e7e7;
  background:#fff;
  margin: 9px 0;
  padding: 7px;
  width: 100%;}
  
  .contuct_us form .button {}

/*About Us page*/

.about_content {
  background: rgba(7, 5, 3, 0.9);
  position:absolute;
    overflow: auto;
    color: #fff;
    padding:4% 10% 10% 10%;
    display: none; /******this is for about us button****/
    width: 100%;
	height:100%;
	left:0;
}
.about_content .cross_btn span {
  color: #a9a9a9;
  float: right;
  padding: 5px;
  font-size: 29px;
  font-weight:normal;
}



.left_content, .right_content{
    float: left;
}
.left_content{
    clear: both;
}
.right_content{
    float: right;
}
.about_content h1{
	font-family: 'Roboto Slab Bold';
    color: #ffea00;
    font-size: 35px;
}
.about_content h4{
    font-family: 'Roboto Slab Bold';
	font-size: 18px;
    letter-spacing: 0.51px;
	margin-top: 25px;
}



.address-details {margin-top:25px;  list-style:  none;}
.address-details li{line-height: 2.5; }
.address-details li a {
  color: #fff;
}
.address-details li i{margin-right: 15px;}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

#ascrail2000{
	background-color:#f3f3f3;
	cursor:pointer;
}
#ascrail2000>div{
	
	width:7px!important;
	cursor:pointer;
	border-radius:0!important;
	-webkit-border-radius:0!important;
	-moz-border-radius:0!important;
}
#success{
	width: 100%;
	padding: 10px;
	text-align: center;
	color: green;
	display:none;
}
#error{
	width: 100%;
	padding: 10px;
	text-align: center;
	color: red;
	display:none;
}
