/*==========  Mobile First Method  ==========*/
body {
    min-height: 100%;
}
#content h1 {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
    font-size: 24px;
    
}
.scrollToTop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	background-color: rgba(58,162,215, 1);
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
}
.scrollToTop:hover {
     color: #ffffff;
     background-color: rgba(58,162,215, 0.6);
}

.btn.pull-right + .btn.pull-right {
    margin-right: 10px;
}

.table .btn + .btn{
   // margin-right: 10px;
}

.form {
    margin-top: 30px;
}

.form-control {
    background-color: #d9edf7;
    color: #31708f;
    box-shadow: none;
}

.modal-body {
    position: relative;
    overflow-y: auto;
    height: 100%;
    min-height: 250px;
    padding: 15px;
}
.modal-body iframe{
     height: 200px;   
}
.modal-body.feedback iframe{
    height: 300px;   
}
.modal-body.feedback {
    padding: 0;
}

.col-xs-8.padding {
    padding-top: 15px;   
}
/*///////// HEADER */
#header {
    background: none;
    border: 0;
    z-index: 2;
}

#header .navbar-brand img {
     height: 42px;   
}
#header .navbar-nav {
    margin-right:-30px;
}
#header .navbar-nav>li {
     background-color: #000000;   
}
#header .navbar-nav>li>a {
    color: #fff;
}
#header .navbar-nav>li:hover {
    color: #fff;
    background-color: #32c1de;
} 

#header .loguit {
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
}
#header .loguit:hover {
    background-color: #32c1de;
}
#top-img {
	height: 425px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	position: relative;
	display:block;
	margin-top: -70px;
	//z-index: -1;
	margin-bottom: 30px;
}
#top-img h1{
    position: absolute;
    left: 15px;
    bottom: 45px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}   
#top-img .btn-feedback{
    background-color: rgba(58,162,215, 1);
    border: none;
    border-top-right-radius: 0 ;
    border-bottom-right-radius: 0 ;
    border-bottom-left-radius: 0 ;
    font-size: 28px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
#top-img .btn-feedback:hover{
    background-color: #000000;
}

/*///////// LOGIN */
#login {
    width: 400px;
    max-width: 75%;
    margin: 90px auto;
    background-color: rgba(0,0,0,0.5);
    padding: 45px;
    border-radius:5px;
    
}
#login .form-control {
    background-color: #ffffff;
    color: #31708f;
    box-shadow: none;
}
#login .btn {
    display: block;
    margin: 0 auto;
}
/*///////// FOOTER */
footer {
	position: relative;
	bottom: 0;
	width: 100%;
	background-color: rgba(255,255,255,1);
	color: #ffffff;
    padding: 5px;
	margin-top: 30px;
	font-size: 14px;
	color: rgba(0,0,0,0.5);

    border-top: 1px solid #cccccc;

}
footer img {
     height: 42px;   
}
footer span {
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    width: 100%;
    display: block;
}    


footer .copy {
    
}


.rating  {
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 8em;
}

.rating input {
    position: absolute;
    left: -999999px;
}

.rating label {
    display: inline-block;
    font-size: 0;
}

.rating > label:before {
    position: relative;
    font: 24px/1 FontAwesome;
    display: block;
    content: "\f006";
    color: #ccc;
    background: -webkit-linear-gradient(-45deg, #d9d9d9 0%, #b3b3b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
    color: #f0ad4e;
    background: -webkit-linear-gradient(-45deg, #fcb551 0%, #d69a45 100%);
    content: "\f005";
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
}

.groot {
    padding: 0;
    overflow:hidden;
    color: #d9edf7;
}

.groot span:before {

    position: absolute;

    display:inline-block;

    top: -75px;

    //-webkit-transform: rotate(30deg);

    //-moz-transform: rotate(30deg);

    //-o-transform: rotate(30deg);

    //-ms-transform: rotate(30deg);

    //transform: rotate(30deg);

    color:inherit;

}
	/* Custom, iPhone Retina */ 
	@media only screen and (min-width : 320px) {
		
	}

	/* Extra Small Devices, Phones */ 
	@media only screen and (min-width : 480px) {

	}

	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {
        footer {
            padding: 30px;
        }    
        footer span {
            height: 42px;
            line-height: 42px;
            padding: 0 15px;
            width: auto;
            display: inline;
        }    
        footer span:first-of-type {
             border-right: 1px  solid #cccccc;
        }
        #top-img h1{
            position: absolute;
            left: 15px;
            bottom: 45px;
        }
	}

	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {
                    footer .copy {
            text-align: right;
        }
	}

	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {
        #content h1 {
            font-size: 48px;
        }


	}