/*
Template Name: Flat Lab frontend build with Bootstrap v3.0.0
Template Version: 1.0
Author: Mosaddek Hossain
Website: http://thevectorlab.net/
*/

/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Fjalla+One);


body {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px;
}

ul li {
    list-style: none !important;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

::selection {
    background: #F77B6F;
    color: #fff;
}
::-moz-selection {
    background: #F77B6F;
    color: #fff;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #fff;
}

a:hover {
    color: #363636;
}

p {line-height: 22px}

.home_container {width:100%; background:url(../images/home_bg.png) repeat-x; /* height:100vh;*/}
.homebg_glow {background: url(../images/bg_glow.png)repeat-x 10px 39px; }
.homebg_glow a:hover {opacity:0.7;}

.home_box {margin-top:3%;}
.home_box img {width:100%; height:auto; border:solid 1px #d1d1d1}
.home_box_title {background:#f86600; padding:20px; -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;  font-family: 'Roboto Slab', serif; text-align:center; color:#fff; font-size:25px;}
.homee_arrow {text-align:center;} 
.homee_arrow img {text-align:center;  border:solid 0px #d1d1d1 !important;width:auto !important; height:auto;} 

.home_box_title_green {background:#a2c511; padding:20px; -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;  font-family: 'Roboto Slab', serif; text-align:center; color:#fff; font-size:25px;}
.enterbutton {background: #fffcfc; /* Old browsers */
background: -moz-linear-gradient(top, #fffcfc 0%, #dce6e6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffcfc), color-stop(100%,#dce6e6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fffcfc 0%,#dce6e6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fffcfc 0%,#dce6e6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fffcfc 0%,#dce6e6 100%); /* IE10+ */
background: linear-gradient(to bottom, #fffcfc 0%,#dce6e6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#dce6e6',GradientType=0 ); /* IE6-9 */
color:#000; font-family: 'Oswald', sans-serif; font-size:15px; width:100px; margin:3px auto; text-transform:uppercase; padding:5px 0px; border:solid 1px #d9d9d9; -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}
.footer_home, .push {
height: 12px; background-color:#03131a; margin-top:5%;
}
