/*--------------------Body-----------------------------*/


html body{
    background-color: #232323;
    background-image: url("images/dark_wall.png")!important ;



}
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 17px!important;
}

.container-fluid{
    background-image: url("images/stressed_linen.png")!important ;

}
.navbar-fixed-top{
    margin-bottom: 0!important;
    border: transparent!important;
    z-index: 1!important;

}

ul.nav.navbar-nav{
    margin-top: 0px!important;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    color: white!important;
    background-color: #323232 !important;


}
.navbar-default .navbar-nav>li>a:hover {
    color: white!important;
    background-color: transparent;
}
.navbar-default .navbar-brand:hover {
    color: white!important;
    background-color: transparent;
}

.navbar-nav>li>a {

    line-height: 21px!important;
    top:0!important;
    bottom:0!important;
}

.searchbar{
    outline-color: transparent;


    padding: 6px;
    border: none;

    margin-top: 12px!important;
    height:30px;
    font-size: 17px;
    width:250px;
   background-color:white;
-moz-border-radius-bottomleft:  7px;
    -moz-border-radius-topleft:  7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.sea{
    display: inline-flex!important;

}

.searchbutton{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright:  7px;
    -moz-border-radius-topright:  7px;
    outline-color: transparent;

    border: none;
    float:right;
    padding: 6px;

    margin-top: 12px;
margin-right: 5px!important;
    background-color: lightgray;
    width:50px;
    height:30px;
    color: dimgray;
    font-size: 20px;
   text-align: match-parent;
}
.searchbutton:focus{
 background-color: #8a8a8a;
}

.searchbutton:hover{
    opacity: 0.7;
}
.cart{
    float: left!important;
line-height: 2px!important;
    margin-top:13px;
    background-color: transparent!important;
    color: #777777;
    padding: 6px;

    font-size: 16px;
    border: none;
    cursor: pointer;
    outline-color: transparent;
}
.cart:hover{color:white;}

.dropbtn {
margin-top:7px;
    background-color: transparent;
    color: #777777;
    padding: 10px;
    font-size: 17px;
    border: none;
    cursor: pointer;
    outline-color: transparent;
    z-index: 1!important;
}

.dropbtn:focus{
    color: #777777;
    background-color: transparent!important;
}
.dropbtn:hover{color:white;}
.logout:hover{color:white;}
.signupbtndrop {
    vertical-align: middle;
    display: inline-block!important;
    cursor: pointer;
    color: #9d9d9d;
    background-color: transparent;
    box-sizing: border-box;
    padding: 12px 16px;


    border-color: transparent;
    outline-color: transparent;

    font-size: 17px!important;
}


.signupbtndrop:hover{color:white;}
.dropdown {
    position: relative;
    display: inline-block;

}




.dropdown-content {
   margin: 2px 0 auto auto;
    display: none;
    position: absolute;
    background-color: #222222;

    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
    width:119px;

    background-image: url("images/stressed_linen.png")!important ;
}


.dropdown-content a {
    color: #9d9d9d;

    text-decoration: none;


}


.fa-search{
    position: center;
    top: 50%;
    left: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    display: block;

}


.show {display:block;}
.show2 {display:block;}
.show3 {display:block;}
.signupbtn {

    background-color: #79c37c;
    color: white;
    padding: 14px 20px;

    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}



/* Extra styles for the cancel button */
.cancelbtn {

    padding: 14px 20px;
    background-color: #f44336;
    color: white;


    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;

}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
    float: left;
    width: 50%;
}

/* Add padding to container elements */
.container1 {
    padding: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5!important;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow:auto;
    background-color: #222222;
    padding-top: 10px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 2% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    height:auto;

}

/* Style the horizontal ruler */
hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}




/* The Close Button (x) */
.close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px!important;
    font-weight: bold;
    color: #222222;
    text-shadow: 0 1px 0 #fff!important;
    opacity: .6!important;
}

.close:hover{
    color: #f5564a !important;
    cursor: pointer;
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
    .cancelbtn, .signupbtn {
        width: 100%;
    }
}




.signupemail{
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: lightgray;
}

.signupemail:focus{
    outline-color: #f5564a;
}
.signuppassword{
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: lightgray;
}

.signuppassword:focus{
    outline-color: #f5564a;
}

.signuppasswordrepeat{
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: lightgray;

}

.signuppasswordrepeat:focus{
    outline-color: #f5564a;
}

.signupusername{
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: lightgray;

}

.signupusername:focus{
    outline-color: #f5564a;
}



/* Log In*/
.loginbtndrop {
    align-items: flex-start;
    text-align: center;
    cursor: pointer;
    color: #9d9d9d;
    background-color: transparent;
    box-sizing: border-box;
    padding: 12px 16px;
font-size:17px!important;
    height:auto;
    border-color: transparent;
    outline-color: transparent;
    border-image: initial;
}


