#feedback {
    height: 104px;
    width: 104px;
    position: fixed;
    top: 40%;
    z-index: 999;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback a {
    height: auto;

    background: #252c41;
    width: 100%;
    padding: 8px 16px 8px 8px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: solid 1px #333;
    border-left: solid 1px #333;
    border-right: solid 1px #fff;
}

#feedback a:hover {
    background: #11b719;
}

.green-theme-color {
    color: #11b719;
}

.black-theme-color {
    color: #252c41;
}

.green-theme-bg-color {
    background-color: #11b719;
}

.login-btn-form {
    color: white;
    background-color: #11b719;
}

.modal-top-custom {
    color: black;
    background-color: #11b719;
}


.alert-info-for-site {
    background-color: #252c41;
    color: white;
}

.black-theme-bg-color {
    background-color: #252c41;
}

p {
    margin: 15px;
}

.container .jumbotron {
    color: #fff;
    background-color: #B0003A;
    margin-bottom: 0;
    border-radius: 0;
}

.icons {
    color: white;
    font-size: 1.6em;
    margin: 5px;
}

/*#menu{
	
	font-size: 1.2em;
	background-color: black;}*/
.navbar-default {
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {

    font-size: 1.2em;
}

.link-text-form {
    color: black;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #B0003A;

}

/*center menu after collapsed*/
.navbar .navbar-collapse {
    text-align: center;
}

.alert-danger {
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 10px;

}

#Marquee {
    font-size: 1.2em;
    padding: 8px;

}

#Marquee > a {
    text-decoration: none;
    color: red;
}

#Marquee > a:hover, #Marquee > a:focus {
    color: #B0003A;
}

#Marquee > strong {
    color: #337ab7;
}

.tiles {
    font-size: 1.6em;
    color: white;
    font-weight: bold;

}


.column {
    border: 2px solid #B0003A;
    margin-left: -15px;

}

.link-box {
    margin-top: 15px;
}

.link-box h2 {
    background-color: #11b719;
    color: white;
    padding: 10px;
    margin: 0;


}

.link-box ul {
    padding: 20px;
    font-size: 1.2em;
    margin-left: 8px;
}

.link-box ul li {
    padding: 5px;
}

.link-box a {
    text-decoration: none;
    color: black;
}

.link-box a:hover, .link-box a:focus {
    color: #B0003A;
}


/*
[class*="col-"]{
    margin: 0;
    padding: 0;
}


*/
.wrapper {
    margin-left: -15px;
    border: 2px solid #252c41;
}

.last {
    margin-right: -15px;
}

@media (max-width: 991px) {
    .even {
        margin-right: -15px;
        margin-left: 0;
    }

    .last {
        margin-right: 0;
    }
}


/*Collapsed menu in bootstrap with multiple columns*/
@media (max-width: 768px) {
    .navbar-nav > li {
        float: left;
        width: 50%;
    }


}


@media (max-width: 768px) {
    .container {
        padding: 0;

    }

    .wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/*make all column same height*/
.row {
    overflow: hidden;
}

[class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    border: 4px solid #fff;
}

.split-bg {
    background: linear-gradient(top, #11b719 42%, #11b719 25%, #252c41 10%, #252c41 100%); /* Old browsers */
    background: -moz-linear-gradient(top, #11b719 42%, #11b719 25%, #252c41 10%, #252c41 100%); /* FF3.6+ */
    background: -webkit-gradient(top, #11b719 42%, #11b719 25%, #252c41 10%, #252c41 100%); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #11b719 42%, #11b719 25%, #252c41 10%, #252c41 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #11b719 42%, #11b719 25%, #252c41 10%, #252c41 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #11b719 42%, #11b719 25%, #252c41 10%, #252c41 100%); /*IE10+*/
    background: linear-gradient(top, #11b719 42%, #11b719 25%, #252c41 10%, #252c41 100%); /* W3C */
}

/*Adding Smooth Marquee*/


.company-name
{
    cursor:pointer;
}
