@import url('//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css');

body { 
    
	padding-top: 70px;
    padding-right: 0px !important
}

#indexBody {
    background-attachment: scroll;
    background-color: white;
    
        background-position: center center;
        background-repeat: none;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        background-attachment: fixed;
}

/*p {
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
}*/

label {
    display:inline-block;
    width:100px;
    margin-bottom:10px;
}

.date-form {
    margin-bottom: 5px;
}

.mainMobile{
    display: none;
}

.mobile {
    display: none;
}

.label-as-badge {
    border-radius: 1em;
}

.btn:focus {
    outline: 0;
}

a:link {
    text-decoration: none;
}

a:focus {
    outline: 0;
}

.btn-xlarge {
    padding: 18px 28px;
    font-size: 22px; //change this to your desired size
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.btn-home {
    width: 160px;
}

.action-button {
    width: 90px;
}

.form-control {
    margin: 0px 5px 5px 0px;
    width: 200px;
}

.input-group {
    margin: 0px 5px 5px 0px;
    width: 300px;
}

.form-control-text {
    width: 300px;
}

.grid {
  margin: 0 auto;
}

.grid-container {
    position: relative; 
    width: 90%; 
    margin: -5px auto;
}


.grow {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.grow:hover, .grow:focus, .grow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.one {
    float: right;
}

.two{
    float: left;
}
.col-centered{
    float: none;
    margin: 0 auto;
}

::-webkit-input-placeholder {
    font-family: sans-serif;
    color: #b5b5b5;
   
}

.edit {
    text-align: center;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    color: red;
}

h4 {
    font-family: 'Comfortaa', cursive;
    font-size: 35px;
    margin-bottom: -10px;
    color: red;
}

h5 {
    font-size: 20px;
    margin-bottom: 0px;
    color: black;
    /*color: #e8e8b0 ;*/
}


.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.item {
  float: left;
  margin-bottom: 15px;
  text-align: center;
}

img {
	max-width: 300px;
	height: auto;
	margin: 0 auto;
    border-radius: 5px;
}

.astext:focus {
    outline: none;
}

.mainMobile input:focus {
    outline: none;
}

.mainMobile textarea:focus {
    outline: none;
}

#mobileInput {
    font-size: 18px;
    border: none;
    background-color: white;
    /*background-color: #efefef;*/
    width: 220px;
    height: 38px;
    padding: 0 5px;
}

.mainPc input:focus {
    outline: none;
}

.mainPc textarea:focus {
    outline: none;
}

#desktopInput {
    font-size: 18px;
    border: none;
    background-color: #efefef;
    width: 220px;
    height: 35px;
    padding: 0 5px;
}

#desktopSignUpInput {
    font-size: 18px;
    border: none;
    background-color: white;
    width: 220px;
    height: 35px;
    padding: 0 5px;
}

.btn-file {
    font-size: 18px;
    font-family: sans-serif;
    color: darkgrey;
    border: none;
    background-color: #efefef;
   
    height: 35px;
    padding: 0 10px;
}

#desktopInputButton {
    font-size: 18px;
    font-family: sans-serif;
    color: darkgrey;
    border: none;
    background-color: #efefef;
    width: 70px;
    height: 35px;
    padding: 0 5px;
}

#desktopInputButton:hover {
    background-color: lightgrey;
}

#signUpButton {
    font-size: 18px;
    font-family: sans-serif;
    color: darkgrey;
    border: none;
    background-color: #efefef;
    width: 85px;
    height: 35px;
    padding: 0 5px;
}

#signUpButton:hover {
    background-color: lightgrey;
}



.navbar-login {
    /*background-color: #efefef;*/
    background-color: white;
    /*background-color: transparent;*/

    padding-bottom: 5px;
    border: none;
    
}

.dropdownPc:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.cta {
    margin-left: 400px;
}


/*-----------------------
---- Preloader Styles ----
-------------------------*/
#page-loader{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
}

#page-loader .page-loader-gif{
    display: block;
    width:100%;
    height:64px;
    position: absolute;
    top:50%;
    left:0;
    margin:-32px 0 0;
    font-size:21px;
    line-height:58px;
    font-family:Poppins;
    font-weight:400;
    text-align: center;
    color:#aaa;
    color:rgba(0,0,0,0.2);
    background: url('../images/preloader.gif') 50% 0 no-repeat;    
}
.sidebar-outer {
    position: relative;
}

.sidebar {
    position: fixed;
    margin-left: 20px;
}


@media (max-width: 1025px) {

    /*#indexBody {
        background-image: none;
        background-color: #efefef;
    }*/

    .grid-container {
        position: relative; 
        width: 100%; 
        margin: -5px auto;
    }

    img {
        max-width: 280px;
        height: auto;
        margin: 0 auto;
        border-radius: 5px;
    }
    .cta {
    margin-left: 230px;
    }

}   

@media (max-width: 801px) {
    .mainPc {
        display: none;
    }
    .mainMobile {
        display: inline-block;
    }
    .mobile {
        display: inline;
    }
    body { 
        padding-top: 20px;
    }

    a {
        text-decoration: none !important;
    }
    .grid-container {
        position: relative; 
        width: 100%; 
        margin: 10px auto;
    }

    img {
        max-width: 340px;
        height: auto;
        margin: 0 auto;
        border-radius: 5px;
    }
    .cta {
        margin-left: 400px;
    }


} 

@media (max-width: 770px) {
    .cta {
        margin-left: 385px;
    }
}   

@media (max-width: 740px) {
    .mainPc {
        display: none;
    }
    .mainMobile {
        display: inline-block;
    }
    .mobile {
        display: inline;
    }

    .grid-container {
        position: relative; 
        width: 100%; 
        margin: 8px auto;
    }

    img {
        max-width: 170px;
        height: auto;
        margin: -3px auto;
        border-radius: 5px;
    }
    .cta {
        margin-left: 390px;
    }

}  

@media (max-width: 670px) {
    .cta {
        margin-left: 465px;
    }
} 

@media (max-width: 602px) {
    .cta {
        margin-left: 400px;
    }
} 

@media (max-width: 570px) {
    .cta {
        margin-left: 370px;
    }
} 

@media (max-width: 376px) {
    .cta {
        margin-left: 175px;
    }
} 


@media (max-width: 321px) {
    .mainPc{
        display: none;
    }

    .iPhone6 {
        display: none;
    }

    .mainMobile {
        display: inline-block;
    }

    .mobile {
        display: inline;
    }

    .grid-container {
        position: relative; 
        width: 100%; 
        margin: 7px 3px;
    }

    img {
        max-width: 145px;
        height: auto;
        margin: -2px auto;
        border-radius: 5px;
    }
    .cta {
        margin-left: 140px;
    }

}   