.loginbtndrop:hover{color:white;}


.loginbtn {

    background-color: #79c37c!important;
    color: white;
    padding: 14px 20px;

    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}


.close2:hover{
    color: #f5564a;
    cursor: pointer;
}
.clearfix2::after {
    content: "";
    clear: both;
    display: table;
}


/* The Close Button (x) */
.close2 {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #222222;
    text-shadow: 0 1px 0 #fff;
    opacity: .6;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .loginbtn {
    float: left;
    width: 50%;
}

/* Add padding to container elements */
.container2 {
    padding: 16px;

}

/* The Modal (background) */
.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2!important;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow:auto;
    background-color: #222222;
    padding-top: 10px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important ;
    border-radius: 0px !important;

}

/* Modal Content/Box */
.modal-content2 {
    background-color: #fefefe;
    margin: 2% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    height:auto;
    border-radius:6px;

}











/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
    .cancelbtn, .loginbtn {
        width: 100%;
    }
}




.loginemail{
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: lightgray;
}
.loginppassword{
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: lightgray;
}

/*--------------------Social Media-----------------------------*/
/* University */


.fa-university{

    background: transparent;
    padding: 10px;
    font-size: 50px!important;


    text-align: center;
    text-decoration: none;

    color: #777777;
    display: inline!important;
    border-radius: 6px;
}



/* Facebook */
.fa-facebook {

    padding: 10px;
    font-size: 50px!important;


    text-align: center;
    text-decoration: none;
    background: transparent;
    color: #777777;
    display: inline!important;
    border-radius: 6px;
}


/* Twitter */
.fa-twitter {
    background-color: transparent;
    padding: 10px;
    font-size: 50px!important;


    text-align: center;
    text-decoration: none;

    color: #777777;
    display: inline!important;
    border-radius: 6px;


}

.fa-youtube {
    background-color: transparent;
    padding: 10px;
    font-size: 50px!important;


    text-align: center;
    text-decoration: none;

    color: #777777;
    display: inline!important;
    border-radius: 6px;


}


.fa-university:hover{

    color: #553d98;

}

.fa-facebook:hover{

    color: #3b5998;

}

.fa-twitter:hover{
    color: #55acee;

}

.fa-youtube:hover{

    color: #bb0000;

}

a:-webkit-any-link {
    text-decoration: none!important;
}

i.fab.fa-youtube{
 width:50px!important;
}
/*--------------------Footer-----------------------------*/



#footer.stikybottom {
    position: absolute;
    bottom:0;
    left: 0;
    right:0;
    background-image: url("images/stressed_linen.png")!important ;
    text-align: center;
    padding: 10px!important;
    z-index: auto!important;

}
#footer.bottom{
    padding: 10px!important;
    background-image: url("images/stressed_linen.png")!important ;
    text-align: center;
    position: relative;
    bottom:0;
    left: 0;
    right:0;
    z-index: auto!important;
}


.social{
display: inline-table!important;
width: 350px!important;
}
.social a {
    width:60px!important;
    padding: 10px!important;
}

.disclaimer{

    display: block!important;
    color:white;
    cursor: initial;
}
.disclaimer:hover{

    color:white;
    text-decoration: none!important;
}
.disclaimer:focus{
    opacity: 0.7;
    color:white;
}

.maketable {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */

}

.tablecol{
    display: table-cell; /* Make elements inside the container behave like table cells */
width:33%!important;
    border-right: 1px solid #323232;


}
.tablecol2{
    display: table-cell;
    text-align: center!important;
    width:33%!important;
    border-right: 1px solid #323232;
}
.tablecol3 {
    display: table-cell; /* Make elements inside the container behave like table cells */
    width:33% !important;

}



/*--------------------Carousel------------------------------*/



.carousel-inner img {
    height:925px!important;
    width: 100%; /* Set width to 100% */

    margin-top: 0!important;
    min-height:200px;

}



/*------------------------Side Nav-------------------------------------------*/



.sidenav {
    height: 100%;
    width: 160px;
    position: fixed;
    z-index: 1;
    top: 50px;
    left: 0;
    background-image: url("images/stressed_linen.png")!important ;
    overflow-x: hidden;
    padding-top: 20px;
}

.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none!important;
    font-size: 25px;
    color: #818181;
    display: block;

}

.sidenav a:hover {
    color: #f1f1f1;
}

.main {

    margin-left: 160px; /* Same as the width of the sidenav */

   padding-left: 20px!important;
    padding-right: 120px!important;
    margin-bottom: 100px!important;

}

/*--------------------Table----------------------------------------*/

table{

    background-color: #222222 !important;
    margin-top: 70px;

    color: white !important;
    border-color: #f5564a !important;
font-size: 15px;


}
.table2{

    background-color: #222222 !important;
    margin-top: 70px;

    color: white !important;
    border-color: #f5564a !important;
    font-size: 10px!important;



}
th{

    padding: 10px!important;
   text-align: center!important;
}
td{

    text-align: center!important;
}



tbody {
    display: table-row-group;

    border-color: inherit;

}







/*-------------------Users----------------*/
.uid{
    color: white!important;
    background-color: #222222!important;
    border-color: transparent;
    outline-color: transparent;
    text-align: center;
}

.pwd{
    color: white!important;
    background-color: #222222!important;
    border-color: transparent;
    outline-color: transparent;
    text-align: center;
}

.email{
    color: white!important;
    background-color: #222222!important;
    border-color: transparent;
    outline-color: transparent;
    text-align: center;
}

.status{
    color: white!important;
    background-color: #222222!important;
    border-color: transparent;
    outline-color: transparent;
    text-align: center;
}

.level{
    color: white!important;
    background-color: #222222!important;
    border-color: transparent;
    outline-color: transparent;
    text-align: center;
}
.addbtnuser{
    color: #9d9d9d !important;
    background-color: #222222!important;
    border-color: transparent ;
    outline-color: transparent;

}

.addbtnuser:hover{
    color: white!important;
}
.deleteuser{

    color: #9d9d9d !important;
    background-color: #222222!important;
    border-color: transparent;
    width: 150px;
    text-decoration: none!important;
    outline-color: transparent;
}



.updatebtn{

    color: #9d9d9d !important;
    background-color: #222222!important;
    border-color: transparent;

    text-decoration: none!important;
    outline-color: transparent;
}

.updatebtn:hover{color:white;}


/*-----------------Video Games----------------------------*/

.vg_t{
    padding: 10px!important;


    color: white!important;
    background-color: #222222!important;
    border-color: transparent;
    outline-color: transparent;
    text-align: center;
}

.vg_rd{
    color: white!important;
    background-color: #222222!important;
    border-color: transparent;
    outline-color: transparent;
    text-align: center;
}
.vg_img{
    color: white!important;
    background-color: #222222!important;
    border-color: transparent;
    outline-color: transparent;
    text-align: center;
}
.vg_tr{
    color: white!important;
    background-color: #222222!important;
    border-color: transparent;
    outline-color: transparent;
    text-align: center;
}



.vg_dev{
    color: white!important;
    background-color: #222222!important;
    border-color: transparent;
    outline-color: transparent;
    text-align: center;
}
.vg_pub{
    color: white!important;
    background-color: #222222!important;
    border-color: transparent;
    outline-color: transparent;
    text-align: center;
}
.vg_ge{
    color: white!important;
    background-color: #222222!important;
    border-color: transparent;
    outline-color: transparent;
    text-align: center;

}



.vg_pr{
    color: white!important;
    background-color: #222222!important;
    border-color: transparent;
    outline-color: transparent;
    text-align: center;
}
.vg_desc{
    padding-bottom: 75px!important;
    padding-top: 75px!important;
    padding-right: 10px;
    padding-left: 10px;
    color: white!important;
    background-color: #222222!important;
    border-color: transparent;
    outline-color: transparent;
    text-align: center;
}

.vg_plat{
    color: white!important;
    background-color: #222222!important;
    border-color: transparent;
    outline-color: transparent;
    text-align: center;
}

/*------------------------Glyphicons-----------------------*/
.glyphicon-plus{
  margin-left: 8px;
}
.glyphicon-trash{
    color: #9d9d9d !important;
    margin-top: 5px!important;
}
.glyphicon-trash:hover{
    color: white!important;
    margin-right: 1px!important;
}

.glyphicon-user{
  margin-right:5px!important;
}

.glyphicon-home{
    padding-top: 13px!important;
}

.glyphicon-home:focus{
    color: #777777 !important;
}

.glyphicon-pencil{
    color: #9d9d9d !important;
    margin-top: 5px!important;
    margin-left: 1px!important;

}

.glyphicon-pencil:hover{

    color: white!important;
}

.admin_panel{
    margin-right: 1px!important;
    position: relative!important;
    margin-top: 0px!important;
}

.glyphicon-wrench{

margin-right: 2px!important;
}

.fa-sort-down{
    float:right!important;
    margin-left: 5px;
}
.fa-sign-in-alt{

    margin-right: 2px;
    margin-top: 3px;
}

.fa-edit{

    margin-right: 2px;
    margin-top: 3px;
}

.users:focus{

    color: #818181;
}
.games:focus{

    color: #818181;
}
.fa-gamepad:hover{
    color: white;


}
.fa-gamepad{
    margin-top: 5px!important;
}

.glyphicon-log-out{
margin-right: 1px;
}

.glyphicon-cog{
    margin-right: 1px;
}

/*--------------Games--------------------*/

.overbox{
    width: 100% !important;
    margin: 0 auto!important;

}

.box{
    margin-top: 70px!important;
    margin-bottom: 70px!important;
    height: 100% !important;
}

.row{

    padding-top: 0px!important;
    padding-bottom: 0!important;
    margin-left: 150px!important;
    margin-right: 200px!important;
    box-sizing: border-box!important;

    display: flex;


    margin-top: 15px!important;
background-color: transparent;
}
.cols{
    display: block!important;
    border: 2px solid black;
    border-right: 0!important;


}
.col{
    float: left!important;
   display: block!important;
    padding-left: 12px;
    padding-right: 12px;
    color: white;
    border: 2px solid black;
    background-color: #232323;
    width: 100%!important;
}
.toge{

    margin-left: 80%!important;
}



.btn-info{

    display: inline-block!important;
    padding: 6px 12px;
float:right!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;

    touch-action: manipulation;


    border: 1px solid #f5564a !important;


    background-color: transparent !important;
    color: #9d9d9d !important;
    margin-bottom: 15px;!important

}

.btn-info:hover{
   color:white!important;
}



hr{

    border-top: 1px solid #f5564a !important;

}

.plat{
    cursor: pointer;
    color: #818181;
}
.plat:hover{
    color: white;
    opacity:0.7;
    text-decoration: none;

}

.ge{
    color: #9d9d9d;
    border: 1px solid #9d9d9d !important;
    padding: 6px 12px;
    cursor: pointer;
}
.ge:hover{
    color: #9d9d9d;
    opacity:0.7;
    text-decoration: none;
}

.pr{
    background-color: #79c37c;
    padding: 6px 21px;
    color: white;
    float: right!important;
    display: block!important;



}
.pr:hover{
    color: white;

    text-decoration: none;
}

/*-------------------------------------*/
.panel-primary>.panel-heading {
    background-color: #f5564a !important;
    border-color: transparent !important;
}

/*----------------SingleGame---------------------*/
.contentf{
    top: 8% !important;
    position: absolute;
    z-index: -1!important;
    left: 5%!important;

}
.soverbox{
    margin-left: 1% !important;

}

.sbox{



}

.srow{
    padding-top: 0px!important;
    padding-bottom: 0!important;

    box-sizing: border-box!important;
    border: 0 solid  transparent;
    display: flex;



    background-color: transparent;
}
.scols{
    display: block!important;
    border-right:0 solid transparent;
    height: 100%!important;

}
.scol{
    float: left!important;
    display: block!important;
    padding-left: 12px;
    padding-right: 12px;
    color: white;
    margin-right: 50% !important;
}



.btn-default{
    display: inline-block;
    padding: 6px 12px;
float: right!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;

    touch-action: manipulation;
    cursor: pointer;

    border: 2px solid black !important;
    border-radius: 2px;
border-left: 0!important;
    background-color: #232323 !important;
    color: #9d9d9d !important;

}

.btn-default:hover{
    color:white!important;
}
.co{
   padding: 10px;
    text-align: left!important;
}

h4{
    white-space: nowrap;
    font-size: 30px!important;
    color: white!important;
    margin: 0!important;
}


.splat{
    cursor: pointer;
    color: #9d9d9d;
}
.splat:hover{
    color: #9d9d9d;
    opacity:0.7;
    text-decoration: none;

}

.sge{
    color: #9d9d9d;
    border: 1px solid #9d9d9d !important;
    padding: 6px 12px;
    cursor: pointer;
}
.sge:hover{

    color: #9d9d9d;
    opacity:0.7;
    text-decoration: none;
}

.spr{
    float:right!important;
    background-color: #79c37c;
    padding: 5px 12px!important;
    color: white;
    border: 2px solid black !important;
    border-right: 0!important;

}
.spr:hover{
    color: white;

    text-decoration: none;
}

.srd{
    color: white;
}
.srd:hover{
    color: white;

    text-decoration: none;
}

.sdev{
    color: #9d9d9d;
    cursor: pointer;
}
.sdev:hover{
    color: #9d9d9d;
opacity:0.7;
    text-decoration: none;
}

.spub{
    color: #9d9d9d;
    cursor: pointer;
}
.spub:hover{
    color: #9d9d9d;
    opacity:0.7;
    text-decoration: none;
}


/*-------------------------------------*/
a{
    font-size: 16px;

}
a:focus{
    color: #9d9d9d !important;
}


/*-----------------Category--------------------------------*/
.categotydropbtn {
    background-color: transparent;
    color: #777777;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-right: 10px;!important;
}

.categotydropbtn:hover  {
    background-color: transparent;
    outline-color: transparent!important;
    color: white!important;
}
.categotydropbtn:focus{
    color: #777777;
    background-color: transparent;
    outline-color: transparent!important;
}

.categoriesdropdown {
    position: relative;
    display: inline-block;
    z-index: 1!important;
}

.catdropdown-content {
    display: none;
    position: absolute;
    background-image: url("images/stressed_linen.png")!important ;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}

.catdropdown-content a {
    color: #9d9d9d;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.fa-filter{
    margin-right: 1px;
}
.categoriesdropdown a:hover {
    color: white;
}
/*-------------------User Dropdown--------------------------*/

.userdropbtn {
    background-color: transparent;
    color: #777777;
    padding: 15px 10px;
    padding-left: 0!important;
    font-size: 18px!important;
    border: none;
    cursor: pointer;
    z-index: 1!important;

}

.userdropbtn:hover, .dropbtn:focus {
    background-color: transparent;
    outline-color: transparent!important;
    border-color: transparent!important;
}

.userdropbtn:hover{
    color: white;
}
button:focus{
    outline-color: transparent!important;
}

.userdropdown {
    position: relative;
    display: inline-block;

}

.userdropdown:focus{
    outline-color: transparent;
}

.userdropdown-content {
    display: none;
    position: absolute;
    background-image: url("images/stressed_linen.png")!important ;
    min-width: 160px;
    margin-top: 0px!important;
margin-right: 0px!important;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}

.userdropdown-content a {
    color: #9d9d9d;

    text-decoration: none;
    display: block;
}

.userdropdown a:hover {
    background-color: transparent;
}



.fa-circle{

    font-size: 10px;


    padding-right: 1px!important;
    padding-left: 15px!important;
}


i.fa-circle{

}

.logout{
    float: left!important;

    background-color: transparent;
    color: #9d9d9d;
    padding: 12px 16px ;
    font-size: 16px;
    border: none;
    cursor: pointer;
    outline-color: transparent;

}
/*-----------------------Admin Panel------------------------------------*/

.admin_panel{
    float: left!important;
    padding: 12px 16px ;
    background-color: transparent;
    color: #9d9d9d;

    font-size: 16px;
    border: none;
    cursor: pointer;
    outline-color: transparent;
    text-decoration: none!important;

}

.admin_panel:hover{color:white;}


/*-----------------Loader--------------------*/


#overlay{
    position:fixed;
    z-index:99999;
    top:55px;
    left:0;
    bottom:0;
    right:0;
    background-image: url("images/dark_wall.png")!important ;

    transition: 1s 0.4s;
}

a.glyphicon.glyphicon-home{
    padding: 17px 16px!important;
}
#loader {

top: 30%;
    margin: 60px auto auto auto!important;
    border: 16px solid #191919;
    border-radius: 50%;
    border-top: 16px solid #f5564a;

    padding: 80px 80px;
    width: 120px;
    height: 120px;
    position: relative!important;


    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#progstat{
    font-size:3.1em;
    letter-spacing: 3px;
    position:relative;
    text-align: center;
    margin: 15px auto auto auto!important;
    width:100%;
    top: 30%;
    color: #f5564a;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*-----------Settings-------------------*/

.sidenavs {
    height: 330px!important;
    height: 100%;
    width: 180px;
    position: fixed;
    z-index: 1;
    top: 130px;
    left: 50px;
    background-image: url("images/stressed_linen.png")!important ;
    overflow-x: hidden;
    padding-top: 5px;
    border: 1px solid black;
    border-right: 0!important;
}

.sidenavs a {
    padding: 6px 8px 6px 16px;
    text-decoration: none!important;
    font-size: 25px;
    color: #818181;
    display: inline-flex;

}



.sidenavs a:hover {
    color: #f1f1f1;
}
.sidenavs a:focus {
    color: #818181 !important;
}

.mains{
    margin-top: 75px!important;
margin-left: 230px!important;
    background-color: #323232;
    width: 500px;
    height: 330px!important;
    height: 100%;

    border: 1px solid black;

}

.mains p{
padding: 12px 20px;
    color: #9d9d9d;
    font-size: 20px;

}
h6{
    padding-top: 16px;
    text-align: center;
    font-size: 24px!important;
    color: #9d9d9d!important;
}

.mains a{

    color: white;
    font-size: 20px;

}

.mains a:hover{
text-decoration: none!important;
    color: white;


}
.navbar-default {
    background-color: transparent!important;
}
.fa-binoculars{
    margin-right: 5px!important;
margin-top: 3px;
}

.fa-at {
    margin-right: 5px !important;
    margin-top: 5px;
}

.fa-user{
    margin-right: 5px!important;
    margin-top: 5px;
}
.fa-lock{
    margin-right: 5px!important;
    margin-top: 5px;
}

.mainsf{
   top: 130px!important;
    margin-left: 230px!important;
    background-color: #323232;
    width: 500px;
    height: 476px!important;
    height: 100%;
position: fixed!important;
    border: 1px solid black;
}
.mainsf input{
    text-align: center;
}
.mainsf label {
    display: block;
    font-size: 20px;
    color: white;
 text-align: center;
}
.mainsf a {


     color: white;

 }


.mainsf  button :hover{

text-decoration: none;
    color: white!important;

}
.mainsf  button.cancelbtn{
    padding: 14px 20px!important;

}

.mainsf  button.signupbtn{
    font-size: 16px!important;

}
.mainsf  button :focus{

    text-decoration: none;
    color: white!important;

}

.closemsg{
     float: right;
     background-color: transparent;
   font-size: 40px;
    border: 0px;
   top: -17px;
    display: block!important;
    position: relative!important;
 }

.closemsg :hover{
    color: #f5564a;
    border: 0px;


}



/*---------------Pagination-----------------------*/
.center{
    text-align: center;
}

#pagination_controls {
    display: inline-block;
    left:50%;
}

#pagination_controls a {
     color: #ffffff;
     border: 1px solid #f5564a; /* Gray */

     padding: 8px 16px;
     text-decoration: none;
 }

#pagination_controls a:hover {
    color: #ffffff;
    opacity: 0.6;
    border: 1px solid #f5564a; /* Gray */

    padding: 8px 16px;
    text-decoration: none;
}

#pagination_controls a:focus {
    color: #ffffff;
    border: 1px solid #f5564a; /* Gray */

    padding: 8px 16px;
    text-decoration: none;
}
/*------------Rating-----------------*/








/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type:none;
    padding:0;
float:left;
    -moz-user-select:none;
    -webkit-user-select:none;
}
.rating-stars ul > a.star {
    display:inline-block;

}

/* Idle State of the stars */
.rating-stars ul > a.star > i.fa {
    font-size:1.5em; /* Change the size of the stars */
    color: #777777; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > a.star.hover > i.fa {
    color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > a.star.selected > i.fa {
    color:#FF912C;
}

.numus{
   color: #8a8a8a;
    margin-top: 3px!important;
}
ul.nums{

    margin-bottom: 0px!important;
}

/*------------------------Cart-------------------------*/

.remove{
    background-color: #f5564a;
    color: white;
    text-align: center;
    padding: 6px 16px;
   line-height: 2.09!important;
    border: 0px!important;

}
.remove:hover{
    opacity: 0.7;
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.remove:focus{

    text-decoration: none;
    color: white!important;
}

.coverbox{

    width: 100% !important;
    margin: 0 auto!important;

}

.cbox{

    margin-top: 70px!important;


}

.crow{

    padding-top: 0px!important;
    padding-bottom: 0!important;
    margin-left: 150px!important;
    margin-right: 200px!important;
    box-sizing: border-box!important;

    display: flex;


    margin-top: 30px!important;
    background-color: transparent;
}
.ccols{
    display: block!important;
    border: 2px solid black;
    border-right: 0!important;
    height: 100% !important;

}
.ccol{
    float: left!important;
    display: block!important;
    padding-left: 12px;
    padding-right: 12px;
    color: white;
    border: 2px solid black;
    background-color: #232323;

    width: 100%!important;
}
.cpr{
    background-color: #79c37c;
    padding: 6px 21px;
    color: white;
    float: right!important;
    display:block!important;



}
.cpr:hover{
    color: white;

    text-decoration: none;
}



.wrapi{

    width: 100% !important;
    margin: 0 auto!important;

}

.checkout {
    border-radius: 8px;
background-color: #79c37c;
    color: white;
    padding: 12px 12px;


}
.checkout:hover{
    opacity: 0.8;
    text-decoration: none!important;
    color: white;
    cursor: pointer!important;

}
.checkout:focus {
    text-decoration: none!important;
    color: white!important;


}

.ocbox{
    margin-top: 10px!important;
    margin-bottom: 250px!important;
    height: 100% !important;
    text-align: center;

}

.ocrow{

    padding-top: 0px!important;
    padding-bottom: 0!important;
    margin-left: 150px!important;
    margin-right: 200px!important;
    box-sizing: border-box!important;

    display: flex;


    margin-top: 15px!important;
    background-color: transparent;
}
.occols{
    display: block!important;
    border: 0px;


}
.occol{
    float: right!important;
    display: block!important;
    padding-left: 12px;
    padding-right: 12px;
    color: white;
    border: 0px;
    background-color: transparent;
width: 100%;
}
p10{
    color: white;

}

.tcpr{
    background-color: #79c37c;
    padding: 6px 21px!important;
    color: white;
margin-left: 70px!important;
    margin-right: 70px!important;
    display:block!important;
}
.tcpr:hover{
    color: white;
    text-decoration: none;
}













.toge5{

    margin-left: 70%!important;
    margin-right: 5% !important;
}
/*------------Contact Form------------------------*/
/* Full-width input fields */
.container3 label{
    float: left;
}
.container3 input[type=text]{

    width: 100%;
    padding: 8px;
    margin: 4px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
}

/* Add a background color when the inputs get focus */
.container3 input[type=text]:focus {
    background-color: #f1f1f1;
    outline-color: #f5564a;

}

.ms{
    width: 100%;

    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
    padding-bottom: 95px!important;
}
.ms:focus{
    outline-color: #f5564a !important;
}



/* Add padding to container elements */
.container3 {
    padding: 8px;
}

/* The Modal (background) */
.modal3{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2!important;
    left: 0;
    top: 0!important;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #232323;
    padding-top: 50px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important ;
    border-radius: 0px !important;
}

/* Modal Content/Box */
.modal-content3{

    background-color: #fefefe;
    margin: 0% auto 10% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    height:auto;

    border-radius: 6px;
}



.emai{
    margin-top: 5px;
    background-color: transparent;
    float: left;
    color: white;
    padding: 4px;
    border: 0;


    font-size: 16px;
}

.emai:hover{
    opacity: 0.7;
}



.p111{

   text-align: center;
    color: #323232;
    font-size: 16px;
}

.ma{

    background-color: transparent;
    float: left;
    color: white;
    padding: 4px;
    border: 0;

    margin-top: 5px;
    font-size: 16px;
}

.ma:hover{
    opacity: 0.7;
}
.btn-md{
    background-color: transparent;
    border: 1px solid #f5564a!important;
    margin-bottom: 5px!important;
    color: white!important;
}

.btn-md:hover{
    opacity:0.7;
}

.modal-body{
    background-color: #232323!important;
}
.modal-content4{
    background-color: #232323;
}

.modal3:focus{
    outline-color: transparent!important;
}
.fa-times{
    color: #f5564a;
}
.telly{
    margin-top: 5px;
    background-color: transparent;
    float: left;
    color: white;
    padding: 4px;
    border: 0;


    font-size: 16px;
}
.telly:hover{
    opacity: 0.7;
}
.loc{
    margin-top: 5px;
    background-color: transparent;
    float: left;
    color: white;
    padding: 4px;
    border: 0;


    font-size: 16px;
}

.loc:hover{
    opacity: 0.7!important;
    color: white!important;
}
.loc:focus{

    color: white!important;
}

/* Add padding to container elements */
.container5 {
    padding: 8px;
}

/* The Modal (background) */
.modal5{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5!important;
    left: 0;
    top: 0!important;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #232323;
    padding-top: 50px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important ;
    border-radius: 0px !important;
}

/* Modal Content/Box */
.modal-content5{

    background-color: #fefefe;
    margin: 0% auto 10% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
    height:auto;

    border-radius: 6px;
}
container5.a{
    color: black!important;
}
.p{
    font-size: 18px;
}
.f{
    font-size: 18px;
}

.webs{

    background-color: transparent;
    float: right;
    color: white;
    padding: 4px;
    border: 0;
margin-top: 5px;

    font-size: 16px;
}

.webs:hover{
     opacity: 0.7;
     color: white;
 }

.webs:focus{

    color: white!important;
}
.creditcards{


}


.cre{
    width: 200px!important;
    height: 45px!important;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.cre:hover{
    cursor: default;
}
.he{

    background-color: transparent;
    float: right;
    color: white;
    padding: 4px;
    border: 0;
    margin-top: 5px;

    font-size: 16px;
}

.he:hover{
    opacity: 0.7;
    color: white;
}

.he:focus{

    color: white!important;
}
.ab{

    background-color: transparent;
    float: right;
    color: white;
    padding: 4px;
    border: 0;
    margin-top: 5px;

    font-size: 16px;
}

.ab:hover{
    opacity: 0.7;
    color: white;
}

.ab:focus{

    color: white!important;
}
/*------------About Us-------------*/


.auform{
text-align: center;
    padding-left: 20px;
    padding-right: 20px;
   margin-top: 70px;
    margin-left:500px;
    margin-right:500px;
margin-bottom: 50px!important;
    left: 50% !important;
color: white;

}
.par{
    text-align: left !important;
    color: white;
    background-color: transparent!important;
    font-size: 20px!important;

}
a.navbar-brand{

}
.navbar-brand{
margin-top: 4px!important;
    border-right: 1px solid #323232!important;
}

@-webkit-keyframes pulse {
    25% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes pulse {
    25% {
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }
    50% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.pulse {
    display: inline-block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.in{
    margin-top: 70px;
margin-left: 200px;
    margin-right: 200px;
    text-align: center;

}


h4{
    color: white;
font-size: 24px;
}

.accordion {

    background-color: transparent;
    border: 1px solid #f5564a;
    color: #ffffff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}

.hel.active, .accordion:hover {
    background-color: transparent;
    border: 1px solid #f5564a;
}

.panela {
    padding: 0 18px!important;
    background-color: transparent!important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panela p{
    font-size: 16px;
    padding: 10px 2px;
    float: left;
    color: white;
}

.hel{
    margin-top: 80px;
    margin-left: 300px;
    margin-right: 300px;
    text-align: center;
    margin-bottom: 100px!important;
}
.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.hel button.active:after {
    content: "\2212";
}

div#map{

position: relative!important;
}

.continueshop{
    color:white;
    background-color: #79c37c;
    padding: 16px;
    border-radius: 8px;

}
.continueshop:focus{
    color:white!important;
}
.continueshop:hover{
    color:white!important;
    opacity: 0.7;
}
.homepg{
    color: #ffffff;
    margin-top: 1050px;
    margin-left: 500px;
    margin-right: 500px;
    text-align: center;
position: relative;

}
.homepg h3{
    font-size: 28px!important;

}
a:hover{
    text-decoration: none!important;
}

/*------------------Carousel---------------------*/
#myCarousel{
    position: absolute!important;
    top :56px!important;
    z-index: -1!important;
    width: 100%;

}

#cc{
    opacity:0!important;

}

#cc:hover{
    opacity: 1.0!important;
}


#myCarousel2{

position:relative!important;
width:100% !important;
}

.containerc{
    text-align: center;
    margin: 100px 200px 100px 200px!important;

}

.rowc{

    height: 350px!important;
background-color: transparent !important;
    border-radius: 8px;

}

#ci2{
    height: 500px!important;
}
#cc2:hover{
    opacity:1!important;

}
#cc3:hover{
    opacity:1!important;

}
#cc2{
    width: 0!important;
}
#cc3{
    width: 0!important;
}
.col-md-12{
    height: 334px!important;

}

h20{
    color: white;
    font-size: 30px;

}
h30{
background-color: black;
    color: white;
    font-size: 24px!important;

}
.col-xs-4{
    padding: 20px!important;

}



.view{

    display: inline-block!important;
    padding: 6px 12px;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;

    touch-action: manipulation;


    border: 1px solid #f5564a !important;


    background-color: transparent !important;
    color: #9d9d9d !important;
    margin-bottom: 15px;!important

}

.view:hover{
    color:white!important;
}

.pri{
    background-color: #79c37c;
    padding: 6px 18px;
    color: white;
    border: 1px solid #79c37c !important;
margin-bottom: 5px!important;

    display: inline-block!important;

}
.pri:hover{
    color: white;
    cursor: default;
    text-decoration: none;
}

.titlei{
    width:100%;
    display: block;
    background-color: #1e1e1e;
    color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    font-size: 18px;
    height: 34px!important;
    background-image: url("images/b12.png")!important ;
    padding: 5px;

}


.titlei:hover{
   color: white;
    text-decoration: none;
    cursor: default;
}
#myCarousel3{

    position:relative!important;
    width:100% !important;
}

.containerc1{
    text-align: center;
    margin: 200px 200px 100px 200px!important;

}

.rowc1{

    height: 350px!important;
    background-color: transparent !important;
    border-radius: 8px;

}

#ci3{
    height: 500px!important;
}
#cc4:hover{
    opacity:1!important;

}
#cc5:hover{
    opacity:1!important;

}
#cc4{

    width: 0!important;
}
#cc5{
    width: 0!important;
}

#myCarousel4{

    position:relative!important;
    width:100% !important;
}

.containerc2{
    text-align: center;
    margin: 200px 200px 200px 200px!important;

}

.rowc2{

    height: 350px!important;
    background-color: transparent !important;
    border-radius: 8px;

}

#ci4{
    height: 500px!important;
}
#cc6:hover{
    opacity:1!important;

}
#cc7:hover{
    opacity:1!important;

}
#cc6{
    width: 0!important;
}
#cc7{
    width: 0!important;
}

.mcarou{
     color: #777777;
     border: 1px solid transparent;
background-color: #232323;
    display: inline-block!important;
    padding: 10px 20px;
border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;

    touch-action: manipulation;

    background-image: url("images/b12.png")!important ;

    margin-bottom: 15px;!important

 }
.mcarou:hover{
    color: #ffffff;
    text-decoration: none;

}
.mcarou:focus{
    color: #ffffff;
   text-decoration: none;


}
h3{
    font-size: 30px!important;
}

.container3 input[type=text] {
    background: lightgray;
}
.container3 textarea[type=text] {
    background: lightgray;
}

.container2 input[type=text] {
    background: lightgray;
}
.container2 input[type=password] {
    background: lightgray;
}
.container1 input[type=text] {
    background: lightgray;
}
.container1 input[type=password] {
    background: lightgray;
}

.cancelbtn:focus{
    color: white!important;
    text-decoration: none;
}
.cancelbtn:hover{
    color: white;
    text-decoration: none;
}